.landing{--chalk:#fafaf7;--night:#0d1512;--bottle:#006039;--bottle-light:#12a56a;--turf:#e8efe9;--clay:#c65a33;--foul:#dde2dc;--display:var(--font-inter-tight), "Inter Tight", sans-serif;--body:var(--font-inter), "Inter", sans-serif;--mono:var(--font-plex-mono), "IBM Plex Mono", monospace;background:var(--chalk);color:var(--night);font-family:var(--body);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.6}.landing *,.landing :before,.landing :after{box-sizing:border-box}.landing .shell{max-width:1080px;margin:0 auto;padding:0 24px}.landing .eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--bottle);margin:0 0 16px;font-size:12px;font-weight:500}.landing h1,.landing h2,.landing h3{font-family:var(--display);letter-spacing:-.03em;margin:0;font-weight:600;line-height:1.05}.landing .section-title{margin-bottom:12px;font-size:clamp(28px,4vw,40px)}.landing .section-lede{color:color-mix(in srgb, var(--night) 72%, transparent);margin:0;font-size:17px}.landing .button{font-family:var(--display);letter-spacing:-.01em;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-size:16px;font-weight:600;text-decoration:none;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.landing .button-primary{background:var(--bottle);color:var(--chalk)}.landing .button-primary:hover{background:#004d2e}.landing .button-light{background:var(--chalk);color:var(--night)}.landing .button-light:hover{background:#fff}.landing .button-small{padding:9px 18px;font-size:14px}.landing .button.full{width:100%}.landing .site-header{z-index:40;background:color-mix(in srgb, var(--chalk) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--foul);position:sticky;top:0}.landing .header-inner{align-items:center;gap:28px;height:68px;display:flex}.landing .wordmark{color:var(--night);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.landing .brand-icon{border-radius:10px;width:44px;height:44px;display:block}.landing .wordmark-text{font-family:var(--display);letter-spacing:-.02em;white-space:nowrap;font-size:19px;font-weight:700}.landing .wordmark-text em{color:var(--bottle);font-style:normal}.landing .site-header nav{gap:22px;margin-left:auto;display:flex}.landing .site-header nav a{color:var(--night);opacity:.75;font-size:14.5px;font-weight:500;text-decoration:none;transition:opacity .12s}.landing .site-header nav a:hover{opacity:1}.landing .film-wrap{--film-top:68px;border-top:1px solid var(--foul)}.landing .hero-line{border-top:1px solid var(--foul);padding:96px 0;position:relative;overflow:hidden}.landing .hero-line:before{content:"";background-image:linear-gradient(var(--foul) 1px, transparent 1px), linear-gradient(90deg, var(--foul) 1px, transparent 1px);opacity:.3;pointer-events:none;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 86%);mask-image:linear-gradient(#000 0%,#0000 86%)}.landing .hero-line .shell{position:relative}.landing .hero-line h1{max-width:17ch;font-size:clamp(36px,5.4vw,60px)}.landing .hero-line h1 em{color:var(--bottle);font-style:normal}.landing .hero{padding:96px 0 0;position:relative;overflow:hidden}.landing .hero:before{content:"";background-image:linear-gradient(var(--foul) 1px, transparent 1px), linear-gradient(90deg, var(--foul) 1px, transparent 1px);opacity:.35;pointer-events:none;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 78%);mask-image:linear-gradient(#000 0%,#0000 78%)}.landing .hero .shell{position:relative}.landing .hero h1{max-width:17ch;font-size:clamp(40px,6.4vw,68px)}.landing .hero h1 em{color:var(--bottle);font-style:normal}.landing .lede{max-width:52ch;color:color-mix(in srgb, var(--night) 78%, transparent);margin:22px 0 30px;font-size:19px}.landing .hero-actions{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.landing .microcopy{font-family:var(--mono);letter-spacing:.02em;color:color-mix(in srgb, var(--night) 62%, transparent);margin:0;font-size:12.5px}.landing .street-wrap{margin-top:64px;padding-bottom:26px}.landing .street-figure{width:100%;height:auto;display:block}.landing .street-figure .house{fill:var(--turf);stroke:color-mix(in srgb, var(--night) 55%, transparent);stroke-width:1px}.landing .street-figure .house.ours{fill:var(--bottle);stroke:none}.landing .street-figure .level-line{stroke:var(--night);stroke-width:1.25px}.landing .street-figure .level-base{fill:var(--night)}.landing .street-figure .ours-dot{fill:var(--clay)}.landing .street-figure .ground-line{stroke:var(--foul);stroke-width:1.5px}.landing .street-caption{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, var(--night) 55%, transparent);border-top:1px solid var(--foul);align-items:center;gap:8px;margin:8px 0 0;padding-top:14px;font-size:12px;display:flex}.landing .street-caption .dot{background:var(--clay);border-radius:50%;flex:none;width:8px;height:8px}.landing .section{border-top:1px solid var(--foul);padding:96px 0}.landing .facts{border-top:1px solid var(--foul);grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:44px;padding-top:34px;display:grid}.landing .fact h3{letter-spacing:-.02em;margin-bottom:10px;font-size:22px}.landing .fact p{color:color-mix(in srgb, var(--night) 72%, transparent);max-width:46ch;margin:0;font-size:16px}@media (max-width:760px){.landing .facts{grid-template-columns:minmax(0,1fr);gap:28px}}.landing .cycle{border-top:1px solid var(--foul);grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:64px;padding-top:44px;display:grid;position:relative}.landing .cycle-track{background:var(--bottle);height:1.5px;position:absolute;top:49px;left:0;right:0}.landing .cycle-stop{flex-direction:column;gap:6px;padding-top:22px;display:flex;position:relative}.landing .cycle-dot{background:var(--chalk);border:1.5px solid var(--bottle);width:11px;height:11px;position:absolute;top:0;left:0}.landing .cycle-stop:last-child .cycle-dot{background:var(--bottle)}.landing .cycle-stop b{font-family:var(--display);letter-spacing:-.01em;font-size:15.5px;font-weight:600}.landing .cycle-stop small{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, var(--night) 55%, transparent);font-size:11.5px}@media (max-width:760px){.landing .cycle{grid-template-columns:1fr;gap:22px}.landing .cycle-track{width:1.5px;height:auto;inset:44px auto 0 5px}.landing .cycle-stop{padding-top:0;padding-left:26px}}.landing .fee-grid{grid-template-columns:1fr 400px;align-items:start;gap:64px;display:grid}.landing .fee-lede{max-width:44ch;color:color-mix(in srgb, var(--night) 72%, transparent)}.landing .price-card{border:1px solid var(--foul);border-top:3px solid var(--bottle);background:#fff;border-radius:4px;padding:30px 30px 26px}.landing .price-kicker{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--bottle);margin:0 0 8px;font-size:11.5px}.landing .price{font-family:var(--display);letter-spacing:-.04em;margin:0;font-size:72px;font-weight:700;line-height:1}.landing .price span{color:var(--bottle);font-size:36px}.landing .price-description{color:color-mix(in srgb, var(--night) 70%, transparent);margin:6px 0 20px;font-size:15.5px}.landing .price-card ul{border-top:1px solid var(--foul);margin:0 0 24px;padding:0;list-style:none}.landing .price-card li{border-bottom:1px solid var(--foul);padding:11px 0 11px 26px;font-size:15px;position:relative}.landing .price-card li:before{content:"";background:var(--turf);border:1.5px solid var(--bottle);width:10px;height:10px;position:absolute;top:17px;left:2px}.landing .price-note{color:color-mix(in srgb, var(--night) 58%, transparent);margin:14px 0 0;font-size:13px}@media (max-width:900px){.landing .fee-grid{grid-template-columns:1fr;gap:36px}}.landing .faq-grid{grid-template-columns:320px 1fr;align-items:start;gap:64px;display:grid}.landing .faq-list details{border-bottom:1px solid var(--foul)}.landing .faq-list details:first-child{border-top:1px solid var(--foul)}.landing .faq-list summary{cursor:pointer;font-family:var(--display);letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:17px;font-weight:600;list-style:none;display:flex}.landing .faq-list summary::-webkit-details-marker{display:none}.landing .faq-list summary span{font-family:var(--mono);color:var(--bottle);transition:transform .14s}.landing .faq-list details[open] summary span{transform:rotate(45deg)}.landing .faq-list details p{max-width:62ch;color:color-mix(in srgb, var(--night) 74%, transparent);margin:0 0 20px;font-size:15.5px}@media (max-width:900px){.landing .faq-grid{grid-template-columns:1fr;gap:28px}}.landing .closing{background:var(--night);color:var(--chalk);padding:96px 0}.landing .closing .eyebrow{color:var(--bottle-light)}.landing .closing h2{font-size:clamp(32px,5vw,52px)}.landing .closing p{color:color-mix(in srgb, var(--chalk) 72%, transparent);margin:16px 0 28px;font-size:18px}.landing .site-footer{border-top:1px solid var(--foul);padding:48px 0 40px}.landing .footer-top{flex-wrap:wrap;align-items:flex-start;gap:40px;padding-bottom:28px;display:flex}.landing .footer-top>p{max-width:40ch;color:color-mix(in srgb, var(--night) 65%, transparent);margin:4px 0 0;font-size:14px}.landing .footer-links{flex-direction:column;gap:8px;margin-left:auto;display:flex}.landing .footer-links a{color:var(--bottle);font-size:14.5px;text-decoration:none}.landing .footer-links a:hover{text-decoration:underline}.landing .footer-nav{grid-template-columns:repeat(2,minmax(140px,auto));gap:12px 48px;margin-left:auto;display:grid}.landing .footer-nav h4{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:color-mix(in srgb, var(--night) 55%, transparent);margin:0 0 10px;font-size:11.5px;font-weight:500}.landing .footer-nav a{color:var(--bottle);margin-bottom:7px;font-size:14.5px;text-decoration:none;display:block}.landing .footer-nav a:hover{text-decoration:underline}@media (max-width:760px){.landing .footer-nav{width:100%;margin-left:0}}.landing .footer-bottom{border-top:1px solid var(--foul);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:32px;padding-top:20px;display:flex}.landing .footer-bottom p{max-width:78ch;color:color-mix(in srgb, var(--night) 55%, transparent);margin:0;font-size:12.5px}.landing .footer-bottom span{font-family:var(--mono);color:color-mix(in srgb, var(--night) 55%, transparent);white-space:nowrap;font-size:12px}@keyframes hf-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.landing .reveal{animation:.64s cubic-bezier(.2,.7,.2,1) both hf-rise}.landing .hero .reveal:first-of-type{animation-delay:40ms}.landing .hero .reveal:nth-of-type(2){animation-delay:.12s}.landing .hero .reveal:nth-of-type(3){animation-delay:.2s}.landing .hero .reveal:nth-of-type(4){animation-delay:.28s}.landing .street-wrap.reveal{animation-delay:.38s}@media (prefers-reduced-motion:reduce){.landing .reveal{animation:none}}@media (max-width:760px){.landing .site-header nav{display:none}.landing .header-inner{gap:12px}.landing .wordmark-text{font-size:17px}.landing .brand-icon{width:39px;height:39px}.landing .hero,.landing .hero-line{padding-top:64px}.landing .hero-line{padding-bottom:64px}.landing .section{padding:64px 0}}
