:root{--green:#1f4a2c;--green-dark:#14351f;--green-light:#e8f0e9;--gold:#b8973a;--ink:#1d2a21;--muted:#5f6d63;--line:#d9e2da;--bg:#fbfcfa;--card:#ffffff}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Source Sans 3",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;font-size:1.05rem}
h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;color:var(--green-dark);line-height:1.2}
a{color:var(--green);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
a:hover{color:var(--green-dark)}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.25rem}
.site-header{background:var(--card);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.header-inner{max-width:1080px;margin:0 auto;padding:.7rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--green-dark)}
.logo-mark{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--green);color:#fff;font-family:Fraunces,Georgia,serif;font-weight:700;font-size:.85rem;letter-spacing:.02em}
.logo-text{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:1.15rem}
.site-header nav ul{list-style:none;display:flex;gap:1.1rem;align-items:center}
.site-header nav a{text-decoration:none;font-weight:600;color:var(--ink);font-size:.98rem}
.site-header nav a:hover{color:var(--green)}
.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:8px;padding:.35rem .6rem;font-size:1.2rem;cursor:pointer}
.hero{background:linear-gradient(160deg,var(--green-dark),var(--green) 60%,#2c5e3a);color:#f3f7f2;padding:3.5rem 0 3rem}
.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}
.hero h1{color:#fff;font-size:clamp(2rem,4.5vw,3rem);margin-bottom:.8rem}
.hero p{font-size:1.15rem;color:#d5e3d6;max-width:56ch}
.hero .eyebrow{display:inline-block;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}
.hero .btns{margin-top:1.4rem;display:flex;gap:.8rem;flex-wrap:wrap}
.btn{display:inline-block;padding:.7rem 1.2rem;border-radius:8px;font-weight:600;text-decoration:none}
.btn-primary{background:var(--gold);color:#1d2a21}
.btn-ghost{border:1px solid rgba(255,255,255,.5);color:#fff}
.hero-img img{border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);aspect-ratio:4/3;object-fit:cover;width:100%}
section{padding:2.75rem 0}
section h2{font-size:1.75rem;margin-bottom:1.1rem}
.lead{font-size:1.12rem;max-width:70ch}
.facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem;margin-top:1rem}
.fact{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:.9rem 1rem}
.fact dt{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.fact dd{font-weight:600;margin-top:.2rem}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}
.card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.4rem}
.card .tag{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-weight:700}
.card h3{font-size:1.1rem}
.card h3 a{text-decoration:none;color:var(--green-dark)}
.card h3 a:hover{color:var(--green)}
.card p{color:var(--muted);font-size:.95rem}
.alt{background:var(--green-light)}
.faq details{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:.8rem 1rem;margin-bottom:.6rem}
.faq summary{font-weight:600;cursor:pointer}
.faq p{margin-top:.5rem;color:var(--ink)}
.guide-layout{max-width:780px;margin:0 auto;padding:2rem 1.25rem 3rem}
.guide-hero{margin-bottom:1.5rem;border-radius:12px;overflow:hidden}
.guide-hero img{width:100%;aspect-ratio:16/9;object-fit:cover}
.guide-header{margin-bottom:1.6rem}
.guide-header h1{font-size:2.2rem;margin-bottom:.4rem}
.guide-meta{color:var(--muted);font-size:.9rem}
.prose h1{font-size:2rem;margin:0 0 1rem}
.prose h2{font-size:1.5rem;margin:2rem 0 .8rem}
.prose h3{font-size:1.2rem;margin:1.4rem 0 .6rem}
.prose p,.prose ul,.prose ol{margin-bottom:1rem}
.prose ul,.prose ol{padding-left:1.4rem}
.prose li{margin-bottom:.35rem}
.prose img{border-radius:10px;margin:1.4rem 0}
.prose table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.97rem}
.prose th,.prose td{border:1px solid var(--line);padding:.55rem .7rem;text-align:left;vertical-align:top}
.prose th{background:var(--green-light)}
.prose blockquote{border-left:4px solid var(--gold);padding:.4rem 1rem;color:var(--muted);margin:1rem 0}
.related{max-width:780px;margin:0 auto;padding:0 1.25rem 3rem}
.related h2{font-size:1.3rem;margin-bottom:.7rem}
.related ul{list-style:none;display:grid;gap:.4rem}
.site-footer{background:var(--green-dark);color:#c9d8cc;padding:2.2rem 0 1.6rem;margin-top:2rem}
.footer-inner{max-width:1080px;margin:0 auto;padding:0 1.25rem}
.footer-top{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:1rem;margin-bottom:1rem}
.footer-brand{font-family:Fraunces,Georgia,serif;font-size:1.15rem;color:#fff}
.footer-links{display:flex;gap:1rem;flex-wrap:wrap}
.footer-links a{color:#e6efe8;text-decoration:none;font-size:.95rem}
.footer-bottom p{font-size:.88rem;margin-bottom:.4rem}
/* store (/shop/) + homepage store section */
.pdp{max-width:1080px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.gallery img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;width:100%;background:#eef3ee}
.thumbs{display:flex;gap:.5rem;margin-top:.6rem}
.thumbs img{width:72px;height:72px;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent}
.thumbs img.on{border-color:var(--gold)}
.buybox h1{font-size:2rem;margin:.2rem 0 .3rem}
.botanical{color:var(--muted);font-style:italic;margin-bottom:.8rem}
.price{font-size:1.7rem;font-weight:700;color:var(--green-dark);margin:.6rem 0}
.price small{font-size:.9rem;color:var(--muted);font-weight:400}
.sizes{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 1rem}
.size-btn{border:1px solid var(--line);background:var(--card);border-radius:10px;padding:.55rem .8rem;cursor:pointer;text-align:left;min-width:120px;font:inherit}
.size-btn.on{border-color:var(--green);box-shadow:0 0 0 2px var(--green-light)}
.size-btn.oos{opacity:.55}
.size-btn .sn{display:block;font-weight:600;font-size:.95rem}
.size-btn .sp{display:block;color:var(--muted);font-size:.9rem}
.qty{display:flex;align-items:center;gap:.6rem;margin:.6rem 0 1rem}
.qty button{width:34px;height:34px;border:1px solid var(--line);background:var(--card);border-radius:8px;font-size:1.1rem;cursor:pointer}
.buy-btn{display:block;width:100%;padding:.9rem;border:0;border-radius:10px;background:var(--gold);color:#1d2a21;font-weight:700;font-size:1.05rem;cursor:pointer;font-family:inherit}
.buy-btn[disabled]{background:#d9d3bd;cursor:not-allowed}
.buy-note{font-size:.88rem;color:var(--muted);margin-top:.6rem}
.bullets{margin:1rem 0 0 1.2rem}
.bullets li{margin-bottom:.35rem}
.trust{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem;font-size:.88rem;color:var(--muted)}
.spec{width:100%;border-collapse:collapse;margin-top:.5rem}
.spec th,.spec td{border:1px solid var(--line);padding:.5rem .7rem;text-align:left;font-size:.95rem;vertical-align:top}
.spec th{background:var(--green-light);width:34%}
.home-shop{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center}
.home-shop img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;width:100%}
.home-shop .from{font-size:1.4rem;font-weight:700;color:var(--green-dark)}
.sizes-inline{color:var(--muted);margin:.4rem 0 1rem}
@media (max-width:768px){.pdp,.home-shop{grid-template-columns:1fr}}

@media (max-width:768px){
 .hero .wrap{grid-template-columns:1fr}
 .hero{padding:2.5rem 0 2.2rem}
 .site-header nav ul{display:none;position:absolute;left:0;right:0;top:100%;background:var(--card);border-bottom:1px solid var(--line);flex-direction:column;gap:0;padding:.4rem 0}
 .site-header nav ul li a{display:block;padding:.7rem 1.25rem}
 .site-header nav.open ul{display:flex}
 .nav-toggle{display:inline-block}
 .guide-header h1{font-size:1.7rem}
}
