:root {
  --navy: #071827;
  --navy-2: #0b2538;
  --navy-3: #10344d;
  --blue: #3ba7ff;
  --teal: #25d6c8;
  --gold: #8b6537;
  --gold-2: #d8ba89;
  --ivory: #f7f0e7;
  --soft-blue: #eaf7ff;
  --gray: #64748b;
  --light-gray: #f8fafc;
  --white: #ffffff;
  --line: rgba(59, 167, 255, 0.2);
  --glass: rgba(255, 255, 255, 0.78);
  --glass-dark: rgba(7, 24, 39, 0.78);
  --shadow: 0 24px 70px rgba(7, 24, 39, 0.16);
  --radius: 8px;
  --section-space: 112px;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Libre Caslon Display", "Playfair Display", Georgia, serif;
  --spotlight-x: 78%;
  --spotlight-y: 24%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--navy);
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 214, 200, 0.12), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(59, 167, 255, 0.14), transparent 24rem),
    var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(216, 186, 137, 0.12), transparent 18rem),
    radial-gradient(circle at 12% 28%, rgba(37, 214, 200, 0.1), transparent 22rem);
}

body.is-preloading {
  overflow-x: hidden;
}

body.nav-drawer-open {
  overflow: hidden;
}

body.nav-drawer-open .site-header {
  z-index: 1000;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(37, 214, 200, 0.75);
  outline-offset: 4px;
}

::selection {
  background: rgba(37, 214, 200, 0.25);
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
  scroll-margin-top: 96px;
}

.section--tinted {
  background:
    linear-gradient(180deg, rgba(234, 247, 255, 0.9), rgba(248, 250, 252, 0.92)),
    radial-gradient(circle at 15% 30%, rgba(37, 214, 200, 0.12), transparent 22rem);
}

.section--deep {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 214, 200, 0.2), transparent 22rem),
    linear-gradient(135deg, var(--navy), var(--navy-2) 58%, #082f45);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1,
h2 {
  font-family: var(--font-heading);
  font-weight: 700;
}

h1 {
  color: var(--white);
  font-size: clamp(3rem, 6.2vw, 5.25rem);
}

h2 {
  color: var(--navy);
  font-size: clamp(2.3rem, 5vw, 4rem);
}

h3 {
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 800;
}

p {
  margin: 0;
  color: var(--gray);
}

.section--deep h2,
.section--deep h3,
.section--deep p {
  color: var(--white);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 1.05rem;
}

.section-copy p + p {
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

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

.button--primary {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 18px 38px rgba(139, 101, 55, 0.28);
}

.button--primary:hover {
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0);
  border-color: var(--gold-2);
  box-shadow: 0 22px 46px rgba(139, 101, 55, 0.22);
}

.button--secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(216, 186, 137, 0.52);
  backdrop-filter: blur(14px);
}

.button--secondary:hover {
  color: var(--navy);
  background: var(--ivory);
  border-color: var(--ivory);
}

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 28% 28%, rgba(37, 214, 200, 0.24), transparent 20rem),
    radial-gradient(circle at 74% 68%, rgba(59, 167, 255, 0.28), transparent 27rem),
    radial-gradient(circle at 48% 88%, rgba(216, 186, 137, 0.12), transparent 24rem),
    linear-gradient(135deg, #020912, var(--navy), #041f2f 62%, #06121f);
  transition: opacity 650ms ease, visibility 650ms ease;
  animation: preloaderFailsafe 650ms ease 6.4s forwards;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.preloader::before {
  opacity: 0.28;
  background:
    linear-gradient(rgba(37, 214, 200, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 167, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 72%);
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  animation: gridDrift 7s linear infinite;
}

.preloader::after {
  background: linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.12) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  animation: lightSweep 3.6s ease-in-out infinite;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}

.preloader__orb {
  position: absolute;
  width: 36vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.24;
  animation: drift 5s ease-in-out infinite alternate;
}

.preloader__orb--one {
  top: 8%;
  left: 6%;
  background: var(--teal);
}

.preloader__orb--two {
  right: 5%;
  bottom: 4%;
  background: var(--blue);
  animation-delay: -1.7s;
}

.preloader__grid,
.preloader__sweep {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.preloader__grid {
  opacity: 0.42;
  background:
    radial-gradient(circle at 20% 70%, rgba(37, 214, 200, 0.18), transparent 12rem),
    radial-gradient(circle at 82% 22%, rgba(59, 167, 255, 0.18), transparent 13rem);
  animation: pulseGlow 2.8s ease-in-out infinite;
}

.preloader__sweep {
  opacity: 0.58;
  background:
    repeating-linear-gradient(0deg, transparent 0 15px, rgba(255, 255, 255, 0.035) 16px, transparent 17px),
    radial-gradient(circle at 50% 50%, transparent, rgba(2, 9, 18, 0.42) 74%);
}

.preloader__panel {
  position: relative;
  isolation: isolate;
  width: min(620px, calc(100% - 36px));
  padding: 42px 36px 34px;
  border: 1px solid rgba(37, 214, 200, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(7, 24, 39, 0.44);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  text-align: center;
  backdrop-filter: blur(22px);
  transform: translateY(0);
  animation: panelEntrance 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.preloader__panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(from 0deg, rgba(37, 214, 200, 0.75), transparent 24%, rgba(59, 167, 255, 0.72), transparent 58%, rgba(216, 186, 137, 0.44), rgba(37, 214, 200, 0.75));
  opacity: 0.7;
  filter: blur(18px);
  animation: glowSpin 6s linear infinite;
}

.preloader__panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 50% 22%, rgba(37, 214, 200, 0.14), transparent 18rem);
}

.preloader__rings {
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(37, 214, 200, 0.32);
  border-radius: 14px;
  animation: ringPulse 1.8s ease-in-out infinite;
}

.preloader__orbit {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(310px, 76vw);
  aspect-ratio: 1;
  margin: 0 auto -250px;
  border: 1px solid rgba(37, 214, 200, 0.28);
  border-radius: 50%;
  opacity: 0.92;
  animation: orbitSpin 9s linear infinite;
}

.preloader__orbit::before,
.preloader__orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.preloader__orbit::before {
  inset: 28px;
  border: 1px dashed rgba(59, 167, 255, 0.3);
  animation: orbitSpin 7s linear reverse infinite;
}

.preloader__orbit::after {
  inset: 74px;
  border: 1px solid rgba(216, 186, 137, 0.28);
}

.preloader__orbit span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 24px rgba(37, 214, 200, 0.8);
}

.preloader__orbit span:nth-child(1) {
  top: -5px;
}

.preloader__orbit span:nth-child(2) {
  right: 36px;
  bottom: 34px;
  background: var(--blue);
}

.preloader__orbit span:nth-child(3) {
  left: 30px;
  bottom: 56px;
  background: var(--gold-2);
}

.preloader__image {
  position: relative;
  z-index: 2;
  width: min(350px, 82%);
  margin: 0 auto;
  filter: drop-shadow(0 0 24px rgba(37, 214, 200, 0.34)) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.22));
  animation: logoFloat 2.4s ease-in-out infinite;
}

.preloader__text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.preloader__text span {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
}

.preloader__text small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.preloader__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.preloader__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(37, 214, 200, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(234, 247, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preloader__bar {
  position: relative;
  z-index: 1;
  height: 7px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.preloader__bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--blue), var(--gold-2), var(--teal));
  box-shadow: 0 0 26px rgba(37, 214, 200, 0.45);
  transform-origin: left;
  animation: loadBar 5s linear forwards;
}

.preloader__status {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: statusPulse 1.7s ease-in-out infinite;
}

/* Navigation */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: padding 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
  padding: 9px 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.9), rgba(7, 24, 39, 0.72)),
    radial-gradient(circle at 18% 50%, rgba(37, 214, 200, 0.14), transparent 22rem);
  box-shadow: 0 14px 40px rgba(2, 9, 18, 0.22);
  backdrop-filter: blur(20px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 60px;
  margin: 0 auto;
  padding: 0 18px;
  border: 1px solid rgba(37, 214, 200, 0.18);
  border-radius: 999px;
  background: rgba(7, 24, 39, 0.32);
  box-shadow: 0 12px 34px rgba(2, 9, 18, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.brand__avatar {
  width: 38px;
  height: 38px;
  padding: 2px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--white);
  object-fit: cover;
  object-position: center 34%;
  box-shadow: 0 10px 24px rgba(37, 214, 200, 0.24);
}

.site-header.is-scrolled .brand {
  color: var(--white);
}

.site-header.is-scrolled .brand__avatar {
  border-color: rgba(37, 214, 200, 0.78);
  box-shadow: 0 10px 24px rgba(37, 214, 200, 0.2);
}

.site-header.is-scrolled .navbar {
  border-color: rgba(37, 214, 200, 0.28);
  background: rgba(7, 24, 39, 0.74);
  box-shadow: 0 18px 46px rgba(2, 9, 18, 0.24);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-drawer-title {
  display: none;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.nav-overlay {
  display: none;
}

.site-header.is-scrolled .nav-link {
  color: rgba(255, 255, 255, 0.82);
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--navy);
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 10px 24px rgba(37, 214, 200, 0.18);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transform: translateX(-50%);
  transition: top 180ms ease, transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.nav-toggle span:nth-child(1) {
  top: 14px;
}

.nav-toggle span:nth-child(2) {
  top: 21px;
}

.nav-toggle span:nth-child(3) {
  top: 28px;
}

.site-header.is-scrolled .nav-toggle span {
  background: var(--white);
}

.nav-toggle.is-open span:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(3, 13, 22, 0.98), rgba(7, 24, 39, 0.94), rgba(11, 37, 56, 0.9)),
    url("https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?w=1800&auto=format&fit=crop&q=80") center/cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 22%, rgba(37, 214, 200, 0.22), transparent 22rem),
    radial-gradient(circle at 82% 30%, rgba(59, 167, 255, 0.22), transparent 25rem),
    radial-gradient(circle at 74% 70%, rgba(216, 186, 137, 0.14), transparent 19rem),
    linear-gradient(135deg, rgba(3, 13, 22, 0.95), rgba(7, 24, 39, 0.6));
  animation: gradientShift 12s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(216, 186, 137, 0.2), transparent 14rem),
    linear-gradient(90deg, rgba(3, 13, 22, 0.1), transparent 52%);
  mix-blend-mode: screen;
  opacity: 0.74;
  transition: background 180ms ease;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 72px;
}

.hero__motto {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.hero__subtitle {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 2.4vw, 1.55rem);
  font-weight: 800;
}

.hero__intro {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.hero__hours {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid rgba(37, 214, 200, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 34px rgba(7, 24, 39, 0.14);
  backdrop-filter: blur(14px);
  font-size: 0.94rem;
  font-weight: 800;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 760px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(216, 186, 137, 0.28);
}

.hero-credential {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 186, 137, 0.28);
  border-radius: 2px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-credential:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 186, 137, 0.62);
  background: rgba(255, 255, 255, 0.13);
}

.hero-credential img,
.hero-credential i {
  flex: 0 0 auto;
}

.hero-credential img {
  width: 48px;
  height: 42px;
  object-fit: contain;
  padding: 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.96);
}

.hero-credential i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 42px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--teal));
}

.hero-credential span {
  max-width: 230px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.profile-frame {
  position: relative;
  width: min(390px, 86vw);
  aspect-ratio: 1;
  padding: 12px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(37, 214, 200, 0.9), rgba(59, 167, 255, 0.7)) border-box;
  box-shadow: 0 30px 90px rgba(37, 214, 200, 0.22);
  transition: transform 450ms ease, box-shadow 450ms ease;
}

.profile-frame:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 34px 96px rgba(216, 186, 137, 0.22), 0 0 0 1px rgba(216, 186, 137, 0.2);
}

.profile-frame__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  border: 10px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  transition: transform 650ms ease, filter 650ms ease;
}

.profile-frame:hover .profile-frame__image {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.04);
}

.profile-frame__glow {
  position: absolute;
  inset: -24px;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgba(216, 186, 137, 0.36), rgba(37, 214, 200, 0.16), rgba(216, 186, 137, 0.36));
  filter: blur(20px);
  animation: glowSpin 10s linear infinite;
}

.floating-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 300px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(7, 24, 39, 0.88), rgba(16, 52, 77, 0.86));
  box-shadow: 0 18px 42px rgba(7, 24, 39, 0.38);
  backdrop-filter: blur(16px);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
  animation: floatBadge 4.5s ease-in-out infinite;
}

.floating-badge--one {
  top: 64px;
  left: 4px;
}

.floating-badge--two {
  top: 122px;
  right: 8px;
  animation-delay: -1.2s;
}

.floating-badge--three {
  bottom: 118px;
  left: -10px;
  max-width: 360px;
  font-size: 0.84rem;
  animation-delay: -2s;
}

.floating-badge--four {
  right: 44px;
  bottom: 62px;
  animation-delay: -0.6s;
}

.shape {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0.55;
  animation: shapeFloat 8s ease-in-out infinite alternate;
}

.shape--cross {
  width: 72px;
  height: 72px;
  top: 24%;
  left: 8%;
  border-radius: 50%;
}

.shape--cross::before,
.shape--cross::after {
  content: "";
  position: absolute;
  background: rgba(37, 214, 200, 0.42);
  border-radius: 999px;
}

.shape--cross::before {
  width: 10px;
  height: 38px;
  top: 16px;
  left: 30px;
}

.shape--cross::after {
  width: 38px;
  height: 10px;
  top: 30px;
  left: 16px;
}

.shape--dna {
  width: 120px;
  height: 32px;
  right: 10%;
  top: 22%;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(59, 167, 255, 0.28) 0 8px, transparent 8px 18px);
  transform: rotate(-20deg);
}

.shape--cell {
  width: 110px;
  height: 110px;
  left: 16%;
  bottom: 12%;
  border-radius: 42% 58% 46% 54%;
  background: radial-gradient(circle, rgba(37, 214, 200, 0.18), transparent 65%);
}

.shape--pulse {
  right: 16%;
  bottom: 18%;
  width: 160px;
  height: 2px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(37, 214, 200, 0.72), transparent);
}

/* About */
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 56px;
}

.about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.78fr);
  align-items: start;
  gap: 34px 56px;
}

.about__copy {
  padding-top: 24px;
}

.about__experience-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about__portrait {
  overflow: hidden;
  border: 1px solid rgba(59, 167, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  align-self: start;
}

.about__portrait img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 900ms ease, filter 900ms ease;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.stat-card {
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(59, 167, 255, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(7, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(37, 214, 200, 0.16);
}

.stat-card span {
  display: block;
  color: var(--gray);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.22;
}

.enrichment-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(37, 214, 200, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.94), rgba(255, 255, 255, 0.98));
  box-shadow: 0 16px 48px rgba(7, 24, 39, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.about__experience-grid .enrichment-card {
  min-height: 100%;
}

.about__experience-grid .institution-heading {
  align-items: flex-start;
}

.enrichment-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--teal), var(--blue));
  opacity: 0.92;
}

.enrichment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 214, 200, 0.58);
  box-shadow: 0 22px 58px rgba(7, 24, 39, 0.12), 0 0 0 4px rgba(37, 214, 200, 0.1);
}

.enrichment-card span {
  display: block;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.enrichment-card h3 {
  margin-top: 10px;
}

.enrichment-card p {
  margin-top: 10px;
}

.institution-heading,
.institution-line {
  display: flex;
  align-items: center;
  gap: 18px;
}

.institution-heading {
  margin-top: 10px;
}

.institution-heading h3,
.institution-line p {
  margin-top: 0;
}

.institution-logo {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 9px;
  border: 1px solid rgba(7, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(7, 24, 39, 0.16), 0 0 0 5px rgba(37, 214, 200, 0.08);
}

.institution-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(37, 214, 200, 0.92), rgba(59, 167, 255, 0.88));
  box-shadow: 0 16px 34px rgba(7, 24, 39, 0.16), 0 0 0 5px rgba(37, 214, 200, 0.1);
}

.institution-icon i {
  font-size: 1.65rem;
}

.institution-logo--small {
  width: 48px;
  height: 56px;
  padding: 7px;
}

.institution-logo--wide {
  width: 136px;
  height: 64px;
  padding: 8px 12px;
}

.institution-logo--shadowing {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: 0 16px 34px rgba(7, 24, 39, 0.18), 0 0 0 5px rgba(216, 186, 137, 0.1);
}

.institution-logo--timeline {
  width: 118px;
  height: 54px;
}

/* Cards */
.card-grid {
  display: grid;
  gap: 20px;
}

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

.interest-card,
.mini-card,
.service-card,
.skill-group,
.goal-card,
.timeline-card,
.note-card {
  border: 1px solid rgba(59, 167, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 48px rgba(7, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.interest-card:hover,
.mini-card:hover,
.skill-group:hover,
.goal-card:hover,
.timeline-card:hover,
.note-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 186, 137, 0.7);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 62px rgba(7, 24, 39, 0.14), 0 0 0 4px rgba(216, 186, 137, 0.1);
}

.interest-card {
  min-height: 250px;
  padding: 28px;
}

.interest-card i,
.mini-card i,
.service-card i,
.goal-card i,
.note-card i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(216, 186, 137, 0.92), rgba(37, 214, 200, 0.78));
  font-size: 1.24rem;
  transition: transform 260ms ease;
}

.interest-card:hover i,
.mini-card:hover i,
.service-card:hover i,
.goal-card:hover i,
.note-card:hover i {
  transform: translateY(-2px) rotate(-3deg) scale(1.06);
}

.interest-card p,
.mini-card p,
.service-card p,
.goal-card p,
.timeline-card p {
  margin-top: 12px;
}

/* Clinical */
.clinical__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.86fr);
  align-items: start;
  gap: 48px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.mini-card {
  padding: 20px;
}

.mini-card h3 {
  font-size: 0.98rem;
}

.image-note {
  display: grid;
  gap: 18px;
}

.image-card {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform 900ms ease, filter 900ms ease;
}

.clinical-cutout-card {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  padding: 26px;
  background:
    radial-gradient(circle at 76% 22%, rgba(37, 214, 200, 0.26), transparent 18rem),
    radial-gradient(circle at 20% 82%, rgba(59, 167, 255, 0.18), transparent 18rem),
    linear-gradient(145deg, #04101b, var(--navy), var(--navy-2));
}

.clinical-cutout-card::before,
.clinical-cutout-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.clinical-cutout-card::before {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
}

.clinical-cutout-card::after {
  right: -62px;
  bottom: -86px;
  width: 290px;
  aspect-ratio: 1;
  border: 28px solid rgba(37, 214, 200, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(37, 214, 200, 0.18);
}

.image-card .clinical-cutout-card__image {
  position: absolute;
  right: clamp(4px, 4vw, 28px);
  bottom: 0;
  z-index: 1;
  width: auto;
  height: 102%;
  max-width: 62%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.34));
}

.clinical-cutout-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: min(230px, 58%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.clinical-cutout-card__content span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.clinical-cutout-card__content strong {
  color: var(--white);
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 0.95;
}

.clinical-photo-card {
  position: relative;
  min-height: 430px;
  background: var(--navy);
}

.image-card .clinical-photo-card__image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 28%;
}

.clinical-photo-card__content {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: min(220px, calc(100% - 44px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 24, 39, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.clinical-photo-card__eyebrow,
.clinical-photo-card__label {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 900;
  line-height: 1.24;
  text-transform: uppercase;
}

.clinical-photo-card__eyebrow {
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.clinical-photo-card__number {
  color: var(--white);
  font-size: clamp(2.75rem, 5vw, 3.35rem);
  letter-spacing: 0;
  line-height: 0.88;
}

.clinical-photo-card__label {
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.image-card:hover img,
.service-image:hover img,
.about__portrait:hover img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.04);
}

.note-card {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.note-card p {
  color: var(--navy);
  font-weight: 700;
}

/* Service */
.service-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.service-image {
  overflow: hidden;
  min-height: 100%;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.service-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 900ms ease, filter 900ms ease;
}

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

.service-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.service-card h3,
.service-card p {
  color: var(--white);
}

.service-card p {
  color: rgba(255, 255, 255, 0.76);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 186, 137, 0.62);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.26), 0 0 0 4px rgba(216, 186, 137, 0.12);
}

.service-card:hover h3 {
  color: var(--white);
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.82);
}

.service-card--wide {
  grid-column: 1 / -1;
}

/* Skills */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.skill-group {
  padding: 28px;
}

.skill-group__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(37, 214, 200, 0.86), rgba(59, 167, 255, 0.86));
  font-size: 1.35rem;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.badge-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(59, 167, 255, 0.22);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(234, 247, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
}

/* Journey */
.timeline {
  position: relative;
  display: grid;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 28px;
  width: 2px;
  background: linear-gradient(var(--blue), var(--teal));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 5px solid var(--soft-blue);
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 14px 30px rgba(59, 167, 255, 0.25);
}

.timeline-dot--image {
  overflow: hidden;
  border-color: rgba(247, 240, 231, 0.92);
  background: #071827;
}

.timeline-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-card {
  padding: 24px;
}

/* Goals */
.goals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.goal-card {
  padding: 28px;
}

.quote-card {
  width: min(860px, 100%);
  margin: 34px auto 0;
  padding: 30px;
  border: 1px solid rgba(37, 214, 200, 0.32);
  border-radius: var(--radius);
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.9), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 48px rgba(7, 24, 39, 0.08);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.25;
  text-align: center;
}

/* Contact */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: min(860px, calc(100% - 40px));
  text-align: center;
}

.direct-contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.direct-email {
  display: inline-grid;
  gap: 6px;
  min-width: min(320px, 100%);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.direct-email span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.direct-email a {
  color: var(--teal);
  font-weight: 900;
}

/* Footer */
.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.74);
  background: #030d16;
}

.footer__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer p a {
  color: rgba(37, 214, 200, 0.95);
  font-weight: 800;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

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

.mobile-action-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 95;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(216, 186, 137, 0.28);
  border-radius: 2px;
  background: rgba(7, 24, 39, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.mobile-action-bar a {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 56px;
  padding: 8px 4px;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-action-bar a:last-child {
  border-right: 0;
}

.mobile-action-bar i {
  color: var(--gold-2);
  font-size: 1rem;
}

.mobile-action-bar a:hover {
  background: rgba(216, 186, 137, 0.14);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 14px 34px rgba(7, 24, 39, 0.2);
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Reveal Animations */
.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(34px);
  transition: opacity 800ms ease, filter 800ms ease, transform 800ms ease;
}

.reveal--delay {
  transition-delay: 140ms;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@keyframes drift {
  to {
    transform: translate3d(24px, -22px, 0) scale(1.08);
  }
}

@keyframes gridDrift {
  to {
    background-position: 56px 56px, 56px 56px;
  }
}

@keyframes lightSweep {
  0%,
  34% {
    transform: translateX(-120%);
  }
  68%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes pulseGlow {
  50% {
    opacity: 0.72;
    transform: scale(1.02);
  }
}

@keyframes panelEntrance {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ringPulse {
  50% {
    inset: 12px;
    border-color: rgba(59, 167, 255, 0.42);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logoFloat {
  50% {
    transform: translateY(-8px) scale(1.02);
    filter: drop-shadow(0 0 30px rgba(59, 167, 255, 0.46));
  }
}

@keyframes loadBar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes preloaderFailsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes statusPulse {
  50% {
    color: rgba(255, 255, 255, 0.86);
  }
}

@keyframes gradientShift {
  to {
    opacity: 0.86;
    transform: scale(1.03);
  }
}

@keyframes glowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatBadge {
  50% {
    transform: translateY(-12px);
  }
}

@keyframes shapeFloat {
  to {
    transform: translateY(-18px) rotate(8deg);
  }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  :root {
    --section-space: 92px;
    --drawer-width: min(470px, calc(100vw - 16px));
  }

  .site-header {
    padding: 10px 0;
  }

  .site-header.is-scrolled {
    backdrop-filter: none;
  }

  .navbar {
    position: relative;
    z-index: 1035;
    width: min(100% - 20px, 1180px);
    border-radius: 24px;
    backdrop-filter: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1040;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
    display: grid;
    align-content: start;
    gap: 12px;
    width: var(--drawer-width);
    height: 100vh;
    height: 100dvh;
    padding: 102px 24px 30px;
    border-left: 4px solid var(--teal);
    background:
      radial-gradient(circle at 18% 0%, rgba(37, 214, 200, 0.18), transparent 15rem),
      radial-gradient(circle at 95% 18%, rgba(59, 167, 255, 0.16), transparent 16rem),
      linear-gradient(180deg, #ffffff 0%, #fbfdff 54%, #eefaff 100%);
    box-shadow: -42px 0 100px rgba(2, 9, 18, 0.62);
    color: var(--navy);
    backdrop-filter: none;
    filter: none;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 220ms ease, visibility 220ms ease, transform 260ms ease;
  }

  .nav-drawer-title {
    display: block;
    margin: 0 0 8px;
    color: #0f6f78;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nav-menu.is-open {
    opacity: 1 !important;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    right: var(--drawer-width);
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: block;
    background:
      radial-gradient(circle at 22% 18%, rgba(37, 214, 200, 0.2), transparent 24rem),
      rgba(2, 9, 18, 0.76);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-link,
  .site-header.is-scrolled .nav-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(7, 24, 39, 0.12);
    color: var(--navy);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(7, 24, 39, 0.09);
    font-size: 1rem;
    font-weight: 900;
  }

  .nav-link:hover,
  .nav-link.is-active {
    color: var(--white);
    background: linear-gradient(135deg, var(--teal), var(--blue));
    border-color: rgba(37, 214, 200, 0.72);
    box-shadow: 0 18px 34px rgba(37, 214, 200, 0.28);
  }

  .brand,
  .site-header.is-scrolled .brand {
    color: var(--white);
  }

  .site-header.is-scrolled .navbar {
    background: rgba(7, 24, 39, 0.86);
  }

  body.nav-drawer-open .navbar {
    border-color: rgba(37, 214, 200, 0.42);
    background: rgba(7, 24, 39, 0.95);
    box-shadow: 0 20px 48px rgba(2, 9, 18, 0.28);
  }

  .site-header.is-scrolled .nav-toggle span {
    background: var(--white);
  }

  .nav-toggle.is-open {
    background: var(--navy);
    box-shadow: 0 18px 42px rgba(7, 24, 39, 0.24);
  }

  .nav-toggle.is-open span,
  .site-header.is-scrolled .nav-toggle.is-open span {
    background: var(--white);
  }

  .hero__grid,
  .clinical__grid,
  .two-column,
  .about__layout,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .about__copy {
    padding-top: 0;
  }

  .about__portrait {
    width: min(620px, 100%);
  }

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

  .hero__visual {
    min-height: 470px;
  }

  .hero-credentials {
    max-width: 100%;
  }

  .highlight-grid,
  .card-grid--three,
  .skills-grid,
  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-layout {
    grid-template-columns: 1fr;
  }

  .service-image img {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 78px;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    min-height: auto;
    padding-top: 138px;
  }

  .hero__grid {
    gap: 42px;
  }

  .hero__visual {
    min-height: 410px;
  }

  .hero__motto {
    letter-spacing: 0.18em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4.8rem);
    line-height: 0.96;
  }

  .hero-credentials {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-credential {
    width: 100%;
  }

  .hero-credential span {
    max-width: none;
  }

  .profile-frame {
    width: min(320px, 84vw);
  }

  .floating-badge {
    max-width: 238px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .floating-badge--one {
    left: 0;
  }

  .floating-badge--two {
    right: 0;
  }

  .floating-badge--three {
    left: 4px;
    max-width: 270px;
    font-size: 0.72rem;
  }

  .floating-badge--four {
    right: 16px;
  }

  .highlight-grid,
  .card-grid--three,
  .skills-grid,
  .goals-grid,
  .service-grid,
  .stats-grid,
  .about__experience-grid {
    grid-template-columns: 1fr;
  }

  .service-card--wide {
    grid-column: auto;
  }

  .about__portrait img,
  .image-card img {
    height: 310px;
  }

  .clinical-cutout-card {
    min-height: 390px;
    padding: 20px;
  }

  .image-card .clinical-cutout-card__image {
    width: auto;
    height: 96%;
    max-width: 58%;
  }

  .clinical-cutout-card__content {
    width: min(210px, 56%);
    padding: 15px;
  }

  .clinical-photo-card {
    min-height: 390px;
  }

  .image-card .clinical-photo-card__image {
    height: 390px;
    object-position: center 28%;
  }

  .clinical-photo-card__content {
    top: 18px;
    left: 18px;
    width: min(205px, calc(100% - 36px));
    padding: 15px;
  }

  .clinical-photo-card__number {
    font-size: 2.75rem;
  }

  .clinical-photo-card__label {
    font-size: 0.72rem;
  }

  .footer__grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-action-bar {
    display: grid;
  }

  .back-to-top {
    bottom: 86px;
  }
}

@media (max-width: 480px) {
  :root {
    --section-space: 76px;
    --drawer-width: calc(100vw - 8px);
  }

  .nav-menu {
    padding: 88px 14px 22px;
  }

  .brand {
    gap: 8px;
    font-size: 0.94rem;
  }

  .brand__avatar {
    width: 34px;
    height: 34px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 3.8rem);
    line-height: 1;
  }

  .hero__subtitle {
    margin-top: 12px;
    font-size: 1rem;
  }

  .institution-heading,
  .institution-line {
    gap: 12px;
  }

  .institution-logo,
  .institution-icon {
    width: 58px;
    height: 58px;
  }

  .institution-logo--wide,
  .institution-logo--timeline {
    width: 106px;
    height: 50px;
  }

  .hero__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .preloader__panel {
    padding: 28px 18px 24px;
  }

  .preloader__orbit {
    width: min(250px, 72vw);
    margin-bottom: -202px;
  }

  .preloader__image {
    width: min(280px, 82%);
  }

  .preloader__text span {
    font-size: 1.65rem;
  }

  .preloader__chips {
    gap: 6px;
  }

  .preloader__chips span {
    min-height: 27px;
    padding: 0 9px;
    font-size: 0.58rem;
  }

  .preloader__status {
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .hero__visual {
    min-height: 370px;
  }

  .hero-credential {
    min-height: 58px;
  }

  .hero-credential img,
  .hero-credential i {
    width: 42px;
    height: 38px;
  }

  .profile-frame {
    width: min(270px, 82vw);
    padding: 8px;
  }

  .profile-frame__image {
    border-width: 7px;
  }

  .clinical-cutout-card {
    min-height: 360px;
  }

  .image-card .clinical-cutout-card__image {
    right: -6px;
    height: 90%;
    max-width: 54%;
  }

  .clinical-cutout-card__content {
    width: min(185px, 58%);
    padding: 13px;
  }

  .clinical-cutout-card__content strong {
    font-size: 1.55rem;
  }

  .clinical-photo-card {
    min-height: 360px;
  }

  .image-card .clinical-photo-card__image {
    height: 360px;
    object-position: center 30%;
  }

  .clinical-photo-card__content {
    top: 14px;
    left: 14px;
    width: min(174px, calc(100% - 28px));
    padding: 12px;
  }

  .clinical-photo-card__eyebrow {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .clinical-photo-card__number {
    font-size: 2.35rem;
  }

  .clinical-photo-card__label {
    font-size: 0.62rem;
    letter-spacing: 0.07em;
  }

  .floating-badge {
    min-height: 36px;
    max-width: 190px;
    padding: 0 11px;
    font-size: 0.72rem;
  }

  .floating-badge--one,
  .floating-badge--two {
    top: 36px;
  }

  .floating-badge--three {
    bottom: 84px;
    max-width: 224px;
    font-size: 0.66rem;
  }

  .floating-badge--four {
    bottom: 34px;
  }

  .interest-card,
  .skill-group,
  .goal-card {
    padding: 22px;
  }

  .timeline::before {
    left: 23px;
  }

  .timeline-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .timeline-dot {
    width: 48px;
    height: 48px;
    border-width: 4px;
  }

  .timeline-card {
    padding: 20px;
  }

  .quote-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .preloader {
    animation: preloaderFailsafe 1ms linear 5.2s forwards !important;
  }
}
