:root {
  --canvas: #f7f5ef;
  --surface: #ffffff;
  --surface-soft: #eef3f0;
  --ink: #14211e;
  --ink-soft: #54635f;
  --green: #176c51;
  --green-deep: #103f34;
  --green-pale: #dcebe5;
  --blue: #1f5f91;
  --blue-pale: #dce9f4;
  --orange: #ee5a14;
  --amber: #f1aa45;
  --line: #d9dfda;
  --line-strong: #bcc8c1;
  --shadow-sm: 0 14px 38px rgba(20, 33, 30, 0.08);
  --shadow-lg: 0 30px 90px rgba(20, 33, 30, 0.16);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(238, 90, 20, .5); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; transform: translateY(-180%); border-radius: 7px; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 50; display: flex; min-height: 82px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(20, 33, 30, .11); background: rgba(247, 245, 239, .94); padding: 16px clamp(22px, 5vw, 78px); backdrop-filter: blur(16px); }
.site-header-dark { border-color: rgba(255,255,255,.12); background: var(--ink); color: white; }
.brand, .footer-brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { display: block; width: 164px; height: auto; flex: 0 0 auto; object-fit: contain; }
.brand-logo-footer { width: 145px; }
.brand-on-dark, .brand-logo-framed { border-radius: 8px; background: white; padding: 5px 8px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); color: var(--ink-soft); font-size: 15px; font-weight: 700; }
.site-header-dark .site-nav { color: #d8e1dd; }
.site-nav a { transition: color 160ms ease; }
.site-nav a:hover { color: var(--green); }
.site-header-dark .site-nav a:hover { color: #fff; }
.nav-cta { border-radius: 999px; background: var(--ink); color: white; padding: 10px 18px; }
.nav-cta:hover { color: white !important; background: var(--green); }
.nav-cta-light { border: 1px solid rgba(255,255,255,.35); }
.menu-button { display: none; width: 46px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }
.menu-button-light > span:not(.sr-only) { background: white; }

.eyebrow { margin: 0; color: var(--orange); font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #ffbc78; }
.section { padding: clamp(86px, 10vw, 150px) clamp(22px, 7vw, 112px); }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; border: 0; border-radius: 9px; cursor: pointer; font-size: 16px; font-weight: 800; padding: 14px 24px; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(20,33,30,.16); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #d94b0b; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 16px; font-weight: 800; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.hero { display: grid; min-height: 760px; grid-template-columns: minmax(0, .92fr) minmax(580px, 1.08fr); align-items: center; gap: clamp(60px, 7vw, 120px); overflow: hidden; padding: clamp(70px, 8vw, 120px) clamp(22px, 7vw, 112px) clamp(90px, 10vw, 150px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 790px; margin: 20px 0 28px; font-size: clamp(52px, 5.9vw, 92px); font-weight: 760; letter-spacing: -.062em; line-height: .96; }
.hero h1 span { display: block; color: var(--green); }
.hero-intro { max-width: 710px; margin: 0; color: var(--ink-soft); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 25px 0 0; color: var(--ink-soft); font-size: 14px; }
.hero-note span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green); font-size: 11px; font-weight: 900; }

.product-scene { position: relative; min-height: 610px; }
.product-glow { position: absolute; inset: 4% -18% 0 10%; border-radius: 50%; background: radial-gradient(circle, rgba(31,95,145,.2), rgba(238,90,20,.08) 45%, transparent 72%); filter: blur(4px); }
.product-window { position: absolute; top: 46px; right: -48px; width: min(760px, 108%); overflow: hidden; transform: perspective(1600px) rotateY(-5deg) rotateX(1.5deg); border: 1px solid rgba(20,33,30,.2); border-radius: 18px; background: #f8faf9; box-shadow: var(--shadow-lg); }
.product-topbar { display: grid; height: 48px; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #d8dfdc; background: white; padding: 0 17px; }
.product-topbar > strong { font-size: 11px; letter-spacing: .02em; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #c9d1cd; }
.window-dots span:first-child { background: var(--orange); }
.window-dots span:nth-child(2) { background: var(--amber); }
.window-dots span:nth-child(3) { background: var(--blue); }
.live-pill { justify-self: end; display: flex; align-items: center; gap: 6px; border-radius: 99px; background: #e4f3eb; color: var(--green); font-size: 11px; font-weight: 800; padding: 5px 8px; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #34a36f; }
.product-shell { display: grid; min-height: 455px; grid-template-columns: 58px 1fr; }
.product-sidebar { display: flex; align-items: center; flex-direction: column; gap: 23px; background: var(--ink); padding: 16px 0; }
.product-sidebar b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; background: var(--orange); color: white; font-size: 12px; }
.product-sidebar span { width: 15px; height: 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; }
.product-sidebar span.is-active { border-color: #ffbd7a; background: var(--orange); box-shadow: 0 0 0 5px rgba(238,90,20,.16); }
.product-dashboard { padding: 25px; }
.product-heading { display: flex; align-items: center; justify-content: space-between; }
.product-heading small, .product-heading strong { display: block; }
.product-heading small { color: #6d7c77; font-size: 11px; }
.product-heading strong { margin-top: 3px; font-size: 17px; }
.product-heading button { border: 0; border-radius: 7px; background: var(--green); color: white; font-size: 11px; font-weight: 800; padding: 8px 10px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.metric-row > div { border: 1px solid #dde4e0; border-radius: 10px; background: white; padding: 13px; }
.metric-row small, .metric-row strong, .metric-row span { display: block; }
.metric-row small { color: #687872; font-size: 11px; }
.metric-row strong { margin: 5px 0 1px; font-size: 22px; }
.metric-row span { color: var(--green); font-size: 11px; font-weight: 700; }
.dashboard-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-top: 10px; }
.workflow-panel, .insight-panel { min-height: 220px; border: 1px solid #dde4e0; border-radius: 10px; background: white; padding: 14px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; }
.panel-title strong { font-size: 12px; }
.panel-title span { color: var(--green); font-size: 11px; font-weight: 700; }
.workflow-row { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 9px; border-top: 1px solid #edf0ee; padding: 13px 0; }
.workflow-row:first-of-type { margin-top: 8px; }
.workflow-row i { width: 7px; height: 7px; border-radius: 50%; }
.status-blue { background: var(--blue); }
.status-orange { background: var(--orange); }
.status-green { background: #38a776; }
.workflow-row strong, .workflow-row small { display: block; }
.workflow-row strong { font-size: 11px; }
.workflow-row small { color: #6f7e79; font-size: 11px; }
.workflow-row b { border-radius: 99px; background: #edf3f0; color: var(--green); font-size: 11px; padding: 4px 6px; }
.bar-chart { display: flex; height: 102px; align-items: flex-end; gap: 7px; border-bottom: 1px solid #dfe5e2; margin-top: 20px; padding: 0 5px; }
.bar-chart span { width: 11px; border-radius: 3px 3px 0 0; background: linear-gradient(var(--orange), #f4b260); }
.bar-chart span:nth-child(even) { background: linear-gradient(var(--blue), #71a6ce); }
.insight-panel p { margin: 16px 0 0; }
.insight-panel p strong, .insight-panel p small { display: block; }
.insight-panel p strong { font-size: 11px; }
.insight-panel p small { color: #6f7e79; font-size: 11px; }
.scene-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(20,33,30,.12); border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); padding: 12px 15px; }
.scene-card > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: var(--green-pale); color: var(--green); font-family: var(--mono); font-size: 11px; font-weight: 800; }
.scene-card small, .scene-card strong { display: block; }
.scene-card small { color: #687872; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.scene-card strong { font-size: 12px; }
.scene-card-fit { top: 2px; left: -26px; }
.scene-card-connected { right: -13px; bottom: 8px; }

.audience-strip { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); align-items: center; gap: 35px; border-block: 1px solid var(--line); background: white; padding: 22px clamp(22px, 7vw, 112px); }
.audience-strip p { margin: 0; color: var(--ink); font-size: 16px; font-weight: 800; }
.audience-strip div { display: flex; justify-content: flex-end; gap: clamp(18px,3vw,44px); color: #6e7c77; font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.problem-section { background: white; }
.problem-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(310px,.8fr); align-items: end; gap: 70px; }
.problem-heading .eyebrow { grid-column: 1 / -1; }
.problem-heading h2, .possibility-copy h2, .section-heading h2, .how-intro h2, .managed-copy h2, .final-cta h2 { margin: 15px 0 0; font-size: clamp(42px, 5vw, 74px); font-weight: 720; letter-spacing: -.055em; line-height: 1.01; }
.problem-heading > p:last-child { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: 20px; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.pain-grid article { min-height: 245px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); padding: clamp(28px,3vw,45px); transition: background 180ms ease, transform 180ms ease; }
.pain-grid article:hover { position: relative; z-index: 1; transform: translateY(-4px); background: var(--surface-soft); }
.pain-grid span { color: var(--orange); font-family: var(--mono); font-size: 11px; }
.pain-grid strong { display: block; margin-top: 27px; font-size: 21px; }
.pain-grid p { margin: 11px 0 0; color: var(--ink-soft); font-size: 17px; }
.problem-outcome { display: flex; align-items: center; gap: 22px; margin-top: 40px; }
.problem-outcome span { display: grid; width: 45px; height: 45px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 20px; }
.problem-outcome p { max-width: 810px; margin: 0; font-size: clamp(20px,2vw,28px); font-weight: 680; letter-spacing: -.025em; line-height: 1.35; }

.possibility-section { display: grid; grid-template-columns: minmax(0,.8fr) minmax(560px,1.2fr); align-items: center; gap: clamp(70px,10vw,150px); background: var(--surface-soft); }
.possibility-copy > p:not(.eyebrow) { max-width: 670px; margin: 26px 0; color: var(--ink-soft); font-size: 20px; }
.fit-comparison { display: grid; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.fit-column { padding: 34px; }
.fit-column > small { color: var(--orange); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fit-column > strong { display: block; margin-top: 8px; font-size: 21px; }
.fit-column > p { margin: 18px 0 0; color: var(--ink-soft); font-size: 16px; }
.fit-generic { background: #f7f7f4; }
.fit-personalized { background: white; }
.fit-divider { position: relative; display: grid; height: 1px; place-items: center; background: var(--line-strong); }
.fit-divider span { position: absolute; border-radius: 99px; background: var(--ink); color: white; font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .08em; padding: 6px 10px; text-transform: uppercase; }
.business-flow { display: flex; min-height: 84px; align-items: center; gap: 7px; margin-top: 24px; }
.business-flow span { border: 1px solid var(--line-strong); border-radius: 7px; background: white; font-size: 11px; font-weight: 800; padding: 11px 9px; text-align: center; }
.business-flow i { min-width: 10px; height: 1px; flex: 1; background: #b5c0ba; }
.forced-flow { transform: rotate(-1.5deg); }
.forced-flow span:nth-of-type(2) { transform: translateY(8px); }
.forced-flow span:nth-of-type(3) { transform: translateY(-7px); }
.natural-flow span { flex: 1; border-color: #9cc8b7; background: #edf7f3; color: var(--green); }
.natural-flow i { background: var(--green); }

.platform-section { background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr); align-items: end; gap: 70px; margin-bottom: 60px; }
.section-heading > p { max-width: 560px; margin: 0; color: #c0ccc8; font-size: 20px; }
.platform-showcase { display: grid; gap: 24px; }
.landscape-product { display: grid; min-height: 610px; grid-template-columns: minmax(370px,.78fr) minmax(0,1.22fr); overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: linear-gradient(140deg,#164d3e,#0e332a); }
.product-card-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,76px); }
.product-kicker { color: #ffbc78; font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-card-copy h3, .custom-fit-copy h3 { margin: 16px 0 22px; font-size: clamp(34px,3.4vw,53px); font-weight: 680; letter-spacing: -.05em; line-height: 1.04; }
.product-card-copy p, .custom-fit-copy p { margin: 0 0 28px; color: #d2ddd9; font-size: 18px; }
.offer-path { display: flex; width: 100%; align-items: center; gap: 8px; margin: 0 0 32px; }
.offer-path span { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.08); color: white; font-size: 12px; font-weight: 800; padding: 8px 11px; text-align: center; }
.offer-path i { min-width: 12px; height: 1px; flex: 1; background: rgba(255,255,255,.35); }
.offer-path-dark span { border-color: #b9c8c1; background: white; color: var(--ink); }
.offer-path-dark i { background: #92a59c; }
.landscape-ui { align-self: center; overflow: hidden; width: calc(100% + 36px); transform: translateX(18px); border: 1px solid rgba(255,255,255,.2); border-radius: 16px 0 0 16px; background: #f7f9f8; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.landscape-bar { display: grid; height: 52px; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid #dde4e1; background: white; padding: 0 20px; }
.landscape-bar strong { color: var(--green); font-size: 12px; }
.landscape-bar span { color: #6d7c77; font-size: 11px; }
.landscape-bar i { width: 28px; height: 28px; border-radius: 50%; background: var(--green-pale); }
.landscape-body { display: grid; min-height: 410px; grid-template-columns: 1.15fr .85fr; gap: 16px; padding: 20px; }
.property-card, .landscape-steps { border: 1px solid #dce3df; border-radius: 11px; background: white; }
.property-card { overflow: hidden; }
.property-image { position: relative; height: 250px; overflow: hidden; background: linear-gradient(#b5d5e2 0 60%,#7eaa6e 60%); }
.property-sun { position: absolute; top: 27px; right: 30px; width: 47px; height: 47px; border-radius: 50%; background: #f3c56f; box-shadow: 0 0 0 11px rgba(243,197,111,.23); }
.property-lawn { position: absolute; right: -15%; bottom: -42px; left: -15%; height: 125px; transform: rotate(-5deg); border-radius: 50%; background: #5d8c55; }
.property-home { position: absolute; right: 22%; bottom: 64px; width: 45%; height: 95px; border: 5px solid #e8e6de; background: #7f8c87; box-shadow: 24px 22px 0 #c6b58e; }
.property-home::before { position: absolute; top: -37px; left: -17px; width: 120%; height: 42px; transform: skewX(-25deg); background: #37413d; content: ""; }
.property-card > div:last-child { padding: 18px; }
.property-card small, .property-card strong { display: block; }
.property-card small { color: var(--green); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.property-card strong { margin-top: 5px; font-size: 15px; }
.property-card p { margin: 4px 0 0; color: #6f7e79; font-size: 11px; }
.landscape-steps { padding: 18px; }
.landscape-steps > div { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid #edf0ee; padding: 17px 0; }
.landscape-steps > div:last-child { border-bottom: 0; }
.landscape-steps span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #ccd5d1; border-radius: 50%; color: #6f7e79; font-size: 11px; font-weight: 800; }
.landscape-steps p { margin: 0; }
.landscape-steps strong, .landscape-steps small { display: block; }
.landscape-steps strong { font-size: 12px; }
.landscape-steps small { color: #6f7e79; font-size: 11px; }
.landscape-steps .is-done span { border-color: #9ac9b5; background: var(--green-pale); color: var(--green); }
.landscape-steps .is-current { margin-inline: -8px; border: 0; border-radius: 8px; background: #fff2e6; padding-inline: 8px; }
.landscape-steps .is-current span { border-color: #f5a66f; background: var(--orange); color: white; }
.custom-fit-product { display: grid; min-height: 480px; grid-template-columns: minmax(0,.8fr) minmax(560px,1.2fr); overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #f3efe6; color: var(--ink); }
.custom-fit-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,76px); }
.custom-fit-copy p { color: var(--ink-soft); }
.personalization-map { position: relative; min-height: 480px; background: linear-gradient(rgba(20,33,30,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(20,33,30,.05) 1px,transparent 1px),#e7eee9; background-size: 32px 32px; }
.foundation-core { position: absolute; top: 50%; left: 50%; display: grid; width: 245px; min-height: 170px; place-content: center; transform: translate(-50%,-50%); border: 1px solid #8aaba0; border-radius: 18px; background: var(--ink); color: white; box-shadow: 0 22px 50px rgba(20,33,30,.22); padding: 26px; text-align: center; }
.foundation-core small { color: #ffbc78; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.foundation-core strong { margin: 7px 0; font-size: 21px; line-height: 1.1; }
.foundation-core span { color: #c3cfcb; font-size: 11px; }
.personal-module { position: absolute; z-index: 2; min-width: 145px; border: 1px solid var(--line-strong); border-radius: 9px; background: white; box-shadow: var(--shadow-sm); font-size: 12px; font-weight: 800; padding: 15px; text-align: center; }
.personal-module::after { position: absolute; background: var(--green); content: ""; }
.module-one { top: 48px; left: 9%; }
.module-two { top: 58px; right: 8%; }
.module-three { right: 6%; bottom: 55px; }
.module-four { bottom: 48px; left: 8%; }
.module-one::after, .module-four::after { top: 50%; left: 100%; width: 80px; height: 1px; }
.module-two::after, .module-three::after { top: 50%; right: 100%; width: 80px; height: 1px; }

.outcomes-section { background: white; }
.section-heading-dark > p { color: var(--ink-soft); }
.outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.outcome-grid article { min-height: 310px; border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); padding: 30px; }
.outcome-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; background: var(--green-pale); color: var(--green); font-family: var(--mono); font-size: 11px; font-weight: 800; }
.outcome-grid h3 { margin: 64px 0 12px; font-size: 22px; letter-spacing: -.03em; line-height: 1.15; }
.outcome-grid p { margin: 0; color: var(--ink-soft); font-size: 17px; }

.how-section { display: grid; grid-template-columns: minmax(0,.72fr) minmax(560px,1.28fr); gap: clamp(80px,10vw,160px); background: var(--canvas); }
.how-intro { align-self: start; position: sticky; top: 45px; }
.how-intro > p:last-child { max-width: 570px; color: var(--ink-soft); font-size: 20px; }
.how-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.how-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; border-top: 1px solid var(--line-strong); padding: 38px 0; }
.how-steps li:last-child { border-bottom: 1px solid var(--line-strong); }
.how-steps li > span { color: var(--orange); font-family: var(--mono); font-size: 11px; font-weight: 800; }
.how-steps small { color: var(--green); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.how-steps strong { display: block; margin-top: 8px; font-size: clamp(24px,2.3vw,34px); letter-spacing: -.035em; line-height: 1.15; }
.how-steps p { margin: 12px 0 0; color: var(--ink-soft); font-size: 18px; }

.managed-section { background: white; }
.managed-panel { overflow: hidden; border-radius: 24px; background: var(--ink); color: white; box-shadow: var(--shadow-lg); }
.managed-copy { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); align-items: end; gap: 80px; padding: clamp(45px,6vw,85px); }
.managed-copy .eyebrow { grid-column: 1 / -1; }
.managed-copy h2 { max-width: 900px; }
.managed-copy > p:last-child { margin: 0; color: #c4cfcb; font-size: 20px; }
.managed-services { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.managed-services div { min-height: 150px; border-right: 1px solid rgba(255,255,255,.14); padding: 27px; }
.managed-services div:last-child { border-right: 0; }
.managed-services span { color: #ffbc78; font-family: var(--mono); font-size: 11px; }
.managed-services strong { display: block; margin-top: 36px; font-size: 18px; }
.ownership-statement { display: flex; align-items: center; gap: 20px; padding: 34px clamp(30px,6vw,85px); }
.ownership-statement > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,188,120,.45); border-radius: 50%; color: #ffbc78; }
.ownership-statement p { margin: 0; }
.ownership-statement small, .ownership-statement strong { display: block; }
.ownership-statement small { color: #aab9b4; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.ownership-statement strong { max-width: 840px; margin-top: 5px; font-size: 23px; line-height: 1.4; }

.final-cta { background: radial-gradient(circle at 15% 15%,rgba(31,95,145,.12),transparent 32%),radial-gradient(circle at 85% 80%,rgba(238,90,20,.1),transparent 30%),var(--canvas); text-align: center; }
.final-cta h2 { max-width: 980px; margin-inline: auto; font-size: clamp(48px,6vw,88px); }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 25px auto 35px; color: var(--ink-soft); font-size: 18px; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; border-top: 1px solid var(--line-strong); background: white; padding: 38px clamp(22px,5vw,76px); }
.footer-brand p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.copyright { margin: 0; color: var(--ink-soft); font-family: var(--mono); font-size: 11px; }

.contact-main { display: grid; min-height: calc(100vh - 82px); grid-template-columns: minmax(0,.86fr) minmax(580px,1.14fr); background: var(--ink); }
.contact-intro { padding: clamp(75px,8vw,120px) clamp(28px,6vw,100px); color: white; }
.contact-intro h1 { margin: 20px 0 30px; font-size: clamp(52px,6.7vw,94px); font-weight: 740; letter-spacing: -.06em; line-height: .98; }
.contact-intro > p:not(.eyebrow) { max-width: 620px; margin: 0; color: #b8c6c1; font-size: 19px; }
.contact-direct { margin-top: 64px; }
.contact-direct small, .contact-direct a { display: block; }
.contact-direct small { color: #a9b7b2; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { margin-top: 7px; color: #ffbc78; font-size: 20px; font-weight: 700; }
.contact-form-panel { background: var(--canvas); padding: clamp(70px,8vw,115px) clamp(28px,7vw,115px); }
.form-heading span { color: var(--orange); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h2 { max-width: 650px; margin: 12px 0 16px; font-size: clamp(40px,4.4vw,64px); font-weight: 720; letter-spacing: -.05em; line-height: 1; }
.form-heading p { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 17px; }
.form-heading p a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 42px; }
.contact-form label { display: block; }
.contact-form label:nth-child(5), .contact-form label:nth-child(6), .contact-form .button, .form-note { grid-column: 1 / -1; }
.contact-form label > span { display: block; margin-bottom: 7px; color: var(--ink-soft); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-form label > span small { color: #7f8a86; font: inherit; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 8px; background: white; padding: 13px 14px; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { min-height: 170px; resize: vertical; }
.contact-form .button { justify-self: start; margin-top: 6px; }
.contact-form .button:disabled { cursor: wait; opacity: .72; }
.contact-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-note { margin: -7px 0 0; color: var(--ink-soft); font-size: 14px; }
.form-note-success { color: var(--green); font-weight: 750; }
.form-note-error { color: #a84538; font-weight: 750; }
.site-footer-dark { border-top-color: rgba(255,255,255,.13); background: var(--ink); color: white; }
.site-footer-dark .footer-brand p, .site-footer-dark .copyright { color: #aebbb6; }
.footer-home { color: #ffbc78; font-size: 12px; font-weight: 700; }

@media (max-width: 1180px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 950px; }
  .product-scene { width: min(900px,100%); margin: 0 auto; }
  .product-window { right: 0; width: 95%; }
  .scene-card-fit { left: 0; }
  .possibility-section, .how-section { grid-template-columns: 1fr; }
  .fit-comparison { max-width: 850px; }
  .how-intro { position: static; }
  .landscape-product, .custom-fit-product { grid-template-columns: 1fr; }
  .landscape-ui { width: calc(100% - 45px); margin-left: 45px; transform: none; border-radius: 16px 0 0 0; }
  .personalization-map { min-height: 520px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .contact-main { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .site-header { min-height: 76px; padding: 14px 20px; }
  .brand-logo { width: 148px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--canvas); color: var(--ink); padding: 18px 22px 24px; }
  .site-header-dark .site-nav { background: var(--ink); color: white; }
  .site-nav.is-open { display: grid; gap: 6px; }
  .site-nav a { padding: 9px 4px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: 0; padding-top: 65px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .audience-strip { grid-template-columns: 1fr; }
  .audience-strip div { justify-content: flex-start; flex-wrap: wrap; }
  .problem-heading, .section-heading, .managed-copy { grid-template-columns: 1fr; gap: 25px; }
  .problem-heading .eyebrow, .managed-copy .eyebrow { grid-column: auto; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .managed-services { grid-template-columns: 1fr 1fr; }
  .managed-services div:nth-child(2) { border-right: 0; }
  .managed-services div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .site-footer { grid-template-columns: 1fr; gap: 23px; }
}

@media (max-width: 650px) {
  .section { padding-block: 82px; }
  .hero h1 { font-size: clamp(48px,14vw,66px); }
  .product-scene { min-height: 455px; margin-top: 5px; }
  .product-window { top: 30px; right: -45%; width: 145%; transform: scale(.83); transform-origin: top left; }
  .scene-card { display: none; }
  .audience-strip div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: 210px; }
  .business-flow { align-items: stretch; flex-direction: column; }
  .offer-path { align-items: stretch; flex-direction: column; }
  .offer-path i { width: 1px; min-height: 12px; flex: none; align-self: center; }
  .business-flow i { width: 1px; min-height: 14px; flex: none; align-self: center; }
  .forced-flow { transform: none; }
  .forced-flow span:nth-of-type(2), .forced-flow span:nth-of-type(3) { transform: none; }
  .landscape-ui { width: calc(100% - 18px); margin-left: 18px; }
  .landscape-body { grid-template-columns: 1fr; }
  .property-image { height: 190px; }
  .custom-fit-product { min-width: 0; }
  .personalization-map { min-height: 600px; }
  .foundation-core { width: 210px; }
  .personal-module { min-width: 125px; max-width: 150px; }
  .module-one { top: 40px; left: 7%; }
  .module-two { top: 110px; right: 5%; }
  .module-three { right: 5%; bottom: 95px; }
  .module-four { bottom: 35px; left: 5%; }
  .personal-module::after { display: none; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 245px; }
  .outcome-grid h3 { margin-top: 42px; }
  .how-steps li { grid-template-columns: 36px 1fr; gap: 10px; }
  .managed-services { grid-template-columns: 1fr; }
  .managed-services div, .managed-services div:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .managed-services div:last-child { border-bottom: 0; }
  .ownership-statement { align-items: flex-start; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
