/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .static {
    position: static;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }
}

:root {
  --ink: #0a2430;
  --ink-2: #143641;
  --paper: #f3f0e9;
  --white: #fffefa;
  --mint: #57c9b2;
  --mint-soft: #dcece6;
  --blue: #78a9d2;
  --sand: #d9b991;
  --violet: #a49fd4;
  --rose: #d5a2a7;
  --line: #0a243026;
  --shell: min(1240px, calc(100% - 48px));
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Bodoni 72", "Iowan Old Style", Didot, Georgia, serif;
}

* {
  box-sizing: border-box;
}

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

body {
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

body[data-menu-open] {
  overflow: hidden;
}

img, video {
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button:focus-visible, a:focus-visible, video:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

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

.section {
  padding: clamp(90px, 10vw, 150px) 0;
}

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

.skip-link:focus {
  transform: none;
}

.site-header {
  z-index: 100;
  color: var(--ink);
  transition: background .25s, box-shadow .25s;
  position: absolute;
  inset: 0 0 auto;
}

.site-header[data-scrolled] {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f3f0e9e8;
  position: fixed;
  box-shadow: 0 16px 44px #061c2414;
}

.nav-shell {
  justify-content: space-between;
  align-items: center;
  min-height: 108px;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  height: 88px;
  display: inline-flex;
}

.brand img {
  object-fit: contain;
  filter: brightness(.82) saturate(1.08);
  width: 350px;
  height: auto;
  display: block;
}

.nav {
  letter-spacing: .045em;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.nav > a:not(.nav__cta) {
  position: relative;
}

.nav > a:not(.nav__cta):after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  height: 1px;
  transition: transform .2s;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.nav > a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.nav__cta {
  color: var(--white);
  background: var(--ink);
  border-radius: 99px;
  align-items: center;
  gap: 16px;
  padding: 12px 17px;
  display: inline-flex;
}

.nav__cta span {
  color: var(--mint);
}

.menu-toggle {
  display: none;
}

.hero {
  background: var(--paper);
  min-height: 880px;
  padding-top: 108px;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  background: var(--line);
  height: 1px;
  position: absolute;
  inset: 108px 0 auto;
}

.hero__orb {
  pointer-events: none;
  border: 1px solid #0a24301a;
  border-radius: 50%;
  position: absolute;
}

.hero__orb--one {
  width: 680px;
  height: 680px;
  top: 70px;
  right: -290px;
}

.hero__orb--two {
  width: 310px;
  height: 310px;
  bottom: 130px;
  left: -150px;
}

.hero__layout {
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 50px;
  min-height: 700px;
  padding-block: 55px 45px;
  display: grid;
  position: relative;
}

.eyebrow {
  color: var(--mint);
  letter-spacing: .19em;
  text-transform: uppercase;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}

.eyebrow > span {
  background: currentColor;
  width: 29px;
  height: 1px;
}

.eyebrow--dark {
  color: #347f76;
}

.hero h1, .manifesto h2, .section-head h2, .doctor h2, .academic h2, .robotics h2, .journey h2, .contact h2 {
  font-family: var(--font-display);
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(58px, 6.6vw, 98px);
  font-weight: 400;
  line-height: .95;
}

.hero h1 em, .manifesto h2 em, .section-head h2 em, .doctor h2 em, .academic h2 em, .robotics h2 em, .journey h2 em, .contact h2 em {
  color: #2f8276;
  font-weight: 400;
}

.hero__lead {
  color: #0a2430b8;
  max-width: 570px;
  margin: 28px 0 32px;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 350;
  line-height: 1.6;
}

.hero__actions, .contact__actions {
  flex-wrap: wrap;
  gap: 11px;
  display: flex;
}

.button {
  letter-spacing: .06em;
  border: 1px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 53px;
  padding: 0 21px;
  font-size: 10px;
  font-weight: 750;
  transition: transform .18s, background .18s;
  display: inline-flex;
}

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

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

.button--primary span {
  color: var(--mint);
}

.button--text {
  padding-inline: 10px;
}

.play {
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
}

.hero__proof {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 48px;
  padding-top: 24px;
  display: grid;
}

.hero__proof div {
  align-items: center;
  gap: 10px;
  display: flex;
}

.hero__proof strong {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.hero__proof span {
  color: #0a243094;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.45;
}

.hero__visual {
  min-height: 570px;
  position: relative;
}

.hero__photo {
  border-radius: 260px 260px 18px 18px;
  width: 78%;
  height: 530px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 28px 70px #0a243026;
}

.hero__photo:after {
  content: "";
  background: linear-gradient(#0000 65%, #071d24bf);
  position: absolute;
  inset: 0;
}

.hero__photo img {
  object-fit: cover;
  object-position: center 34%;
  transform-origin: center;
  height: 100%;
  transform: scale(1.1);
}

.hero__photo-label {
  z-index: 2;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 22px;
}

.pulse {
  background: var(--mint);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 6px #57c9b22e;
}

.hero__video-card {
  z-index: 4;
  width: 41%;
  color: var(--white);
  background: var(--ink);
  border: 6px solid var(--paper);
  border-radius: 120px 120px 12px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 24px 50px #0a24303d;
}

.hero__video-card video {
  object-fit: cover;
  height: 270px;
}

.hero__video-card:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 45%, #061c24f2);
  position: absolute;
  inset: 0;
}

.hero__video-card p {
  z-index: 2;
  margin: 0;
  font-size: 9px;
  line-height: 1.4;
  position: absolute;
  bottom: 15px;
  left: 18px;
}

.hero__video-tag {
  z-index: 2;
  color: var(--ink);
  background: var(--mint);
  text-transform: uppercase;
  border-radius: 99px;
  padding: 5px 8px;
  font-size: 7px;
  font-weight: 800;
  position: absolute;
  top: 65px;
  right: 10px;
}

.hero__index {
  color: #0a243066;
  letter-spacing: .15em;
  writing-mode: vertical-rl;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
  bottom: 0;
  right: -15px;
}

.hero__marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100%;
  overflow: hidden;
}

.hero__marquee-track {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  display: grid;
}

.hero__marquee-item {
  color: #0a2430a6;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid #0a243014;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 16px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  display: flex;
}

.hero__marquee-item:last-child {
  border-right: 0;
}

.hero__marquee-item i {
  color: var(--mint);
  font-size: 8px;
  font-style: normal;
}

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

.manifesto__grid {
  grid-template-columns: 1fr 2.5fr;
  gap: 50px;
  display: grid;
}

.manifesto h2 {
  max-width: 980px;
  font-size: clamp(46px, 6vw, 86px);
}

.manifesto p:last-child {
  color: #0a2430ad;
  max-width: 660px;
  margin: 32px 0 0 auto;
  font-size: 18px;
  font-weight: 350;
}

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

.section-head {
  grid-template-columns: 1.6fr .6fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 62px;
  display: grid;
}

.section-head h2 {
  font-size: clamp(50px, 5.8vw, 82px);
}

.section-head > p, .social-copy > p {
  color: #fff9;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 350;
}

.specialty-grid {
  border-top: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.specialty-card {
  border-bottom: 1px solid #ffffff29;
  border-right: 1px solid #ffffff29;
  min-height: 390px;
  padding: 30px;
  transition: background .28s, color .28s, transform .28s;
  position: relative;
  overflow: hidden;
}

.specialty-card:hover {
  color: var(--ink);
  background: var(--card-accent);
  transform: translateY(-5px);
}

.specialty-card--mint {
  --card-accent: var(--mint);
}

.specialty-card--blue {
  --card-accent: var(--blue);
}

.specialty-card--sand {
  --card-accent: var(--sand);
}

.specialty-card--violet {
  --card-accent: var(--violet);
}

.specialty-card--rose {
  --card-accent: var(--rose);
}

.specialty-card--aqua {
  --card-accent: #8bcfc8;
}

.specialty-card__top {
  color: #ffffff8c;
  letter-spacing: .14em;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}

.specialty-card:hover .specialty-card__top {
  color: #0a243099;
}

.specialty-card__arrow {
  font-size: 20px;
  transition: transform .18s;
}

.specialty-card:hover .specialty-card__arrow {
  transform: rotate(45deg);
}

.specialty-card__icon {
  color: #ffffff80;
  width: 96px;
  height: 72px;
  margin: 38px 0 32px;
  transition: color .25s, transform .3s cubic-bezier(.22, 1, .36, 1);
}

.specialty-card__icon svg {
  stroke: currentColor;
  stroke-width: 1.35px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.specialty-card__icon .icon-accent {
  stroke: var(--card-accent);
}

.specialty-card:hover .specialty-card__icon {
  color: #0a2430b8;
  transform: translateY(-3px) scale(1.04);
}

.specialty-card:hover .specialty-card__icon .icon-accent {
  stroke: var(--ink);
}

.specialty-card h3 {
  max-width: 290px;
  font-family: var(--font-display);
  letter-spacing: -.025em;
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
}

.specialty-card p {
  color: #ffffff9e;
  max-width: 310px;
  margin: 0;
  font-size: 12px;
  font-weight: 350;
  line-height: 1.7;
}

.specialty-card:hover p {
  color: #0a2430ad;
}

.specialty-card a {
  letter-spacing: .04em;
  opacity: 0;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 800;
  transition: opacity .18s, transform .18s;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 30px;
  right: 28px;
  transform: translateY(8px);
}

.specialty-card:hover a {
  opacity: 1;
  transform: none;
}

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

.doctor__grid {
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  display: grid;
}

.doctor__portrait {
  padding: 0 40px 70px 0;
  position: relative;
}

.doctor__portrait > img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.8);
  border-radius: 220px 220px 12px 12px;
}

.doctor__portrait:before {
  content: "";
  border: 1px solid var(--line);
  border-radius: 200px 200px 10px 10px;
  width: 70%;
  height: 70%;
  position: absolute;
  bottom: 28px;
  right: 0;
}

.doctor__seal {
  width: 116px;
  height: 116px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  place-content: center;
  display: grid;
  position: absolute;
  top: 22%;
  right: 1px;
  box-shadow: 0 15px 40px #0a243026;
}

.doctor__seal strong {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.doctor__seal span {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 800;
  line-height: 1.3;
}

.doctor__portrait > p {
  width: 76%;
  color: var(--white);
  background: var(--ink);
  font-family: var(--font-display);
  border-radius: 8px;
  margin: 0;
  padding: 19px 23px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.45;
  position: absolute;
  bottom: 0;
  right: 0;
}

.doctor h2 {
  font-size: clamp(50px, 5.4vw, 78px);
}

.doctor__intro {
  color: #0a2430b3;
  max-width: 670px;
  margin: 28px 0 38px;
  font-size: 17px;
  font-weight: 350;
}

.timeline {
  border-top: 1px solid var(--line);
}

.timeline article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 19px 0;
  display: grid;
}

.timeline > article > span {
  color: #39877c;
  letter-spacing: .12em;
  padding-top: 4px;
  font-size: 8px;
  font-weight: 800;
}

.timeline h3 {
  font-family: var(--font-display);
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 500;
}

.timeline p {
  color: #0a243091;
  margin: 0;
  font-size: 11px;
}

.text-link {
  border-bottom: 1px solid;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
  padding-bottom: 7px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.academic {
  min-height: 650px;
  color: var(--white);
  background: var(--ink);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.academic__media {
  min-height: 650px;
  overflow: hidden;
}

.academic__media img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.academic__copy {
  background: radial-gradient(circle at 100% 0, #57c9b229, #0000 44%);
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 8vw, 120px);
  display: flex;
}

.academic h2 {
  font-size: clamp(48px, 5.5vw, 80px);
}

.academic h2 em {
  color: var(--mint);
}

.academic__copy > p:not(.eyebrow) {
  color: #ffffffa6;
  max-width: 580px;
  margin: 28px 0;
  font-size: 16px;
  font-weight: 350;
}

.academic__meta {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.academic__meta span {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 99px;
  padding: 8px 12px;
  font-size: 8px;
  font-weight: 800;
}

.robotics {
  color: var(--white);
  background: #071a24;
}

.robotics__head {
  margin-bottom: 50px;
}

.robotics h2 {
  font-size: clamp(54px, 7vw, 98px);
}

.robotics h2 em {
  color: var(--mint);
}

.robotics__stage {
  border-radius: 12px;
  min-height: 610px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #000d1347;
}

.robotics__stage > img, .robotics__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.robotics__stage > img {
  object-fit: cover;
  object-position: center 57%;
  filter: saturate(.92) contrast(1.02);
}

.robotics__overlay {
  background: linear-gradient(90deg, #04161df2 0%, #04161dcc 31%, #04161d4d 60%, #04161d0d 100%);
}

.robotics__copy {
  z-index: 2;
  max-width: 550px;
  padding: 90px 65px;
  position: relative;
}

.robotics__copy > span {
  color: var(--mint);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
}

.robotics__copy h3 {
  font-family: var(--font-display);
  letter-spacing: -.035em;
  margin: 24px 0 20px;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 500;
  line-height: 1;
}

.robotics__copy p {
  color: #ffffffad;
  margin: 0 0 30px;
  font-weight: 350;
}

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

.robotics__metrics {
  z-index: 2;
  color: var(--white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0a2430bf;
  border: 1px solid #ffffff2e;
  border-radius: 8px;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.robotics__metrics div {
  border-right: 1px solid #ffffff26;
  min-width: 128px;
  padding: 17px;
}

.robotics__metrics div:last-child {
  border: 0;
}

.robotics__metrics strong {
  color: var(--mint);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
  display: block;
}

.robotics__metrics span {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 700;
}

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

.section-head--light {
  margin-bottom: 55px;
}

.social-copy a {
  color: var(--mint);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-top: 14px;
  padding-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  display: inline-block;
}

.video-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.video-card__media {
  background: #071a24;
  border-radius: 200px 200px 8px 8px;
  position: relative;
  overflow: hidden;
}

.video-card video {
  aspect-ratio: 9 / 14;
  object-fit: cover;
}

.video-card__number {
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
  font-weight: 900;
  display: grid;
  position: absolute;
  bottom: 18px;
  right: 20px;
}

.video-card__body {
  padding: 20px 5px;
}

.video-card__body span {
  color: var(--mint);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
}

.video-card__body h3 {
  font-family: var(--font-display);
  letter-spacing: -.025em;
  margin: 6px 0 0;
  font-size: 25px;
  font-weight: 500;
}

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

.journey__grid {
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 10vw, 150px);
  display: grid;
}

.journey h2 {
  font-size: clamp(52px, 5.5vw, 78px);
}

.journey__title > p:last-child {
  color: #0a2430a8;
  max-width: 440px;
  margin-top: 27px;
  font-size: 17px;
  font-weight: 350;
}

.journey__steps {
  border-top: 1px solid var(--line);
}

.journey__steps article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 32px 0;
  display: grid;
}

.journey__steps > article > span {
  color: #38877d;
  font-size: 9px;
  font-weight: 900;
}

.journey__steps h3 {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  margin: 0 0 8px;
  font-size: 29px;
  font-weight: 500;
}

.journey__steps p {
  color: #0a24309e;
  max-width: 520px;
  margin: 0;
  font-size: 13px;
  font-weight: 350;
}

.testimonial {
  color: var(--white);
  background: #2f7f75;
  padding: 110px 0;
}

.testimonial__inner {
  text-align: center;
}

.quote {
  height: 60px;
  color: var(--mint-soft);
  font-family: var(--font-display);
  font-size: 100px;
  line-height: 1;
  display: block;
}

.testimonial blockquote {
  max-width: 920px;
  font-family: var(--font-display);
  letter-spacing: -.035em;
  margin: 20px auto 30px;
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
}

.stars {
  color: #d7e6a4;
  letter-spacing: .18em;
}

.testimonial p {
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 5px 0 0;
  font-size: 8px;
  font-weight: 800;
}

.contact {
  color: var(--white);
  background: var(--paper);
}

.contact__card {
  background: var(--ink);
  border-radius: 14px;
  grid-template-columns: 1.35fr .65fr;
  display: grid;
  overflow: hidden;
}

.contact__copy {
  background: radial-gradient(circle at 10% 110%, #57c9b230, #0000 42%);
  padding: clamp(50px, 7vw, 90px);
}

.contact h2 {
  font-size: clamp(50px, 5.7vw, 82px);
}

.contact h2 em {
  color: var(--mint);
}

.contact__copy > p:not(.eyebrow) {
  color: #ffffffa6;
  max-width: 620px;
  margin: 26px 0 32px;
  font-size: 16px;
  font-weight: 350;
}

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

.button--outline {
  color: var(--white);
  border-color: #ffffff4d;
}

.contact__details {
  background: #ffffff0a;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 55px;
  font-style: normal;
  display: flex;
}

.contact__details div {
  border-bottom: 1px solid #ffffff26;
  flex-direction: column;
  padding: 24px 0;
  display: flex;
}

.contact__details div:last-child {
  border: 0;
}

.contact__details span {
  color: var(--mint);
  letter-spacing: .17em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 7px;
  font-weight: 900;
}

.contact__details strong, .contact__details a {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
}

.contact__details small {
  color: #ffffff85;
  margin-top: 4px;
  font-size: 10px;
}

.footer {
  color: var(--white);
  background: #061821;
  padding: 70px 0 24px;
}

.footer__top {
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 55px;
  display: flex;
}

.brand--footer {
  background: none;
  width: 330px;
  height: 94px;
  padding: 0;
}

.brand--footer img {
  filter: none;
  width: 320px;
  height: auto;
}

.footer__links {
  color: #ffffff9e;
  grid-template-columns: repeat(2, auto);
  gap: 11px 40px;
  font-size: 10px;
  display: grid;
}

.footer__bottom {
  color: #ffffff6b;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  font-size: 8px;
  display: flex;
}

.floating-contact {
  z-index: 90;
  color: var(--ink);
  background: var(--mint);
  letter-spacing: .04em;
  border-radius: 99px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  font-size: 9px;
  font-weight: 900;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 12px 35px #061c243d;
}

.floating-contact__dot {
  background: var(--ink);
  border: 2px solid var(--mint);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px var(--ink);
  border-radius: 50%;
}

[data-reveal] {
  opacity: 0;
  transition: opacity .7s, transform .85s cubic-bezier(.22, 1, .36, 1);
}

[data-reveal="up"] {
  transform: translateY(35px);
}

[data-reveal="scale"] {
  transform: scale(.965);
}

[data-reveal="card"] {
  transform: translateY(22px);
}

[data-reveal][data-visible] {
  opacity: 1;
  transform: none;
}

.specialty-card:nth-child(2), .video-card:nth-child(2) {
  transition-delay: 90ms;
}

.specialty-card:nth-child(3), .video-card:nth-child(3) {
  transition-delay: .18s;
}

@media (max-width: 1050px) {
  .nav {
    gap: 17px;
  }

  .hero__layout {
    grid-template-columns: 1fr .82fr;
    gap: 20px;
  }

  .hero__proof {
    grid-template-columns: 1fr;
  }

  .hero__proof div {
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
  }

  .specialty-card {
    min-height: 420px;
  }

  .academic__copy {
    padding: 55px;
  }

  .contact__card {
    grid-template-columns: 1fr .75fr;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 34px,720px);
  }

  .section {
    padding: 90px 0;
  }

  .nav-shell {
    min-height: 82px;
  }

  .brand {
    width: 230px;
    height: 70px;
  }

  .brand img {
    width: 224px;
    height: auto;
  }

  .menu-toggle {
    z-index: 3;
    border: 1px solid var(--line);
    background: none;
    border-radius: 50%;
    place-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    display: grid;
  }

  .menu-toggle span {
    background: currentColor;
    width: 17px;
    height: 1px;
    transition: transform .18s;
    display: block;
  }

  .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 {
    color: var(--white);
    background: var(--ink);
    font-family: var(--font-display);
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 70px 30px;
    font-size: 33px;
    font-weight: 500;
    transition: opacity .2s, transform .25s;
    display: flex;
    position: fixed;
    inset: 0;
    transform: translateY(-15px);
  }

  .nav[data-open] {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav__cta {
    font-family: var(--font-body);
    margin-top: 15px;
    font-size: 11px;
  }

  .hero {
    padding-top: 82px;
  }

  .hero:before {
    inset: 82px 0 auto;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero__copy {
    z-index: 5;
    position: relative;
  }

  .hero__proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero__proof div {
    border: 0;
  }

  .hero__visual {
    width: min(600px, 100%);
    margin: 20px auto 10px;
  }

  .hero__photo {
    width: 76%;
  }

  .manifesto__grid, .section-head, .doctor__grid, .journey__grid {
    grid-template-columns: 1fr;
  }

  .manifesto__grid {
    gap: 18px;
  }

  .manifesto p:last-child {
    margin-left: 0;
  }

  .section-head {
    gap: 25px;
  }

  .specialty-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .doctor__portrait {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .academic {
    grid-template-columns: 1fr;
  }

  .academic__media {
    min-height: 480px;
  }

  .robotics__copy {
    padding: 65px 45px;
  }

  .robotics__metrics {
    left: 25px;
    right: auto;
  }

  .video-grid {
    gap: 12px;
  }

  .contact__card {
    grid-template-columns: 1fr;
  }

  .contact__details {
    padding: 30px 55px 45px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__proof {
    grid-template-columns: 1fr 1fr;
  }

  .hero__proof div:last-child {
    grid-column: 1 / -1;
  }

  .hero__visual {
    min-height: 500px;
  }

  .hero__photo {
    width: 88%;
    height: 460px;
  }

  .hero__video-card {
    width: 46%;
  }

  .hero__video-card video {
    height: 225px;
  }

  .hero__index {
    display: none;
  }

  .hero__marquee {
    scrollbar-width: none;
    overflow-x: auto;
  }

  .hero__marquee::-webkit-scrollbar {
    display: none;
  }

  .hero__marquee-track {
    width: max-content;
    display: flex;
  }

  .hero__marquee-item {
    width: 175px;
    min-height: 54px;
  }

  .manifesto h2, .section-head h2, .doctor h2, .academic h2, .robotics h2, .journey h2, .contact h2 {
    font-size: clamp(43px, 12.6vw, 62px);
  }

  .specialty-grid {
    grid-template-columns: 1fr;
  }

  .specialty-card {
    min-height: 360px;
  }

  .specialty-card a {
    opacity: 1;
    transform: none;
  }

  .doctor__portrait {
    padding-right: 18px;
  }

  .doctor__seal {
    width: 98px;
    height: 98px;
    right: -2px;
  }

  .doctor__portrait > p {
    width: 91%;
  }

  .timeline article {
    grid-template-columns: 85px 1fr;
    gap: 12px;
  }

  .academic__media {
    min-height: 330px;
  }

  .academic__copy {
    padding: 65px 22px;
  }

  .robotics__stage {
    min-height: 720px;
  }

  .robotics__overlay {
    background: linear-gradient(#05161fe6, #05161f73 65%, #05161ff5);
  }

  .robotics__copy {
    padding: 55px 25px;
  }

  .robotics__metrics {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .robotics__metrics div {
    flex: 1;
    min-width: 0;
    padding: 12px;
  }

  .robotics__metrics strong {
    font-size: 21px;
  }

  .robotics__metrics span {
    font-size: 6.5px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .video-card {
    width: min(410px, 100%);
    margin-inline: auto;
  }

  .video-card video {
    aspect-ratio: 9 / 13;
  }

  .journey__steps article {
    grid-template-columns: 42px 1fr;
  }

  .contact__copy {
    padding: 55px 24px;
  }

  .contact__actions .button {
    width: 100%;
  }

  .contact__details {
    padding: 20px 24px 35px;
  }

  .footer__top, .footer__bottom {
    flex-direction: column;
  }

  .footer__links {
    grid-template-columns: 1fr;
  }

  .floating-contact span:not(.floating-contact__dot) {
    display: none;
  }

  .floating-contact {
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .floating-contact b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}
