:root{
  --forest:#082d25;
  --forest-2:#0d3a30;
  --forest-3:#16473b;
  --gold:#c89439;
  --gold-light:#e2b860;
  --cream:#f1e8d7;
  --cream-2:#faf6ed;
  --ink:#13251f;
  --muted:#65746e;
  --line:rgba(13,58,48,.16);
  --white:#fffdf8;
  --serif:Georgia,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --shadow:0 24px 70px rgba(5,32,26,.12);
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream-2);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:12px;top:12px;z-index:1000;background:#fff;color:#000;padding:10px 14px;transform:translateY(-180%)}
.skip-link:focus{transform:none}

.site-header{position:fixed;inset:0 0 auto 0;z-index:100;background:linear-gradient(to bottom,rgba(4,33,27,.92),rgba(4,33,27,.62),transparent);transition:.25s ease;color:var(--white)}
.site-header.scrolled{background:rgba(6,39,32,.96);box-shadow:0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:11px;line-height:1;color:var(--white);flex-shrink:0}
.brand-mark{width:52px;height:52px;object-fit:contain}
.brand-type{display:grid;gap:2px;text-align:center}
.brand-name{font-family:var(--serif);font-size:25px;letter-spacing:.08em;color:var(--gold-light)}
.brand-home{font-size:8px;letter-spacing:.42em;font-weight:700;margin-left:0;width:100%}
.brand-descriptor{font-size:7px;letter-spacing:.32em;font-weight:600;margin-left:0;width:100%}
.brand-descriptor b{color:var(--gold);font-weight:900}
.site-nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:650;letter-spacing:.02em}
.site-nav>a:not(.button){opacity:.88}
.site-nav>a:not(.button):hover{opacity:1;color:var(--gold-light)}
.menu-button{display:none;border:0;background:none;padding:8px;color:#fff}
.menu-button span:not(.sr-only){display:block;width:24px;height:1px;background:currentColor;margin:6px;transform-origin:center;transition:transform .2s ease,opacity .2s ease}.menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid var(--gold);background:var(--gold);color:#09251f;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:.2s ease}
.button:hover{transform:translateY(-1px);background:var(--gold-light);border-color:var(--gold-light)}
.button-small{min-height:40px;padding:0 17px;font-size:10px}
.button-outline{background:transparent;color:var(--forest);border-color:rgba(8,45,37,.35)}
.button-outline:hover{background:var(--forest);border-color:var(--forest);color:var(--white)}
.button-dark{background:var(--forest);border-color:var(--forest);color:var(--white)}
.button-dark:hover{background:var(--forest-3);border-color:var(--forest-3)}
.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--gold-light);font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.dark-link{color:var(--forest)}
.text-link span{transition:.2s ease}.text-link:hover span{transform:translateX(4px)}

.section{padding:120px 0}
.section-dark{background:var(--forest);color:var(--white)}
.section-light{background:var(--cream-2)}
.section-cream{background:var(--cream)}
.eyebrow{font-size:11px;line-height:1.3;font-weight:800;letter-spacing:.19em;color:var(--gold-light);margin:0 0 18px;text-transform:uppercase}
.eyebrow.dark{color:#7b5a20}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:.98;margin:0}
h1{font-size:clamp(58px,8vw,112px);letter-spacing:-.055em}
h2{font-size:clamp(44px,5vw,72px);letter-spacing:-.045em}
h2 em{color:#8a6729;font-weight:400}
h3{font-size:29px;letter-spacing:-.025em}
.lead{font-size:22px;line-height:1.5}.light-lead{color:#f4ead6}

.hero{min-height:740px;padding:154px 0 78px;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 38%,rgba(200,148,57,.10),transparent 27%),linear-gradient(130deg,#062820 0%,#0a342b 56%,#061f1a 100%)}
.hero::before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(222,177,84,.10);border-radius:50%;right:1%;top:12%}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:88px;align-items:center;position:relative;z-index:2}
.hero-copy{max-width:700px}
.hero-sub{font-size:22px;line-height:1.5;max-width:625px;color:rgba(255,253,248,.82);margin:30px 0 12px}
.hero-line{font-family:var(--serif);font-size:27px;color:var(--gold-light);margin:0 0 38px}
.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.micro-copy{font-size:12px;letter-spacing:.04em;color:rgba(255,255,255,.58);margin:28px 0 0}
.hero-mark-wrap{position:relative;min-height:430px;display:grid;place-items:center}.hero-mark-wrap::before{content:"";position:absolute;width:410px;height:410px;border:1px solid rgba(226,184,96,.24);border-radius:50%;background:radial-gradient(circle,rgba(200,148,57,.055),transparent 63%)}.hero-mark-wrap::after{content:"";position:absolute;width:286px;height:286px;border:1px solid rgba(226,184,96,.10);border-radius:50%}
.hero-mark{width:214px;height:214px;object-fit:cover;border-radius:50%;position:relative;z-index:2;filter:drop-shadow(0 20px 38px rgba(0,0,0,.26));opacity:.98}
.hero-card{position:absolute;right:0;bottom:24px;z-index:3;width:192px;background:rgba(241,232,215,.96);color:var(--forest);padding:21px 22px;box-shadow:0 18px 48px rgba(2,25,20,.22);backdrop-filter:blur(10px);border-top:2px solid var(--gold)}
.hero-card span{font-size:9px;letter-spacing:.16em;font-weight:800;color:#74551e}.hero-card strong{display:block;font-size:26px;line-height:1.05;margin:6px 0 14px}.hero-card small{font-size:12px}
.hero-art{position:absolute;inset:0;opacity:.55;pointer-events:none}
.rake-line{position:absolute;border:1px solid rgba(214,164,68,.11);border-radius:50%;width:900px;height:320px;right:-180px;bottom:-60px;transform:rotate(-8deg)}
.rake-2{width:780px;height:250px;right:-110px;bottom:-10px}.rake-3{width:670px;height:190px;right:-45px;bottom:35px}.stone{position:absolute;background:#b38232;border-radius:60% 50% 55% 50%;opacity:.16;filter:blur(.3px)}.stone-1{width:110px;height:62px;right:18%;bottom:120px;transform:rotate(-12deg)}.stone-2{width:70px;height:42px;right:10%;bottom:85px}

.proof-strip{background:#e5d6bb;border-bottom:1px solid rgba(8,45,37,.12)}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:78px;align-items:center}
.proof-grid>div{display:flex;align-items:center;justify-content:center;gap:11px;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;border-right:1px solid rgba(8,45,37,.12);height:100%}.proof-grid>div:last-child{border-right:0}.proof-dot{width:7px;height:7px;background:var(--gold);border-radius:50%}
.split{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.copy-block p:not(.eyebrow){max-width:640px}.copy-block .text-link{margin-top:22px}
.editorial-card{min-height:430px;padding:55px;background:var(--forest);color:var(--white);position:relative;overflow:hidden}.editorial-card::after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(200,148,57,.3);border-radius:50%;right:-70px;bottom:-90px}.editorial-kicker{font-size:10px;letter-spacing:.18em;color:var(--gold-light);font-weight:800}.editorial-card blockquote{font-family:var(--serif);font-size:35px;line-height:1.18;margin:70px 0 40px;max-width:480px}.editorial-rule{width:46px;height:2px;background:var(--gold)}.editorial-card p{font-size:13px;color:rgba(255,255,255,.68);max-width:360px}

.section-heading{max-width:800px;margin-bottom:58px}.section-heading>p:last-child{font-size:18px;max-width:700px;color:#58665f}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.plan-card{background:#f8f3e9;padding:36px;display:flex;flex-direction:column;border:1px solid rgba(8,45,37,.12);position:relative;min-height:630px}.plan-card-featured{background:var(--forest);color:var(--white);transform:translateY(-12px);box-shadow:0 28px 70px rgba(7,43,35,.2);border-color:var(--forest)}.plan-badge{position:absolute;top:-13px;right:20px;background:var(--gold);color:var(--forest);padding:7px 12px;font-size:8px;font-weight:900;letter-spacing:.13em}.plan-topline{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.14em;font-weight:900;color:#8a692d;margin-bottom:32px}.plan-card-featured .plan-topline{color:var(--gold-light)}.plan-card h3{font-size:30px}.plan-promise{font-family:var(--serif);font-size:22px;color:#8a6729;margin:8px 0 22px}.plan-card-featured .plan-promise{color:var(--gold-light)}.plan-card>p:not(.plan-promise){font-size:14px;color:#57655f}.plan-card-featured>p:not(.plan-promise){color:rgba(255,255,255,.7)}.check-list{list-style:none;padding:0;margin:26px 0 30px;border-top:1px solid rgba(8,45,37,.12)}.plan-card-featured .check-list{border-color:rgba(255,255,255,.13)}.check-list li{padding:10px 0 10px 23px;border-bottom:1px solid rgba(8,45,37,.1);font-size:12px;position:relative}.plan-card-featured .check-list li{border-color:rgba(255,255,255,.12)}.check-list li::before{content:"✓";position:absolute;left:0;color:#946d25;font-weight:900}.plan-card-featured .check-list li::before{color:var(--gold-light)}.plan-price{margin-top:auto;display:flex;align-items:baseline;gap:5px;margin-bottom:22px}.plan-price small{font-size:8px;letter-spacing:.12em;font-weight:800}.plan-price strong{font-family:var(--serif);font-size:41px;font-weight:500}.plan-price span{font-size:11px}.scope-note{text-align:center;max-width:820px;margin:36px auto 0;font-size:12px;color:#68746f}

.schedule-section{overflow:hidden;position:relative}.schedule-section::after{content:"";position:absolute;right:-150px;top:-230px;width:600px;height:600px;border-radius:50%;border:1px solid rgba(200,148,57,.16)}.schedule-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;position:relative;z-index:2}.schedule-copy p:not(.eyebrow){max-width:540px;color:rgba(255,255,255,.72)}.calendar-card{background:#f0e4cf;color:var(--forest);padding:42px;box-shadow:0 30px 80px rgba(0,0,0,.18)}.calendar-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(8,45,37,.17);padding-bottom:18px;margin-bottom:8px;font-size:10px;letter-spacing:.13em;font-weight:800}.calendar-head b{color:#805e22}.season-row{display:grid;grid-template-columns:80px 1fr 86px;gap:18px;align-items:center;border-bottom:1px solid rgba(8,45,37,.12);padding:18px 0;font-size:9px;letter-spacing:.1em;font-weight:800}.season-bars{display:flex;gap:7px}.season-bars i{display:block;height:7px;flex:1;background:var(--forest);opacity:.8}.season-row strong{text-align:right;color:#7d5d22}.calendar-card>p{font-family:var(--serif);font-size:20px;max-width:430px;margin:26px 0 0}

.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-card{padding:34px;border-top:1px solid var(--line);background:#fffdf9;min-height:550px}.feature-number{font-family:var(--serif);color:#8a6729;font-size:18px}.feature-card h3{font-size:33px;margin:45px 0 20px}.feature-card>p{color:#5b6862;font-size:14px;min-height:120px}.property-plan-ui,.noticed-card{margin-top:34px;background:var(--forest);color:#fff;padding:22px}.pp-head{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.1em;color:var(--gold-light);margin-bottom:18px}.status-pill{border:1px solid rgba(226,184,96,.5);padding:3px 6px}.pp-row{display:flex;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.12);padding:11px 0;font-size:8px}.pp-row span{color:rgba(255,255,255,.55);letter-spacing:.1em}.pp-row b{text-align:right;font-weight:600}.pp-check{background:#d5a643;color:var(--forest);margin:14px -22px -22px;padding:11px 22px;font-size:9px;font-weight:900;letter-spacing:.1em}.reset-visual{height:190px;margin-top:34px;background:linear-gradient(160deg,#dfcfb3,#f6f0e5);border:1px solid rgba(8,45,37,.12);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;position:relative;overflow:hidden}.reset-visual::before,.reset-visual::after{content:"";position:absolute;width:260px;height:92px;border:1px solid rgba(8,45,37,.17);border-radius:50%;left:-25px;bottom:-28px}.reset-visual::after{width:200px;height:65px;left:12px;bottom:-15px}.reset-visual span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#8a6729}.reset-visual strong{font-family:var(--serif);font-size:21px;font-weight:500;position:relative;z-index:2}.noticed-card small{font-size:8px;letter-spacing:.13em;color:var(--gold-light)}.noticed-card strong{display:block;font-family:var(--serif);font-size:20px;font-weight:500;margin:14px 0 6px}.noticed-card span{font-size:9px;color:rgba(255,255,255,.6)}.noticed-card button{display:block;width:100%;margin-top:20px;border:1px solid rgba(226,184,96,.7);background:none;color:var(--gold-light);font-size:7px;padding:9px;letter-spacing:.12em}

.area-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.route-list{border-top:1px solid rgba(8,45,37,.22)}.route-item{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid rgba(8,45,37,.18)}.route-item>div{display:grid}.route-item strong{font-family:var(--serif);font-size:24px;font-weight:500}.route-item span{font-size:11px;color:#67736d}.route-item.muted{opacity:.55}.route-status{font-size:8px;letter-spacing:.12em;padding:7px 10px;border:1px solid currentColor}.route-status.open{color:#496843;background:rgba(73,104,67,.07)}.route-status.next{color:#806527}

.steps{list-style:none;padding:0;margin:40px 0 0;border-top:1px solid var(--line)}.steps li{display:grid;grid-template-columns:110px 1fr;gap:36px;padding:33px 0;border-bottom:1px solid var(--line)}.steps>li>span{font-family:var(--serif);font-size:24px;color:#876629}.steps h3{font-size:29px;margin-bottom:7px}.steps p{margin:0;color:#68746f}
.about-section .split{align-items:start}.about-points{border-top:1px solid rgba(255,255,255,.18)}.about-points>div{display:grid;grid-template-columns:135px 1fr;gap:28px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.14)}.about-points strong{font-size:9px;letter-spacing:.13em;color:var(--gold-light)}.about-points span{font-family:var(--serif);font-size:20px;color:rgba(255,255,255,.82)}
.final-cta{background:#e3d5bb;padding:72px 0}.final-cta-inner{display:grid;grid-template-columns:68px 1fr auto;gap:32px;align-items:center}.final-cta img{width:56px;opacity:.88}.final-cta h2{font-size:48px}.final-cta p:not(.eyebrow){margin:8px 0 0;color:#5c6862}
.site-footer{background:#061e19;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr 1fr;gap:45px}.footer-brand .brand-mark{width:48px;height:48px}.footer-brand .brand-name{font-size:23px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid strong{font-size:9px;letter-spacing:.14em;color:var(--gold-light);margin-bottom:10px}.footer-grid a,.footer-grid span,.footer-grid p{font-size:11px;color:rgba(255,255,255,.6);margin:0}.footer-grid a:hover{color:var(--gold-light)}.footer-tagline{white-space:nowrap}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:50px;font-size:9px;color:rgba(255,255,255,.38);letter-spacing:.04em}.mobile-cta{display:none}

/* form */
.form-page{background:var(--forest);min-height:100vh}.form-header{position:relative;background:#061f1a;border-bottom:1px solid rgba(255,255,255,.08)}.form-back{font-size:12px;color:rgba(255,255,255,.82);font-weight:700;transition:color .15s ease}.form-back:hover{color:#fff}.form-main{background:linear-gradient(145deg,#082d25 0 38%,#f4eee2 38% 100%);min-height:calc(100vh - 96px);padding:70px 0 90px}.form-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.form-intro{color:#fff;background:var(--forest);box-shadow:-50vw 0 0 50vw var(--forest);padding:55px 44px 45px 0;position:sticky;top:30px}.form-intro h1{font-size:52px;line-height:1.04;letter-spacing:-.045em}.form-intro h1 em{color:var(--gold-light);font-weight:400}.form-intro>p:not(.eyebrow){color:rgba(255,255,255,.68);max-width:430px;margin-bottom:36px}.form-promise{display:flex;gap:18px;border-top:1px solid rgba(255,255,255,.14);padding:18px 0}.form-promise>span{font-family:var(--serif);color:var(--gold-light)}.form-promise>div{display:grid;gap:2px}.form-promise strong{font-size:12px}.form-promise small{font-size:10px;color:rgba(255,255,255,.55)}.prototype-note{margin-top:35px;border:1px solid rgba(226,184,96,.35);padding:14px;color:rgba(255,255,255,.72);font-size:8px;letter-spacing:.08em}.form-shell{background:#fffdf9;box-shadow:0 26px 90px rgba(0,0,0,.2);min-height:720px}.progress-top{padding:30px 36px 22px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 180px;gap:30px;align-items:end}.progress-top>div:first-child{display:grid}.progress-top span{font-size:8px;letter-spacing:.15em;color:#86682d;font-weight:900}.progress-top strong{font-family:var(--serif);font-size:29px;font-weight:500}.progress-segments{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;align-items:center}.progress-segments i{display:block;height:3px;background:#e7e1d7;transition:background .2s ease,transform .2s ease}.progress-segments i.done{background:var(--gold)}.form-step{display:none;padding:38px 36px 20px}.form-step.active{display:block;animation:stepIn .24s ease both}@keyframes stepIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.field-group{display:grid;gap:8px;margin-bottom:23px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-row .short-field{max-width:190px}.field-group label,.choice-fieldset legend{font-size:11px;font-weight:800;letter-spacing:.02em;color:#243a32}.field-group label span{font-weight:500;color:#7a8580}.field-group input,.field-group select,.field-group textarea{width:100%;border:1px solid #d8d3c8;background:#fff;padding:13px 14px;outline:none;color:var(--ink);border-radius:0;transition:.15s}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:#8e6a2a;box-shadow:0 0 0 3px rgba(200,148,57,.10)}.field-group textarea{resize:vertical}.field-error{display:none;margin:0;color:#9f392f;font-size:9px}.field-group.invalid .field-error{display:block}.field-group.invalid input,.field-group.invalid select{border-color:#b84d42;background:#fff9f7}.choice-fieldset{border:0;padding:0;margin:0 0 26px}.choice-fieldset legend{margin-bottom:11px}.choice{display:flex;align-items:center;min-height:58px;border:1px solid #ddd7cc;margin:8px 0;background:#fff;transition:.15s;cursor:pointer}.choice:hover{border-color:#b99b62}.choice:has(input:focus-visible){outline:3px solid rgba(200,148,57,.22);outline-offset:2px}.choice input{width:17px;height:17px;flex:0 0 auto;margin:0 15px;accent-color:var(--forest)}.choice span{display:grid;padding:12px 13px 12px 0}.choice b{font-size:11px}.choice small{font-size:9px;color:#7a8580}.choice:has(input:checked){border-color:#6b7f75;background:#f3f6f3;box-shadow:inset 3px 0 var(--forest)}.consent{display:flex;gap:10px;align-items:flex-start;font-size:10px;color:#56655e}.consent input{accent-color:var(--forest);margin-top:3px}.route-feedback{padding:13px 15px;border-left:3px solid var(--gold);background:#f6efe2;font-size:10px}.route-feedback.good{border-color:#58754f;background:#eef4eb}.route-feedback.wait{border-color:#a37b2e}.form-actions{display:flex;justify-content:space-between;align-items:center;padding:24px 36px 32px;border-top:1px solid var(--line);margin-top:18px}.text-button{border:0;background:none;color:#52625b;font-size:11px;padding:12px 0}.form-success{padding:70px 55px;text-align:center}.success-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:var(--gold-light);font-size:23px;margin:0 auto 25px}.form-success h2{font-size:43px;margin-bottom:22px}.form-success>p{max-width:560px;margin:0 auto 25px;color:#607068}.success-route{max-width:520px;margin:0 auto 30px;padding:14px;background:#f2eadb;font-size:10px}.form-success .button{margin-top:10px}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .container{width:min(100% - 34px,760px)}.header-inner{height:80px}.brand-mark{width:47px;height:47px}.brand-name{font-size:22px}.site-nav{position:absolute;left:0;right:0;top:80px;background:#07271f;display:none;flex-direction:column;align-items:stretch;padding:16px 24px 22px;gap:2px;border-top:1px solid rgba(255,255,255,.08)}.site-nav.open{display:flex}.site-nav>a{padding:9px 10px}.menu-button{display:block}.hero{padding-top:148px;min-height:auto}.hero-grid,.split,.schedule-grid,.area-grid,.form-layout{grid-template-columns:1fr;gap:52px}.hero-mark-wrap{min-height:330px}.hero-mark-wrap::before{width:310px;height:310px}.hero-mark-wrap::after{width:220px;height:220px}.hero-mark{width:170px;height:170px}.hero-card{right:8%;bottom:4px}.plan-grid,.feature-grid{grid-template-columns:1fr}.plan-card{min-height:auto}.plan-card-featured{transform:none}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div{min-height:58px;border-bottom:1px solid rgba(8,45,37,.12)}.final-cta-inner{grid-template-columns:70px 1fr}.final-cta-inner .button{grid-column:2}.footer-grid{grid-template-columns:1.2fr 1fr}.form-main{background:var(--cream-2);padding-top:0}.form-intro{background:var(--forest);box-shadow:none;margin:0 -17px;padding:50px 17px 35px;position:static}.form-layout{gap:0}.form-shell{box-shadow:none}.form-header{position:relative}.form-back{display:none}
}
@media(max-width:640px){
  body{font-size:15px}.container{width:calc(100% - 30px)}.section{padding:80px 0}.site-header{background:rgba(6,39,32,.94)}.header-inner{height:72px}.brand{gap:7px}.brand-mark{width:40px;height:40px}.brand-name{font-size:19px}.brand-home{font-size:7px}.brand-descriptor{font-size:6px}.site-nav{top:72px;padding:14px 20px 18px;gap:0}.site-nav>a{padding:8px 10px}.site-nav .button{margin-top:6px}.menu-button{padding:7px 4px}.menu-button span:not(.sr-only){width:25px}.hero{padding:112px 0 58px;min-height:auto}.hero::before{width:390px;height:390px;right:-245px;top:18%;opacity:.7}.hero-grid{gap:0}.hero-copy{max-width:none}.hero h1{font-size:clamp(50px,13vw,62px);line-height:.98}.hero-sub{font-size:18px;margin-top:28px}.hero-line{font-size:23px;margin-bottom:30px}.hero-actions{gap:20px}.hero-mark-wrap{display:none}.hero-art{opacity:.34}.rake-line{opacity:.45}.stone{display:none}.hero-card{display:none}.hero-card strong{font-size:21px}.proof-grid{font-size:9px}.split{gap:42px}.editorial-card{padding:35px;min-height:350px}.editorial-card blockquote{font-size:29px;margin-top:50px}.section-heading{margin-bottom:38px}h2{font-size:40px;line-height:1.02;letter-spacing:-.04em}.section-heading h2{font-size:39px}.plan-card{padding:28px}.plan-topline{margin-bottom:26px}.plan-card h3{font-size:29px}.plan-promise{margin-bottom:18px}.calendar-card{padding:26px}.season-row{grid-template-columns:65px 1fr 65px;gap:10px}.feature-card{padding:26px;min-height:auto}.feature-card>p{min-height:auto}.route-item strong{font-size:20px}.steps li{grid-template-columns:52px 1fr;gap:18px}.about-points>div{grid-template-columns:95px 1fr;gap:15px}.about-points span{font-size:17px}.final-cta-inner{grid-template-columns:1fr;text-align:center}.final-cta img{margin:auto}.final-cta-inner .button{grid-column:1}.footer-grid{grid-template-columns:1fr;gap:28px}.mobile-cta{display:block;position:fixed;z-index:90;left:14px;right:14px;bottom:12px;background:var(--gold);color:var(--forest);text-align:center;padding:13px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 12px 30px rgba(0,0,0,.25);opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .2s ease,transform .2s ease}.mobile-cta.is-visible{opacity:1;pointer-events:auto;transform:none}.site-footer{padding-bottom:80px}
  .form-intro h1{font-size:42px}.form-intro .form-promise{display:none}.form-intro>p:not(.eyebrow){margin-bottom:18px}.prototype-note{margin-top:20px}.form-shell{margin:0 -15px}.progress-top{padding:25px 22px 18px;grid-template-columns:1fr 100px}.progress-top strong{font-size:25px}.form-step{padding:28px 22px 12px}.field-row{grid-template-columns:1fr;gap:0}.field-row .short-field{max-width:none}.form-actions{padding:20px 22px 28px}.form-actions .button{min-width:150px}.form-success{padding:55px 25px}.form-success h2{font-size:36px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none!important}}


/* === VERDANT Production v1 additions === */
:focus-visible{outline:3px solid var(--gold-light);outline-offset:3px}
.site-nav a.active{color:var(--gold-light)}
.inner-header{background:rgba(6,39,32,.96);box-shadow:0 1px 0 rgba(255,255,255,.07)}
.inner-page main{min-height:65vh}
.page-hero{padding:190px 0 95px;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 40%,rgba(200,148,57,.13),transparent 30%),linear-gradient(130deg,#062820 0%,#0a342b 56%,#061f1a 100%)}
.page-hero::after{content:"";position:absolute;right:-120px;bottom:-210px;width:520px;height:520px;border:1px solid rgba(200,148,57,.18);border-radius:50%}
.page-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;position:relative;z-index:2}
.page-hero h1{font-size:clamp(54px,7vw,92px);max-width:820px}
.page-hero-lead{font-size:20px;line-height:1.55;color:rgba(255,255,255,.76);max-width:720px;margin:28px 0 0}
.page-hero-note{background:rgba(241,232,215,.96);color:var(--forest);padding:32px;box-shadow:var(--shadow);border-top:3px solid var(--gold)}
.page-hero-note>span{font-size:9px;letter-spacing:.16em;font-weight:900;color:#7d5c22}.page-hero-note>strong{display:block;font-family:var(--serif);font-size:30px;font-weight:500;margin:8px 0 15px}.page-hero-note p{font-size:13px;margin:0;color:#52645c}.page-hero-note a{text-decoration:underline;text-underline-offset:3px}
.expanded-plans .plan-card{min-height:720px}
.comparison-wrap{overflow-x:auto;border:1px solid var(--line);background:#fffdf9;box-shadow:0 18px 50px rgba(8,45,37,.06)}
.comparison{width:100%;border-collapse:collapse;min-width:760px}.comparison th,.comparison td{padding:17px 18px;border-bottom:1px solid var(--line);text-align:center;font-size:12px}.comparison th:first-child,.comparison td:first-child{text-align:left}.comparison thead{background:var(--forest);color:#fff}.comparison th{font-size:9px;letter-spacing:.1em;text-transform:uppercase}.comparison tbody tr:nth-child(even){background:#f7f2e9}.comparison td:nth-child(4){font-weight:800;color:#624b20}
.rule-card{background:#f0e4cf;color:var(--forest);padding:18px 34px}.rule-card>div{display:grid;grid-template-columns:120px 1fr;gap:25px;padding:24px 0;border-bottom:1px solid rgba(8,45,37,.16)}.rule-card>div:last-child{border-bottom:0}.rule-card span{font-size:9px;letter-spacing:.14em;color:#816224;font-weight:900}.rule-card strong{font-family:var(--serif);font-size:25px;font-weight:500}
.status-stack{border-top:1px solid var(--line)}.status-stack>div{display:grid;grid-template-columns:56px 1fr;gap:22px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.status-stack b{width:46px;height:46px;border:1px solid #9e7a36;display:grid;place-items:center;font-family:var(--serif);font-size:20px;color:#7d5c22}.status-stack span{display:grid;font-size:12px;color:#68746f}.status-stack strong{font-size:10px;letter-spacing:.09em;color:var(--forest)}
.steps-large{margin-top:0}.steps-large li{padding:42px 0}.steps-large h3{font-size:34px}
.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.detail-card{background:#fffdf9;border:1px solid var(--line);padding:32px;min-height:260px}.detail-card>span{font-family:var(--serif);color:#8a6729}.detail-card h3{font-size:27px;margin:40px 0 16px}.detail-card p{font-size:13px;color:#63716a;margin:0}
.noticed-flow{display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:center;gap:12px;background:var(--forest);padding:38px 24px;color:#fff}.noticed-flow>div{display:grid;gap:8px;text-align:center;min-width:90px}.noticed-flow b{font-family:var(--serif);font-size:24px;color:var(--gold-light)}.noticed-flow span{font-size:8px;letter-spacing:.11em}.noticed-flow i{font-style:normal;color:var(--gold-light);opacity:.65}
.route-board{border-top:1px solid var(--line)}.route-card{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.route-card h3{font-size:27px}.route-card p{margin:5px 0 0;font-size:12px;color:#68746f}.route-status.limited{color:#8a6729;background:rgba(200,148,57,.08)}
.route-legend{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#68746f}.route-legend span{display:inline-flex;gap:7px;align-items:center}.route-legend i{width:8px;height:8px;border-radius:50%;background:#627e5d}.route-legend .limited i{background:#a37b2e}.route-legend .wait i{background:#8c8c83}
.next-area-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.next-area-grid>div{padding:30px;background:#fffdf9;border-top:3px solid var(--gold)}.next-area-grid strong{display:block;font-family:var(--serif);font-size:25px;font-weight:500;margin-bottom:8px}.next-area-grid span{font-size:12px;color:#66746d}
.density-meter{height:22px;background:#e9dfcf;margin:25px 0;display:flex;gap:3px;padding:3px}.density-meter i{height:100%;flex:1;background:#d3c4aa}.density-meter i.on{background:var(--forest)}
.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.principle-card{background:#fffdf9;padding:32px;border-top:3px solid var(--gold);min-height:260px}.principle-card>span{font-size:9px;letter-spacing:.15em;color:#826328;font-weight:900}.principle-card h3{font-size:28px;margin:32px 0 16px}.principle-card p{font-size:13px;color:#68746f}
.quality-list{border-top:1px solid rgba(255,255,255,.16)}.quality-list>div{display:grid;grid-template-columns:70px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.14)}.quality-list b{font-family:var(--serif);font-size:22px;color:var(--gold-light)}.quality-list strong{display:block;font-size:12px;margin-bottom:4px}.quality-list span{font-size:11px;color:rgba(255,255,255,.62)}
.light-rule{border-color:rgba(255,255,255,.18)!important}
.form-legal{padding:0 36px 10px;font-size:9px;color:#727d78}.form-legal a{text-decoration:underline;text-underline-offset:2px}.privacy-note{margin-top:35px;border:1px solid rgba(226,184,96,.35);padding:14px;color:rgba(255,255,255,.74);font-size:8px;letter-spacing:.08em}.field-help{font-size:9px;color:#7a8580;margin:0}.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.submit-status{margin:18px 36px 0;padding:13px 15px;font-size:10px;border-left:3px solid var(--gold);background:#f6efe2}.submit-status.error{border-color:#a13c32;background:#fff3f1;color:#67251f}.submit-status a{text-decoration:underline;font-weight:700}
.form-footer{background:#061e19;color:#fff;padding:24px 0}.form-footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:10px;color:rgba(255,255,255,.65)}
.legal-hero h1{font-size:clamp(50px,6vw,80px)}.legal-copy{max-width:900px}.legal-section{padding:0 0 34px;margin-bottom:34px;border-bottom:1px solid var(--line)}.legal-section h2{font-size:32px;margin-bottom:16px}.legal-section p,.legal-section li{color:#56655e}.legal-section a{text-decoration:underline;text-underline-offset:3px}.legal-updated{font-size:11px;color:#7b8681}
.not-found{min-height:100vh;display:grid;align-items:center;padding:80px 0}.not-found .container{max-width:700px;text-align:center}.not-found-mark{width:140px;margin:0 auto 35px}.not-found p:not(.eyebrow){color:rgba(255,255,255,.7);margin:25px 0}.not-found .button{margin-top:10px}

@media(max-width:980px){
  .page-hero{padding-top:150px}.page-hero-grid{grid-template-columns:1fr;gap:38px}.page-hero-note{max-width:520px}.detail-grid,.principle-grid{grid-template-columns:1fr 1fr}.noticed-flow{grid-template-columns:1fr 1fr;gap:10px}.noticed-flow i{display:none}.route-card{grid-template-columns:1fr auto}.next-area-grid{grid-template-columns:1fr}.expanded-plans .plan-card{min-height:auto}
}
@media(max-width:640px){
  .page-hero{padding:125px 0 70px}.page-hero-lead{font-size:17px}.page-hero-note{padding:24px}.detail-grid,.principle-grid{grid-template-columns:1fr}.detail-card,.principle-card{min-height:auto}.rule-card{padding:12px 22px}.rule-card>div{grid-template-columns:90px 1fr}.noticed-flow{grid-template-columns:1fr 1fr}.route-card{grid-template-columns:1fr;gap:10px}.route-card .route-status{justify-self:start}.comparison th,.comparison td{padding:13px 12px}.form-legal{padding:0 22px 8px}.submit-status{margin:16px 22px 0}.legal-section h2{font-size:28px}
}

/* v1.7 — form/footer stacking fix
   Keep the sticky/extended forest form-intro treatment inside the form experience
   without allowing its paint/shadow to cover the global footer. */
.form-page .site-footer{
  position:relative;
  z-index:20;
}

/* v1.8: compact multi-photo upload fields for Netlify Forms (one file per field) */
.photo-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:.55rem}
.photo-upload{display:flex;align-items:center;gap:.65rem;padding:.72rem .78rem;border:1px solid rgba(6,42,34,.18);background:#fff;border-radius:10px;font-size:.82rem;font-weight:700;color:var(--forest,#062a22)}
.photo-upload span{min-width:52px}
.photo-upload input{min-width:0;width:100%;font-size:.78rem}
@media (max-width:640px){.photo-upload-grid{grid-template-columns:1fr}}

/* Stage 1 — Coming Soon / Expression of Interest */
.soft-launch-banner{background:#d6b45d;color:#062a22;padding:18px 0}.soft-launch-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.soft-launch-inner p{margin:.25rem 0 0;max-width:760px}.soft-launch-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.14em;margin-bottom:3px}.soft-launch-inner strong{font-family:Georgia,serif;font-size:1.15rem}.eoi-form .button{margin-top:18px}.marketing-consent{margin-top:12px}.marketing-consent span{font-size:.9rem}.eoi-form .form-legal{margin-top:18px}.route-status.wait{white-space:nowrap}@media(max-width:720px){.soft-launch-inner{align-items:flex-start;flex-direction:column}.soft-launch-inner .button{width:100%;text-align:center}}

/* v2.2 — Service Areas QA fixes
   1) Keep Cluster 2 / 3 suburb names visually separated.
   2) Replace the legacy 22px density meter rule with readable three-column route targets. */
.next-area-grid>div{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.next-area-grid strong{
  margin-bottom:12px;
}
.next-area-grid span{
  display:block;
  padding:8px 0;
  border-top:1px solid rgba(8,45,37,.10);
  line-height:1.35;
}
.next-area-grid span:first-of-type{
  border-top:0;
}

.density-meter{
  height:auto;
  background:transparent;
  margin:25px 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0;
}
.density-meter>div{
  min-width:0;
  padding:18px 16px 16px;
  background:rgba(245,239,226,.96);
  color:var(--forest);
  border-top:3px solid var(--gold);
}
.density-meter span{
  display:block;
  margin-bottom:7px;
  color:#7d5c22;
  font-size:8px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:normal;
}
.density-meter strong{
  display:block;
  margin-bottom:7px;
  font-family:var(--serif);
  font-size:25px;
  line-height:1;
  font-weight:500;
  white-space:nowrap;
}
.density-meter small{
  display:block;
  color:#52645c;
  font-size:9px;
  line-height:1.35;
}
@media(max-width:640px){
  .density-meter{grid-template-columns:1fr;}
}


/* v2.3.3 — Facebook + expanded Hillarys weather day cards */
.facebook-button{display:inline-flex!important;align-items:center;gap:8px;width:max-content;margin-top:8px;padding:9px 12px;border:1px solid rgba(226,184,96,.38);color:var(--gold-light)!important;font-size:10px!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:background .15s ease,border-color .15s ease,color .15s ease}
.facebook-button:hover{background:rgba(226,184,96,.08);border-color:var(--gold-light);color:#fff!important}
.facebook-button svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}
.facebook-button span{color:inherit!important;font-size:inherit!important}
.weather-feature{margin-top:54px;padding:28px;background:linear-gradient(145deg,#fff 0%,#fbfaf5 100%);border:1px solid rgba(8,45,37,.12);display:grid;grid-template-columns:minmax(220px,.72fr) minmax(320px,1.28fr);gap:34px;align-items:center;box-shadow:0 16px 50px rgba(8,45,37,.07)}
.weather-feature-copy{padding:10px 6px 10px 12px}
.weather-feature-copy h3{font-size:34px;margin:0 0 12px;color:var(--forest)}
.weather-feature-copy p:not(.eyebrow){margin:0;color:#66746d;font-size:13px;line-height:1.65;max-width:420px}
.weather-card{min-width:0;background:var(--forest);color:#f8f4e8;padding:22px;border:1px solid rgba(226,184,96,.28);box-shadow:0 14px 36px rgba(8,45,37,.14)}
.weather-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.12)}
.weather-card-head>div{display:grid;gap:4px}.weather-location{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--gold-light)}
.weather-card-head strong{font-size:16px;font-weight:600;color:#fff}.weather-live-dot{width:9px;height:9px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 0 5px rgba(226,184,96,.12);margin-top:5px;flex:0 0 auto}
.weather-feed{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;background:transparent;margin:18px 0 16px}
.weather-feed-item{display:grid;align-content:start;gap:12px;background:linear-gradient(180deg,rgba(10,48,39,.98) 0%,rgba(4,31,25,.92) 100%);padding:18px;min-height:182px;border:1px solid rgba(226,184,96,.16)}
.weather-day-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.weather-day-info{display:grid;gap:7px;min-width:0}
.weather-feed-item strong{display:block;color:var(--gold-light);font-size:13px;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.06em}
.weather-temp{display:block;color:#fff;font-family:var(--serif);font-size:28px;line-height:1;font-weight:500}
.weather-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--gold-light);flex:0 0 auto}
.weather-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.weather-icon-cloud svg path:first-child,.weather-icon-rain svg path:first-child,.weather-icon-storm svg path:first-child{fill:rgba(226,184,96,.12)}
.weather-summary{margin:0;color:rgba(255,255,255,.84);font-size:12px;line-height:1.6}
.weather-source-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.weather-source-row a{color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.04em;text-decoration:underline;text-underline-offset:3px}.weather-source-row a:hover{color:#fff}
.weather-skeleton{grid-column:1/-1;display:grid;gap:9px;background:rgba(4,31,25,.92);padding:18px}.weather-skeleton i{display:block;height:11px;background:rgba(255,255,255,.10);animation:weatherPulse 1.4s ease-in-out infinite}.weather-skeleton i:nth-child(2){width:82%}.weather-skeleton i:nth-child(3){width:63%}@keyframes weatherPulse{50%{opacity:.4}}
.weather-unavailable .weather-live-dot{background:#aeb9b3;box-shadow:0 0 0 5px rgba(174,185,179,.10)}.weather-fallback-copy{grid-column:1/-1;margin:0;background:rgba(4,31,25,.92);padding:18px;color:rgba(255,255,255,.82);font-size:12px;line-height:1.6}
@media (max-width:900px){.weather-feature{grid-template-columns:1fr;gap:18px}.weather-feature-copy{padding:4px}}
@media (max-width:640px){.weather-feature{margin-top:38px;padding:18px}.weather-feature-copy h3{font-size:30px}.weather-card{padding:17px}.weather-feed{grid-template-columns:1fr}.weather-feed-item{min-height:unset}.facebook-button{margin-top:10px}}


/* v2.3.5 — EOI footer overlap fix
   Keep the registration intro panel and its decorative left bleed inside the EOI section.
   The intro is intentionally non-sticky on this page so it cannot sit over the footer at the end of the form. */
.eoi-page .eoi-section{
  position:relative;
  overflow:clip;
  isolation:isolate;
}
.eoi-page .eoi-section .form-intro{
  position:static;
  z-index:1;
}
.eoi-page .site-footer{
  position:relative;
  z-index:30;
  isolation:isolate;
}
@supports not (overflow:clip){
  .eoi-page .eoi-section{overflow:hidden;}
}
