:root {
  --navy: #071a38;
  --blue: #096ca8;
  --blue-bright: #0b84c6;
  --ice: #edf7fb;
  --sky: #d8eef8;
  --ink: #10233e;
  --muted: #5d6c7d;
  --line: #d9e4ea;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #f7fbfd;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid rgb(11 132 198 / 45%); outline-offset: 4px; }

.site-header {
  width: min(1380px, calc(100% - 48px));
  height: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: 32px;
}
.brand {
  display: inline-flex;
  width: 148px;
  aspect-ratio: 245 / 160;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: none;
}
.desktop-nav { display: flex; justify-content: center; gap: 34px; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 9px 0; }
.desktop-nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: var(--blue);
  transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 54px; padding: 0 24px; border-radius: 6px;
  background: var(--blue); color: white; font-size: 14px; font-weight: 750;
  box-shadow: 0 14px 30px rgb(9 108 168 / 18%);
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #075b90; }
.button-small { min-height: 46px; padding: 0 18px; }

.hero {
  width: min(1510px, calc(100% - 32px));
  min-height: 680px;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  background:
    radial-gradient(circle at 15% 84%, rgb(22 144 196 / 11%), transparent 28%),
    linear-gradient(118deg, #f4fafc 0%, #e9f5f9 54%, #cae8f2 100%);
  position: relative;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgb(7 67 107 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(7 67 107 / 4%) 1px, transparent 1px);
  background-size: 68px 68px; mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero-copy { align-self: center; padding: 78px clamp(40px, 6vw, 105px); position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
h1 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(50px, 5.2vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 720; }
h1 em { color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 750; border-bottom: 1px solid rgb(7 26 56 / 25%); padding: 8px 0 6px; }
.trust-row { display: grid; grid-template-columns: .72fr 1.25fr 1fr; gap: 22px; margin-top: 58px; padding-top: 25px; border-top: 1px solid rgb(9 77 113 / 18%); }
.trust-row div { display: flex; flex-direction: column; gap: 5px; }
.trust-row strong { color: var(--navy); font-size: 18px; }
.trust-row span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.hero-visual { position: relative; min-height: 680px; display: flex; align-items: flex-end; justify-content: center; }
.portrait-frame { position: relative; z-index: 1; width: min(540px, 84%); height: 610px; border-radius: 270px 270px 20px 20px; overflow: hidden; background: #d9edf3; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 65%), 0 32px 70px rgb(7 46 75 / 15%); }
.portrait-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgb(4 34 55 / 10%), transparent 48%); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-orbit { position: absolute; width: 460px; height: 460px; border: 1px solid rgb(255 255 255 / 70%); border-radius: 50%; top: 46px; left: -128px; z-index: 2; }
.doctor-card { position: absolute; z-index: 3; left: 2%; bottom: 62px; min-width: 235px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; background: rgb(255 255 255 / 91%); border: 1px solid rgb(255 255 255 / 78%); border-radius: 10px; box-shadow: 0 20px 45px rgb(7 43 69 / 18%); backdrop-filter: blur(12px); }
.doctor-card div { display: flex; flex-direction: column; gap: 3px; }
.doctor-card strong { font-size: 14px; }
.doctor-card span:last-child { color: var(--muted); font-size: 11px; }
.status-dot { width: 12px; height: 12px; border: 3px solid #cceeff; border-radius: 50%; background: var(--blue-bright); }
.location-pill { position: absolute; z-index: 3; right: 4%; top: 96px; padding: 12px 17px; border-radius: 999px; background: var(--navy); color: white; font-size: 12px; font-weight: 750; letter-spacing: .04em; }

.quick-access { width: min(1380px, calc(100% - 48px)); margin: 30px auto 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quick-card { min-height: 178px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: start; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.quick-card p { margin: 2px 0 12px; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.quick-card h2 { margin: 0; max-width: 240px; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; }
.quick-card > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 22px; }
.card-number { color: var(--blue); font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.quick-card-dark { background: var(--navy); color: white; border-color: var(--navy); }
.quick-card-dark p, .quick-card-dark .card-number { color: #9cc8df; }
.quick-card-blue { background: var(--blue); color: white; border-color: var(--blue); }
.quick-card-blue p, .quick-card-blue .card-number { color: #ccecff; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 230px 1fr; }
  .desktop-nav { display: none; }
  .site-header > .button { justify-self: end; }
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-copy { padding-left: 48px; padding-right: 24px; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; }
  .hero-visual { overflow: hidden; }
  .portrait-frame { width: 95%; }
  .doctor-card { left: 0; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 30px); height: 84px; grid-template-columns: 1fr auto; }
  .brand { width: 118px; height: auto; }
  .brand img { width: 100%; height: 100%; }
  .button-small { min-height: 42px; padding: 0 14px; font-size: 12px; }
  .hero { width: calc(100% - 20px); grid-template-columns: 1fr; }
  .hero-copy { padding: 56px 26px 36px; }
  h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trust-row { margin-top: 42px; grid-template-columns: 1fr 1fr; }
  .trust-row div:nth-child(2) { grid-column: span 2; }
  .hero-visual { min-height: 500px; }
  .portrait-frame { height: 500px; width: calc(100% - 30px); }
  .location-pill { top: 30px; right: 26px; }
  .doctor-card { left: 26px; bottom: 26px; }
  .quick-access { width: calc(100% - 30px); grid-template-columns: 1fr; margin-top: 18px; }
}

/* Shared structure */
.mobile-menu { display: none; }
.section-shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .doctor-story h2, .technology-intro h2, .profile-copy h2,
.procedure-band h2, .symptoms-section h2, .second-opinion-intro h2,
.teleconsult-card h2, .appointment-prep h2, .contact-note h2 {
  margin: 0; color: var(--navy); font-size: clamp(40px, 4.6vw, 68px); line-height: 1.04; letter-spacing: -.05em; font-weight: 720;
}
.section-heading h2 em, .doctor-story h2 em, .technology-intro h2 em, .profile-copy h2 em,
.procedure-band h2 em, .symptoms-section h2 em, .second-opinion-intro h2 em,
.teleconsult-card h2 em, .appointment-prep h2 em, .contact-note h2 em {
  color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-weight: 500;
}
.section-heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.centered { display: block; text-align: center; }
.centered .eyebrow { justify-content: center; }

/* Home: services */
.specialties-section { padding-block: 90px 120px; }
.condition-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.condition-card { display: grid; grid-template-columns: 54px 1fr auto; gap: 24px; min-height: 210px; padding: 36px 32px; border-bottom: 1px solid var(--line); }
.condition-card:nth-child(odd) { border-right: 1px solid var(--line); padding-left: 0; }
.condition-card > span { color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.condition-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 28px; letter-spacing: -.035em; }
.condition-card p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.condition-card > a { align-self: end; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 20px; }

/* Home: doctor */
.doctor-section { width: min(1380px, calc(100% - 48px)); margin: 0 auto 120px; padding: 54px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 120px); background: white; border-radius: 26px; }
.doctor-photo-secondary { min-height: 640px; position: relative; overflow: hidden; border-radius: 240px 240px 20px 20px; background: var(--sky); }
.doctor-photo-secondary img { width: 100%; height: 100%; object-fit: cover; }
.photo-label { position: absolute; right: 20px; bottom: 20px; padding: 16px 18px; background: rgb(7 26 56 / 90%); color: white; border-radius: 9px; font-size: 12px; line-height: 1.5; }
.doctor-story { align-self: center; }
.story-lead { margin: 30px 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.story-points { margin-bottom: 30px; border-top: 1px solid var(--line); }
.story-points > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.story-points span { color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.story-points p { margin: 0; line-height: 1.6; }

/* Home: technology */
.technology-section { width: min(1510px, calc(100% - 32px)); margin: 0 auto; padding: 100px clamp(38px, 7vw, 110px); display: grid; grid-template-columns: 1fr .8fr; gap: 100px; background: var(--blue); color: white; border-radius: 28px; position: relative; overflow: hidden; }
.technology-section::after { content: ''; position: absolute; width: 600px; height: 600px; right: -300px; top: -320px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / 3%), 0 0 0 140px rgb(255 255 255 / 3%); }
.technology-intro { position: relative; z-index: 1; }
.technology-intro h2 { color: white; }
.technology-intro h2 em { color: #ccefff; }
.technology-intro > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 32px; color: #d7edf7; font-size: 17px; line-height: 1.75; }
.eyebrow-light { color: #bce9fb; }
.button-light { background: white; color: var(--navy); box-shadow: none; }
.button-light:hover { background: #e7f6fc; color: var(--navy); }
.technology-stats { position: relative; z-index: 1; display: grid; }
.technology-stats article { display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: center; padding: 29px 0; border-bottom: 1px solid rgb(255 255 255 / 22%); }
.technology-stats article:first-child { border-top: 1px solid rgb(255 255 255 / 22%); }
.technology-stats strong { font-size: 20px; }
.technology-stats span { color: #d7edf7; line-height: 1.5; }

/* Home: process and CTA */
.process-section { padding-block: 120px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article { min-height: 310px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.process-grid span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 76px; border-radius: 50%; background: var(--ice); color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.process-grid h3 { margin: 0 0 14px; font-size: 27px; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.closing-cta { width: min(1380px, calc(100% - 48px)); margin: 0 auto 30px; padding: 75px clamp(38px, 6vw, 90px); display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: end; background: var(--navy); color: white; border-radius: 24px; }
.closing-cta h2 { margin: 0; font-size: clamp(40px, 4.8vw, 70px); line-height: 1.02; letter-spacing: -.05em; }
.closing-cta h2 em { color: #7bd0f0; font-family: Georgia, serif; font-weight: 500; }
.closing-cta > div:last-child > p { margin: 0 0 26px; color: #b8c9db; line-height: 1.75; }

/* Page hero */
.page-hero { width: min(1510px, calc(100% - 32px)); min-height: 540px; margin: 0 auto; padding: 85px clamp(40px, 7vw, 112px); display: grid; grid-template-columns: 1.2fr .45fr; gap: 80px; align-items: center; overflow: hidden; border-radius: 0 0 30px 30px; background: linear-gradient(118deg, #f4fafc, #d8eef7); position: relative; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgb(7 67 107 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(7 67 107 / 4%) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 80%); }
.page-hero > div { position: relative; z-index: 1; }
.page-hero h1 { max-width: 940px; font-size: clamp(54px, 6vw, 92px); }
.page-hero > div > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 32px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.page-hero-aside { min-height: 280px; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--navy); color: white; border-radius: 180px 180px 18px 18px; position: relative; z-index: 1; overflow: hidden; }
.page-hero-aside strong { font-size: clamp(38px, 4vw, 62px); letter-spacing: -.04em; }
.page-hero-aside p { max-width: 250px; margin: 8px 0 0; color: #b8cfe0; line-height: 1.5; }
.orbital-mark { position: absolute; width: 180px; height: 180px; top: -50px; right: -40px; border: 1px solid rgb(255 255 255 / 25%); border-radius: 50%; box-shadow: 0 0 0 34px rgb(255 255 255 / 4%), 0 0 0 68px rgb(255 255 255 / 4%); }

/* About */
.profile-section { padding-block: 110px; display: grid; grid-template-columns: .72fr 1fr; gap: clamp(70px, 9vw, 130px); align-items: center; }
.profile-image { height: 680px; position: relative; overflow: hidden; border-radius: 240px 240px 22px 22px; background: var(--sky); }
.profile-image img { width: 100%; height: 100%; object-fit: cover; }
.profile-badge { position: absolute; right: 22px; bottom: 22px; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--blue); color: white; border-radius: 50%; }
.profile-badge strong { font-size: 16px; }
.profile-badge span { font-family: Georgia, serif; font-style: italic; }
.profile-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.profile-copy blockquote { margin: 30px 0 0; padding: 28px 0 0 28px; border-top: 1px solid var(--line); border-left: 3px solid var(--blue); color: var(--navy); font-family: Georgia, serif; font-size: 24px; font-style: italic; line-height: 1.5; }
.credentials-band { width: min(1510px, calc(100% - 32px)); margin: 0 auto; padding: 100px clamp(38px, 7vw, 110px); background: var(--navy); color: white; border-radius: 28px; }
.section-heading-light h2 { color: white; }
.section-heading-light h2 em { color: #80d3f0; }
.section-heading-light > p { color: #b8c9db; }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgb(255 255 255 / 18%); border: 1px solid rgb(255 255 255 / 18%); }
.credential-grid article { min-height: 290px; padding: 30px; background: var(--navy); }
.credential-grid span { color: #7fd1ee; font-family: Georgia, serif; font-style: italic; }
.credential-grid h3 { margin: 80px 0 14px; font-size: 25px; }
.credential-grid p { margin: 0; color: #b8c9db; line-height: 1.65; }
.approach-section { padding-block: 115px; text-align: center; }
.approach-section .section-heading { display: block; text-align: center; }
.approach-section .eyebrow { justify-content: center; }
.approach-grid { margin-bottom: 38px; display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; }
.approach-grid article { padding: 34px 40px; border-left: 1px solid var(--line); }
.approach-grid article:last-child { border-right: 1px solid var(--line); }
.approach-grid strong { color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.approach-grid h3 { margin: 58px 0 14px; font-size: 27px; letter-spacing: -.035em; }
.approach-grid p { color: var(--muted); line-height: 1.7; }

/* Services */
.service-list-section { padding-block: 110px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 16px; }
.service-grid > article > span { color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.service-grid h3 { margin: 60px 0 14px; color: var(--navy); font-size: 26px; letter-spacing: -.03em; }
.service-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-grid a { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 13px; font-weight: 750; }
.procedure-band { width: min(1510px, calc(100% - 32px)); margin: 0 auto; padding: 90px clamp(38px, 7vw, 110px); display: grid; grid-template-columns: 1fr .8fr; gap: 100px; background: var(--blue); color: white; border-radius: 28px; }
.procedure-band h2 { color: white; }
.procedure-band h2 em { color: #ccefff; }
.procedure-band > div > p:not(.eyebrow) { color: #d7edf7; line-height: 1.75; }
.procedure-band ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 22%); }
.procedure-band li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgb(255 255 255 / 22%); }
.procedure-band li span { color: #aee5f8; }
.symptoms-section { padding-block: 115px; }
.symptoms-section > div:first-child { max-width: 820px; }
.symptom-list { margin: 55px 0 30px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.symptom-list div { display: grid; grid-template-columns: 58px 1fr; gap: 15px; padding: 23px; border-bottom: 1px solid var(--line); }
.symptom-list div:nth-child(odd) { border-right: 1px solid var(--line); padding-left: 0; }
.symptom-list span { color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.symptom-list p { margin: 0; font-size: 20px; font-weight: 700; }
.medical-note { padding: 18px 22px; border-left: 3px solid var(--blue); background: var(--ice); color: var(--muted); font-size: 13px; line-height: 1.6; }

/* Second opinion */
.second-opinion-intro { padding-block: 110px; display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: center; }
.second-opinion-intro > div:last-child { padding-left: 42px; border-left: 1px solid var(--line); }
.second-opinion-intro > div:last-child p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.opinion-process { width: min(1510px, calc(100% - 32px)); margin: 0 auto; padding: 100px clamp(38px, 7vw, 110px); background: var(--navy); color: white; border-radius: 28px; }
.opinion-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.opinion-grid article { min-height: 300px; padding: 34px; border-left: 1px solid rgb(255 255 255 / 18%); }
.opinion-grid article:last-child { border-right: 1px solid rgb(255 255 255 / 18%); }
.opinion-grid span { color: #82d5f2; font-family: Georgia, serif; font-style: italic; }
.opinion-grid h3 { margin: 80px 0 14px; font-size: 26px; }
.opinion-grid p { margin: 0; color: #b8c9db; line-height: 1.7; }
.teleconsult-section { padding-block: 110px; display: grid; grid-template-columns: 1.15fr .65fr; }
.teleconsult-card { padding: 65px; background: var(--blue); color: white; border-radius: 22px 0 0 22px; }
.teleconsult-card h2 { color: white; }
.teleconsult-card h2 em { color: #ccefff; }
.teleconsult-card > p:not(.eyebrow) { margin: 24px 0 30px; color: #d7edf7; line-height: 1.75; }
.teleconsult-checklist { padding: 54px; background: white; border: 1px solid var(--line); border-left: 0; border-radius: 0 22px 22px 0; }
.teleconsult-checklist h3 { margin: 0 0 30px; font-size: 28px; }
.teleconsult-checklist ul { margin: 0; padding: 0; list-style: none; }
.teleconsult-checklist li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.teleconsult-checklist li span { color: var(--blue); }

/* Contact */
.locations-section { padding-block: 110px; }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.locations-grid article { min-height: 380px; padding: 34px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 18px; }
.location-index { color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.location-type { margin: 80px 0 8px; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 750; }
.locations-grid h2 { margin: 0 0 16px; font-size: 38px; letter-spacing: -.04em; }
.locations-grid article > p:not(.location-type) { color: var(--muted); line-height: 1.65; }
.location-meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.location-meta span { padding: 8px 10px; background: var(--ice); border-radius: 999px; color: var(--blue); font-size: 11px; font-weight: 700; }
.locations-grid .location-featured { background: var(--blue); border-color: var(--blue); color: white; }
.location-featured .location-index, .location-featured .location-type { color: #ccefff; }
.locations-grid .location-featured > p:not(.location-type) { color: #d7edf7; }
.location-featured .location-meta span { background: rgb(255 255 255 / 14%); color: white; }
.appointment-prep { width: min(1510px, calc(100% - 32px)); margin: 0 auto; padding: 100px clamp(38px, 7vw, 110px); display: grid; grid-template-columns: 1fr .75fr; gap: 100px; background: var(--navy); color: white; border-radius: 28px; }
.appointment-prep h2 { color: white; }
.appointment-prep h2 em { color: #81d4f1; }
.appointment-prep ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 20%); }
.appointment-prep li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgb(255 255 255 / 20%); }
.appointment-prep li span { color: #82d5f2; font-family: Georgia, serif; font-style: italic; }
.appointment-prep li p { margin: 0; color: #d4e1eb; }
.contact-note { padding-block: 110px; display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.contact-note > div:last-child > p:not(.medical-note) { color: var(--muted); font-size: 17px; line-height: 1.75; }

/* Footer */
.site-footer { width: min(1510px, calc(100% - 32px)); margin: 0 auto 16px; padding: 72px clamp(28px, 5vw, 75px) 28px; overflow: hidden; background: var(--navy); color: white; border-radius: 28px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .6fr .75fr 1fr; gap: 60px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-grid a, .footer-grid span { color: #aec0d1; }
.footer-title { margin: 0 0 8px; color: white; font-size: 14px; font-weight: 750; }
.footer-logo { width: 235px; height: 124px; padding: 10px 16px; overflow: hidden; background: white; border-radius: 10px; }
.footer-logo img { width: 205px; height: auto; transform: translateY(-8px); }
.footer-brand > p { max-width: 280px; color: #aec0d1; font-size: 13px; }
.footer-bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / 15%); color: #8299ad; font-size: 11px; }
.footer-wordmark { margin: 46px -20px -45px; white-space: nowrap; color: rgb(255 255 255 / 7%); font-size: clamp(40px, 7.5vw, 112px); font-weight: 800; letter-spacing: -.05em; }

@media (max-width: 1050px) {
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .doctor-section, .profile-section { grid-template-columns: .8fr 1fr; gap: 55px; }
  .technology-section, .procedure-band, .appointment-prep { gap: 50px; }
  .credential-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 760px) {
  .site-header { position: relative; }
  .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; padding: 11px; border-radius: 50%; background: var(--navy); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; background: white; }
  .mobile-menu nav { position: absolute; z-index: 20; top: 70px; right: 0; width: min(310px, calc(100vw - 30px)); padding: 20px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 50px rgb(7 26 56 / 18%); }
  .mobile-menu nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
  .mobile-menu nav a[aria-current="page"] { color: var(--blue); }
  .mobile-menu nav a:last-child { margin-top: 10px; background: var(--blue); color: white; border-radius: 8px; text-align: center; }
  .section-shell { width: calc(100% - 30px); }
  .section-heading h2, .doctor-story h2, .technology-intro h2, .profile-copy h2,
  .procedure-band h2, .symptoms-section h2, .second-opinion-intro h2,
  .teleconsult-card h2, .appointment-prep h2, .contact-note h2 { font-size: 42px; }
  .specialties-section, .service-list-section, .locations-section, .symptoms-section, .process-section, .approach-section { padding-block: 80px; }
  .condition-grid, .process-grid, .service-grid, .symptom-list, .locations-grid, .approach-grid { grid-template-columns: 1fr; }
  .condition-card:nth-child(odd), .symptom-list div:nth-child(odd) { border-right: 0; }
  .condition-card { padding-inline: 0; }
  .doctor-section { width: calc(100% - 20px); padding: 16px 16px 48px; grid-template-columns: 1fr; gap: 45px; }
  .doctor-photo-secondary, .profile-image { min-height: 520px; height: 520px; }
  .doctor-story { padding-inline: 10px; }
  .technology-section, .procedure-band, .appointment-prep { width: calc(100% - 20px); padding: 70px 26px; grid-template-columns: 1fr; gap: 50px; }
  .technology-stats article { grid-template-columns: 1fr; gap: 8px; }
  .process-grid span { margin-bottom: 50px; }
  .closing-cta { width: calc(100% - 30px); padding: 55px 26px; grid-template-columns: 1fr; gap: 35px; }
  .page-hero { width: calc(100% - 20px); min-height: auto; padding: 65px 26px 26px; grid-template-columns: 1fr; gap: 48px; }
  .page-hero h1 { font-size: 52px; }
  .page-hero-aside { min-height: 230px; }
  .profile-section, .second-opinion-intro, .teleconsult-section, .contact-note { padding-block: 80px; grid-template-columns: 1fr; gap: 45px; }
  .profile-copy blockquote { font-size: 21px; }
  .credentials-band, .opinion-process { width: calc(100% - 20px); padding: 70px 26px; }
  .credential-grid, .opinion-grid { grid-template-columns: 1fr; }
  .credential-grid article, .opinion-grid article { min-height: 250px; border-right: 1px solid rgb(255 255 255 / 18%); border-bottom: 1px solid rgb(255 255 255 / 18%); }
  .approach-grid article, .approach-grid article:last-child { border-right: 0; border-left: 0; border-top: 1px solid var(--line); padding-inline: 10px; }
  .second-opinion-intro > div:last-child { padding-left: 0; border-left: 0; }
  .teleconsult-card { padding: 48px 26px; border-radius: 20px 20px 0 0; }
  .teleconsult-checklist { padding: 38px 26px; border-left: 1px solid var(--line); border-top: 0; border-radius: 0 0 20px 20px; }
  .contact-note { gap: 20px; }
  .site-footer { width: calc(100% - 20px); padding: 52px 24px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

/* Motion layer: preserves the layout and adds subtle clinical polish. */
.agenda-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.agenda-button::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, #a9eaff 48%, #ffffff 55%, transparent) top left / 58% 2px no-repeat,
    linear-gradient(180deg, transparent, #a9eaff 48%, #ffffff 55%, transparent) top right / 2px 76% no-repeat,
    linear-gradient(270deg, transparent, #a9eaff 48%, #ffffff 55%, transparent) bottom right / 58% 2px no-repeat,
    linear-gradient(0deg, transparent, #a9eaff 48%, #ffffff 55%, transparent) bottom left / 2px 76% no-repeat;
  filter: drop-shadow(0 0 4px rgb(160 229 255 / 80%));
  pointer-events: none;
  animation: borderShine 2.2s linear infinite;
}

.hero-copy,
.page-hero > div {
  animation: contentReveal .8s cubic-bezier(.2, .7, .2, 1) both;
}

.hero-visual,
.page-hero-aside {
  animation: visualReveal .95s cubic-bezier(.2, .7, .2, 1) .08s both;
}

.quick-card {
  animation: cardReveal .7s cubic-bezier(.2, .7, .2, 1) both;
  transition: transform .28s ease, box-shadow .28s ease;
}

.quick-card:nth-child(2) { animation-delay: .08s; }
.quick-card:nth-child(3) { animation-delay: .16s; }
.quick-card:hover { transform: translateY(-6px); box-shadow: 0 24px 45px rgb(7 43 69 / 12%); }
.quick-card > a, .condition-card > a { transition: transform .25s ease, background .25s ease, color .25s ease; }
.quick-card:hover > a, .condition-card:hover > a { transform: translate(3px, -3px); }
.condition-card { transition: background .3s ease; }
.condition-card:hover { background: rgb(255 255 255 / 58%); }

.portrait-orbit,
.orbital-mark {
  transform-origin: center;
  animation: orbitalMotion 12s ease-in-out infinite alternate;
}

.doctor-card { animation: gentleFloat 4.8s ease-in-out infinite; }
.location-pill { animation: gentleFloat 5.4s ease-in-out .8s infinite; }

.footer-wordmark {
  display: block;
  width: calc(100% + 40px);
  min-width: 0;
  overflow: hidden;
  will-change: auto;
}

.footer-wordmark-track {
  display: flex;
  width: max-content;
  gap: 6vw;
  will-change: transform;
  animation: footerWordmarkFlow 15s linear infinite;
}

.footer-wordmark-track span {
  display: block;
  flex: none;
  white-space: nowrap;
}

@supports (animation-timeline: view()) {
  .specialties-section,
  .doctor-section,
  .technology-section,
  .process-section,
  .profile-section,
  .credentials-band,
  .approach-section,
  .service-list-section,
  .procedure-band,
  .symptoms-section,
  .second-opinion-intro,
  .opinion-process,
  .teleconsult-section,
  .locations-section,
  .appointment-prep,
  .contact-note,
  .closing-cta {
    animation: sectionReveal linear both;
    animation-timeline: view();
    animation-range: entry 5% cover 24%;
  }
}

@keyframes borderShine {
  0% {
    background-position: -145% 0, 100% -210%, 245% 100%, 0 210%;
  }
  100% {
    background-position: 245% 0, 100% 210%, -145% 100%, 0 -210%;
  }
}

@keyframes contentReveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes visualReveal {
  from { opacity: 0; transform: translateX(26px) scale(.985); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

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

@keyframes orbitalMotion {
  from { transform: rotate(-4deg) scale(.96); }
  to { transform: rotate(9deg) scale(1.04); }
}

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

@keyframes footerWordmarkFlow {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 3vw)); }
}

@keyframes sectionReveal {
  from { opacity: .18; transform: translateY(38px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,
  .page-hero > div,
  .hero-visual,
  .page-hero-aside,
  .quick-card,
  .portrait-orbit,
  .orbital-mark,
  .doctor-card,
  .location-pill,
  .specialties-section,
  .doctor-section,
  .technology-section,
  .process-section,
  .profile-section,
  .credentials-band,
  .approach-section,
  .service-list-section,
  .procedure-band,
  .symptoms-section,
  .second-opinion-intro,
  .opinion-process,
  .teleconsult-section,
  .locations-section,
  .appointment-prep,
  .contact-note,
  .closing-cta {
    animation: none !important;
    transform: none !important;
  }

  .agenda-button::before {
    animation-duration: 4.5s !important;
  }

  .footer-wordmark-track {
    animation-duration: 28s !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}
