
:root{
  --forest:#12362f;
  --forest-2:#0c2823;
  --forest-3:#1c4a40;
  --cream:#f6f1e8;
  --paper:#fffdf9;
  --sage:#dce7de;
  --sage-2:#edf2ec;
  --ink:#17221f;
  --muted:#65716c;
  --line:#dfe4dd;
  --gold:#c59a5b;
  --gold-2:#e7d4b2;
  --clay:#a75d4b;
  --white:#fff;
  --shadow:0 24px 70px rgba(18,54,47,.10);
  --radius:26px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body:has(.mobile-menu.open){overflow:hidden}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
img,svg{display:block;max-width:100%}
.wrap{width:min(calc(100% - 48px),var(--max));margin:auto}
.serif{font-family:Georgia,"Times New Roman",serif}
.eyebrow{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--forest);display:inline-flex;align-items:center;gap:9px}
.eyebrow:before{content:"";width:18px;height:1px;background:currentColor;opacity:.55}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.04em;margin:0;font-weight:600}
h1{font-size:clamp(58px,7.2vw,104px);line-height:.91}
h2{font-size:clamp(42px,5.3vw,72px);line-height:.98}
h3{font-size:30px;line-height:1.05}
p{line-height:1.72;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 21px;border:1px solid transparent;font-size:13px;font-weight:800;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--forest);color:var(--white)}
.btn-light{background:transparent;color:var(--forest);border-color:#cbd5ce}
.btn-gold{background:var(--gold);color:var(--ink)}
.btn-white{background:var(--white);color:var(--forest)}
.text-link{font-size:13px;font-weight:800;color:var(--forest)}
.section{padding:112px 0}
.soft{background:var(--cream)}
.dark{background:var(--forest);color:var(--white)}
.dark p{color:#cbd7d1}
.dark .eyebrow{color:var(--gold-2)}
.topbar{height:34px;background:var(--forest-2);color:#dbe5df;font-size:11px}
.topbar .wrap{height:100%;display:flex;justify-content:space-between;align-items:center}
header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,228,221,.8)}
.nav{min-height:78px;display:flex;align-items:center;gap:28px}
.logo{font:700 31px/1 Georgia,"Times New Roman",serif;letter-spacing:-.06em}
.logo span{color:var(--clay)}
.navlinks{margin-left:auto;display:flex;gap:22px;align-items:center;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.navlinks a{padding:30px 0;position:relative}
.navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--gold);transition:.2s}
.navlinks a:hover:after{right:0}
.nav-search{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:transparent;display:grid;place-items:center;color:var(--forest)}
.menu-btn{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent}
.mobile-menu{display:none}

.hero{position:relative;overflow:hidden;background:var(--cream);padding:92px 0 90px}
.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-210px;top:-190px;background:rgba(197,154,91,.12)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero .eyebrow{margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--clay)}
.hero-copy>p{max-width:670px;font-size:18px;margin:28px 0 32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px}
.hero-meta{display:flex;gap:24px;margin-top:30px;font-size:11px;color:var(--muted);font-weight:700}
.hero-meta span{display:flex;align-items:center;gap:7px}
.hero-meta i{width:6px;height:6px;border-radius:50%;background:var(--gold);display:block}

.hero-art{min-height:520px;position:relative}
.hero-orbit{position:absolute;right:45px;top:25px;width:410px;height:410px;border-radius:50%;background:var(--sage);border:1px solid rgba(18,54,47,.08)}
.hero-orbit:before{content:"";position:absolute;inset:48px;border:1px dashed rgba(18,54,47,.24);border-radius:50%}
.hero-card-main{position:absolute;right:76px;top:67px;width:300px;height:390px;border-radius:160px 160px 28px 28px;background:var(--forest);transform:rotate(4deg);box-shadow:var(--shadow);overflow:hidden}
.hero-card-main:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(231,212,178,.16);left:30px;top:48px}
.hero-card-main:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(167,93,75,.28);right:-40px;bottom:20px}
.hero-card-copy{position:absolute;z-index:2;left:30px;right:30px;bottom:30px;color:var(--white)}
.hero-card-copy small{font-size:10px;letter-spacing:.15em;font-weight:800;color:var(--gold-2)}
.hero-card-copy strong{display:block;font:600 31px/1.05 Georgia,serif;margin-top:10px}
.float-card{position:absolute;background:var(--white);border:1px solid var(--line);border-radius:20px;padding:19px 20px;box-shadow:0 18px 45px rgba(18,54,47,.12)}
.float-a{left:0;top:92px;width:250px}
.float-b{right:0;bottom:45px;width:260px}
.float-card small{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--muted)}
.float-card strong{display:block;font:600 24px/1.08 Georgia,serif;margin:8px 0}
.float-card p{font-size:12px;line-height:1.5;margin:0}

.trust-strip{border-bottom:1px solid var(--line);background:var(--paper)}
.trust-inner{display:grid;grid-template-columns:1.1fr repeat(4,1fr);align-items:center;min-height:76px;gap:20px}
.trust-label{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.trust-chip{font-size:12px;font-weight:700;color:var(--forest);display:flex;align-items:center;gap:8px}
.trust-chip:before{content:"✓";color:var(--gold);font-weight:900}

.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:46px}
.section-head>div{max-width:720px}
.section-head p{max-width:440px;margin:0}

.problem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.problem{min-height:175px;background:var(--white);border:1px solid var(--line);border-radius:22px;padding:23px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}
.problem:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c8d2ca}
.problem .num{font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--muted)}
.problem h3{font-size:26px}
.problem p{font-size:12px;margin:0}

.editorial-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}
.feature-story{min-height:535px;border-radius:var(--radius);background:linear-gradient(145deg,var(--forest),var(--forest-3));color:var(--white);padding:40px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.feature-story:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;right:-130px;top:-150px;background:rgba(197,154,91,.13)}
.feature-story:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:80px;top:90px;border:1px solid rgba(231,212,178,.25)}
.feature-story>*{position:relative;z-index:2}
.tag{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:var(--gold-2)}
.feature-story h2{font-size:clamp(38px,4.4vw,61px);max-width:760px;margin:13px 0 18px}
.feature-story p{max-width:650px;color:#d0dbd5;margin:0 0 25px}
.side-list{display:grid;gap:18px}
.story{border:1px solid var(--line);border-radius:22px;background:var(--white);padding:25px;display:flex;flex-direction:column;justify-content:center}
.story .tag{color:var(--forest)}
.story h3{font-size:27px;margin:10px 0}
.story p{font-size:13px;margin:0}

.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#46635c;margin-top:42px;border-radius:22px;overflow:hidden}
.method{padding:35px;background:var(--forest);min-height:270px}
.method .num{font-size:10px;letter-spacing:.15em;color:var(--gold-2);font-weight:800}
.method h3{margin:56px 0 12px}
.method p{font-size:14px;margin:0}

.topic-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.topic-intro{position:sticky;top:120px}
.topic-list{border-top:1px solid var(--line)}
.topic-row{display:grid;grid-template-columns:80px 1fr 30px;gap:20px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line);transition:.2s}
.topic-row:hover{padding-left:10px}
.topic-num{font-size:10px;font-weight:800;color:var(--muted);letter-spacing:.12em}
.topic-row h3{font-size:30px}
.topic-row p{font-size:13px;margin:5px 0 0}
.topic-arrow{font-size:20px;color:var(--gold)}

.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.guide{background:var(--white);border:1px solid var(--line);border-radius:23px;overflow:hidden}
.guide-cover{height:220px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;background:var(--sage);position:relative;overflow:hidden}
.guide:nth-child(2) .guide-cover{background:#eee4d2}
.guide:nth-child(3) .guide-cover{background:#e5e3ec}
.guide-cover:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-50px;bottom:-55px;border:1px solid rgba(18,54,47,.2)}
.guide-cover strong{position:relative;z-index:2;font:600 33px/1.02 Georgia,serif;max-width:280px}
.guide-body{padding:25px}
.guide-body .tag{color:var(--forest)}
.guide-body p{font-size:14px}
.guide-body .text-link{display:inline-block;margin-top:5px}

.store{background:var(--forest-2);color:var(--white)}
.store .eyebrow{color:var(--gold-2)}
.store .section-head p{color:#bdcbc4}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product{background:var(--white);color:var(--ink);border-radius:23px;overflow:hidden;display:flex;flex-direction:column}
.product-cover{height:245px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;background:#dbe7de;position:relative}
.product:nth-child(2) .product-cover{background:#f0e3cf}
.product:nth-child(3) .product-cover{background:#e5e4ef}
.product-cover small{font-size:10px;letter-spacing:.13em;font-weight:800;color:var(--forest)}
.product-cover strong{font:600 36px/1.02 Georgia,serif;max-width:290px}
.product-cover .seal{position:absolute;right:24px;top:24px;width:52px;height:52px;border-radius:50%;border:1px solid rgba(18,54,47,.25);display:grid;place-items:center;font-size:9px;text-align:center;letter-spacing:.05em;font-weight:800}
.product-body{padding:25px;display:flex;flex-direction:column;flex:1}
.product-body p{font-size:14px}
.price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}
.price{font-size:14px;font-weight:800}

.find-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}
.find-box{border:1px solid var(--line);border-radius:25px;background:var(--white);padding:8px}
.find-item{padding:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);transition:.2s}
.find-item:last-child{border-bottom:0}
.find-item:hover{background:var(--sage-2);border-radius:17px}
.find-item b{font:600 23px/1.15 Georgia,serif}
.find-item small{color:var(--muted)}
.find-item .arrow{font-size:20px;color:var(--gold)}

.standards{background:var(--cream)}
.standard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:45px}
.standard{padding:25px;border-top:2px solid var(--gold)}
.standard strong{display:block;margin-bottom:8px}
.standard p{font-size:13px;margin:0}

.library{background:var(--cream)}
.library-card{background:var(--forest);border-radius:30px;color:var(--white);padding:54px;display:grid;grid-template-columns:1fr .85fr;gap:65px;align-items:center}
.library-card p{color:#cbd7d1}
.checks{display:grid;gap:0}
.check{padding:15px 0;border-bottom:1px solid #3b5b53;font-size:13px;color:#e1e8e3}
.check span{color:var(--gold-2);margin-right:8px}

.newsletter{background:#eadfcb}
.news-grid{display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:center}
.form{display:flex;gap:9px}
.form input{flex:1;min-width:0;border:1px solid #c8c8c0;background:var(--white);border-radius:999px;padding:15px 18px;outline:none}
.form input:focus{border-color:var(--forest)}
.form-note{font-size:11px;color:#6e716a;margin-top:12px}

footer{background:#0c2823;color:#d8e2dc;padding:70px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}
.footer-grid .logo{color:var(--white)}
.footer-grid p{color:#aebcb5;max-width:350px;font-size:13px}
.footer-title{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-2);font-weight:800;margin-bottom:17px}
.footer-links{display:grid;gap:10px;font-size:13px}
.footer-links a:hover{color:var(--gold-2)}
.footer-bottom{border-top:1px solid #29463f;margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#8f9f98}

.search-panel{position:fixed;inset:0;background:rgba(12,40,35,.58);backdrop-filter:blur(8px);z-index:100;display:none;padding:90px 20px 20px}
.search-panel.open{display:block}
.search-box{width:min(760px,100%);margin:auto;background:var(--paper);border-radius:25px;padding:25px;box-shadow:var(--shadow)}
.search-box-top{display:flex;gap:10px}
.search-box input{flex:1;border:1px solid var(--line);border-radius:999px;padding:15px 18px;outline:none}
.search-close{width:48px;border:1px solid var(--line);background:transparent;border-radius:50%}
.search-suggestions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px}
.search-suggestions a{padding:15px;border:1px solid var(--line);border-radius:15px;font-size:13px}
.search-suggestions a:hover{background:var(--sage-2)}

@media(max-width:1000px){
  .navlinks{display:none}.menu-btn{display:block;margin-left:auto}
  .nav-search{display:none}
  .hero-grid,.editorial-grid,.topic-layout,.find-grid,.library-card,.news-grid{grid-template-columns:1fr}
  .hero-art{min-height:450px}.topic-intro{position:static}
  .problem-grid{grid-template-columns:repeat(3,1fr)}
  .standard-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid,.guide-grid{grid-template-columns:1fr 1fr}
  .trust-inner{grid-template-columns:1fr repeat(2,1fr);padding:18px 0}
  .trust-label{grid-column:1/-1}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2}
  .method-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .wrap{width:min(calc(100% - 30px),var(--max))}
  .topbar{display:none}.nav{min-height:68px}.logo{font-size:28px}
  .hero{padding:62px 0 58px}.hero-copy>p{font-size:16px}
  h1{font-size:56px}.hero-art{min-height:370px}
  .hero-orbit{width:285px;height:285px;right:18px;top:20px}
  .hero-card-main{width:205px;height:285px;right:43px;top:46px;border-radius:110px 110px 22px 22px}
  .hero-card-copy{left:21px;right:21px;bottom:22px}.hero-card-copy strong{font-size:24px}
  .float-a{left:0;top:40px;width:190px}.float-b{right:0;bottom:10px;width:195px}
  .float-card{padding:15px}.float-card strong{font-size:19px}
  .hero-meta{gap:13px;flex-wrap:wrap}
  .section{padding:76px 0}.section-head{display:block;margin-bottom:32px}.section-head p{margin-top:16px}
  .problem-grid,.standard-grid,.product-grid,.guide-grid{grid-template-columns:1fr}
  .problem{min-height:145px}
  .feature-story{min-height:470px;padding:28px}.feature-story h2{font-size:39px}
  .story h3{font-size:24px}
  .method{min-height:220px}.method h3{margin-top:40px}
  .topic-row{grid-template-columns:42px 1fr 20px}.topic-row h3{font-size:25px}
  .product-cover{height:220px}
  .find-item b{font-size:19px}
  .library-card{padding:32px;border-radius:24px}
  .form{display:grid}.form input,.form .btn{width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{display:grid}
  .search-suggestions{grid-template-columns:1fr}
}
@media(max-width:430px){
  .hero-actions .btn{width:100%}.trust-inner{grid-template-columns:1fr}
  .trust-chip{padding:4px 0}.footer-grid{grid-template-columns:1fr}
}

/* Build 2: WordPress content templates */
.narrow{max-width:820px}
.article-body{font-size:18px;line-height:1.8;color:var(--ink)}
.article-body h2,.article-body h3{color:var(--forest);margin-top:42px;line-height:1.2}
.article-body a{color:var(--forest);text-decoration:underline;text-underline-offset:3px}
.article-body img{max-width:100%;height:auto;border-radius:18px}
.panel{border:1px solid var(--line);border-radius:25px;padding:32px;background:var(--paper)}

/* Build 4 polish */
.vgy-back{color:inherit;text-decoration:none}
.article-body ul,.article-body ol{padding-left:28px}
.article-body li{margin:8px 0}
.guide-card .text-link{display:inline-block;margin-top:12px}
@media (max-width: 760px){
  .display{font-size:clamp(40px,10vw,64px)}
  .section{padding-left:20px;padding-right:20px}
  .article-body{font-size:17px}
}
