/* Brand source: cadefront-v2/src/features/waitlist/waitlist.css and src/index.css.
   Keep these tokens aligned with the public clinic waitlist. */
:root {
  color-scheme:dark;
  --navy:#091e43;
  --navy-glow:#2458a1;
  --text:#f8fbff;
  --muted:#c9d9ed;
  --cyan:#83edf6;
  --button:#87eef5;
  --button-hover:#66e2ec;
  --ink:#122949;
  --body-ink:#52627a;
  --focus:#2583cf;
  --line:#ffffff20;
  --font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}

body {
  margin:0;
  min-height:100dvh;
  font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  color:var(--text);
  background:radial-gradient(ellipse 1300px 1100px at 0 0,var(--navy-glow) 0,transparent 70%),var(--navy)
}

button,a {
  -webkit-tap-highlight-color:transparent
}

button {
  font:inherit
}

a {
  color:inherit
}

a,button {
  touch-action:manipulation
}

button:not(:disabled),a {
  cursor:pointer
}

:focus-visible {
  outline:3px solid var(--focus);
  outline-offset:4px
}

.shell {
  width:calc(100% - clamp(40px,10vw,160px));
  max-width:1200px;
  margin-inline:auto
}

.svg-definitions {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}

.icon {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}

p,h1,h2,h3,figure {
  margin:0
}

.skip-link {
  position:fixed;
  z-index:10;
  top:16px;
  left:16px;
  transform:translateY(-180%);
  background:white;
  color:var(--ink);
  padding:12px 16px;
  border-radius:8px
}

.skip-link:focus {
  transform:none
}

.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px 0
}

.brand {
  display:block;
  flex-shrink:0;
  border-radius:16px;
  padding:14px 20px;
  background:#fff
}

.brand img {
  display:block;
  width:175px;
  height:auto
}

.desktop-nav {
  display:flex;
  gap:30px;
  margin-left:auto;
  margin-right:30px
}

.desktop-nav a,.header-app {
  text-decoration:none;
  font-size:15px;
  font-weight:650;
  color:#dceaff
}

.desktop-nav a {
  display:flex;
  align-items:center;
  min-height:44px
}

.desktop-nav a:hover,.header-app:hover {
  text-decoration:underline;
  text-underline-offset:5px
}

.header-app {
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 0;
  white-space:nowrap
}

.hero {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  align-items:center;
  gap:clamp(32px,4vw,56px);
  padding:44px 0 58px
}

.hero-copy {
  padding:8px 0 16px
}

.live-label {
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 12px;
  border:1px solid #83edf638;
  border-radius:8px;
  background:#83edf60b;
  color:var(--cyan);
  font-size:11px;
  font-weight:750;
  letter-spacing:.09em;
  margin-bottom:23px
}

.live-dot {
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 4px #83edf612
}

h1 {
  font-size:clamp(40px,4.5vw,61px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:750;
  margin-bottom:26px
}

.lede {
  font-size:22px;
  line-height:1.45;
  letter-spacing:-.015em;
  color:#eef5ff;
  max-width:435px;
  margin-bottom:16px
}

.description {
  font-size:17px;
  line-height:1.7;
  color:var(--muted);
  max-width:450px
}

.hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:28px
}

.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  min-height:50px;
  padding:12px 20px;
  border:0;
  border-radius:10px;
  font-size:16px;
  font-weight:750;
  text-decoration:none;
  transition:background .15s
}

.primary {
  background:var(--button);
  color:#0b2b4b
}

.primary:hover {
  background:var(--button-hover)
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  text-decoration:none;
  font-size:15px;
  font-weight:650;
  color:var(--cyan)
}

.text-link:hover {
  text-decoration:underline;
  text-underline-offset:4px
}

.hero-note {
  font-size:12px;
  line-height:1.9;
  margin-top:20px;
  color:#bfcfe4
}

.hero-note a {
  color:#dceaff;
  text-underline-offset:3px
}

.product-preview {
  color:var(--ink);
  background:white;
  border-radius:24px;
  box-shadow:0 24px 80px #020e2540;
  min-width:0;
  overflow:hidden;
  scroll-margin-top:24px
}

.preview-heading {
  padding:24px 24px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}

.eyebrow {
  color:var(--cyan);
  font-size:12px;
  font-weight:750;
  letter-spacing:.09em;
  line-height:1.6;
  margin-bottom:18px
}

.preview-heading .eyebrow {
  color:#086b7b;
  font-size:10px;
  margin-bottom:6px
}

.preview-heading h2 {
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:750
}

.preview-type {
  font-size:9px;
  font-weight:650;
  letter-spacing:.06em;
  color:#52627a;
  white-space:nowrap
}

.preview-tabs {
  display:flex;
  gap:4px;
  padding:0 20px 15px
}

.preview-tab {
  border:1px solid transparent;
  border-radius:8px;
  padding:10px 12px;
  background:transparent;
  color:#52627a;
  font-size:12px;
  font-weight:650;
  min-height:40px
}

.preview-tab.active {
  background:#eff7fa;
  color:#086b7b;
  border-color:#cee8ee
}

.preview-tab:hover {
  background:#f0f5fa
}

.preview-image-link {
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  aspect-ratio:1440/1100;
  margin:0 14px;
  border:1px solid #dbe4ee;
  border-radius:8px;
  background:#f7f9fc;
  text-decoration:none;
  overflow:hidden
}

.preview-image-link img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain
}

.expand-label {
  display:flex;
  align-items:center;
  gap:7px;
  position:absolute;
  right:12px;
  bottom:12px;
  background:#091e43f2;
  color:white;
  box-shadow:0 3px 14px #091e4320;
  padding:9px 11px;
  border-radius:8px;
  font-size:11px;
  font-weight:650
}

.expand-label .icon {
  width:14px;
  height:14px
}

.preview-image-link:hover .expand-label {
  background:#1450a3
}

.product-preview figcaption {
  padding:20px 24px 22px
}

.product-preview figcaption strong {
  font-size:14px;
  font-weight:650;
  line-height:1.4
}

.product-preview figcaption p {
  font-size:12px;
  line-height:1.6;
  color:var(--body-ink);
  margin-top:6px;
  min-height:39px
}

.demo-label {
  display:block;
  color:#637084;
  font-size:10px;
  margin-top:12px
}

.no-script {
  padding:12px 24px;
  font-size:13px
}

.capabilities {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:24px 0;
  color:#c9d9ed
}

.capabilities>span:first-child {
  color:#83edf6;
  font-size:10px;
  font-weight:750;
  letter-spacing:.08em
}

.capabilities p {
  font-size:13px;
  font-weight:650
}

.separator {
  color:#ffffff30;
  font-weight:300
}

.section {
  padding-block:84px
}

.section-heading {
  display:flex;
  justify-content:space-between;
  gap:50px;
  align-items:end;
  margin-bottom:38px
}

h2 {
  font-size:clamp(28px,3vw,39px);
  line-height:1.18;
  letter-spacing:-.03em;
  font-weight:750
}

.section-heading>p {
  max-width:350px;
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  padding-bottom:4px
}

.steps {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px
}

.step {
  border-top:1px solid #83edf633;
  padding-top:24px
}

.step-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:22px
}

.feature-icon {
  color:var(--cyan);
  background:#ffffff0c;
  border:1px solid #83edf633;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  flex-shrink:0;
  border-radius:12px
}

.step-number {
  font-size:10px;
  letter-spacing:.09em;
  color:#bfcfe4;
  font-weight:650
}

.step h3 {
  font-size:18px;
  line-height:1.3;
  font-weight:650;
  margin-bottom:10px
}

.step>p {
  color:#bfcfe4;
  font-size:14px;
  line-height:1.75;
  max-width:340px
}

.patient-section {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  align-items:center;
  gap:60px;
  padding:52px 72px;
  border-radius:24px;
  background:white;
  color:var(--ink);
  box-shadow:0 24px 80px #020e2520
}

.patient-visual {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
  position:relative;
  padding:0 15px
}

.patient-visual::before {
  content:"";
  position:absolute;
  width:100%;
  aspect-ratio:1;
  max-width:350px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border:1px solid #c7e9ef;
  border-radius:50%;
  box-shadow:0 0 0 28px #eff7fa,0 0 0 29px #dceef3;
  background:#e5f5f8
}

.phone-frame {
  position:relative;
  max-width:214px;
  width:100%;
  padding:6px;
  border:1px solid #334a65;
  border-radius:28px;
  background:#122949;
  box-shadow:0 20px 40px #0c244526;
  overflow:hidden
}

.phone-frame img {
  display:block;
  width:100%;
  height:auto;
  border-radius:21px
}

.patient-caption {
  position:relative;
  color:#52627a;
  font-size:10px;
  text-align:center
}

.patient-copy .eyebrow {
  color:#086b7b;
  margin-bottom:16px
}

.patient-copy>p:not(.eyebrow) {
  font-size:16px;
  line-height:1.75;
  color:var(--body-ink);
  margin-top:22px
}

.check-list {
  list-style:none;
  padding:0;
  margin:26px 0 28px;
  display:grid;
  gap:16px
}

.check-list li {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  line-height:1.5
}

.check-list .icon {
  width:18px;
  height:18px;
  color:#086b7b
}

.dark {
  background:#122949;
  color:white
}

.dark:hover {
  background:#214b7a
}

.story {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px
}

.story-copy p {
  font-size:17px;
  line-height:1.75;
  color:var(--muted);
  margin-bottom:16px
}

.closing {
  padding:38px 40px;
  border-radius:24px;
  border:1px solid #83edf633;
  background:#ffffff07;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-bottom:64px
}

.closing .eyebrow {
  margin-bottom:12px
}

.closing h2 {
  font-size:31px
}

.closing p:not(.eyebrow) {
  margin-top:14px;
  color:var(--muted);
  font-size:15px;
  line-height:1.6
}

.closing .button {
  flex-shrink:0
}

.site-footer {
  border-top:1px solid var(--line);
  padding:28px 0 26px;
  color:#bbcee8
}

.footer-top {
  display:flex;
  align-items:center;
  gap:24px
}

.footer-brand {
  padding:10px 14px;
  border-radius:12px
}

.footer-brand img {
  width:128px
}

.footer-top>p {
  color:var(--cyan);
  font-size:19px;
  font-weight:600
}

.footer-top nav {
  display:flex;
  gap:24px;
  margin-left:auto
}

.footer-top nav a {
  display:flex;
  align-items:center;
  min-height:44px;
  font-size:12px;
  text-decoration:none
}

.footer-top nav a:hover {
  text-decoration:underline
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:28px;
  font-size:11px
}

.preview-tabs {
  display:none
}

.enhanced .preview-tabs {
  display:flex
}

dialog {
  color-scheme:light;
  width:min(1480px,96vw);
  max-width:96vw;
  max-height:94dvh;
  padding:0;
  border:0;
  border-radius:18px;
  background:white;
  color:var(--ink);
  box-shadow:0 24px 100px #020e2580
}

dialog::backdrop {
  background:#020e25c9;
  backdrop-filter:blur(6px)
}

.dialog-toolbar {
  position:sticky;
  top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 22px;
  background:white;
  border-bottom:1px solid #dbe4ee;
  z-index:1
}

.dialog-toolbar h2 {
  font-size:20px
}

.dialog-toolbar p {
  font-size:12px;
  color:var(--body-ink);
  margin-top:4px
}

.close-dialog {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid #dbe4ee;
  border-radius:10px;
  background:#eff7fa;
  color:var(--ink)
}

.close-dialog:hover {
  background:#dceef3
}

.dialog-image-wrap {
  overflow:auto;
  background:#f7f9fc
}

.dialog-image-wrap img {
  display:block;
  width:100%;
  height:auto
}

.dialog-help {
  text-align:center;
  font-size:12px;
  padding:14px;
  color:var(--body-ink);
  line-height:1.5
}

body:has(dialog[open]) {
  overflow:hidden
}

@media(min-width:1400px) {
  .hero {
    padding-top:52px
  }
  .product-preview {
    transform:translateY(6px)
  }
}

@media(max-width:1100px) {
  .desktop-nav {
    gap:20px;
    margin-right:8px
  }
  .hero {
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:32px
  }
  .hero-actions {
    gap:10px
  }
  .hero-actions .text-link {
    font-size:13px
  }
  .preview-heading {
    padding:22px 18px 18px
  }
  .preview-heading h2 {
    font-size:21px
  }
  .preview-type {
    display:none
  }
  .preview-tabs {
    padding-inline:12px;
    gap:2px
  }
  .preview-tab {
    padding-inline:8px;
    font-size:11px
  }
  .product-preview figcaption {
    padding-inline:20px
  }
  .capabilities {
    justify-content:center;
    gap:16px
  }
  .capabilities>span:first-child {
    width:100%;
    text-align:center
  }
  .patient-section {
    gap:36px;
    padding:44px
  }
  .footer-top {
    flex-wrap:wrap
  }
  .footer-top nav {
    gap:18px
  }
}

@media(max-width:800px) {
  .site-header {
    padding:22px 0
  }
  .brand {
    padding:12px 14px;
    border-radius:12px
  }
  .brand img {
    width:142px
  }
  .desktop-nav {
    display:none
  }
  .hero {
    grid-template-columns:minmax(0,1fr);
    max-width:560px;
    gap:32px;
    padding:32px 0 40px
  }
  .hero-copy {
    padding:0
  }
  .hero h1 {
    font-size:clamp(36px,7.5vw,52px)
  }
  .desktop-break {
    display:none
  }
  .lede {
    font-size:21px;
    max-width:500px
  }
  .description {
    max-width:520px
  }
  .hero-actions {
    gap:20px
  }
  .hero-actions .text-link {
    font-size:15px
  }
  .hero-note {
    margin-top:18px
  }
  .product-preview {
    transform:none
  }
  .preview-heading {
    padding:24px
  }
  .preview-heading h2 {
    font-size:25px
  }
  .preview-type {
    display:block
  }
  .preview-tabs {
    padding:0 18px 16px;
    gap:4px
  }
  .preview-tab {
    font-size:12px;
    padding:10px 12px
  }
  .product-preview figcaption {
    padding:20px 24px
  }
  .product-preview figcaption p {
    min-height:0
  }
  .capabilities {
    padding:22px 0;
    gap:12px 20px
  }
  .capabilities .separator {
    display:none
  }
  .capabilities p {
    font-size:12px
  }
  .section {
    padding-block:60px
  }
  .section-heading {
    display:block;
    margin-bottom:30px
  }
  .section-heading>p {
    margin-top:20px;
    max-width:560px
  }
  .steps {
    grid-template-columns:1fr;
    gap:28px
  }
  .step {
    display:grid;
    grid-template-columns:1fr;
    gap:0
  }
  .step-top {
    margin-bottom:16px
  }
  .step>p {
    max-width:560px
  }
  .patient-section {
    grid-template-columns:1fr;
    gap:36px;
    padding:36px 26px
  }
  .patient-copy {
    grid-row:1
  }
  .patient-visual {
    padding-top:10px
  }
  .patient-visual::before {
    max-width:250px;
    width:75%
  }
  .phone-frame {
    max-width:200px
  }
  .patient-copy h2 {
    font-size:clamp(25px,5vw,35px)
  }
  .story {
    grid-template-columns:1fr;
    gap:26px
  }
  .story-copy p {
    font-size:16px
  }
  .closing {
    padding:30px 26px;
    align-items:start;
    flex-direction:column;
    margin-bottom:44px
  }
  .closing h2 {
    font-size:29px
  }
  .footer-top {
    gap:18px
  }
  .footer-top nav {
    width:100%;
    margin-left:0;
    flex-wrap:wrap;
    gap:8px 24px
  }
  .footer-bottom {
    margin-top:18px;
    flex-direction:column;
    gap:10px
  }
  .footer-brand img {
    width:120px
  }
  .footer-top>p {
    font-size:17px
  }
  .dialog-image-wrap img {
    min-width:850px
  }
  .dialog-toolbar {
    padding:14px 16px
  }
  .dialog-toolbar h2 {
    font-size:18px
  }
  .dialog-help {
    text-align:left
  }
}

@media(max-width:380px) {
  .header-app {
    font-size:12px;
    gap:6px
  }
  .header-app .icon {
    width:17px
  }
  .brand img {
    width:122px
  }
  .site-header {
    gap:12px
  }
  .preview-type {
    display:none
  }
  .preview-heading {
    padding-inline:18px
  }
  .preview-tab {
    font-size:11px;
    padding-inline:8px
  }
  .preview-tabs {
    padding-inline:10px
  }
  .hero-actions {
    gap:10px
  }
  .hero-actions .button {
    padding-inline:16px
  }
  .hero-actions .text-link {
    font-size:13px
  }
  .preview-heading h2 {
    font-size:22px
  }
  .capabilities {
    gap:12px
  }
  .footer-top>p {
    font-size:15px
  }
}

@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    transition-duration:.01ms!important
  }
}

/* The campaign film leads the homepage, before the headline on small screens. */
.hero {
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(50px,8vw,120px);
  padding-top:24px;
  padding-bottom:40px;
  align-items:center
}

.hero-copy {
  max-width:520px
}

.campaign-film {
  width:min(100%,340px);
  justify-self:center;
  min-width:0
}

.campaign-film video {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:9/16;
  object-fit:contain;
  border:1px solid #83edf633;
  border-radius:20px;
  background:#091e43;
  box-shadow:0 24px 80px #020e2550
}

.campaign-film>figcaption {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  padding-top:12px;
  font-size:10px;
  font-weight:750;
  letter-spacing:.08em;
  color:var(--cyan)
}

.film-duration {
  color:#bfcfe4;
  margin-left:7px;
  font-weight:400
}

.sound-toggle {
  background:transparent;
  color:#dceaff;
  border:0;
  padding:8px 0;
  font-size:12px;
  min-height:36px;
  text-decoration:underline;
  text-underline-offset:3px
}

.film-details {
  color:#bfcfe4;
  font-size:11px;
  line-height:1.7;
  margin-top:4px
}

.film-details summary {
  cursor:pointer;
  min-height:32px;
  padding-block:5px;
  width:fit-content
}

.film-details>div {
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:10px;
  margin-top:4px;
  background:#091e43
}

.film-details p+p {
  margin-top:10px
}

.film-details a {
  color:#83edf6;
  text-underline-offset:2px
}

.gallery {
  display:grid;
  grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);
  gap:60px;
  align-items:center;
  padding-bottom:0
}

.gallery-copy>p:not(.eyebrow) {
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
  margin-top:24px
}

.gallery-copy>.gallery-note {
  font-size:12px!important;
  margin-top:16px!important;
  color:#bfcfe4!important
}

.gallery-copy .text-link {
  margin-top:14px
}

.gallery .product-preview {
  transform:none
}

@media(min-width:801px) and (max-height:850px) {
  .campaign-film {
    width:min(100%,285px)
  }
  .hero {
    padding-top:8px
  }
  .hero-copy h1 {
    font-size:clamp(40px,4vw,56px)
  }
}

@media(max-width:1100px) {
  .hero {
    gap:48px
  }
  .campaign-film {
    width:min(100%,310px)
  }
  .gallery {
    gap:32px;
    grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr)
  }
}

@media(max-width:800px) {
  .hero {
    grid-template-columns:1fr;
    gap:38px;
    padding-top:14px
  }
  .campaign-film {
    width:min(100%,310px,calc((100svh - 180px)*.5625));
    min-width:210px
  }
  .hero-copy {
    max-width:none
  }
  .gallery {
    grid-template-columns:1fr;
    gap:28px
  }
  .gallery-copy>p:not(.eyebrow) {
    margin-top:18px
  }
  .hero h1 {
    font-size:clamp(36px,7.5vw,52px)
  }
}

/* Shared navigation and complete company pages. */
.site-header { position: relative; }
.site-menu { position: relative; flex-shrink: 0; z-index: 15; }
.site-menu summary { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px; border: 1px solid #ffffff26; border-radius: 10px; color: #dceaff; font-size: 13px; font-weight: 650; cursor: pointer; list-style: none; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary .icon { width: 18px; height: 18px; }
.site-menu[open] summary, .site-menu summary:hover { background: #ffffff0b; }
.site-menu nav { position: absolute; right: 0; top: calc(100% + 12px); width: 228px; display: grid; gap: 2px; padding: 10px; background: white; color: var(--ink); border-radius: 16px; box-shadow: 0 16px 60px #020e2560; }
.site-menu nav a { min-height: 44px; display: flex; align-items: center; padding: 10px 14px; text-decoration: none; font-size: 14px; font-weight: 650; border-radius: 8px; }
.site-menu nav a:hover, .site-menu nav a[aria-current=page] { background: #eff7fa; color: #086b7b; }
.desktop-nav a[aria-current=page] { color: var(--cyan); }
.site-header .desktop-nav { margin-right: 12px; }
.site-header .header-app { margin-left: auto; }
.footer-top { flex-wrap: wrap; }
.footer-top nav { flex: 1 1 460px; justify-content: flex-end; flex-wrap: wrap; gap: 4px 22px; }
.footer-top nav a[aria-current=page] { color: var(--cyan); }
.page-intro { padding: 52px 0 42px; }
.page-intro h1 { max-width: 930px; text-wrap: balance; }
.page-lede { font-size: 21px; line-height: 1.6; color: #dceaff; max-width: 830px; }
.page-content { padding-bottom: 80px; }
.page-content > * + * { margin-top: 32px; }
.content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.content-card { background: #fff; color: var(--ink); border-radius: 24px; padding: clamp(24px, 3vw, 38px); min-width: 0; box-shadow: 0 16px 50px #020e2520; }
.content-card h2, .content-card h3 { color: var(--ink); }
.content-card h2 { font-size: clamp(24px, 2.5vw, 30px); margin-bottom: 18px; }
.content-card h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 12px; }
.content-card p { color: var(--body-ink); font-size: 16px; line-height: 1.75; }
.content-card p + p { margin-top: 16px; }
.content-card .eyebrow, .content-card .role { color: #086b7b; }
.content-card .text-link { color: #1554a1; margin-top: 18px; }
.content-card .button { margin-top: 24px; }
.content-card a:not(.button) { text-underline-offset: 3px; }
.prose { max-width: 900px; font-size: 17px; line-height: 1.8; color: var(--muted); }
.prose.content-card { max-width: none; color: var(--body-ink); }
.prose p + p { margin-top: 18px; }
.prose h2 { margin-bottom: 20px; }
.prose h2:not(:first-child) { margin-top: 32px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose li + li { margin-top: 9px; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.team-card { overflow: hidden; border-radius: 24px; background: #fff; color: var(--ink); min-width: 0; }
.team-portrait { display: block; width: 100%; max-height: 380px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 25%; background: #eff7fa; }
.team-card .team-copy, .team-card > div { padding: 30px; }
.team-card h2 { font-size: 28px; margin-bottom: 10px; }
.team-card p { font-size: 16px; line-height: 1.75; color: var(--body-ink); }
.team-card p + p { margin-top: 16px; }
.team-card .role { color: #086b7b; font-size: 13px; font-weight: 750; line-height: 1.5; margin-bottom: 18px; }
.link-list, .document-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.link-list li, .document-list li { padding: 18px 0; border-top: 1px solid #dbe4ee; }
.link-list li:first-child, .document-list li:first-child { border-top: 0; padding-top: 0; }
.link-list a, .document-list a { color: #1554a1; font-weight: 650; text-underline-offset: 4px; overflow-wrap: anywhere; }
.link-list p, .document-list p { font-size: 14px; margin-top: 8px; }
.document-list .text-link { margin-top: 8px; }
.contact-details { margin: 0; }
.contact-details dt { font-size: 12px; font-weight: 750; letter-spacing: .07em; color: #086b7b; margin-top: 24px; margin-bottom: 8px; }
.contact-details dt:first-child { margin-top: 0; }
.contact-details dd { margin: 0; color: var(--body-ink); font-size: 17px; line-height: 1.6; overflow-wrap: anywhere; }
.contact-details a { color: #1554a1; }
.page-content img:not(.team-portrait) { max-width: 100%; height: auto; }
.page-content .caption { font-size: 12px; color: var(--body-ink); margin-top: 12px; line-height: 1.6; }
.page-content .content-card .primary { color: #0b2b4b; }
.not-found { padding-bottom: 96px; min-height: 58vh; }
@media (max-width: 1100px) {
  .site-header { gap: 18px; }
  .site-header .desktop-nav { gap: 20px; margin-right: 0; }
  .site-menu summary span { display: none; }
  .footer-top nav { justify-content: flex-start; flex-basis: 100%; }
}
@media (max-width: 800px) {
  .site-header { gap: 12px; }
  .site-header .header-app { font-size: 13px; gap: 6px; }
  .site-header .header-app .icon { width: 17px; }
  .site-header .brand img { width: 124px; }
  .site-menu summary { padding: 10px; }
  .page-intro { padding: 30px 0 28px; }
  .page-intro h1 { font-size: clamp(36px, 7.5vw, 52px); }
  .page-lede { font-size: 18px; }
  .page-content { padding-bottom: 48px; }
  .content-grid, .team-grid { grid-template-columns: 1fr; gap: 22px; }
  .team-card > div { padding: 26px; }
  .team-portrait { max-height: 420px; }
  .team-card h2 { font-size: 26px; }
}
@media (max-width: 380px) {
  .site-header { gap: 8px; }
  .site-header .brand { padding: 10px; }
  .site-header .brand img { width: 105px; }
  .site-header .header-app { font-size: 11px; }
  .site-header .header-app .icon { display: none; }
  .site-menu summary { padding: 8px; min-height: 40px; }
  .contact-details dd { font-size: 15px; }
}
.page-content > .prose .link-list a { color: var(--cyan); }
.contact-details .text-link { margin-top: 4px; }
.document-list.content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.document-list.content-grid .content-card h2 { font-size: 27px; }
.document-list.content-grid .content-card > p .text-link { margin-top: 8px; }
@media (max-width: 900px) { .document-list.content-grid { grid-template-columns: 1fr; } }
.team-card h2 { color: var(--ink); }
/* Keep complete, consistently sized headshots without enlarging the small originals. */
.team-portrait { width: 168px; height: 168px; max-height: none; aspect-ratio: 1; object-fit: cover; object-position: center top; margin: 30px 30px 0; border-radius: 16px; }
@media (max-width: 800px) { .team-portrait { margin: 26px 26px 0; } }
