@font-face {
  font-family: "Instrument Serif";
  src: url("./fonts/instrument-serif-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("./fonts/instrument-serif-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./fonts/ibm-plex-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("./fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("./fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #07141c;
  --ink-soft: #0e2430;
  --teal: #58d6bd;
  --teal-deep: #1ea891;
  --paper: #efe6d4;
  --paper-bright: #f7f1e4;
  --white: #ffffff;
  --text: #102028;
  --muted: #5d6b73;
  --line: rgba(16, 32, 40, 0.16);
  --dark-line: rgba(201, 225, 229, 0.16);
  --copper: #c47a3a;
  --shell: min(1240px, calc(100vw - 80px));
  --header-height: 84px;
  --font-display: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --font-body: "IBM Plex Sans", "Helvetica Neue", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] {
  scroll-margin-top: calc(var(--header-height) + 12px);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper-bright);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--teal);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 240ms var(--ease), height 240ms var(--ease);
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(7, 20, 28, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.brand-mark {
  width: 38px;
  color: var(--teal);
  fill: currentColor;
}

.brand-mark-cut { fill: var(--ink); }

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: 0.16em;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.8vw, 42px);
  font-size: 14px;
}

.primary-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.primary-nav a:hover,
.primary-nav a:focus-visible { color: var(--white); }

.nav-contact {
  padding: 10px 16px;
  border: 1px solid rgba(88, 214, 189, 0.6);
  color: var(--teal) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 8px;
  border: 0;
  background: transparent;
  z-index: 2;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(88, 214, 189, 0.16), transparent 28%),
    linear-gradient(180deg, #07141c 0%, #0a1c26 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(88, 214, 189, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 214, 189, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
}

.hero-laser {
  position: absolute;
  inset: 8% 0 0;
  width: 100%;
  height: 78%;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.4;
  opacity: 0.55;
}

.hero-laser path {
  stroke-dasharray: 12 10;
  animation: laser-travel 18s linear infinite;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: end;
  min-height: calc(100vh - 48px);
  padding: calc(var(--header-height) + 56px) 0 120px;
}

.eyebrow,
.section-index,
.ticket-kicker {
  margin: 0 0 18px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: clamp(48px, 6.4vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.lede {
  max-width: 34em;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }

.button-primary {
  color: var(--ink);
  background: var(--teal);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.button-ghost-dark,
.button-dark {
  border-color: var(--ink);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.show-ticket {
  padding: 28px 28px 24px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 18px 22px 0 rgba(88, 214, 189, 0.18);
  transform: rotate(-1.2deg);
}

.show-ticket h2 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.show-ticket dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px dashed rgba(16, 32, 40, 0.28);
  border-bottom: 1px dashed rgba(16, 32, 40, 0.28);
}

.show-ticket dt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.show-ticket dd {
  margin: 6px 0 0;
  font-weight: 600;
}

.ticket-note {
  margin: 18px 0 0;
  color: #3e4c54;
  font-size: 14px;
  line-height: 1.55;
}

.ticket-person {
  display: grid;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 32, 40, 0.12);
}

.ticket-person span,
.ticket-person small {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.ticket-person strong {
  margin: 4px 0 2px;
  font-size: 18px;
}

.hero-strip {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-strip i {
  width: clamp(20px, 3vw, 48px);
  height: 1px;
  margin-inline: 14px;
  background: var(--teal);
}

.about,
.cases,
.meet,
.book { padding: 108px 0; }

.about { background: var(--paper-bright); }

.about-grid,
.meet-grid,
.book-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px 64px;
}

.about h2,
.platform h2,
.cases h2,
.delivery h2,
.meet h2,
.book h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.about-copy p,
.platform-heading p,
.delivery p,
.meet p,
.book p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-values {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.about-values li {
  padding: 24px 22px 8px 0;
  border-right: 1px solid var(--line);
}

.about-values li:last-child { border-right: 0; padding-right: 0; }

.about-values span {
  display: block;
  margin-bottom: 16px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 12px;
}

.about-values strong {
  display: block;
  font-size: 20px;
}

.about-values em {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.platform {
  padding: 108px 0 0;
  color: var(--white);
  background: var(--ink);
}

.platform-heading { max-width: 820px; }

.platform-heading .section-index { color: #7ee0cb; }

.platform-heading p { color: #b7c4cb; }

.loop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.loop li {
  min-height: 150px;
  padding: 24px 18px 18px 0;
  border-right: 1px solid var(--dark-line);
}

.loop li:last-child { border-right: 0; }

.loop strong {
  display: block;
  font-size: clamp(18px, 2vw, 26px);
}

.loop span {
  display: block;
  margin-top: 28px;
  color: #8b9aa3;
  font-size: 13px;
}

.semantic {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 72px;
  border-top: 1px solid var(--dark-line);
}

.semantic h3 {
  margin: 0;
  padding-top: 56px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
}

.semantic p {
  max-width: 36em;
  color: #b7c4cb;
  line-height: 1.7;
}

.semantic-map {
  position: relative;
  min-height: 420px;
  border-left: 1px solid var(--dark-line);
  background: radial-gradient(circle at 50% 50%, rgba(88, 214, 189, 0.16), transparent 36%);
}

.semantic-map::before,
.semantic-map::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
}

.semantic-map::before {
  width: 1px;
  height: 68%;
  top: 16%;
  left: 50%;
}

.semantic-map::after {
  height: 1px;
  width: 68%;
  left: 16%;
  top: 50%;
}

.node {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--ink);
  font-size: 13px;
}

.node.core {
  top: 45%;
  left: 34%;
  border: 0;
  background: var(--teal);
  color: var(--ink);
  font-weight: 700;
}

.node.n1 { top: 12%; left: 18%; }
.node.n2 { top: 18%; right: 14%; }
.node.n3 { top: 46%; right: 8%; }
.node.n4 { bottom: 16%; right: 16%; }
.node.n5 { bottom: 12%; left: 14%; }
.node.n6 { top: 42%; left: 6%; }

.about-name {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.about-name em {
  color: var(--text);
  font-style: normal;
  font-weight: 600;
}

.stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.stack article {
  padding: 24px 20px 8px 0;
  border-right: 1px solid var(--dark-line);
}

.stack article:last-child { border-right: 0; }

.stack span {
  display: block;
  margin-bottom: 14px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stack p {
  margin: 0;
  color: #b7c4cb;
  font-size: 15px;
  line-height: 1.6;
}

.shifts { padding: 108px 0; }

.shifts-heading { margin-bottom: 48px; }

.shift-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
}

.shift-list article {
  padding: 28px 26px 30px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.shift-list article:nth-child(3n) { border-right: 0; padding-right: 0; }

.shift-list h3 {
  margin: 0 0 14px;
  font-size: 19px;
}

.shift-list .pain {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.shift-list .gain {
  margin: 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(16, 32, 40, 0.24);
  font-size: 15px;
  line-height: 1.6;
}

.shift-list .gain span {
  color: var(--teal-deep);
  font-weight: 600;
}

.cases-heading { max-width: 780px; margin-bottom: 8px; }

.cases-heading p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.case {
  padding: 44px 0;
  border-top: 1px solid var(--ink);
}

.case:first-of-type { margin-top: 48px; }

.case > header {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
}

.case-index {
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 13px;
  padding-top: 8px;
}

.case h3 {
  margin: 0;
  max-width: 20ch;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 400;
  line-height: 1.1;
}

.case-lede {
  max-width: 52em;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.case-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 40px 0 0 88px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.case-steps li {
  padding: 20px 18px 4px 0;
  border-right: 1px solid var(--line);
}

.case-steps li:last-child { border-right: 0; }

.case-steps span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 650;
}

.case-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 34px 0 0 88px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.case-meta dt {
  margin-bottom: 8px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-meta dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.gallery {
  margin-top: 56px;
  padding-top: 44px;
  border-top: 1px solid var(--ink);
}

.gallery > h3 {
  margin: 0 0 28px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.gallery figure {
  margin: 0;
}

.gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  border: 1px solid var(--line);
  background: var(--paper-bright);
}

.gallery figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.gallery figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 15px;
}

.gallery-note {
  max-width: 62em;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.approach {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: approach;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.approach li {
  counter-increment: approach;
  padding: 24px 22px 10px 0;
  border-right: 1px solid var(--dark-line);
}

.approach li:last-child { border-right: 0; }

.approach li::before {
  content: "0" counter(approach);
  display: block;
  margin-bottom: 14px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 12px;
}

.approach h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.approach p {
  margin: 0;
  color: #b7c4cb;
  font-size: 14px;
  line-height: 1.6;
}

.deep { padding: 108px 0; }

.deep-alt { background: var(--paper); }

.deep-heading { max-width: 780px; margin-bottom: 52px; }

.deep-heading p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.deep h3 {
  margin: 0 0 20px;
  font-size: 19px;
}

.sources {
  padding-top: 30px;
  border-top: 1px solid var(--ink);
}

.sources ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.sources li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px 6px 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.sources li:last-child { border-right: 0; }

.sources li strong {
  color: var(--text);
  font-size: 15px;
}

.ladder { margin-top: 56px; }

.ladder ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.ladder li {
  padding: 22px 22px 8px 0;
  border-right: 1px solid var(--line);
}

.ladder li:last-child { border-right: 0; }

.ladder span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 9px;
  background: var(--ink);
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ladder strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.ladder p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--ink);
}

.feature-grid article {
  padding: 26px 26px 14px 0;
  border-right: 1px solid var(--line);
}

.feature-grid article:last-child { border-right: 0; padding-right: 0; }

.feature-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-grid li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.feature-grid li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--teal-deep);
}

.case-steps-flush { margin-left: 0; margin-top: 0; }

.pillars { padding-top: 30px; border-top: 1px solid var(--ink); }

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.pillar-grid article {
  padding: 20px 22px 20px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pillar-grid article:nth-child(3n) { border-right: 0; padding-right: 0; }

.pillar-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 12px;
}

.pillar-grid strong { display: block; font-size: 17px; }

.pillar-grid em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.foundations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}

.foundations p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.foundations strong { color: var(--teal-deep); }

.cadence { margin-top: 56px; }

.cadence ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.cadence li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
}

.cadence strong {
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wins-title { margin: 56px 0 20px; }

.wins {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.wins article {
  padding: 26px 26px 10px 0;
  border-right: 1px solid var(--line);
}

.wins article:last-child { border-right: 0; padding-right: 0; }

.wins header { margin-bottom: 20px; }

.wins header span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wins header strong {
  display: block;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.wins header em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.wins dl { margin: 0; }

.wins dl > div {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.wins dt {
  margin-bottom: 6px;
  color: var(--text);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wins dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.maint {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid var(--ink);
}

.maint > div > p {
  max-width: 42em;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.abc,
.maint-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.abc li,
.maint-facts li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.abc span,
.maint-facts strong {
  display: block;
  margin-bottom: 6px;
  color: var(--teal-deep);
  font-family: var(--font-mono);
  font-size: 13px;
}

.capability { margin-top: 56px; }

.capability-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
}

.capability-grid article {
  padding: 20px 16px 8px 0;
  border-right: 1px solid var(--line);
}

.capability-grid article:last-child { border-right: 0; }

.capability-grid strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
}

.capability-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.photos { margin-top: 64px; }

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.photo-grid figure { margin: 0; }

.photo-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--paper-bright);
}

.photo-grid figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.before-after > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.before-after img { aspect-ratio: 8 / 5; }

.gallery-single { grid-template-columns: minmax(0, 720px); }

.headline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.headline li {
  padding: 22px 22px 6px 0;
  border-right: 1px solid rgba(16, 32, 40, 0.16);
}

.headline li:last-child { border-right: 0; padding-right: 0; }

.headline strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1;
}

.headline span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.results {
  padding: 108px 0;
  background: var(--paper);
}

.results-heading { max-width: 760px; }

.results-heading p {
  margin: 22px 0 0;
  color: #4a5860;
  font-size: 17px;
  line-height: 1.7;
}

.metrics {
  width: 100%;
  margin-top: 48px;
  border-collapse: collapse;
  text-align: left;
}

.metrics caption {
  margin-bottom: 14px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}

.metrics th,
.metrics td {
  padding: 15px 16px 15px 0;
  border-bottom: 1px solid rgba(16, 32, 40, 0.16);
  font-size: 15px;
}

.metrics thead th {
  border-bottom: 1px solid var(--ink);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metrics tbody th {
  font-weight: 600;
}

.metrics td:last-child {
  color: var(--teal-deep);
  font-weight: 650;
}

.attribution {
  max-width: 62em;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.institute {
  max-width: 46em;
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 2px solid var(--teal);
  background: var(--paper-bright);
  font-size: 15px;
  line-height: 1.65;
}

.institute strong { color: var(--text); }

.delivery {
  padding: 96px 0;
  background: #d8ece6;
}

.delivery-grid {
  display: grid;
  gap: 36px;
}

.delivery-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.delivery-flow li {
  min-height: 96px;
  padding: 22px 14px;
  border-right: 1px solid rgba(16, 32, 40, 0.2);
  font-weight: 650;
}

.delivery-flow li:last-child { border-right: 0; }

.delivery blockquote {
  margin: 8px 0 0;
  max-width: 22em;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.2;
}

.meet { background: var(--white); }

.meet-facts {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.meet-facts li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}

.contact-line a { border-bottom: 1px solid rgba(16, 32, 40, 0.28); }

.meet-card {
  align-self: start;
  padding: 32px;
  background: var(--ink);
  color: var(--white);
}

.meet-card p:first-child {
  margin: 0 0 16px;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.meet-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
}

.meet-card p {
  color: #b7c4cb;
}

.meet-card .button {
  margin-top: 12px;
  color: var(--ink);
  background: var(--teal);
  border-color: var(--teal);
}

.book { background: var(--paper); }

.meeting-form {
  display: grid;
  gap: 16px;
}

.meeting-form label {
  display: grid;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meeting-form .optional {
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: none;
}

.meeting-form .field-hint {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.meeting-form input,
.meeting-form select,
.meeting-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px;
  border: 1px solid rgba(16, 32, 40, 0.22);
  background: var(--paper-bright);
  color: var(--ink);
  font: 500 16px/1.4 var(--font-body);
}

.meeting-form input,
.meeting-form select { padding: 0 14px; }

.meeting-form textarea { resize: vertical; }

.meeting-form input:focus,
.meeting-form select:focus,
.meeting-form textarea:focus {
  outline: 2px solid var(--teal-deep);
  outline-offset: 1px;
}

.meeting-form input:user-invalid,
.meeting-form select:user-invalid {
  border-color: #b4472f;
}

.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-actions { margin-top: 8px; }

.form-status {
  margin: 0;
  min-height: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}

.form-status:empty { min-height: 0; }

.form-status[data-state="pending"] { color: var(--muted); }
.form-status[data-state="success"] { color: var(--teal-deep); font-weight: 600; }
.form-status[data-state="error"] { color: #b4472f; }

.site-footer {
  color: #aebbc5;
  background: var(--ink);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 32px;
  padding: 42px 0 28px;
}

.footer-wordmark,
.footer-show,
.site-footer address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-style: normal;
}

.footer-wordmark strong,
.footer-show strong,
.site-footer address strong {
  color: var(--white);
}

.site-footer a:hover { color: var(--teal); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 28px;
  border-top: 1px solid var(--dark-line);
  font-size: 13px;
}

@keyframes laser-travel {
  to { stroke-dashoffset: -220; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 860px); }

  .hero-layout,
  .about-grid,
  .semantic,
  .meet-grid,
  .book-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .about-values,
  .loop,
  .stack,
  .delivery-flow { grid-template-columns: 1fr 1fr; }

  .shift-list { grid-template-columns: 1fr 1fr; }
  .shift-list article:nth-child(3n) { border-right: 1px solid var(--line); padding-right: 26px; }
  .shift-list article:nth-child(2n) { border-right: 0; padding-right: 0; }

  .approach,
  .sources ul,
  .capability-grid { grid-template-columns: 1fr 1fr; }

  .ladder ol,
  .wins,
  .pillar-grid,
  .photo-grid { grid-template-columns: 1fr 1fr; }

  .pillar-grid article:nth-child(3n) { border-right: 1px solid var(--line); padding-right: 22px; }
  .pillar-grid article:nth-child(2n) { border-right: 0; padding-right: 0; }

  .maint,
  .headline { grid-template-columns: 1fr; }
  .maint { gap: 32px; }
  .headline li { border-right: 0; padding-right: 0; border-bottom: 1px solid rgba(16, 32, 40, 0.16); }

  .case-steps { grid-template-columns: 1fr 1fr 1fr; margin-left: 0; }
  .case-meta { grid-template-columns: 1fr; gap: 20px; margin-left: 0; }
  .semantic-map { min-height: 360px; border-left: 0; border-top: 1px solid var(--dark-line); }
  .show-ticket { transform: none; }
}

@media (max-width: 860px) {
  :root {
    --shell: calc(100% - 36px);
    --header-height: 72px;
  }

  .menu-toggle { display: block; }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    padding: 96px 36px;
    background: var(--ink);
    font-size: 28px;
  }

  .primary-nav.is-open { display: flex; }

  .nav-contact { width: fit-content; }

  .hero-layout { padding-bottom: 96px; }
  .hero h1 { max-width: none; }
  .hero-actions,
  .form-actions { flex-direction: column; }
  .button { width: 100%; }

  .about,
  .cases,
  .shifts,
  .results,
  .deep,
  .meet,
  .book,
  .delivery,
  .platform { padding: 72px 0; }

  .about-values,
  .loop,
  .stack,
  .approach,
  .shift-list,
  .case-steps,
  .gallery-grid,
  .gallery-single,
  .sources ul,
  .ladder ol,
  .feature-grid,
  .pillar-grid,
  .foundations,
  .wins,
  .capability-grid,
  .photo-grid,
  .delivery-flow { grid-template-columns: 1fr; }

  .about-values li,
  .loop li,
  .stack article,
  .approach li,
  .case-steps li,
  .sources li,
  .ladder li,
  .feature-grid article,
  .wins article,
  .capability-grid article,
  .delivery-flow li {
    min-height: auto;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .shift-list article,
  .shift-list article:nth-child(3n),
  .pillar-grid article,
  .pillar-grid article:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }

  .cadence li { grid-template-columns: 1fr; gap: 6px; }

  .loop li,
  .stack article,
  .approach li { border-bottom-color: var(--dark-line); }

  .case > header { grid-template-columns: 40px 1fr; gap: 16px; }
  .case-steps li:last-child { border-bottom: 0; }

  .metrics th,
  .metrics td { padding: 12px 10px 12px 0; font-size: 14px; }

  .hero-strip {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .hero-laser path { animation: none; }
}
