/* TirzaSema UI layer for Periwinkle Reviews. Uses theme tokens only. */
.tz-serif{font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em}
.tz-k{font-size:13px;color:var(--ink-muted);margin:0}
.tz-dot{flex:none;width:8px;height:8px;border-radius:50%;display:inline-block;background:#2f9e5f;box-shadow:0 0 0 3px rgba(47,158,95,.18)}
.tz-dot-warn{background:#d49a00;box-shadow:0 0 0 3px rgba(212,154,0,.2)}
.tz-cap{font-size:13px;line-height:1.5;color:var(--ink-muted);margin:12px 0 0}

/* product: glance */
.tz-glance{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface);overflow:hidden}
.tz-g-cell{padding:22px 22px 24px;display:flex;flex-direction:column;gap:8px;border-left:1px solid var(--line);min-width:0}
.tz-g-cell:first-child{border-left:0}
.tz-g-price{background:var(--deep);color:var(--on-deep)}
.tz-g-price .tz-k,.tz-g-price .tz-s{color:var(--on-deep-muted)}
.tz-g-price .tz-v{font-size:60px;line-height:.95;color:var(--on-deep)}
.tz-g-price .tz-v small{font-family:var(--font-sans);font-size:15px;margin-left:2px;color:var(--on-deep-muted)}
.tz-g-price .tz-v-na{font-size:34px}
.tz-v{font-size:16px;font-weight:500;line-height:1.35;color:var(--ink-strong)}
.tz-s{font-size:13px;color:var(--ink-muted);display:flex;align-items:center;gap:7px}
.tz-pill{display:inline-block;padding:5px 11px;border-radius:var(--pill);background:var(--lime);color:var(--on-lime);font-size:13px;font-weight:600}
.tz-pill-muted{background:var(--mist);color:var(--on-mist)}
.tz-uses{margin-top:20px}
.tz-uses ul{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.tz-uses li{background:var(--mist);color:var(--on-mist);border-radius:12px;padding:9px 13px;font-size:14px;line-height:1.4;max-width:100%}
.tz-safety{margin:16px 0 0;padding:14px 18px;border-radius:var(--r-lg);background:var(--sand);color:var(--on-sand);font-size:14px;line-height:1.55}
.tz-safety a{color:inherit;font-weight:600}

/* product: dose ladder */
.tz-ladder{display:flex;align-items:flex-end;gap:12px;padding:28px 22px 0;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface);overflow:hidden}
.tz-step{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:flex-end}
.tz-step i{display:block;height:calc(var(--h) * 1.7px);background:var(--peri);border-radius:14px 14px 0 0;transform-origin:bottom;transition:transform .9s var(--ease) var(--d)}
.tz-step-top i{background:var(--ink)}
.tz-step-price{text-align:center;font-size:30px;line-height:1;margin-bottom:10px;color:var(--ink-strong);transition:opacity .5s ease calc(var(--d) + .45s),transform .5s var(--ease) calc(var(--d) + .45s)}
.tz-step-label{text-align:center;font-size:13px;line-height:1.3;color:var(--ink-muted);padding:10px 2px 14px;border-top:1px solid var(--line);background:var(--surface)}
.js .tz-ladder:not(.tz-in) .tz-step i{transform:scaleY(0)}
.js .tz-ladder:not(.tz-in) .tz-step-price{opacity:0;transform:translateY(8px)}
.tz-plan-list{list-style:none;margin:10px 0 0;padding:0}
.tz-plan-list>li{padding:16px 4px;border-bottom:1px solid var(--line)}
.tz-pl-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.tz-pl-head b{font-weight:600;font-size:15.5px;color:var(--ink-strong)}
.tz-pl-head .tz-serif{font-size:28px;white-space:nowrap;color:var(--ink-strong)}
.tz-pl-head small{font-family:var(--font-sans);font-size:13px;color:var(--ink-muted)}
.tz-pl-notes{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:4px 18px;font-size:13.5px;color:var(--ink-muted)}
.tz-pl-notes li::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--peri);margin-right:8px;vertical-align:middle}
.tz-verify{display:flex;gap:10px;align-items:baseline;font-size:13.5px;line-height:1.5;color:var(--ink-muted);margin:14px 0 0}
.tz-verify a{color:var(--ink)}
.tz-nodata{display:flex;gap:14px;align-items:flex-start;padding:22px 24px;border:1px dashed var(--line);border-radius:var(--r-xl);background:var(--surface)}
.tz-nodata .tz-dot{margin-top:7px}
.tz-nodata p{margin:6px 0 0;font-size:14.5px;color:var(--ink)}

/* product: ways, bars, facts */
.tz-ways{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden}
.tz-way{background:var(--surface);padding:18px 20px}
.tz-way p{margin:6px 0 0;font-size:14.5px;line-height:1.5;color:var(--ink-strong)}
.tz-bars{display:grid;gap:4px}
.tz-bar{display:grid;grid-template-columns:minmax(110px,170px) 1fr 58px;align-items:center;gap:14px;padding:9px 10px;border-radius:12px;color:inherit;text-decoration:none}
a.tz-bar:hover,a.tz-bar:focus-visible{background:var(--mist)}
.tz-bar-name{font-size:14.5px;color:var(--ink-strong)}
.tz-bar-name em{font-style:normal;color:var(--ink-muted);font-size:13px}
.tz-bar-track{height:12px;border-radius:var(--pill);background:var(--bg);overflow:hidden}
.tz-bar-track i{display:block;height:100%;width:var(--w);background:var(--peri);border-radius:inherit;transform-origin:left;transition:transform 1s var(--ease) var(--d)}
.tz-bar.is-current{background:var(--mist)}
.tz-bar.is-current .tz-bar-name{font-weight:600}
.tz-bar.is-current .tz-bar-track i{background:var(--ink)}
.tz-bar-val{text-align:right;font-size:22px;color:var(--ink-strong)}
.js .tz-bars:not(.tz-in) .tz-bar-track i{transform:scaleX(0)}
.tz-facts{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;margin:0}
.tz-facts>div{background:var(--surface);padding:16px 20px}
.tz-facts .tz-wide{grid-column:1/-1}
.tz-facts dt{font-size:13px;color:var(--ink-muted)}
.tz-facts dd{margin:4px 0 0;font-size:15px;line-height:1.5;color:var(--ink-strong)}

/* homepage */
.tzh{overflow-x:clip}
.tzh .btn{display:inline-flex;align-items:center;gap:8px}
.tzh-ico{flex:none;display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--mist);color:var(--ink-strong)}
.tzh-ico svg{width:24px;height:24px}
.tzh-link{font-size:14px;font-weight:600;color:var(--ink);text-underline-offset:4px}
.tzh-hero{padding:48px 0 88px}
.tzh-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
.tzh-verified{display:inline-flex;gap:10px;align-items:center;margin:0;font-size:13.5px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--pill);padding:8px 16px}
.tzh-hero h1{font-family:var(--font-serif);font-weight:400;font-size:clamp(46px,6.2vw,84px);line-height:.98;letter-spacing:-.025em;color:var(--ink-strong);margin:24px 0 20px;max-width:13ch}
.tzh-lead{font-size:18px;line-height:1.6;color:var(--ink);max-width:46ch;margin:0 0 30px}
.tzh-actions{display:flex;flex-wrap:wrap;gap:12px}
.tzh-trust{list-style:none;padding:0;margin:30px 0 0;display:flex;flex-wrap:wrap;gap:10px 24px;font-size:14.5px;color:var(--ink)}
.tzh-trust li{display:flex;align-items:center;gap:8px}
.tzh-trust svg{width:18px;height:18px;color:#2f9e5f}

.tzh-deck{position:relative;height:440px;perspective:1200px}
.tzh-card{position:absolute;top:0;left:0;width:min(100%,420px);height:390px;border-radius:32px;padding:30px 30px 26px;background:var(--deep);color:var(--on-deep);text-decoration:none;display:flex;flex-direction:column;gap:6px;box-shadow:0 30px 60px -30px rgba(20,35,60,.55);transition:transform .9s var(--ease),opacity .9s var(--ease),filter .9s var(--ease)}
.tzh-card[data-pos="0"]{z-index:4;transform:none;opacity:1}
.tzh-card[data-pos="1"]{z-index:3;transform:translate(26px,22px) scale(.95);opacity:.55;filter:saturate(.6)}
.tzh-card[data-pos="2"]{z-index:2;transform:translate(52px,44px) scale(.9);opacity:.28;filter:saturate(.4)}
.tzh-card:not([data-pos="0"]):not([data-pos="1"]):not([data-pos="2"]){z-index:1;transform:translate(-30px,10px) scale(.92);opacity:0;pointer-events:none}
.tzh-card-top{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--on-deep-muted)}
.tzh-card-top .tzh-ico{background:var(--lime);color:var(--on-lime)}
.tzh-card-name{font-size:46px;line-height:1;margin-top:18px;color:var(--on-deep)}
.tzh-card-sub{font-size:14px;color:var(--on-deep-muted)}
.tzh-card-steps{margin-top:auto;display:flex;align-items:flex-end;gap:6px;height:74px}
.tzh-card-steps i{flex:1;height:calc(var(--h) * 1%);border-radius:8px 8px 3px 3px;background:var(--peri);opacity:.9}
.tzh-card-steps i:last-child{background:var(--lime)}
.tzh-card-price{display:flex;align-items:baseline;gap:6px;margin-top:14px}
.tzh-card-price b{font-size:62px;line-height:.9;color:var(--on-deep)}
.tzh-card-price small{font-size:14px;color:var(--on-deep-muted)}
.tzh-card-foot{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--on-deep-muted);margin-top:6px}

.tzh-section{padding:88px 0}
.tzh-band{background:var(--surface);border-block:1px solid var(--line)}
.tzh-head{max-width:640px;margin-bottom:36px}
.tzh-head h2{font-family:var(--font-serif);font-weight:400;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.02em;color:var(--ink-strong);margin:0 0 14px}
.tzh-head p{font-size:16.5px;line-height:1.6;color:var(--ink-muted);margin:0}
.tzh-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}

.tzh-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tzh-med{display:flex;flex-direction:column;gap:6px;padding:24px;border-radius:26px;background:var(--surface);border:1px solid var(--line);transition:transform .35s var(--ease),border-color .35s var(--ease),box-shadow .35s var(--ease)}
.tzh-med:hover,.tzh-med:focus-within{transform:translateY(-4px);border-color:var(--peri);box-shadow:0 24px 40px -28px rgba(42,67,107,.45)}
.tzh-med-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}
.tzh-chip{font-size:12.5px;font-weight:600;line-height:1.3;padding:6px 10px;border-radius:var(--pill);background:var(--sand);color:var(--on-sand);text-align:right}
.tzh-chip.is-wm{background:var(--lime);color:var(--on-lime)}
.tzh-med h3{font-size:34px;line-height:1.05;margin:4px 0 0}
.tzh-med h3 a{color:var(--ink-strong);text-decoration:none}
.tzh-med h3 a:hover{text-decoration:underline;text-underline-offset:5px}
.tzh-med-sub,.tzh-med-form{margin:0;font-size:14px;color:var(--ink-muted)}
.tzh-med-price{display:flex;align-items:baseline;gap:6px;margin:18px 0 2px;min-height:48px}
.tzh-med-price b.tz-serif{font-size:48px;line-height:.9;color:var(--ink-strong)}
.tzh-med-price small{font-size:13.5px;color:var(--ink-muted)}
.tzh-na{font-size:16px;font-weight:600;color:var(--ink-muted)}
.tzh-med-status{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;color:var(--ink-muted)}
.tzh-med-actions{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}

.tzh-bars-card{padding:18px;border-radius:26px;background:var(--bg);border:1px solid var(--line)}
.tzh-bars-card .tz-bar-track{background:var(--surface)}

.tzh-videos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tzh-video{margin:0}
.tzh-play,.tzh-video iframe{position:relative;display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:20px;overflow:hidden;padding:0;background:var(--deep);cursor:pointer}
.tzh-play img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.tzh-play:hover img{transform:scale(1.04)}
.tzh-play-ico{position:absolute;inset:0;margin:auto;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--on-lime)}
.tzh-play-ico svg{width:28px;height:28px;margin-left:3px}
.tzh-video figcaption{display:grid;gap:4px;margin-top:12px;font-size:14px;color:var(--ink-muted)}
.tzh-video figcaption b{font-size:16px;color:var(--ink-strong)}

.tzh-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--line)}
.tzh-steps li{padding:28px 28px 8px 0}
.tzh-steps li+li{padding-left:28px;border-left:1px solid var(--line)}
.tzh-num{display:block;font-size:72px;line-height:.9;color:var(--peri)}
.tzh-steps h3{font-size:20px;font-weight:600;color:var(--ink-strong);margin:18px 0 8px}
.tzh-steps p{font-size:15px;line-height:1.6;color:var(--ink-muted);margin:0}

.tzh-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tzh-trust-item{padding:26px;border-radius:26px;background:var(--bg)}
.tzh-trust-item .tzh-ico{background:var(--surface);color:#2f9e5f}
.tzh-trust-item h3{font-size:20px;font-weight:600;color:var(--ink-strong);margin:18px 0 8px}
.tzh-trust-item p{font-size:15px;line-height:1.6;color:var(--ink-muted);margin:0 0 14px}

.tzh-faq details{border-bottom:1px solid var(--line)}
.tzh-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:17px;font-weight:600;color:var(--ink-strong)}
.tzh-faq summary::-webkit-details-marker{display:none}
.tzh-faq summary span{flex:none;position:relative;width:28px;height:28px;border-radius:50%;background:var(--mist)}
.tzh-faq summary span::before,.tzh-faq summary span::after{content:"";position:absolute;inset:0;margin:auto;width:12px;height:2px;background:var(--ink-strong);transition:transform .35s var(--ease)}
.tzh-faq summary span::after{transform:rotate(90deg)}
.tzh-faq details[open] summary span::after{transform:rotate(0)}
.tzh-faq details p{margin:0 0 22px;font-size:15.5px;line-height:1.65;color:var(--ink);max-width:62ch}
.tzh-faq summary:focus-visible{outline:2px solid var(--peri);outline-offset:4px;border-radius:6px}

.tzh-cta{padding:64px 56px;border-radius:36px;background:var(--deep);color:var(--on-deep);display:grid;justify-items:start;gap:14px}
.tzh-cta h2{font-size:clamp(34px,4.4vw,58px);line-height:1;margin:0;max-width:18ch;color:var(--on-deep)}
.tzh-cta p{margin:0 0 10px;font-size:17px;color:var(--on-deep-muted)}
.tzh-disclaimer{margin:28px 0 0;font-size:13px;line-height:1.6;color:var(--ink-muted);max-width:90ch}

@media (max-width:1000px){
  .tzh-hero-grid,.tzh-split{grid-template-columns:1fr;gap:40px}
  .tzh-grid,.tzh-videos,.tzh-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tz-glance{grid-template-columns:1fr 1fr}
  .tz-g-cell:nth-child(3){border-left:0}
  .tz-g-cell:nth-child(n+3){border-top:1px solid var(--line)}
}
@media (max-width:640px){
  .tzh-hero{padding:28px 0 56px}
  .tzh-section{padding:60px 0}
  .tzh-grid,.tzh-videos,.tzh-trust-grid,.tzh-steps{grid-template-columns:1fr}
  .tzh-steps li,.tzh-steps li+li{padding:24px 0 8px;border-left:0}
  .tzh-steps li+li{border-top:1px solid var(--line)}
  .tzh-deck{height:400px}
  .tzh-card{width:calc(100% - 44px);height:360px;padding:24px}
  .tzh-card[data-pos="1"]{transform:translate(16px,18px) scale(.95)}
  .tzh-card[data-pos="2"]{transform:translate(32px,36px) scale(.9)}
  .tzh-card-name{font-size:38px}
  .tzh-card-price b{font-size:52px}
  .tzh-cta{padding:40px 26px}
  .tz-glance{grid-template-columns:1fr}
  .tz-g-cell{border-left:0}
  .tz-g-cell+.tz-g-cell{border-top:1px solid var(--line)}
  .tz-ladder{gap:8px;padding:22px 12px 0}
  .tz-step-price{font-size:21px}
  .tz-step-label{font-size:12px}
  .tz-facts{grid-template-columns:1fr}
  .tz-bar{grid-template-columns:96px 1fr 48px;gap:10px}
  .tz-bar-val{font-size:18px}
}
@media (prefers-reduced-motion:reduce){
  .tz-step i,.tz-step-price,.tz-bar-track i,.tzh-card,.tzh-med,.tzh-play img{transition:none!important}
  .js .tz-ladder .tz-step i,.js .tz-bars .tz-bar-track i{transform:none!important}
  .js .tz-ladder .tz-step-price{opacity:1!important;transform:none!important}
}

/* product images on homepage cards (Featured image in the product editor) */
.tzh-media{display:block;margin:-24px -24px 18px;aspect-ratio:16/10;border-radius:25px 25px 0 0;overflow:hidden;background:var(--mist)}
.tzh-media img{display:block;width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .5s var(--ease)}
.tzh-med:hover .tzh-media img{transform:scale(1.04)}
.tzh-media.is-empty{display:grid;place-items:center;color:var(--ink)}
.tzh-media.is-empty svg{width:72px;height:72px;opacity:.45}
@media (prefers-reduced-motion:reduce){.tzh-media img{transition:none}}

/* review shortcodes */
.tzs-answer{margin:0 0 28px;padding:22px 24px;border-radius:var(--r-xl);background:var(--deep);color:var(--on-deep)}
.tzs-answer-k{margin:0 0 6px;font-size:13px;color:var(--on-deep-muted)}
.tzs-answer-v{margin:0;font-size:18px;line-height:1.55;color:var(--on-deep)}
.tzs-answer-v a{color:var(--lime)}
.tzs-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1px;margin:0 0 28px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden}
.tzs-facts>div{background:var(--surface);padding:16px 18px}
.tzs-facts dt{font-size:12.5px;color:var(--ink-muted)}
.tzs-facts dd{margin:4px 0 0;font-family:var(--font-serif);font-size:26px;line-height:1.1;color:var(--ink-strong)}
.tzs-steps{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:0;counter-reset:none}
.tzs-steps li{display:flex;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.tzs-step-n{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--lime);color:var(--on-lime);font-weight:700;font-size:14px}
.tzs-steps b{display:block;font-size:16px;color:var(--ink-strong)}
.tzs-steps p{margin:4px 0 0;font-size:14.5px;line-height:1.55;color:var(--ink-muted)}
.tzs-table-wrap{overflow-x:auto;margin:0 0 28px;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface)}
.tzs-table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:520px}
.tzs-table caption{text-align:left;padding:14px 18px 0;font-size:13px;color:var(--ink-muted)}
.tzs-table th,.tzs-table td{padding:13px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.tzs-table thead th{font-size:13px;font-weight:600;color:var(--ink-muted)}
.tzs-table tbody th{font-weight:500;color:var(--ink-strong)}
.tzs-table tr:last-child>*{border-bottom:0}
.tzs-table .is-focus{background:var(--mist);color:var(--on-mist)}
.tzs-mk{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;font-size:13px;font-weight:700}
.tzs-mk.is-yes{background:#2f9e5f;color:#fff}.tzs-mk.is-no{background:var(--line);color:var(--ink-muted)}.tzs-mk.is-part{background:#d49a00;color:#fff}
.tzs-cost{margin:0 0 28px;padding:20px;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface)}
.tzs-legend{display:flex;gap:18px;margin-bottom:12px;font-size:13px;color:var(--ink-muted)}
.tzs-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px;vertical-align:middle}
.tzs-cost-row{display:grid;grid-template-columns:minmax(120px,210px) 1fr 104px;align-items:center;gap:14px;padding:9px 0}
.tzs-cost-name{font-size:14px;color:var(--ink-strong)}
.tzs-cost-track{display:flex;height:14px;width:var(--w);border-radius:var(--pill);overflow:hidden;transform-origin:left;transition:transform .9s var(--ease) var(--d)}
.tzs-cost-track i.is-med,.tzs-legend .is-med{background:var(--peri)}
.tzs-cost-track i.is-mem,.tzs-legend .is-mem{background:var(--ink)}
.tzs-cost-val{text-align:right;display:grid}
.tzs-cost-val b{font-family:var(--font-serif);font-weight:400;font-size:22px;color:var(--ink-strong)}
.tzs-cost-val small{font-size:12px;color:var(--ink-muted)}
.js .tzs-cost:not(.tz-in) .tzs-cost-track{transform:scaleX(0)}
.tzs-signals{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface)}
.tzs-sig-score{display:grid;gap:4px}
.tzs-sig-score b{font-size:64px;line-height:.9;color:var(--ink-strong)}
.tzs-sig-score span{font-size:14px;color:var(--ink)}
.tzs-sig-score small{font-size:12.5px;color:var(--ink-muted)}
.tzs-stars{display:grid;gap:6px}
.tzs-star-row{display:grid;grid-template-columns:34px 1fr 42px;align-items:center;gap:10px;font-size:13px;color:var(--ink-muted)}
.tzs-star-track{height:10px;border-radius:var(--pill);background:var(--bg);overflow:hidden}
.tzs-star-track i{display:block;height:100%;width:var(--w);background:#2f9e5f;border-radius:inherit;transform-origin:left;transition:transform .9s var(--ease) var(--d)}
.tzs-star-row:nth-child(n+4) .tzs-star-track i{background:#d9534f}
.tzs-star-row:nth-child(3) .tzs-star-track i{background:#d49a00}
.js .tzs-signals:not(.tz-in) .tzs-star-track i{transform:scaleX(0)}
.tzs-themes{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.tzs-theme{padding:18px 20px;border-radius:var(--r-lg)}
.tzs-theme.is-good{background:rgba(47,158,95,.1)}
.tzs-theme.is-bad{background:rgba(217,83,79,.1)}
.tzs-theme ul{margin:8px 0 0;padding-left:18px;font-size:14.5px;line-height:1.55;color:var(--ink-strong)}
.tzs-meds{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.tzs-meds li{border-radius:var(--pill);background:var(--mist);color:var(--on-mist);font-size:14px}
.tzs-meds li>*{display:block;padding:8px 14px}
.tzs-meds a{color:inherit;text-decoration:none;font-weight:600}
.tzs-meds li:not(:has(a)){padding:8px 14px}
@media (max-width:640px){.tzs-signals,.tzs-themes{grid-template-columns:1fr}.tzs-cost-row{grid-template-columns:1fr 88px}.tzs-cost-name{grid-column:1/-1}.tzs-facts dd{font-size:22px}}
@media (prefers-reduced-motion:reduce){.tzs-cost-track,.tzs-star-track i{transition:none!important;transform:none!important}}

.tzh-score{font-size:44px;line-height:.9;color:var(--ink-strong)}.tzh-score small{font-family:var(--font-sans);font-size:14px;color:var(--ink-muted);margin-left:2px}.tzh-prov{background:var(--bg)}

/* compare tool */
.tzc{margin:0 0 32px}
.tzc-tabs{display:inline-flex;gap:4px;padding:4px;border-radius:var(--pill);background:var(--mist);margin-bottom:18px}
.tzc-tabs button{border:0;background:transparent;padding:9px 18px;border-radius:var(--pill);font:inherit;font-size:14px;font-weight:600;color:var(--on-mist);cursor:pointer;transition:background .25s var(--ease),color .25s var(--ease)}
.tzc-tabs button[aria-selected="true"]{background:var(--deep);color:var(--on-deep)}
.tzc-pick{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:end;margin-bottom:18px}
.tzc-pick label{display:grid;gap:6px;font-size:13px;color:var(--ink-muted)}
.tzc-pick select{appearance:none;-webkit-appearance:none;width:100%;padding:14px 44px 14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23566' stroke-width='1.8'/%3E%3C/svg%3E") no-repeat right 16px center;font:inherit;font-size:16px;font-weight:600;color:var(--ink-strong);cursor:pointer}
.tzc-pick select:focus-visible{outline:2px solid var(--peri);outline-offset:2px}
.tzc-swap{width:48px;height:50px;border:1px solid var(--line);border-radius:14px;background:var(--surface);font-size:20px;color:var(--ink-strong);cursor:pointer;transition:transform .35s var(--ease)}
.tzc-swap:hover{transform:rotate(180deg)}
.tzc-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface)}
.tzc-table{width:100%;border-collapse:collapse;min-width:520px;font-size:15px;table-layout:fixed}
.tzc-table th,.tzc-table td{padding:14px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.tzc-table thead th{position:sticky;top:0;background:var(--deep);color:var(--on-deep);font-size:16px}
.tzc-table thead th:first-child{width:34%}
.tzc-table thead a{color:var(--on-deep);text-decoration:none;font-family:var(--font-serif);font-weight:400;font-size:22px}
.tzc-table tbody th{font-weight:500;color:var(--ink-muted);font-size:14px}
.tzc-table td{color:var(--ink-strong)}
.tzc-table td.is-better{background:rgba(47,158,95,.1);font-weight:600}
.tzc-table td.is-better::after{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#2f9e5f;margin-left:8px;vertical-align:middle}
.tzc-table tr.tzc-cta td,.tzc-table tr.tzc-cta th{border-bottom:0}
.tzc-flash tbody{animation:tzcIn .45s var(--ease)}
@keyframes tzcIn{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (max-width:640px){.tzc-pick{grid-template-columns:1fr}.tzc-swap{justify-self:center;transform:rotate(90deg)}.tzc-table{font-size:14px}.tzc-table thead a{font-size:18px}.tzc-table th,.tzc-table td{padding:12px}}
@media (prefers-reduced-motion:reduce){.tzc-flash tbody{animation:none}.tzc-swap{transition:none}}

.tzc-page>p{font-size:17px;line-height:1.65;color:var(--ink);max-width:70ch;margin:0 0 24px}.tzc-page>p a{color:var(--ink-strong)}

/* polish: compare hub */
.tzc-tabs:has(button:only-child){display:none}
.tzp .tzs-answer{margin-bottom:22px}
.tzp-h{font-family:var(--font-serif);font-weight:400;font-size:clamp(28px,3.4vw,40px);line-height:1.08;letter-spacing:-.015em;color:var(--ink-strong);margin:56px 0 18px}
.tzp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 8px}
.tzp-stat{padding:20px;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--line);display:grid;gap:6px;transition:transform .6s var(--ease) var(--d),opacity .6s var(--ease) var(--d)}
.tzp-stat b{font-size:46px;line-height:1;color:var(--ink-strong)}
.tzp-stat small{font-family:var(--font-sans);font-size:14px;color:var(--ink-muted);margin-left:2px}
.tzp-stat>span{font-size:13px;color:var(--ink-muted)}
.tzp-stat:first-child{background:var(--deep);border-color:var(--deep)}
.tzp-stat:first-child b,.tzp-stat:first-child>span,.tzp-stat:first-child small{color:var(--on-deep)}
.js .tzp-stats:not(.tz-in) .tzp-stat,.js .tzp-reveal:not(.tz-in),.js .tzp-pick:not(.tz-in){opacity:0;transform:translateY(14px)}
.tzp-reveal,.tzp-pick{transition:transform .6s var(--ease) var(--d,0s),opacity .6s var(--ease) var(--d,0s)}
.tzp .tzc{margin-bottom:8px}
.tzp .tzc-pick{position:sticky;top:calc(env(safe-area-inset-top,0px) + 76px);z-index:5;padding:12px;margin:0 -12px 16px;border-radius:18px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px)}
.tzp-picks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.tzp-pick{display:grid;gap:6px;padding:20px;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--line);color:inherit;text-decoration:none}
.tzp-pick:hover,.tzp-pick:focus-visible{border-color:var(--peri);box-shadow:0 20px 36px -26px rgba(42,67,107,.5);transform:translateY(-3px)}
.tzp-pick b{font-size:18px;color:var(--ink-strong)}
.tzp-pick small{font-size:13.5px;color:var(--ink-muted)}
.tzp-matrix{min-width:760px;table-layout:auto}
.tzp-matrix thead th:first-child{width:auto}
.tzp-matrix thead button{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:6px;color:var(--on-deep);font-size:14px;font-weight:600}
.tzp-matrix thead button i{width:0;height:0;border:4px solid transparent;border-top-color:currentColor;opacity:.45;margin-top:4px;transition:transform .25s var(--ease)}
.tzp-matrix thead button[data-dir] i{opacity:1}.tzp-matrix thead button[data-dir="asc"] i{transform:rotate(180deg);margin-top:-4px}
.tzp-matrix tbody th a{color:var(--ink-strong);font-weight:600}
.tzp-matrix tbody tr{transition:background .2s}.tzp-matrix tbody tr:hover{background:var(--mist)}
.tzp-pairs{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.tzp-pairs a{display:inline-block;padding:10px 16px;border-radius:var(--pill);border:1px solid var(--line);background:var(--surface);color:var(--ink-strong);font-size:14.5px;font-weight:600;text-decoration:none;transition:background .25s,border-color .25s}
.tzp-pairs a:hover{background:var(--mist);border-color:var(--peri)}
.tzp-faq{max-width:820px}
.tzp-foot{margin-top:28px}

/* polish: brand identity + logos */
.tzb-logo{flex:none;display:grid;place-items:center;width:84px;height:84px;border-radius:22px;background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 14px 30px -18px rgba(20,35,60,.35)}
.tzb-logo img{width:100%;height:100%;object-fit:contain;padding:10px}
.tzb-logo.is-mono{background:var(--deep);border-color:var(--deep)}
.tzb-mono{font-family:var(--font-serif);font-size:32px;letter-spacing:.02em;color:var(--lime)}
.tzb-logo.sm{width:44px;height:44px;border-radius:12px;box-shadow:none;margin-bottom:6px}
.tzb-logo.sm .tzb-mono{font-size:17px}
.tzb-id{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:18px 22px;margin:0 0 28px;border:1px solid var(--line);border-radius:var(--r-xl);background:var(--surface);transition:transform .6s var(--ease),opacity .6s var(--ease)}
.js .tzb-id:not(.tz-in){opacity:0;transform:translateY(10px)}
.tzb-main{flex:1 1 260px;min-width:0}
.tzb-name{margin:2px 0 8px;font-family:var(--font-serif);font-size:28px;line-height:1.1;color:var(--ink-strong)}
.tzb-name span{font-family:var(--font-sans);font-size:14px;color:var(--ink-muted);margin-left:6px}
.tzb-badges{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.tzb-badges li{font-size:12.5px;font-weight:600;padding:5px 10px;border-radius:var(--pill)}
.tzb-badges .is-ok{background:rgba(47,158,95,.12);color:#1f7a47}
.tzb-badges .is-warn{background:rgba(212,154,0,.15);color:#8a6400}
.tzb-score{display:grid;text-align:center;padding:10px 16px;border-radius:16px;background:var(--lime);color:var(--on-lime)}
.tzb-score b{font-size:38px;line-height:1}
.tzb-score small{font-size:11.5px;font-weight:600}
.tzb-site{font-size:14px;font-weight:600;color:var(--ink-strong);padding:10px 16px;border-radius:var(--pill);border:1px solid var(--line);text-decoration:none;white-space:nowrap}
.tzb-site:hover{background:var(--mist)}
.review-hero .logo-box.lg{width:96px;height:96px;border-radius:24px;background:#fff;box-shadow:0 14px 30px -18px rgba(20,35,60,.4)}
.review-hero .logo-box.lg img{padding:10px}

/* polish: specifications as cards */
.spec-table{border:0!important;background:transparent!important;border-radius:0!important;overflow:visible!important}
.spec-table tbody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.spec-table tr{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:var(--surface);transition:transform .3s var(--ease),border-color .3s,box-shadow .3s}
.spec-table tr:hover{transform:translateY(-2px);border-color:var(--peri);box-shadow:0 16px 30px -24px rgba(42,67,107,.5)}
.spec-table th,.spec-table td{padding:0!important;border:0!important;width:auto!important}
.spec-table th{display:flex;align-items:center;gap:8px;font-size:12.5px!important;font-weight:600!important;letter-spacing:.01em;color:var(--ink-muted)}
.spec-table th::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--peri);flex:none}
.spec-table td{font-size:15px!important;line-height:1.55;color:var(--ink-strong)}
.tz-facts>div{transition:background .25s}.tz-facts>div:hover{background:var(--mist)}
@media (max-width:760px){.tzp-stats{grid-template-columns:1fr 1fr}.spec-table tbody{grid-template-columns:1fr}.tzb-id{gap:14px}.tzb-logo{width:64px;height:64px;border-radius:18px}.tzb-name{font-size:23px}.tzp .tzc-pick{position:static;margin:0 0 16px;padding:0;background:none;backdrop-filter:none}}
@media (prefers-reduced-motion:reduce){.tzp-stat,.tzp-reveal,.tzp-pick,.tzb-id,.spec-table tr{transition:none!important;transform:none!important;opacity:1!important}}
