:root {
  --ink: #102019;
  --muted: #65716b;
  --green: #168b5d;
  --green-dark: #073c2c;
  --green-deep: #04281e;
  --mint: #e8f6ef;
  --cream: #f7f7f2;
  --line: rgba(15, 46, 35, .13);
  --white: #fff;
  --radius: 26px;
  --shadow: 0 32px 90px rgba(5, 49, 35, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme:light; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.site-deck { height:100vh; height:100svh; overflow:hidden; }
body.site-deck main { height:100vh; height:100svh; overflow:hidden; }
body.site-deck main > section:not(.hero) { display:none; }
body.site-deck footer { display:none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 34px)); height: 68px; padding: 0 15px 0 18px; display: flex; align-items: center; gap: 42px; color: #ecfff5; background: rgba(5, 44, 32, .78); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 12px 50px rgba(0,0,0,.14); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 500; white-space: nowrap; }
.brand strong { font-weight: 800; }
.brand-mark { width: 38px; height: 38px; flex:0 0 auto; object-fit:cover; border-radius:11px; box-shadow:0 2px 8px rgba(0,0,0,.12); }
.desktop-nav { margin: 0 auto; display: flex; gap: 28px; font-size: 14px; color: rgba(239,255,247,.72); }
.desktop-nav a { padding:9px 11px; border-radius:10px; transition:color .2s ease, background .2s ease; }
.desktop-nav a:hover { color:#fff; background:rgba(255,255,255,.06); }
.desktop-nav a.active { color:#fff; background:rgba(255,255,255,.12); }
.desktop-nav a:focus-visible, .brand:focus-visible, .header-cta:focus-visible, .menu-button:focus-visible { outline:2px solid #9ce8c2; outline-offset:3px; }
a:focus-visible, button:focus-visible, select:focus-visible { outline:2px solid #168b5d; outline-offset:3px; }

body.section-view main { display:flex; min-height:0; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; overscroll-behavior-x:contain; scrollbar-width:none; }
body.section-view main::-webkit-scrollbar { display:none; }
body.section-view main > .hero { display:none; }
body.section-view.measuring-hero main > .hero { position:absolute; inset:0; display:flex; visibility:hidden; pointer-events:none; }
body.section-view main > section.section-active { width:100vw !important; height:100vh; height:100svh; min-height:0; padding-top:112px; padding-bottom:70px; display:block; flex:0 0 100vw; overflow-x:hidden; overflow-y:auto; scroll-snap-align:start; scroll-snap-stop:always; }
body.section-view main > section.workflow.section-active { padding-top:112px; padding-bottom:70px; }
body.section-view main > section.principles.section-active { display:grid; }
body.section-view main > section.section-active .reveal { opacity:1; transform:none; }

/* One-screen presentation system */
body.section-view main > section.section-active {
  margin:0;
  padding-left:max(24px, calc((100vw - 1180px) / 2));
  padding-right:max(24px, calc((100vw - 1180px) / 2));
}
body.section-view .section-label { margin-bottom:20px; }
body.section-view .overview-intro { grid-template-columns:1fr; gap:0; }
body.section-view .overview-intro h2,
body.section-view .statement h2,
body.section-view .workflow h2,
body.section-view .impact-heading h2,
body.section-view .principles h2,
body.section-view .pricing h2 { font-size:clamp(38px,4vw,58px); }
body.section-view .overview-intro h2 { max-width:960px; }
body.section-view .overview-title-accent { color:inherit; }
body.section-view .overview-intro > p,
body.section-view .statement-copy,
body.section-view .impact-heading p,
body.section-view .principles-intro p { font-size:15px; }
body.section-view .overview-kicker { margin-bottom:12px; }
body.section-view .overview-subtitle { margin:28px 0 0; color:#4e9f7b; font-size:16px; font-weight:600; line-height:1.4; letter-spacing:-.015em; }
body.section-view .overview-subtitle strong { font-weight:600; }
body.section-view .overview-subtitle span { color:inherit; }
body.section-view .delivery-panel { margin-top:32px; padding:16px; display:grid; grid-template-columns:280px minmax(0,1fr); gap:12px; background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:0 22px 65px rgba(5,49,35,.08); }
body.section-view .delivery-title { aspect-ratio:1; min-width:0; padding:22px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:12px; color:#effff6; background:#0b503c; border-radius:19px; }
body.section-view .delivery-title span { font-size:20px; line-height:1.12; }
body.section-view .delivery-title p { max-width:none; margin:0; color:rgba(239,255,246,.66); font-size:12px; line-height:1.55; text-align:left; }
body.section-view .delivery-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:repeat(2,minmax(0,1fr)); gap:12px; }
body.section-view .delivery-grid article { min-width:0; min-height:0; padding:18px; display:flex; flex-direction:row; align-items:center; gap:16px; background:#f7faf8; border:1px solid var(--line); border-radius:19px; box-shadow:none; }
body.section-view .delivery-icon { width:62px; height:62px; margin-bottom:0; border-radius:16px; }
body.section-view .delivery-icon img { width:54px; height:54px; }
body.section-view .delivery-grid h3 { margin:0 0 8px; font-size:16px; }
body.section-view .delivery-grid p { font-size:12px; line-height:1.6; }
body.section-view .business-bar { margin-top:12px; padding:18px 22px; gap:18px; border-radius:18px; }
body.section-view .business-title { font-size:17px; }
body.section-view .statement-grid { grid-template-columns:1fr; gap:0; align-items:start; }
body.section-view .statement .section-label { margin-bottom:12px; font-size:12px; font-weight:800; letter-spacing:.15em; }
body.section-view .statement h2 { max-width:960px; line-height:1.04; }
body.section-view .statement h2 span { color:#82908a; }
body.section-view .statement-copy { font-size:14px; text-align:justify; text-justify:inter-word; }
body.section-view .statement-copy p { text-align-last:left; }
body.section-view .product-stage { margin-top:28px; border-radius:22px; }
body.section-view .statement.section-active { padding-bottom:110px; }
body.section-view .stage-toolbar { height:54px; }
body.section-view .stage-image { height:auto; aspect-ratio:32/19; }
body.section-view .statement.section-active .stage-image { height:auto; aspect-ratio:32/19; }
body.section-view .statement.section-active .stage-image img { object-fit:contain; object-position:center center; background:#f4f6f5; }
body.section-view .stage-caption { padding:14px 20px; }
body.section-view .capabilities-heading { margin-bottom:24px; display:grid; grid-template-columns:1fr; gap:0; align-items:start; }
body.section-view .capabilities.section-active { padding-bottom:110px; }
body.section-view .capabilities-heading h2 { margin:0; font-size:clamp(38px,4vw,58px); line-height:1.06; font-weight:600; letter-spacing:-.045em; }
body.section-view .capabilities-heading h2 span { color:#82908a; }
body.section-view .capabilities-heading p.capabilities-subtitle { margin:28px 0 0; color:#4e9f7b; font-size:16px; font-weight:600; line-height:1.4; letter-spacing:-.015em; }
body.section-view .capability-grid { min-height:calc(100svh - 330px); grid-template-columns:1fr 1.12fr; gap:12px; }
body.section-view .feature { min-height:0; border-radius:20px; }
body.section-view .feature-copy { padding:28px 34px; }
body.section-view .feature-copy h3 { margin:7px 0 12px; font-size:clamp(27px,2.7vw,38px); }
body.section-view .feature-copy > p:not(.mini-label) { margin:0; font-size:14px; }
body.section-view .feature-copy ul { margin-top:18px; }
body.section-view .demand-card { color:#102019; background:#fff; border:1px solid var(--line); }
body.section-view .demand-card .mini-label { color:var(--green); }
body.section-view .demand-card > p.auto-fit-lead { color:#254f40; font-weight:650; line-height:1.45; }
body.section-view .demand-card > p.auto-fit-detail { margin-top:9px; color:var(--muted); line-height:1.5; }
body.section-view .forecast-flow { margin-top:16px; padding:11px 12px; display:flex; align-items:center; justify-content:space-between; gap:6px; color:#53645d; background:#f4f8f6; border:1px solid #dce9e2; border-radius:12px; }
body.section-view .forecast-flow span { font-size:10px; font-weight:700; line-height:1.25; text-align:center; }
body.section-view .forecast-flow i { color:#38a975; font-size:12px; font-style:normal; }
body.section-view .forecast-flow .auto-fit-node { padding:6px 8px; color:#0b5b3e; background:#dff5e9; border-radius:8px; }
body.section-view .demand-card .decision-options { width:100%; margin-top:12px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
body.section-view .demand-card .decision-options li { min-width:0; padding:8px 9px; display:flex; align-items:center; justify-content:center; color:#2c5e4b; background:var(--mint); border:1px solid #dce9e2; font-size:10px; line-height:1.25; text-align:center; }
body.section-view .feature-image.small { min-height:0; }
body.section-view .seasonal-card { position:relative; padding:8px; background:#fff; border:1px solid var(--line); }
body.section-view .seasonal-card img { position:absolute; top:50%; left:8px; width:calc(100% - 16px); height:auto; object-fit:contain; object-position:center; transform:translateY(-50%); }
body.section-view .planning-book-card { background:#fff; border:1px solid var(--line); }
body.section-view .planning-book-card img { width:100%; height:100%; object-fit:contain; object-position:center; }
body.section-view .feature-copy.inverse > p strong { color:#effff6; font-weight:700; }
body.section-view .feature-copy.inverse > p + .metric { margin-top:16px; }
body.section-view .workflow-heading { grid-template-columns:1fr; gap:0; }
body.section-view .workflow-list { margin-top:28px; }
body.section-view .workflow-row { min-height:92px; }
body.section-view .workflow-row h3 { margin-bottom:4px; font-size:18px; }
body.section-view .workflow-row p { font-size:12px; line-height:1.5; }
body.section-view .cycle-strip { margin-top:22px; padding:15px 24px; }
body.section-view .impact-heading { grid-template-columns:1fr; gap:0; }
body.section-view .impact-heading .overview-kicker { color:var(--green); font-size:12px; line-height:normal; }
body.section-view .impact-heading h2 { max-width:960px; line-height:1.04; }
body.section-view .impact-subtitle { max-width:850px; }
body.section-view .impact-business { margin-top:32px; min-height:250px; padding:30px; gap:0; align-items:center; }
body.section-view .impact-business .business-intro { min-width:0; align-self:center; }
body.section-view .impact-business .business-intro > span { height:93px; display:flex; align-items:flex-start; color:#72d9a3; font-size:10px; font-weight:800; line-height:1.2; letter-spacing:.14em; text-transform:uppercase; }
body.section-view .impact-business .business-title { max-width:180px; font-size:23px; }
body.section-view .impact-business article { position:relative; padding-left:24px; display:block; }
body.section-view .impact-business article::before { content:""; position:absolute; top:0; bottom:0; left:0; width:1px; background:rgba(239,255,246,.11); }
body.section-view .impact-business article img { width:58px; height:58px; margin-bottom:20px; object-fit:contain; }
body.section-view .impact-business strong { margin-bottom:10px; font-size:16px; }
body.section-view .impact-business p { font-size:12px; line-height:1.6; }
body.section-view .impact-grid { margin-top:34px; }
body.section-view .impact-grid article { min-height:230px; padding-top:24px; }
body.section-view .impact-icon { width:66px; height:66px; margin-bottom:18px; }
body.section-view .impact-grid strong { min-height:38px; margin-bottom:10px; font-size:18px; }
body.section-view .alternative-heading { max-width:1180px; margin:0 0 36px; font-size:clamp(34px,3.5vw,48px); line-height:1.02; font-weight:600; letter-spacing:-.045em; }
body.section-view .alternative-heading span { color:#82908a; }
body.section-view .alternative-layout { height:400px; display:grid; grid-template-columns:minmax(0,458px) minmax(0,1fr); gap:32px; align-items:stretch; }
body.section-view .alternative-intro { min-height:0; padding:38px 42px; display:flex; flex-direction:column; justify-content:flex-end; color:#effff6; background:#0b503c; border-radius:24px; }
body.section-view .alternative-intro h2 { margin:0; font-size:clamp(38px,4vw,58px); line-height:1.02; font-weight:600; letter-spacing:-.045em; }
body.section-view .alternative-intro h2 span { color:#79dba7; }
body.section-view .alternative-intro p { max-width:430px; margin:28px 0 0; color:rgba(239,255,246,.65); font-size:15px; line-height:1.65; }
body.section-view .alternative-grid { min-height:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:repeat(2,minmax(0,1fr)); gap:12px; }
body.section-view .alternative-grid article { min-height:0; padding:23px 28px; display:flex; flex-direction:column; justify-content:flex-end; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 14px 38px rgba(5,49,35,.045); }
body.section-view .alternative-grid article > .alternative-icon { width:68px; height:68px; margin:-5px 0 auto -5px; display:grid; place-items:center; }
body.section-view .alternative-icon svg { width:64px; height:64px; overflow:visible; filter:drop-shadow(0 8px 10px rgba(8,77,54,.13)); }
body.section-view .alternative-icon .icon-shadow { fill:#b8dfcc; opacity:.46; }
body.section-view .alternative-icon .icon-surface { fill:#dff5e9; stroke:#16935f; stroke-width:1.5; }
body.section-view .alternative-icon .icon-light { fill:#f3fff8; stroke:#16935f; stroke-width:1.35; }
body.section-view .alternative-icon .icon-panel { fill:#b8ead0; stroke:#16935f; stroke-width:1.25; }
body.section-view .alternative-icon .icon-dark { fill:#168b5d; }
body.section-view .alternative-icon .icon-mint { fill:#b9f1d3; }
body.section-view .alternative-icon .icon-accent { fill:#08a95f; stroke:#087b49; stroke-width:1.3; }
body.section-view .alternative-icon .icon-check { fill:none; stroke:#effff6; stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round; }
body.section-view .alternative-icon .icon-play { fill:#effff6; }
body.section-view .alternative-icon .icon-speed { fill:none; stroke:#4ac78c; stroke-width:2.5; stroke-linecap:round; }
body.section-view .alternative-icon .icon-stroke { fill:none; stroke:#087b49; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
body.section-view .alternative-icon .icon-bars { fill:#5bd69a; stroke:#168b5d; stroke-width:1.1; }
body.section-view .alternative-icon .icon-growth { fill:none; stroke:#087b49; stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round; }
body.section-view .alternative-icon .icon-window { fill:rgba(255,255,255,.66); stroke:#087b49; stroke-width:1.45; stroke-linejoin:round; }
body.section-view .contact-heading h2 { max-width:960px; margin:0; font-size:clamp(38px,4vw,58px); line-height:1.04; font-weight:600; letter-spacing:-.045em; }
body.section-view .contact-heading h2 span { color:#82908a; }
body.section-view .contact-subtitle { margin-top:28px; }
body.section-view .contact-grid { margin-top:32px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
body.section-view .contact-grid article { min-height:210px; padding:39px 30px 41px; display:grid; grid-template-columns:68px 1fr; grid-template-rows:auto auto auto 1fr; column-gap:22px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 18px 48px rgba(5,49,35,.055); }
body.section-view .contact-icon { grid-row:1/5; width:62px; height:62px; display:grid; place-items:center; color:#168b5d; background:#eaf8f1; border:1px solid #d5eadf; border-radius:17px; }
body.section-view .contact-icon svg { width:38px; height:38px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
body.section-view .contact-label { margin:0 0 8px; color:var(--green); font-size:10px; font-weight:800; line-height:1.2; letter-spacing:.14em; text-transform:uppercase; }
body.section-view .contact-grid h3 { margin:0 0 8px; font-size:25px; line-height:1.12; letter-spacing:-.03em; }
body.section-view .contact-grid article > p:not(.contact-label) { max-width:440px; margin:0 0 18px; color:var(--muted); font-size:13px; line-height:1.55; }
body.section-view .contact-grid article > a { align-self:end; color:#087b49; font-size:14px; font-weight:700; }
body.section-view .contact-grid article > a span { margin-left:5px; }
body.section-view .contact-app { margin-top:12px; padding:14px 18px 14px 30px; display:flex; align-items:center; justify-content:space-between; gap:24px; background:#f0f7f3; border:1px solid var(--line); border-radius:18px; }
body.section-view .contact-app-identity { display:grid; grid-template-columns:68px auto; align-items:center; gap:22px; }
body.section-view .contact-app img { width:42px; height:42px; justify-self:center; border-radius:10px; }
body.section-view .contact-app-identity > span { display:flex; flex-direction:column; gap:3px; }
body.section-view .contact-app strong { font-size:14px; }
body.section-view .contact-app small { color:var(--muted); font-size:11px; }
body.section-view .contact-resources { display:flex; align-items:center; gap:8px; }
body.section-view .contact-resources a { min-height:42px; padding:0 17px; display:inline-flex; align-items:center; gap:7px; color:#087b49; background:#fff; border:1px solid #cfe1d7; border-radius:12px; font-size:13px; font-weight:700; transition:background .2s ease,border-color .2s ease,transform .2s ease; }
body.section-view .contact-resources a:hover { background:#e6f5ed; border-color:#afd3bf; transform:translateY(-1px); }
body.section-view .alternative-grid h3 { margin:22px 0 8px; font-size:20px; letter-spacing:-.025em; }
body.section-view .alternative-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.55; }
body.section-view .principles { gap:74px; align-items:center; }
body.section-view .principles-intro { position:static; }
body.section-view .principle-cards article { min-height:0; padding:12px 0; }
body.section-view .principle-cards article:first-child { border-top:0; }
body.section-view .principle-cards h3 { margin:10px 0 5px; font-size:20px; }
body.section-view .principle-cards p { font-size:13px; line-height:1.5; }
body.section-view .pricing-panel { min-height:calc(100svh - 182px); padding:50px 56px; gap:64px; border-radius:26px; }
body.section-view .pricing-panel > * { position:relative; z-index:1; }
body.section-view .pricing h2 { max-width:1050px; font-size:clamp(58px,5.7vw,88px); line-height:.97; font-weight:600; letter-spacing:-.045em; }
body.section-view .pricing-copy { max-width:670px; color:rgba(235,255,244,.72); font-size:17px; line-height:1.58; }
body.section-view main > section.pricing.section-active { padding:0; }
body.section-view .pricing.section-active .pricing-panel {
  min-height:100svh;
  padding:0 max(24px, calc((100vw - 1180px) / 2));
  grid-template-columns:minmax(0,1fr) 390px;
  gap:76px;
  align-items:stretch;
  border-radius:0;
}
body.section-view .pricing.section-active .pricing-panel > div:first-child {
  padding-top:var(--hero-content-top, calc(26.6667svh - 10px));
}
body.section-view .pricing.section-active .price-card { align-self:center; }
body.section-view .closing.section-active { padding-top:112px; display:flex; }
body.section-view .closing .closing-content { width:min(1180px,100%); }
.deck-controls { position:fixed; z-index:60; left:50%; bottom:18px; transform:translate(-50%,12px); padding:5px; display:flex; align-items:center; gap:5px; color:#eafff3; background:rgba(5,44,32,.9); border:1px solid rgba(255,255,255,.16); border-radius:14px; box-shadow:0 12px 32px rgba(0,0,0,.18); -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px); opacity:0; pointer-events:none; transition:opacity .2s ease, transform .2s ease; }
.deck-controls.visible { opacity:1; transform:translate(-50%,0); pointer-events:auto; }
.deck-controls button { width:38px; height:34px; padding:0; color:#effff6; background:transparent; border:0; border-radius:10px; cursor:pointer; }
.deck-controls button:hover:not(:disabled), .deck-controls button:focus-visible { background:rgba(255,255,255,.11); }
.deck-controls button:disabled { opacity:.3; cursor:default; }
.deck-status { min-width:48px; text-align:center; color:rgba(239,255,246,.72); font-size:11px; font-weight:750; letter-spacing:.08em; }
.header-cta { padding: 12px 17px; color: #082b20; background: #e6fff1; border-radius: 13px; font-size: 13px; font-weight: 700; }
.menu-button { display:none; margin-left:auto; width:42px; height:42px; background:transparent; border:0; }
.menu-button span { display:block; width:21px; height:2px; margin:5px auto; background:#fff; }

.hero { position:relative; min-height:100vh; min-height:100svh; padding:118px 0 42px; display:flex; align-items:center; overflow:hidden; color:#f1fff7; background:var(--green-deep); }
.hero-art, .hero-shade { position:absolute; inset:0; }
.hero-art img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.86) contrast(1.05); }
.hero-shade { background: linear-gradient(90deg, rgba(1,26,19,.98) 0%, rgba(2,33,24,.92) 31%, rgba(3,39,28,.48) 58%, rgba(1,25,18,.12) 100%), linear-gradient(0deg, rgba(2,29,21,.68) 0%, transparent 45%); }
.hero-content { position:relative; z-index:2; width:min(1180px, calc(100% - 48px)); margin:auto; }
.eyebrow { margin:0 0 20px; display:flex; align-items:center; gap:11px; color:#9ce8c2; font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.eyebrow span { width:28px; height:1px; background:currentColor; }
.hero h1, h2 { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; letter-spacing:-.045em; }
.hero h1 { max-width:1050px; margin:0; font-size:clamp(58px, 5.7vw, 88px); line-height:.97; font-weight:600; }
.hero h1 em, .closing h2 em { color:#7de7ad; font-style:normal; }
.hero-copy { max-width:670px; margin:22px 0 24px; color:rgba(235,255,244,.72); font-size:17px; line-height:1.58; }
.hero-actions { display:flex; gap:12px; }
.button { min-height:50px; padding:0 22px; display:inline-flex; align-items:center; justify-content:center; gap:10px; border:1px solid transparent; border-radius:14px; font-size:14px; font-weight:700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color:#fff; background:var(--green); }
.button.ghost { color:#eafff3; background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.18); }
.play { width:24px; height:24px; display:grid; place-items:center; padding-left:2px; border:1px solid rgba(255,255,255,.32); border-radius:50%; font-size:8px; }
.hero-proof { max-width:1180px; margin-top:38px; padding-top:20px; display:grid; grid-template-columns:repeat(4,1fr); gap:30px; border-top:1px solid rgba(255,255,255,.14); }
.hero-proof div { display:flex; flex-direction:column; gap:5px; }
.hero-proof strong { font-size:14px; font-weight:700; }
.hero-proof span { color:rgba(234,255,243,.52); font-size:12px; }

.overview { padding-bottom:36px; }
.overview-intro { display:grid; grid-template-columns:1.25fr .75fr; gap:90px; align-items:end; }
.overview-intro h2 { max-width:760px; margin:0; font-size:clamp(45px,5.1vw,72px); line-height:1.04; font-weight:600; }
.overview-intro>p { margin:0 0 5px; color:var(--muted); font-size:18px; line-height:1.7; }
.overview-kicker { margin:0 0 20px; color:var(--green); font-size:12px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.delivery-panel { margin-top:72px; padding:34px; display:grid; grid-template-columns:270px 1fr; gap:36px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:0 22px 65px rgba(5,49,35,.08); }
.delivery-title { padding:15px 14px; }
.delivery-title span { font-size:22px; font-weight:750; letter-spacing:-.025em; }
.delivery-title p { margin:18px 0 0; color:var(--muted); font-size:13px; line-height:1.65; }
.delivery-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.delivery-grid article { min-height:156px; padding:22px; display:flex; gap:18px; align-items:center; background:#f7faf8; border:1px solid var(--line); border-radius:17px; }
.delivery-icon { width:68px; height:68px; flex:0 0 auto; display:grid; place-items:center; background:linear-gradient(145deg,#f0fbf5,#e3f5eb); border:1px solid #d9eee2; border-radius:17px; }
.delivery-icon img { width:58px; height:58px; object-fit:contain; }
.delivery-grid h3 { margin:2px 0 8px; font-size:17px; }
.delivery-grid p { margin:0; color:var(--muted); font-size:12px; line-height:1.55; }
.business-bar { margin-top:18px; padding:30px 32px; display:grid; grid-template-columns:1.2fr repeat(4,1fr); gap:26px; align-items:start; background:#0a4332; border-radius:22px; color:#effff6; }
.business-title { max-width:160px; font-size:20px; font-weight:700; line-height:1.2; letter-spacing:-.02em; }
.business-bar article { display:flex; gap:11px; }
.business-bar article>span { color:#76dca5; font-size:10px; font-weight:800; }
.business-bar strong { display:block; margin-bottom:7px; font-size:13px; }
.business-bar p { margin:0; color:rgba(239,255,246,.56); font-size:11px; line-height:1.5; }

.section { width:min(1180px, calc(100% - 48px)); margin:0 auto; padding:118px 0; }
.section-label { margin-bottom:42px; color:var(--green); font-size:11px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.section-label.light { color:#79dba7; }
.statement-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:end; }
.statement h2, .workflow h2, .principles h2, .pricing h2 { margin:0; font-size:clamp(46px, 5.2vw, 74px); line-height:1.06; font-weight:600; }
h2 span { color:#82908a; }
.statement-copy { color:var(--muted); font-size:17px; line-height:1.7; }
.statement-copy p { margin:0 0 14px; }
.product-stage { margin-top:72px; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow); }
.stage-toolbar { height:72px; padding:0 22px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-bottom:1px solid var(--line); }
.window-dots { display:flex; gap:7px; }
.window-dots i { width:10px; height:10px; border-radius:50%; background:#ff655d; }
.window-dots i:nth-child(2){ background:#ffbd35; }.window-dots i:nth-child(3){background:#33c563;}
.stage-tabs { grid-column:2; display:flex; gap:6px; padding:5px; background:#f1f4f2; border-radius:12px; }
.stage-tabs button { padding:8px 13px; color:#707a75; background:transparent; border:0; border-radius:9px; cursor:pointer; font-size:12px; }
.stage-tabs button.active { color:#0d533b; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.06); }
.stage-tabs button:focus { outline:none; }
.stage-tabs button:focus-visible { box-shadow:0 0 0 2px #79dba7; }
.stage-select-label,.stage-select { display:none; }
.version { grid-column:3; justify-self:end; color:#9ca49f; font-size:11px; }
.stage-image { position:relative; aspect-ratio:32/19; overflow:hidden; background:#f4f6f5; }
.stage-image img { position:absolute; inset:0 auto auto 0; width:100%; height:auto; object-fit:contain; object-position:center center; transform:translateY(-5%); transition:opacity .2s ease; }
.stage-image::after { content:""; position:absolute; z-index:2; top:0; right:0; width:8.5%; height:7%; background:#fbfcfb; pointer-events:none; }
.stage-caption { padding:20px 24px; display:flex; gap:24px; align-items:center; border-top:1px solid var(--line); }
.stage-caption span { align-self:stretch; display:flex; align-items:center; color:var(--green); font-size:10px; font-weight:800; line-height:1.3; letter-spacing:.14em; text-transform:uppercase; }
.stage-caption strong { display:flex; align-items:center; min-height:1.3em; font-size:14px; font-weight:600; line-height:1.3; }

.workflow { width:100%; padding:118px max(24px, calc((100% - 1180px)/2)); color:#eefbf4; background:#073c2c; }
.workflow-heading { display:grid; grid-template-columns:1fr; gap:0; align-items:end; }
.workflow-heading h2 span { color:#66bd8d; }
.workflow-heading p { margin:0; color:rgba(235,255,244,.61); line-height:1.7; }
.workflow-list { margin-top:70px; border-top:1px solid rgba(255,255,255,.13); }
.workflow-row { min-height:154px; display:grid; grid-template-columns:54px 1fr 190px; gap:24px; align-items:center; border-bottom:1px solid rgba(255,255,255,.13); }
.step { color:rgba(255,255,255,.35); font-size:11px; }
.step-icon { width:48px; height:48px; display:grid; place-items:center; color:#8be1b1; background:rgba(125,231,173,.08); border:1px solid rgba(125,231,173,.2); border-radius:15px; font-size:22px; }
.step-icon svg { width:27px; height:27px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.workflow-row h3 { margin:0 0 8px; font-size:21px; font-weight:600; }
.workflow-row p { max-width:650px; margin:0; color:rgba(235,255,244,.56); font-size:14px; line-height:1.6; }
.step-result { justify-self:end; color:#8be1b1; font-size:12px; font-weight:700; }
.cycle-strip { margin-top:56px; padding:24px 30px; display:flex; justify-content:space-between; align-items:center; color:#dffff0; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.12); border-radius:18px; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.cycle-strip i { color:#62bd8b; font-style:normal; }

.impact-heading { display:grid; grid-template-columns:1fr 370px; gap:70px; align-items:end; }
.impact-heading h2 { margin:0; font-size:clamp(46px,5.2vw,74px); line-height:1.06; font-weight:600; }
.impact-heading p { margin:0; color:var(--muted); font-size:17px; line-height:1.7; }
.impact-grid { margin-top:66px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.impact-grid article { min-height:265px; padding:30px 28px 32px 0; }
.impact-grid article + article { padding-left:28px; border-left:1px solid var(--line); }
.impact-icon { width:76px; height:76px; margin-bottom:24px; display:block; object-fit:contain; }
.impact-grid strong { display:block; min-height:48px; margin-bottom:18px; font-size:20px; font-weight:700; letter-spacing:-.025em; }
.impact-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }

.capability-grid { display:grid; grid-template-columns:1fr 1.15fr; gap:18px; }
.capabilities-heading { display:grid; grid-template-columns:1fr 380px; gap:70px; align-items:end; }
.capabilities-heading h2 { margin:0; font-size:clamp(46px,5.2vw,74px); line-height:1.06; font-weight:600; }
.capabilities-heading p { margin:0; color:var(--muted); font-size:17px; line-height:1.7; }
.feature { min-height:440px; overflow:hidden; border-radius:var(--radius); }
.feature-copy { padding:50px; display:flex; flex-direction:column; justify-content:center; background:#fff; border:1px solid var(--line); }
.feature-copy h3 { max-width:520px; margin:10px 0 18px; font-size:clamp(32px,3.4vw,48px); font-weight:600; line-height:1.12; letter-spacing:-.04em; }
.feature-copy>p:not(.mini-label) { color:var(--muted); line-height:1.7; }
.mini-label { color:var(--green); font-size:11px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.feature-copy ul { margin:28px 0 0; padding:0; display:flex; flex-wrap:wrap; gap:8px; list-style:none; }
.feature-copy li { padding:9px 12px; color:#2c5e4b; background:var(--mint); border-radius:9px; font-size:12px; font-weight:600; }
.feature-image { background:#eaf1ed; }
.feature-image img { width:100%; height:100%; object-fit:cover; object-position:top left; }
.feature-image.small { min-height:410px; }
.feature-copy.inverse { color:#effff6; background:#0b4936; border:0; }
.feature-copy.inverse>p:not(.mini-label) { color:rgba(239,255,246,.62); }
.metric { padding:14px 0; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.13); }
.metric strong { font-size:13px; }.metric span { color:rgba(255,255,255,.55); font-size:12px; }

.principles { display:grid; grid-template-columns:1fr 1fr; gap:110px; align-items:start; }
.principles-intro { position:sticky; top:130px; }
.principles-intro p { max-width:480px; color:var(--muted); font-size:17px; line-height:1.7; }
.principle-cards article { min-height:230px; padding:36px 0; border-top:1px solid var(--line); }
.principle-cards span { color:var(--green); font-size:11px; font-weight:800; }
.principle-cards h3 { margin:36px 0 12px; font-size:27px; font-weight:600; }
.principle-cards p { max-width:500px; margin:0; color:var(--muted); line-height:1.7; }

.pricing-panel { padding:64px; display:grid; grid-template-columns:1fr 390px; gap:80px; align-items:center; color:#eafff3; background:var(--green-deep); border-radius:32px; overflow:hidden; position:relative; }
.pricing-panel::before { content:""; position:absolute; inset:0; background:url("assets/foresee-growth.png") center/cover no-repeat; filter:saturate(.86) contrast(1.05); }
.pricing-panel::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(1,26,19,.98) 0%,rgba(2,33,24,.92) 31%,rgba(3,39,28,.48) 58%,rgba(1,25,18,.12) 100%),linear-gradient(0deg,rgba(2,29,21,.68) 0%,transparent 45%); pointer-events:none; }
.eyebrow.dark { color:#7ee3ad; }
.pricing h2 { font-size:clamp(42px,4.6vw,66px); }
.pricing h2 em { color:#7de7ad; font-style:normal; }
.pricing-copy { max-width:610px; color:rgba(235,255,244,.6); font-size:16px; line-height:1.7; }
.trial { margin-top:34px; color:rgba(235,255,244,.7); }
.trial strong { color:#fff; }
.price-card { position:relative; z-index:1; padding:34px; color:var(--ink); background:#fff; border-radius:22px; box-shadow:0 24px 50px rgba(0,0,0,.18); }
.price-card p { margin:0; font-weight:700; }
.price { margin:17px 0 0; font-size:66px; font-weight:700; letter-spacing:-.06em; }
.price span { font-size:30px; vertical-align:top; }
.per { display:block; margin:-3px 0 26px; color:var(--muted); font-size:12px; }
.button.full { width:100%; }
.price-card small { display:block; margin-top:16px; color:#7b8580; font-size:10px; line-height:1.5; }

.closing { position:relative; min-height:610px; display:flex; align-items:center; overflow:hidden; color:#fff; background:#052d22; }
.closing-art { position:absolute; inset:0; }
.closing-art img { width:100%; height:100%; object-fit:cover; filter:saturate(.8); }
.closing-art::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(2,27,19,.97),rgba(3,34,24,.64) 55%,rgba(2,30,21,.13)); }
.closing-content { position:relative; z-index:1; width:min(1180px,calc(100% - 48px)); margin:auto; }
.closing h2 { margin:0 0 34px; font-size:clamp(54px,6.6vw,90px); line-height:1; font-weight:600; }

footer { padding:48px max(24px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:center; background:#fff; }
.footer-brand { color:var(--ink); }
footer p { color:var(--muted); text-align:right; font-size:13px; }
.footer-links { display:flex; gap:22px; font-size:12px; font-weight:600; }
footer small { color:#909a95; text-align:right; }

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

@media (max-width: 900px) {
  .desktop-nav,.header-cta { display:none; }.menu-button{display:block}.site-header.open .desktop-nav{position:absolute;display:flex;flex-direction:column;gap:6px;left:0;right:0;top:78px;padding:16px;color:#fff;background:#073c2c;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.2)}.site-header.open .desktop-nav a{padding:13px 14px}
  .hero { min-height:850px; }.hero-content{margin-top:100px}.hero-proof{grid-template-columns:1fr;gap:18px;margin-top:50px}.hero-shade{background:linear-gradient(90deg,rgba(1,26,19,.97),rgba(2,33,24,.75)),linear-gradient(0deg,rgba(2,29,21,.65),transparent)}
  .overview-intro,.statement-grid,.workflow-heading,.impact-heading,.principles,.pricing-panel,.capabilities-heading { grid-template-columns:1fr; gap:40px; }.delivery-panel{grid-template-columns:1fr}.business-bar{grid-template-columns:1fr 1fr}.business-title{grid-column:1/-1;max-width:none}.principles-intro{position:static}.capability-grid{grid-template-columns:1fr}.workflow-row{grid-template-columns:48px 1fr}.step-result{display:none}.impact-grid{grid-template-columns:1fr 1fr}.impact-grid article:nth-child(3){border-left:0;border-top:1px solid var(--line);padding-left:0}.impact-grid article:nth-child(4){border-top:1px solid var(--line)}.stage-tabs button{font-size:0}.stage-tabs button::first-letter{font-size:12px}.pricing-panel{padding:42px}.price-card{max-width:440px}.section{padding:90px 0}
  body.section-view main > section.section-active { padding-top:100px; padding-bottom:70px; }
  body.section-view main > section.overview.section-active{padding-bottom:56px}
  body.section-view .delivery-panel{grid-template-columns:1fr}
  body.section-view .delivery-title{width:min(100%,280px)}
  body.section-view .delivery-title{align-items:flex-start;flex-direction:column;gap:10px}
  body.section-view .delivery-title p{text-align:left}
  body.section-view .overview-title-break{display:none}
  body.section-view .alternative-layout{height:auto;grid-template-columns:1fr;gap:12px}
  body.section-view .alternative-intro{min-height:280px}
  body.section-view .contact-grid{grid-template-columns:1fr}
  body.section-view .contact-app{align-items:flex-start;flex-direction:column}
  body.section-view .contact-resources{width:100%;flex-wrap:wrap}
}
@media (min-width: 901px) and (max-height: 800px) {
  .site-header{top:12px;height:60px}.hero{padding:92px 0 24px}.hero h1{max-width:900px;font-size:clamp(54px,5.2vw,68px)}.eyebrow{margin-bottom:14px}.hero-copy{margin:16px 0 18px;font-size:15px}.button{min-height:46px}.hero-proof{margin-top:24px;padding-top:16px}.hero-proof span{font-size:11px}
  body.section-view .pricing h2{max-width:900px;font-size:clamp(54px,5.2vw,68px)}
  body.section-view .pricing-copy{font-size:15px}
  body.section-view main > section.section-active{padding-top:96px;padding-bottom:20px}
  body.section-view main > section.workflow.section-active,body.section-view .closing.section-active{padding-top:96px;padding-bottom:16px}
  body.section-view .stage-image{height:36vh}
  body.section-view .statement.section-active .stage-image{height:auto;aspect-ratio:16/9}
  body.section-view .pricing-panel{min-height:calc(100svh - 116px)}
  body.section-view .pricing.section-active .pricing-panel{min-height:100svh;padding-top:0;padding-bottom:0}
}
@media (max-width: 560px) {
  body.section-view .demand-card .decision-options { grid-template-columns:1fr; }
  .site-header{top:10px;width:calc(100% - 20px)}.hero{min-height:900px}.hero-content,.section,.closing-content{width:calc(100% - 32px)}.hero h1{font-size:47px}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.delivery-panel{padding:20px}.delivery-grid{grid-template-columns:1fr}.business-bar{grid-template-columns:1fr}.stage-toolbar{padding:0 12px}.stage-tabs{display:none}.stage-select-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stage-select{grid-column:2;display:block;max-width:210px;padding:9px 34px 9px 12px;color:#0d533b;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:11px;font-weight:650}.version{display:none}.stage-caption{align-items:flex-start;flex-direction:column;gap:7px}.workflow{padding:85px 16px}.workflow-row{padding:26px 0;grid-template-columns:36px 1fr}.step-icon{display:none}.cycle-strip{padding:20px 16px;gap:9px;font-size:9px}.impact-grid{grid-template-columns:1fr}.impact-grid article,.impact-grid article+article,.impact-grid article:nth-child(3){padding:28px 0;border-left:0;border-top:1px solid var(--line)}.impact-grid article:first-child{border-top:0}.impact-grid strong{margin-bottom:22px}.feature-copy{padding:34px}.feature{min-height:360px}.pricing-panel{padding:30px 22px}.price{font-size:55px}footer{grid-template-columns:1fr}footer p,footer small{text-align:left}.footer-links{flex-wrap:wrap}
  body.section-view .delivery-panel{padding:12px;grid-template-columns:1fr}
  body.section-view .delivery-grid{grid-template-columns:1fr}
  body.section-view .contact-resources a{flex:1;justify-content:center}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none} }
