@font-face {
  font-family: Outfit;
  src: url('assets/outfit-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --abyss: #0e2334;
  --navy: #16344b;
  --teal: #316c7e;
  --ember: #a94f32;
  --shelf: #f7f6f1;
  --ink: #4a5560;
  --line: #e2ded6;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--navy);
  background: var(--shelf);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--teal); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
p { font-size: 17px; line-height: 1.65; }
h1, h2, h3 { font-weight: 500; }
h2 { font-size: clamp(34px, 3.65vw, 52px); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.container { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.teal { color: var(--teal); }
.eyebrow { color: var(--teal); font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #a6c5ce; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; background: var(--shelf); padding: 14px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 5; background: var(--shelf); border-bottom: 1px solid var(--line); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex-shrink: 0; display: block; width: 138px; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 14px; transition: color .2s; }
nav a:hover { color: var(--teal); }
nav .nav-contact { display: flex; align-items: center; gap: 32px; border: 1px solid #b5bcb9; border-radius: 999px; padding: 11px 20px; }
.nav-contact:hover { border-color: var(--teal); }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: var(--abyss); color: var(--shelf); }
.hero-inner { position: relative; z-index: 1; padding-top: 75px; padding-bottom: 28px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 1; }
.hero-visual { width: 100%; pointer-events: none; }
.hero-visual img { width: 100%; -webkit-mask-image: radial-gradient(ellipse closest-side, #000 85%, transparent 100%); mask-image: radial-gradient(ellipse closest-side, #000 85%, transparent 100%); }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 27px; font-size: 12px; }
.eyebrow-line { width: 32px; height: 1px; background: #8fb3c0; }
h1 { max-width: 680px; font-size: clamp(42px, 4.45vw, 64px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; }
h1 span { color: #95bdca; }
.hero-description { max-width: 590px; color: #cfdce0; font-size: 18px; font-weight: 300; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; padding: 16px 25px; min-height: 54px; border-radius: 999px; font-size: 15px; font-weight: 500; transition: background .2s, transform .2s; }
.button-ember { background: var(--ember); color: var(--shelf); }
.button-ember:hover { background: #8f4028; transform: translateY(-2px); }
.button span { font-size: 22px; line-height: 1; }
.hero .button { margin-top: 28px; }
.hero-foot { margin-top: 57px; padding-top: 22px; border-top: 1px solid #ffffff24; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-foot p { color: #bdcfd6; font-size: 16px; font-weight: 400; }
.scroll-link { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #65818e; border-radius: 50%; color: #cfdce0; }
.sonar { position: absolute; width: 820px; height: 820px; top: -20px; left: calc(100% - 450px); pointer-events: none; }
.sonar i { position: absolute; top: 50%; left: 50%; width: var(--diameter); height: var(--diameter); transform: translate(-50%, -50%); border: 1px solid #5b92a333; border-radius: 50%; }
.sonar i:nth-child(1) { --diameter: 170px; border-color: #5b92a359; }
.sonar i:nth-child(2) { --diameter: 300px; }
.sonar i:nth-child(3) { --diameter: 430px; }
.sonar i:nth-child(4) { --diameter: 560px; }
.sonar i:nth-child(5) { --diameter: 690px; }
.sonar i:nth-child(6) { --diameter: 820px; }
.sonar-axis { position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #5b92a321; }
.sonar-axis::after { content: ''; position: absolute; left: 50%; top: -410px; width: 1px; height: 820px; background: #5b92a321; }
.promise { border-bottom: 1px solid var(--line); }
.promise-inner { display: flex; justify-content: space-between; align-items: center; padding-block: 30px; }
.promise span { font-size: 18px; font-weight: 500; }
.promise span + span::before { content: ''; display: inline-block; width: 5px; height: 5px; border: 1px solid var(--teal); border-radius: 50%; margin-right: clamp(24px, 7vw, 110px); vertical-align: middle; }
.section { padding-block: 110px; }
.section-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.section-label { padding-top: 10px; }
.section-rule { display: block; width: 38px; height: 1px; background: var(--teal); margin-bottom: 19px; }
.vision-copy { max-width: 650px; margin-top: 35px; }
.vision-copy p, .practitioners-copy p { color: var(--ink); }
.vision-copy p + p, .practitioners-copy p + p { margin-top: 20px; }
.vision-end { margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line); font-size: 16px; color: var(--teal); }
.practitioners { background: #eeeee7; }
.practitioners-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.practitioners-heading .eyebrow { margin-bottom: 28px; }
.practitioners h2 { max-width: 480px; }
.practitioners-copy { border-left: 1px solid #c8d0ca; padding-left: 40px; }
.building-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.building-heading .eyebrow { margin-bottom: 24px; }
.building-description { color: var(--ink); font-size: 22px; margin-top: 22px; text-wrap: balance; }
.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid #bcc9c8; }
.capability { padding: 36px 32px 0; }
.capability:first-child { padding-left: 0; }
.capability:last-child { padding-right: 0; }
.capability + .capability { border-left: 1px solid var(--line); }
.capability-icon { display: block; width: 42px; height: 42px; stroke-width: 1.75; color: var(--teal); margin-bottom: 32px; }
.capability h3 { font-size: 23px; letter-spacing: -.02em; margin-bottom: 15px; }
.capability p { color: var(--ink); font-size: 16px; }
.starting { background: var(--abyss); color: var(--shelf); position: relative; overflow: hidden; }
.starting-inner { padding-block: 95px; }
.starting-graphic { position: absolute; width: 560px; height: 560px; left: -120px; top: 50%; transform: translateY(-50%); opacity: .22; pointer-events: none; }
.starting-graphic span { position: absolute; inset: var(--inset); border: 1px solid #629aaa80; border-radius: 50%; }
.starting-graphic span:nth-child(1) { --inset: 0; }
.starting-graphic span:nth-child(2) { --inset: 11%; }
.starting-graphic span:nth-child(3) { --inset: 22%; }
.starting-graphic span:nth-child(4) { --inset: 33%; }
.starting-copy { position: relative; max-width: 800px; margin-inline: auto; }
.starting-statement { font-size: clamp(25px, 2.5vw, 35px); line-height: 1.3; letter-spacing: -.02em; font-weight: 300; margin-top: 26px; }
.starting-statement span { color: #95bdca; }
.starting-end { margin-top: 27px; color: #aac4ce; font-size: 15px; }
.contact { text-align: center; padding-block: 105px; }
.contact h2 { margin-top: 24px; font-size: clamp(40px, 4.4vw, 62px); }
.contact-intro { margin-top: 28px; color: var(--ink); }
.contact-form { max-width: 680px; margin: 40px auto 0; padding: 32px; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.contact-form h3 { margin-bottom: 24px; font-size: 26px; letter-spacing: -.02em; }
.contact-fields { min-width: 0; padding: 0; margin: 0; border: 0; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-field label { font-size: 15px; font-weight: 500; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; border: 1px solid #aab7ba; border-radius: 6px; padding: 12px 14px; font: inherit; font-size: 16px; line-height: 1.5; color: var(--navy); background: var(--shelf); }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
.contact-form .button { border: 0; cursor: pointer; }
.contact-form .submit-label { font-size: 15px; line-height: 1.5; }
.contact-fields:disabled { opacity: .65; }
.contact-fields:disabled .button { cursor: wait; transform: none; }
.form-status { color: var(--teal); font-size: 15px; margin-top: 16px; }
.form-status:empty { margin-top: 0; }
.contact-form[data-state='error'] .form-status { color: var(--ember); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner .brand { width: 108px; }
.footer-inner p, .footer-inner > a { font-size: 13px; color: var(--ink); }
.footer-inner > a span { margin-left: 18px; }
.footer-inner > a:hover { color: var(--teal); }

@media (min-width: 1600px) { .sonar { left: calc(50% + 200px); } }
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  nav { gap: 22px; }
  nav a { font-size: 12px; }
  nav .nav-contact { gap: 18px; }
  .section-grid { grid-template-columns: 1fr 3fr; gap: 25px; }
  .practitioners-grid { gap: 48px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 92px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; height: auto; flex-wrap: wrap; gap: 0; }
  .brand { width: 112px; }
  .header-inner > .brand { margin-block: 10px; }
  .menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 9px; border: 1px solid #b5bcb9; border-radius: 50%; background: transparent; flex-direction: column; justify-content: center; gap: 6px; }
  .js .menu-toggle { display: flex; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--navy); transition: transform .2s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  nav { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 16px; }
  .js nav { display: none; }
  .js nav.is-open { display: flex; }
  nav a { padding: 13px 4px; font-size: 16px; }
  nav .nav-contact { margin-top: 10px; justify-content: space-between; }
  .hero-inner { padding-top: 53px; padding-bottom: 22px; }
  .hero-layout { grid-template-columns: 1fr; gap: 22px; }
  .hero-visual { width: min(100%, 360px); margin-inline: auto; }
  h1 { font-size: clamp(38px, 7.6vw, 57px); max-width: 650px; }
  .desktop-break { display: none; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 25px; }
  .hero-description { font-size: 16px; max-width: 520px; }
  .hero-foot { margin-top: 22px; }
  .hero-foot p { font-size: 14px; }
  .scroll-link { flex-shrink: 0; }
  .sonar { left: 35%; top: 60px; opacity: .45; }
  .promise-inner { padding-block: 22px; gap: 14px; }
  .promise span { font-size: 12px; }
  .promise span + span::before { display: none; }
  .section { padding-block: 70px; }
  .section-grid, .practitioners-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-label { display: flex; align-items: center; gap: 13px; padding-top: 0; }
  .section-rule { margin: 0; width: 26px; }
  h2 { font-size: clamp(32px, 6.5vw, 44px); }
  .vision-copy { margin-top: 26px; }
  .vision-end { font-size: 15px; }
  .practitioners-heading .eyebrow { margin-bottom: 24px; }
  .practitioners-copy { border-left: 0; padding-left: 0; }
  .building-description { margin-top: 18px; font-size: 19px; }
  .capabilities { grid-template-columns: 1fr; margin-top: 30px; }
  .capability, .capability:first-child, .capability:last-child { padding: 28px 0; }
  .capability + .capability { border-left: 0; border-top: 1px solid var(--line); }
  .capability:last-child { padding-bottom: 0; }
  .capability-icon { margin-bottom: 20px; width: 36px; height: 36px; }
  .capability h3 { font-size: 22px; margin-bottom: 10px; }
  .starting-inner { padding-block: 65px; }
  .starting-graphic { width: 420px; height: 420px; left: -190px; }
  .starting-copy { max-width: 570px; }
  .starting-statement { font-size: 28px; }
  .contact h2 { font-size: clamp(34px, 7.8vw, 52px); }
  .contact-intro { font-size: 16px; }
  .contact-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form .button { width: 100%; }
  .footer-inner { min-height: 100px; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 18px; }
  .footer-inner .brand { width: 88px; }
  .footer-inner p, .footer-inner > a { font-size: 11px; }
  .footer-inner > a span { margin-left: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
