:root {
  --bg: #f8f6f2;
  --dark: #2c2c2c;
  --accent-primary: #7a8f6c;
  --accent-secondary: #c9a96e;
  --accent-tertiary: #d4c5b2;
  --text-light: #3a3a3a;
  --text-dark: #f0ece4;
  --surface: #fcfaf7;
  --surface-soft: #f3ede4;
  --surface-taupe: #e7ddcf;
  --shadow-soft: 0 18px 40px rgba(44, 44, 44, 0.08);
  --radius-lg: 1.15rem;
  --radius-md: 0.85rem;
  --radius-sm: 0.55rem;
  --container: 72rem;
  --border: 1px solid rgba(122, 143, 108, 0.25);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text-light);
  font-family: "Lato", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(100% - 2.25rem, var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(4rem, 8vw, 6.8rem);
  scroll-margin-top: 6rem;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: clamp(2rem, 4vw, 2.8rem);
}

.section-label {
  margin-bottom: 0.7rem;
  color: var(--accent-primary);
  font-family: "Didact Gothic", "Lato", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.section-title {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.08;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.8rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 260ms ease, color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent-primary);
  border-color: var(--accent-primary);
  color: var(--text-dark);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #6e8161;
  border-color: #6e8161;
}

.btn-secondary {
  background: var(--accent-secondary);
  border-color: var(--accent-secondary);
  color: #252321;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #bb9a61;
  border-color: #bb9a61;
}

.btn-outline {
  border-color: rgba(58, 58, 58, 0.42);
  color: var(--text-light);
  background: transparent;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.text-link {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--accent-primary);
  text-underline-offset: 0.28em;
  text-decoration-thickness: 1px;
  transition: color 220ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #5f7453;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(212, 197, 178, 0.58);
  background: rgba(248, 246, 242, 0.87);
  backdrop-filter: blur(10px);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.6rem;
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.25rem);
}

.site-nav > a {
  font-size: 0.94rem;
  text-decoration: none;
  color: rgba(58, 58, 58, 0.96);
  transition: color 220ms ease;
}

.site-nav > a:hover,
.site-nav > a:focus-visible {
  color: var(--accent-primary);
}

.site-nav > .btn {
  color: var(--text-dark);
}

.site-nav > .btn:hover,
.site-nav > .btn:focus-visible {
  color: var(--text-dark);
}

.nav-cta {
  margin-left: 0.4rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(58, 58, 58, 0.26);
  background: transparent;
  color: var(--text-light);
  width: 2.6rem;
  height: 2.6rem;
}

.nav-toggle i {
  width: 1.15rem;
  height: 1.15rem;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: min(95svh, 48rem);
  padding-block: clamp(7.8rem, 15svh, 10rem) clamp(4.6rem, 10svh, 6.4rem);
  background:
    linear-gradient(100deg, rgba(43, 40, 35, 0.68), rgba(43, 40, 35, 0.33) 52%, rgba(43, 40, 35, 0.16)),
    url("/images/examples/kowhai-wellness/hero-spa.jpg") center 45% / cover no-repeat;
  color: #f8f5ed;
}

.texture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.09) 0.5px, transparent 0.6px),
    radial-gradient(circle at 80% 70%, rgba(58, 58, 58, 0.08) 0.45px, transparent 0.56px);
  background-size: 4px 4px;
  opacity: 0.14;
  pointer-events: none;
}

.hero-content {
  max-width: 33rem;
}

.hero .section-label {
  margin-bottom: 0.95rem;
  color: rgba(240, 236, 228, 0.84);
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.75rem);
}

.hero-subline {
  margin-top: 1rem;
  max-width: 31rem;
  font-size: clamp(1rem, 2.7vw, 1.26rem);
  line-height: 1.55;
}

.hero .btn {
  margin-top: 1.75rem;
}

.hero-note {
  margin-top: 0.95rem;
  max-width: 24rem;
  font-size: 0.95rem;
  color: rgba(240, 236, 228, 0.84);
}

.intro-strip {
  padding-block: clamp(2.6rem, 6vw, 4rem);
  border-top: 1px solid rgba(212, 197, 178, 0.48);
  border-bottom: 1px solid rgba(212, 197, 178, 0.48);
  background: #faf8f4;
}

.intro-inner {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.intro-inner p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 1.25;
}

.botanical-accent {
  width: clamp(8rem, 26vw, 11rem);
  margin-inline: auto;
  margin-bottom: 1rem;
  fill: none;
  stroke: rgba(122, 143, 108, 0.55);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.treatment-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.treatment-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.55rem;
  border: var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 8px 18px rgba(44, 44, 44, 0.03);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.treatment-card:hover,
.treatment-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(122, 143, 108, 0.46);
  box-shadow: var(--shadow-soft);
}

.card-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 143, 108, 0.14);
  color: var(--accent-primary);
}

.card-icon i {
  width: 1rem;
  height: 1rem;
}

.treatment-card h3 {
  font-size: 1.58rem;
}

.treatment-card p {
  max-width: 27ch;
}

.price-line {
  color: rgba(58, 58, 58, 0.9);
  font-size: 0.94rem;
  font-weight: 500;
}

.section-dark {
  background: var(--dark);
  color: var(--text-dark);
}

.section-dark .section-label {
  color: #c9d5be;
}

.about-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.about-copy {
  display: grid;
  gap: 1.15rem;
}

.about-copy p {
  max-width: 55ch;
}

.about-media {
  margin: 0;
}

.about-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(240, 236, 228, 0.2);
}

.expect-grid {
  display: grid;
  gap: 1.05rem;
}

.expect-step {
  position: relative;
  padding: 1.3rem 1.25rem 1.2rem;
  border: var(--border);
  border-radius: var(--radius-md);
  background: #fbf9f4;
}

.step-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  color: var(--accent-primary);
}

.step-top i {
  width: 1rem;
  height: 1rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 143, 108, 0.48);
  background: #f7f2e9;
  font-size: 0.84rem;
  font-weight: 600;
}

.expect-step h3 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

.testimonials {
  background: var(--surface-taupe);
}

.testimonial-grid {
  display: grid;
  gap: 1rem;
}

.testimonial-card {
  margin: 0;
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(58, 58, 58, 0.09);
  border-radius: var(--radius-md);
  background: rgba(248, 246, 242, 0.78);
}

.testimonial-card p {
  font-size: 1.06rem;
}

.testimonial-card cite {
  font-style: normal;
  color: rgba(58, 58, 58, 0.74);
}

.info-grid {
  display: grid;
  gap: 1rem;
}

.info-panel {
  border: var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 1.45rem;
}

.info-panel h3 {
  margin-bottom: 1rem;
  font-size: 1.64rem;
}

.info-list {
  display: grid;
  gap: 0.8rem;
}

.info-list li {
  display: grid;
  gap: 0.15rem;
  padding-bottom: 0.72rem;
  border-bottom: 1px solid rgba(212, 197, 178, 0.45);
}

.info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-list span {
  color: rgba(58, 58, 58, 0.7);
  font-size: 0.87rem;
  letter-spacing: 0.05em;
}

.info-list strong,
.info-list a {
  color: var(--text-light);
  font-weight: 500;
  text-decoration: none;
}

.policy-list {
  display: grid;
  gap: 0.72rem;
}

.policy-list li {
  padding-left: 1rem;
  position: relative;
}

.policy-list li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(122, 143, 108, 0.72);
}

.gift-callout .callout-inner {
  max-width: 41rem;
  text-align: center;
}

.gift-callout .section-title {
  margin-bottom: 0.8rem;
}

.gift-callout p {
  margin-inline: auto;
  max-width: 34rem;
}

.gift-callout .btn {
  margin-top: 1.5rem;
}

.final-cta {
  position: relative;
  border-top: 1px solid rgba(212, 197, 178, 0.52);
  border-bottom: 1px solid rgba(212, 197, 178, 0.52);
}

.final-cta-inner {
  max-width: 42rem;
}

.final-cta .section-title {
  margin-bottom: 0.7rem;
}

.final-cta p {
  margin-bottom: 1.45rem;
}

.site-footer {
  background: #242424;
  color: #e8e1d5;
  padding-top: 3rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.footer-block {
  display: grid;
  gap: 0.3rem;
}

.footer-block h2 {
  font-size: 1.6rem;
}

.footer-block a {
  text-decoration: none;
  color: inherit;
}

.footer-links {
  align-content: start;
  gap: 0.6rem;
}

.footer-bottom {
  margin-top: 2.2rem;
  border-top: 1px solid rgba(240, 236, 228, 0.16);
  padding-block: 1rem 1.4rem;
  color: rgba(240, 236, 228, 0.76);
  font-size: 0.9rem;
}

.inner-main {
  min-height: calc(100vh - 4.6rem);
}

.inner-hero {
  padding-block: clamp(5.8rem, 12vw, 7rem) 2.4rem;
}

.inner-hero .section-label {
  margin-bottom: 0.55rem;
}

.inner-hero p {
  max-width: 38rem;
}

.booking-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.booking-card {
  border: var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: clamp(1.2rem, 3vw, 1.7rem);
  box-shadow: 0 10px 24px rgba(44, 44, 44, 0.05);
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.booking-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.booking-form legend {
  margin-bottom: 0.45rem;
  padding: 0;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.form-group {
  display: grid;
  gap: 0.45rem;
}

.form-group label {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border-radius: 0.7rem;
  border: 1px solid rgba(58, 58, 58, 0.23);
  background: #fff;
  color: var(--text-light);
  font: inherit;
  padding: 0.78rem 0.9rem;
}

.booking-form textarea {
  min-height: 6.8rem;
  resize: vertical;
}

.booking-form input:focus-visible,
.booking-form select:focus-visible,
.booking-form textarea:focus-visible {
  outline: 2px solid rgba(122, 143, 108, 0.5);
  outline-offset: 1px;
  border-color: rgba(122, 143, 108, 0.62);
}

.field-grid {
  display: grid;
  gap: 0.8rem;
}

.choice-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(8.2rem, 1fr));
}

.choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(58, 58, 58, 0.24);
  background: #fff;
  font-size: 0.92rem;
  text-align: center;
  padding-inline: 0.6rem;
  cursor: pointer;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.choice-card:hover {
  transform: translateY(-1px);
}

.choice-input:checked + .choice-card {
  border-color: rgba(122, 143, 108, 0.8);
  background: rgba(122, 143, 108, 0.14);
  color: #2f3a2a;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
}

.consent-row input {
  width: auto;
  margin-top: 0.22rem;
}

.submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.submit-note {
  font-size: 0.86rem;
  color: rgba(58, 58, 58, 0.66);
}

.booking-form button:disabled {
  cursor: progress;
  opacity: 0.82;
}

.booking-aside h3 {
  margin-bottom: 0.85rem;
  font-size: 1.68rem;
}

.booking-summary {
  display: grid;
  gap: 0.7rem;
}

.booking-summary li {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  border-bottom: 1px solid rgba(212, 197, 178, 0.55);
  padding-bottom: 0.6rem;
}

.booking-summary span {
  color: rgba(58, 58, 58, 0.71);
}

.booking-summary strong {
  text-align: right;
  font-weight: 500;
}

.aside-image {
  margin-top: 1rem;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.aside-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-center {
  min-height: calc(100svh - 4.6rem);
  display: grid;
  place-items: center;
  padding-block: 3rem;
}

.placeholder-card {
  width: min(100% - 2.2rem, 40rem);
  border: var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 12px 28px rgba(44, 44, 44, 0.06);
}

.placeholder-card .section-title {
  margin-bottom: 0.8rem;
}

.placeholder-card p {
  margin-bottom: 0.8rem;
}

.placeholder-card .btn {
  margin-top: 0.55rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 44rem) {
  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.1fr 1.1fr 0.8fr;
  }

  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 60rem) {
  .treatment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }

  .expect-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .expect-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.8rem;
    right: -0.7rem;
    width: 1.4rem;
    border-top: 1px solid rgba(122, 143, 108, 0.45);
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .booking-layout {
    grid-template-columns: 1.3fr 0.9fr;
  }
}

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

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

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0.9rem;
    padding: 1.1rem;
    background: rgba(248, 246, 242, 0.98);
    border-bottom: 1px solid rgba(212, 197, 178, 0.58);
    transform-origin: top;
    transform: scaleY(0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-nav.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-cta {
    margin-left: 0;
    width: fit-content;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Homepage Recompose */
.hero-editorial {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  min-height: auto;
  padding-block: clamp(6.2rem, 12vw, 8.8rem) clamp(4rem, 8vw, 5.8rem);
  background: linear-gradient(140deg, #f7f2ea 0%, #f3ebe0 55%, #f8f6f2 100%);
  color: var(--text-light);
}

.hero-editorial::before {
  content: "";
  position: absolute;
  inset: -18% 48% 35% -20%;
  z-index: -3;
  background: radial-gradient(circle at 72% 32%, rgba(122, 143, 108, 0.2), rgba(122, 143, 108, 0.02) 58%);
}

.hero-editorial::after {
  content: "";
  position: absolute;
  inset: 28% -18% -25% 42%;
  z-index: -3;
  background: radial-gradient(circle at 30% 38%, rgba(201, 169, 110, 0.22), rgba(201, 169, 110, 0.02) 60%);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.16;
  background:
    linear-gradient(120deg, rgba(44, 44, 44, 0.28), rgba(44, 44, 44, 0.06)),
    url("/images/examples/kowhai-wellness/zen-stones-bamboo-water.jpg") center / cover no-repeat;
  mix-blend-mode: multiply;
}

.hero-shell {
  display: grid;
  gap: clamp(1.8rem, 5vw, 3rem);
  align-items: center;
}

.hero-copy {
  max-width: 34rem;
}

.hero-copy .section-label {
  margin-bottom: 0.9rem;
  color: var(--accent-primary);
}

.hero-editorial h1 {
  font-size: clamp(2.7rem, 7vw, 5rem);
}

.hero-subline {
  margin-top: 1rem;
  max-width: 32ch;
  font-size: clamp(1.03rem, 2.8vw, 1.24rem);
  line-height: 1.6;
}

.hero-copy .btn {
  margin-top: 1.65rem;
}

.hero-note {
  margin-top: 0.95rem;
  max-width: 28ch;
  color: rgba(58, 58, 58, 0.76);
}

.hero-frame {
  margin: 0;
  position: relative;
  width: min(100%, 33.5rem);
  justify-self: end;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(58, 58, 58, 0.17);
  box-shadow: 0 32px 56px rgba(44, 44, 44, 0.16);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.03), rgba(44, 44, 44, 0.24));
}

.hero-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-accent {
  position: absolute;
  width: clamp(9rem, 16vw, 12rem);
  bottom: clamp(1.5rem, 4vw, 2.6rem);
  left: clamp(1.2rem, 5vw, 5rem);
  fill: none;
  stroke: rgba(122, 143, 108, 0.52);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-pause {
  border-top: 1px solid rgba(212, 197, 178, 0.72);
  border-bottom: 1px solid rgba(212, 197, 178, 0.72);
  background: #fbf8f4;
  padding-block: clamp(2.7rem, 8vw, 5rem);
}

.intro-pause-inner {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
}

.intro-pause-inner .botanical-accent {
  margin-bottom: 1.2rem;
}

.intro-pause-inner p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3.8vw, 2.3rem);
  line-height: 1.3;
}

.treatments-feature {
  position: relative;
  padding-block: clamp(4.5rem, 10vw, 8rem);
  background: linear-gradient(180deg, #f8f6f2 0%, #f2ebe1 48%, #f8f6f2 100%);
}

.treatments-feature::before {
  content: "";
  position: absolute;
  inset: 4rem 4vw auto;
  height: 1px;
  background: rgba(212, 197, 178, 0.68);
}

.treatments-layout {
  display: grid;
  gap: clamp(1.7rem, 5vw, 3.3rem);
  align-items: start;
}

.treatments-intro {
  display: grid;
  gap: 1rem;
}

.treatments-intro .section-title {
  max-width: 14ch;
}

.treatments-support {
  max-width: 31ch;
  color: rgba(58, 58, 58, 0.8);
}

.treatments-image {
  margin: 0.7rem 0 0;
  width: min(100%, 19rem);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(58, 58, 58, 0.14);
}

.treatments-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.treatments-menu {
  border: 1px solid rgba(58, 58, 58, 0.12);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(252, 250, 247, 0.84);
  padding-inline: clamp(0.2rem, 1.8vw, 1.25rem);
}

.treatment-menu-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem 1rem;
  align-items: start;
  padding-block: 1.35rem;
  border-bottom: 1px solid rgba(58, 58, 58, 0.12);
}

.treatment-menu-item:last-child {
  border-bottom: 0;
}

.menu-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-primary);
  background: rgba(122, 143, 108, 0.12);
}

.menu-icon i {
  width: 0.96rem;
  height: 0.96rem;
}

.menu-copy h3 {
  font-size: clamp(1.6rem, 3vw, 2rem);
}

.menu-copy p {
  margin-top: 0.35rem;
  max-width: 50ch;
}

.menu-meta {
  grid-column: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.about-cinematic {
  position: relative;
  overflow: hidden;
}

.about-cinematic::before {
  content: "";
  position: absolute;
  inset: auto -10% -32% 44%;
  height: 60%;
  background: radial-gradient(circle at top, rgba(201, 169, 110, 0.16), transparent 62%);
}

.about-cinematic-grid {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.8rem);
  align-items: center;
}

.about-copy {
  display: grid;
  gap: 1.15rem;
  position: relative;
  z-index: 1;
}

.about-copy .section-title {
  max-width: 14ch;
}

.about-copy p {
  max-width: 56ch;
}

.about-media-stack {
  display: grid;
  gap: 1rem;
}

.about-media-stack figure {
  margin: 0;
}

.about-main-image img {
  width: 100%;
  border-radius: 1.2rem;
  border: 1px solid rgba(240, 236, 228, 0.22);
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.about-detail-image {
  width: min(100%, 15.5rem);
}

.about-detail-image img {
  width: 100%;
  border-radius: 0.95rem;
  border: 1px solid rgba(240, 236, 228, 0.18);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.expect-ritual {
  background: #fcfaf6;
}

.expect-layout {
  display: grid;
  gap: clamp(1.4rem, 4vw, 2.5rem);
}

.expect-intro .section-title {
  max-width: 13ch;
}

.ritual-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.ritual-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding-block: 1.2rem;
}

.ritual-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0.86rem;
  top: 3.2rem;
  bottom: -0.3rem;
  width: 1px;
  background: rgba(122, 143, 108, 0.38);
}

.ritual-marker {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  color: var(--accent-primary);
}

.ritual-marker i {
  width: 0.92rem;
  height: 0.92rem;
}

.ritual-copy h3 {
  font-size: 1.65rem;
  margin-bottom: 0.35rem;
}

.testimonials-editorial {
  background: var(--surface-taupe);
}

.narrow-heading {
  max-width: 34rem;
}

.testimonials-layout {
  display: grid;
  gap: 1rem;
}

.testimonial-featured,
.testimonial-compact {
  margin: 0;
  border: 1px solid rgba(58, 58, 58, 0.1);
  border-radius: 1rem;
  background: rgba(248, 246, 242, 0.78);
}

.testimonial-featured {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  display: grid;
  gap: 1.15rem;
}

.testimonial-featured p {
  font-size: clamp(1.22rem, 2vw, 1.52rem);
  line-height: 1.45;
}

.testimonial-featured cite,
.testimonial-compact cite {
  font-style: normal;
  color: rgba(58, 58, 58, 0.74);
}

.testimonial-side {
  display: grid;
  gap: 1rem;
}

.testimonial-compact {
  padding: 1.3rem 1.35rem;
  display: grid;
  gap: 0.9rem;
}

.practical-concierge {
  background: #f9f6f1;
}

.concierge-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.concierge-details {
  display: grid;
  gap: 1rem;
}

.concierge-details .section-title {
  max-width: 15ch;
}

.concierge-details h3,
.concierge-policies h3 {
  font-size: 1.7rem;
}

.details-list {
  display: grid;
  gap: 0.8rem;
}

.details-list li {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.78rem;
  border-bottom: 1px solid rgba(212, 197, 178, 0.52);
}

.details-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.details-list span {
  font-family: "Didact Gothic", "Lato", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(58, 58, 58, 0.63);
  font-size: 0.74rem;
}

.details-list strong,
.details-list a {
  color: var(--text-light);
  font-weight: 500;
  text-decoration: none;
}

.concierge-policies {
  border: 1px solid rgba(122, 143, 108, 0.24);
  border-radius: 1.05rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: var(--surface-soft);
}

.concierge-policies .policy-list {
  margin-top: 0.95rem;
}

.gift-campaign {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.gift-image-wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background:
    linear-gradient(140deg, rgba(44, 44, 44, 0.7), rgba(44, 44, 44, 0.38)),
    url("/images/examples/kowhai-wellness/spa-candles-towels.jpg") center / cover no-repeat;
}

.gift-campaign-inner {
  max-width: 41rem;
  margin-inline: auto;
  text-align: center;
}

.gift-campaign .section-label {
  color: rgba(201, 169, 110, 0.9);
}

.gift-campaign .section-title {
  margin-bottom: 0.82rem;
}

.gift-campaign p {
  max-width: 34rem;
  margin-inline: auto;
}

.gift-campaign .btn {
  margin-top: 1.45rem;
}

.final-invitation {
  background: linear-gradient(180deg, #f8f5ef 0%, #f6f1e7 100%);
}

.invitation-shell {
  display: grid;
  gap: 1.2rem;
  align-items: center;
  border: 1px solid rgba(212, 197, 178, 0.65);
  border-radius: 1.25rem;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.88)),
    url("/images/examples/kowhai-wellness/spa-reception.jpg") center / cover no-repeat;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  box-shadow: 0 16px 36px rgba(44, 44, 44, 0.08);
}

.invitation-copy .section-title {
  margin-bottom: 0.58rem;
}

.invitation-copy p {
  max-width: 34ch;
}

.invitation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer {
  background: #242424;
  color: #e8e1d5;
  padding-top: 0;
}

.footer-top {
  padding-top: 1.9rem;
  border-top: 1px solid rgba(240, 236, 228, 0.14);
}

.footer-accent {
  width: 8.2rem;
  fill: none;
  stroke: rgba(201, 169, 110, 0.62);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.2rem;
}

.footer-block {
  display: grid;
  gap: 0.36rem;
}

.footer-block p {
  margin: 0;
}

.footer-block a {
  text-decoration: none;
  color: inherit;
}

.footer-links {
  align-content: start;
  gap: 0.6rem;
}

@media (min-width: 48rem) {
  .hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.8fr);
  }

  .testimonials-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: start;
  }

  .concierge-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.4rem;
  }

  .invitation-shell {
    grid-template-columns: minmax(0, 1.2fr) auto;
    justify-content: space-between;
  }

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

@media (min-width: 64rem) {
  .hero-shell {
    gap: 4rem;
  }

  .hero-copy {
    padding-block: 1.3rem;
  }

  .treatments-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 4rem);
  }

  .treatments-intro {
    position: sticky;
    top: 6.3rem;
  }

  .treatment-menu-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem 1.25rem;
    padding-block: 1.5rem;
  }

  .menu-meta {
    grid-column: 3;
    align-self: center;
    text-align: right;
    display: grid;
    justify-items: end;
    gap: 0.38rem;
  }

  .menu-copy h3 {
    line-height: 1.06;
  }

  .about-cinematic-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3.1rem;
  }

  .about-media-stack {
    position: relative;
    justify-items: end;
  }

  .about-main-image {
    width: min(100%, 34rem);
  }

  .about-detail-image {
    position: absolute;
    left: 0;
    bottom: -1.55rem;
    width: 15rem;
  }

  .expect-layout {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 2.5rem;
    align-items: start;
  }

  .ritual-flow {
    border-left: 1px solid rgba(122, 143, 108, 0.24);
    padding-left: 1.6rem;
  }
}

@media (max-width: 47.99rem) {
  .hero-frame {
    justify-self: start;
  }

  .hero-accent {
    display: none;
  }

  .treatments-menu {
    padding-inline: 0.8rem;
  }

  .menu-meta {
    grid-column: 1 / -1;
    margin-left: 2.9rem;
  }

}
