:root{--brand:#0f7a58;--ink:#13231d;--accent:#f4c95d;--muted:#607169;--line:#dbe7e1;--soft:#f4f8f6;--cream:#fffaf0;--white:#fff;--radius:18px;--shadow:0 14px 42px rgba(15,52,38,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 36px));margin:auto}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}.top-note{padding:8px 18px;text-align:center;background:#102a22;color:#d8ebe3;font-size:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-row{height:76px;display:flex;align-items:center;gap:30px}.logo img{width:236px;height:auto}.header-row nav{display:flex;gap:24px;margin-left:auto;font-size:14px;font-weight:650}.header-row nav a:hover{color:var(--brand)}.categories-link{padding:11px 16px;border:1px solid var(--ink);border-radius:10px;font-weight:750;font-size:14px}.menu-btn{display:none}.hero{padding:68px 0 54px;background:linear-gradient(180deg,#f5fbf8,#fff)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}.eyebrow{display:inline-block;margin-bottom:12px;color:var(--brand);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.hero h1,.page-hero h1,.category-hero h1{margin:0;max-width:760px;font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-.045em}.hero p{max-width:650px;margin:22px 0;color:var(--muted);font-size:19px}.hero-art img{width:100%;filter:drop-shadow(0 24px 40px rgba(15,72,51,.12))}.hero-search{display:flex;gap:10px;max-width:680px;padding:8px;background:#fff;border:1px solid #cbdcd4;border-radius:14px;box-shadow:var(--shadow)}.hero-search input{min-width:0;flex:1;border:0;outline:0;padding:12px 14px;font-size:16px}.hero-search button{border:0;border-radius:10px;padding:12px 20px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer}.hero-actions{display:flex;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 18px;border-radius:11px;font-weight:800}.btn.primary{background:var(--brand);color:#fff}.btn.secondary{border:1px solid var(--ink);background:#fff}.btn.light{background:#fff;color:var(--ink)}.btn.full{width:100%}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;color:var(--muted);font-size:13px}.trust-row strong{color:var(--ink)}.category-strip{border-block:1px solid var(--line);background:#fff}.strip-scroll{display:flex;overflow:auto;gap:10px;padding:16px 0}.strip-scroll a{white-space:nowrap;padding:9px 13px;border-radius:999px;background:var(--soft);font-size:13px;font-weight:700}.strip-scroll a:hover{background:#dff3eb;color:var(--brand)}.section{padding:76px 0}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-head h2,.method h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.section-head p{margin:10px 0 0;color:var(--muted)}.section-head>a{color:var(--brand);font-weight:800;white-space:nowrap}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.review-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 4px 20px rgba(12,55,40,.04);transition:.2s}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-image{display:block;aspect-ratio:1.55;background:var(--soft);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{padding:20px}.card-category{color:var(--brand);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.card-body h3{margin:7px 0 10px;font-size:21px;line-height:1.25}.card-body p{margin:13px 0;color:var(--muted);font-size:14px}.rating-row{display:flex;align-items:center;gap:8px;font-size:12px}.rating-row>span:last-child{color:var(--muted)}.stars{display:inline-block;position:relative;letter-spacing:1px;color:#c9d5d0;line-height:1}.stars i{position:absolute;left:0;top:0;overflow:hidden;color:var(--brand);font-style:normal;white-space:nowrap}.card-foot{display:flex;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid var(--line);font-size:12px}.card-foot span{color:var(--muted)}.card-foot a{color:var(--brand);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.category-grid.full{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card img{width:100%;aspect-ratio:1.75;object-fit:cover}.category-card div{padding:20px}.category-card span{color:var(--brand);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.category-card h3{margin:6px 0;font-size:22px}.category-card p{margin:0 0 12px;color:var(--muted);font-size:14px}.category-card strong{color:var(--brand);font-size:13px}.method{padding:80px 0;background:#102a22;color:#fff}.method-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.method .eyebrow{color:#b8f2d9}.method p{color:#c7d9d1}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.steps>div{padding:22px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.06)}.steps span{color:var(--accent);font-size:13px;font-weight:900}.steps h3{margin:24px 0 6px}.steps p{margin:0;font-size:13px}.disclosure-band{padding:28px 0;background:var(--cream);border-block:1px solid #f0dfb4}.disclosure-band .shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.disclosure-band p{margin:0;color:#665c46}.disclosure-band a{font-weight:800;color:var(--brand)}.page-hero,.category-hero{padding:68px 0;background:var(--soft)}.page-hero.small{padding:54px 0}.page-hero p,.category-hero p{max-width:720px;color:var(--muted);font-size:18px}.page-hero h1,.category-hero h1{font-size:clamp(40px,6vw,66px)}.page-hero .btn{margin-top:18px}.category-hero-grid{display:grid;grid-template-columns:1fr 440px;align-items:center;gap:50px}.category-hero-grid img{border-radius:24px;border:1px solid var(--line)}.review-page{padding:38px 0 80px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px;color:var(--muted);font-size:13px}.review-hero-grid{display:grid;grid-template-columns:1fr 440px;gap:50px;align-items:center;padding-bottom:42px;border-bottom:1px solid var(--line)}.review-hero-grid h1{margin:0;font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-.04em}.review-hero-grid .lead{font-size:18px;color:var(--muted)}.review-hero-grid>img{border-radius:24px;border:1px solid var(--line)}.big-rating{display:flex;align-items:center;gap:12px;margin:22px 0}.big-rating .stars{font-size:25px}.big-rating strong{font-size:30px}.big-rating span{color:var(--muted)}.meta{color:var(--muted);font-size:13px}.review-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px;align-items:start;margin-top:45px}.article-content{min-width:0}.article-content h2{margin:42px 0 10px;font-size:32px;line-height:1.2}.article-content h3{font-size:20px}.article-content p,.article-content li{color:#40534b;font-size:16px}.article-content a{color:var(--brand);text-decoration:underline}.notice,.health-note{padding:20px 22px;border-radius:14px;background:#edf8f3;border-left:4px solid var(--brand)}.notice p,.health-note p{margin:5px 0 0}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pros-cons>div{padding:22px;border:1px solid var(--line);border-radius:14px}.score-list{display:flex;flex-direction:column;gap:13px}.score-list>div{display:grid;grid-template-columns:190px 1fr 38px;gap:14px;align-items:center}.score-list i{height:10px;border-radius:999px;background:#e1eae6;overflow:hidden}.score-list b{display:block;height:100%;background:var(--brand);border-radius:999px}.spec-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.spec-table>div{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:13px 16px;border-bottom:1px solid var(--line)}.spec-table>div:last-child{border-bottom:0}.spec-table span{color:var(--muted)}.buy-box{position:sticky;top:100px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.buy-box .badge{display:inline-block;padding:6px 9px;border-radius:999px;background:#e1f5ec;color:var(--brand);font-size:11px;font-weight:850}.buy-box h2{margin:12px 0 8px;font-size:25px}.buy-box p{color:var(--muted)}.mini-rating{display:flex;gap:8px;align-items:center;padding:14px 0;border-block:1px solid var(--line)}.buy-box dl{margin:0}.buy-box dl>div{padding:13px 0;border-bottom:1px solid var(--line)}.buy-box dt{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase}.buy-box dd{margin:3px 0 0;font-size:13px}.buy-box .btn{margin-top:18px}.buy-box small{display:block;margin-top:10px;color:var(--muted);font-size:10px}.static-page{padding:64px 0 90px}.narrow{max-width:780px}.static-page h2{margin-top:36px;font-size:30px}.static-page p,.static-page li{font-size:17px;color:#40534b}.hero-search.inline{margin-top:22px}.empty-state{grid-column:1/-1;padding:60px;text-align:center;background:var(--soft);border-radius:18px}.site-footer{padding:60px 0 22px;background:#102a22;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-logo{width:230px;filter:brightness(0) invert(1)}.footer-grid p{color:#b9cec5}.footer-grid h3{font-size:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid a{color:#cfe0d9;font-size:13px}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:#9eb5ab;font-size:11px}@media(max-width:980px){.header-row nav{display:none;position:absolute;top:76px;left:0;right:0;padding:20px;background:#fff;border-bottom:1px solid var(--line);flex-direction:column}.header-row nav.open{display:flex}.menu-btn{display:block;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 12px}.categories-link{display:none}.hero-grid,.method-grid,.review-hero-grid,.category-hero-grid{grid-template-columns:1fr}.hero-art{max-width:650px}.review-grid,.category-grid,.category-grid.full{grid-template-columns:repeat(2,1fr)}.review-layout{grid-template-columns:1fr}.buy-box{position:static;order:-1}.footer-grid{grid-template-columns:1fr 1fr}.disclosure-band .shell{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr 1fr}}@media(max-width:640px){.shell{width:min(100% - 24px,1180px)}.logo img{width:190px}.hero{padding-top:42px}.hero-search{flex-direction:column}.hero-actions{flex-direction:column}.review-grid,.category-grid,.category-grid.full{grid-template-columns:1fr}.section{padding:56px 0}.section-head{align-items:start;flex-direction:column}.steps{grid-template-columns:1fr}.pros-cons{grid-template-columns:1fr}.score-list>div{grid-template-columns:1fr 42px}.score-list i{grid-column:1/-1;grid-row:2}.spec-table>div{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.review-page{padding-top:24px}.review-layout{gap:26px}.review-hero-grid{gap:24px}.top-note{font-size:10px}}

/* Golden-yellow Well Choice Guide identity */
:root{--brand:#b77900;--ink:#2d2412;--accent:#ffd447;--muted:#6f6247;--line:#eadfbe;--soft:#fff9e8;--cream:#fff3c4;--shadow:0 14px 42px rgba(86,61,7,.11)}
.top-note,.method,.site-footer{background:#2a210d}.top-note{color:#fff1bd}.hero{background:linear-gradient(180deg,#fff7d6,#fff)}.hero-art img{filter:drop-shadow(0 24px 40px rgba(122,82,0,.16))}.strip-scroll a:hover{background:#ffefad;color:var(--brand)}.review-card{box-shadow:0 4px 20px rgba(86,61,7,.05)}.method .eyebrow{color:#ffe58a}.method p{color:#eadfbe}.disclosure-band{background:#fff4ca;border-color:#ecd88f}.notice,.health-note{background:#fff8dc}.buy-box .badge{background:#ffefb0;color:#815500}.footer-grid p{color:#d8ccb0}.footer-grid a{color:#eadfbe}.footer-bottom{color:#b9aa86}.stars i{color:#d39800}.btn.primary,.hero-search button{background:#b77900;color:#fff}.btn.primary:hover,.hero-search button:hover{background:#936000}.score-list b{background:#d39a00}.article-figure{margin:30px 0;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(86,61,7,.08)}.article-figure img{width:100%;max-height:560px;object-fit:contain;border-radius:12px;background:#fff8df}.article-figure.compact{max-width:620px}.article-figure figcaption{padding:10px 6px 2px;color:var(--muted);font-size:12px;line-height:1.5}.review-hero-grid>img{background:#fff8df;object-fit:contain;max-height:560px}
