@font-face {
  font-family: "Montserrat";
  src: url("assets/production/fonts/montserrat-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/production/fonts/playfair-display-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink: #2f302e;
  --ink-deep: #242522;
  --olive: #9ca78f;
  --olive-dark: #7d896f;
  --sage: #dde3d8;
  --sage-soft: #eef1eb;
  --cream: #f8f5f0;
  --paper: #fff;
  --copy: #595b55;
  --muted: #777a72;
  --line: #d8dcd3;
  --container: 1180px;
  --shadow: 0 20px 48px rgba(24, 26, 23, 0.14);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

h1,
h2,
h3 {
  margin-bottom: 0;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 4.5vw, 4.6rem);
  font-weight: 650;
}

h2 {
  font-size: clamp(2.1rem, 3.1vw, 3.45rem);
  font-weight: 620;
}

h3 {
  font-size: 1.25rem;
}

:focus-visible {
  outline: 3px solid #b9c7a9;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 96px 0;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--olive-dark);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #d8decf;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 74px;
  color: #fff;
  background: rgba(41, 42, 39, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 150px 1fr 44px;
  align-items: center;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 104px;
  height: 50px;
}

.brand img {
  width: 92px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: #fff;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-whatsapp {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--olive);
  border: 0;
  border-radius: 50%;
}

.header-whatsapp:hover {
  background: var(--olive-dark);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  padding-top: 74px;
  color: #fff;
  background-color: var(--ink);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 74px 0 0;
  background-image: image-set(
    url("assets/production/hero-clinica-1920.avif") type("image/avif"),
    url("assets/production/hero-clinica-1920.webp") type("image/webp")
  );
  background-position: 72% center;
  background-size: cover;
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 74px 0 0;
  background: linear-gradient(90deg, rgba(40, 42, 38, 1) 0%, rgba(40, 42, 38, 0.98) 28%, rgba(40, 42, 38, 0.77) 48%, rgba(40, 42, 38, 0.16) 72%, rgba(40, 42, 38, 0) 100%);
  content: "";
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 776px;
}

.hero-copy {
  width: min(760px, 62%);
  padding: 70px 0 80px;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 3.1vw, 3.3rem);
}

.hero-copy h1 span {
  display: block;
}

.hero-lead {
  margin: 38px 0 40px;
  color: #e2e4de;
  font-size: 1.15rem;
  line-height: 1.75;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--olive);
}

.button-primary:hover {
  background: var(--olive-dark);
}

.button-large {
  min-width: 292px;
  min-height: 62px;
}

.hero .button,
.location-button {
  text-transform: uppercase;
}

.button-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.button-content img {
  flex: 0 0 auto;
}

.office-card {
  position: absolute;
  right: 0;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  width: 322px;
  padding: 22px 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(47, 48, 46, 0.08);
  border-radius: 8px;
  backdrop-filter: blur(9px);
}

.office-card span {
  color: var(--olive-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.office-card strong {
  margin-top: 8px;
  font-size: 1rem;
}

.people-section {
  background: var(--cream);
}

.section-heading-narrow {
  margin-bottom: 42px;
}

.section-heading-narrow h2 {
  font-size: clamp(2rem, 2.55vw, 2.8rem);
}

.people-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: start;
  gap: clamp(56px, 8vw, 104px);
}

.people-photo {
  overflow: hidden;
  height: 560px;
  border-radius: 8px;
}

.people-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 29%;
}

.people-copy {
  max-width: 540px;
}

.people-copy > p {
  color: var(--copy);
  line-height: 1.85;
}

.professionals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 34px 0 0;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.professionals p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.professionals strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.people-copy .editorial-line {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  font-style: italic;
  line-height: 1.25;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: block;
  min-height: 112px;
  padding: 20px 18px;
  background: var(--sage-soft);
  border-radius: 6px;
}

.process-list li > span {
  color: var(--olive-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.process-list strong {
  display: block;
  margin: 14px 0 0;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-list p {
  display: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  padding: 34px 0;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.trust-strip div {
  padding: 0 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-strip div:last-child {
  border-right: 0;
}

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

.trust-strip strong {
  font-size: 0.9rem;
  line-height: 1.45;
}

.trust-strip span {
  margin-top: 6px;
  color: #c8ccc3;
  font-size: 0.78rem;
}

.clinic-section {
  overflow: hidden;
  padding-bottom: 0;
  background: var(--sage-soft);
}

.clinic-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
}

.clinic-heading > p {
  justify-self: end;
  width: 330px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.clinic-heading h2 {
  font-size: clamp(2rem, 2.6vw, 2.85rem);
}

.carousel {
  margin-top: 38px;
}

.carousel-stage {
  --drag-x: 0px;
  position: relative;
  height: 515px;
  touch-action: pan-y;
  user-select: none;
}

.carousel-slide {
  position: absolute;
  top: 36px;
  left: 50%;
  overflow: hidden;
  width: 36%;
  height: 400px;
  margin: 0;
  opacity: 0;
  border-radius: 7px;
  transform: translateX(-50%) scale(0.85);
  transition: opacity 350ms ease, transform 350ms ease;
  pointer-events: none;
}

.carousel-slide picture,
.carousel-slide img {
  width: 100%;
  height: 100%;
}

.carousel-slide img {
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
}

.carousel-slide.is-active {
  z-index: 2;
  top: 0;
  width: 64%;
  height: 480px;
  opacity: 1;
  box-shadow: var(--shadow);
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
  cursor: grab;
}

.carousel-slide.is-prev {
  z-index: 1;
  left: 13%;
  opacity: 0.58;
  transform: translateX(-50%) scale(0.94);
  cursor: pointer;
  pointer-events: auto;
}

.carousel-slide.is-next {
  z-index: 1;
  left: 87%;
  opacity: 0.58;
  transform: translateX(-50%) scale(0.94);
  cursor: pointer;
  pointer-events: auto;
}

.carousel-slide:first-child img {
  object-position: center 52%;
}

.carousel-slide:nth-child(2) img {
  object-position: center 62%;
}

.carousel-slide:nth-child(3) img {
  object-position: center 52%;
}

.carousel-slide:nth-child(4) img {
  object-position: center 45%;
}

.carousel-stage.is-dragging .carousel-slide.is-active {
  cursor: grabbing;
  transform: translateX(calc(-50% + var(--drag-x))) scale(1);
  transition: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.carousel-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c5cbbf;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--olive-dark);
}

.treatments {
  margin-top: 96px;
}

.centered-heading {
  max-width: 840px;
  margin-inline: 0;
  text-align: left;
}

.centered-heading h2 {
  font-size: clamp(2rem, 2.55vw, 2.8rem);
}

.centered-heading > p:last-child {
  max-width: 690px;
  margin: 28px auto 0;
  color: var(--muted);
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 54px;
}

.treatment-grid article {
  min-height: 272px;
  padding: 30px 28px;
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: 8px;
}

.treatment-grid article:hover {
  border-color: #c8cec1;
}

.treatment-grid article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--olive-dark);
  background: var(--sage-soft);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.treatment-grid h3 {
  min-height: 0;
  margin-top: 30px;
  font-size: 1.18rem;
  line-height: 1.3;
}

.treatment-grid p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.reviews {
  margin-top: 82px;
  padding: 72px 0 80px;
  border-top: 1px solid var(--line);
}

.reviews-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.reviews-heading h2 {
  font-size: clamp(2rem, 2.65vw, 2.9rem);
}

.rating-card {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 245px;
  min-height: 92px;
  padding: 20px 24px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
}

.rating-card strong {
  font-size: 1.8rem;
  line-height: 1;
}

.rating-card span {
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.rating-card small {
  margin-top: 5px;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.review-grid article {
  display: flex;
  flex-direction: column;
  min-height: 232px;
  padding: 30px;
  background: var(--cream);
  border-radius: 7px;
}

.review-grid article > span {
  color: var(--olive-dark);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.review-grid blockquote {
  margin: 22px 0 24px;
  color: var(--copy);
  font-size: 0.84rem;
  line-height: 1.7;
}

.review-grid strong {
  margin-top: auto;
  font-size: 0.78rem;
}

.location-section {
  padding: 70px 0;
  color: #fff;
  background: var(--ink-deep);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(500px, 1.22fr);
  align-items: center;
  gap: 78px;
}

.location-copy h2 {
  font-size: clamp(2rem, 2.65vw, 2.9rem);
}

.location-details {
  margin: 30px 0;
  color: #d1d3cd;
  font-size: 0.87rem;
  line-height: 1.75;
}

.location-details a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.location-button {
  min-width: 254px;
}

.map-wrap {
  overflow: hidden;
  height: 480px;
  background: #fff;
  border-radius: 7px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: none;
}

.site-footer {
  padding: 34px 0 30px;
  color: #bfc2ba;
  background: #1d1e1c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.15fr 1fr;
  align-items: start;
  gap: 52px;
}

.footer-grid img {
  width: 112px;
  height: auto;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-grid strong {
  color: #fff;
}

.footer-grid a:hover {
  color: #fff;
}

.mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 80px;
  }

  .container {
    width: calc(100% - 48px);
  }

  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.17;
  }

  h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.6rem);
    line-height: 1.15;
  }

  .site-header {
    height: 68px;
  }

  .header-inner {
    grid-template-columns: 1fr 48px;
  }

  .brand {
    width: 88px;
    height: 46px;
  }

  .brand img {
    width: 76px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    padding: 8px 6px;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: -1;
    top: 68px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 26px;
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-110%);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
  }

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

  .main-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-whatsapp {
    display: none;
  }

  .hero {
    min-height: 0;
    padding-top: 68px;
    background: var(--ink);
  }

  .hero::before,
  .hero::after {
    display: none;
    background-image: none;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy .eyebrow {
    order: 1;
    margin-bottom: 28px;
    font-size: 0.68rem;
    line-height: 1.65;
  }

  .hero-copy h1 {
    order: 2;
    font-size: 1.65rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  .hero-lead {
    order: 3;
    margin: 32px 0 34px;
    font-size: 1rem;
    line-height: 1.85;
  }

  .desktop-break {
    display: none;
  }

  .button,
  .button-large {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding-inline: 18px;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: none;
  }

  .button-content img {
    width: 22px;
    height: 22px;
  }

  .office-card {
    position: static;
    order: 4;
    align-self: flex-start;
    width: 240px;
    margin: 0 0 24px;
    padding: 12px 16px;
    color: #fff;
    background: rgba(63, 65, 61, 0.7);
    border-color: rgba(255, 255, 255, 0.16);
  }

  .office-card span {
    color: #dbe0d4;
    font-size: 0.58rem;
  }

  .office-card strong {
    margin-top: 5px;
    font-size: 0.78rem;
  }

  .hero-copy .button {
    order: 5;
  }

  .hero .button,
  .location-button {
    text-transform: none;
  }

  .section-heading-narrow {
    margin-bottom: 30px;
  }

  .people-intro {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .people-photo {
    order: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 0.75;
  }

  .people-photo img {
    object-position: center 28%;
  }

  .people-copy {
    max-width: none;
  }

  .people-copy > p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .professionals {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 28px 0 0;
    padding: 24px 0;
  }

  .people-copy .editorial-line {
    font-size: 1.25rem;
  }

  .process-list {
    position: relative;
    display: block;
    margin-top: 12px;
    padding: 0;
  }

  .process-list::before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 16px;
    width: 1px;
    background: #cbd1c5;
    content: "";
  }

  .process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 20px;
    min-height: 0;
    padding: 14px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .process-list li > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--olive);
    border-radius: 50%;
  }

  .process-list strong {
    margin: 0;
    font-size: 0.87rem;
  }

  .process-list p {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 42px;
    padding: 12px 26px;
  }

  .trust-strip div {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .clinic-section {
    padding-bottom: 0;
  }

  .clinic-heading {
    display: block;
  }

  .clinic-heading h2 br {
    display: none;
  }

  .clinic-heading > p {
    justify-self: auto;
    width: auto;
    margin-top: 24px;
    line-height: 1.7;
  }

  .clinic-heading > p br {
    display: none;
  }

  .carousel {
    margin-top: 34px;
  }

  .carousel-stage {
    height: auto;
    aspect-ratio: 0.93;
    touch-action: pan-y;
  }

  .carousel-slide,
  .carousel-slide.is-active,
  .carousel-slide.is-prev,
  .carousel-slide.is-next {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 7px;
    transform: none;
  }

  .carousel-slide.is-active {
    opacity: 1;
    box-shadow: none;
    pointer-events: auto;
  }

  .carousel-slide:first-child img {
    object-position: center 54%;
  }

  .carousel-slide:nth-child(2) img {
    object-position: center 60%;
  }

  .carousel-slide:nth-child(3) img {
    object-position: center 50%;
  }

  .carousel-slide:nth-child(4) img {
    object-position: center 44%;
  }

  .carousel-stage.is-dragging .carousel-slide.is-active {
    transform: translateX(var(--drag-x));
  }

  .carousel-dots {
    margin-top: 16px;
  }

  .treatments {
    margin-top: 72px;
  }

  .centered-heading {
    text-align: left;
  }

  .centered-heading h2 br {
    display: none;
  }

  .centered-heading > p:last-child {
    margin-top: 24px;
  }

  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 38px;
  }

  .treatment-grid article {
    min-height: 222px;
    padding: 20px 16px;
  }

  .treatment-grid h3 {
    min-height: 0;
    margin-top: 24px;
    font-size: 1rem;
  }

  .treatment-grid p {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .reviews {
    margin-top: 62px;
    padding: 58px 0 64px;
  }

  .reviews-heading {
    display: block;
  }

  .reviews-heading h2 br {
    display: none;
  }

  .rating-card {
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 84px;
    margin-top: 32px;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .review-grid article {
    min-height: 202px;
    padding: 26px 24px;
  }

  .location-section {
    padding: 58px 0 48px;
  }

  .location-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .location-copy {
    display: contents;
  }

  .location-copy .eyebrow {
    order: 1;
  }

  .location-copy h2 {
    order: 2;
  }

  .location-copy h2 {
    font-size: 1.9rem;
  }

  .location-copy h2 br {
    display: none;
  }

  .location-details {
    order: 4;
    margin: 26px 0 22px;
    font-size: 0.82rem;
  }

  .location-button {
    order: 5;
    margin: 0;
  }

  .map-wrap {
    order: 3;
    width: 100%;
    height: auto;
    margin-top: 30px;
    aspect-ratio: 1;
  }

  .site-footer {
    padding: 36px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-grid img {
    width: 104px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 24px max(10px, env(safe-area-inset-bottom));
    background: rgba(248, 245, 240, 0.96);
    border-top: 1px solid rgba(47, 48, 46, 0.1);
    backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(110%);
    transition: opacity 220ms ease, transform 220ms ease;
    pointer-events: none;
  }

  .mobile-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-cta .button {
    min-height: 56px;
    font-size: 0.92rem;
  }
}

@media (max-width: 390px) {
  .hero-copy .eyebrow {
    letter-spacing: 0.17em;
  }

  .button-content {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
