/* Mobile Massage by Key — shared design system (owned by orchestrator).
   Page subagents append page-scoped rules under a banner comment reading
   page: followed by the slug. Do not edit the token/header/footer sections. */

:root {
  --maroon: #8b1626;
  --maroon-deep: #7a1220;
  --maroon-bright: #a01c30;
  --cream: #f7e7db;
  --cream-soft: #faf0e8;
  --ink: #333333;
  --ink-soft: #4a4746;
  --white: #ffffff;
  --line: rgba(0, 0, 0, 0.12);
  --line-cream: rgba(139, 22, 38, 0.18);

  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-script: "Allura", "Playfair Display", cursive;

  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.12);
  --radius: 6px;
  --wrap: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--maroon);
  color: #fff;
  padding: 10px 16px;
  z-index: 1000;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- eyebrow / headings shared ---------- */
.eyebrow-script {
  font-family: var(--font-script);
  color: var(--maroon);
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 .35em;
  font-weight: 400;
}
.section-title {
  font-family: var(--font-display);
  color: var(--maroon);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.15;
  margin: 0 0 .6em;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: 14px 30px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
  border: 1.5px solid var(--maroon);
}
.btn-solid { background: var(--maroon); color: #fff; }
.btn-solid:hover { background: var(--maroon-deep); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--maroon); }
.btn-outline:hover { background: var(--maroon); color: #fff; transform: translateY(-2px); }
.btn-ghost-light {
  background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.85);
}
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-2px); }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
}
.brand-badge {
  width: 74px; height: 74px;
  border-radius: 50%;
  background: var(--maroon);
  display: grid; place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}
.brand-badge img { width: 74px; height: 74px; object-fit: cover; }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  justify-content: center;
}
.primary-nav a {
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2b2b2b;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.primary-nav a:hover { color: var(--maroon); }
.primary-nav a.active { color: var(--maroon); border-bottom-color: var(--maroon); }
.nav-book {
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 46px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .92rem;
  transition: background-color .25s ease;
}
.nav-book:hover { background: var(--maroon-deep); }
.nav-toggle { display: none; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--maroon);
  color: #f4dcd6;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.6fr;
  gap: 40px;
  padding: 56px 0 40px;
}
.footer-brand-name {
  font-family: var(--font-script);
  font-size: 1.9rem;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
}
.footer p { font-size: .9rem; color: #ecccc6; margin: 0; }
.footer h4 {
  font-family: var(--font-body);
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  margin: 0 0 18px;
  letter-spacing: .02em;
}
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-links a {
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f0cfc9;
  transition: color .2s ease;
}
.footer-links a:hover { color: #fff; }
.footer-contact p { margin: 0 0 14px; }
.footer-contact .label { color: #fff; font-weight: 700; display: block; margin-bottom: 2px; }
.footer-contact a { color: #f4dcd6; text-decoration: underline; }
.footer-serving-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 1.02rem;
  margin: 0 0 12px;
  line-height: 1.3;
}
.footer-counties { font-size: .9rem; color: #ecccc6; line-height: 1.7; margin: 0 0 16px; }
.footer-map {
  width: 100%;
  height: 130px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.footer-map .leaflet-container { height: 100%; width: 100%; background: #e8e2dd; }
.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 18px 0;
  font-size: .82rem;
  color: #e7c2bc;
  letter-spacing: .03em;
}

/* ---------- shared motion (pure CSS, always ends visible) ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
.fade-up { animation: fadeUp .9s cubic-bezier(.22, .61, .36, 1) both; }
.fade-in { animation: fadeIn 1s ease both; }
.d1 { animation-delay: .12s; }
.d2 { animation-delay: .24s; }
.d3 { animation-delay: .36s; }
.d4 { animation-delay: .48s; }

/* ---------- responsive shared ---------- */
@media (max-width: 900px) {
  .site-header { flex-wrap: wrap; }
  .primary-nav { order: 3; width: 100%; justify-content: center; gap: 20px; padding: 6px 0 12px; flex-wrap: wrap; }
  .nav-book { padding: 14px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .primary-nav { gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-badge, .brand-badge img { width: 60px; height: 60px; }
}

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

/* =====================================================================
   page: home
   ===================================================================== */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(40, 12, 12, 0.62) 0%, rgba(40, 12, 12, 0.32) 55%, rgba(40, 12, 12, 0.15) 100%);
  z-index: 1;
}
.hero .wrap { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 70px; }
.hero-inner { max-width: 640px; }
.hero-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: #fbeee8;
  margin: 0 0 .5em;
  line-height: 1.4;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 .35em;
  color: #fff;
}
.hero-sub { font-size: 1rem; color: #f4e7e2; max-width: 460px; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.band-journey {
  background: var(--cream);
  padding: 26px 0;
}
.band-journey .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.journey-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--maroon);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin: 0;
}

.about {
  padding: 88px 0;
  background: #fff;
}
.about .wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.about-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-script);
  color: #b9928c;
  font-size: 1.5rem;
  white-space: nowrap;
  letter-spacing: .02em;
}
.about-frame {
  position: relative;
  width: 100%;
  max-width: 340px;
  border-radius: 190px 190px 8px 8px;
  overflow: hidden;
  aspect-ratio: 369 / 549;
  background: var(--maroon);
  box-shadow: var(--shadow-card);
}
.about-frame video, .about-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-body .eyebrow-script { text-align: left; }
.about-serving {
  font-weight: 700;
  color: var(--maroon);
  margin: 18px 0 26px;
}
.about-body p { max-width: 520px; }

.services {
  background: var(--cream);
  padding: 84px 0 74px;
  text-align: center;
}
.services .eyebrow-script,
.services .section-title { text-align: center; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin: 40px 0 10px;
}
.svc-card { text-align: center; }
.svc-thumb {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.svc-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--maroon);
  font-size: 1.1rem;
  margin: 0 0 .4em;
  line-height: 1.2;
}
.svc-desc { font-size: .92rem; color: var(--ink-soft); margin: 0; }
.services-divider {
  border: 0;
  border-top: 1px solid var(--line-cream);
  max-width: 1050px;
  margin: 46px auto 30px;
}
.services-cta-line {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--maroon);
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  margin: 0 0 22px;
}

.why {
  position: relative;
  padding: 90px 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.why-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.why::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 16, 16, 0.6);
  z-index: 1;
}
.why .wrap { position: relative; z-index: 2; }
.why .eyebrow-script { color: #fff; }
.why-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: #fbeee8;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  margin: 0 0 44px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-card {
  background: var(--maroon);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  padding: 28px 20px;
  text-align: center;
}
.why-card .icon {
  width: 54px; height: 54px;
  object-fit: contain;
  margin: 0 auto 14px;
}
.why-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 .5em;
  color: #fff;
}
.why-card p { font-size: .9rem; color: #f2d7d2; margin: 0; }

.testimonials {
  background: var(--cream);
  padding: 80px 0 90px;
  text-align: center;
}
.testimonials .eyebrow-script,
.testimonials .section-title { text-align: center; }
.testi-stage {
  max-width: 1000px;
  margin: 30px auto 0;
  position: relative;
  padding: 0 44px;
}
.testi-swiper { overflow: hidden; }
.testi-slide {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  align-items: stretch;
  min-height: 360px;
}
.testi-photo {
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}
.testi-photo img { width: 100%; height: 100%; object-fit: cover; }
.testi-quote {
  background: #fff;
  padding: 40px 44px;
  text-align: left;
  border-radius: 0 6px 6px 0;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testi-quote p {
  font-family: var(--font-display);
  font-style: italic;
  color: #4a4746;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1em;
}
.testi-attrib {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--maroon);
  font-size: 1.05rem;
  margin-top: 6px;
}
.testi-stage .swiper-button-prev,
.testi-stage .swiper-button-next { color: var(--maroon); }
.testi-stage .swiper-button-prev { left: 0; }
.testi-stage .swiper-button-next { right: 0; }
.testi-stage .swiper-button-prev::after,
.testi-stage .swiper-button-next::after { font-size: 26px; }
.testi-stage .swiper-pagination { position: static; margin-top: 24px; }
.testi-stage .swiper-pagination-bullet { background: var(--maroon); opacity: .35; }
.testi-stage .swiper-pagination-bullet-active { opacity: 1; }
/* Alternating slides: photo on the right, quote on the left (matches source). */
.testi-slide.alt { grid-template-columns: 1.1fr 0.9fr; }
.testi-slide.alt .testi-photo { order: 2; border-radius: 0 6px 6px 0; }
.testi-slide.alt .testi-quote { order: 1; border-radius: 6px 0 0 6px; }

.contact {
  background: var(--cream-soft);
  padding: 70px 0 84px;
  text-align: center;
}
.contact .eyebrow-script {
  font-size: 2.3rem;
  margin-bottom: .25em;
}
.contact-line {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--maroon);
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  margin: 0 0 6px;
}
.contact-serving { color: var(--maroon); font-weight: 600; margin: 0 0 34px; }
.contact-form {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 26px;
}
.contact-form .field { display: flex; flex-direction: column; }
.contact-form .field.full { grid-column: 1 / -1; }
.contact-form label {
  font-size: .82rem;
  color: #5a5453;
  margin-bottom: 6px;
}
.contact-form label .req { color: var(--maroon); }
.contact-form input,
.contact-form textarea {
  border: 1px solid #d8c6bb;
  background: #fff;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: .95rem;
  border-radius: 2px;
  color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus,
.contact-form textarea:focus { outline: 2px solid var(--maroon); border-color: var(--maroon); }
.hp-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
}
.contact-form .submit-row { grid-column: 1 / -1; display: flex; justify-content: center; }
.contact-form .btn-submit {
  background: var(--cream);
  color: var(--maroon);
  border: 1px solid var(--maroon);
  min-width: 200px;
}
.contact-form .btn-submit:hover { background: var(--maroon); color: #fff; }

@media (max-width: 980px) {
  .about .wrap { grid-template-columns: 1fr; gap: 34px; }
  .about-frame { margin: 0 auto; }
  .svc-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-slide { grid-template-columns: 1fr; }
  .testi-slide.alt { grid-template-columns: 1fr; }
  .testi-slide.alt .testi-photo { order: 0; border-radius: 6px 6px 0 0; }
  .testi-slide.alt .testi-quote { order: 1; border-radius: 0 0 6px 6px; }
  .testi-photo { border-radius: 6px 6px 0 0; min-height: 240px; }
  .testi-quote { border-radius: 0 0 6px 6px; }
}
@media (max-width: 620px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .band-journey .wrap { flex-direction: column; text-align: center; }
}

/* =====================================================================
   page: services
   ===================================================================== */
.subhero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.subhero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(60, 14, 18, 0.28);
  z-index: 1;
}
.subhero .wrap { position: relative; z-index: 2; padding: 60px 24px; }
.subhero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin: 0;
  color: #fff;
}

/* services page: cards carry descriptions in a row */
.services-detailed .svc-grid { align-items: start; }
.services-detailed .svc-name { min-height: 2.4em; }

@media (max-width: 980px) {
  .services-detailed .svc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 620px) {
  .services-detailed .svc-grid { grid-template-columns: 1fr; }
}
