:root{
  --forest:#10261d;--forest2:#183429;--ivory:#f4efe4;--paper:#fbf8f1;
  --gold:#d6b36c;--gold2:#f1db9e;--ink:#1a211d;--muted:#69736d;
  --line:rgba(26,33,29,.14);--line-dark:rgba(255,255,255,.13);--max:1180px
}
*{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;line-height:1.65}
a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button{font:inherit}
.shell{width:min(var(--max),calc(100% - 42px));margin:auto}
.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:99;background:#fff;padding:10px 14px}

.header{position:sticky;top:0;z-index:50;background:rgba(251,248,241,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{height:48px;width:auto}.desktop-nav{display:flex;gap:26px;font-size:13px;font-weight:750;color:#4f5953}.desktop-nav a:hover{color:#9a7838}
.header-actions{display:flex;align-items:center;gap:10px}
.ghost,.gold-btn,.text-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:850;transition:.2s}
.ghost{border:1px solid var(--line)}.gold-btn{background:var(--forest);color:#fff;box-shadow:0 12px 30px rgba(16,38,29,.15)}
.gold-btn:hover{background:#244d3b;transform:translateY(-2px)}.gold-btn.large{min-height:54px;padding:0 26px}
.text-link{border-radius:0;border-bottom:1px solid var(--ink);padding-inline:0;gap:8px}
.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent}
.menu-button i{display:block;width:18px;height:1.5px;background:var(--forest);margin:5px auto}
.mobile-menu{padding:18px 21px 24px;background:var(--paper);border-top:1px solid var(--line)}
.mobile-menu nav{display:grid}.mobile-menu nav a{padding:11px 0;border-bottom:1px solid var(--line)}.mobile-menu .gold-btn{width:100%;margin-top:16px}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7f1e4,#efe4cf 58%,#e6d7bc)}
.leaf{position:absolute;width:360px;height:180px;border-radius:100% 0 100% 0;background:linear-gradient(135deg,rgba(16,38,29,.18),rgba(16,38,29,.02));transform:rotate(28deg)}
.leaf-a{left:-120px;top:80px}.leaf-b{right:-140px;bottom:100px;transform:rotate(-150deg)}
.hero-layout{min-height:700px;display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center;padding:75px 0;position:relative;z-index:1}
.kicker,.section-label{display:inline-flex;align-items:center;gap:10px;font:900 10px/1 ui-monospace,monospace;letter-spacing:.16em;color:#8c6a2f}
.kicker::before,.section-label::before{content:"";width:28px;height:1px;background:currentColor}.section-label.light{color:var(--gold2)}
.hero h1{font-size:clamp(52px,6.8vw,90px);line-height:.96;letter-spacing:-.055em;margin:20px 0 24px;max-width:780px}
.hero-copy>p{font-size:18px;color:#657069;max-width:650px}.hero-actions{display:flex;gap:22px;align-items:center;margin-top:32px}
.hero-orb{position:relative;min-height:520px;display:grid;place-items:center}
.orb-core{width:260px;height:260px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at 35% 30%,#2d5c45,#153126 65%,#0e2219);color:#fff;box-shadow:0 40px 90px rgba(16,38,29,.26),inset 0 0 0 1px rgba(255,255,255,.08)}
.orb-core span{font:900 10px/1 ui-monospace,monospace;letter-spacing:.16em;color:var(--gold2)}.orb-core strong{font-size:90px;line-height:.9;letter-spacing:-.08em;color:var(--gold2)}
.orb-core small{font:800 8px/1 ui-monospace,monospace;color:#d8ded9;margin-top:8px}
.orb-ring{position:absolute;border:1px solid rgba(16,38,29,.18);border-radius:50%}.ring-1{width:370px;height:370px}.ring-2{width:470px;height:470px}
.ring-1::after,.ring-2::after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--gold);top:50%;left:-6px;box-shadow:0 0 20px rgba(214,179,108,.45)}
.orb-tag{position:absolute;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.7);border:1px solid rgba(26,33,29,.12);font:850 10px/1 ui-monospace,monospace;letter-spacing:.08em}
.tag-a{left:20px;top:95px}.tag-b{right:20px;bottom:95px}

.highlights{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(26,33,29,.13)}
.highlight{padding:24px 18px;border-right:1px solid rgba(26,33,29,.13);display:grid;gap:3px}.highlight:last-child{border-right:0}
.highlight strong{font-size:27px;color:var(--forest)}.highlight span{font:800 10px/1.2 ui-monospace,monospace;color:#78827c;text-transform:uppercase}

.section{padding:110px 0}.section-head{display:grid;grid-template-columns:220px 1fr;gap:55px;margin-bottom:52px}
.section-head>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.section-no{font-family:Georgia,serif;font-size:46px;color:#b9a47b;line-height:1}.section-no.light{color:#d9bf82}
.section-head h2,.garden-title h2,.faq-intro h2{font-size:clamp(38px,4.8vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0}.section-head p{color:var(--muted);margin:15px 0 0;max-width:700px}

.collection{background:var(--paper)}.collection-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.collection-card{min-height:280px;border-radius:28px;padding:26px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);background:#f4efe4}
.card-1,.card-6{grid-column:span 7;background:var(--forest);color:#fff}.card-2,.card-5{grid-column:span 5;background:#e8dfcb}.card-3,.card-4{grid-column:span 6;background:#eef1e7}
.collection-tag{font:850 10px/1 ui-monospace,monospace;letter-spacing:.13em;text-transform:uppercase;color:#9d7936}.card-1 .collection-tag,.card-6 .collection-tag{color:var(--gold2)}
.collection-card h3{font-size:34px;letter-spacing:-.04em;margin:auto 0 10px}.collection-card p{margin:0 0 18px;max-width:620px;opacity:.75}.collection-card a{font-size:12px;font-weight:900;border-bottom:1px solid currentColor;padding-bottom:3px}

.garden-map{background:var(--forest);color:#fff;padding:120px 0}.garden-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.garden-title p{color:#b8c6bd;max-width:480px}
.garden-path{position:relative}.path-line{position:absolute;left:27px;top:30px;bottom:30px;width:1px;background:rgba(255,255,255,.14)}
.map-item{position:relative;display:grid;grid-template-columns:56px 1fr;gap:24px;padding:0 0 48px}.map-item:last-child{padding-bottom:0}
.map-item>span{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--forest);font-weight:950;position:relative;z-index:1}
.map-item h3{font-size:28px;letter-spacing:-.035em;margin:4px 0 8px}.map-item p{margin:0;color:#b8c6bd}

.guide{background:#f6f1e8}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.guide-card{min-height:300px;border:1px solid var(--line);border-radius:24px;padding:26px;display:flex;flex-direction:column;background:#fffdfa}
.guide-card>span{font:900 10px/1 ui-monospace,monospace;color:#9d7936}.guide-card h3{font-size:23px;line-height:1.1;letter-spacing:-.03em;margin:auto 0 10px}.guide-card p{margin:0;color:var(--muted);font-size:14px}

.quote-band{background:var(--gold);color:var(--forest);padding:90px 0}.quote-band p{margin:0;font-size:clamp(42px,6vw,78px);line-height:1;letter-spacing:-.05em;font-weight:850}
.quote-band span{font-family:Georgia,serif;font-style:italic;font-weight:400}

.journal{background:#0d2119;color:#fff;padding:120px 0}.journal-layout{display:grid;grid-template-columns:320px 1fr;gap:80px}.sticky{position:sticky;top:110px}
.sticky h2{font-size:34px;line-height:1.05;letter-spacing:-.04em;margin:20px 0 28px}.sticky nav{display:grid;border-top:1px solid var(--line-dark)}
.sticky nav a{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid var(--line-dark);font:800 10px/1.2 ui-monospace,monospace;color:#aab7af}.sticky nav a span{color:var(--gold2)}
.journal-section{display:grid;grid-template-columns:120px 1fr;gap:36px;padding-bottom:70px;margin-bottom:70px;border-bottom:1px solid var(--line-dark);scroll-margin-top:110px}
.journal-meta{display:grid;align-content:start;gap:6px}.journal-meta span{font-family:Georgia,serif;font-size:48px;color:var(--gold2)}.journal-meta small{font:800 9px/1.2 ui-monospace,monospace;letter-spacing:.12em;color:#819087}
.journal-copy h2{font-size:clamp(34px,4.5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 25px}.journal-copy p{font-size:17px;line-height:1.9;color:#c0ccc4;margin:0 0 20px}

.faq-section{background:#f1eadf}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:85px}.faq-intro p{color:var(--muted);max-width:460px}.faq-list{border-top:1px solid var(--line)}
.faq{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:24px 0;display:flex;justify-content:space-between;gap:20px;font-size:18px;font-weight:850}.faq summary::-webkit-details-marker{display:none}
.faq summary b{color:#9d7936;font-size:22px;transition:.2s}.faq[open] summary b{transform:rotate(45deg)}.faq-answer{padding:0 50px 24px 0;color:var(--muted)}

.cta{background:#f1eadf;padding:0 0 110px}.cta-panel{background:var(--forest);color:#fff;border-radius:32px;padding:40px;display:grid;grid-template-columns:170px 1fr auto;gap:35px;align-items:center}
.cta-badge{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);font-size:68px;font-weight:950;color:var(--gold2)}
.cta-panel>div:nth-child(2)>span{font:900 10px/1 ui-monospace,monospace;color:var(--gold2)}.cta-panel h2{font-size:40px;letter-spacing:-.04em;margin:10px 0}.cta-panel p{margin:0;color:#b9c6bd;max-width:650px}

.footer{background:#0a1c15;color:#fff;padding:56px 0 25px}.footer-main{display:grid;grid-template-columns:1.15fr .85fr .7fr;gap:50px}.footer-main p{color:#8d9b92;max-width:450px}
.footer-nav{display:grid;align-content:start;gap:10px;color:#c0c9c3;font-size:13px}.domain{display:grid;align-content:start;gap:5px}.domain small{font:900 9px/1 ui-monospace,monospace;color:var(--gold2)}.domain strong{font-size:21px}
.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;gap:30px;color:#6f7f75;font-size:11px}

.error-page{min-height:100vh;display:grid;place-items:center;background:var(--forest);color:#fff;padding:24px}.error-card{text-align:center;width:min(700px,100%)}.error-card>span{font:900 10px/1 ui-monospace,monospace;color:var(--gold2)}
.error-card h1{font-size:clamp(50px,8vw,86px);line-height:1;letter-spacing:-.05em}.error-card p{color:#b9c6bd;margin-bottom:28px}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.js .reveal.visible{opacity:1;transform:none}

@media(max-width:1000px){
  .desktop-nav,.desktop-only{display:none}.menu-button{display:block}.hero-layout{grid-template-columns:1fr;gap:30px}.hero-orb{min-height:470px}
  .garden-layout,.faq-layout{grid-template-columns:1fr;gap:45px}.guide-grid{grid-template-columns:1fr 1fr}.journal-layout{grid-template-columns:1fr}.journal-side{display:none}
  .cta-panel{grid-template-columns:140px 1fr}.cta-panel>a{grid-column:2}
}
@media(max-width:700px){
  .shell{width:min(var(--max),calc(100% - 28px))}.header-inner{height:70px}.brand img{width:170px}.hero-layout{padding:58px 0}.hero h1{font-size:50px}.hero-copy>p{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}.hero-actions .gold-btn,.hero-actions .text-link{width:100%}.hero-orb{min-height:400px}.orb-core{width:210px;height:210px}.orb-core strong{font-size:72px}
  .ring-1{width:300px;height:300px}.ring-2{width:365px;height:365px}.tag-a{left:0}.tag-b{right:0}.highlights{grid-template-columns:1fr 1fr}.highlight:nth-child(2){border-right:0}.highlight:nth-child(-n+2){border-bottom:1px solid rgba(26,33,29,.13)}
  .section{padding:78px 0}.section-head{grid-template-columns:1fr;gap:20px}.collection-grid{grid-template-columns:1fr}.card-1,.card-2,.card-3,.card-4,.card-5,.card-6{grid-column:auto}
  .garden-map{padding:85px 0}.guide-grid{grid-template-columns:1fr}.quote-band{padding:70px 0}.quote-band p{font-size:42px}.journal{padding:85px 0}
  .journal-section{grid-template-columns:1fr;gap:10px}.journal-meta{display:flex;align-items:center;gap:10px}.journal-copy h2{font-size:36px}.journal-copy p{font-size:16px}
  .cta-panel{grid-template-columns:1fr;padding:28px}.cta-badge{width:100px;height:100px;font-size:52px}.cta-panel>a{grid-column:auto;width:100%}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
