@font-face {
  font-family: Geist;
  src: url("geist-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: oklch(0.985 0.005 210);
  --surface: oklch(0.993 0.003 210);
  --ink: oklch(0.2 0.012 220);
  --muted: oklch(0.49 0.012 215);
  --line: oklch(0.86 0.016 210);
  --petrol: oklch(0.48 0.075 210);
  --deep: oklch(0.33 0.06 210);
  --pale: oklch(0.95 0.025 210);
  --mint: oklch(0.81 0.065 210);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 Geist, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; text-underline-offset: .25em; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.6vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 3.5vw, 3.75rem); }
h3 { font-size: 1.5rem; letter-spacing: -.025em; line-height: 1.25; }
p { max-width: 65ch; text-wrap: pretty; }
small, .small { font-size: .8125rem; }
:focus-visible { outline: 3px solid var(--petrol); outline-offset: 5px; }
.wrap { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 20px; z-index: 5; padding: 12px 20px; background: var(--surface); }
.skip:focus { top: 12px; }
.header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-block: 22px; }
.brand { display: inline-flex; align-items: center; gap: 2px; text-decoration: none; font-size: 1.65rem; font-weight: 600; letter-spacing: -.065em; }
.brand img { width: 44px; height: 36px; object-fit: cover; }
.menu-toggle { display: none; align-items: center; gap: 12px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 3px; background: var(--surface); color: var(--petrol); font-size: .875rem; cursor: pointer; }
.menu-toggle:hover, .menu-toggle[aria-expanded="true"] { background: var(--pale); }
.menu-toggle[aria-expanded="true"] .menu-open-icon,
.menu-toggle[aria-expanded="false"] .menu-close-icon { display: none; }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 40px); }
nav > a { display: inline-flex; min-height: 44px; align-items: center; font-size: .875rem; text-decoration: none; }
nav > a[aria-current] { text-decoration: underline; text-decoration-color: var(--petrol); text-decoration-thickness: 2px; }
nav > a:hover, .text-link:hover { color: var(--petrol); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 3px; background: var(--petrol); color: var(--surface); font-size: .9375rem; font-weight: 500; text-decoration: none; cursor: pointer; transition: background 180ms var(--ease), transform 180ms var(--ease); }
.button:hover { background: var(--deep); transform: translateY(-2px); color: var(--surface); }
.button:active { transform: translateY(0); }
.button.light { background: var(--surface); color: var(--deep); }
.button.light:hover { background: var(--pale); }
.button span, .text-link span { display: inline-block; transition: transform 200ms var(--ease); }
.button:hover span, .text-link:hover span { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: .9375rem; font-weight: 500; text-decoration: none; }
.eyebrow { margin-bottom: 20px; color: var(--petrol); font-size: .8125rem; letter-spacing: .015em; font-weight: 500; }
.lead { margin-top: 28px; color: var(--muted); font-size: 1.125rem; line-height: 1.7; max-width: 46ch; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 32px; }
.hero { display: grid; gap: 48px; padding-block: 52px 64px; align-items: center; }
.hero h1 { font-size: clamp(2.35rem, 5.2vw, 5rem); line-height: 1.04; }
.hero h1 span { display: block; color: var(--mint); }
.hero-copy { animation: arrive 800ms var(--ease) both; }
.process { min-width: 0; }
.process-chart { padding: clamp(20px, 2.5vw, 32px); background: var(--surface); color: var(--ink); border-radius: 4px; }
.process-chart h2 { font-size: 1.5rem; letter-spacing: -.035em; }
.process-flow { display: grid; list-style: none; padding: 0; margin: 24px 0 0; }
.process-step { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 16px; padding: 20px 12px; border-top: 1px solid var(--line); }
.process-step-top { grid-row: span 2; display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--petrol); }
.process-step-top span { font-size: .6875rem; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.process-step h3 { font-size: .9375rem; line-height: 1.3; letter-spacing: -.02em; }
.process-step p { margin-top: 6px; color: var(--muted); font-size: .8125rem; line-height: 1.5; }
.process-step:last-child { background: var(--deep); color: var(--surface); border-color: var(--deep); border-radius: 3px; }
.process-step:last-child :is(.process-step-top, p) { color: var(--mint); }
.principles { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; padding-block: 20px; border-bottom: 1px solid var(--line); font-size: .875rem; color: var(--deep); }
.principles > :is(span, a) { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; }
.tick-icon { flex-shrink: 0; color: var(--petrol); }
.principles a { text-decoration: none; }
.principles a:is(:hover, :focus-visible) { color: var(--petrol); }
.principles a:is(:hover, :focus-visible) > span { text-decoration: underline; }
.section { padding-block: clamp(64px, 8vw, 120px); }
.section-intro { display: grid; gap: 28px; margin-bottom: 64px; }
.section-intro p { color: var(--muted); max-width: 44ch; align-self: end; }
.feature-row { display: grid; gap: 40px; align-items: center; padding-block: 64px; border-top: 1px solid var(--line); }
.feature-copy { max-width: 480px; }
.feature-copy h2 { font-size: clamp(2rem, 3vw, 3rem); max-width: 17ch; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 22px; }
.feature-copy .text-link { margin-top: 24px; color: var(--petrol); }
.ticks { list-style: none; padding: 0; margin: 24px 0 0; }
.ticks li { padding-block: 7px; font-size: .875rem; display: flex; gap: 12px; }
.ticks li::before { content: "✓"; color: var(--petrol); }
.demo-panel { min-width: 0; }
.stock-sheet { position: relative; overflow: hidden; }
.stock-sheet::after { content: ""; position: absolute; inset: 0; border-top: 1px solid var(--petrol); opacity: 0; pointer-events: none; }
.pack-label { display: inline-flex; align-items: center; gap: 10px; }
.pack-label svg { color: var(--petrol); flex-shrink: 0; }
.stock-sheet, .run-sheet { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.sheet-head { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); font-size: 1.25rem; font-weight: 500; letter-spacing: -.025em; }
.sheet-head small { display: block; margin-bottom: 4px; color: var(--muted); font-weight: 400; font-size: .75rem; letter-spacing: 0; }
.stock-path { padding: 16px 24px; border-bottom: 1px solid var(--line); background: var(--pale); color: var(--deep); font-size: .8125rem; }
.stock-item { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); font-size: .875rem; }
.stock-item:last-child { border: 0; }
.stock-item span:last-child { color: var(--petrol); }
.movement { display: flex; align-items: center; gap: 14px; margin-top: 12px; padding: 18px 20px; background: var(--pale); font-size: .875rem; color: var(--deep); }
.movement b { font-weight: 500; }
.movement small { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; }
.check { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--petrol); color: var(--surface); flex-shrink: 0; }
.route-map { height: 210px; background: var(--pale); overflow: hidden; }
.route-map svg { width: 100%; height: 100%; }
.run-stops { list-style: none; margin: 0; padding: 0 24px; }
.run-stops li { display: flex; gap: 12px; align-items: center; font-size: .875rem; padding: 16px 0; border-bottom: 1px solid var(--line); }
.run-stops li:last-child { border: 0; }
.run-stops li > span:last-child { margin-left: auto; font-size: .75rem; color: var(--petrol); }
.stop-number { color: var(--petrol); font-size: .75rem; font-variant-numeric: tabular-nums; }
.connection { background: var(--deep); color: var(--surface); }
.connection h2 { line-height: 1.15; }
.connection .eyebrow { color: var(--mint); }
.connection p { color: var(--mint); }
.connection-grid { display: grid; gap: 40px; }
.connection .text-link { color: var(--surface); }
.pod-record { background: var(--surface); color: var(--ink); border-radius: 3px; overflow: hidden; }
.pod-evidence { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 28px 24px; }
.pod-evidence svg { margin-bottom: 16px; color: var(--petrol); }
.pod-record b { display: block; font-size: .875rem; font-weight: 500; }
.pod-record small { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; }
.pod-return { display: flex; align-items: center; gap: 16px; padding: 20px 24px; background: var(--pale); }
.pod-return > span { color: var(--petrol); font-size: 1.5rem; }
.pod-offline { margin-top: 32px; padding-top: 24px; border-top: 1px solid oklch(0.55 0.05 210); }
.pod-offline p { margin-top: 12px; }
.cta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 32px; padding-block: clamp(32px, 5vw, 64px); margin-block: 0 48px; border-top: 1px solid var(--line); }
.cta h2 { max-width: 18ch; }
.cta p:not(.eyebrow) { color: var(--muted); margin-top: 20px; max-width: 52ch; }
.footer { padding-block: 56px 32px; display: grid; gap: 32px; }
.footer .brand { font-size: 2rem; margin-bottom: 12px; }
.footer .brand img { width: 44px; height: 36px; filter: grayscale(1) invert(1); mix-blend-mode: screen; }
.footer p { color: var(--mint); font-size: .8125rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { min-height: 44px; display: flex; align-items: center; font-size: .9375rem; text-decoration: none; }
.page-hero { padding-block: 64px 72px; }
.page-hero h1 { max-width: 14ch; }
.page-hero .lead { max-width: 52ch; }
.detail-hero { display: grid; gap: 44px; align-items: center; }
.detail-list { margin-top: 0; }
.detail-item { padding-block: 28px; border-top: 1px solid var(--line); }
.detail-item p { margin-top: 12px; color: var(--muted); }
.faq { display: grid; gap: 32px; }
.faq h2 { max-width: 12ch; }
.faq-intro .text-link { margin-top: 24px; color: var(--petrol); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding-block: 24px; font-weight: 500; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0; background: var(--pale); font-size: 1.25rem; font-weight: 400; color: var(--petrol); }
details[open] summary::after { transform: rotate(45deg); }
summary:is(:hover, :focus-visible) { color: var(--petrol); }
details > p { padding: 0 32px 24px 0; color: var(--muted); font-size: .9375rem; }
.contact-layout { display: grid; gap: 40px; padding-block: 48px 96px; align-items: start; }
.contact-layout h1 { font-size: clamp(3rem, 5vw, 4.75rem); max-width: 8ch; line-height: 1.1; }
.contact-aside { margin-top: 0; }
.contact-aside h2 { font-size: 1.125rem; letter-spacing: -.02em; }
.contact-aside p { margin-top: 16px; color: var(--muted); font-size: .9375rem; }
.contact-form { padding: 28px 0 0; border-top: 1px solid var(--line); }
.contact-form h2 { font-size: 1.5rem; }
.form-intro { margin-top: 8px; margin-bottom: 32px; color: var(--muted); font-size: .875rem; }
.form-grid { display: grid; gap: 22px; }
.field { display: grid; gap: 8px; }
label { font-size: .875rem; font-weight: 500; }
label span { color: var(--muted); font-weight: 400; }
input, select, textarea { min-width: 0; width: 100%; background: var(--surface); color: var(--ink); border: 1px solid oklch(0.68 0.015 210); border-radius: 4px; padding: 11px 12px; }
input, select { min-height: 48px; }
.field:focus-within label { color: var(--petrol); }
input:focus, select:focus, textarea:focus { border-color: var(--petrol); background: var(--pale); }
textarea { resize: vertical; min-height: 140px; }
input:user-invalid, textarea:user-invalid { border-color: oklch(0.5 0.19 27); }
.form-note { color: var(--muted); font-size: .8125rem; margin-top: 24px; }
.contact-form .button { margin-top: 24px; width: 100%; justify-content: space-between; }
[hidden] { display: none !important; }
.simple-page { max-width: 800px; min-height: 65vh; padding-block: clamp(64px, 10vw, 128px); }
.simple-page h1 { font-size: clamp(3rem, 5vw, 4.5rem); }

.hero-stage { background: var(--deep); color: var(--surface); }
.hero-stage .eyebrow, .hero-stage .lead { color: var(--mint); }
.hero-stage .button { background: var(--mint); color: var(--deep); }
.hero-stage .button:hover { background: var(--surface); }
.hero-stage :focus-visible, .site-footer :focus-visible, .connection :focus-visible, .contact-intro :focus-visible { outline-color: var(--mint); }
.hero-stage .text-link { color: var(--surface); }
.sheet-status { padding: 5px 10px; background: var(--pale); color: var(--petrol); font-size: .75rem; letter-spacing: 0; white-space: nowrap; }
.page-masthead { background: var(--pale); }
.page-masthead .movement { background: var(--surface); }
.page-masthead .stock-path, .page-masthead .route-map { background: var(--paper); }
.site-footer { background: var(--deep); color: var(--surface); }
.footer-owner { padding-top: 24px; border-top: 1px solid oklch(0.55 0.05 210); }
.footer-links a:is(:hover, :focus-visible) { color: var(--mint); }
.footer-links a[aria-current] { text-decoration: underline; }
.site-footer .footer-links a::after { background: var(--mint); }
.contact-intro { padding: clamp(28px, 4vw, 48px); background: var(--deep); color: var(--surface); }
.contact-intro .eyebrow, .contact-intro .lead { color: var(--mint); }
.utility-main { background: var(--pale); }
.people-masthead { border-bottom: 1px solid var(--line); }
.person { display: grid; gap: 28px; padding-block: clamp(32px, 5vw, 64px); border-top: 1px solid var(--line); }
.person:last-child { border-bottom: 1px solid var(--line); }
.person h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
.person p { color: var(--muted); }
.person-bio p + p, .people-approach p + p { margin-top: 24px; }
.people-invitation { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; }
.pricing-layout { padding-block: clamp(64px, 8vw, 112px); }
.pricing-layout h1 { max-width: 18ch; font-size: clamp(3rem, 5vw, 4.5rem); }
.pricing-layout > div > .lead { max-width: 65ch; }
.pricing-cards { display: grid; gap: 24px; margin-top: 48px; }
.pricing-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
.pricing-card.featured { background: var(--pale); border-color: var(--petrol); }
.pricing-card h2 { font-size: 1.5rem; letter-spacing: -.025em; }
.plan-allowance { margin-top: 8px; color: var(--muted); }
.plan-price { margin-top: 28px; color: var(--petrol); font-size: clamp(2.5rem, 4vw, 3.25rem); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.plan-price small { display: block; margin-top: 10px; color: var(--muted); font-size: .8125rem; font-weight: 400; letter-spacing: 0; line-height: 1.5; }
.pricing-card .ticks, .plan-description { margin: 28px 0 32px; }
.plan-description { color: var(--muted); }
.pricing-card .button { margin-top: auto; }
.optimiser-offer { margin-top: 48px; padding: clamp(24px, 4vw, 56px); border-radius: 4px; }
.optimiser-offer h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.optimiser-offer .plan-price { margin: 0; color: var(--surface); }
.optimiser-offer .plan-price small { color: var(--mint); }
.optimiser-offer .text-link { margin-top: 24px; }
.pricing-additions { margin-top: 64px; }
.price-list { margin: 0; }
.price-list > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid var(--line); }
.price-list dt { font-weight: 500; }
.price-list dt span { display: block; color: var(--muted); font-weight: 400; font-size: .875rem; }
.price-list dd { margin: 0; color: var(--petrol); font-size: 1.5rem; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-list dd small { display: block; color: var(--muted); font-size: .75rem; font-weight: 400; letter-spacing: 0; text-align: right; }
.pricing-terms { margin-top: 24px; color: var(--muted); font-size: .875rem; }

@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes route-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes scan { 0% { transform: translateY(30%); opacity: 0; } 15% { opacity: .7; } 85% { opacity: .7; } 100% { transform: translateY(100%); opacity: 0; } }
@keyframes confirm { from { transform: scale(.8); opacity: .45; } to { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: no-preference) {
  .is-playing .process-step { animation: arrive 450ms var(--step-delay) var(--ease) both; }
  .is-playing .route-line { stroke-dasharray: 1; animation: route-draw 900ms var(--ease) both; }
  .is-playing .stock-sheet::after { animation: scan 700ms ease-out both; }
  .is-playing .movement .check { animation: confirm 300ms 600ms var(--ease) both; }
  nav > a:not(.button), .footer-links a { position: relative; }
  nav > a:not(.button)::after, .footer-links a::after { content: ""; position: absolute; inset: auto 0 8px; height: 1px; background: var(--petrol); transform: scaleX(0); transform-origin: left; transition: transform 200ms var(--ease); }
  nav > a:not([aria-current]):is(:hover, :focus-visible)::after, .footer-links a:is(:hover, :focus-visible)::after { transform: scaleX(1); }
  summary::after { transition: transform 200ms var(--ease); }
  details[open] > p { animation: arrive 220ms var(--ease) both; }
  .button:focus-visible span, .text-link:focus-visible span { transform: translateX(4px); }
}
@media (min-width: 700px) {
  .wrap { width: min(1280px, calc(100% - 80px)); }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .field.full { grid-column: 1 / -1; }
  .footer { grid-template-columns: 1fr auto; align-items: start; }
  .footer-owner { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; }
}
@media (min-width: 960px) {
  .pricing-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .optimiser-offer.connection-grid { grid-template-columns: 1.7fr 1fr; }
  .people-masthead .page-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px 80px; }
  .people-masthead .eyebrow { grid-column: 1 / -1; margin: 0; }
  .people-masthead .lead { align-self: end; margin: 0; }
  .person { grid-template-columns: 1fr 1fr; gap: 100px; }
  .hero { grid-template-columns: 1fr 1.12fr; gap: 48px; padding-block: 64px; }
  .section-intro { grid-template-columns: 1.1fr 1fr; gap: 100px; }
  .feature-row { grid-template-columns: 1fr 1fr; gap: 100px; }
  .feature-row.reverse .feature-copy { order: 2; }
  .feature-row.reverse .demo-panel { order: 1; }
  .connection-grid { grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
  .detail-hero { grid-template-columns: 1fr 1fr; gap: 100px; }
  .detail-section, .faq { display: grid; grid-template-columns: .85fr 1.3fr; gap: 100px; align-items: start; }
  .detail-section .section-intro { display: block; position: sticky; top: 40px; margin: 0; }
  .detail-section .section-intro > p { margin-top: 28px; }
  .contact-layout { grid-template-columns: 1fr 1.1fr; gap: 40px 80px; }
  .contact-form { grid-column: 2; grid-row: 1 / span 2; }
  .contact-aside { grid-column: 1; grid-row: 2; }
}
@media (max-width: 699px) {
  .header { padding-block: 16px; gap: 12px; }
  .menu-toggle { display: inline-flex; }
  .header nav { flex-basis: 100%; display: grid; gap: 0; padding-top: 12px; border-top: 1px solid var(--line); }
  .header nav > a { min-height: 48px; padding-block: 12px; }
  .header nav > .button { justify-content: space-between; margin-top: 12px; }
  .menu-toggle:not([hidden])[aria-expanded="false"] + nav { display: none; }
}
@media (max-width: 520px) {
  .hero { padding-top: 32px; gap: 36px; }
  .principles { display: grid; gap: 10px; }
  .sheet-head, .stock-item { padding: 20px; }
  .stock-path { padding: 16px 20px; }
  .run-stops { padding-inline: 16px; }
  .run-stops li { gap: 8px; }
  .run-stops li > span:last-child { font-size: .6875rem; }
  .cta { margin-bottom: 48px; }
  .footer-links { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-copy { animation: none; }
  .button, .button span, .text-link span { transition: none; }
  .button:hover, .button:hover span, .text-link:hover span { transform: none; }
}
