:root {
  --navy: #332f79;
  --navy-deep: #211e4f;
  --blue: #443ca0;
  --blue-soft: #f1f1f8;
  --cyan: #b5db24;
  --green: #b5db24;
  --purple: #443ca0;
  --ink: #26243a;
  --muted: #686979;
  --line: #dfdfe8;
  --white: #ffffff;
  --off-white: #fafafa;
  --star: #f4b438;
  --shadow: 0 14px 32px rgba(38, 31, 93, 0.15);
  --shell: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body,
button,
input,
textarea {
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

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

button {
  border: 0;
}

.section-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.section-space {
  padding-block: 108px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--shell));
  min-height: 92px;
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  width: 184px;
  min-height: 58px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 6px;
}

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

.main-nav,
.nav-links {
  display: flex;
  align-items: center;
}

.main-nav {
  gap: 14px;
}

.nav-links {
  gap: 30px;
}

.nav-links a {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--cyan);
}

.nav-budget {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  color: var(--navy-deep);
  background: var(--white);
  border: 2px solid var(--cyan);
  border-radius: 6px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.13);
  font-size: 12px;
  font-weight: 700;
}

.nav-instagram,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: transparent;
}

.nav-instagram svg,
.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-close-icon,
.menu-toggle[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close-icon {
  display: block;
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  background: rgba(31, 27, 75, 0.78);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 690px;
  padding-top: 90px;
  padding-bottom: 58px;
}

.hero-copy {
  width: min(620px, 62%);
  padding: 36px 40px 40px 0;
}

.hero-kicker,
.section-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--green);
}

.section-eyebrow {
  color: var(--purple);
}

.hero h1 {
  max-width: 600px;
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-copy > p:not(.hero-kicker) {
  max-width: 530px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  border: 1px solid rgba(181, 219, 36, 0.8);
  box-shadow: 0 8px 20px rgba(43, 36, 109, 0.25);
}

.button-primary svg {
  color: var(--green);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #352f85;
  box-shadow: 0 10px 24px rgba(43, 36, 109, 0.34);
}

.button-dark {
  width: 100%;
  color: var(--white);
  background: var(--navy-deep);
}

.highlight-wrap {
  position: relative;
  z-index: 5;
  height: 0;
}

.highlight-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 40px), 980px);
  min-height: 108px;
  margin: -54px auto 0;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 24px 30px;
}

.highlight-item + .highlight-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.highlight-item > svg {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--cyan);
}

.highlight-item span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.highlight-item strong {
  font-size: 13px;
  line-height: 1.3;
}

.highlight-item small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.45;
}

.about {
  padding-top: 156px;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 82px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-width: 0;
  padding: 0 24px 30px 0;
}

.about-image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.02;
  border-radius: 8px;
  background: var(--blue-soft);
}

.about-image-frame::before {
  position: absolute;
  z-index: 1;
  inset: auto auto 0 0;
  width: 54%;
  height: 10px;
  content: "";
  background: var(--green);
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-seal {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 215px;
  min-height: 76px;
  padding: 16px;
  color: var(--white);
  background: var(--blue);
  border: 5px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quality-seal svg {
  width: 30px;
  height: 30px;
}

.quality-seal strong {
  font-size: 12px;
  line-height: 1.35;
}

.about-copy h2,
.section-heading h2,
.comfort-copy h2,
.education-copy h2,
.visit-panel h2,
.contact-copy h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 14px 0 20px;
}

.rating-line > span:first-child {
  font-weight: 800;
}

.rating-line .stars {
  color: var(--star);
  font-size: 16px;
  line-height: 1;
}

.rating-line small {
  color: var(--muted);
  font-size: 11px;
}

.about-copy > p:not(.section-eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  text-align: justify;
}

.quality-list,
.comfort-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.quality-list li,
.comfort-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.quality-list svg,
.comfort-copy li svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--blue);
}

.contact-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  margin-top: 30px;
  padding: 12px 14px;
  color: var(--white);
  background: var(--blue);
  border-radius: 2px;
}

.contact-strip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.contact-strip > div:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.contact-strip strong {
  font-size: 14px;
}

.contact-strip span {
  font-size: 10px;
}

.contact-strip > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--green);
}

.contact-strip > a svg {
  width: 30px;
  height: 30px;
}

.services {
  position: relative;
  overflow: hidden;
  padding-bottom: 132px;
  background: var(--blue-soft);
  border-radius: 0 0 50% 3% / 0 0 4% 1%;
}

.services::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 8px;
  content: "";
  background: var(--green);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
}

.section-heading.centered,
.centered-action {
  text-align: center;
}

.section-heading > p:not(.section-eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 54px;
  max-width: 920px;
  margin: 0 auto 58px;
}

.service-item {
  min-width: 0;
  text-align: center;
}

.service-image {
  position: relative;
  width: 190px;
  height: 150px;
  margin: 0 auto 14px;
}

.service-image::before {
  position: absolute;
  inset: 4px 0 0;
  content: "";
  background: var(--blue);
  border: 8px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.service-image img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: ellipse(44% 41% at 50% 54%);
}

.service-item h3 {
  max-width: 170px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.comfort {
  position: relative;
  overflow: hidden;
  padding-block: 48px;
  background: var(--white);
}

.comfort::before {
  position: absolute;
  top: 48px;
  left: 0;
  width: 44%;
  height: calc(100% - 96px);
  content: "";
  background: var(--blue);
}

.comfort-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 420px;
}

.comfort-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 360px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.comfort-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comfort-copy {
  padding: 50px 0 50px 64px;
}

.comfort-copy h2 {
  max-width: 520px;
  margin-bottom: 34px;
}

.comfort-copy ul {
  display: grid;
  gap: 22px;
}

.comfort-copy li {
  color: #504f63;
}

.education {
  padding-top: 72px;
}

.education-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: center;
}

.education-copy h2 {
  margin-bottom: 20px;
}

.education-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.education-image {
  overflow: hidden;
  height: 260px;
  border-radius: 8px;
  background: var(--navy);
}

.education-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results {
  position: relative;
  overflow: hidden;
  background: var(--blue-soft);
  border-radius: 50% 3% 0 0 / 4% 1% 0 0;
}

.results-carousel {
  display: grid;
  grid-template-columns: 52px minmax(0, 760px) 52px;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.results-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.68;
  background: var(--white);
  border: 10px solid var(--white);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.result-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.result-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.result-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f0f0ed;
}

.carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  cursor: pointer;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: var(--blue);
}

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

.carousel-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  content: "";
  background: #aaa8b8;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.carousel-dots button[aria-current="true"]::before {
  background: var(--blue);
}

.visit-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  max-width: 980px;
}

.visit-image {
  overflow: hidden;
  height: 430px;
  border-radius: 8px;
}

.visit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-panel {
  position: relative;
  z-index: 1;
  margin-left: -38px;
  padding: 52px 46px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visit-panel h2 {
  margin-bottom: 18px;
}

.visit-panel > p:not(.section-eyebrow) {
  color: var(--muted);
  font-size: 13px;
}

.visit-areas {
  margin-bottom: 24px;
  font-weight: 600;
}

.faq {
  padding-top: 70px;
  background: var(--off-white);
}

.faq-shell {
  max-width: 900px;
}

.faq .section-heading {
  margin-bottom: 34px;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 3px;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

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

.faq-item summary svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--blue);
  transition: transform 180ms ease;
}

.faq-item[open] summary svg {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 13px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-copy > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
}

.contact-whatsapp,
.contact-instagram,
.address-link {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
}

.contact-whatsapp {
  min-height: 72px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--blue);
}

.contact-whatsapp > svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

.contact-whatsapp span {
  display: flex;
  flex-direction: column;
}

.contact-whatsapp strong {
  font-size: 16px;
}

.contact-whatsapp small {
  font-size: 10px;
}

.contact-instagram,
.address-link {
  padding: 15px 2px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}

.contact-instagram svg,
.address-link svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--blue);
}

.address-link span {
  min-width: 0;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  display: block;
}

.contact-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aebac1;
  border-radius: 6px;
  outline: none;
  font-size: 13px;
}

.contact-form input {
  height: 46px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 132px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(68, 60, 160, 0.16);
}

.site-footer {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}

.footer-top {
  background: var(--navy-deep);
}

.footer-bottom {
  background: var(--blue);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--white);
}

noscript {
  display: block;
  padding: 20px;
  text-align: center;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 82px;
    right: 20px;
    display: none;
    width: min(340px, calc(100% - 40px));
    padding: 18px;
    background: var(--navy-deep);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: grid;
    grid-column: 1 / -1;
    gap: 0;
  }

  .nav-links a {
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-budget {
    margin-top: 14px;
  }

  .nav-instagram {
    margin-top: 14px;
  }

  .hero-copy {
    width: 72%;
  }

  .hero h1 {
    font-size: 42px;
  }

  .highlight-item {
    padding-inline: 20px;
  }

  .about-grid {
    gap: 46px;
  }

  .services-grid {
    gap-inline: 24px;
  }

  .comfort-copy {
    padding-left: 42px;
  }

  .results-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 14px;
  }

  .carousel-button {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  body {
    font-size: 15px;
  }

  .section-shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .section-space {
    padding-block: 68px;
  }

  .header-inner {
    width: calc(100% - 32px);
    min-height: 78px;
  }

  .brand {
    width: 140px;
    min-height: 46px;
    padding: 7px 10px;
  }

  .brand img {
    height: 30px;
  }

  .menu-toggle,
  .nav-instagram {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    top: 72px;
    right: 16px;
    width: calc(100% - 32px);
  }

  .hero,
  .hero-inner {
    min-height: 620px;
  }

  .hero-photo {
    background-position: 63% center;
  }

  .hero-overlay {
    background: rgba(31, 27, 75, 0.8);
  }

  .hero-inner {
    align-items: flex-end;
    padding-top: 110px;
    padding-bottom: 78px;
  }

  .hero-copy {
    width: 100%;
    padding: 0;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 33px;
  }

  .hero-copy > p:not(.hero-kicker) {
    font-size: 14px;
  }

  .highlight-wrap {
    height: auto;
    padding: 56px 16px 0;
    background: var(--white);
  }

  .highlight-bar {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .highlight-item {
    min-height: 74px;
    padding: 13px 20px;
  }

  .highlight-item > svg {
    width: 30px;
    height: 30px;
  }

  .highlight-item + .highlight-item {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .about {
    padding-top: 56px;
  }

  .about-grid,
  .comfort-grid,
  .education-grid,
  .visit-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 44px;
  }

  .about-visual {
    --quality-seal-width: 176px;

    max-width: 520px;
    margin: 0 auto;
    padding: 0 12px 24px 0;
  }

  .about-image-frame::before {
    width: calc(100% - var(--quality-seal-width) + 8px);
  }

  .quality-seal {
    width: var(--quality-seal-width);
    min-height: 66px;
    padding: 12px;
    border-width: 4px;
  }

  .quality-seal svg {
    width: 26px;
    height: 26px;
  }

  .about-copy > p:not(.section-eyebrow) {
    text-align: left;
  }

  .about-copy h2,
  .section-heading h2,
  .comfort-copy h2,
  .education-copy h2,
  .visit-panel h2,
  .contact-copy h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .services {
    padding-bottom: 84px;
    border-radius: 0 0 38% 2% / 0 0 3% 1%;
  }

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

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 18px;
    margin-bottom: 46px;
  }

  .service-image {
    width: 152px;
    height: 124px;
  }

  .service-item h3 {
    max-width: 148px;
    font-size: 12px;
  }

  .comfort {
    padding-block: 40px 58px;
  }

  .comfort::before {
    top: 44px;
    width: 82%;
    height: 280px;
  }

  .comfort-grid {
    gap: 10px;
  }

  .comfort-photo {
    height: 310px;
  }

  .comfort-copy {
    padding: 36px 0 0;
  }

  .education-grid {
    gap: 30px;
  }

  .education-copy {
    order: 1;
  }

  .education-image {
    order: 2;
    height: 238px;
  }

  .education-image img {
    object-position: center;
  }

  .results {
    border-radius: 38% 2% 0 0 / 3% 1% 0 0;
  }

  .results-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-button {
    position: absolute;
    z-index: 3;
    width: 44px;
    height: 44px;
  }

  .results-carousel {
    position: relative;
  }

  .carousel-button.previous {
    left: 10px;
  }

  .carousel-button.next {
    right: 10px;
  }

  .results-viewport {
    border-width: 6px;
    aspect-ratio: 1.15;
  }

  .visit-grid {
    gap: 0;
  }

  .visit-image {
    height: 300px;
  }

  .visit-panel {
    margin: -32px 16px 0;
    padding: 34px 26px;
  }

  .contact-grid {
    gap: 46px;
  }

  .contact-form label > span {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 5px;
    overflow: visible;
    clip: auto;
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    white-space: normal;
  }

  .contact-form input {
    height: 48px;
  }

  .site-footer {
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    font-size: 12px;
    line-height: 1.5;
  }

  .footer-inner {
    align-items: flex-start;
    min-height: 0;
    padding-block: 20px;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 30;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    color: var(--white);
    background: #25d366;
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(38, 31, 93, 0.3);
    opacity: 0;
    transform: translateY(calc(100% + 28px));
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
  }

  .mobile-sticky-cta svg {
    width: 25px;
    height: 25px;
  }

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

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

  body.menu-open .mobile-sticky-cta {
    opacity: 0;
    transform: translateY(calc(100% + 28px));
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 30px;
  }

  .hero-copy > p:not(.hero-kicker) {
    line-height: 1.55;
  }

  .button {
    min-height: 44px;
    padding-inline: 17px;
  }

  .about-visual {
    --quality-seal-width: 190px;
  }

  .services-grid {
    gap-inline: 8px;
  }

  .service-image {
    width: 138px;
    height: 116px;
  }

  .about-copy h2,
  .section-heading h2,
  .comfort-copy h2,
  .education-copy h2,
  .visit-panel h2,
  .contact-copy h2 {
    font-size: 24px;
  }

  .contact-strip {
    grid-template-columns: auto 1fr;
  }

  .contact-strip > a {
    display: none;
  }
}

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

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