:root {
  --ink: #30414a;
  --muted: #6b7880;
  --paper: #faf8f4;
  --soft: #efe8dd;
  --deep: #213442;
  --deep-soft: #2d4b55;
  --petrol-soft: #edf3f3;
  --teal: #2b5963;
  --sage: #9aae98;
  --sage-soft: #f0f2ec;
  --sand: #dcc8b3;
  --sand-soft: #f1e9dd;
  --sage-deep: #71816f;
  --sand-deep: #bca88d;
  --charcoal: #213442;
  --sea-mist: #e8f0f1;
  --warm-white: #fffdf9;
  --line: rgba(33, 52, 66, 0.12);
  --shadow: 0 18px 48px rgba(33, 52, 66, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--warm-white);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(250, 248, 244, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  width: clamp(180px, 18vw, 270px);
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.menu-toggle span {
  display: none;
  width: 13px;
  height: 2px;
  background: var(--deep);
}

.desktop-nav {
  display: flex;
  justify-self: end;
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 14px);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  text-transform: uppercase;
}

.desktop-nav a,
.site-footer a {
  text-decoration: none;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: #dcc8b3;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  justify-self: end;
  width: max-content;
  background: var(--deep);
  color: #fff;
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.9rem;
  box-shadow: 0 10px 24px rgba(33, 52, 66, 0.14);
}

.header-cta:hover,
.button.primary:hover,
.dark-button:hover,
.impulse-button:hover {
  background: #2f4d58 !important;
}

.button.primary {
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
}

.hero .button.primary {
  background: rgba(250, 248, 244, 0.94);
  color: var(--deep);
  text-transform: none;
  box-shadow: 0 14px 34px rgba(33, 52, 66, 0.18);
}

.button.secondary {
  border: 1px solid rgba(250, 248, 244, 0.58);
  color: rgba(255, 253, 249, 0.92);
  background: rgba(255, 253, 249, 0.08);
  backdrop-filter: blur(10px);
}

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

.hero {
  position: relative;
  min-height: calc(90svh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

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

.hero-media {
  background-image: url("assets/brand-hero-water.png");
  background-size: cover;
  background-position: center 58%;
  filter: sepia(0.03) saturate(1.14) hue-rotate(3deg) contrast(1.12) brightness(0.93);
  z-index: -2;
}

.hero-overlay {
  background:
    radial-gradient(ellipse at -10% -12%, rgba(250, 248, 244, 0.12) 0%, rgba(250, 248, 244, 0.06) 24%, rgba(250, 248, 244, 0) 46%),
    radial-gradient(ellipse at 110% -10%, rgba(250, 248, 244, 0.1) 0%, rgba(250, 248, 244, 0.05) 25%, rgba(250, 248, 244, 0) 48%),
    linear-gradient(180deg, rgba(33, 52, 66, 0.1) 0%, rgba(33, 52, 66, 0.2) 48%, rgba(18, 39, 48, 0.54) 100%),
    rgba(33, 52, 66, 0.14);
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 92px) 0;
  color: #fff;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 18px;
  color: #fff;
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 650;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: min(820px, 100%);
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.08;
  text-transform: none;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  white-space: normal;
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 253, 249, 0.88);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(26px, 4vw, 42px);
}

.hero-logo-file {
  width: min(460px, 76vw);
  height: auto;
  margin-bottom: clamp(24px, 4vw, 46px);
  filter: brightness(0) invert(1) drop-shadow(0 18px 42px rgba(0, 0, 0, 0.28));
  opacity: 0.96;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.method .eyebrow,
.about .eyebrow,
.testimonials .eyebrow,
.reiki-section .eyebrow,
.faq-section .eyebrow,
.contact .eyebrow {
  font-size: 0.82rem;
  line-height: 1.15;
}

.eyebrow.dark {
  color: var(--deep);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 880px;
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  font-weight: 650;
  color: var(--deep);
}

h2 {
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  color: var(--deep);
}

h3 {
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.18rem;
  color: var(--deep);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: var(--deep);
}

.metric {
  min-height: 132px;
  padding: 26px clamp(18px, 3vw, 34px);
  background: var(--deep);
}

.metric span {
  display: block;
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.48rem);
  font-weight: 650;
  color: var(--paper);
  text-transform: uppercase;
}

.metric p {
  max-width: 240px;
  margin: 8px 0 0;
  color: rgba(248, 246, 242, 0.72);
}

.section {
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.rich-text {
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.rich-text p:first-child {
  margin-top: 0;
}

.themes-section {
  background: #eef3f4;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 900px;
  margin-bottom: 44px;
}

.section-heading p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.1rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.theme-card {
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.theme-card h3 {
  color: var(--deep);
}

.theme-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.method {
  background: #f3eee6;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(33, 52, 66, 0.08);
  border: 1px solid var(--line);
}

.timeline article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--warm-white);
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--sand-soft);
  color: var(--deep);
  font-weight: 850;
}

.timeline p {
  color: var(--muted);
}

.testimonials {
  background: #e8f0f1;
  color: var(--ink);
}

.testimonials .eyebrow,
.testimonials h2 {
  color: var(--deep);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.testimonial-grid article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(33, 52, 66, 0.1);
  border-radius: 8px;
  background: var(--warm-white);
  box-shadow: 0 14px 34px rgba(33, 52, 66, 0.07);
}

.testimonial-grid p {
  margin: 0;
  color: var(--muted);
}

.testimonial-grid span {
  display: block;
  margin-top: 20px;
  color: rgba(107, 120, 128, 0.82);
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.quote-section {
  padding: clamp(78px, 10vw, 132px) clamp(18px, 7vw, 110px);
  background: var(--deep);
  color: #fff;
}

.quote-section div {
  max-width: 1020px;
}

.quote-section h2 {
  max-width: 980px;
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  color: #fff;
}

.quote-section .eyebrow {
  color: #fff;
}

.quote-section p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.quote-section a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-weight: 750;
}

.inspiration-section {
  padding: clamp(72px, 9vw, 122px) clamp(18px, 5vw, 72px);
  background: #f4efe7;
  color: var(--ink);
}

.inspiration-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.inspiration-card .eyebrow,
.inspiration-card h2 {
  color: var(--deep);
}

.inspiration-card h2 {
  max-width: 900px;
  font-size: clamp(1.28rem, 2.4vw, 2.25rem);
  line-height: 1.18;
}

.inspiration-card p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.inspiration-meaning {
  margin-top: 26px;
  padding: clamp(18px, 3vw, 26px);
  border-left: 3px solid rgba(33, 52, 66, 0.24);
  background: rgba(255, 253, 249, 0.72);
  color: var(--ink) !important;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem) !important;
}

.quote-author {
  margin: 22px 0 24px;
  color: var(--deep) !important;
  font-weight: 850;
  text-transform: uppercase;
}

.offer-detail {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  background: #f7f8f7;
}

.offer-main,
.small-offers-grid {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.offer-main {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.offer-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.offer-main-card {
  display: grid;
  gap: clamp(24px, 4vw, 38px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(33, 52, 66, 0.11);
  border-radius: 8px;
  background: var(--warm-white);
  box-shadow: 0 22px 58px rgba(33, 52, 66, 0.08);
}

.offer-overview {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  border: 1px solid rgba(33, 52, 66, 0.12);
  background: #e8f0f1;
  color: var(--ink);
  box-shadow: none;
}

.offer-overview h3 {
  color: var(--deep);
  font-size: clamp(1.18rem, 2.1vw, 1.78rem);
  font-weight: 650;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-top: 0;
}

.overview-grid div {
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 22px;
  border: 1px solid rgba(33, 52, 66, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.74);
}

.overview-grid div:nth-child(odd) {
  border-right: 1px solid rgba(33, 52, 66, 0.1);
}

.overview-grid div:nth-child(even) {
  padding-left: 22px;
}

.overview-grid strong {
  color: var(--deep);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.overview-grid span {
  color: var(--muted);
}

.offer-body {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.offer-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.offer-body h3 {
  margin-top: 14px;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.suitability-list {
  display: grid;
  gap: 12px;
  padding-left: 18px;
  border-left: 3px solid rgba(154, 174, 152, 0.48);
}

.price-panel {
  display: grid;
  gap: 14px;
  max-width: 620px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.price-panel span {
  color: var(--deep);
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price-panel strong {
  color: var(--deep);
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.78rem);
  font-weight: 650;
  line-height: 1;
}

.price-panel p {
  margin: 0;
  color: var(--muted);
}

.legal-inline-note {
  max-width: 1180px;
  margin-top: clamp(28px, 4vw, 46px);
  padding: 18px 22px;
  border-left: 3px solid rgba(24, 58, 67, 0.34);
  background: rgba(248, 246, 242, 0.72);
  color: var(--muted);
}

.legal-inline-note p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.small-offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.small-offer-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(33, 52, 66, 0.14);
  border-radius: 8px;
  background: var(--warm-white);
  box-shadow: 0 14px 34px rgba(33, 52, 66, 0.06);
}

.small-offer-card h3 {
  font-size: clamp(1.42rem, 2.3vw, 2rem);
}

.small-offer-card p {
  margin: 0;
  color: var(--muted);
}

.small-offer-subtitle {
  margin-top: 8px !important;
  color: var(--deep) !important;
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: none;
}

.small-offer-label {
  margin: 0 0 10px !important;
  color: var(--muted) !important;
  font-size: 0.82rem;
  font-weight: 750;
}

.offer-details-list {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.offer-details-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.45;
}

.offer-details-list li::before {
  position: absolute;
  left: 0;
  color: var(--deep);
  font-weight: 850;
  content: "✓";
}

.small-offer-price {
  margin-top: 4px !important;
  color: var(--deep) !important;
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 850;
}

.tax-note {
  margin-top: -8px !important;
  color: var(--muted) !important;
  font-size: 0.88rem !important;
  font-style: italic;
}

.booking-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.booking-option {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(33, 52, 66, 0.12);
  border-radius: 8px;
  background: #f7f8f7;
}

.booking-option .button {
  width: 100%;
  min-height: 46px;
  margin-top: 0;
  padding-inline: 16px;
  text-align: center;
  white-space: normal;
}

.booking-option p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.small-offer-card .button {
  width: fit-content;
  margin-top: auto;
}

.small-offer-card .booking-option .button {
  width: 100%;
  margin-top: 0;
}

.reiki-compact {
  background: #f4efe7;
}

.small-offer-card.reiki-compact .button {
  margin-top: 6px;
}

.reiki-section {
  background: #fff;
}

.reiki-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  max-width: 1180px;
}

.reiki-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.reiki-card {
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(24, 58, 67, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24, 58, 67, 0.1);
}

.reiki-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.session-price {
  margin: 16px 0 20px;
  color: var(--deep);
  font-weight: 850;
}

.reiki-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.reiki-card li {
  position: relative;
  padding-left: 26px;
}

.reiki-card li::before {
  position: absolute;
  left: 0;
  color: var(--deep);
  font-weight: 850;
  content: "✓";
}

.session-note {
  color: var(--muted);
}

.impulse-button {
  min-height: 42px;
  background: var(--deep);
  color: #fff;
  box-shadow: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-row .button {
  flex: 1 1 190px;
}

.light-button {
  border: 1px solid rgba(24, 58, 67, 0.22);
  background: #fff;
  color: var(--deep);
}

.offer-panel > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.1rem;
}

.offer-panel h2 {
  max-width: 720px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.offer-panel .eyebrow,
.offer-panel h2,
.offer-panel > p,
.offer-panel .button {
  grid-column: 1;
}

.offer-panel dl {
  grid-row: 1 / span 5;
  grid-column: 2;
  margin: 0;
  border-top: 1px solid var(--line);
}

.offer-panel dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--deep);
  font-weight: 850;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: var(--muted);
}

.dark-button {
  width: fit-content;
  margin-top: 0;
  background: var(--deep) !important;
  color: #fff !important;
}

.highlight-line {
  display: inline-block;
  color: var(--deep);
  font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.12em;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  background: var(--warm-white);
}

.about-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 64% 42%;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(24, 58, 67, 0.14);
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
}

.faq-list article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(24, 58, 67, 0.12);
  border-radius: 8px;
  background: var(--warm-white);
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
}

.about p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.photo-placeholder {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.photo-placeholder span {
  color: var(--muted);
  font-weight: 750;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
  background: #213442;
}

.contact h2 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  color: var(--paper);
}

.contact p {
  max-width: 560px;
  color: rgba(250, 248, 244, 0.8);
  font-size: 1.08rem;
}

.contact .eyebrow {
  color: var(--paper);
}

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

.contact-group-title {
  color: var(--paper);
  font-weight: 750;
}

.contact-link {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm-white);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  border-color: rgba(42, 69, 86, 0.34);
  box-shadow: 0 16px 38px rgba(23, 23, 23, 0.08);
}

.contact-link span {
  color: var(--deep);
  font-size: 0.83rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-link strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  overflow-wrap: anywhere;
}

.contact-address strong {
  line-height: 1.35;
}

.contact-hours strong {
  line-height: 1.42;
}

.contact-hours em {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.legal-note {
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--sand-soft);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.legal-page {
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.legal-content {
  max-width: 900px;
}

.legal-content h1 {
  margin-bottom: 34px;
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.legal-content p {
  max-width: 760px;
  color: var(--muted);
}

.legal-content ul {
  max-width: 760px;
  margin: 0 0 24px;
  padding-left: 20px;
  color: var(--muted);
}

.legal-note p {
  max-width: 1120px;
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1fr) minmax(220px, 0.8fr);
  align-items: start;
  gap: 12px 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #eef3f4;
}

.site-footer a {
  color: var(--deep);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.footer-legal {
  justify-content: center;
}

.footer-social {
  justify-content: flex-end;
  text-align: right;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-legal,
  .footer-social {
    justify-content: flex-start;
    text-align: left;
  }

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

  .header-cta {
    display: none;
  }

  .desktop-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 18px;
    right: 18px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 18px 44px rgba(24, 58, 67, 0.16);
  }

  body.nav-open .desktop-nav {
    display: grid;
  }

  .desktop-nav a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
  }

  .desktop-nav a:last-child {
    border-bottom: 0;
  }

  .intro-band,
  .card-grid,
  .timeline,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-column,
  .offer-panel,
  .offer-secondary,
  .small-offers-grid,
  .overview-grid,
  .reiki-panel,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-panel {
    grid-row: auto;
  }

  .overview-grid div,
  .overview-grid div:nth-child(even),
  .overview-grid div:nth-child(odd) {
    padding: 20px;
    border-right: 0;
  }

  .offer-panel .eyebrow,
  .offer-panel h2,
  .offer-panel .offer-copy,
  .offer-panel .button,
  .offer-panel dl,
  .offer-overview {
    grid-column: auto;
    grid-row: auto;
  }

  .offer-secondary dl {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
  }

  .brand {
    max-width: 190px;
  }

  .brand-logo {
    width: min(48vw, 196px);
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: calc(88svh - 68px);
  }

  .hero-content {
    width: min(100% - 32px, 640px);
    margin-inline: 16px;
    padding: 54px 0 58px;
  }

  .hero h1 span:last-child {
    white-space: normal;
  }

  h1 {
    font-size: clamp(1.92rem, 9.4vw, 3.15rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    padding-block: 12px;
  }

  .offer-detail {
    padding-inline: clamp(18px, 5vw, 72px);
  }

  .offer-main,
  .small-offers-grid,
  .booking-options,
  .offer-main-card,
  .offer-overview,
  .overview-grid,
  .overview-grid div,
  .offer-body,
  .suitability-list,
  .price-panel {
    max-width: 100%;
    min-width: 0;
  }

  .offer-panel,
  .offer-secondary,
  .mini-reiki-card,
  .small-offer-card {
    padding: 24px;
  }

  .offer-main-card {
    padding: 22px;
  }

  .offer-overview {
    padding: 18px;
  }

  .overview-grid div,
  .overview-grid div:nth-child(even),
  .overview-grid div:nth-child(odd) {
    padding: 18px;
  }

  .offer-body p,
  .suitability-list p,
  .price-panel p,
  .overview-grid strong,
  .overview-grid span {
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .price-panel .button,
  .offer-main-card .button {
    width: 100%;
    max-width: 100%;
  }

  .button-row {
    display: grid;
  }

  .intro-band,
  .card-grid,
  .timeline,
  .testimonial-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: auto;
  }

  .offer-panel dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .offer-secondary dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .photo-placeholder {
    min-height: 320px;
  }
}
