:root {
  --ink: #111827;
  --muted: #667085;
  --paper: #fbfcfd;
  --soft: #eef6f5;
  --line: rgba(17, 24, 39, 0.1);
  --red: #d01823;
  --red-dark: #9f111b;
  --teal: #047c7a;
  --green: #0d5f4f;
  --gold: #f2a93b;
  --shadow: 0 24px 80px rgba(15, 23, 42, 0.16);
  --radius: 8px;
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(4, 124, 122, 0.1), transparent 30rem),
    radial-gradient(circle at 85% 15%, rgba(208, 24, 35, 0.09), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 48%, #f4f8f8 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(4, 124, 122, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 124, 122, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

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

#medical-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.34;
  filter: saturate(0.75) brightness(0.82);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 16px auto 0;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 40px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(18px);
  transition:
    background 600ms var(--ease-soft),
    box-shadow 600ms var(--ease-soft),
    border-color 600ms var(--ease-soft),
    transform 600ms var(--ease-soft);
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 56px rgba(17, 24, 39, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong {
  display: block;
}

.brand strong {
  font-size: 0.94rem;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(238, 246, 245, 0.72);
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #344054;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 420ms var(--ease-soft), color 420ms var(--ease-soft), transform 420ms var(--ease-soft);
}

.site-nav a:hover {
  color: var(--red-dark);
  background: #fff;
  transform: translateY(-1px);
}

.header-call {
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(208, 24, 35, 0.22);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 98px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 92px);
  padding-top: 72px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: clamp(3.6rem, 9vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.15;
}

.hero-subtitle {
  margin-bottom: 16px;
  color: var(--red);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 900;
}

.hero-text,
.section-copy p,
.career-intro p,
.register-section p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.hero-text {
  max-width: 660px;
}

.credential-strip,
.language-row,
.hero-actions,
.register-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.credential-strip {
  margin: 28px 0 14px;
}

.credential-strip span {
  padding: 10px 12px;
  border: 1px solid rgba(4, 124, 122, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.language-row {
  gap: 0;
  margin-bottom: 34px;
  padding-left: 3px;
}

.language-row span {
  display: inline-grid;
  width: 62px;
  height: 62px;
  margin-left: -6px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.11);
  font-size: 1.45rem;
  line-height: 1;
}

.language-row span:first-child {
  margin-left: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 520ms var(--ease-soft),
    box-shadow 520ms var(--ease-soft),
    background 520ms var(--ease-soft),
    border-color 520ms var(--ease-soft);
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ef6c00);
  box-shadow: 0 18px 36px rgba(208, 24, 35, 0.22);
}

.button.secondary {
  border-color: rgba(17, 24, 39, 0.1);
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.hero-stage {
  perspective: 1100px;
}

.orbital-card {
  position: relative;
  min-height: 620px;
  transform-style: preserve-3d;
  transition: transform 900ms var(--ease-soft);
}

.doctor-frame {
  position: absolute;
  inset: 0 0 38px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 246, 245, 0.55)),
    var(--soft);
  box-shadow: var(--shadow);
  transform: rotateY(-9deg) rotateX(4deg);
}

.doctor-frame::before {
  position: absolute;
  inset: 24px;
  z-index: 1;
  border: 1px solid rgba(4, 124, 122, 0.22);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.doctor-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(1.02) contrast(1.03);
}

.status-card {
  position: absolute;
  right: -18px;
  bottom: 14px;
  z-index: 3;
  width: min(280px, 72%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(18px);
}

.status-card strong,
.status-card span {
  display: block;
}

.status-card strong {
  color: var(--red);
  font-size: 1.45rem;
  line-height: 1;
}

.status-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pulse-ring {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(208, 24, 35, 0.2);
  border-radius: 999px;
  animation: float 13s ease-in-out infinite;
}

.ring-one {
  top: -22px;
  right: -44px;
  width: 220px;
  height: 220px;
}

.ring-two {
  bottom: 0;
  left: -42px;
  width: 170px;
  height: 170px;
  border-color: rgba(4, 124, 122, 0.22);
  animation-delay: -3s;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 32px));
  margin: -38px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.trust-band article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.trust-band span,
.service-card p,
.timeline-item p,
.video-card p,
.video-card small,
.seo-link-card small,
.landing-copy p,
.landing-card p,
.landing-list li {
  color: var(--muted);
  line-height: 1.58;
}

.booking-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px auto;
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 30px;
  border: 1px solid rgba(208, 24, 35, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 245, 0.86)),
    #fff;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(16px);
}

.booking-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.booking-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 1200ms var(--ease-soft);
}

.booking-strip.is-visible .booking-media img,
.booking-strip.in-view .booking-media img {
  transform: scale(1);
}

.booking-strip h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.booking-strip p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  min-width: 280px;
}

.inline-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-weight: 900;
}

.seo-link-section,
.landing-section {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 42px;
  align-items: start;
}

.seo-link-grid,
.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-link-card,
.landing-card {
  display: block;
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
  transition:
    transform 620ms var(--ease-soft),
    box-shadow 620ms var(--ease-soft),
    border-color 620ms var(--ease-soft);
}

.seo-link-card:hover,
.landing-card:hover {
  border-color: rgba(208, 24, 35, 0.24);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
  transform: translateY(-5px);
}

.seo-link-card span,
.landing-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.seo-link-card strong,
.seo-link-card small,
.landing-card strong {
  display: block;
}

.seo-link-card strong,
.landing-card strong {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.landing-page .site-header {
  position: relative;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 56px;
  align-items: center;
  min-height: auto;
  padding-top: 72px;
  padding-bottom: 54px;
}

.landing-hero h1 {
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.94;
}

.landing-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 245, 0.66)),
    var(--soft);
  box-shadow: var(--shadow);
}

.landing-media img,
.landing-media .media-empty {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.landing-media img {
  object-fit: cover;
  object-position: center;
}

.landing-media .media-empty {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(145deg, rgba(17, 24, 39, 0.16), rgba(17, 24, 39, 0.72)),
    radial-gradient(circle at 35% 20%, rgba(242, 169, 59, 0.82), transparent 13rem),
    linear-gradient(135deg, var(--green), var(--red));
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
}

.landing-media-caption {
  padding: 18px 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.landing-copy {
  max-width: 760px;
}

.landing-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.landing-list li {
  padding: 14px 16px;
  border: 1px solid rgba(4, 124, 122, 0.14);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 700;
}

.landing-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
}

.landing-nav a {
  display: inline-flex;
  color: var(--red);
  font-weight: 900;
}

.care-photo {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.11);
}

.care-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045);
  transition: transform 1500ms var(--ease-soft), filter 1500ms var(--ease-soft);
}

.section-copy.is-visible .care-photo img,
.section-copy.in-view .care-photo img {
  transform: scale(1);
  filter: saturate(1.03) contrast(1.02);
}

.care-photo span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(13, 95, 79, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  backdrop-filter: blur(12px);
}

.split-section,
.leadership-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 56px;
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 116px;
}

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

.service-card,
.video-card,
.timeline-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

.service-card {
  min-height: 224px;
  padding: 24px;
  transition:
    transform 620ms var(--ease-soft),
    box-shadow 620ms var(--ease-soft),
    border-color 620ms var(--ease-soft);
}

.service-card:hover,
.video-card:hover {
  border-color: rgba(208, 24, 35, 0.24);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
  transform: translateY(-5px);
}

.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.career-section {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 60px;
  align-items: start;
}

.career-intro {
  position: sticky;
  top: 116px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 20px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(208, 24, 35, 0.88), rgba(4, 124, 122, 0.88));
  content: "";
}

.timeline-item {
  position: relative;
  margin-left: 58px;
  padding: 24px;
}

.timeline-item::before {
  position: absolute;
  top: 22px;
  left: -50px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), #ef6c00);
  box-shadow:
    0 0 0 2px rgba(208, 24, 35, 0.32),
    0 12px 28px rgba(208, 24, 35, 0.22);
  content: "";
}

.timeline-item span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.leadership-section {
  grid-template-columns: 0.9fr 0.8fr;
  align-items: center;
}

.image-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  animation: portraitFloat 9s ease-in-out infinite;
}

.image-panel::before {
  display: none;
  content: none;
}

.image-panel.is-visible::before,
.image-panel.in-view::before {
  display: none;
}

.image-panel img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transition: transform 1500ms var(--ease-soft), filter 1500ms var(--ease-soft);
}

.image-panel.is-visible img,
.image-panel.in-view img {
  transform: scale(1);
  filter: none;
}

.leadership-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.leadership-list span {
  padding: 14px 16px;
  border: 1px solid rgba(4, 124, 122, 0.14);
  border-radius: var(--radius);
  background: #fff;
  color: #344054;
  font-weight: 800;
}

.video-section {
  padding-top: 74px;
}

.video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.video-card {
  overflow: hidden;
  padding: 12px 12px 22px;
  transition:
    transform 620ms var(--ease-soft),
    box-shadow 620ms var(--ease-soft),
    border-color 620ms var(--ease-soft);
}

.video-card h3,
.video-card p,
.video-card small {
  margin-right: 10px;
  margin-left: 10px;
}

.video-card small {
  display: block;
  color: var(--teal);
  font-weight: 900;
}

.video-placeholder {
  position: relative;
  display: grid;
  height: 430px;
  margin-bottom: 18px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(17, 24, 39, 0.12), rgba(17, 24, 39, 0.72)),
    radial-gradient(circle at 35% 20%, rgba(242, 169, 59, 0.9), transparent 13rem),
    linear-gradient(135deg, var(--green), var(--red));
  isolation: isolate;
}

.video-embed {
  position: relative;
  height: 430px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #101827;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  content: "";
}

.video-placeholder span {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.video-placeholder span::after {
  position: absolute;
  top: 23px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid var(--red);
  content: "";
}

.video-placeholder strong {
  position: absolute;
  bottom: 28px;
  left: 28px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
}

.register-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  padding: 26px 30px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 95, 79, 0.92), rgba(208, 24, 35, 0.92)),
    url("assets/dr-adnan.jpeg") center / cover;
  box-shadow: var(--shadow);
}

.register-section .eyebrow,
.register-section p {
  color: rgba(255, 255, 255, 0.86);
}

.register-section h2 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.8vw, 2.6rem);
  line-height: 1.05;
}

.register-section p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 0.96rem;
  line-height: 1.52;
}

.register-section .button.secondary {
  color: var(--ink);
}

.register-section .button {
  min-height: 46px;
  padding: 0 18px;
}

.register-section .register-actions {
  justify-content: flex-end;
  gap: 8px;
}

address {
  width: 100%;
  margin-top: 2px;
  font-style: normal;
  text-align: right;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 52px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.site-footer p {
  max-width: 720px;
  text-align: center;
  line-height: 1.55;
}

.site-footer a {
  color: var(--red);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  max-width: 980px;
  margin-bottom: 20px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.footer-links span {
  width: 100%;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

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

.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 1100ms var(--ease-soft),
    transform 1100ms var(--ease-soft);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible,
.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.service-grid .reveal:nth-child(2n),
.timeline .reveal:nth-child(2n),
.video-grid .reveal:nth-child(2n) {
  --reveal-delay: 110ms;
}

.service-grid .reveal:nth-child(3n),
.timeline .reveal:nth-child(3n),
.video-grid .reveal:nth-child(3n) {
  --reveal-delay: 190ms;
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -18px, 30px) scale(1.04);
  }
}

@keyframes portraitFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    border-radius: 24px;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .landing-hero,
  .split-section,
  .career-section,
  .leadership-section,
  .seo-link-section,
  .landing-section,
  .register-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    min-height: auto;
    padding-top: 56px;
  }

  h1,
  h2 {
    line-height: 1.04;
  }

  .hero-stage,
  .orbital-card {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .orbital-card {
    min-height: 560px;
  }

  .section-copy,
  .career-intro {
    position: static;
  }

  .trust-band,
  .seo-link-grid,
  .landing-card-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .booking-strip {
    grid-template-columns: 1fr;
  }

  .booking-media {
    max-width: 180px;
  }

  .booking-actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .video-placeholder,
  .video-embed {
    height: 360px;
  }

  .image-panel img {
    width: 100%;
    max-height: none;
    object-fit: contain;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand {
    min-width: 0;
  }

  .header-call {
    display: none;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 68px 0;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.05;
  }

  .hero-actions .button,
  .register-actions .button,
  .booking-actions .button {
    width: 100%;
  }

  .service-grid,
  .leadership-list {
    grid-template-columns: 1fr;
  }

  .orbital-card {
    min-height: 0;
    padding-bottom: 0;
  }

  .doctor-frame {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 5;
    border-radius: 22px;
    transform: none;
  }

  .status-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .pulse-ring {
    display: none;
  }

  .video-placeholder,
  .video-embed {
    height: auto;
    min-height: 280px;
    aspect-ratio: 9 / 12;
  }

  .landing-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .video-placeholder strong {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

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

  .timeline-item {
    margin-left: 40px;
    padding: 20px;
  }

  .timeline-item::before {
    top: 20px;
    left: -39px;
    width: 24px;
    height: 24px;
    border-width: 5px;
  }

  .register-section {
    width: calc(100% - 24px);
    padding: 22px 18px;
    border-radius: 18px;
  }

  .register-section .register-actions {
    justify-content: flex-start;
  }

  address {
    text-align: left;
  }

  .site-footer {
    flex-direction: column;
    width: calc(100% - 24px);
  }

  .site-footer p {
    text-align: center;
  }
}

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