:root {
  --ink: #00143f;
  --ink-soft: #18305c;
  --cyan: #0797f2;
  --cta: #005b9f;
  --coral: #ff6f61;
  --cyan-line: #d9f1ff;
  --cyan-wash: #f6fcff;
  --white: #ffffff;
  --muted: #5d6d89;
  --focus-light: #005b9f;
  --focus-dark: #7ad9ff;
  --shell: min(1560px, calc(100% - 96px));
  --ease: cubic-bezier(.22, .72, .28, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus-light); outline-offset: 4px; }
.contact-band a:focus-visible, .contact-band button:focus-visible { outline-color: var(--focus-dark); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: var(--coral); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--cyan-line); background: rgba(255,255,255,.96); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; font-size: 1.875rem; font-weight: 760; letter-spacing: -.055em; line-height: 1; }
.wordmark-live { color: var(--ink); }
.wordmark-people { color: var(--cyan); }
.primary-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.6vw, 3rem); font-size: .9rem; font-weight: 600; }
.primary-nav > a:not(.button) { color: var(--ink-soft); transition: color .2s ease; }
.primary-nav > a:not(.button):hover { color: var(--cta); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 1px solid transparent; border-radius: 5px; font-size: .86rem; font-weight: 700; letter-spacing: -.01em; line-height: 1; min-height: 52px; padding: 0 1.35rem; transition: transform .25s var(--ease), background-color .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 1.05rem; font-size: .77rem; }
.button-header { background: var(--cta); color: var(--white); }
.button-header:hover { background: var(--ink); }
.button-primary { background: var(--cta); color: var(--white); }
.button-primary:hover { background: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--coral); }
.contact-band .button-primary { background: var(--cyan); color: var(--ink); }
.contact-band .button-primary:hover { background: var(--coral); color: var(--ink); }
.menu-toggle { display: none; }
.hero { min-height: 720px; padding-block: clamp(5rem, 9vw, 9rem) clamp(5rem, 8vw, 8rem); display: grid; grid-template-columns: minmax(0, 760px) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 4vw, 4.5rem); }
.hero-copy { max-width: 700px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.5rem, 5.5vw, 6rem); line-height: .97; letter-spacing: -.075em; font-weight: 760; margin-bottom: 2rem; max-width: none; }
h1 > span { display: block; white-space: nowrap; }
.hero-body { max-width: 34rem; color: var(--ink-soft); font-size: clamp(1.02rem, 1.5vw, 1.22rem); line-height: 1.55; letter-spacing: -.02em; margin-bottom: 2.6rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.75rem; }
.button-outline { background: transparent; border-color: var(--cta); color: var(--cta); }
.button-outline:hover { background: var(--cta); border-color: var(--cta); color: var(--white); }
.hero-media { min-width: 0; margin: 0; position: relative; }
.hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 1500 / 813; object-fit: contain; background: var(--white); }
.section-light { background: var(--white); }
.section-white { background: var(--white); }
.approach { padding-block: clamp(5.5rem, 10vw, 9.5rem); }
.section-heading { max-width: 100%; margin-inline: auto; text-align: center; margin-bottom: clamp(4rem, 8vw, 7rem); }
.section-heading-wide { margin-bottom: clamp(3rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2.35rem, 3.8vw, 4.3rem); line-height: 1.03; letter-spacing: -.07em; font-weight: 740; margin-bottom: 0; max-width: none; margin-inline: auto; white-space: nowrap; }
.approach-rail { display: grid; grid-template-columns: repeat(3, 1fr); }
.approach-step { padding: 0 clamp(1.25rem, 3vw, 3.5rem); border-left: 1px solid #b8e7fb; min-height: 340px; }
.approach-step:first-child { padding-left: 0; border-left: 0; }
.approach-step:last-child { padding-right: 0; }
.step-topline { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.25rem; }
.step-number { font-size: 1.05rem; font-weight: 750; letter-spacing: .08em; color: var(--ink-soft); }
.step-line { height: 1px; flex: 1; background: #b8e7fb; }
.line-icon { width: 96px; height: 96px; margin-bottom: 1.65rem; fill: none; stroke: var(--cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.approach-step:nth-child(3) .line-icon { stroke: var(--coral); }
h3 { font-size: 1.55rem; line-height: 1.1; letter-spacing: -.045em; font-weight: 720; margin-bottom: .7rem; }
.approach-step p { color: var(--muted); max-width: 18rem; margin-bottom: 0; }
.modes { padding-block: clamp(5.5rem, 10vw, 10rem); }
.modes-grid { display: grid; grid-template-columns: 1fr 1fr; }
.mode { min-height: 360px; display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: end; gap: clamp(1.5rem, 3vw, 3.5rem); padding: 2.2rem clamp(1.5rem, 4vw, 4.25rem) 0 0; position: relative; }
.mode + .mode { border-left: 1px solid var(--cyan-line); padding-left: clamp(1.5rem, 4vw, 4.25rem); padding-right: 0; }
.mode-illustration { width: 220px; height: auto; fill: none; stroke: var(--cyan); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; align-self: center; }
.mode-managed .mode-illustration { stroke: var(--coral); }
.mode-copy { align-self: end; padding-bottom: .2rem; }
.mode-copy h3 { font-size: clamp(1.65rem, 2.6vw, 2.35rem); margin-bottom: .8rem; }
.mode-copy p { color: var(--muted); max-width: 19rem; margin-bottom: 0; }
.contact-band { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding-block: clamp(5rem, 10vw, 9rem); }
.contact-inner { position: relative; z-index: 1; max-width: 850px; margin-inline: auto; text-align: center; }
.contact-inner h2 { max-width: 28ch; margin-bottom: 1.75rem; white-space: normal; }
.contact-inner > p { color: #b4c3dc; font-size: clamp(1rem, 1.7vw, 1.2rem); max-width: 31rem; margin: 0 auto 2.25rem; }
.contact-inner .button-primary { min-width: 300px; min-height: 60px; font-size: .95rem; }
.signal { position: absolute; width: min(420px, 38vw); height: auto; opacity: .23; fill: none; stroke: #5fc7fa; stroke-width: 1.1; }
.signal-left { left: -100px; top: -12px; }
.signal-right { right: -110px; bottom: -20px; transform: rotate(180deg); stroke: var(--coral); }
.site-footer { background: var(--white); }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-brand { margin: 0; font-size: .9rem; font-weight: 750; letter-spacing: -.025em; }
.footer-nav { display: flex; gap: 2rem; color: var(--muted); font-size: .82rem; font-weight: 600; }
.footer-nav a:hover { color: var(--cta); }
.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js-ready .reveal-delay { transition-delay: .12s; }
.js-ready .reveal-delay-1 { transition-delay: .1s; }
.js-ready .reveal-delay-2 { transition-delay: .2s; }
@media (max-width: 900px) {
  :root { --shell: min(100% - 48px, 720px); }
  .header-inner { min-height: 72px; flex-wrap: wrap; }
  .js-ready .menu-toggle { display: inline-flex; align-items: center; gap: .7rem; border: 0; background: transparent; color: var(--ink); padding: .5rem 0; font: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; }
  .menu-icon { width: 22px; display: grid; gap: 5px; }
  .menu-icon span { display: block; height: 1.5px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .primary-nav { order: 3; flex-basis: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: .65rem max(24px, calc((100vw - 720px) / 2)) 1.35rem; border-top: 1px solid var(--cyan-line); background: var(--white); }
  .js-ready .header-inner { flex-wrap: nowrap; }
  .js-ready .primary-nav { order: initial; flex-basis: auto; position: absolute; top: 72px; left: 0; right: 0; z-index: 10; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .65rem max(24px, calc((100vw - 720px) / 2)) 1.35rem; border-top: 0; border-bottom: 1px solid var(--cyan-line); box-shadow: 0 14px 24px rgba(0,20,63,.06); }
  .js-ready .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: .8rem 0; }
  .primary-nav .button { margin-top: .75rem; width: fit-content; }
  .hero { min-height: auto; padding-block: 4.75rem 5.75rem; grid-template-columns: 1fr; gap: 3.75rem; }
  h1 { font-size: clamp(3.25rem, 11vw, 5.5rem); }
  h1 > span { display: inline; white-space: normal; }
  h2 { white-space: normal; max-width: 18ch; }
  .hero-copy { max-width: 40rem; }
  .hero-media { width: min(100%, 620px); }
  .approach-rail { grid-template-columns: 1fr; gap: 0; }
  .approach-step, .approach-step:first-child, .approach-step:last-child { display: grid; grid-template-columns: 86px minmax(0, 1fr); column-gap: 1.35rem; padding: 2rem 0; border-left: 0; border-top: 1px solid #b8e7fb; min-height: 0; }
  .approach-step:first-child { border-top: 0; padding-top: 0; }
  .step-topline { grid-column: 1; grid-row: 1 / span 3; display: block; margin: 0; }
  .step-number { display: block; margin-top: .3rem; }
  .step-line { display: none; }
  .line-icon { grid-column: 2; grid-row: 1; width: 48px; height: 48px; margin-bottom: 1rem; }
  .approach-step h3 { grid-column: 2; grid-row: 2; }
  .approach-step p { grid-column: 2; grid-row: 3; }
  .modes-grid { grid-template-columns: 1fr; }
  .mode, .mode + .mode { min-height: 250px; padding: 2.5rem 0; grid-template-columns: 130px minmax(0, 1fr); }
  .mode + .mode { border-left: 0; border-top: 1px solid var(--cyan-line); }
  .mode-illustration { width: 120px; }
  .contact-inner .button-primary { width: 100%; max-width: 100%; }
}
@media (max-width: 560px) {
  :root { --shell: calc(100% - 40px); }
  .primary-nav { padding-inline: 20px; }
  .hero { padding-block: 3.5rem 4.5rem; gap: 3rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); margin-bottom: 1.45rem; }
  .hero-body { font-size: 1rem; margin-bottom: 2rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-actions .button { width: 100%; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .section-heading { display: block; margin-bottom: 3.5rem; }
  .approach-step, .approach-step:first-child, .approach-step:last-child { grid-template-columns: 52px minmax(0, 1fr); column-gap: 1rem; padding-block: 1.75rem; }
  .approach-step h3 { font-size: 1.35rem; }
  .approach-step p { font-size: .95rem; }
  .mode, .mode + .mode { grid-template-columns: 88px minmax(0, 1fr); min-height: 220px; padding-block: 2rem; gap: 1rem; }
  .mode-illustration { width: 84px; }
  .mode-copy h3 { font-size: 1.55rem; }
  .mode-copy p { font-size: .93rem; }
  .contact-inner h2 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .signal { width: 300px; }
  .signal-left { left: -180px; }
  .signal-right { right: -180px; }
  .footer-inner { min-height: 130px; align-items: flex-start; flex-direction: column; justify-content: center; gap: .85rem; }
  .footer-nav { gap: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover { transform: none; }
  .js-ready .reveal { opacity: 1; transform: none; }
}
