:root {
  --white: #ffffff;
  --blush: #fbe3ef;
  --coral: #ef7d8f;
  --coral-deep: #d65a6a;
  --ink: #29242d;
  --muted: #75646d;
  --clinic: #eff8f6;
  --line: #efd5df;
  --shadow: 0 24px 70px rgba(214, 90, 106, 0.16);
  --container: min(1120px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(239, 213, 223, 0.8);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  width: 60px;
  height: 34px;
  flex: 0 0 auto;
}

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

.brand strong {
  display: block;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.05;
  color: var(--coral-deep);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.site-nav a.is-active {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 64px clamp(22px, 5vw, 92px) 72px;
  background: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  width: auto;
  content: "";
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.38) 48%, rgba(255, 255, 255, 0.06) 66%, rgba(255, 255, 255, 0) 82%);
  pointer-events: none;
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 70%;
  background: url("assets/hero-background.png") center center / cover no-repeat;
  filter: brightness(1.1) saturate(1.06);
}

.hero-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 72px;
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
}

.hero-mobile-photo {
  display: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--coral-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section .section-kicker,
.care-layout .section-kicker,
.media-layout .section-kicker,
.location-layout .section-kicker {
  color: var(--coral-deep);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
  color: var(--ink);
}

h1 {
  max-width: 690px;
  font-size: clamp(2.45rem, 5.45vw, 4.35rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-quote {
  max-width: 520px;
  margin: 22px 0 0;
  padding: 0 0 0 18px;
  border-left: 3px solid var(--coral-deep);
}

.hero-quote p {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.28;
}

.hero-quote cite {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 600;
}

.hero-actions,
.location-section .button {
  margin-top: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  gap: 9px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

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

.button.primary {
  color: var(--white);
  background: var(--coral-deep);
  box-shadow: 0 12px 28px rgba(214, 90, 106, 0.24);
}

.button.secondary {
  color: var(--coral-deep);
  border: 1px solid var(--line);
  background: var(--white);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 24px 0 0;
}

.trust-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.trust-list dt {
  color: var(--coral-deep);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-list dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
}

.section {
  padding: 72px 0;
  scroll-margin-top: 78px;
}

.section-inner {
  width: var(--container);
  margin: 0 auto;
}

.intro-band {
  background: var(--clinic);
}

.split {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 48px;
  align-items: start;
}

.split h2 {
  max-width: 920px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.centered-heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.section-heading p:not(.section-kicker),
.schedule-layout p,
.location-layout p,
.lead {
  color: var(--muted);
  font-size: 1rem;
}

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

.service-card,
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card {
  padding: 28px;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.icon-circle {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--coral-deep);
  background: var(--blush);
  font-weight: 800;
  font-size: 0.84rem;
}

.specialties-section {
  background: var(--blush);
}

.specialty-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.specialty-category {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(214, 90, 106, 0.08);
}

.specialty-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.specialty-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--coral-deep);
  background: var(--blush);
}

.specialty-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.treatment-accordion {
  display: grid;
  gap: 12px;
}

.treatment-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.treatment-item:hover,
.treatment-item[open] {
  border-color: rgba(214, 90, 106, 0.45);
  box-shadow: 0 14px 30px rgba(214, 90, 106, 0.08);
}

.treatment-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.treatment-item summary::-webkit-details-marker {
  display: none;
}

.treatment-item summary::after {
  content: "+";
  color: var(--coral-deep);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.treatment-item[open] summary::after {
  content: "–";
}

.treatment-item summary span {
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.2;
}

.treatment-item summary small {
  grid-column: 1 / 2;
  color: var(--muted);
  font-weight: 600;
}

.treatment-detail {
  padding: 0 18px 20px;
  color: var(--muted);
}

.treatment-detail p {
  margin: 0 0 18px;
}

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

.detail-grid h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
}

.detail-grid ul {
  margin: 0;
  padding-left: 18px;
}

.profile-section {
  background: linear-gradient(90deg, var(--blush), var(--white) 58%);
}

.surgery-section {
  background: var(--white);
}

.cases-section {
  background: linear-gradient(90deg, var(--blush), var(--white) 58%);
}

.surgery-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.surgery-grid article {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.surgery-grid h3 {
  max-width: 230px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 1.35rem;
}

.surgery-grid p {
  margin: 0;
  color: var(--muted);
}

.case-card .panel-label {
  letter-spacing: 0.16em;
}

.case-video {
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(214, 90, 106, 0.24);
  border-radius: 8px;
  background: var(--white);
  aspect-ratio: 9 / 16;
}

.case-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.profile-layout,
.location-layout,
.schedule-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.doctor-visual {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.doctor-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.lead {
  margin: 20px 0 0;
}

.profile-layout p:not(.section-kicker):not(.lead) {
  margin: 16px 0 0;
  color: var(--muted);
}

.profile-points {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.profile-points p {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.profile-points strong {
  color: var(--ink);
}

.doctor-quote {
  margin: 24px 0 0;
  padding: 22px;
  border-left: 4px solid var(--coral-deep);
  border-radius: 0 8px 8px 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
}

.credentials-section {
  background: var(--blush);
}

.career-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.career-summary {
  display: grid;
  gap: 20px;
}

.credential-panel,
.education-timeline,
.experience-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.credential-panel {
  padding: 24px;
  box-shadow: 0 18px 42px rgba(214, 90, 106, 0.09);
}

.panel-label {
  margin: 0 0 8px;
  color: var(--coral-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.credential-panel h3 {
  color: var(--ink);
  font-size: 1.55rem;
}

.doctor-name {
  margin: 8px 0 20px;
  color: var(--muted);
  font-weight: 700;
}

.registry-list {
  display: grid;
  gap: 10px;
}

.registry-list div {
  padding: 18px;
  border: 1px solid rgba(214, 90, 106, 0.18);
  border-radius: 8px;
  background: var(--blush);
}

.registry-list span,
.education-timeline span,
.credential-panel small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.registry-list strong {
  display: block;
  margin: 7px 0;
  color: var(--coral-deep);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.work-panel {
  color: var(--white);
  border-color: transparent;
  background: #c73552;
}

.work-panel p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.work-panel > strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
}

.work-panel .panel-label,
.work-panel small {
  color: rgba(255, 255, 255, 0.82);
}

.work-panel h3 {
  color: var(--white);
}

.career-main {
  display: grid;
  gap: 18px;
}

.education-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding: 10px 28px;
}

.education-timeline article {
  position: relative;
  padding: 22px 0 22px 42px;
}

.education-timeline article + article {
  border-top: 1px solid rgba(214, 90, 106, 0.16);
}

.education-timeline article::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 4px;
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--coral-deep);
  box-shadow: 0 0 0 4px rgba(214, 90, 106, 0.14);
}

.education-timeline h3 {
  margin-top: 6px;
  color: var(--coral-deep);
  font-size: 1.14rem;
}

.education-timeline p {
  margin: 8px 0 0;
  color: var(--muted);
}

.experience-band {
  padding: 24px 28px;
  border-color: rgba(214, 90, 106, 0.18);
  background: var(--white);
}

.experience-band p {
  margin: 0;
  color: var(--muted);
}

.care-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.care-layout p,
.media-layout p {
  color: var(--muted);
}

.consult-tips ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.care-section {
  background: var(--white);
}

.care-layout,
.media-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: start;
}

.care-list {
  display: grid;
  gap: 16px;
}

.care-list article {
  padding: 24px;
}

.care-list p {
  margin: 10px 0 0;
}

.media-section {
  background: var(--blush);
}

.media-stack {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.tiktok-feature {
  display: grid;
  width: min(100%, 360px);
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(214, 90, 106, 0.09);
}

.tiktok-copy {
  padding: 2px 4px 0;
}

.tiktok-copy p:not(.panel-label) {
  margin: 10px 0 16px;
  color: var(--muted);
}

.tiktok-copy a {
  display: inline-flex;
  gap: 8px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(117, 100, 109, 0.36);
  color: var(--ink);
  background: var(--white);
  font-weight: 800;
}

.tiktok-copy a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.tiktok-embed {
  width: min(100%, 292px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(214, 90, 106, 0.22);
  border-radius: 8px;
  background: var(--white);
  aspect-ratio: 9 / 16;
}

.tiktok-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.media-topics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 16px;
  border: 2px solid var(--coral-deep);
  border-radius: 999px;
  color: var(--coral-deep);
  background: transparent;
  font-size: 0.88rem;
  font-weight: 800;
}

.testimonial-section {
  background: var(--white);
}

.location-section {
  background: var(--blush);
}

.testimonial-card {
  margin: 0;
  padding: 28px;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
}

.testimonial-card h3 {
  color: var(--coral-deep);
}

.testimonial-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.testimonial-card figcaption {
  margin-top: 22px;
  color: var(--coral-deep);
  font-weight: 700;
}

.location-layout {
  grid-template-columns: 0.85fr 1.15fr;
}

address {
  margin: 24px 0 0;
  color: var(--ink);
  font-style: normal;
  font-weight: 600;
}

address a {
  color: var(--coral-deep);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-weight: 800;
}

.social-links span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--coral-deep);
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a:nth-child(2) svg,
.social-links a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.consult-tips {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--clinic);
}

.consult-tips h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.map-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(214, 90, 106, 0.16) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(214, 90, 106, 0.16) 50%, transparent 51%),
    var(--clinic);
  background-size: 88px 88px;
}

.map-embed {
  background: var(--clinic);
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-link {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--coral-deep);
  box-shadow: 0 12px 28px rgba(214, 90, 106, 0.24);
  font-weight: 800;
}

.site-footer {
  width: var(--container);
  margin: 0 auto;
  padding: 38px 0 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand .brand-mark {
  width: 44px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.34);
  transition: transform 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

@media (max-width: 1080px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 78px 16px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .profile-layout,
  .location-layout,
  .split,
  .career-showcase,
  .care-layout,
  .media-layout,
  .specialty-categories,
  .surgery-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .career-summary {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
    display: grid;
    gap: 28px;
    align-items: start;
    padding-top: 44px;
    background: var(--white);
  }

  .hero::after {
    display: none;
  }

  .hero-photo {
    display: none;
  }

  .service-grid,
  .testimonial-grid,
  .surgery-grid,
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 28px, 1120px);
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .brand-mark {
    width: 44px;
  }

  .hero {
    padding: 34px 14px 48px;
  }

  .hero-mobile-photo {
    display: block;
    height: 230px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 8px;
    background: url("assets/hero-background.png") center top / cover no-repeat;
    box-shadow: var(--shadow);
  }

  h1 {
    font-size: clamp(2.25rem, 14vw, 3.8rem);
  }

  .hero-actions,
  .trust-list,
  .service-grid,
  .testimonial-grid,
  .surgery-grid,
  .case-grid,
  .career-summary,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .credential-panel,
  .education-timeline,
  .experience-band,
  .tiktok-feature {
    padding-inline: 20px;
  }

  .tiktok-feature {
    grid-template-columns: 1fr;
  }

  .tiktok-embed {
    width: min(100%, 300px);
    margin-inline: auto;
  }

  .education-timeline {
    padding-block: 6px;
  }

  .education-timeline article {
    padding-left: 30px;
  }

  .education-timeline article::before {
    left: 0;
  }

  .hero-actions {
    display: grid;
  }

  .trust-list {
    display: grid;
  }

  .section {
    padding: 62px 0;
  }

  .service-card,
  .testimonial-card,
  .surgery-grid article {
    padding: 22px;
  }

  .case-video {
    min-height: 240px;
  }

  .doctor-visual,
  .map-card {
    min-height: 320px;
  }

  .doctor-visual img {
    min-height: 320px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 92px;
  }
}
