:root {
  --ink: #20251f;
  --muted: #697069;
  --paper: #f4f1ea;
  --paper-deep: #e8e2d7;
  --sage: #b7c6a8;
  --moss: #304f3d;
  --orange: #d86d3c;
  --line: rgba(32, 37, 31, 0.2);
  --container: min(1240px, calc(100vw - 72px));
  --focus-ring: 2px solid var(--orange);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--moss);
  border-radius: 2px;
}
.skip-link:focus { top: 16px; }
.skip-link--nav:focus { top: 58px; }

.site-top { position: sticky; top: 0; z-index: 20; transition: transform 220ms ease; }
.site-top.is-scrolled .assistance-bar { max-height: 0; opacity: 0; padding: 0; border: 0; overflow: hidden; pointer-events: none; }

.assistance-bar {
  color: var(--paper);
  background: #243d31;
  border-bottom: 1px solid rgba(255,255,255,.12);
  max-height: 80px;
  opacity: 1;
  transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease;
}
.assistance-bar-inner {
  width: var(--container);
  margin: auto;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  padding: 10px 0;
  font-size: .72rem;
  line-height: 1.4;
}
.assistance-label { margin: 0; color: var(--sage); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.assistance-phones { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; font-weight: 700; }
.assistance-phones a { color: #fff; transition: color 180ms ease; }
.assistance-phones a:hover, .assistance-phones a:focus-visible { color: var(--sage); }
.assistance-locations { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; color: var(--sage); }
.assistance-locations strong { color: #fff; font-weight: 700; }

.site-header { color: var(--paper); background: var(--moss); }
.header-inner { width: var(--container); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; }
.wordmark { display: flex; align-items: center; flex-shrink: 0; }
.wordmark img {
  display: block;
  width: auto;
  height: 58px;
  max-width: min(220px, 42vw);
  object-fit: contain;
  border-radius: 2px;
}
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 0.88rem; }
.site-nav a { opacity: 0.78; transition: opacity 180ms ease, color 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; color: var(--sage); }
.site-nav a.is-active { opacity: 1; color: var(--sage); box-shadow: inset 0 -2px 0 var(--orange); }

a:focus-visible,
button:focus-visible,
.gallery-stage:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); background: transparent; border-radius: 2px; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--paper); }

.hero-band {
  background:
    linear-gradient(rgba(244, 241, 234, 0.88), rgba(244, 241, 234, 0.97)),
    url("./assets/hero-background.jpg") center / cover no-repeat;
}
.hero { min-height: 700px; width: var(--container); margin: auto; padding: 88px 0 110px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 56px; align-items: center; }
.hero-copy, .hero-art { min-width: 0; }
.kicker, .section-label { margin: 0; color: var(--moss); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: var(--orange); }
.hero h1 { max-width: 560px; margin: 26px 0; font-family: "Playfair Display", serif; font-size: clamp(3.8rem, 7vw, 7.5rem); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.hero h1 span { color: var(--orange); font-style: italic; }
.hero-intro { max-width: 440px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.hero-links, .visit-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 30px; }
.solid-link { display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; color: var(--paper); background: var(--moss); font-size: .86rem; font-weight: 700; border: none; transition: background 180ms ease; }
.solid-link:hover, .solid-link:focus-visible { background: #3d6349; }
.solid-link--secondary { background: #4a6354; }
.solid-link--secondary:hover, .solid-link--secondary:focus-visible { background: #567060; }
.solid-link--secondary .icon-arrow { color: var(--paper); }
.solid-link--whatsapp { background: #2d8f5c; }
.solid-link--whatsapp:hover, .solid-link--whatsapp:focus-visible { background: #247a4e; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--orange); font-size: .86rem; font-weight: 700; transition: color 180ms ease; }
.text-link:hover, .text-link:focus-visible, .arrow-link:hover, .arrow-link:focus-visible { color: var(--orange); }
.icon-arrow, .icon-arrow-down { flex-shrink: 0; color: var(--orange); }
.solid-link .icon-arrow { color: var(--sage); }
.hero-note { display: flex; gap: 14px; align-items: flex-start; margin-top: 65px; padding-top: 18px; border-top: 1px solid var(--line); max-width: 520px; }
.note-mark { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); flex-shrink: 0; }
.hero-note p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.hero-note strong { color: var(--ink); }
.hero-art { position: relative; min-height: 560px; }
.hero-art::before { content: ""; position: absolute; z-index: -1; top: 56px; right: 0; width: 78%; height: 84%; background: var(--sage); }
.hero-feature { width: 74%; height: 400px; margin: 42px 0 0 auto; object-fit: cover; filter: saturate(.9); }
.doctor-portrait { position: absolute; left: 0; bottom: 0; width: 39%; margin: 0; padding: 10px; background: var(--paper); }
.doctor-portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.doctor-portrait figcaption { padding: 10px 2px 2px; color: var(--moss); font-size: .68rem; font-weight: 700; }
.hero-seal { position: absolute; right: 2%; bottom: 7%; width: 120px; height: 120px; display: grid; place-content: center; border: 1px solid var(--moss); border-radius: 50%; color: var(--moss); font-family: "Playfair Display", serif; font-size: 1rem; line-height: .95; text-align: center; transform: rotate(9deg); }
.hero-seal span { color: var(--orange); font-size: .68rem; }

.intro-band, .treatments-section, .journal-section, .visit-section, .benefits-section { width: var(--container); margin: auto; }
.intro-band { padding: 102px 0 120px; border-top: 1px solid var(--line); }
.section-label { display: flex; justify-content: space-between; gap: 20px; color: var(--orange); }
.section-label span { color: var(--muted); }
.intro-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 32px; }
h2 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
h2 i { color: var(--orange); font-weight: 500; }
.intro-text p { max-width: 420px; margin: 0 0 16px; color: var(--muted); line-height: 1.8; }
.intro-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }

.benefits-section { padding: 92px 0 110px; border-top: 1px solid var(--line); }
.benefits-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-top: 32px; }
.benefits-intro p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.benefit-grid article { min-height: 190px; padding: 24px; background: var(--paper-deep); }
.benefit-grid article img { width: 72px; height: 72px; margin-bottom: 18px; object-fit: contain; }
.benefit-number { color: var(--orange); font-size: .72rem; font-weight: 700; }
.benefit-grid h3 { margin: 12px 0; font-family: "Playfair Display", serif; font-size: 1.7rem; font-weight: 500; }
.benefit-grid p { max-width: 260px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }

.gallery-band {
  background:
    linear-gradient(rgba(48, 79, 61, 0.92), rgba(48, 79, 61, 0.96)),
    url("./assets/section-bg-gallery.jpg") center / cover no-repeat;
  color: var(--paper);
}
.gallery-section { width: var(--container); margin: auto; padding: 92px 0 110px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: end; }
.gallery-section .section-label { color: var(--sage); }
.gallery-section .section-label span { color: var(--paper); }
.gallery-heading h2 { margin-top: 28px; font-size: clamp(3rem, 5vw, 5.2rem); }
.gallery-stage { position: relative; min-height: 470px; outline: none; }
.gallery-slide { display: none; height: 470px; margin: 0; flex-direction: column; }
.gallery-slide.is-active { display: flex; }
.gallery-slide-media {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(16, 24, 20, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.gallery-slide figcaption { flex-shrink: 0; height: 38px; padding-top: 12px; color: var(--sage); font-size: .7rem; }
.gallery-control { position: absolute; z-index: 2; top: calc(50% - 24px); display: grid; width: 42px; height: 42px; place-items: center; border: 0; color: var(--moss); background: var(--sage); transition: background 180ms ease; }
.gallery-control:hover, .gallery-control:focus-visible { background: #c9d7bb; }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }
.gallery-dots { display: flex; justify-content: center; gap: 10px; margin-top: 8px; }
.gallery-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  transition: background 180ms ease, transform 180ms ease;
}
.gallery-dots button[aria-selected="true"] { background: var(--orange); transform: scale(1.15); }
.gallery-dots button:hover, .gallery-dots button:focus-visible { background: var(--sage); }

.treatments-section { padding: 92px 0 118px; border-top: 1px solid var(--line); }
.section-topline, .journal-heading { display: flex; justify-content: space-between; gap: 30px; align-items: baseline; }
.section-topline > p, .journal-heading > p { max-width: 300px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.treatment-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; margin-top: 60px; align-items: start; }
.treatment-layout h2 { font-size: clamp(2.4rem, 4vw, 4.4rem); }
.treatment-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 36px; }
.treatment-category {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.treatment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.treatment-list li {
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.4;
}
.treatment-list li::before { content: "·"; margin-right: 8px; color: var(--orange); font-weight: 700; }

.journal-section { padding: 102px 0 128px; border-top: 1px solid var(--line); }
.journal-heading { margin-bottom: 8px; }
.journal-heading h2 { margin-top: 28px; font-size: clamp(3rem, 5vw, 5.4rem); }
.journal-block { margin-top: 56px; }
.journal-block:first-of-type { margin-top: 48px; }
.journal-block-banner {
  position: relative;
  height: 120px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.journal-block-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(48, 79, 61, 0.82), rgba(48, 79, 61, 0.35));
}
.journal-block-banner--newspaper {
  background-image: url("./assets/article-1.jpg");
}
.journal-block-banner--honors {
  background-image: url("./assets/section-bg-honors.jpg");
  background-position: center 30%;
}
.journal-block-banner--results {
  background-image: url("./assets/result-1.jpg");
}
.journal-block-banner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.journal-block-banner--split img { grid-row: 1; }
.journal-block-banner--split img:first-child { grid-column: 1; }
.journal-block-banner--split img:last-of-type { grid-column: 2; }
.journal-block-banner h3 {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 20px;
  margin: 0;
  color: var(--paper);
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.media-grid { display: grid; gap: 14px; }
.media-grid-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-grid figure { margin: 0; overflow: hidden; background: var(--paper-deep); aspect-ratio: 4 / 3; }
.media-open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}
.media-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; pointer-events: none; }
.media-open:hover img, .media-open:focus-visible img { transform: scale(1.03); }
.media-open::after {
  content: "View";
  position: absolute;
  inset: auto 10px 10px auto;
  padding: 4px 8px;
  color: var(--paper);
  background: rgba(32, 37, 31, 0.72);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 180ms ease;
}
.media-open { position: relative; }
.media-open:hover::after, .media-open:focus-visible::after { opacity: 1; }

.result-figure { position: relative; }
.result-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  color: var(--paper);
  background: rgba(48, 79, 61, 0.88);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}

.visit-section { padding: 110px 0 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; border-top: 1px solid var(--line); }
.visit-photo { height: 280px; background: var(--sage); }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; }
.visit-map { height: 220px; margin-top: 14px; background: var(--paper-deep); }
.visit-map-toggle { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.map-toggle {
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  font-size: .76rem;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.map-toggle.is-active, .map-toggle[aria-selected="true"] {
  color: var(--paper);
  background: var(--moss);
  border-color: var(--moss);
}
.map-toggle:hover, .map-toggle:focus-visible { border-color: var(--moss); color: var(--moss); }
.map-toggle.is-active:hover, .map-toggle.is-active:focus-visible { color: var(--paper); }
.visit-map iframe { width: 100%; height: 100%; border: 0; }
.visit-map-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.visit-map-links a {
  font-size: .78rem;
  font-weight: 700;
  color: var(--moss);
  border-bottom: 1px solid var(--orange);
  transition: color 180ms ease;
}
.visit-map-links a:hover, .visit-map-links a:focus-visible { color: var(--orange); }
.visit-map-links a[hidden] { display: none; }
.visit-details h2 { margin: 32px 0 44px; font-size: clamp(3rem, 5vw, 5.4rem); }
.physician-title { margin: -28px 0 30px; color: var(--ink); font-size: .88rem; font-weight: 700; line-height: 1.6; }
.physician-title span { color: var(--muted); font-size: .78rem; font-weight: 500; }
.visit-row strong a { color: inherit; border-bottom: 1px solid transparent; transition: color 180ms ease, border-color 180ms ease; }
.visit-row strong a:hover, .visit-row strong a:focus-visible { color: var(--orange); border-color: var(--orange); }
.visit-row { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); font-size: .82rem; }
.visit-row span { color: var(--orange); font-weight: 700; }
.visit-row strong { font-weight: 500; line-height: 1.5; }

.site-footer { padding: 44px max(36px, calc((100vw - 1240px) / 2)); color: var(--paper); background: var(--moss); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; padding-bottom: 54px; }
.footer-top img { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 50%; }
.footer-contact p { margin: 0 0 10px; color: var(--sage); font-size: .8rem; line-height: 1.7; }
.footer-contact a { color: #fff; transition: color 180ms ease; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--sage); }
.footer-nav { display: flex; flex-direction: column; gap: 10px; font-size: .8rem; }
.footer-nav a { color: var(--sage); transition: color 180ms ease; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); color: var(--sage); font-size: .7rem; }
.social-links { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--paper);
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease;
}
.social-links a:hover, .social-links a:focus-visible { background: var(--sage); color: var(--moss); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(20, 24, 20, 0.92);
}
.lightbox[hidden] { display: none; }
.lightbox-image {
  max-width: min(92vw, 1100px);
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.15);
}
.lightbox-caption {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: var(--sage);
  font-size: .82rem;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: 0;
  color: var(--paper);
  background: rgba(255,255,255,.12);
  transition: background 180ms ease;
}
.lightbox-close:hover, .lightbox-close:focus-visible,
.lightbox-prev:hover, .lightbox-prev:focus-visible,
.lightbox-next:hover, .lightbox-next:focus-visible {
  background: rgba(255,255,255,.24);
}
.lightbox-close { top: 20px; right: 20px; width: 44px; height: 44px; font-size: 1.6rem; line-height: 1; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); width: 44px; height: 44px; display: grid; place-items: center; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-action {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--paper);
  box-shadow: 0 4px 18px rgba(32, 37, 31, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}
.floating-action:hover, .floating-action:focus-visible { transform: scale(1.05); }
.floating-action--call { background: var(--moss); }
.floating-action--call:hover, .floating-action--call:focus-visible { background: #3d6349; }
.floating-action--whatsapp { background: #2d8f5c; }
.floating-action--whatsapp:hover, .floating-action--whatsapp:focus-visible { background: #247a4e; }
.floating-action--top { background: var(--orange); }
.floating-action--top:hover, .floating-action--top:focus-visible { background: #c45a2e; }
.floating-action--top[hidden] { display: none; }

@media (max-width: 820px) {
  :root { --container: min(calc(100% - 36px), 620px); }
  .assistance-bar-inner { gap: 6px 16px; padding: 12px 0; }
  .assistance-locations { width: 100%; flex-direction: column; gap: 4px; }
  .site-nav a.is-active { box-shadow: none; border-left: 3px solid var(--orange); padding-left: 10px; }
  .header-inner { min-height: 72px; }
  .wordmark img { height: 48px; max-width: min(190px, 50vw); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: var(--moss); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero { grid-template-columns: 1fr; gap: 56px; padding: 64px 0 80px; min-height: auto; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .hero-note { margin-top: 42px; }
  .hero-art { min-height: 470px; }
  .hero-feature { height: 330px; }
  .intro-content, .treatment-layout, .visit-section { grid-template-columns: 1fr; gap: 42px; }
  .gallery-section { grid-template-columns: 1fr; gap: 42px; padding: 70px 0 82px; }
  .benefits-intro { grid-template-columns: 1fr; gap: 24px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .intro-band, .treatments-section, .journal-section, .visit-section, .benefits-section { padding-top: 70px; padding-bottom: 82px; }
  .treatment-groups { grid-template-columns: 1fr; }
  .media-grid-six, .media-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visit-photo { height: 240px; }
  .visit-map { height: 200px; }
  .gallery-stage, .gallery-slide { min-height: 360px; height: 360px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-nav { flex-direction: row; flex-wrap: wrap; gap: 14px 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
  .hero-art { min-height: 390px; }
  .hero-feature { width: 82%; height: 260px; }
  .doctor-portrait { width: 43%; }
  .hero-seal { width: 92px; height: 92px; font-size: .78rem; right: 0; bottom: 4%; }
  .section-topline, .journal-heading { display: block; }
  .section-topline > p, .journal-heading > p { margin-top: 18px; max-width: none; }
  .media-grid-six, .media-grid-three { grid-template-columns: 1fr; }
  .visit-row { grid-template-columns: 78px 1fr; }
  .journal-block-banner { height: 96px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}
