:root {
  --berry: #8f294f;
  --berry-dark: #6f1f3d;
  --rose: #d99691;
  --blush: #f1d7d2;
  --pearl: #fffaf5;
  --champagne: #ead6b8;
  --gold: #b88a35;
  --terracotta: #b96d59;
  --brown: #3d211d;
  --body: #644842;
  --shadow: 0 24px 60px rgba(70, 33, 28, .13);
  --radius: 34px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --script: "Parisienne", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  color: var(--brown);
  background: var(--pearl);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--berry); color: #fff; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 22px;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  padding: 12px 18px 12px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transform: translateX(-50%);
  border: 1px solid rgba(184, 138, 53, .22);
  border-radius: 999px;
  background: rgba(255, 250, 245, .94);
  box-shadow: 0 18px 42px rgba(60, 31, 27, .12);
  backdrop-filter: blur(16px);
}
.brand, .footer-brand {
  font-family: var(--serif);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .01em;
}
.brand { font-size: clamp(1.7rem, 3vw, 2.15rem); white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { font-size: .92rem; font-weight: 600; text-decoration: none; transition: color .25s ease; }
.main-nav a:hover { color: var(--berry); }
.main-nav .nav-book {
  padding: 12px 22px;
  border: 1px solid rgba(143, 41, 79, .32);
  border-radius: 999px;
  color: var(--berry);
  transition: .25s ease;
}
.main-nav .nav-book:hover { color: #fff; background: var(--berry); border-color: var(--berry); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--brown); font: 600 .9rem var(--sans); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: .98; }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 6.6vw, 5.8rem); font-weight: 500; letter-spacing: -.035em; }
h3 { font-size: 1.9rem; font-weight: 600; }
.section { position: relative; padding: 130px max(24px, calc((100vw - 1180px) / 2)); }
.eyebrow {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow.light { color: #f3d7a1; }
.script { color: var(--gold); font-family: var(--script); font-size: 1.15em; font-weight: 400; white-space: nowrap; }
.section-heading { max-width: 900px; margin: 0 auto 62px; text-align: center; }
.section-heading > p:last-child { max-width: 720px; margin: -6px auto 0; color: var(--body); }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(110deg, var(--berry), var(--terracotta)); box-shadow: 0 15px 28px rgba(143, 41, 79, .22); }
.button-primary:hover { background: var(--berry-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-ghost:hover { background: var(--berry); border-color: var(--berry); }
.button-light { color: var(--berry); background: var(--pearl); }
.button-light:hover { color: #fff; background: var(--berry); }
.button-outline { color: var(--berry); border-color: rgba(143,41,79,.4); background: transparent; }
.button-outline:hover { color: #fff; background: var(--berry); border-color: var(--berry); }
.text-link { color: var(--berry); font-weight: 600; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.center-action { margin-top: 45px; text-align: center; }

.hero { position: relative; min-height: 880px; overflow: hidden; display: grid; place-items: center; padding: 150px 24px 90px; color: #fff; background: #4a241e; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(37,17,14,.56), rgba(62,26,20,.28) 52%, rgba(58,28,26,.55)); }
.hero-content { position: relative; z-index: 3; width: min(940px, 100%); margin-top: 28px; text-align: center; }
.hero h1 { margin: 0 auto 24px; font-size: clamp(4.1rem, 9.2vw, 8.6rem); font-weight: 500; letter-spacing: -.045em; text-shadow: 0 8px 28px rgba(40,20,17,.25); }
.hero h1 span { color: #f1d39a; font-family: var(--script); font-size: .9em; font-weight: 400; }
.hero-content > p:not(.eyebrow) { max-width: 730px; margin: auto; font-size: 1.05rem; }
.mist { position: absolute; z-index: 2; width: 55vw; height: 42vw; border-radius: 50%; background: rgba(255,226,218,.17); filter: blur(70px); animation: drift 14s ease-in-out infinite alternate; }
.mist-one { left: -20vw; bottom: -15vw; }
.mist-two { right: -22vw; bottom: -12vw; animation-delay: -6s; }
@keyframes drift { to { transform: translate(8vw,-3vw) scale(1.12); opacity: .55; } }
.reveal { animation: reveal 1.1s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.experience { background: radial-gradient(circle at 14% 30%, #f8e9e2 0, transparent 34%), linear-gradient(180deg, var(--pearl), #fff7f0); }
.split-copy { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.split-copy h2 { max-width: 620px; }
.body-copy {
  max-width: 500px;
  color: #725650;
  font-size: 1rem;
  line-height: 1.88;
}
.body-copy p:first-child {
  color: #69404a;
  font-weight: 500;
}
.body-copy p + p { margin-top: 26px; }

.services { background: linear-gradient(180deg, #fff9f4, #fffdf9); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  min-height: 330px;
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(184,138,53,.22);
  border-radius: 40px 40px 24px 40px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(252,239,232,.78));
  box-shadow: 0 22px 45px rgba(91,51,43,.08);
  transition: .35s ease;
}
.service-card:nth-child(even) { transform: translateY(22px); border-radius: 40px 24px 40px 40px; }
.service-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); border-color: rgba(143,41,79,.28); }
.service-card:nth-child(even):hover { transform: translateY(13px); }
.service-card h3 { margin-bottom: 16px; color: var(--berry); font-size: 1.75rem; }
.service-card p { margin-bottom: 0; color: var(--body); }
.service-card .card-kicker { display: none; }

.moment { overflow: hidden; background: linear-gradient(130deg, #f9ebe3 0%, #fffaf6 55%, #f4dce1 100%); }
.moment::before { content: ""; position: absolute; width: 340px; height: 340px; left: -120px; top: 20%; border-radius: 50%; background: rgba(213,157,145,.2); filter: blur(55px); }
.moment-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 95px); align-items: center; }
.moment-copy h2 { font-size: clamp(3.3rem, 5.5vw, 5.5rem); }
.moment-copy > p:last-child { color: var(--body); }

.carousel { position: relative; }
.carousel-stage { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); background: #ead8cf; box-shadow: var(--shadow); }
.carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(4%) scale(1.035);
  transition: opacity 1.25s ease, transform 1.7s cubic-bezier(.2,.65,.25,1);
  pointer-events: none;
}
.carousel-slide.is-active { z-index: 2; opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.carousel-controls { position: absolute; z-index: 5; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 10px; }
.carousel-prev, .carousel-next, .carousel-dots button {
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
  background: rgba(62,33,28,.48);
  backdrop-filter: blur(9px);
  cursor: pointer;
}
.carousel-prev, .carousel-next { width: 40px; height: 40px; border-radius: 50%; font-size: 1.45rem; }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border-radius: 50%; opacity: .6; }
.carousel-dots button.is-active { width: 24px; border-radius: 999px; opacity: 1; background: #fff; }

.why { background: linear-gradient(120deg, #c88070, #e7c3b7 48%, #d99aa4); }
.why .section-heading { color: var(--brown); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-grid article { min-height: 230px; padding: 36px; border-radius: 30px; background: rgba(255,250,245,.9); box-shadow: 0 18px 40px rgba(85,39,32,.1); }
.why-grid h3 { margin-bottom: 14px; color: var(--berry); }
.why-grid p { margin-bottom: 0; color: var(--body); }

.offers { padding-bottom: 95px; background: #fffaf5; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.offer-card { position: relative; min-height: 500px; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow); background: var(--brown); }
.offer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.offer-card:nth-child(1) img { object-position: 52% center; }
.offer-card:nth-child(2) img { object-position: 50% 42%; }
.offer-card:nth-child(3) img { object-position: 50% 30%; }
.offer-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(49,19,23,.9)); }
.offer-card div { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: #fff; }
.offer-card h3 { margin-bottom: 10px; font-size: 2rem; }
.offer-card p:last-child { margin-bottom: 0; font-size: .9rem; }
.offer-card:hover img { transform: scale(1.055); }

.clinic { padding-top: 95px; background: linear-gradient(180deg, #fffaf5, #fae9e4); }
.panorama .carousel-stage { min-height: clamp(480px, 58vw, 700px); border-radius: 54px; }
.panorama .carousel-slide { object-position: center 48%; }
.panorama .carousel-slide:nth-child(-n+2) { object-fit: cover; }
.carousel-caption { position: absolute; z-index: 5; left: 28px; bottom: 24px; display: flex; flex-direction: column; padding: 14px 18px; color: #fff; border-radius: 18px; background: rgba(51,24,21,.48); backdrop-filter: blur(10px); font-size: .82rem; }
.panorama .carousel-controls { bottom: 28px; }

.rituals { background: #fffdf9; }
.treatment-carousel { width: min(1050px, 100%); margin: auto; }
.treatment-carousel .carousel-stage { min-height: clamp(430px, 55vw, 650px); }
.treatment-carousel .carousel-slide:nth-child(1) { object-position: 50% 42%; }
.treatment-carousel .carousel-slide:nth-child(3) { object-position: 50% 58%; }
.panorama .carousel-slide:nth-child(4).is-active { animation: waiting-room-drift 6s ease-out both; }
@keyframes waiting-room-drift {
  from { transform: translateX(1.5%) scale(1.045); }
  to { transform: translateX(-1%) scale(1.01); }
}

.gift { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 0; padding-top: 0; padding-bottom: 130px; background: #fffdf9; }
.gift-media { min-height: 560px; overflow: hidden; border-radius: 44px 0 0 44px; }
.gift-media img { width: 100%; height: 100%; object-fit: cover; }
.gift-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 90px); border-radius: 0 44px 44px 0; background: linear-gradient(145deg, #f2d7d2, #f9ebe2); }
.gift-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.gift-copy p:not(.eyebrow) { color: var(--body); }

.booking-cta { padding: 125px 24px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0, rgba(230,159,143,.36), transparent 35%), linear-gradient(120deg, #542821, #8f294f); }
.booking-cta h2 { margin-bottom: 18px; }
.booking-cta > p:not(.eyebrow) { max-width: 650px; margin: auto; }

.site-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; padding: 70px max(24px, calc((100vw - 1180px) / 2)) 28px; color: var(--body); background: linear-gradient(135deg, #f5e5dc 0%, #fffaf5 48%, #efd4d8 100%); border-top: 1px solid rgba(184,138,53,.22); font-size: .86rem; }
.footer-brand { color: var(--berry); font-size: 2rem; }
.site-footer h2 { margin-bottom: 12px; color: var(--berry); font: 600 .78rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--berry); }
.footer-bottom { grid-column: 1/-1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(143,41,79,.16); }

.subpage { padding-top: 120px; }
.booking-hero, .groupon-hero { position: relative; min-height: 690px; display: grid; align-items: center; color: #fff; overflow: hidden; }
.booking-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.booking-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(49,25,21,.88), rgba(56,25,24,.38), rgba(56,25,24,.1)); }
.booking-hero-copy { position: relative; z-index: 2; width: min(620px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - 1180px) / 2)); }
.booking-hero h1, .groupon-hero h1 { margin-bottom: 25px; font-size: clamp(4rem, 8vw, 7.5rem); font-weight: 500; }
.booking-hero .button { margin-top: 20px; }
.booking-info { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.booking-info h2 { font-size: clamp(3rem, 5vw, 5rem); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-grid article { padding: 28px; border: 1px solid rgba(184,138,53,.2); border-radius: 26px; background: #fff; box-shadow: 0 15px 35px rgba(70,33,28,.06); }
.info-grid h3 { margin-bottom: 10px; color: var(--berry); font-size: 1.55rem; }
.info-grid p { margin-bottom: 0; color: var(--body); font-size: .9rem; }
.groupon-note { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 80px max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(120deg, #efd7cd, #f6e7e0); }
.groupon-note h2 { margin-bottom: 15px; font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.compact-footer { grid-template-columns: 1.4fr 1fr; }

.groupon-hero { grid-template-columns: .9fr 1.1fr; min-height: 720px; padding: 90px max(24px, calc((100vw - 1180px) / 2)); gap: 70px; background: linear-gradient(125deg, #572922, #8f294f); }
.groupon-hero img { width: 100%; height: 530px; object-fit: cover; border-radius: 250px 250px 36px 36px; box-shadow: 0 28px 65px rgba(30,10,12,.25); }
.redeem { background: #fffaf5; }
.steps { max-width: 900px; margin: auto; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid rgba(93,55,48,.14); }
.steps li > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--berry); font: 600 1.3rem var(--serif); }
.steps h3 { margin-bottom: 8px; color: var(--berry); }
.steps p { margin-bottom: 0; color: var(--body); }
.redeem-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 45px; }
.terms-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 110px max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(135deg, #efd1cc, #f9e9df); }
.terms-section h2 { font-size: clamp(3rem, 5vw, 5rem); }
.terms-list { margin: 0 0 30px; padding: 35px 35px 25px 55px; border-radius: 30px; background: rgba(255,250,245,.9); box-shadow: var(--shadow); }
.terms-list li { margin-bottom: 14px; color: var(--body); }


/* Final visual safeguards: preserve approved typography and palette in home sections. */
.services .section-heading > p:last-child,
.offers .section-heading > p:last-child,
.clinic .section-heading > p:last-child,
.rituals .section-heading > p:last-child { color: var(--body); }
.services h2, .offers h2, .clinic h2, .rituals h2 { color: var(--brown); }
.offer-card h3, .offer-card p { color: #fff; }

@media (max-width: 980px) {
  .section { padding-top: 100px; padding-bottom: 100px; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .82rem; }
  .service-grid, .offer-grid { grid-template-columns: 1fr 1fr; }
  .moment-shell, .split-copy, .gift, .booking-info, .terms-section { grid-template-columns: 1fr; }
  .moment-copy { max-width: 720px; }
  .why-grid { grid-template-columns: 1fr; }
  .gift-media { border-radius: 44px 44px 0 0; }
  .gift-copy { border-radius: 0 0 44px 44px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .groupon-hero { grid-template-columns: 1fr; padding-top: 130px; }
  .groupon-hero img { height: 430px; border-radius: 40px; }
}

@media (max-width: 720px) {
  .site-header { top: 12px; width: calc(100% - 24px); min-height: 66px; padding: 10px 16px 10px 20px; border-radius: 28px; }
  .brand { font-size: 1.65rem; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(184,138,53,.22);
    border-radius: 24px;
    background: rgba(255,250,245,.98);
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .main-nav .nav-book { margin-top: 7px; text-align: center; }
  .hero { min-height: 790px; padding-top: 125px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .hero-image { object-position: 57% center; }
  .section { padding: 88px 20px; }
  .offers { padding-bottom: 72px; }
  .clinic { padding-top: 72px; }
  h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .service-grid, .offer-grid, .info-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(even) { transform: none; }
  .service-card:nth-child(even):hover { transform: translateY(-9px); }
  .service-card { min-height: 280px; }
  .carousel-stage { min-height: 380px; border-radius: 26px; }
  .moment-shell { gap: 38px; }
  .offer-card { min-height: 460px; border-radius: 30px; }
  .panorama .carousel-stage { min-height: 520px; border-radius: 30px; }
  .panorama .carousel-slide { object-position: center; }
  .carousel-caption { left: 14px; right: 14px; bottom: 68px; }
  .panorama .carousel-controls { bottom: 18px; }
  .treatment-carousel .carousel-stage { min-height: 420px; }
  .gift { padding-left: 20px; padding-right: 20px; }
  .gift-media { min-height: 390px; }
  .gift-copy { padding: 38px 26px; }
  .site-footer, .compact-footer { grid-template-columns: 1fr; gap: 30px; padding-top: 55px; }
  .footer-bottom { grid-column: auto; flex-direction: column; }
  .subpage { padding-top: 90px; }
  .booking-hero { min-height: 720px; }
  .booking-hero::after { background: linear-gradient(180deg, rgba(49,25,21,.25), rgba(49,25,21,.85)); }
  .booking-hero-copy { align-self: end; margin: 0 24px 70px; }
  .booking-hero h1, .groupon-hero h1 { font-size: clamp(3.8rem, 16vw, 5.4rem); }
  .groupon-note { align-items: flex-start; flex-direction: column; padding: 70px 20px; }
  .groupon-hero { min-height: auto; padding: 130px 20px 80px; }
  .terms-section { padding: 85px 20px; }
  .terms-list { padding: 28px 24px 20px 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Final completion pass: local typography, alignment and anchor precision. */
#main,
#experience,
#services,
#offers,
#clinic,
#redeem {
  scroll-margin-top: 124px;
}

.experience .split-copy {
  align-items: center;
}
.experience .split-copy > div:first-child {
  align-self: center;
}
.experience .body-copy {
  width: min(100%, 470px);
  justify-self: end;
  color: #725650;
  font-size: 1rem;
  line-height: 1.9;
}
.experience .body-copy p {
  margin-bottom: 0;
}
.experience .body-copy p:first-child {
  color: #75434d;
  font-weight: 500;
}
.experience .body-copy p + p {
  margin-top: 24px;
  color: var(--body);
}

.services .section-heading,
.offers .section-heading,
.clinic .section-heading,
.rituals .section-heading {
  text-align: center;
}
.services .section-heading > p:last-child,
.offers .section-heading > p:last-child,
.clinic .section-heading > p:last-child,
.rituals .section-heading > p:last-child {
  color: var(--body);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
}

.service-card h3,
.why-grid h3,
.info-grid h3,
.steps h3,
.offer-card h3 {
  line-height: 1.08;
}
.service-card p,
.why-grid p,
.info-grid p,
.steps p,
.offer-card p:last-child,
.moment-copy > p:last-child,
.gift-copy > p:not(.eyebrow) {
  font-family: var(--sans);
  line-height: 1.7;
}

.offer-card .eyebrow {
  color: #f3d7a1;
}
.offer-card h3 {
  color: #fff;
}
.offer-card p:last-child {
  color: rgba(255,255,255,.94);
}

.clinic {
  padding-top: 70px;
}

.site-footer p,
.site-footer a:not(.footer-brand) {
  color: var(--body);
}
.site-footer h2,
.footer-brand {
  color: var(--berry);
}

@media (max-width: 720px) {
  #main,
  #experience,
  #services,
  #offers,
  #clinic,
  #redeem {
    scroll-margin-top: 96px;
  }
  .experience .body-copy {
    width: 100%;
    justify-self: stretch;
  }
  .clinic {
    padding-top: 58px;
  }
}
