:root {
  --paper: #f6f4ee;
  --paper-2: #eeeae0;
  --white: #fffdf8;
  --ink: #173646;
  --ink-2: #244b5d;
  --text: #20343d;
  --muted: #69777a;
  --line: rgba(22, 53, 69, .14);
  --mint: #9bcfc8;
  --mint-light: #d9ece8;
  --gold: #edc56d;
  --coral: #db806c;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(28, 50, 57, .12);
  --shell: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
::selection { color: var(--ink); background: var(--mint); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 9px 14px; color: #fff; background: var(--ink); transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.availability-bar {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, .86);
  background: #102f3f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.availability-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(155, 207, 200, .12); animation: breathe 2s ease-in-out infinite; }
.availability-divider { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.bar-link { padding: 0; border: 0; color: #fff; background: transparent; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.site-header { position: absolute; z-index: 20; top: 35px; right: 0; left: 0; border-bottom: 1px solid rgba(23, 54, 70, .12); background: rgba(246,244,238,.66); backdrop-filter: blur(13px); }
.header-inner { height: 78px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { border-radius: 13px; }
.wordmark { color: var(--ink); font-size: 21px; font-weight: 540; letter-spacing: -.045em; }
.wordmark strong { font-weight: 800; }
.desktop-nav { display: flex; gap: 31px; margin-left: auto; margin-right: 34px; }
.desktop-nav a { position: relative; color: #2a444e; font-size: 13px; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button, .mobile-nav { display: none; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s, color .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 12px; }
.button-ink { color: #fff; background: var(--ink); box-shadow: 0 8px 26px rgba(23, 54, 70, .16); }
.button-ink:hover { background: #214b60; box-shadow: 0 12px 28px rgba(23, 54, 70, .22); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 12px 32px rgba(23, 54, 70, .2); }
.button-primary:hover { background: #214b60; box-shadow: 0 16px 36px rgba(23, 54, 70, .24); }
.button-outline { border-color: rgba(23,54,70,.28); background: transparent; }
.button-outline:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.54); }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.button-light:hover { background: #edf7f4; }
.text-link { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; font-size: 13px; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(23,54,70,.25); text-underline-offset: 5px; cursor: pointer; }
.text-link span { text-decoration: none; transition: transform .2s; }
.text-link:hover span { transform: translateX(3px); }

.hero { position: relative; min-height: 790px; overflow: hidden; padding-top: 113px; background: #eae7df; }
.hero::before { position: absolute; inset: 0 60% 0 0; content: ""; background: linear-gradient(90deg, #efede8 0%, #e9e6df 100%); }
.hero-photo { position: absolute; inset: 0 0 0 40%; background-image: url('./assets/images/hero-family-crop-web.jpg'); background-position: center; background-size: cover; }
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(246,244,238,.18) 0%, transparent 48%); }
.hero-inner { position: relative; z-index: 2; min-height: 677px; display: flex; align-items: center; }
.hero-copy { width: 49%; max-width: 565px; margin-top: -12px; }
.eyebrow { margin: 0 0 20px; color: #3b6d72; font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow span::before { width: 19px; height: 1px; content: ""; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .97; }
h1 { margin-bottom: 27px; font-size: clamp(64px, 6.1vw, 91px); }
h1 em, h2 em { color: #315e68; font-weight: 400; }
.hero-lead { max-width: 500px; margin-bottom: 33px; color: #394e54; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-proof { display: flex; gap: 24px; margin-top: 32px; color: #54676b; font-size: 11px; font-weight: 650; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 16px; fill: none; stroke: #3f7b76; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-status { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px)/2)); bottom: 28px; width: 375px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; color: #fff; background: rgba(18,47,62,.84); box-shadow: 0 20px 60px rgba(20,38,44,.2); backdrop-filter: blur(16px); }
.status-orb { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(155,207,200,.3); border-radius: 50%; }
.status-orb span { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(155,207,200,.12); animation: breathe 2s infinite; }
.hero-status div:nth-child(2) { display: flex; flex-direction: column; }
.hero-status small { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.hero-status strong { overflow: hidden; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.status-time { color: var(--mint); font-size: 10px; font-variant-numeric: tabular-nums; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #faf8f3; }
.signal-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid div { min-height: 48px; display: flex; flex-direction: column; justify-content: center; padding-left: 37px; border-left: 1px solid var(--line); }
.signal-grid div:first-child { padding-left: 0; border-left: 0; }
.signal-grid strong { color: var(--ink); font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.04em; }
.signal-grid span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }

.section { padding: 130px 0; }
.section-intro { background: var(--paper); }
.section-heading { margin-bottom: 64px; }
.split-heading { display: grid; grid-template-columns: 1.12fr .72fr; align-items: end; gap: 100px; }
.section-heading h2, .product-copy h2, .tech-heading h2, .founder-copy blockquote, .closing-inner h2 { margin-bottom: 0; font-size: clamp(47px, 5vw, 70px); }
.split-heading > p { max-width: 470px; margin: 0 0 3px; color: #617075; font-size: 16px; line-height: 1.75; }
.centered { max-width: 710px; margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 520px; margin: 22px auto 0; color: var(--muted); }

.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.capability-card { position: relative; min-height: 390px; overflow: hidden; padding: 37px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.45); transition: transform .35s var(--ease), box-shadow .35s, background .35s; }
.capability-card:hover { z-index: 2; transform: translateY(-5px); background: var(--white); box-shadow: var(--shadow); }
.capability-card-large { min-height: 520px; display: grid; grid-column: 1/-1; grid-template-columns: 1.08fr .92fr; padding: 0; background: #dce8e4; }
.capability-card-large:hover { background: #e5efec; }
.capability-card-wide { min-height: 330px; display: grid; grid-column: 1/-1; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.card-number { display: block; margin-bottom: 65px; color: #809093; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.capability-card h3 { margin-bottom: 14px; color: var(--ink); font-family: Georgia, serif; font-size: 27px; font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.capability-card p { max-width: 460px; margin-bottom: 0; color: #637276; font-size: 14px; line-height: 1.75; }
.capability-card-large .card-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.capability-card-large .card-number, .capability-card-wide .card-number { margin-bottom: 32px; }
.capability-card-large h3 { max-width: 340px; font-size: 40px; }
.capability-card-large a { margin-top: 34px; color: var(--ink); font-size: 12px; font-weight: 750; }
.capability-card-large a span { margin-left: 8px; }
.card-visual { position: relative; min-height: 520px; overflow: hidden; background: #173a4b; }
.morning-visual::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 45% 40%, rgba(158,212,204,.24), transparent 41%), linear-gradient(145deg, transparent, rgba(0,0,0,.2)); }
.sun-ring { position: absolute; top: 69px; left: 50%; width: 270px; height: 270px; border: 1px solid rgba(184,225,218,.22); border-radius: 50%; transform: translateX(-50%); }
.sun-ring::before, .sun-ring::after { position: absolute; inset: 27px; content: ""; border: 1px solid rgba(184,225,218,.18); border-radius: 50%; }
.sun-ring::after { inset: 60px; background: rgba(155,207,200,.07); box-shadow: 0 0 80px rgba(155,207,200,.11); }
.time-readout { position: absolute; top: 153px; left: 50%; display: flex; gap: 4px; align-items: baseline; color: #f4f1e8; font-family: Georgia, serif; transform: translateX(-50%); }
.time-readout span { font-size: 66px; letter-spacing: -.08em; }
.time-readout i { color: var(--gold); font-size: 35px; font-style: normal; animation: blink 1.6s infinite; }
.routine-list { position: absolute; right: 30px; bottom: 30px; left: 30px; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(10,34,46,.72); backdrop-filter: blur(10px); }
.routine-list span { position: relative; padding: 17px 12px 17px 30px; border-left: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.routine-list span:first-child { border: 0; }
.routine-list span::before { position: absolute; top: 21px; left: 14px; width: 7px; height: 7px; content: ""; border: 1px solid currentColor; border-radius: 50%; }
.routine-list .done { color: #9bcfc8; }
.routine-list .done::before { background: currentColor; }
.routine-list .active { color: #f3d693; }
.mini-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 16px; background: var(--mint-light); }
.emotional-icon { grid-template-columns: repeat(3,4px); gap: 5px; }
.emotional-icon span { width: 4px; border-radius: 5px; background: var(--ink-2); animation: wave 1.4s ease-in-out infinite; }
.emotional-icon span:nth-child(1) { height: 14px; }
.emotional-icon span:nth-child(2) { height: 25px; animation-delay: -.3s; }
.emotional-icon span:nth-child(3) { height: 18px; animation-delay: -.6s; }
.homework-icon svg { width: 28px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card-metric { position: absolute; right: 37px; bottom: 37px; left: 37px; display: grid; grid-template-columns: 1fr auto; gap: 8px; color: #738286; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.card-metric strong { color: #39746f; }
.card-metric i { grid-column: 1/-1; height: 4px; overflow: hidden; border-radius: 4px; background: #dce3df; }
.card-metric i::after { width: 23%; height: 100%; display: block; content: ""; border-radius: inherit; background: #72afa7; }
.card-tags { position: absolute; bottom: 37px; display: flex; gap: 6px; }
.card-tags span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #657478; font-size: 9px; font-weight: 700; }
.capability-card-wide .card-copy { align-self: center; }
.decision-stack { display: flex; flex-direction: column; gap: 10px; perspective: 900px; }
.decision-stack div { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 12px; min-height: 67px; padding: 0 17px; border: 1px solid var(--line); border-radius: 13px; background: #fffdf9; box-shadow: 0 8px 20px rgba(39,58,63,.05); transition: transform .3s var(--ease); }
.decision-stack div:nth-child(1) { transform: translateX(18px); }
.decision-stack div:nth-child(3) { transform: translateX(31px); }
.decision-stack:hover div { transform: translateX(0); }
.decision-stack span { color: #788789; font-size: 10px; font-variant-numeric: tabular-nums; }
.decision-stack strong { color: var(--ink); font-size: 11px; }
.decision-stack i { padding: 4px 7px; border-radius: 5px; color: #39746f; background: #e0efec; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.product-story { padding: 85px 0 115px; background: #ebe7dd; }
.product-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 105px; align-items: center; }
.product-image-wrap { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.product-image-wrap img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform 1.2s var(--ease); }
.product-image-wrap:hover img { transform: scale(1.025); }
.image-label { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 9px; color: #fff; background: rgba(17,45,59,.72); font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(12px); }
.image-label span { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(155,207,200,.14); }
.product-copy > p:not(.eyebrow) { max-width: 500px; margin: 27px 0 34px; color: #5d6e72; }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 36px 1fr; gap: 7px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.check-list li > span { color: #73908f; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.check-list div { display: flex; flex-direction: column; }
.check-list strong { color: var(--ink); font-size: 12px; }
.check-list small { color: #7c888a; font-size: 11px; }

.technical-section { position: relative; overflow: hidden; padding-bottom: 115px; color: rgba(255,255,255,.75); background: #102f3f; }
.technical-section::before { position: absolute; top: -400px; left: 50%; width: 900px; height: 700px; content: ""; border-radius: 50%; background: rgba(99,183,176,.11); filter: blur(100px); transform: translateX(-50%); }
.noise { position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); pointer-events: none; }
.tech-heading { position: relative; max-width: 790px; margin-bottom: 63px; }
.eyebrow-light { color: var(--mint); }
.tech-heading h2 { color: #f8f5ed; }
.tech-heading h2 em { color: var(--mint); }
.tech-heading > p:last-child { max-width: 600px; margin: 27px 0 0; color: rgba(255,255,255,.58); }
.architecture { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(6,27,38,.52); box-shadow: 0 35px 80px rgba(0,0,0,.23); backdrop-filter: blur(15px); }
.architecture-topline, .architecture-footer { display: flex; align-items: center; justify-content: space-between; min-height: 55px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.56); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.system-live { display: flex; align-items: center; gap: 8px; color: #a9d8d2; }
.system-live i, .footer-system i { width: 6px; height: 6px; border-radius: 50%; background: #79c5bb; box-shadow: 0 0 0 4px rgba(121,197,187,.12); }
.architecture-main { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 570px; }
.mesh-visual { position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.11); background: radial-gradient(circle at center, rgba(103,189,179,.12), transparent 52%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 34px 34px, 34px 34px; }
.mesh-lines { position: absolute; inset: 7% 0 0; width: 100%; height: 86%; fill: none; stroke: url(#lineGradient); stroke-width: 1; stroke-dasharray: 4 7; }
.core-node { position: absolute; top: 50%; left: 50%; width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(165,224,216,.55); border-radius: 50%; background: rgba(95,176,167,.12); box-shadow: 0 0 0 18px rgba(119,203,194,.035), 0 0 75px rgba(89,180,170,.14); transform: translate(-50%,-50%); }
.core-node::before, .core-node::after { position: absolute; inset: -8px; content: ""; border: 1px solid rgba(155,207,200,.14); border-radius: 50%; animation: rotate 8s linear infinite; }
.core-node::after { inset: -15px; border-style: dashed; animation-direction: reverse; animation-duration: 14s; }
.core-node span { color: #eef8f5; font-family: Georgia, serif; font-size: 30px; }
.core-node small { color: #77aaa5; font-size: 8px; letter-spacing: .11em; }
.core-node i { position: absolute; top: 8px; right: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.satellite { position: absolute; min-width: 108px; padding: 10px 12px 10px 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(12,42,55,.91); box-shadow: 0 10px 25px rgba(0,0,0,.17); }
.satellite i { position: absolute; top: 16px; left: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.satellite span, .satellite small { display: block; }
.satellite span { color: #edf5f1; font-size: 9px; font-weight: 750; }
.satellite small { color: rgba(255,255,255,.43); font-size: 7px; }
.satellite-a { top: 12%; left: 8%; }
.satellite-b { top: 13%; right: 8%; }
.satellite-c { bottom: 11%; left: 7%; }
.satellite-d { right: 6%; bottom: 10%; }
.satellite-b i { background: var(--gold); }.satellite-c i { background: #d48676; }.satellite-d i { background: #a6b9e0; }
.data-pulse { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #b6ede6; box-shadow: 0 0 12px #8fe2d6; animation: dataMove 3.5s linear infinite; }
.pulse-a { top: 25%; left: 29%; }.pulse-b { right: 27%; bottom: 23%; animation-delay: -1.7s; animation-direction: reverse; }
.architecture-detail { padding: 37px; }
.tech-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.tech-row > span { color: #63848d; font-size: 9px; font-weight: 800; }
.tech-row div { display: flex; flex-direction: column; gap: 5px; }
.tech-row strong { color: #eef2ed; font-size: 12px; }
.tech-row small { color: rgba(255,255,255,.41); font-size: 10px; line-height: 1.5; }
.tech-row > i { height: max-content; padding: 4px 6px; border-radius: 5px; color: #76aaa4; background: rgba(118,170,164,.09); font-size: 7px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.tech-row.active { margin: 0 -14px; padding-inline: 14px; border-radius: 11px; background: rgba(126,198,188,.06); }
.tech-row.active > span, .tech-row.active > i { color: var(--mint); }
.architecture-footer { justify-content: flex-start; gap: 40px; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 0; }
.architecture-footer span { display: flex; align-items: center; gap: 8px; }
.architecture-footer span::before { width: 4px; height: 4px; content: ""; border: 1px solid #6f9f9a; border-radius: 50%; }

.how-section { background: #faf8f3; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.step-card { min-height: 440px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #f5f2ea; }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; }
.step-top > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 11px; font-weight: 800; }
.step-top small { color: #829093; font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.step-card h3 { margin-bottom: 14px; color: var(--ink); font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.12; }
.step-card > p { color: #69777b; font-size: 13px; }
.step-ui { height: 105px; margin-top: 38px; border: 1px solid var(--line); border-radius: 13px; background: #fffdfa; }
.profile-ui { display: flex; align-items: center; gap: 16px; padding: 20px; }
.profile-ui > i { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(145deg, #cee3df, #8fbbb7); }
.profile-ui > div { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.profile-ui span { height: 6px; display: block; border-radius: 6px; background: #dfe4e1; }
.profile-ui span:first-child { width: 55%; background: #87b9b3; }.profile-ui span:last-child { width: 70%; }
.wave-ui { display: flex; align-items: center; justify-content: center; gap: 6px; }
.wave-ui span { width: 3px; height: 18px; border-radius: 4px; background: #7fb6b0; animation: wave 1.5s infinite; }
.wave-ui span:nth-child(2n) { height: 36px; animation-delay: -.4s; }.wave-ui span:nth-child(3n) { height: 55px; animation-delay: -.8s; }
.autonomy-ui { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px; padding: 22px; }
.autonomy-ui > div { grid-column: 1/-1; height: 5px; overflow: hidden; border-radius: 5px; background: #dce4e0; }
.autonomy-ui > div i { width: 82%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#8fc7c0,#214e60); }
.autonomy-ui span { color: #718083; font-size: 9px; font-weight: 750; text-transform: uppercase; }.autonomy-ui strong { color: var(--ink); font-family: Georgia,serif; font-size: 24px; font-weight: 400; }

.pricing-section { background: #ebe7dd; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 14px; }
.price-card { min-height: 595px; display: flex; flex-direction: column; padding: 35px; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.55); }
.price-card.featured { position: relative; min-height: 635px; padding-top: 48px; border-color: var(--ink); color: rgba(255,255,255,.76); background: var(--ink); box-shadow: 0 28px 70px rgba(22,53,69,.22); }
.popular { position: absolute; top: 0; right: 31px; padding: 8px 12px; border-radius: 0 0 8px 8px; color: var(--ink); background: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-label { color: #4f7b7a; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 8px 0 10px; color: var(--ink); font-family: Georgia,serif; font-size: 29px; font-weight: 400; }
.price-card > div > p { min-height: 50px; color: #69777a; font-size: 12px; }
.featured .plan-label { color: var(--mint); }.featured h3 { color: #fff; }.featured > div > p { color: rgba(255,255,255,.57); }
.price { display: flex; align-items: baseline; gap: 10px; margin: 29px 0; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.featured .price { border-color: rgba(255,255,255,.14); }
.price strong { color: var(--ink); font-family: Georgia,serif; font-size: 39px; font-weight: 400; letter-spacing: -.05em; }.price span { color: #7a8688; font-size: 10px; }.featured .price strong { color: #fff; }.featured .price span { color: rgba(255,255,255,.45); }
.price-card ul { min-height: 180px; margin: 0 0 23px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 7px 0 7px 22px; color: #516369; font-size: 11px; }
.price-card li::before { position: absolute; top: 12px; left: 2px; width: 7px; height: 4px; content: ""; border-bottom: 1.5px solid #50877f; border-left: 1.5px solid #50877f; transform: rotate(-45deg); }
.featured li { color: rgba(255,255,255,.72); }.featured li::before { border-color: var(--mint); }
.price-card .button { width: 100%; margin-top: auto; }.featured .button-primary { color: var(--ink); background: #fff; }
.pricing-note { margin: 25px 0 0; color: #7d888a; font-size: 9px; font-weight: 650; letter-spacing: .045em; text-align: center; }

.founder-section { padding: 120px 0; background: #f6f4ee; }
.founder-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 95px; align-items: center; }
.founder-image { position: relative; }
.founder-image img { width: 100%; aspect-ratio: 4/3; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow); }
.location-tag { position: absolute; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; color: #fff; background: rgba(15,44,57,.72); font-size: 9px; font-weight: 750; letter-spacing: .06em; backdrop-filter: blur(12px); }
.location-tag svg { width: 14px; fill: none; stroke: var(--mint); stroke-width: 1.6; }
.founder-copy blockquote { margin: 0 0 30px; color: var(--ink); }
.founder-copy > p:not(.eyebrow) { color: #637277; font-size: 14px; line-height: 1.8; }
.signature { display: flex; flex-direction: column; margin-top: 30px; padding-top: 23px; border-top: 1px solid var(--line); }
.signature span { color: var(--ink); font-family: Georgia,serif; font-size: 19px; font-style: italic; }.signature small { color: #829093; font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.testimonials-section { padding-top: 105px; background: #dce9e5; }
.centered-eyebrow { text-align: center; }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.quote-card { min-height: 340px; display: flex; flex-direction: column; margin: 0; padding: 31px; border: 1px solid rgba(23,54,70,.11); border-radius: var(--radius); background: rgba(255,255,255,.57); }
.quote-mark { height: 55px; color: #4f8883; font-family: Georgia,serif; font-size: 62px; line-height: 1; }
.quote-card blockquote { margin: 13px 0 35px; color: var(--ink); font-family: Georgia,serif; font-size: 21px; line-height: 1.38; }
.quote-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #6a9b96; font-family: Georgia,serif; font-size: 14px; }.avatar-b { background: #9c786c; }.avatar-c { background: #4d6d7d; }
.quote-card figcaption div { display: flex; flex-direction: column; }.quote-card figcaption strong { color: var(--ink); font-size: 10px; }.quote-card figcaption small { color: #758486; font-size: 9px; }

.faq-section { background: #faf8f3; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; }
.faq-heading { position: sticky; top: 100px; align-self: start; }
.faq-heading h2 { font-size: 49px; }
.faq-heading > p:not(.eyebrow) { max-width: 350px; margin: 24px 0; color: #718083; font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; color: var(--ink); font-size: 14px; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; top: 31px; right: 4px; width: 12px; height: 1px; content: ""; background: var(--ink); transition: transform .25s; }
.faq-list summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -4px 0 25px; color: #657579; font-size: 13px; line-height: 1.75; }

.closing-section { position: relative; overflow: hidden; padding: 115px 0; color: #fff; background: var(--ink); text-align: center; }
.closing-section::before { position: absolute; inset: 0; content: ""; opacity: .25; background: radial-gradient(circle at 50% 40%, rgba(126,203,193,.45), transparent 32%); }
.closing-orb { position: absolute; border: 1px solid rgba(155,207,200,.15); border-radius: 50%; }
.orb-one { width: 550px; height: 550px; top: -280px; left: -180px; }.orb-two { width: 700px; height: 700px; right: -350px; bottom: -430px; }
.closing-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.closing-inner > img { margin-bottom: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.closing-inner h2 { color: #fff; }.closing-inner h2 em { color: var(--mint); }
.closing-inner > p:not(.eyebrow) { margin: 27px 0 31px; color: rgba(255,255,255,.6); }
.closing-inner .button { min-width: 270px; }.closing-inner > small { margin-top: 16px; color: rgba(255,255,255,.4); font-size: 9px; }

.site-footer { padding: 80px 0 30px; color: #6d7b7e; background: #f4f1e9; }
.footer-main { display: grid; grid-template-columns: 1fr 1.25fr; gap: 100px; padding-bottom: 65px; }
.footer-brand p { margin: 18px 0 0; font-size: 11px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links strong { margin-bottom: 9px; color: var(--ink); font-size: 10px; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: #728083; background: transparent; font-size: 10px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--ink); }
.footer-bottom { min-height: 60px; display: flex; align-items: center; gap: 31px; border-top: 1px solid var(--line); color: #879193; font-size: 9px; }
.footer-system { display: flex; align-items: center; gap: 8px; margin-left: auto; }

dialog { max-width: none; max-height: none; padding: 0; border: 0; color: var(--text); background: transparent; }
dialog::backdrop { background: rgba(10,29,38,.65); backdrop-filter: blur(9px); }
.signup-dialog { width: min(760px, calc(100vw - 28px)); max-height: calc(100dvh - 24px); overflow-y: auto; border-radius: 25px; background: #f8f6f0; box-shadow: 0 35px 100px rgba(0,0,0,.36); }
.signup-dialog[open], .legal-dialog[open] { animation: dialogIn .45s var(--ease); }
.dialog-close { position: absolute; z-index: 5; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.7); cursor: pointer; }
.dialog-close span { position: absolute; top: 18px; left: 11px; width: 15px; height: 1px; background: var(--ink); transform: rotate(45deg); }.dialog-close span:last-child { transform: rotate(-45deg); }
.signup-shell { padding: 34px 52px 48px; }
.signup-brand { display: flex; align-items: center; gap: 10px; }
.signup-brand img { border-radius: 12px; }.signup-brand .wordmark { font-size: 18px; }
.progress-wrap { margin: 32px 0 43px; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 8px; color: #738083; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 3px; overflow: hidden; border-radius: 3px; background: #dfe3df; }
.progress-track i { width: 33.33%; height: 100%; display: block; border-radius: inherit; background: var(--ink); transition: width .5s var(--ease); }
.form-step { display: none; }
.form-step.active { display: block; animation: stepIn .45s var(--ease); }
.form-step h2, .legal-content h2 { max-width: 590px; margin-bottom: 15px; color: var(--ink); font-family: Georgia,serif; font-size: 43px; font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
.form-step > p:not(.eyebrow):not(.field-error):not(.reveal-lead) { color: #69777a; font-size: 13px; }
.field-label, .form-grid label > span { display: block; margin: 29px 0 8px; color: var(--ink); font-size: 10px; font-weight: 750; }
.postcode-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
input, select { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: #fff; transition: border .2s, box-shadow .2s; }
input:focus, select:focus { border-color: #6ca49e; box-shadow: 0 0 0 4px rgba(108,164,158,.12); }
input::placeholder { color: #9ba4a3; }
.field-error { min-height: 19px; margin: 7px 0 0; color: #b75e51; font-size: 10px; }
.privacy-line { display: flex; align-items: center; gap: 7px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: #819092; font-size: 9px; }
.privacy-line svg { width: 14px; fill: none; stroke: #63837e; stroke-width: 1.4; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-grid label > span { margin-top: 17px; }
.form-actions { display: flex; justify-content: space-between; margin-top: 34px; }
.match-card { display: flex; align-items: center; justify-content: space-between; margin: 28px 0 20px; padding: 19px; border: 1px solid #a7c9c4; border-radius: 14px; background: #e5f0ed; }
.match-card > div:first-child { display: flex; flex-direction: column; }.match-card small { color: #6b8180; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.match-card strong { color: var(--ink); font-family: Georgia,serif; font-size: 22px; font-weight: 400; }.match-card span { color: #6a797b; font-size: 9px; }
.match-score { min-width: 79px; padding-left: 18px; border-left: 1px solid rgba(23,54,70,.13); text-align: center; }.match-score span { display: block; color: #437972; font-family: Georgia,serif; font-size: 26px; }.match-score small { display: block; }
.consent-row { display: flex; gap: 11px; align-items: flex-start; padding: 13px 0; cursor: pointer; }.consent-row input { position: absolute; width: 1px; height: 1px; opacity: 0; }.consent-row span { position: relative; display: flex; gap: 11px; color: #54666b; font-size: 10px; }.consent-row i { flex: 0 0 auto; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #9aabaa; border-radius: 5px; background: #fff; }.consent-row input:checked + span i { border-color: var(--ink); background: var(--ink); }.consent-row input:checked + span i::after { width: 7px; height: 4px; content: ""; border-bottom: 1.5px solid #fff; border-left: 1.5px solid #fff; transform: rotate(-45deg) translate(1px,-1px); }
.no-charge { display: block; margin-top: 13px; color: #899493; font-size: 8px; text-align: right; }
.reveal-step { padding-top: 4px; text-align: center; }
.reveal-icon { position: relative; width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid #9fc7c1; border-radius: 24px; color: #fff; background: var(--ink); box-shadow: 0 16px 35px rgba(23,54,70,.2); }.reveal-icon span { font-weight: 850; }.reveal-icon i { position: absolute; top: -7px; right: -7px; width: 25px; height: 25px; display: grid; place-items: center; border: 3px solid #f8f6f0; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 12px; font-style: normal; font-weight: 900; }
.reveal-step .eyebrow { margin-bottom: 13px; }.reveal-step h2 { margin-inline: auto; }.reveal-lead { max-width: 570px; margin: 20px auto; color: #445b62; font-size: 15px; line-height: 1.7; }
.reveal-note { max-width: 565px; display: flex; flex-direction: column; margin: 23px auto; padding: 16px 18px; border: 1px solid #b7d4cf; border-radius: 12px; color: #536a6c; background: #e4f0ed; font-size: 10px; text-align: left; }.reveal-note strong { color: #346a65; font-size: 11px; }
.reveal-step > p:not(.eyebrow):not(.reveal-lead) { max-width: 550px; margin-inline: auto; }.reveal-actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 27px; }.reveal-step > small { display: block; margin-top: 25px; color: #899493; font-size: 8px; letter-spacing: .04em; }
.legal-dialog { width: min(640px, calc(100vw - 28px)); border-radius: 23px; background: #f8f6f0; box-shadow: 0 35px 100px rgba(0,0,0,.36); }
.legal-content { padding: 52px; }.legal-content h2 { margin-bottom: 24px; }.legal-content p, .legal-content li { color: #637277; font-size: 12px; line-height: 1.75; }.legal-content h3 { margin: 22px 0 5px; color: var(--ink); font-size: 12px; }.legal-content .button { margin-top: 24px; }

.reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-on-scroll.visible { opacity: 1; transform: translateY(0); }

@keyframes breathe { 0%,100% { opacity:.55; transform:scale(.85); } 50% { opacity:1; transform:scale(1); } }
@keyframes blink { 50% { opacity:.25; } }
@keyframes wave { 0%,100% { transform: scaleY(.65); } 50% { transform: scaleY(1); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes dataMove { 0% { transform: translate(0,0); opacity:0; } 20% { opacity:1; } 100% { transform: translate(190px,145px); opacity:0; } }
@keyframes dialogIn { from { opacity:0; transform: translateY(15px) scale(.975); } }
@keyframes stepIn { from { opacity:0; transform: translateX(14px); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav, .header-cta { display:none; }
  .menu-button { width: 42px; height: 42px; display:block; margin-left:auto; border:1px solid var(--line); border-radius:50%; background:rgba(255,255,255,.42); }
  .menu-button span { width:16px; height:1px; display:block; margin:5px auto; background:var(--ink); transition:transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform:translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform:translateY(-3px) rotate(-45deg); }
  .mobile-nav { position:absolute; top:78px; right:0; left:0; display:flex; flex-direction:column; gap:0; max-height:0; overflow:hidden; padding:0 18px; background:#f6f4ee; transition:max-height .35s var(--ease), padding .35s; }
  .mobile-nav.open { max-height:420px; padding:16px 18px 22px; border-bottom:1px solid var(--line); box-shadow:0 18px 40px rgba(23,54,70,.12); }
  .mobile-nav a { padding:12px 7px; border-bottom:1px solid var(--line); color:var(--ink); font-size:13px; font-weight:650; }
  .mobile-nav .button { margin-top:16px; }
  .hero { min-height:760px; }.hero-inner { min-height:647px; }.hero-copy { width:58%; }.hero-photo { background-position:52% center; }.hero-status { right:18px; width:340px; }
  .split-heading { grid-template-columns:1fr; gap:25px; }.product-grid, .founder-grid { grid-template-columns:1fr; gap:60px; }.product-image-wrap { order:2; }.product-copy { order:1; }
  .architecture-main { grid-template-columns:1fr; }.mesh-visual { min-height:520px; border-right:0; border-bottom:1px solid rgba(255,255,255,.1); }.architecture-footer { flex-wrap:wrap; gap:14px 30px; padding-block:15px; }
  .steps-grid, .pricing-grid, .quote-grid { grid-template-columns:1fr; }.step-card { min-height:360px; }.price-card, .price-card.featured { min-height:auto; }.price-card ul { min-height:auto; }.pricing-grid { max-width:610px; margin:auto; }.price-card.featured { order:-1; }
  .faq-grid { grid-template-columns:1fr; gap:55px; }.faq-heading { position:static; }.footer-main { grid-template-columns:1fr; gap:55px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 30px); --radius:18px; --radius-lg:22px; }
  .availability-bar { height:31px; font-size:8px; letter-spacing:.06em; }.availability-divider { display:none; }.site-header { top:31px; }.header-inner { height:69px; }.brand img { width:37px; height:37px; }.wordmark { font-size:19px; }
  .hero { min-height:940px; padding-top:100px; background:#e7e4dc; }.hero::before { inset:0; background:linear-gradient(#ece9e2 0%,#e7e4dc 64%,transparent 73%); }.hero-photo { inset:64% 0 0; background-position:50% center; }.hero-photo::before { position:absolute; z-index:1; inset:-2px 0 auto; height:30%; content:""; background:linear-gradient(#e8e5de,transparent); }.hero-photo::after { background:linear-gradient(0deg,transparent 62%,rgba(232,229,222,.55) 100%); }
  .hero-inner { min-height:840px; align-items:flex-start; padding-top:58px; }.hero-copy { width:100%; margin:0; }.eyebrow { margin-bottom:15px; }.hero h1 { margin-bottom:18px; font-size:clamp(49px,14vw,55px); }.hero-lead { max-width:440px; margin-bottom:22px; font-size:15px; line-height:1.55; }.hero-actions { align-items:flex-start; flex-direction:column; gap:15px; }.hero-actions .button { width:100%; }.hero-proof { width:fit-content; max-width:100%; gap:9px 13px; flex-wrap:wrap; margin-top:20px; padding:10px 12px; border:1px solid rgba(23,54,70,.08); border-radius:12px; background:rgba(246,244,238,.78); backdrop-filter:blur(10px); }.hero-status { right:15px; bottom:15px; left:15px; width:auto; }
  .signal-grid { grid-template-columns:1fr 1fr; padding:14px 0; }.signal-grid div, .signal-grid div:first-child { min-height:70px; padding-left:18px; border-left:1px solid var(--line); }.signal-grid div:nth-child(odd) { padding-left:0; border-left:0; }.signal-grid strong { font-size:21px; }.signal-grid span { font-size:8px; }
  .section { padding:85px 0; }.section-heading { margin-bottom:42px; }.section-heading h2, .product-copy h2, .tech-heading h2, .founder-copy blockquote, .closing-inner h2 { font-size:clamp(37px,11vw,43px); }.split-heading > p { font-size:14px; }
  .capability-grid { grid-template-columns:1fr; }.capability-card { grid-column:auto; min-height:350px; padding:27px; }.capability-card:not(.capability-card-large):not(.capability-card-wide) { min-height:0; }.capability-card-large, .capability-card-wide { grid-template-columns:1fr; }.capability-card-large { padding:0; }.card-visual { min-height:390px; }.routine-list { right:16px; bottom:18px; left:16px; grid-template-columns:repeat(3,minmax(0,1fr)); }.routine-list span { min-width:0; padding:14px 4px 14px 16px; font-size:7px; letter-spacing:.035em; white-space:nowrap; }.routine-list span::before { top:17px; left:6px; width:5px; height:5px; }.capability-card-large .card-copy { padding:34px 27px; }.capability-card-large h3 { font-size:32px; }.capability-card:not(.capability-card-large):not(.capability-card-wide) .card-number { margin-bottom:40px; }.card-metric, .card-tags { position:static; margin-top:30px; }.card-tags { flex-wrap:wrap; }.capability-card-wide { gap:35px; }.decision-stack div { grid-template-columns:44px 1fr; }.decision-stack i { display:none; }.decision-stack div:nth-child(1), .decision-stack div:nth-child(3) { transform:none; }
  .product-story { padding:80px 0; }.product-grid { gap:45px; }.product-copy > p:not(.eyebrow) { font-size:14px; }
  .technical-section { padding-top:90px; }.architecture-main { min-height:0; }.mesh-visual { min-height:410px; }.satellite { min-width:88px; padding-left:24px; }.satellite span { font-size:8px; }.satellite small { font-size:6px; }.core-node { width:95px; height:95px; }.architecture-detail { padding:20px; }.tech-row { grid-template-columns:23px 1fr; }.tech-row > i { display:none; }.architecture-topline { padding:0 16px; }.architecture-footer { display:none; }
  .step-card { min-height:390px; }.price-card { padding:28px; }.founder-section { padding:85px 0; }.founder-grid { gap:45px; }.founder-copy blockquote { font-family:Georgia,"Times New Roman",serif; font-size:clamp(33px,9.8vw,39px); line-height:1.12; overflow-wrap:anywhere; }
  .testimonials-section { padding-top:80px; }.quote-card { min-height:310px; }.faq-heading h2 { font-size:clamp(36px,10.5vw,41px); }.closing-section { padding:90px 0; }.closing-inner h2 br { display:none; }
  .footer-main { padding-bottom:45px; }.footer-links { grid-template-columns:1fr 1fr; gap:35px; }.footer-bottom { flex-wrap:wrap; gap:8px 18px; padding:20px 0; }.footer-system { width:100%; margin-left:0; }
  .signup-shell { padding:26px 22px 34px; }.signup-brand img { width:34px; height:34px; }.progress-wrap { margin:25px 0 33px; }.form-step h2, .legal-content h2 { font-size:35px; }.postcode-row { grid-template-columns:1fr; }.form-grid { grid-template-columns:1fr; }.form-actions { gap:8px; }.form-actions .button { flex:1; padding-inline:14px; }.reveal-actions { flex-direction:column; }.legal-content { padding:47px 25px 30px; }
}

@media (max-width: 360px) {
  .availability-bar { gap:7px; font-size:7px; letter-spacing:.035em; }
  .hero { min-height:930px; }
  .hero-inner { min-height:830px; padding-top:52px; }
  .hero-lead { font-size:14px; }
  .hero-proof { font-size:10px; }
  .hero-status { grid-template-columns:38px minmax(0,1fr); gap:10px; padding:12px; }
  .status-time { display:none; }
  .footer-links { grid-template-columns:1fr; }
  .form-actions { flex-direction:column-reverse; }
  .form-actions .button { width:100%; }
  .match-card { align-items:flex-start; flex-direction:column; gap:16px; }
  .match-score { width:100%; padding:12px 0 0; border-top:1px solid rgba(23,54,70,.13); border-left:0; text-align:left; }
}

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