
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

/* variables */
:root{
  --green-black:#0B1403;
  --forest:#203300;
  --olive:#41630F;
  --sage:#ABCA80;
  --plum:#58083C;
  --bg:#fbf8f1;
  --cream:#f4efe5;
  --surface:#fffdf8;
  --line:#ddd4c4;
  --muted:#5d6553;
  --shadow:0 18px 48px rgba(11,20,3,.10);
  --serif:"Cormorant Garamond","Playfair Display",Georgia,serif;
  --sans:"Manrope",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --radius:18px;
  --container:1280px;
}

/* base */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--green-black);font-family:var(--sans);font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:var(--plum)}
img{display:block;max-width:100%;height:auto}
main{max-width:var(--container);margin:0 auto;padding:0 24px;overflow:hidden}
main > *{min-width:0}

/* typography */
.logo,.hero h1,.brand-hero h1,.product-summary h1,.service-hero h1,.page-hero h1,.section-head h2,.leaf-promo h2,.story-block h2,.product-content h2,.article-layout h2,.glance-card h2{font-family:var(--serif);font-weight:600;letter-spacing:-.045em;color:var(--green-black)}
.eyebrow{display:block;color:var(--olive);font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:800}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:0 0 24px;color:var(--olive);font-size:13px;font-weight:700}
.slash{color:#9eaa8b}

/* header */
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.topbar{max-width:1360px;min-height:76px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:28px}
.logo{flex:0 0 auto;font-size:34px;line-height:1;font-weight:700;white-space:nowrap}
.logo span{color:var(--plum)}
.primary-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-left:auto;min-width:0;white-space:nowrap}
.nav-link{display:block;padding:29px 0;color:var(--green-black);font-size:12px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;line-height:1}
.header-icons{display:flex;align-items:center;gap:16px;flex:0 0 auto}
.header-icons a{display:grid;place-items:center;width:24px;height:24px}
.header-icons svg{width:22px;height:22px;fill:none;stroke:var(--green-black);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.menu-toggle{display:none;border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:9px 14px;color:var(--green-black);font:700 12px/1 var(--sans)}

/* buttons */
.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:9px;background:var(--forest);color:white;padding:13px 22px;font-weight:800;font-size:14px;line-height:1.1;box-shadow:0 10px 24px rgba(32,51,0,.16)}
.button:hover{color:white;background:var(--plum)}
.button:after{content:"->";font-size:14px}
.button.secondary{background:#dfe8cc;color:var(--forest);box-shadow:none}
.button.secondary:hover{background:var(--sage);color:var(--green-black)}
.button.dark,.button.plum{background:linear-gradient(135deg,var(--plum),#8b0c5f);color:white}
.button-small{padding:10px 15px;font-size:13px}

/* shared cards and grids */
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:50px auto 22px;max-width:var(--container)}
.section-head h2{font-size:clamp(32px,3.2vw,44px);line-height:1;margin:8px 0 0;max-width:650px}
.section-head a{color:var(--plum);font-weight:800;font-size:14px}
.grid{display:grid;gap:24px}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid.six{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(11,20,3,.045)}
.card img{width:100%;aspect-ratio:1.35/1;object-fit:cover;background:var(--cream)}
.card-body{padding:18px}
.card h3{margin:8px 0 10px;font-size:17px;line-height:1.25}
.product-card h3{font-size:15px}
.card p{margin:0 0 14px;color:var(--muted);font-size:14px}
.split{display:flex;align-items:center;justify-content:space-between;gap:12px}
.mini{color:var(--olive);font-size:13px;font-weight:800}

/* homepage */
.premium-hero{max-width:var(--container);margin:0 auto;padding:58px 0 42px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:52px;align-items:center;min-height:auto;overflow:visible;background:transparent}
.hero-copy{max-width:560px;margin:0}
.hero h1{font-size:clamp(56px,4.8vw,78px);line-height:.96;max-width:560px;margin:14px 0 22px}
.hero p{font-size:17px;max-width:500px;margin:0;color:#263123}
.hero-image{width:100%;max-height:460px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.hero-points span,.brand-value{display:flex;align-items:center;gap:10px;color:var(--green-black);font-size:13px;font-weight:700}
.hero-points span:before,.brand-value span{content:"";display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:#dfe8cc;color:var(--olive)}
.brand-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.brand-card{display:grid;min-height:168px;border-radius:14px;overflow:hidden;background:var(--forest);box-shadow:var(--shadow)}
.brand-card img,.brand-card-copy{grid-area:1/1}
.brand-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) brightness(.58)}
.brand-card-copy{z-index:1;display:flex;flex-direction:column;justify-content:end;padding:26px;color:white;background:linear-gradient(90deg,rgba(11,20,3,.78),rgba(11,20,3,.16))}
.brand-card h3{font-family:var(--serif);font-size:32px;letter-spacing:-.035em;margin:0 0 8px}
.brand-card p{max-width:330px;margin:0;color:white;font-size:14px}
.brand-card .mini,.brand-card .split span{display:none}
.round-arrow{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;margin-top:14px;background:var(--plum);color:white;font-size:20px}
.editorial-band{margin:54px auto 0;padding:34px 34px;display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:26px;align-items:center;background:linear-gradient(90deg,#eef1e6,#fbf8f1);border-radius:0}
.editorial-band h2{font-size:clamp(30px,3vw,40px);line-height:1;margin:8px 0 0}
.guide-mini{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center}
.guide-mini span{grid-row:span 2;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#dfe8cc;color:var(--olive)}
.guide-mini strong{font-size:14px}.guide-mini em{font-style:normal;color:var(--muted);font-size:13px}

/* brand pages */
.brand-hero{max-width:var(--container);margin:0 auto;padding:50px 0 36px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:52px;align-items:center;min-height:auto;overflow:visible;background:transparent}
.brand-hero > div{min-width:0;max-width:620px}
.brand-hero h1{font-size:clamp(64px,6.2vw,100px);line-height:.94;margin:0 0 18px}
.brand-hero p{max-width:560px;margin:0;color:#263123;font-size:17px}
.brand-hero img{width:100%;max-height:420px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.brand-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.leaf-promo{margin:18px auto 24px;padding:32px 40px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:white;background:linear-gradient(90deg,rgba(11,20,3,.95),rgba(32,51,0,.70)),radial-gradient(circle at 80% 40%,rgba(171,202,128,.34),transparent 30%),var(--forest);box-shadow:var(--shadow)}
.leaf-promo h2{font-size:clamp(30px,3vw,42px);line-height:.98;margin:0 0 8px;color:white}
.leaf-promo p{max-width:640px;margin:0;color:white}
.brand-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.filter-row{display:flex;gap:11px;flex-wrap:wrap;margin:0}
.chip,.sort-pill{border:1px solid #cec5b5;background:rgba(255,253,248,.92);border-radius:999px;padding:10px 20px;color:var(--green-black);font-weight:700;font-size:13px;cursor:pointer}
.chip.active{background:var(--forest);color:white}
.story-block{margin:38px auto 0;padding:36px 0;display:grid;grid-template-columns:.9fr .8fr .9fr;gap:40px;align-items:center;background:transparent}
.story-block img{width:100%;height:220px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}
.story-block h2{font-size:clamp(30px,3vw,42px);line-height:1;margin:8px 0}
.story-block p{color:#263123}

/* product pages */
.product-hero{max-width:var(--container);margin:0 auto;padding:48px 0 28px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(310px,.82fr) minmax(250px,.5fr);gap:32px;align-items:start;overflow:visible}
.product-hero > *{min-width:0}
.gallery{display:grid;grid-template-columns:86px minmax(0,1fr);grid-template-areas:"crumb crumb" "thumbs main";gap:16px;min-width:0}
.gallery .breadcrumbs{grid-area:crumb}
.main-product-image{grid-area:main;width:100%;aspect-ratio:1.16/1;max-height:500px;object-fit:cover;border-radius:18px;background:var(--cream);box-shadow:var(--shadow)}
.thumb-row{grid-area:thumbs;display:flex;flex-direction:column;gap:10px;min-width:0}
.thumb{border:1px solid var(--line);background:white;border-radius:10px;padding:4px;cursor:pointer}
.thumb img{width:76px;height:76px;object-fit:cover;border-radius:8px}
.brand-pill{display:inline-flex;background:var(--forest);color:white;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.product-summary h1{font-size:clamp(38px,3.6vw,58px);line-height:.96;margin:18px 0 16px;overflow-wrap:break-word}
.product-summary p{font-size:16px;color:#263123;margin:0 0 18px}
.product-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}
.product-badges span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}
.product-badges span:before{content:"";display:block;width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:#dfe8cc}
.disclosure{font-size:12px;color:var(--muted);border-left:3px solid var(--sage);padding:9px 0 9px 13px}
.glance-card{background:linear-gradient(135deg,#f6f1e8,#fffdf8);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 14px 38px rgba(11,20,3,.06)}
.glance-card h2{font-size:28px;margin:0 0 8px}
.facts table{width:100%;border:0;border-collapse:collapse;background:transparent}
th,td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:11px 3px;font-size:13px}
th{width:42%;color:var(--muted);font-weight:800}td{color:var(--green-black)}
.fine-print{font-size:12px;color:var(--muted)}
.product-jump-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:28px 0}
.product-jump-cards a{display:grid;grid-template-columns:48px 1fr;gap:12px;background:linear-gradient(135deg,#f5efe5,#fffdf8);border:1px solid var(--line);border-radius:16px;padding:18px}
.product-jump-cards span{grid-row:span 2;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#dfe8cc;color:var(--olive)}
.product-jump-cards strong{font-family:var(--serif);font-size:20px;line-height:1}.product-jump-cards em{font-style:normal;color:var(--muted);font-size:13px}
.product-content{max-width:940px;margin:18px 0}
.product-content section{padding:24px 0;border-top:1px solid var(--line)}
.product-content h2,.article-layout h2{font-size:clamp(28px,2.6vw,36px);line-height:1;margin:0 0 12px}
.product-content p,.product-content li,.article-layout p{font-size:16px;color:#263123}
.check-list{list-style:none;padding:0;display:grid;gap:10px}
.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"";position:absolute;left:0;top:.35em;width:16px;height:16px;border-radius:50%;background:var(--sage)}
.faq-list details{background:white;border:1px solid var(--line);border-radius:12px;margin:10px 0;padding:15px}.faq-list summary{font-weight:800;cursor:pointer}

/* service and category pages */
.page-hero.slim,.service-hero{max-width:960px;margin:0;padding:52px 0 24px}
.page-hero h1,.service-hero h1{font-size:clamp(48px,5vw,78px);line-height:.96;margin:8px 0 18px}
.page-hero p,.service-hero p{font-size:18px;color:#263123}
.service-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:44px;align-items:start}
.toc-card{position:sticky;top:96px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px;display:grid;gap:14px}
.toc-card strong{font-family:var(--serif);font-size:24px}.toc-card a{color:var(--olive);font-weight:700}
.article-layout.compact{padding:0;max-width:none}
.service-block{background:linear-gradient(135deg,#f5efe5,#fffdf8);border:1px solid var(--line);border-radius:18px;padding:26px;margin-bottom:18px}
.service-block span{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#dfe8cc;color:var(--olive);margin-bottom:12px}

/* buying guides */
.guide-index-hero{max-width:820px}
.guide-grid{align-items:stretch}
.guide-card{display:flex;flex-direction:column}
.guide-card .card-body{display:flex;flex:1;flex-direction:column}
.guide-card h3{font-family:var(--serif);font-size:26px;letter-spacing:-.035em;line-height:1.04;margin:8px 0 10px}
.guide-card p{font-size:14px}
.guide-card .text-link{margin-top:auto;color:var(--plum);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.home-guide-grid{margin-bottom:18px}
.article-page{padding-top:46px}
.article-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);gap:48px;align-items:center;margin-bottom:44px}
.article-hero-copy{max-width:650px}
.article-hero h1{font-family:var(--serif);font-size:clamp(46px,5.5vw,76px);font-weight:600;letter-spacing:-.05em;line-height:.96;margin:12px 0 18px}
.article-hero p{max-width:560px;color:#263123;font-size:18px}
.article-hero img{width:100%;max-height:470px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.article-shell{display:grid;grid-template-columns:270px minmax(0,820px);gap:46px;align-items:start}
.article-aside{min-width:0}
.article-body{max-width:820px}
.article-body section{padding:26px 0;border-top:1px solid var(--line)}
.article-body .article-intro{border-top:0;padding-top:0}
.article-body p{margin:0 0 14px;color:#263123;font-size:17px;line-height:1.72}
.article-body .disclosure{font-size:12px;line-height:1.55;color:var(--muted);margin-top:22px}
.comparison-table-wrap{width:100%;overflow-x:auto;margin:18px 0 22px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 10px 28px rgba(11,20,3,.045)}
.comparison-table{width:100%;min-width:720px;border-collapse:collapse;background:transparent}
.comparison-table th,.comparison-table td{padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px;line-height:1.45;text-align:left;vertical-align:top}
.comparison-table th{background:#eef1e6;color:var(--forest);font-weight:800}
.comparison-table tr:last-child td{border-bottom:0}
.callout-block{background:linear-gradient(135deg,#f5efe5,#fffdf8);border:1px solid var(--line);border-radius:18px;padding:26px !important;margin:18px 0}
.shopping-links{background:transparent}
.link-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.link-pills a{display:inline-flex;align-items:center;border:1px solid #cec5b5;border-radius:999px;background:var(--surface);padding:10px 16px;color:var(--forest);font-size:13px;font-weight:800}
.link-pills a:hover{background:#dfe8cc;color:var(--green-black)}
.related-guides{margin:42px 0 0}
.related-guides .section-head{margin-top:0}

/* footer */
.trust-strip{max-width:var(--container);margin:54px auto 0;padding:28px 34px;background:linear-gradient(90deg,#eef1e6,#fbf8f1);border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.trust-strip div{display:grid;gap:4px}.trust-strip strong{color:var(--green-black)}.trust-strip span,.site-footer p{color:var(--muted);font-size:14px}
.site-footer{max-width:var(--container);margin:0 auto;padding:36px 24px;display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:34px}
.site-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:14px}.associate{border-left:1px solid var(--line);padding-left:24px}

/* responsive */
@media(max-width:1320px){.topbar{gap:20px}.primary-nav{gap:18px}.nav-link{font-size:11px}.logo{font-size:31px}}
@media(max-width:1120px){.primary-nav{display:none}.primary-nav.open{display:grid;position:absolute;left:22px;right:22px;top:76px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px}.menu-toggle{display:inline-flex;margin-left:auto}.header-icons{display:none}.premium-hero,.brand-hero,.product-hero,.article-hero{grid-template-columns:1fr;gap:34px}.article-shell{grid-template-columns:1fr}.gallery{grid-template-columns:1fr;grid-template-areas:"crumb" "main" "thumbs"}.thumb-row{flex-direction:row;overflow-x:auto}.brand-values,.product-badges{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.six,.grid.four,.grid.three,.brand-strip,.product-jump-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-band,.story-block,.trust-strip,.site-footer,.service-layout{grid-template-columns:1fr}.toc-card{position:static}}
@media(max-width:680px){main{padding:0 18px}.topbar{padding:0 18px;gap:10px}.logo{font-size:clamp(21px,6vw,26px)}.menu-toggle{font-size:0;width:42px;height:36px;padding:0;align-items:center;justify-content:center}.menu-toggle:before{content:"Menu";font-size:12px}.premium-hero{padding:42px 0 34px}.brand-hero,.product-hero{padding:36px 0 24px}.article-page{padding-top:34px}.hero h1{font-size:clamp(44px,12vw,64px)}.brand-hero h1{font-size:clamp(48px,13vw,68px)}.product-summary h1{font-size:clamp(34px,10vw,44px)}.article-hero h1{font-size:clamp(40px,12vw,58px)}.hero-image,.brand-hero img,.main-product-image,.article-hero img{border-radius:18px;max-height:none}.hero-points,.brand-values,.product-badges,.grid.six,.grid.four,.grid.three,.brand-strip,.product-jump-cards{grid-template-columns:1fr}.section-head,.brand-toolbar,.leaf-promo{align-items:flex-start;flex-direction:column}.article-body p{font-size:16px}.callout-block{padding:20px !important}.editorial-band,.leaf-promo,.story-block,.trust-strip,.site-footer{padding-left:18px;padding-right:18px}.associate{border-left:0;padding-left:0}}
