@font-face {
  font-family: "Satoshi";
  src: url("fuente/SATOSHI-BLACK-titulos.OTF") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("fuente/SATOSHI-MEDIUM-titulos.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("fuente/CAVEAT-VARIABLEFONT_WGHT-titulos.TTF") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Riccione";
  src: url("fuente/RICCIONE-SERIAL REGULARITALIC.TTF") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Local";
  src: url("fuente/HELVETICA-BOLD-FONT.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: #fbf8f4;
  --ink: #17120f;
  --muted: #6d625b;
  --paper: #ffffff;
  --rose: #f2dde8;
  --rose-deep: #8a2f5d;
  --sage: #dfe8d2;
  --peach: #f5c7a2;
  --clay: #c9694e;
  --line: rgba(23, 18, 15, 0.16);
  --shadow: 0 24px 60px rgba(45, 30, 22, 0.12);
  --radius: 8px;
  --serif: "Satoshi", Georgia, serif;
  --sans: "Satoshi", Arial, sans-serif;
  --display: "Caveat", cursive;
  --palette-rose: #ce92a1;
  --palette-burgundy: #741d30;
  --palette-charcoal: #2d2b29;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: rgba(251, 248, 244, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(251, 248, 244, 0.94);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(178px, 20vw, 270px);
  min-width: 0;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 36px);
  color: var(--muted);
  font-size: 14px;
}

.nav a,
.footer a,
.intro-strip a {
  transition: color 0.2s ease;
}

.nav a:hover,
.footer a:hover,
.intro-strip a:hover {
  color: var(--rose-deep);
}

.header-cta {
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--palette-burgundy);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--palette-burgundy);
  transition: background 0.2s ease, color 0.2s ease;
}

.header-cta:hover {
  background: var(--palette-burgundy);
  color: var(--paper);
}

.section-band {
  margin-block: clamp(18px, 2.6vw, 36px);
  margin-inline: clamp(14px, 4vw, 56px);
  border-radius: clamp(20px, 4vw, 36px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  min-height: min(690px, calc(100dvh - 116px));
  padding: clamp(34px, 4.5vw, 58px) clamp(24px, 5vw, 68px);
  overflow: hidden;
  background: #762325;
  color: var(--paper);
}

.hero h1 {
  color: var(--paper);
}

.hero h1 span {
  display: block;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.hero .hero-doctor-name {
  color: rgba(255, 255, 255, 0.88);
}

.hero .button.secondary {
  background: var(--paper);
  color: #762325;
  border-color: var(--paper);
}

.hero .button.secondary:hover {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.86);
  color: #762325;
}

.eyebrow {
  margin: 18px 0 8px;
  color: var(--rose-deep);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  line-height: 0.92;
  text-wrap: balance;
}

h1 {
  max-width: 620px;
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 900;
  line-height: 1.02;
}

h2 {
  font-size: clamp(42px, 6.4vw, 86px);
  font-weight: 500;
}

h3 {
  margin: 0;
  line-height: 1.15;
}

.hero-doctor-name {
  margin: 0;
  color: #322824;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.15;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  border: 1px solid var(--palette-burgundy);
  color: var(--palette-burgundy);
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--palette-rose);
  border-color: var(--palette-rose);
  color: var(--paper);
}

.button.primary {
  color: var(--paper);
  background: var(--palette-burgundy);
  border-color: var(--palette-burgundy);
}

.button.primary:hover {
  background: var(--palette-charcoal);
  border-color: var(--palette-charcoal);
  color: var(--paper);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.54);
  color: var(--palette-burgundy);
  border-color: var(--palette-burgundy);
}

.button.full {
  width: 100%;
}

.hero-media {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0;
}

.hero-media img,
.hero-media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: min(520px, 62dvh);
  margin-inline: auto;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-media iframe {
  display: block;
  border: 0;
}

.sound-toggle {
  position: absolute;
  right: clamp(14px, 2vw, 22px);
  bottom: clamp(14px, 2vw, 22px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--paper);
  background: rgba(23, 18, 15, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.sound-toggle:hover {
  transform: translateY(-2px);
  background: rgba(23, 18, 15, 0.34);
}

.sound-toggle span {
  position: relative;
  width: 20px;
  height: 16px;
  border-left: 7px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.sound-toggle span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 999px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.sound-toggle.is-active {
  opacity: 0.42;
}

.intro-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 5vw, 58px);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.intro-strip p {
  margin: 0;
}

.intro-strip a {
  font-weight: 700;
  white-space: nowrap;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5.5vw, 76px);
}

.about {
  align-items: start;
  overflow: hidden;
  background: #df8f9f;
}

.section-heading p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
}

.about-heading h2 {
  max-width: 480px;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 900;
  line-height: 0.96;
}

.about-content {
  display: grid;
  gap: 14px;
  max-width: 660px;
  padding-top: 48px;
  color: #342b26;
  font-size: clamp(17px, 1.35vw, 19px);
}

.about-content p {
  margin: 0;
}

.about-portrait {
  width: min(100%, 390px);
  margin: 20px 0 0;
  overflow: hidden;
  border: 8px solid var(--paper);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 38%;
}

.about-carousel {
  position: relative;
  aspect-ratio: 4 / 5;
}

.about-carousel img {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  opacity: 0;
  animation: aboutCarousel 8s infinite;
}

.about-carousel img:nth-child(2) {
  animation-delay: 4s;
}

@keyframes aboutCarousel {
  0%,
  42% {
    opacity: 1;
  }

  50%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.media-story {
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(22px, 3.2vw, 38px);
  background: linear-gradient(130deg, #eef3e6 0%, #fff 55%, #fae1cd 100%);
}

.media-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  width: 100%;
}

.media-panel .eyebrow,
.media-panel h2 {
  grid-column: 1;
}

.media-panel .eyebrow {
  align-self: end;
  margin-bottom: 10px;
}

.media-panel h2 {
  align-self: start;
}

.feature-photo {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.media-accent {
  max-width: 190px;
}

.media-accent img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 56%;
  border: 6px solid var(--paper);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.media-panel h2,
.video-panel h2 {
  max-width: 500px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 0.98;
}

.feature-photo {
  width: min(100%, 620px);
  margin: 0 0 0 auto;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.feature-photo img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  object-position: center 54%;
}

.video-placeholder {
  display: grid;
  min-height: 210px;
  margin-top: 18px;
  place-items: center;
  padding: 22px;
  color: var(--paper);
  background:
    linear-gradient(rgba(23, 18, 15, 0.2), rgba(23, 18, 15, 0.62)),
    url("image/DSC03614.JPG") center / cover;
  border-radius: 18px;
  text-align: center;
  overflow: hidden;
}

.video-placeholder.small {
  min-height: 210px;
  margin-top: 0;
}

.play-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--rose-deep);
}

.video-placeholder p {
  margin: 14px 0 0;
  font-weight: 700;
}

.reel-thumb {
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
}

.reel-thumb .video-placeholder {
  margin-top: 0;
}

#video-modal {
  border: none;
  border-radius: 16px;
  padding: 0;
  background: #000;
  width: min(92vw, 420px);
  max-height: 92dvh;
  position: fixed;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  overflow: hidden;
}

#video-modal::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.modal-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%;
}

.modal-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.modal-fallback {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 500;
  background: rgba(116, 29, 48, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

#modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 18px;
  display: grid;
  place-items: center;
  line-height: 1;
}

.testimonial-card {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.specialties {
  padding: clamp(28px, 4vw, 52px) clamp(20px, 5.5vw, 76px);
  overflow: hidden;
  background: #762325;
  color: var(--paper);
}

.specialty-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 5vw, 72px);
  max-width: 1180px;
  margin: 0 auto clamp(14px, 2vw, 22px);
}

.specialty-heading h2 {
  max-width: 560px;
  color: var(--paper);
  font-size: clamp(42px, 5.3vw, 64px);
  line-height: 0.98;
}

.specialties .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.specialties h2,
.specialties h3,
.specialties p,
.specialties span {
  color: var(--paper);
}

.specialty-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1180px;
  margin: 0 auto;
}

.specialty-card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 250px;
  aspect-ratio: 1.14 / 1;
  color: #fff;
  background: var(--palette-burgundy);
  border: 1px solid rgba(116, 29, 48, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 22px 50px rgba(45, 30, 22, 0.12);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.specialty-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(23, 18, 15, 0) 36%, rgba(23, 18, 15, 0.48) 74%, rgba(23, 18, 15, 0.86) 100%),
    linear-gradient(135deg, rgba(116, 29, 48, 0.32), rgba(116, 29, 48, 0) 48%);
  pointer-events: none;
}

.specialty-card figure {
  grid-column: 1;
  grid-row: 1 / -1;
  margin: 0;
  background: linear-gradient(180deg, #f8edf1 0%, #e7c4cf 100%);
}

.specialty-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center 18%;
  padding: clamp(10px, 1.2vw, 16px) clamp(12px, 1.35vw, 18px) clamp(74px, 6.4vw, 88px);
  transition: transform 0.35s ease;
}

.specialty-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 62px rgba(45, 30, 22, 0.18);
}

.specialty-card:hover img {
  transform: scale(1.045);
}

.specialty-card-body {
  align-self: end;
  grid-column: 1;
  grid-row: 1 / -1;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 0 16px 15px;
}

.specialty-card-body span {
  width: fit-content;
  padding: 5px 9px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.specialty-card h3 {
  max-width: 330px;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.24vw, 22px);
  line-height: 1.04;
}

.specialty-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.3;
}

.testimonials {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(28px, 5vw, 58px) clamp(16px, 4vw, 44px);
  background:
    linear-gradient(90deg, rgba(116, 29, 48, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #f4eee6 0%, #fffaf6 58%, #eadbd4 100%);
  background-size: 46px 46px, auto;
}

.testimonials .section-heading {
  display: block;
  max-width: 720px;
  margin-bottom: -8px;
}

.testimonials .eyebrow {
  margin: 0 0 8px;
}

.testimonials h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 0.98;
}

.content-showcase {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  gap: clamp(16px, 2.6vw, 34px);
  align-items: stretch;
}

.visual-hooks {
  display: block;
  align-self: stretch;
  margin: 0;
}

.visual-hook-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  height: 100%;
  min-height: 100%;
  background: var(--paper);
  border: 1px solid rgba(116, 29, 48, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(45, 30, 22, 0.14);
  overflow: hidden;
}

.visual-hook-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 8px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.visual-hook-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: visualHookFade 12s infinite;
}

.visual-hook-slide:nth-child(2) {
  animation-delay: 4s;
}

.visual-hook-slide:nth-child(3) {
  animation-delay: 8s;
}

.visual-hook-slide:nth-child(1) img,
.visual-hook-slide:nth-child(2) img,
.visual-hook-slide:nth-child(3) img {
  object-position: center top;
}

.visual-hook-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #f8edf1;
}

@keyframes visualHookFade {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }

  8%,
  30% {
    opacity: 1;
    transform: scale(1);
  }

  38%,
  100% {
    opacity: 0;
    transform: scale(0.99);
  }
}

.testimonial-grid {
  display: grid;
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: clamp(14px, 1.8vw, 20px);
  align-content: start;
  align-items: start;
}

.testimonial-card {
  padding: 0;
  border-radius: var(--radius);
}

.testimonials .video-placeholder.small {
  position: relative;
  aspect-ratio: 1.68 / 1;
  min-height: 0;
  max-height: none;
  padding: 18px;
  border: 1px solid rgba(116, 29, 48, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(23, 18, 15, 0.02) 0%, rgba(23, 18, 15, 0.68) 100%),
    var(--testimonial-image) var(--testimonial-position, center) / var(--testimonial-size, cover) no-repeat;
  background-color: #eadbd4;
  box-shadow: 0 18px 42px rgba(45, 30, 22, 0.13);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.reel-thumb:hover .video-placeholder.small {
  transform: translateY(-4px);
  filter: saturate(1.05);
  box-shadow: 0 28px 58px rgba(45, 30, 22, 0.2);
}

.testimonial-card:nth-child(1) {
  --testimonial-image: url("image/cardVideos/Portada video 1.png");
  --testimonial-position: center;
  --testimonial-size: contain;
}

.testimonial-card:nth-child(2) {
  --testimonial-image: url("image/cardVideos/Portada video 2.jpeg");
  --testimonial-position: center;
  --testimonial-size: contain;
}

.testimonial-card:nth-child(3) {
  --testimonial-image: url("image/cardVideos/Portada video 3.png");
  --testimonial-position: center;
  --testimonial-size: contain;
}

.testimonial-card:nth-child(4) {
  --testimonial-image: url("image/cardVideos/Portada video 4.jpeg");
  --testimonial-position: center;
  --testimonial-size: contain;
}

.testimonials .play-icon {
  width: 58px;
  height: 58px;
  box-shadow: 0 12px 28px rgba(23, 18, 15, 0.18);
}

.testimonials .play-icon::before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.reel-label {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 8px 12px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  background: rgba(116, 29, 48, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  align-items: start;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(42px, 7vw, 78px);
  background: #f2dde8;
}

.booking .eyebrow {
  color: #762325;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.booking-copy h2 {
  max-width: 680px;
  font-weight: 900;
  line-height: 0.94;
}

.schedule-box {
  max-width: 560px;
  margin-top: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
}

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

.appointment-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: var(--paper);
  border: 1px solid rgba(116, 29, 48, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #352c28;
  font-size: 14px;
  font-weight: 700;
}

label span {
  color: var(--muted);
  font-weight: 400;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(138, 47, 93, 0.18);
  border-color: var(--rose-deep);
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--rose-deep);
  font-weight: 700;
}

.location {
  align-items: center;
}

.map-wrap {
  min-height: 360px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5.5vw, 76px);
  border-top: 1px solid var(--line);
}

.footer img {
  width: min(230px, 58vw);
  height: auto;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: clamp(156px, 34vw, 220px);
  }

  .nav {
    display: none;
  }

  .hero,
  .media-story,
  .booking,
  .section-grid {
    grid-template-columns: 1fr;
  }

  .media-panel {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .media-panel .eyebrow,
  .media-panel h2,
  .media-panel .feature-photo {
    grid-column: 1;
  }

  .media-panel .feature-photo {
    grid-row: auto;
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    align-items: start;
  }

  .hero-media {
    min-height: 320px;
  }

  .hero-media img,
  .hero-media iframe {
    max-height: none;
  }

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

  .content-showcase {
    grid-template-columns: 1fr;
  }

  .visual-hooks {
    width: min(100%, 340px);
    justify-self: center;
  }

  .visual-hook-carousel {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .visual-hook-slide img {
    object-fit: cover;
  }

  .media-accent {
    max-width: 160px;
  }

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

  .specialty-card {
    min-height: 240px;
  }

  .specialty-card img {
    padding-bottom: 88px;
  }

  .specialty-heading {
    display: grid;
    gap: 12px;
  }

  .specialty-heading h2 {
    font-size: clamp(38px, 7vw, 56px);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    width: min(52vw, 180px);
  }

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

  .section-band {
    margin-block: 12px;
    margin-inline: 8px;
  }

  .hero {
    padding: 36px 16px;
  }

  h1 {
    font-size: clamp(28px, 8.5vw, 38px);
  }

  h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .intro-strip,
  .footer {
    display: grid;
  }

  .section-grid,
  .specialties,
  .testimonials,
  .booking,
  .media-story {
    padding: 40px 16px;
  }

  .about-heading h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .about-content {
    padding-top: 0;
  }

  .about-portrait {
    width: min(100%, 360px);
    margin-top: 16px;
  }

  .media-panel h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .feature-photo {
    width: 100%;
    margin-top: 14px;
  }

  .media-accent {
    max-width: 130px;
    margin-inline: auto;
  }

  .testimonials {
    gap: 14px;
    padding: 22px 12px;
  }

  .testimonials .section-heading {
    display: block;
  }

  .content-showcase {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .visual-hooks {
    width: min(76vw, 280px);
    justify-self: center;
  }

  .visual-hook-carousel {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonials .video-placeholder.small {
    aspect-ratio: 1.6 / 1;
    padding: 14px;
  }

  .testimonials .play-icon {
    width: 50px;
    height: 50px;
  }

  .specialty-list {
    grid-template-columns: 1fr;
  }

  .specialty-card {
    grid-column: auto;
    min-height: 250px;
    aspect-ratio: 1 / 0.92;
  }

  .specialty-card img {
    padding: 12px 14px 92px;
  }

  .specialty-card-body {
    padding: 0 18px 16px;
  }

  .specialty-card h3 {
    max-width: none;
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .specialty-heading h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .specialty-card p {
    max-width: none;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 300px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

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