
:root{--bg:#f2efe8;--paper:#fffdfa;--ink:#1e2923;--muted:#697169;--forest:#294b3a;--sage:#93a78d;--clay:#b87555;--sand:#ddd1bd;--line:#ded8cd;--black:#182019;--shadow:0 24px 80px rgba(36,49,40,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Be Vietnam Pro",Arial,sans-serif;line-height:1.65}a{text-decoration:none;color:inherit}img{width:100%;display:block;object-fit:cover}button,input,select,textarea{font:inherit}.site-head{height:84px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:22px;padding:0 4vw;background:rgba(242,239,232,.96);backdrop-filter:blur(14px);position:sticky;top:0;z-index:90;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand .mark{width:46px;height:46px;border-radius:50%;background:var(--forest);color:white;display:grid;place-items:center;font-size:12px;font-weight:800}.brand b,.brand small{display:block}.brand b{letter-spacing:.08em}.brand small{font-size:9px;color:var(--muted);letter-spacing:.2em}.site-head nav{display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.site-head nav a{padding:8px 10px;border-radius:999px;font-size:12px;color:#556057}.site-head nav a:hover,.site-head nav a.on{background:white;color:var(--forest)}.head-cta,.btn{background:var(--forest);color:white;border-radius:999px;padding:11px 16px;font-size:12px;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer}.btn.ghost{background:white;color:var(--forest);border:1px solid var(--line)}.menu-btn{display:none;border:0;background:none;font-size:24px}.hero{padding:26px 4vw 18px}.hero-shell{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;min-height:640px}.hero-photo{position:relative;border-radius:34px;overflow:hidden}.hero-photo img{height:100%}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(15,23,18,.6))}.hero-copy{position:absolute;left:38px;right:38px;bottom:36px;z-index:2;color:white;max-width:790px}.eyebrow{font-size:10px;letter-spacing:.2em;font-weight:800;color:#d8e5d4}.hero-copy h1{font:700 clamp(48px,6vw,86px)/.96 Georgia,serif;margin:12px 0}.hero-copy p{font-size:16px;color:#eef2eb;max-width:650px}.hero-side{display:grid;grid-template-rows:.65fr 1fr;gap:14px}.hero-panel{border-radius:28px;background:#e5e1d5;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.hero-panel.green{background:var(--forest);color:white}.hero-panel h2{font:700 34px/1.08 Georgia,serif;margin:8px 0}.hero-panel p{font-size:13px;color:#687169}.hero-panel.green p{color:#d8e3da}.mini-links{display:flex;gap:7px;flex-wrap:wrap}.mini-links a{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.75);font-size:11px}.green .mini-links a{background:rgba(255,255,255,.12)}.section{padding:78px 4vw}.section.white{background:var(--paper)}.section.dark{background:var(--black);color:white}.section-head{display:grid;grid-template-columns:1fr minmax(300px,560px);align-items:end;gap:40px;margin-bottom:30px}.section-head h2,.page-title{font:700 clamp(36px,4.8vw,64px)/1 Georgia,serif;margin:5px 0}.section-head p{color:var(--muted)}.dark .section-head p{color:#bec8c1}.kicker{font-size:10px;letter-spacing:.18em;color:var(--clay);font-weight:800}.zone-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.zone{min-height:280px;border-radius:24px;overflow:hidden;position:relative;background:white;border:1px solid var(--line)}.zone img{height:100%}.zone .shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(17,25,20,.72))}.zone .text{position:absolute;left:20px;right:20px;bottom:18px;color:white}.zone h3{font:700 26px Georgia,serif;margin:0}.zone p{font-size:12px;color:#e5ebe6;margin:5px 0}.zone:nth-child(1){grid-column:span 7}.zone:nth-child(2){grid-column:span 5}.zone:nth-child(3),.zone:nth-child(4),.zone:nth-child(5){grid-column:span 4}.zone:nth-child(6){grid-column:span 7}.zone:nth-child(7){grid-column:span 5}.style-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.style-card{background:white;border:1px solid var(--line);padding:22px;border-radius:22px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.style-card:nth-child(2n){background:#e9e5dc}.style-card:nth-child(3n){background:#dce5dc}.style-card h3{font:700 26px Georgia,serif;margin:0}.style-card p{font-size:12px;color:var(--muted)}.tool-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.tool-card{padding:26px;border-radius:24px;background:white;border:1px solid var(--line)}.tool-card b{font:700 28px Georgia,serif}.tool-card p{font-size:13px;color:var(--muted)}.tool-card.accent{background:var(--clay);color:white}.tool-card.accent p{color:#f5e6de}.page-wrap{padding:54px 4vw 80px}.crumb{font-size:11px;color:var(--muted);margin-bottom:16px}.crumb a{color:var(--clay)}.page-intro{display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:end;margin-bottom:36px}.page-intro p{color:var(--muted)}.detail-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-bottom:38px}.detail-hero img{height:520px;border-radius:28px}.detail-copy{border-radius:28px;background:var(--paper);padding:38px;display:flex;flex-direction:column;justify-content:center}.detail-copy h1{font:700 clamp(44px,5vw,72px)/1 Georgia,serif;margin:8px 0 18px}.detail-copy p{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:18px}.stat{background:#f1eee7;border-radius:14px;padding:13px}.stat b{display:block;font-size:11px}.stat span{font-size:11px;color:var(--muted)}.content-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:34px}.prose h2{font:700 31px Georgia,serif;margin:38px 0 10px}.prose p,.prose li{color:#59625c}.sticky{position:sticky;top:108px;align-self:start}.sidebox{padding:22px;border-radius:20px;background:var(--paper);border:1px solid var(--line);margin-bottom:12px}.sidebox h3{font:700 22px Georgia,serif;margin:0 0 10px}.sidebox a{display:block;color:var(--clay);font-size:12px;margin:8px 0}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.plan-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:white}.plan-card img{height:240px}.plan-card .body{padding:18px}.plan-card h3{font:700 24px Georgia,serif;margin:5px 0}.plan-card p{font-size:12px;color:var(--muted)}.material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.material{background:white;border:1px solid var(--line);border-radius:22px;padding:20px}.material img{height:190px;border-radius:16px;margin-bottom:14px}.material h3{font:700 24px Georgia,serif;margin:4px 0}.material p{font-size:12px;color:var(--muted)}.article-list{border-top:1px solid var(--line)}.article-row{display:grid;grid-template-columns:160px 1fr 90px;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.article-row img{height:100px;border-radius:14px}.article-row h3{font:700 22px Georgia,serif;margin:0}.article-row p{font-size:12px;color:var(--muted)}.calc{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.calc-box{background:white;border:1px solid var(--line);border-radius:24px;padding:28px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:11px;color:var(--muted)}input,select,textarea{padding:12px;border:1px solid #d7d0c4;border-radius:10px;background:white;width:100%}textarea{min-height:130px}.calc-result{background:var(--forest);color:white;border-radius:24px;padding:30px;display:flex;flex-direction:column;justify-content:center}.calc-result .number{font:700 clamp(38px,5vw,68px) Georgia,serif}.calc-result p{color:#d6e0d9}.form-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px}.form-card{padding:28px;background:white;border:1px solid var(--line);border-radius:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field.full{grid-column:1/-1}.check{display:flex;gap:8px;font-size:12px;color:var(--muted)}.check input{width:auto;margin-top:4px}.status{font-size:12px;margin-top:9px}.faq{border-top:1px solid var(--line)}.faqitem{border-bottom:1px solid var(--line)}.faqq{width:100%;display:flex;justify-content:space-between;padding:18px 0;background:none;border:0;text-align:left;font-weight:700}.faqa{display:none;padding:0 0 18px;color:var(--muted)}.faqitem.open .faqa{display:block}footer{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;background:#182019;color:white;padding:58px 4vw 26px}footer p{color:#aeb8b1;font-size:12px}footer h4{font-size:11px;letter-spacing:.1em}footer a{display:block;color:#cbd4ce;font-size:12px;margin:7px 0}.copyright{grid-column:1/-1;border-top:1px solid #344038;padding-top:15px;color:#819088;font-size:10px}@media(max-width:1050px){.site-head{grid-template-columns:1fr auto}.site-head nav{display:none;position:absolute;left:4vw;right:4vw;top:76px;background:white;padding:16px;border-radius:18px;box-shadow:var(--shadow)}.site-head nav.open{display:grid}.menu-btn{display:block}.head-cta{display:none}.hero-shell,.page-intro,.detail-hero,.content-grid,.calc,.form-layout{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.style-row{grid-template-columns:repeat(2,1fr)}.material-grid,.plan-grid{grid-template-columns:repeat(2,1fr)}.sticky{position:static}.zone:nth-child(n){grid-column:span 6}}@media(max-width:700px){.site-head{height:72px}.hero{padding:18px 4vw}.hero-shell{min-height:auto}.hero-photo{min-height:550px}.hero-copy{left:22px;right:22px;bottom:22px}.hero-side{grid-template-columns:1fr}.section,.page-wrap{padding:50px 4vw}.section-head{grid-template-columns:1fr}.style-row,.material-grid,.plan-grid,.tool-strip,.form-grid,.stat-grid{grid-template-columns:1fr}.zone:nth-child(n){grid-column:span 12}.article-row{grid-template-columns:1fr}.article-row img{height:190px}footer{grid-template-columns:1fr}}
