@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --ink: #17201c;
  --forest: #11261f;
  --forest-2: #18372d;
  --paper: #f1f0e9;
  --warm: #e6e0d4;
  --line: rgba(23, 32, 28, .18);
  --muted: #6e756f;
  --accent: #c54f3f;
  --amber: #d6a643;
  --white: #fbfbf7;
  --pad: clamp(22px, 4vw, 68px);
  --display: "Manrope", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: white; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.2);
  transition: background .35s, color .35s, height .35s, border-color .35s;
}
.site-header.scrolled { height: 64px; background: rgba(241,240,233,.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 600; letter-spacing: -.04em; }
.brand-name { font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: -.025em; }
.brand-note { margin-left: 6px; padding-left: 16px; border-left: 1px solid currentColor; opacity: .65; font-size: 11px; letter-spacing: .07em; }
.desktop-nav { display: flex; gap: 32px; font-size: 13px; }
.desktop-nav a { position: relative; opacity: .78; transition: opacity .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 10px 0 10px 18px; font-size: 13px; border-left: 1px solid currentColor; }
.header-cta span, .text-link span, .button span, .product-copy a span { display: inline-block; margin-left: 8px; transition: transform .25s; }
.header-cta:hover span, .text-link:hover span, .button:hover span, .product-copy a:hover span { transform: translate(4px,-4px); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  color: white;
  overflow: hidden;
  isolation: isolate;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -4; animation: heroZoom 1.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(7,18,15,.9) 0%, rgba(7,18,15,.72) 39%, rgba(7,18,15,.08) 72%), linear-gradient(0deg, rgba(7,18,15,.52), transparent 46%); }
.hero-grid { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 25vw 25vw; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-content { width: min(760px, 62vw); min-height: 100svh; padding: clamp(145px, 18vh, 210px) var(--pad) 128px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 600; }
.eyebrow span { display: inline-block; width: 18px; height: 2px; margin: 0 9px 3px 0; background: var(--accent); }
.hero-eyebrow { opacity: .72; animation: rise .75s .15s both; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5.8vw, 98px); line-height: .94; font-weight: 800; letter-spacing: -.065em; animation: rise .85s .22s both; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 570px; margin: 34px 0 0; font-size: clamp(17px, 1.38vw, 22px); line-height: 1.5; color: rgba(255,255,255,.78); animation: rise .8s .32s both; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; animation: rise .8s .42s both; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; cursor: pointer; font-weight: 500; transition: background .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: white; }
.button-accent:hover { background: #ad3e31; }
.text-link { display: inline-flex; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; }
.text-link.light { color: white; opacity: .86; }
.hero-signal { position: absolute; right: var(--pad); bottom: 74px; width: min(525px, 38vw); padding: 26px; background: rgba(15,34,28,.82); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(16px); animation: signalIn .9s .6s both; }
.signal-head { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.live { color: #99b9aa; }
.live i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #71a18a; box-shadow: 0 0 0 5px rgba(113,161,138,.12); }
.signal-money { margin-top: 24px; font-family: var(--display); font-size: clamp(24px, 2.1vw, 36px); }
.signal-money small { display: block; margin-top: 5px; font: 11px var(--body); color: rgba(255,255,255,.55); }
.signal-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: end; gap: 8px; margin-top: 25px; }
.signal-flow > i { width: 16px; height: 1px; align-self: center; background: rgba(255,255,255,.28); }
.signal-stage { opacity: 0; transform: translateY(10px); animation: stageIn .45s forwards; }
.signal-stage:nth-child(1) { animation-delay: .95s; }.signal-stage:nth-child(3) { animation-delay: 1.08s; }.signal-stage:nth-child(5) { animation-delay: 1.21s; }.signal-stage:nth-child(7) { animation-delay: 1.34s; }
.signal-stage strong { display: block; font-family: var(--display); font-size: 14px; }
.signal-stage span { font-size: 10px; color: rgba(255,255,255,.5); }
.signal-stage.alert strong { color: #e28478; }
.signal-alert { margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; color: rgba(255,255,255,.65); }
.signal-alert b { color: #e28478; margin-right: 6px; }
.hero-foot { position: absolute; left: var(--pad); right: var(--pad); bottom: 25px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.45); }

.section-pad { padding-left: var(--pad); padding-right: var(--pad); }
.section-index { padding-top: 8px; font: 10px var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.manifest { display: grid; grid-template-columns: 1fr 3.2fr 1.35fr; gap: 42px; padding-top: 150px; padding-bottom: 160px; border-bottom: 1px solid var(--line); }
.manifest h2, .journey h2, .solutions h2, .products h2, .roles h2, .cases h2, .about h2, .faq h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 4.7vw, 76px); line-height: 1.01; letter-spacing: -.058em; font-weight: 800; }
.manifest-aside { align-self: end; padding-bottom: 5px; }
.manifest-aside p { margin: 0 0 30px; color: #59615c; font-size: 15px; line-height: 1.65; }

.journey { background: var(--forest); color: white; }
.journey-intro { display: grid; grid-template-columns: 1fr 4.55fr; gap: 42px; padding-top: 140px; padding-bottom: 100px; }
.journey .section-index { color: rgba(255,255,255,.45); }
.journey-stage { min-height: 100vh; display: grid; grid-template-columns: minmax(320px, 36%) 1fr; border-top: 1px solid rgba(255,255,255,.14); }
.journey-list { padding-left: var(--pad); border-right: 1px solid rgba(255,255,255,.14); }
.journey-step { width: 100%; min-height: 150px; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; align-content: center; text-align: left; padding: 24px var(--pad) 24px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); background: transparent; cursor: pointer; opacity: .46; transition: opacity .3s, padding-left .3s, background .3s; }
.journey-step:hover, .journey-step.active { opacity: 1; padding-left: 18px; background: rgba(255,255,255,.035); }
.journey-step > span { grid-row: 1/3; padding-top: 6px; font: 10px var(--display); color: #9eb5aa; }
.journey-step strong { font-size: clamp(20px, 2vw, 30px); font-weight: 500; }
.journey-step small { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 12px; }
.journey-screen { position: sticky; top: 64px; align-self: start; height: calc(100vh - 64px); min-height: 650px; padding: clamp(35px, 5vw, 84px); background: #e8e9e2; color: var(--ink); overflow: hidden; }
.screen-top { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .1em; }
.screen-period { color: var(--muted); }
.screen-title-row { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; }
.screen-title-row small { color: var(--accent); font: 9px var(--display); letter-spacing: .12em; }
.screen-title-row h3 { max-width: 560px; margin: 8px 0 0; font-family: var(--display); font-size: clamp(20px, 2.2vw, 36px); line-height: 1.1; letter-spacing: -.04em; }
.screen-total { text-align: right; }
.screen-total span { display: block; font: clamp(26px, 3vw, 50px) var(--display); color: var(--forest-2); }
.screen-total small { color: var(--muted); }
.screen-chart { position: relative; height: 270px; margin-top: 45px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.viz { position: absolute; inset: 0; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .28s ease, transform .35s ease; }
.viz.active { opacity: 1; pointer-events: auto; transform: none; }
.chart-grid { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 67px, rgba(23,32,28,.08) 68px); }
.chart-line { position: absolute; inset: auto -3% 50px 0; height: 170px; border-top: 3px solid var(--forest-2); transform: skewY(-10deg) translateY(35px); border-radius: 50%; }
.line-b { inset: auto -5% 18px 0; height: 120px; border-color: var(--accent); transform: skewY(5deg) translateY(20px); opacity: .75; }
.chart-point { position: absolute; z-index: 2; font-size: 10px; color: var(--muted); }
.chart-point i { display: block; width: 10px; height: 10px; margin-bottom: 7px; border: 2px solid #e8e9e2; border-radius: 50%; background: var(--forest-2); box-shadow: 0 0 0 1px var(--forest-2); }
.chart-point b { color: var(--ink); }
.p1 { left: 28%; top: 70px; }.p2 { right: 19%; bottom: 35px; }.p2 i { background: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.viz-site { display: grid; align-content: center; gap: 18px; padding: 18px 28px; }
.funnel-row { display: grid; grid-template-columns: 150px 1fr 58px; gap: 15px; align-items: center; font-size: 10px; color: var(--muted); }
.funnel-row i { display: block; width: var(--width); min-width: 10px; height: 18px; background: var(--forest-2); transform-origin: left; animation: funnelGrow .65s both paused; }
.viz.active .funnel-row i { animation-play-state: running; }
.funnel-row strong { color: var(--ink); text-align: right; }
.funnel-row.accent i { background: var(--accent); }
.funnel-row.accent strong { color: var(--accent); }
.viz-calls { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(12px, 2vw, 32px); align-items: end; padding: 22px 32px 0; }
.quality-bar { height: 100%; display: grid; grid-template-rows: 1fr auto auto; gap: 7px; align-items: end; text-align: center; }
.quality-bar i { width: 100%; height: var(--score); min-height: 12px; background: var(--forest-2); transform-origin: bottom; animation: qualityGrow .7s both paused; }
.viz.active .quality-bar i { animation-play-state: running; }
.quality-bar strong { font-size: 14px; }
.quality-bar span { min-height: 28px; color: var(--muted); font-size: 9px; }
.quality-bar.bad i { background: var(--accent); }.quality-bar.bad strong { color: var(--accent); }
.quality-bar.warn i { background: var(--amber); }
.viz-money { display: grid; align-content: center; gap: 14px; padding: 18px 28px; }
.revenue-row { display: grid; grid-template-columns: 145px 1fr 105px 55px; gap: 12px; align-items: center; font-size: 9px; color: var(--muted); }
.revenue-row i { display: block; width: var(--width); min-width: 10px; height: 15px; background: var(--forest-2); transform-origin: left; animation: funnelGrow .65s both paused; }
.viz.active .revenue-row i { animation-play-state: running; }
.revenue-row strong { color: var(--ink); text-align: right; font-size: 10px; }
.revenue-row small { text-align: right; }
.revenue-row.muted i { background: #9aa29d; }
.screen-table { margin-top: 28px; font-size: 11px; }
.screen-table > div { display: grid; grid-template-columns: minmax(190px, 2fr) repeat(3, 1fr); padding: 10px 0; border-bottom: 1px solid var(--line); }
.screen-table > div span:not(:first-child), .screen-table strong { text-align: right; }
.table-head { color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .1em; }
.dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; }.dot.green{background:#537867}.dot.amber{background:var(--amber)}.dot.red{background:var(--accent)}
.screen-table .bad { color: var(--accent); }
.screen-verdict { display: grid; grid-template-columns: 70px 1fr; gap: 15px; margin-top: 25px; padding: 18px; background: #dadcd4; }
.screen-verdict span { font: 9px var(--display); color: var(--accent); }
.screen-verdict p { margin: 0; font-size: 12px; }
.journey-screen.flash .screen-title-row, .journey-screen.flash .screen-chart, .journey-screen.flash .screen-table, .journey-screen.flash .screen-verdict { animation: softFlash .35s both; }

.solutions { padding-top: 150px; padding-bottom: 150px; }
.solutions-head { display: grid; grid-template-columns: 1fr 4.55fr; gap: 42px; }
.solutions-head .eyebrow { grid-column: 2; }
.solutions-head h2 { grid-column: 2; }
.solution-lines { margin-top: 100px; border-top: 1px solid var(--line); }
.solution-line { min-height: 220px; display: grid; grid-template-columns: .5fr 1.4fr 1.3fr 80px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.solution-line:hover { background: var(--warm); padding: 0 22px; }
.solution-no { font: 10px var(--display); color: var(--accent); }
.solution-line h3 { margin: 0; font: 700 clamp(25px, 2.45vw, 40px)/1.08 var(--display); letter-spacing: -.045em; }
.solution-line p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.solution-line > a { justify-self: end; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; transition: background .25s, color .25s, transform .25s; }
.solution-line > a:hover { background: var(--forest); color: white; transform: rotate(45deg); }

.products { background: #dcd9cf; }
.products-head, .cases-head { display: grid; grid-template-columns: 1fr 4.55fr; gap: 42px; padding-top: 140px; padding-bottom: 90px; }
.product-showcase { padding: 0 var(--pad) 150px; display: grid; gap: 18px; }
.product { min-height: 620px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; }
.product-dark { background: var(--forest); color: white; }
.product-light { background: #f5f3ea; }
.product-terracotta { background: #b84b3e; color: white; }
.product-copy { display: flex; flex-direction: column; padding: clamp(35px, 5vw, 80px); }
.product-meta { display: flex; justify-content: space-between; font: 9px var(--display); letter-spacing: .12em; opacity: .6; }
.product-copy h3 { margin: auto 0 22px; font: 800 clamp(42px, 5.1vw, 82px)/.94 var(--display); letter-spacing: -.065em; }
.product-copy p { max-width: 500px; margin: 0; color: currentColor; opacity: .68; font-size: 15px; line-height: 1.65; }
.product-copy a { width: max-content; margin-top: 36px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; }
.product-ui { position: relative; margin: 54px 54px 54px 0; overflow: hidden; }
.analytics-ui { background: #eef0eb; color: var(--ink); padding: 34px; transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); transform-origin: right center; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.mini-nav { display: flex; gap: 28px; align-items: center; font-size: 10px; color: var(--muted); }
.mini-nav b { margin-right: auto; color: var(--forest); font: 18px var(--display); }
.mini-number { margin-top: 76px; }
.mini-number small { display: block; color: var(--muted); }.mini-number strong { display: block; margin: 10px 0; font: 45px var(--display); }.mini-number span { color: #4d8068; }
.mini-bars { height: 230px; margin-top: 60px; display: flex; align-items: end; gap: 16px; border-bottom: 1px solid var(--line); }
.mini-bars i { flex: 1; background: var(--forest-2); transform-origin: bottom; animation: barGrow 1.4s both paused; }
.product.visible .mini-bars i { animation-play-state: running; }
.portal-ui { min-height: 500px; background: #c7c5b8; }
.portal-photo { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,38,31,.78), transparent 55%), url("assets/hero-development.jpg") center/cover; filter: saturate(.75) contrast(.95); transition: transform .8s; }
.product:hover .portal-photo { transform: scale(1.035); }
.portal-label, .portal-name, .portal-price { position: absolute; left: 38px; z-index: 1; color: white; }.portal-label { top: 36px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }.portal-name { bottom: 88px; font: 28px var(--display); }.portal-price { bottom: 46px; font-size: 16px; }
.offer-ui { min-height: 500px; display: grid; place-items: center; margin-right: 54px; border: 1px solid rgba(255,255,255,.28); background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255,255,255,.1) 25%); }
.offer-mark { position: absolute; top: 35px; right: 35px; width: 44px; height: 44px; border: 1px solid white; border-radius: 50%; display: grid; place-items: center; font: 22px var(--display); }
.offer-lines { display: flex; flex-direction: column; text-align: center; }.offer-lines span, .offer-lines small { letter-spacing: .18em; font-size: 10px; }.offer-lines strong { font: 500 clamp(50px, 7vw, 110px)/.9 var(--display); letter-spacing: -.07em; }.offer-code { position: absolute; bottom: 30px; left: 35px; font: 9px var(--display); letter-spacing: .1em; }

.roles { padding-top: 150px; padding-bottom: 160px; }
.roles-layout { margin-top: 50px; display: grid; grid-template-columns: 1fr 1.45fr; gap: 40px 80px; }
.roles-head { grid-row: 1/3; }
.role-tabs { display: flex; align-self: end; border-bottom: 1px solid var(--line); }
.role-tab { flex: 1; padding: 0 4px 16px; border: 0; border-bottom: 3px solid transparent; background: transparent; text-align: left; color: var(--muted); cursor: pointer; transition: color .25s, border-color .25s; }
.role-tab.active { color: var(--ink); border-color: var(--accent); }
.role-output { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding-top: 22px; }
.role-number { font: 500 92px/1 var(--display); color: var(--accent); }
.role-output h3 { margin: 5px 0 16px; font: 700 28px/1.1 var(--display); letter-spacing: -.045em; }
.role-output p { margin: 0; color: var(--muted); line-height: 1.65; }
.role-output.switching { animation: softFlash .35s both; }

.cases { background: var(--warm); }
.case-main { margin: 0 var(--pad); min-height: 600px; padding: clamp(35px, 5vw, 72px); display: grid; grid-template-columns: 1fr 2fr; grid-template-rows: 1fr auto; background: var(--forest); color: white; }
.case-label { font: 9px var(--display); letter-spacing: .12em; text-transform: uppercase; color: #99b9aa; }
.case-result { align-self: center; grid-column: 1/3; }.case-result span { display: block; margin-bottom: 12px; color: rgba(255,255,255,.5); font-size: 18px; }.case-result strong { font: 800 clamp(48px, 7.2vw, 116px)/.88 var(--display); letter-spacing: -.075em; }
.case-facts { grid-column: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; }
.case-facts strong { display: block; font: 24px var(--display); }.case-facts span { display: block; margin-top: 7px; color: rgba(255,255,255,.5); font-size: 11px; }
.case-row { display: grid; grid-template-columns: 1fr 1fr; padding: 18px var(--pad) 150px; gap: 18px; }
.case-small { min-height: 450px; padding: clamp(30px, 4vw, 60px); display: flex; flex-direction: column; background: #f7f4eb; }
.case-small.dark { background: var(--accent); color: white; }
.case-small > span { font: 9px var(--display); letter-spacing: .12em; text-transform: uppercase; opacity: .6; }
.case-small h3 { margin: auto 0 24px; font: 800 clamp(32px, 3.6vw, 56px)/.98 var(--display); letter-spacing: -.06em; }
.case-small p { max-width: 430px; margin: 0; opacity: .65; }

.about { padding-top: 150px; padding-bottom: 160px; }
.about-layout { margin-top: 60px; display: grid; grid-template-columns: 1.4fr .8fr; gap: 100px; }
.about-statement h2 em { display: block; margin-top: 10px; }
.about-copy { padding-top: 52px; }
.about-copy p { color: var(--muted); line-height: 1.7; }
.about-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.55; }
.principles { margin-top: 50px; border-top: 1px solid var(--line); }
.principles span { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font: 10px var(--display); letter-spacing: .06em; text-transform: uppercase; }

.faq { padding-top: 130px; padding-bottom: 150px; background: #e3e0d6; }
.faq-layout { margin-top: 60px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.faq h2 { font-size: clamp(38px, 4vw, 64px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 26px 40px 26px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; font: 24px var(--display); transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 680px; margin: 0; padding: 0 35px 26px 0; color: var(--muted); line-height: 1.65; }

.contact { position: relative; background: var(--forest); color: white; overflow: hidden; }
.contact-bg { position: absolute; left: -2vw; bottom: 90px; font: 600 clamp(120px, 23vw, 390px)/.75 var(--display); letter-spacing: -.1em; color: rgba(255,255,255,.025); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; min-height: 800px; display: grid; grid-template-columns: .55fr 1.5fr 1fr; gap: 55px; padding-top: 145px; padding-bottom: 125px; }
.contact .section-index { color: rgba(255,255,255,.45); }
.contact-copy h2 { font-size: clamp(42px, 5.2vw, 84px); }
.contact-copy > p:last-child { max-width: 650px; margin-top: 28px; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.65; }
.contact-form { align-self: center; display: grid; gap: 24px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span { font-size: 10px; color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; outline: 0; background: transparent; color: white; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: white; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.35); }
.contact-form .consent-check { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; cursor: pointer; }
.contact-form .consent-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.contact-form .consent-check span { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.contact-form .consent-check a, .privacy-note a { color: white; border-bottom: 1px solid rgba(255,255,255,.45); }
.privacy-note { margin: -12px 0 0 30px; color: rgba(255,255,255,.38); font-size: 10px; line-height: 1.5; }
.contact-form .button { width: 100%; margin-top: 12px; }
.form-note { margin: -8px 0 0; color: rgba(255,255,255,.38); font-size: 10px; line-height: 1.5; }
.form-note.success { color: #a8d1be; }
.site-footer { position: relative; z-index: 1; min-height: 110px; display: grid; grid-template-columns: 1fr 2fr auto; gap: 35px; align-items: center; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.footer-brand { color: white; }.site-footer > span:last-child { justify-self: end; }
.footer-legal { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 22px; }
.footer-legal a { transition: color .2s; }
.footer-legal a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.06); filter: brightness(.7); } to { transform: scale(1); filter: brightness(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes signalIn { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }
@keyframes stageIn { to { opacity: 1; transform: none; } }
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes funnelGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes qualityGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes softFlash { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .brand-note, .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-content { width: 75vw; }
  .hero-signal { width: 44vw; }
  .manifest { grid-template-columns: .5fr 2fr; }.manifest-aside { grid-column: 2; }
  .journey-intro, .solutions-head, .products-head, .cases-head { grid-template-columns: .5fr 3fr; }
  .product { grid-template-columns: .9fr 1.1fr; }
  .roles-layout { grid-template-columns: 1fr; }.roles-head { grid-row: auto; }.role-tabs { margin-top: 30px; }
  .contact-inner { grid-template-columns: .4fr 1.4fr 1fr; gap: 30px; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .site-header { height: 64px; grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { width: 40px; height: 40px; display: grid; align-content: center; gap: 6px; border: 0; background: transparent; z-index: 2; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; padding: 120px var(--pad) 40px; display: flex; flex-direction: column; gap: 22px; background: var(--paper); color: var(--ink); transform: translateY(-105%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .mobile-menu.open { transform: none; }
  .mobile-menu a { padding-bottom: 14px; border-bottom: 1px solid var(--line); font: 500 24px var(--display); }
  .hero { min-height: 1050px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,18,15,.9), rgba(7,18,15,.35)), linear-gradient(0deg, rgba(7,18,15,.92) 0, transparent 65%); }
  .hero-content { width: 100%; min-height: 650px; padding-top: 130px; padding-bottom: 40px; justify-content: flex-start; }
  h1 { font-size: clamp(40px, 12vw, 58px); line-height: 1.02; }
  .hero-copy { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
  .hero-signal { left: var(--pad); right: var(--pad); bottom: 64px; width: auto; padding: 20px; }
  .signal-flow { gap: 4px; }.signal-stage strong { font-size: 12px; }.signal-flow > i { font-size: 10px; }
  .hero-foot { bottom: 22px; }.hero-foot span:nth-child(2) { display: none; }
  .manifest, .journey-intro, .solutions-head, .products-head, .cases-head { grid-template-columns: 1fr; gap: 35px; }
  .manifest { padding-top: 100px; padding-bottom: 100px; }.manifest-copy, .manifest-aside { grid-column: auto; }
  .manifest h2, .journey h2, .solutions h2, .products h2, .roles h2, .cases h2, .about h2, .faq h2, .contact h2 { font-size: clamp(34px, 10.4vw, 48px); }
  .journey-intro { padding-top: 90px; padding-bottom: 65px; }
  .journey-stage { min-height: 0; grid-template-columns: 1fr; }
  .journey-list { padding: 0 var(--pad); border-right: 0; }
  .journey-step { min-height: 112px; padding-right: 0; }.journey-step:hover, .journey-step.active { padding-left: 8px; }
  .journey-screen { position: relative; top: 0; height: auto; min-height: 610px; padding: 28px 20px; }
  .screen-title-row h3 { font-size: 22px; }.screen-total span { font-size: 26px; }
  .screen-chart { height: 210px; margin-top: 30px; }.screen-table > div { grid-template-columns: minmax(150px, 2fr) repeat(3, .6fr); font-size: 9px; }
  .viz-site, .viz-money { padding: 12px; }.funnel-row { grid-template-columns: 100px 1fr 42px; gap: 8px; font-size: 8px; }.viz-calls { gap: 8px; padding: 15px 10px 0; }.quality-bar span { font-size: 7px; }.revenue-row { grid-template-columns: 80px 1fr 78px; gap: 7px; }.revenue-row small { display: none; }.revenue-row strong { font-size: 8px; }
  .solutions { padding-top: 95px; padding-bottom: 100px; }.solutions-head .eyebrow, .solutions-head h2 { grid-column: auto; }.solution-lines { margin-top: 60px; }
  .solution-line { min-height: 0; grid-template-columns: 40px 1fr 48px; gap: 14px; padding: 30px 0; }.solution-line:hover { padding: 30px 10px; }.solution-line p { grid-column: 2/4; }.solution-line > a { grid-column: 3; grid-row: 1; width: 44px; height: 44px; }
  .products-head, .cases-head { padding-top: 90px; padding-bottom: 60px; }
  .product-showcase { padding-bottom: 95px; }
  .product { min-height: 690px; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .product-copy { padding: 32px 24px; }.product-copy h3 { margin: 70px 0 18px; }.product-copy a { margin-top: 24px; }
  .product-ui { min-height: 350px; margin: 0 22px 22px; }.analytics-ui { padding: 22px; transform: none; }.mini-number { margin-top: 42px; }.mini-bars { height: 120px; margin-top: 30px; }.portal-ui, .offer-ui { min-height: 350px; }
  .roles { padding-top: 95px; padding-bottom: 100px; }.roles-layout { margin-top: 34px; gap: 24px; }.role-tabs { overflow-x: auto; }.role-tab { min-width: 125px; }.role-output { grid-template-columns: 70px 1fr; }.role-number { font-size: 62px; }.role-output h3 { font-size: 21px; }
  .case-main { min-height: 650px; grid-template-columns: 1fr; }.case-result { grid-column: auto; }.case-facts { grid-column: auto; grid-template-columns: 1fr; gap: 15px; }.case-facts div { display: grid; grid-template-columns: 100px 1fr; align-items: center; }
  .case-row { grid-template-columns: 1fr; padding-bottom: 95px; }.case-small { min-height: 390px; }
  .about { padding-top: 95px; padding-bottom: 100px; }.about-layout { grid-template-columns: 1fr; gap: 30px; }.about-copy { padding-top: 0; }
  .faq { padding-top: 90px; padding-bottom: 100px; }.faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-inner { min-height: 0; grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }.contact-copy > p:last-child { font-size: 15px; }.contact-form { margin-top: 25px; }
  .site-footer { grid-template-columns: 1fr auto; gap: 24px; padding-top: 28px; padding-bottom: 28px; }.footer-legal { grid-column: 1/3; grid-row: 2; justify-content: flex-start; }.site-footer > span:last-child { grid-column: 2; grid-row: 1; }
}

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

/* Compact homepage */
.calculator { padding-top: 110px; padding-bottom: 120px; border-bottom: 1px solid var(--line); }
.calculator-head { display: grid; grid-template-columns: 1.7fr .7fr; gap: 70px; margin-top: 18px; align-items: end; }
.calculator-head h2, .hub-head h2, .proof-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.7vw, 72px); line-height: 1.02; letter-spacing: -.055em; font-weight: 800; }
.calculator-head > p { margin: 0 0 7px; color: var(--muted); line-height: 1.65; }
.calculator-body { display: grid; grid-template-columns: .85fr 1.35fr; gap: 1px; margin-top: 65px; background: var(--line); border: 1px solid var(--line); }
.calculator-controls, .calculator-results { background: #e8e6de; padding: clamp(28px, 4vw, 58px); }
.calculator-controls { display: grid; gap: 34px; }
.calc-select, .calc-range { display: grid; gap: 10px; }
.calc-select > span, .calc-range > span { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.calc-range strong { color: var(--ink); font-weight: 700; white-space: nowrap; }
.calc-select select { width: 100%; padding: 15px 42px 15px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); appearance: auto; font-size: 17px; }
.calc-range input { width: 100%; accent-color: var(--accent); cursor: pointer; }
.calculator-results { background: var(--forest); color: white; }
.calc-primary span, .calc-revenue span { display: block; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.calc-primary strong { display: block; margin-top: 10px; font: 800 clamp(38px, 4vw, 62px)/1 var(--display); letter-spacing: -.05em; }
.calc-primary small { display: block; margin-top: 8px; color: rgba(255,255,255,.45); }
.calc-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: end; margin-top: 45px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.calc-flow div strong { display: block; font-size: clamp(16px, 1.7vw, 24px); }
.calc-flow div span { color: rgba(255,255,255,.5); font-size: 10px; }
.calc-flow i { width: 16px; height: 1px; align-self: center; background: rgba(255,255,255,.25); }
.calc-revenue { margin: 30px 0; }
.calc-revenue strong { display: block; margin-top: 7px; font: 700 clamp(28px, 3vw, 46px)/1.1 var(--display); letter-spacing: -.04em; }
.calc-note { max-width: 660px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }
.calculator-results .button { margin-top: 14px; }

.solution-hub { padding-top: 115px; padding-bottom: 120px; }
.hub-head { display: grid; grid-template-columns: .65fr 1.65fr; gap: 55px; margin-top: 18px; }
.hub-head .eyebrow { margin-top: 14px; }
.hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hub-card { position: relative; min-height: 300px; display: grid; align-content: start; padding: clamp(28px, 4vw, 55px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s; }
.hub-card:hover { background: var(--forest); color: white; }
.hub-card > span { color: var(--accent); font-size: 10px; }
.hub-card h3 { max-width: 570px; margin: 50px 0 18px; font: 700 clamp(26px, 2.8vw, 42px)/1.08 var(--display); letter-spacing: -.045em; }
.hub-card p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.6; }
.hub-card:hover p { color: rgba(255,255,255,.62); }
.hub-card b { margin-top: 35px; font-size: 12px; font-weight: 600; }
.hub-card-wide { grid-column: 1 / 3; min-height: 260px; }
.hub-card-wide h3 { margin-top: 35px; }

.proof-strip { display: grid; grid-template-columns: .35fr 1.1fr .9fr; gap: 55px; padding-top: 115px; padding-bottom: 120px; background: #e3e0d6; }
.proof-copy > p:last-child { max-width: 740px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.proof-links { align-self: end; border-top: 1px solid var(--line); }
.proof-links a { display: grid; grid-template-columns: 1fr 1.5fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; }
.proof-links span { font-weight: 700; }
.proof-links small { color: var(--muted); }
.proof-links b { font-weight: 400; }
.home-page .contact-inner { min-height: 690px; padding-top: 110px; padding-bottom: 95px; }

@media (max-width: 1050px) {
  .proof-strip { grid-template-columns: .35fr 1fr; }
  .proof-links { grid-column: 2; }
}

@media (max-width: 760px) {
  .home-page .hero { min-height: 970px; }
  .calculator, .solution-hub { padding-top: 80px; padding-bottom: 80px; }
  .calculator-head, .hub-head { grid-template-columns: 1fr; gap: 24px; }
  .calculator-head > p { max-width: 520px; }
  .calculator-body { grid-template-columns: 1fr; margin-top: 42px; }
  .calculator-controls, .calculator-results { padding: 28px 22px; }
  .calc-flow { gap: 5px; }
  .calc-flow div strong { font-size: 13px; }.calc-flow div span { font-size: 8px; }
  .hub-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .hub-card, .hub-card-wide { grid-column: auto; min-height: 250px; }
  .hub-card h3 { margin-top: 35px; }
  .proof-strip { grid-template-columns: 1fr; gap: 30px; padding-top: 80px; padding-bottom: 80px; }
  .proof-links { grid-column: auto; }
  .proof-links a { grid-template-columns: .8fr 1.4fr; }
  .home-page .contact-inner { min-height: 0; }
}
