:root{
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#17201d;
  background:#f7f5ef;
  --ink:#17201d;
  --ink-soft:#4f5b56;
  --muted:#6b756f;
  --paper:#f7f5ef;
  --surface:#ffffff;
  --surface-soft:#f1f5f2;
  --accent:#246b5b;
  --accent-dark:#184a40;
  --accent-soft:#dfece7;
  --warm:#f3ece2;
  --warm-border:#ddcdb8;
  --line:#d9ded9;
  --line-strong:#c6cec8;
  --review:#8f2d2d;
  --shadow:0 16px 45px rgba(30,42,37,.08);
  --shadow-soft:0 8px 24px rgba(30,42,37,.06);
  --radius:22px;
  --radius-small:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;line-height:1.62;background:var(--paper);color:var(--ink);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:var(--accent-dark);text-underline-offset:.18em;text-decoration-thickness:.08em}
a:hover{color:var(--accent)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #d19838;outline-offset:3px;border-radius:8px}
.skip{position:absolute;left:-999px;top:auto}
.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem 1rem;z-index:100;border-radius:10px;box-shadow:var(--shadow-soft)}
.bar{background:var(--review);color:#fff;padding:.52rem 1rem;text-align:center;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.wrap{width:min(1120px,calc(100% - 2.5rem));margin-inline:auto}
.nav{display:flex;justify-content:space-between;gap:1.25rem;align-items:center;padding:1.05rem 0;position:static;z-index:20;background:rgba(247,245,239,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(198,206,200,.65)}
.nav>a{font-weight:700;text-decoration:none;padding:.45rem .7rem;border-radius:999px}
.nav>a:hover{background:var(--accent-soft)}
.brand{font-weight:900;font-size:1.18rem;letter-spacing:-.025em;color:var(--ink)}
.tag{color:var(--muted);font-size:.88rem;margin-top:.05rem}
.hero{padding:4.4rem 0 3.5rem;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);grid-template-areas:"eyebrow art" "title art" "model art" "lede art" "action art";column-gap:4rem;row-gap:.3rem;align-items:start}
.hero>.eyebrow{grid-area:eyebrow;align-self:end}
.hero>h1{grid-area:title}
.hero>.product-model{grid-area:model}
.hero>.lede{grid-area:lede}
.hero>.action{grid-area:action;justify-self:start}
.hero>figure{grid-area:art;align-self:center;justify-self:stretch;margin:0!important;max-width:none!important;filter:drop-shadow(0 24px 28px rgba(30,42,37,.09))}
.hero>figure svg{background:linear-gradient(145deg,#fff,#eef3ef)!important;border:1px solid var(--line)!important;border-radius:28px!important}
.hero>figure figcaption{max-width:520px;color:var(--muted)!important;line-height:1.45;margin:.6rem auto 0!important;text-align:center}
.eyebrow,.state{font-size:.72rem;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.eyebrow{color:var(--accent-dark);margin:0 0 .4rem}
.hero h1,.review-index h1,.section h2{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;letter-spacing:-.035em;text-wrap:balance}
.hero h1{font-size:clamp(2.7rem,5.5vw,5rem);line-height:.97;margin:.25rem 0 .2rem;max-width:850px;font-weight:700}
.product-model{margin:.12rem 0 .85rem;color:var(--muted);font-size:.86rem;font-weight:760;letter-spacing:.055em;text-transform:uppercase}
.hero .product-model{font-size:1rem;margin-bottom:1.1rem}
.product-name{font-size:1.4rem;line-height:1.16;margin:.15rem 0 .12rem;letter-spacing:-.02em}
.alternative-angle{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:1.18rem;line-height:1.25;margin:.55rem 0 .55rem;color:var(--ink);letter-spacing:-.015em}
.lede{font-size:clamp(1.08rem,1.5vw,1.22rem);max-width:780px;color:var(--ink-soft);line-height:1.65;margin:.9rem 0 .8rem}
.action{display:inline-flex;align-items:center;justify-content:center;margin-top:.8rem;background:var(--accent-dark);color:#fff;text-decoration:none;border-radius:999px;padding:.78rem 1.08rem;font-weight:800;box-shadow:0 8px 20px rgba(24,74,64,.16);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.action:hover{color:#fff;background:var(--accent);transform:translateY(-1px);box-shadow:0 11px 26px rgba(24,74,64,.2)}
.section{padding:2.25rem 0}
.section h2{font-size:clamp(1.8rem,3vw,2.35rem);line-height:1.08;margin:0 0 1rem}
.section>p:not(.tool-note){max-width:850px;color:var(--ink-soft)}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}
.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
.card,.panel,.tool-result{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.45rem;box-shadow:var(--shadow-soft)}
.card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow)}
.card h3,.panel h3{margin-top:.2rem}
.card p:last-child,.panel p:last-child{margin-bottom:0}
.panel ul{margin:.2rem 0;padding-left:1.3rem}
.panel li{padding:.24rem 0 .24rem .15rem}
.panel li::marker{color:var(--accent);font-weight:900}
.state{display:inline-block;border:1px solid #b7c5bd;border-radius:999px;padding:.2rem .55rem;margin:0 .35rem .35rem 0;background:var(--surface-soft);color:#385149;letter-spacing:.045em}
.specs{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}
.specs th,.specs td{text-align:left;vertical-align:top;padding:.9rem 1rem;border-bottom:1px solid #e6e9e6}
.specs thead th{background:#eaf1ed;color:#29473f;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}
.specs tbody th{width:24%;font-size:.88rem;color:#3c4b45}
.specs tbody tr:nth-child(even){background:#fbfcfb}
.specs tbody tr:last-child th,.specs tbody tr:last-child td{border-bottom:0}
.muted{color:var(--muted)}
.calculator{background:linear-gradient(145deg,#e6efeb,#f3eee5);border:1px solid #d2ddd7;border-radius:30px;padding:2rem;margin-top:2.1rem;box-shadow:var(--shadow)}
.calculator>p{max-width:850px;color:var(--ink-soft)}
.tool-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(290px,.82fr);gap:1.25rem;align-items:start}
.tool-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}
.tool-form label{display:grid;gap:.38rem;font-size:.88rem;font-weight:760;color:#33433d}
.tool-form input[type=number]{width:100%;padding:.72rem .78rem;border:1px solid #aebbb4;border-radius:11px;background:#fff;font:inherit;color:var(--ink);box-shadow:inset 0 1px 2px rgba(30,42,37,.04)}
.tool-form input[type=number]:focus{border-color:var(--accent)}
.tool-form .check{display:flex;align-items:flex-start;gap:.6rem;grid-column:1/-1;font-weight:650;background:rgba(255,255,255,.68);border:1px solid rgba(174,187,180,.75);border-radius:12px;padding:.75rem .85rem}
.tool-form .check input{margin-top:.27rem;accent-color:var(--accent)}
.tool-button{grid-column:1/-1;background:var(--accent-dark);color:#fff;border:0;border-radius:999px;padding:.8rem 1rem;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 8px 20px rgba(24,74,64,.16);transition:transform .18s ease,background .18s ease}
.tool-button:hover{background:var(--accent);transform:translateY(-1px)}
.tool-result{min-height:180px;background:rgba(255,255,255,.88);border-color:#cfd8d2}
.tool-result h3{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:1.35rem;margin-top:0;letter-spacing:-.015em}
.tool-note{font-size:.88rem;color:#53615a;margin-bottom:0}
.alt-card{display:flex;flex-direction:column;padding:1.45rem;background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%)}
.alt-card .product-name{margin-top:.05rem}
.alt-card .product-model{margin-bottom:.65rem}
.alt-card>figure{order:initial;margin:.3rem 0 .7rem!important;max-width:none!important}
.alt-card>figure svg{background:linear-gradient(145deg,#fff,#f1f4f2)!important;border:1px solid var(--line)!important;border-radius:20px!important}
.alt-card>figure figcaption{color:var(--muted)!important;line-height:1.4}
.alt-card .action{margin-top:auto;align-self:flex-start}
.evidence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}
.claim{border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:var(--radius-small);background:var(--surface);padding:1rem 1.1rem;box-shadow:var(--shadow-soft)}
.claim p{margin:.35rem 0 0;color:var(--ink-soft)}
.sources{margin:0;padding:1.25rem 1.25rem 1.25rem 2.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.sources li{margin:.55rem 0;color:var(--ink-soft)}
.footer{border-top:1px solid var(--line);margin-top:3rem;padding:2rem 0 4.5rem;color:var(--muted);font-size:.9rem}
.review-index{padding:4.3rem 0 4rem}
.review-index h1{font-size:clamp(2.6rem,5vw,4.5rem);line-height:1;margin:.35rem 0 1rem;max-width:850px}
.review-index>.lede{margin-bottom:2rem}
.review-index .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}
.review-index .card{position:relative;overflow:hidden;padding:1.65rem;min-height:270px;display:flex;flex-direction:column}
.review-index .card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--accent),#80a58f)}
.review-index .card h2{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:1.7rem;line-height:1.12;margin:.2rem 0 .65rem;letter-spacing:-.025em}
.review-index .card p{color:var(--ink-soft)}
.review-index .card .action{margin-top:auto;align-self:flex-start}
@media(max-width:960px){
  .hero{grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);column-gap:2.2rem}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid>.card:last-child:nth-child(odd){grid-column:1/-1}
  .evidence{grid-template-columns:1fr}
}
@media(max-width:760px){
  .wrap{width:min(100% - 1.4rem,1120px)}
  .nav{align-items:flex-start;position:static;flex-direction:column;padding:.9rem 0}
  .hero{display:grid;grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "model" "art" "lede" "action";padding:2.5rem 0 2.4rem;row-gap:.25rem}
  .hero>figure{margin:.65rem 0 1rem!important;filter:drop-shadow(0 16px 20px rgba(30,42,37,.07))}
  .hero h1{font-size:clamp(2.45rem,12vw,3.8rem)}
  .grid,.two,.tool-grid,.review-index .grid{grid-template-columns:1fr}
  .grid>.card:last-child:nth-child(odd){grid-column:auto}
  .tool-form{grid-template-columns:1fr}
  .calculator{padding:1.2rem;border-radius:22px}
  .section{padding:1.65rem 0}
  .specs{display:block;overflow-x:auto;border-radius:16px}
  .review-index{padding-top:2.6rem}
  .review-index .card{min-height:0}
}
@media(max-width:460px){
  body{font-size:15.5px}
  .bar{font-size:.66rem;padding:.48rem .7rem}
  .card,.panel,.tool-result{padding:1.15rem;border-radius:17px}
  .hero>figure svg,.alt-card>figure svg{border-radius:16px!important}
  .action,.tool-button{width:100%}
  .alt-card .action{align-self:stretch}
  .specs th,.specs td{padding:.72rem .78rem}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}

.product-nav{position:sticky;top:0;z-index:50;width:100%;background:rgba(247,245,239,.97);border-bottom:1px solid var(--line-strong);box-shadow:0 8px 24px rgba(30,42,37,.08);backdrop-filter:blur(12px)}
.product-nav-inner{min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto) minmax(0,1fr);gap:clamp(.7rem,1.7vw,1.35rem);align-items:center;padding:.6rem 0}
.brand-home{display:flex;align-items:center;gap:.68rem;min-width:0;justify-self:start;color:var(--ink);text-decoration:none;border-radius:10px}
.brand-home:hover .brand-copy strong{text-decoration:underline;text-underline-offset:.18em}
.logo-symbol{width:48px;height:48px;flex:0 0 auto;border-radius:7px;box-shadow:0 4px 12px rgba(30,42,37,.07)}
.brand-copy{display:grid;min-width:0;line-height:1.12}
.brand-copy strong{font-size:1.08rem;letter-spacing:-.02em}
.brand-copy small{margin-top:.2rem;color:var(--muted);font-size:.78rem}
.nav-product{display:grid;min-width:0;max-width:430px;justify-self:center;text-align:center;line-height:1.12}
.nav-product strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(.96rem,1.55vw,1.22rem);letter-spacing:-.018em}
.nav-product span{margin-top:.22rem;color:var(--muted);font-size:.69rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.buy-amazon-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.66rem 1rem;border:1px solid #d98c00;border-radius:999px;background:#ffb526;color:#17120a;font-size:.86rem;font-weight:850;line-height:1.1;text-align:center;text-decoration:none;white-space:nowrap;box-shadow:0 5px 14px rgba(139,86,0,.15);transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}
.buy-amazon-button:hover{transform:translateY(-1px);background:#ffaf0a;box-shadow:0 7px 18px rgba(139,86,0,.2)}
.affiliate-action{display:flex;align-items:center;gap:.5rem}.affiliate-note{margin:0;color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.035em;white-space:nowrap}.nav-affiliate-action{justify-self:end}.alt-affiliate-action{margin-top:auto;align-self:flex-start}.alt-buy-amazon-button{align-self:flex-start}
.recall-panel{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.35rem;align-items:start;padding:1.55rem;border:1px solid #b9d0c6;border-radius:var(--radius);background:linear-gradient(145deg,#f5faf7,#fff);box-shadow:var(--shadow-soft)}
.recall-panel h2{margin-bottom:.62rem}
.recall-summary{max-width:850px;margin:.4rem 0;color:var(--ink-soft)}
.recall-badge{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--accent);color:#fff;font-size:1.7rem;font-weight:900;box-shadow:0 8px 18px rgba(36,107,91,.18)}
.recall-kicker{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap;margin-bottom:.25rem}
.recall-kicker .eyebrow,.recall-kicker .state{margin-bottom:0}
.evidence-source-link{font-weight:780}
.product-footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}
.footer-brand{display:grid;justify-self:start;line-height:1.18}.footer-brand strong{color:var(--ink);font-size:.96rem}.footer-brand small{margin-top:.24rem;color:var(--muted);font-size:.78rem}.amazon-associate-disclosure{justify-self:center;text-align:center}.footer-guides-link{justify-self:end;font-weight:760;text-align:right;text-decoration:none}
.footer-guides-link:hover{text-decoration:underline;text-underline-offset:.2em}
@media(max-width:860px){
  .product-nav-inner{grid-template-columns:minmax(0,1fr) minmax(160px,auto) minmax(0,1fr);gap:.7rem}
  .brand-copy small{display:none}
}
@media(max-width:620px){
  .product-nav-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand buy" "product product";gap:.4rem .7rem;padding:.48rem 0}
  .brand-home{grid-area:brand}
  .nav-product{grid-area:product;justify-self:stretch;max-width:none;text-align:left}
  .nav-affiliate-action{grid-area:buy}.buy-amazon-button{min-height:38px;padding:.58rem .78rem;font-size:.77rem}
  .logo-symbol{width:38px;height:38px}
  .brand-copy strong{font-size:.96rem}
  .nav-product strong{font-size:.88rem}
  .nav-product span{font-size:.62rem}
  .recall-panel{gap:.85rem}
  .recall-badge{width:46px;height:46px;font-size:1.45rem}
  .alt-affiliate-action{width:100%}.alt-buy-amazon-button{width:100%}
  .product-footer{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand guides" "disclosure disclosure";align-items:start}.footer-brand{grid-area:brand}.amazon-associate-disclosure{grid-area:disclosure;margin-top:.65rem}.footer-guides-link{grid-area:guides}
}
@media(max-width:420px){
  .product-nav-inner{grid-template-areas:"brand buy" "product product"}
  .buy-amazon-button{padding-inline:.68rem}
}

.product-presentation{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:center;gap:clamp(1.5rem,4.5vw,3.5rem);margin-top:clamp(1.4rem,4vw,3rem);padding:clamp(1.4rem,4vw,2.7rem);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff 0%,#fbfcfb 100%);box-shadow:var(--shadow-soft)}
.product-presentation .product-model{margin:0 0 .55rem}.product-presentation h1{margin:0;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:clamp(2.45rem,5vw,4.5rem);font-weight:700;line-height:.98;letter-spacing:-.04em;text-wrap:balance}.product-presentation .lede{margin:1.15rem 0 0}.presentation-action{margin-top:1.2rem}.product-presentation figure{margin:0;filter:drop-shadow(0 20px 25px rgba(30,42,37,.08))}.product-image{display:block;width:100%;height:auto;object-fit:contain;background:#fff}.subject-product-image{max-height:520px}.alt-product-image{height:220px;margin:0 auto 1rem}.product-image-link,.alt-product-image-link{display:block}.amazon-associate-disclosure{display:block}
@media(max-width:760px){.product-presentation{grid-template-columns:1fr}.product-presentation figure{grid-row:2}.alt-product-image{height:auto;max-height:320px}}
