:root {
  --paper: #f7f4ec;
  --sage: #a8b59a;
  --sage-deep: #788b6b;
  --forest: #33483a;
  --sand: #d8cdbd;
  --clay: #b9826e;
  --burgundy: #6f263d;
  --soft-pink: #ead2d6;
  --black: #181818;
  --charcoal: #2c2a29;
  --eucalyptus: #3f6650;
  --eucalyptus-soft: #4f6858;
}

.announcement {
  color: #2c2a29;
  background: #f7f1e7;
}

.announcement {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 5.5%;
}

.top-hours {
  justify-self: start;
  color: var(--burgundy);
}

.top-motto {
  justify-self: end;
}

body,
.header nav a {
  color: var(--charcoal);
}

.intro > p:not(.kicker),
.section-title p,
.treatment-list p,
.benefit-grid p,
.contact-grid p,
.experience {
  color: var(--charcoal);
}

.brand,
.intro h1,
.section-title h2 {
  color: var(--forest);
}

.brand {
  color: #4b214f;
  font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.kicker,
.section-title > span,
.treatment-list strong {
  color: var(--burgundy);
}

.header {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(110deg, #eadbc5 0%, #dcc29f 72%, #c99a70 100%);
  border-bottom: 1px solid rgba(216, 205, 189, 0.7);
}

.hero img[src*="selected-hero-warm-candles"] {
  object-position: center 56%;
}

.header nav a {
  color: #241d1b;
  font-weight: 600;
}

.header nav .nav-book {
  color: #fff;
}

.logo-slot {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header nav {
  margin-left: 0;
  justify-content: center;
}

.menu-toggle {
  display: none;
}

.header nav .nav-book {
  padding: 10px 15px;
  color: #fff;
  background: var(--burgundy);
}

.intro {
  background: #f7f1e7;
}

.services,
.contact {
  background: #f7f1e7;
}

.services {
  background: #efe5d6;
}

.intro,
.about,
.contact {
  border-top: 1px solid rgba(120, 139, 107, 0.22);
}

.about {
  background: #f7f1e7;
}

.about .section-title > span,
.about .section-title h2,
.about-grid h3 {
  color: var(--eucalyptus);
}

.about .section-title > span,
.about .section-title h2 {
  color: #0f5736;
}

.about .section-title > span {
  font-weight: 800;
}

.about .section-title h2 {
  font-weight: 500;
}

.about-grid p {
  color: var(--eucalyptus-soft);
}

.benefits {
  background: #e8ddc8;
}

.reviews {
  padding: 80px max(28px, 8%);
  background: #f3eadc;
}

.review-quotes {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.review-quotes blockquote {
  margin: 0;
  padding: 34px 28px;
  color: var(--charcoal);
  background: #fffaf4;
  border: 1px solid rgba(111, 38, 61, 0.16);
}

.google-rating span {
  color: #f47b20;
  background: linear-gradient(90deg, #f6c453 0%, #f28a2e 48%, #d95757 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
}

.google-reviews-title .google-blue {
  color: #4285f4;
}

.google-reviews-title .google-red {
  color: #ea4335;
}

.google-reviews-title .google-yellow {
  color: #fbbc05;
}

.google-reviews-title .google-green {
  color: #34a853;
}

.tripadvisor-reviews {
  margin-top: 70px;
  padding-top: 62px;
  border-top: 1px solid rgba(44, 42, 41, 0.14);
}

.tripadvisor-reviews .section-title {
  margin-bottom: 34px;
}

.tripadvisor-widget-wrap {
  min-height: 96px;
  margin: -12px auto 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tripadvisor-widget-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-quotes blockquote p {
  margin: 0 0 18px;
}

.review-quotes blockquote footer {
  padding: 0;
  display: block;
  color: var(--eucalyptus);
  background: none;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.review-actions {
  margin-top: 30px;
  text-align: center;
}

.review-actions a {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  background: var(--burgundy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.review-actions a:hover {
  background: var(--forest);
}

.tripadvisor-action a {
  background: #4b7f64;
}

.review-provider h3 {
  color: var(--eucalyptus);
}

.treatment-list article,
.about-grid article {
  border-color: rgba(111, 38, 61, 0.2);
}

.actions a + a {
  color: var(--forest);
  border-color: var(--sage-deep);
}

.actions a:first-child {
  background: var(--burgundy);
}

.actions a:hover,
.mobile-actions a:hover {
  background: var(--forest);
}

footer {
  background: #2b2725;
  border-top: 5px solid var(--burgundy);
}

.treatment-list {
  gap: 34px;
}

.treatment-list article {
  padding: 0;
  overflow: hidden;
  background: #e8ddc8;
  border: 1px solid rgba(117, 95, 65, 0.1);
  box-shadow: 0 18px 45px rgba(76, 49, 32, 0.18), 0 4px 12px rgba(62, 44, 37, 0.08);
  transform: translateY(-3px);
}

.treatment-list article:nth-child(even) {
  background: #e8ddc8;
}

.treatment-list article > img {
  width: 100%;
  height: 390px;
  margin: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: linear-gradient(145deg, #e8dadf, #cbb4bd);
}

.treatment-list img[src*="selected-back-massage-v2"] {
  transform: scale(1.035);
}

.treatment-copy {
  padding: 20px 27px 25px;
}

.treatment-copy p {
  margin-bottom: 0;
}

.mobile-service-list h3,
.mobile-service-list strong,
.mobile-service-list p {
  color: #1f1f1f;
  font-weight: 700;
}

.mobile-service-heading h2 {
  font-family: Bahnschrift, "DIN Alternate", "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.055em;
}

.contact a[href^="tel:"] {
  color: var(--burgundy);
  font-weight: 700;
}

.contact-grid {
  max-width: 520px;
  grid-template-columns: 1fr;
}

.contact {
  padding-top: 46px;
  padding-bottom: 55px;
}

.contact .section-title {
  margin-bottom: 18px;
}

.contact .section-title h2 {
  margin-bottom: 6px;
  font-size: 27px;
}

.contact-grid h3 {
  margin-bottom: 2px;
  font-size: 11px;
}

.contact-grid a[href^="mailto:"] {
  color: var(--burgundy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact .experience {
  margin-top: 28px;
  margin-bottom: 18px;
  font-size: 14px;
}

.about-contact {
  max-width: 980px;
  margin: 42px auto 0;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  gap: 24px;
  background: #e8ddc8;
  border: 1px solid rgba(53, 87, 67, 0.18);
}

.about-contact p {
  margin: 0;
  color: var(--charcoal);
  font-size: 14px;
}

.about-contact span {
  display: block;
  margin-bottom: 3px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.about-contact a {
  color: var(--burgundy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  padding: 18px 24px;
  display: block;
  color: var(--charcoal);
  background: #e8ddc8;
  border: 0;
  text-align: center;
  font-size: 12px;
}

.bolt-ride {
  max-width: 680px;
  margin: 24px auto;
  padding: 25px 28px;
  text-align: center;
  background: #f3e7df;
  border: 1px solid rgba(111, 38, 61, 0.16);
  box-shadow: 0 18px 45px rgba(76, 49, 32, 0.16), 0 4px 12px rgba(62, 44, 37, 0.08);
  transform: translateY(-2px);
}

.bolt-ride h3 {
  margin: 0 0 6px;
  color: var(--forest);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.bolt-ride p {
  margin: 0 auto 17px;
  color: var(--charcoal);
}

.bolt-ride a {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  background: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.bolt-ride a:hover {
  background: var(--burgundy);
}

@media (max-width: 560px) {
  .treatment-list article > img {
    height: 340px;
  }

}

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  .announcement {
    grid-template-columns: 1fr;
    gap: 5px 14px;
  }

  .top-motto {
    display: none;
  }

  .logo-slot {
    width: 100%;
    min-height: 48px;
    margin-bottom: 0;
  }

  .menu-toggle {
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #eadbc5;
    background: var(--burgundy);
    border: 0;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
  }

  .header nav {
    width: min(100%, 340px);
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    text-align: center;
  }

  .header nav.is-open {
    display: flex;
  }

  .header nav a {
    width: 100%;
    padding: 11px 14px;
    border-top: 1px solid rgba(44, 42, 41, 0.12);
  }

  .mobile-actions a:last-child {
    color: #eadbc5;
    background: var(--burgundy);
  }

  .mobile-actions a:first-child {
    color: #eadbc5;
    background: var(--sage-deep);
  }

  .about-contact {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .reviews {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 560px) {
  .header {
    gap: 8px;
    padding: 14px 18px 16px;
  }

  .brand {
    font-size: 34px;
  }

  .mobile-service-heading h2 {
    font-size: 31px;
  }

  .announcement {
    grid-template-columns: 1fr;
    padding: 8px 12px;
    text-align: center;
  }

  .top-hours {
    justify-self: center;
  }

  .review-quotes {
    grid-template-columns: 1fr;
  }

  .hero {
    height: 300px;
  }

  .intro,
  .services,
  .about,
  .benefits,
  .contact,
  .reviews {
    padding: 52px 18px;
  }

  .intro h1,
  .section-title h2 {
    line-height: 1.2;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .section-title.small {
    margin-top: 54px;
  }

  .treatment-list {
    gap: 22px;
  }

  .treatment-list article > img {
    height: 290px;
  }

  .treatment-copy {
    padding: 18px 20px 21px;
  }

  .treatment-list strong {
    display: block;
    line-height: 1.55;
  }

  .about-grid {
    gap: 30px;
  }

  .about-contact {
    margin-top: 34px;
    padding: 21px 18px;
    gap: 18px;
  }

  .review-quotes blockquote {
    padding: 26px 21px;
  }

  .review-actions a,
  .bolt-ride a {
    width: 100%;
    max-width: 320px;
  }

  .bolt-ride {
    padding: 23px 19px;
  }

  .mobile-actions {
    right: 8px;
    bottom: 6px;
    left: 8px;
  }
}
