:root{--ink:#173c35;--forest:#1f5147;--cream:#f7f3e9;--paper:#fffdf8;--lime:#d9ea9b;--muted:#66736f}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;padding:0 28px;margin:auto}
.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:760;letter-spacing:-.04em;white-space:nowrap}
.brand-mark{width:35px;height:35px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:50% 50% 44% 56%;font-family:Georgia,serif;font-style:italic}
.brand-logo{width:35px;height:35px;object-fit:cover;border-radius:50%}
.main-nav{display:flex;align-items:center;gap:31px;font-size:14px;font-weight:600}
.main-nav a:hover,.text-link:hover{color:#5c7f46}
.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:700;border-radius:999px;transition:.2s ease}
.header-cta{background:var(--ink);color:#fff;padding:12px 19px;font-size:13px}
.header-cta:hover,.button.dark:hover{background:#2b6659;transform:translateY(-1px)}
.nav-dropdown{position:relative;padding:8px 0;margin:-8px 0}
.nav-dropdown>div{display:grid;visibility:hidden;opacity:0;pointer-events:none;position:absolute;z-index:20;top:calc(100% + 7px);left:50%;transform:translateX(-50%);width:210px;padding:10px;background:#fff;border:1px solid #e2e7e1;border-radius:8px;box-shadow:0 18px 38px rgba(23,60,53,.12);transition:opacity .16s ease,visibility 0s linear .25s}
.nav-dropdown>div:before{content:'';position:absolute;left:0;right:0;top:-16px;height:16px}
.nav-dropdown:hover>div,.nav-dropdown:focus-within>div{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}
.nav-dropdown>div a{padding:10px 12px;border-radius:5px}
.nav-dropdown>div a:hover{background:var(--cream)}
.hero{max-width:1240px;margin:auto;padding:72px 28px 86px;display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:center;min-height:680px}
.eyebrow{display:flex;align-items:center;gap:9px;color:#6e7e79;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:750}
.eyebrow span{width:24px;height:1px;background:#91ad59}
h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,5.2vw,76px);line-height:.99;letter-spacing:-.055em;font-weight:500;margin:22px 0 26px}
h1 em{color:#759253;font-weight:500}
.lead{color:var(--muted);font-size:17px;line-height:1.7;max-width:600px}
.hero-actions{display:flex;align-items:center;gap:29px;margin-top:34px}
.button{padding:16px 24px;font-size:14px}
.button.primary{background:var(--lime)}
.button.primary:hover{background:#c9df7d;transform:translateY(-1px)}
.text-link{font-size:13px;font-weight:700;border-bottom:1px solid #b2bbb7;padding-bottom:4px}
.trust-row{display:flex;flex-wrap:wrap;gap:19px;color:#6c7773;font-size:11px;margin-top:38px}
.hero-visual{position:relative;min-height:500px}
.visual-card{position:absolute;border-radius:8px;box-shadow:0 22px 50px rgba(29,60,52,.12)}
.visual-card.has-image{padding:0;overflow:hidden}
.visual-card.has-image img{width:100%;height:100%;object-fit:cover;display:block}
.visual-card.large{inset:24px 42px 20px 30px;padding:45px;background:#dce8d1;overflow:hidden}
.visual-card.large:after{content:'';position:absolute;width:260px;height:260px;border:42px solid rgba(255,255,255,.55);border-radius:50%;right:-40px;bottom:-50px}
.visual-card.large.has-image:after{display:none}
.visual-label{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:10px;margin-bottom:70px}
.visual-card.large strong{font:500 42px/1.03 Georgia,serif;letter-spacing:-.04em}
.line-art{position:absolute;right:65px;bottom:65px;font-size:82px;z-index:1;color:#56755d;transform:rotate(-13deg)}
.visual-card.small{z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:20px}
.visual-card.small span{font-size:9px;text-transform:uppercase;letter-spacing:.13em}
.visual-card.top{width:135px;height:160px;top:0;right:0;background:#f0cfc1;transform:rotate(4deg)}
.visual-card.top strong{font:44px Georgia,serif}
.visual-card.bottom{width:150px;height:125px;bottom:0;left:0;background:#f0df9e;transform:rotate(-5deg)}
.visual-card.bottom i{font-size:30px;align-self:flex-end}
.scribble{position:absolute;right:-8px;bottom:58px;color:#668458;font:italic 17px Georgia,serif;transform:rotate(-9deg)}
.category-section,.recommendations{padding:88px max(28px,calc((100vw - 1184px)/2))}
.category-section{background:var(--cream)}
.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:35px}
h2{font:500 clamp(34px,4vw,50px)/1.05 Georgia,serif;letter-spacing:-.04em;margin:12px 0 0}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.category-card{min-height:230px;padding:20px;border-radius:7px;display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:.2s ease}
.category-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(24,55,47,.09)}
.category-card.has-image{background-size:cover;background-position:center;color:#fff;overflow:hidden}
.category-card.has-image:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,35,30,.12),rgba(10,35,30,.76));z-index:0}
.category-card.has-image .category-icon,.category-card.has-image>div{position:relative;z-index:1}
.category-card.has-image .round-arrow{z-index:1;border-color:rgba(255,255,255,.65)}
.category-card.has-image p{color:#fff}
.sage{background:#dce8d1}.blue{background:#dce7e6}.sand{background:#eadfce}.rose{background:#efd7cf}.yellow{background:#eee2ab}
.category-icon{font:40px Georgia,serif}
.category-card h3{font:500 21px Georgia,serif;margin:0 0 8px}
.category-card p{font-size:12px;line-height:1.5;color:#5d6b66;margin:0;max-width:150px}
.round-arrow{position:absolute;right:17px;top:17px;width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(23,60,53,.28);border-radius:50%}
.recommendations{background:#fffdf8}
.section-note{max-width:380px;color:var(--muted);line-height:1.6;font-size:14px}
.pick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pick-card{border:1px solid #e0e2db;background:white}
.pick-image{height:270px;display:grid;place-items:center;position:relative;overflow:hidden}
.pick-image:after{content:'';width:165px;height:165px;border:28px solid rgba(255,255,255,.55);border-radius:50%}
.pick-image.has-image:after{display:none}
.pick-image img{width:100%;height:100%;object-fit:cover}
.pick-image span{position:absolute;left:19px;top:17px;font:15px Georgia,serif}
.pick-image b{position:absolute;z-index:1;letter-spacing:.18em;font-size:10px;text-align:center;line-height:1.7}
.pick-body{padding:25px}
.card-label{font-size:9px!important;letter-spacing:.14em;font-weight:800;text-transform:uppercase}
.pick-body h3{font:500 25px/1.14 Georgia,serif;letter-spacing:-.025em;margin:12px 0}
.pick-body>p{color:var(--muted);font-size:13px;line-height:1.6}
.pick-body>a{display:inline-flex;gap:20px;margin-top:10px;font-size:12px;font-weight:800;border-bottom:1px solid #b2bbb7;padding-bottom:4px}
.editorial{margin:30px auto 90px;max-width:1184px;background:var(--ink);color:white;border-radius:8px;text-align:center;padding:76px max(25px,12vw)}
.editorial .eyebrow{justify-content:center;color:#c1cec9}
.editorial h2{max-width:760px;margin:18px auto 22px}
.editorial>p:not(.eyebrow){color:#c5d0cc;max-width:710px;margin:0 auto 30px;line-height:1.7}
.button.dark{background:#f3e9c4;color:var(--ink)}
.site-footer{border-top:1px solid #e1e5df;min-height:170px;max-width:1184px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:11px;color:#66736f;padding:38px 0}
.site-footer>div{display:block}
.footer-brand p,.footer-disclosure p{margin:8px 0 0}
.footer-disclosure{max-width:330px}
.footer-disclosure strong{color:var(--ink)}
.footer-links{display:grid!important;grid-template-columns:1fr 1fr;gap:10px 22px!important}
.subpage-hero{max-width:900px;margin:0 auto;text-align:center;padding:110px 28px 70px}
.subpage-hero .eyebrow{justify-content:center}
.subpage-hero h1{font-size:clamp(50px,7vw,82px)}
.subpage-hero>p:last-child{max-width:680px;margin:0 auto;font-size:17px;line-height:1.7;color:var(--muted)}
.content-wide{max-width:1184px;margin:0 auto;padding:55px 0 100px}
.category-hero{padding:40px max(28px,calc((100vw - 1184px)/2)) 75px;min-height:350px;display:flex;flex-direction:column;justify-content:end;position:relative;background-size:cover;background-position:center;overflow:hidden}
.category-hero.has-image{color:#fff}
.category-hero.has-image:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,35,30,.82),rgba(10,35,30,.25))}
.category-hero.has-image>*{position:relative;z-index:1}
.category-hero.has-image>p:last-child{color:#fff}
.category-hero h1{margin:15px 0 12px;font-size:clamp(54px,7vw,88px)}
.category-hero>p:last-child{max-width:610px;font-size:17px;line-height:1.65;color:#52655f}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:11px;color:#74817d;margin-bottom:35px}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.search-tools{display:grid;gap:20px;padding:25px;margin-bottom:15px;background:var(--cream);border-radius:8px}
.search-tools input{width:100%;border:1px solid #d5dbd4;background:#fff;border-radius:999px;padding:16px 22px;color:var(--ink);font:inherit;outline:none}
.search-tools input:focus{border-color:#6c8c63;box-shadow:0 0 0 3px rgba(108,140,99,.16)}
.filter-chips{display:flex;flex-wrap:wrap;gap:8px}
.filter-chips button{border:1px solid #ccd5cc;border-radius:999px;background:transparent;padding:9px 13px;color:var(--ink);font-size:12px;cursor:pointer}
.filter-chips button.active,.filter-chips button:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.result-count{text-align:right;font-size:11px;color:var(--muted);margin:20px 0}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 20px}
.guide-card{border:1px solid #e0e4dd;background:#fff}
.guide-cover{height:255px;display:grid;place-items:center;position:relative;overflow:hidden}
.guide-cover:after{content:'';position:absolute;width:145px;height:145px;border:26px solid rgba(255,255,255,.52);border-radius:50%}
.guide-cover.has-image:after{display:none}
.guide-cover img{width:100%;height:100%;object-fit:cover}
.guide-cover>span{position:absolute;left:18px;top:16px;font:15px Georgia,serif}
.guide-cover>b{z-index:1;font-size:10px;line-height:1.6;letter-spacing:.18em;text-align:center}
.guide-card>div{padding:23px}
.guide-card h2{font-size:25px;margin:12px 0}
.guide-card>div>p:not(.card-label){font-size:13px;line-height:1.6;color:var(--muted);min-height:63px}
.read-link{display:inline-flex;gap:22px;margin-top:8px;font-size:12px;font-weight:800;border-bottom:1px solid #b2bbb7;padding-bottom:4px}
.empty-state{text-align:center;padding:70px 20px;background:var(--cream)}
.empty-state strong{font:28px Georgia,serif}
.empty-state p{color:var(--muted)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.article{max-width:1184px;margin:0 auto;padding:40px 0 100px}
.article-header{max-width:930px;margin:0 auto;text-align:center}
.article-header .breadcrumbs,.article-header .eyebrow{justify-content:center}
.article-header h1{font-size:clamp(48px,6.5vw,78px);margin:24px 0}
.article-deck{max-width:760px;margin:0 auto 45px;font-size:18px;line-height:1.7;color:var(--muted)}
.article-cover{height:430px;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:45px;position:relative;overflow:hidden;text-align:left}
.article-cover:after{content:'';width:340px;height:340px;border:58px solid rgba(255,255,255,.5);border-radius:50%;position:absolute;right:70px;bottom:-100px}
.article-cover.has-image{padding:0}
.article-cover.has-image:after{display:none}
.article-cover.has-image img{width:100%;height:100%;object-fit:cover}
.article-cover span{text-transform:uppercase;font-size:10px;letter-spacing:.18em}
.article-cover strong{max-width:560px;z-index:1;font:500 50px/1.02 Georgia,serif;letter-spacing:-.04em}
.article-cover i{position:absolute;right:55px;top:42px;font-size:44px}
.article-layout{display:grid;grid-template-columns:minmax(0,780px) 230px;gap:80px;margin-top:75px;align-items:start}
.article-body section{margin-bottom:75px}
.article-body h2{font-size:36px;margin-bottom:20px}
.article-body h3{font-size:14px;margin:26px 0 12px}
.article-body p,.page-content p{font-size:16px;line-height:1.75;color:#586962}
.editor-note{border-left:4px solid #8dac62;background:var(--cream);padding:22px 25px;margin-top:30px}
.editor-note p{margin:7px 0 0;font-size:13px}
.product-block{display:grid;grid-template-columns:260px 1fr;gap:35px;padding-top:35px;border-top:1px solid #e0e5df}
.product-placeholder{height:340px;position:relative;display:grid;place-items:center;text-align:center;overflow:hidden}
.product-placeholder img{width:100%;height:100%;object-fit:cover}
.product-placeholder:has(img):after{display:none}
.product-placeholder:not(:has(img)):after{content:'';width:120px;height:120px;border:23px solid rgba(255,255,255,.55);border-radius:50%}
.product-placeholder>span{position:absolute;top:16px;left:16px;font:16px Georgia,serif}
.product-placeholder>strong{position:absolute;z-index:1;font-size:9px;letter-spacing:.18em;line-height:1.7}
.product-placeholder>small{position:absolute;bottom:14px;font-size:9px;color:#5d6d67}
.product-number{text-transform:uppercase;letter-spacing:.14em;font-size:9px!important;font-weight:800}
.product-copy h2{margin-top:8px}
.pros,.cons{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#52655f;font-size:14px}
.affiliate-area{margin-top:30px;padding:18px;background:#f8f5ec;border:1px solid #e5dfcf;border-radius:7px}
.affiliate-disclosure{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#8c5b43;margin-bottom:10px}
.amazon-button{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:15px;border:0;border-radius:999px;background:var(--ink);color:#fff;padding:12px 18px;font-weight:750;font-size:12px}
.amazon-button.disabled{opacity:.55}
.affiliate-area small{display:block;margin-top:10px;line-height:1.5;color:#6a746f}
.article-aside{position:sticky;top:25px;border-top:3px solid var(--ink);padding-top:17px;display:grid;gap:13px;font-size:12px;color:#6c7974}
.article-aside strong{color:var(--ink);font:22px Georgia,serif}
.article-aside a{text-decoration:underline;text-underline-offset:3px}
.legal-page{max-width:800px;margin:0 auto;padding:45px 28px 110px}
.legal-page h1{font-size:62px;margin-bottom:35px}
.legal-page h2{margin-top:55px;font-size:34px}
.legal-alert{background:#f1e6bd;border-left:4px solid #9a7c22;padding:20px 24px;margin:30px 0}
.legal-alert p{margin:7px 0 0;font-size:14px!important}
.not-found{min-height:65vh;display:grid;place-items:center;padding:30px;text-align:center}
.not-found strong{display:block;font:100px Georgia,serif;color:#91ad59}
.not-found h1{font-size:50px;margin:5px 0 15px}
.not-found p{color:var(--muted);max-width:520px;line-height:1.6}
.not-found .button{margin-top:20px}
@media(max-width:950px){.content-wide,.article{padding-left:28px;padding-right:28px}.guide-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-aside{display:none}.site-footer{padding-left:28px;padding-right:28px}.product-block{grid-template-columns:220px 1fr}}
@media(max-width:900px){.main-nav{display:none}.hero{grid-template-columns:1fr;padding-top:48px}.hero-visual{min-height:420px}.category-grid{grid-template-columns:repeat(2,1fr)}.pick-grid{grid-template-columns:1fr 1fr}.pick-card:last-child{display:none}}
@media(max-width:650px){.site-header{height:70px;padding:0 18px}.header-cta{padding:11px 14px}.header-cta span{display:none}.hero{padding:48px 20px 62px;gap:44px}.hero h1{font-size:48px}.lead{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{gap:10px;flex-direction:column}.hero-visual{min-height:350px}.visual-card.large{inset:18px 25px 20px 15px;padding:32px}.visual-card.large strong{font-size:32px}.visual-label{margin-bottom:55px}.visual-card.top{width:105px;height:125px}.visual-card.bottom{width:120px;height:95px}.category-section,.recommendations{padding:65px 20px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:last-child{grid-column:auto;min-height:175px}.pick-grid{grid-template-columns:1fr}.pick-card:last-child{display:block}.editorial{margin:0 20px 65px;padding:56px 24px}.editorial h2{font-size:36px}.subpage-hero{padding:70px 20px 45px}.subpage-hero h1{font-size:50px}.content-wide,.article{padding-left:20px;padding-right:20px}.category-hero{padding-left:20px;padding-right:20px;min-height:320px}.guide-grid{grid-template-columns:1fr}.guide-card>div>p:not(.card-label){min-height:auto}.article-header h1{font-size:46px}.article-cover{height:340px;padding:28px}.article-cover strong{font-size:36px}.article-cover:after{right:-100px}.article-layout{margin-top:50px}.product-block{grid-template-columns:1fr}.product-placeholder{height:250px}.site-footer{padding:40px 20px;align-items:flex-start;flex-direction:column}}
