@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg: #f4efe4;--bg-deep: #11201c;--surface: rgba(255, 251, 243, .76);--surface-deep: rgba(17, 32, 28, .92);--surface-soft: rgba(255, 255, 255, .56);--ink: #12211d;--muted: #556760;--line: rgba(18, 33, 29, .1);--accent: #2f7f67;--accent-soft: #cfe676;--signal: #dd7d45;--paper: #fbf7ef;--shadow: 0 22px 60px rgba(18, 33, 29, .12);--radius-xl: 2rem;--radius-lg: 1.5rem;--radius-md: 1rem;--container: min(1200px, calc(100vw - 2rem) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Public Sans,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(207,230,118,.34),transparent 24%),radial-gradient(circle at top right,rgba(47,127,103,.15),transparent 28%),linear-gradient(180deg,#faf6ed,#f1ebde 40%,#f8f3ea)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:var(--container);margin:0 auto}.app-shell{position:relative;overflow:clip}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(18,33,29,.08);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#f8f4edd1}.site-header__inner{min-height:5.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center}.brand-link{display:inline-flex;align-items:center;gap:.85rem}.brand-link img{width:2.9rem;height:2.9rem}.brand-link strong,.site-nav__link,h1,h2,h3,.metric-card strong,.timeline-card span{font-family:Space Grotesk,sans-serif}.brand-link span{display:grid;gap:.15rem}.brand-link strong{font-size:1rem;letter-spacing:.05em;text-transform:uppercase}.brand-link small{color:var(--muted);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase}.site-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem}.site-nav__link{padding:.72rem .95rem;border-radius:999px;color:var(--muted);font-size:.95rem;transition:background-color .18s ease,color .18s ease}.site-nav__link:hover,.site-nav__link.is-active{background:#12211d0f;color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:1px solid transparent;cursor:pointer;padding:.95rem 1.4rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #12211d1f}.button:disabled{opacity:.45;cursor:not-allowed}.button--solid{background:linear-gradient(135deg,#17312b,#24493f);color:#f7f5ee}.button--ghost{background:#ffffff9e;border-color:var(--line);color:var(--ink)}.button--small{padding:.72rem 1.05rem;font-size:.92rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:999px;border:1px solid rgba(18,33,29,.08);background:#ffffff9e;color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:.48rem;height:.48rem;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-soft))}.eyebrow--dark{color:#f7f5eec2;background:#ffffff14;border-color:#ffffff14}.hero,.page-hero,.section{padding:4rem 0}.hero{position:relative;min-height:calc(100svh - 5.5rem);display:flex;align-items:center}.hero__backdrop{position:absolute;inset:0;background:linear-gradient(115deg,#11201ceb,#17312bb8 44%,#17312b2e),radial-gradient(circle at 70% 20%,rgba(207,230,118,.34),transparent 22%),radial-gradient(circle at 84% 78%,rgba(221,125,69,.25),transparent 19%)}.hero__grid,.page-hero__grid,.dual-grid,.quote-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:1.35rem;align-items:stretch}.hero__content,.hero__signal-panel,.page-hero__content,.page-hero__aside,.feature-panel,.timeline-card,.fluid-card,.tile-card,.story-strip,.metric-card,.form-card,.quote-sidebar,.table-shell{border:1px solid rgba(18,33,29,.08);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero__content{position:relative;z-index:1;padding:2rem;border-radius:var(--radius-xl);background:#fffbf314;border-color:#ffffff1a}.hero__content h1,.page-hero__content h1{margin:1rem 0;max-width:11ch;line-height:.92;letter-spacing:-.06em;font-size:clamp(2.7rem,7vw,6.6rem)}.hero__content p{max-width:56ch;color:#f7f5eec7;font-size:1.08rem;line-height:1.8}.hero__brand{margin-top:1.3rem;display:grid;gap:.35rem}.hero__brand span{color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.05rem;letter-spacing:.18em;text-transform:uppercase}.hero__brand small{color:#f7f5eeb8;font-size:.83rem;letter-spacing:.13em;text-transform:uppercase}.hero__signal-panel,.page-hero__aside{position:relative;z-index:1;padding:2rem;border-radius:var(--radius-xl);background:#fffcf5d6}.hero__signal-panel h2,.story-strip h2{margin:1rem 0 .7rem;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1;letter-spacing:-.05em}.hero__signal-panel p,.page-hero__aside p,.story-strip p,.fluid-card p,.tile-card p,.timeline-card p,.feature-panel p{color:var(--muted);line-height:1.75}.signal-grid,.metric-board,.tile-grid,.fluid-grid,.split-band,.timeline-grid{display:grid;gap:1rem}.signal-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:1.3rem 0}.signal-grid div{padding:1rem;border-radius:1.2rem;background:#12211d0f}.signal-grid strong{display:block;margin-bottom:.35rem;font-size:1.12rem}.signal-grid span{color:var(--muted);font-size:.94rem}.inline-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-weight:700}.section-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:1.25rem;margin-bottom:1.4rem;align-items:end}.section-intro h2{margin:.7rem 0 0;font-size:clamp(2rem,4vw,4rem);line-height:.96;letter-spacing:-.06em}.section-intro p{color:var(--muted);line-height:1.75;margin:0}.split-band{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-panel,.timeline-card,.fluid-card,.tile-card,.story-strip,.metric-card,.quote-sidebar,.form-card,.table-shell{padding:1.45rem;border-radius:var(--radius-lg);background:var(--surface)}.feature-panel h3,.fluid-card h3,.tile-card h3,.timeline-card h3,.story-strip h2,.metric-card strong,.quote-sidebar h3,.form-card h3{margin:0}.timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.timeline-card span{display:inline-block;margin-bottom:1.25rem;color:#2f7f6747;font-size:2.5rem}.timeline-card h3,.fluid-card h3,.tile-card h3,.feature-panel h3,.quote-sidebar h3{font-size:1.4rem;letter-spacing:-.03em;margin-bottom:.7rem}.fluid-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fluid-card{min-height:16rem}.fluid-card--tall{min-height:18rem}.fluid-card small,.tile-card small{display:inline-block;margin-bottom:1rem;color:var(--accent);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.feature-marquee{position:relative;border-radius:2.4rem;overflow:hidden;background:linear-gradient(135deg,#11201cf5,#1c3a32f0 60%,#2d4841d9);box-shadow:var(--shadow)}.feature-marquee:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 22%,rgba(207,230,118,.26),transparent 16%),radial-gradient(circle at 88% 74%,rgba(221,125,69,.18),transparent 18%)}.feature-marquee__content{position:relative;z-index:1;width:min(760px,100%);padding:2.2rem}.feature-marquee__content h2,.cta-band h2{margin:1rem 0 .8rem;font-size:clamp(2rem,4vw,4.4rem);line-height:.96;letter-spacing:-.06em;color:#f7f5ee}.feature-marquee__content p,.feature-marquee__content li,.cta-band p{color:#f7f5eec2}.bullet-list{margin:1rem 0 0;padding-left:1rem;line-height:1.8}.bullet-list--compact{margin-top:.8rem;font-size:.95rem}.tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tile-card{background:#fffcf5b8}.dual-grid{gap:1rem}.story-strip{background:linear-gradient(160deg,#11201cf2,#1c3a32eb);color:#f7f5ee}.story-strip--light{background:#fffcf5c7;color:var(--ink)}.story-strip--light h2,.story-strip--light .eyebrow{color:var(--ink)}.story-strip--light .eyebrow{background:#12211d0f}.story-strip--light p,.story-strip--light li{color:var(--muted)}.story-list{display:grid;gap:1rem;margin-top:1rem}.story-list article{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.story-strip--light .story-list article{border-top-color:#12211d14}.story-list strong{display:block;margin-bottom:.35rem}.cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end;padding:2rem;border-radius:2rem;background:linear-gradient(135deg,#11201cf5,#1c3a32e6);box-shadow:var(--shadow)}.page-hero__content,.page-hero__aside{padding:1.9rem;border-radius:2rem}.page-hero__content{background:#fffcf5b8}.page-hero__content h1{margin:1rem 0;max-width:13ch;line-height:.95;letter-spacing:-.05em;font-size:clamp(2.3rem,5vw,5rem)}.page-hero__content p{max-width:56ch;color:var(--muted);line-height:1.8}.page-hero__aside{background:linear-gradient(160deg,#11201cf2,#1e3c34e6)}.aside-list{margin:1rem 0 0;padding-left:1rem;line-height:1.85;color:#f7f5eec2}.action-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.action-row--between{justify-content:space-between}.quote-panel{min-width:0}.progress-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.progress-pill{display:grid;gap:.3rem;padding:.9rem 1rem;border-radius:1.2rem;background:#ffffff80;border:1px solid rgba(18,33,29,.08);color:var(--muted)}.progress-pill.is-active{background:#11201ceb;color:#f7f5ee}.progress-pill span{font-weight:800}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{display:grid;gap:.45rem}.field--full{grid-column:1 / -1}.field label{font-size:.92rem;font-weight:700}.field input,.field select,.field textarea{width:100%;border-radius:1rem;border:1px solid rgba(18,33,29,.12);background:#ffffffb8;color:var(--ink);padding:.95rem 1rem}.field textarea{min-height:8.5rem;resize:vertical}.field small{color:var(--muted)}.quote-sidebar{position:sticky;top:7rem;background:linear-gradient(160deg,#11201cf5,#1d3b33f0);color:#f7f5ee;align-self:start}.form-error{margin:1rem 0 0;color:#a84016;font-weight:700}.result-card{margin-top:1rem;padding:1.1rem;border-radius:1.2rem;background:#12211d0f}.result-card h3{margin-top:.75rem}.result-metrics{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}.result-metrics span{padding:.55rem .75rem;border-radius:999px;background:#2f7f671f;color:var(--accent);font-size:.86rem;font-weight:700}.metric-board{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card{text-align:left}.metric-card strong{display:block;margin-bottom:.4rem;font-size:2rem;letter-spacing:-.04em}.metric-card span{color:var(--muted)}.portal-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,.8fr) auto;gap:1rem;align-items:end}.portal-toolbar__actions{display:flex;justify-content:flex-end;gap:.75rem}.table-shell{overflow:hidden}.portal-login-card{max-width:42rem}.lead-stage-editor{display:grid;gap:.6rem}.lead-stage-editor select{width:100%;border-radius:1rem;border:1px solid rgba(18,33,29,.12);background:#ffffffb8;color:var(--ink);padding:.8rem .9rem}.lead-table{width:100%;border-collapse:collapse}.lead-table th,.lead-table td{padding:1rem .9rem;border-bottom:1px solid rgba(18,33,29,.08);text-align:left;vertical-align:top}.lead-table th{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.lead-table td span{display:block;margin-top:.3rem;color:var(--muted);font-size:.93rem}.empty-state,.muted-text{color:var(--muted)}.site-footer{padding:3rem 0}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end;padding-top:1.5rem;border-top:1px solid rgba(18,33,29,.08)}.footer-wordmark{width:min(26rem,100%)}.footer-copy{max-width:52ch;color:var(--muted);line-height:1.75}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem}.footer-links a{color:var(--muted)}@media(max-width:1120px){.hero__grid,.page-hero__grid,.quote-layout,.dual-grid,.section-intro,.cta-band,.site-footer__grid,.portal-toolbar{grid-template-columns:1fr}.metric-board{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-sidebar{position:static}}@media(max-width:920px){.site-header__inner{grid-template-columns:1fr;padding:1rem 0}.site-nav{justify-content:flex-start}.split-band,.timeline-grid,.tile-grid,.fluid-grid,.field-grid,.metric-board,.progress-row{grid-template-columns:1fr 1fr}}@media(max-width:720px){.hero,.page-hero,.section{padding:2.6rem 0}.hero__content,.hero__signal-panel,.page-hero__content,.page-hero__aside,.feature-panel,.timeline-card,.fluid-card,.tile-card,.story-strip,.metric-card,.form-card,.quote-sidebar,.table-shell{padding:1.2rem}.hero__content h1,.page-hero__content h1,.feature-marquee__content h2,.cta-band h2,.section-intro h2{font-size:clamp(2rem,11vw,3.3rem)}.split-band,.timeline-grid,.tile-grid,.fluid-grid,.field-grid,.metric-board,.progress-row,.signal-grid{grid-template-columns:1fr}.action-row,.action-row--between{flex-direction:column;align-items:stretch}.lead-table,.lead-table thead,.lead-table tbody,.lead-table th,.lead-table td,.lead-table tr{display:block}.lead-table thead{display:none}.lead-table tr{padding:.85rem 0;border-bottom:1px solid rgba(18,33,29,.08)}.lead-table td{padding:.45rem 0;border:0}.footer-links{grid-template-columns:1fr}.portal-toolbar__actions{justify-content:stretch;flex-direction:column}}
