:root {
  color-scheme: light;
  --ink: #2c2520;
  --muted: #76675e;
  --paper: #fbf4ec;
  --sand: #ead9c9;
  --sand-soft: #f5e9de;
  --rose: #d9a7a2;
  --rose-soft: #f6ddda;
  --cocoa: #8a614c;
  --cocoa-dark: #5b3f33;
  --cream: #fffaf5;
  --line: rgba(91, 63, 51, 0.16);
  --shadow: 0 24px 60px rgba(91, 63, 51, 0.13);
}

* {
  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;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(251, 244, 236, 0.86);
  border-bottom: 1px solid rgba(255, 250, 245, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--cocoa-dark);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 26px);
  color: #4d3d34;
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-action {
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--cocoa-dark);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 112px clamp(20px, 6vw, 84px) 70px;
}

.hero.page-hero {
  min-height: 58vh;
}

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

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 67% center;
  filter: saturate(0.84) sepia(0.1);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 244, 236, 0.98) 0%, rgba(251, 244, 236, 0.86) 43%, rgba(251, 244, 236, 0.18) 78%),
    linear-gradient(0deg, rgba(232, 213, 195, 0.52), rgba(246, 221, 218, 0.1) 48%);
}

.hero-content {
  position: relative;
  max-width: 720px;
  padding-top: 3vh;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--cocoa);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  font-weight: 700;
}

h1 {
  max-width: 13ch;
  font-size: clamp(3.7rem, 8vw, 7.5rem);
}

.hero-name {
  margin: 0 0 10px;
  color: var(--cocoa);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.05;
}

.page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4.2rem);
}

.content-block h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.08;
}

h3 {
  margin: 0;
  font-size: 1.05rem;
}

.hero p:not(.eyebrow),
.section-copy p,
.membership p,
.booking p,
.content-block p,
.service-detail p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions,
.membership {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button.primary {
  background: var(--cocoa-dark);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 250, 245, 0.76);
  border-color: var(--line);
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--cocoa-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.intro div {
  min-height: 160px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--cream);
}

.stat {
  display: block;
  margin-bottom: 10px;
  color: var(--cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
}

.intro p,
.service-card p,
.feature-list p,
blockquote,
footer,
.detail-list li {
  color: var(--muted);
  line-height: 1.65;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 122px) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.split.compact {
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.38fr);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
blockquote,
.content-block,
.service-detail,
.tier-card {
  min-height: 188px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 16px 34px rgba(91, 63, 51, 0.07);
}

.service-card {
  display: block;
}

.service-card:hover {
  border-color: rgba(138, 97, 76, 0.34);
  transform: translateY(-2px);
}

.service-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.service-top span {
  color: var(--cocoa);
  font-weight: 850;
  text-align: right;
}

.band {
  background: linear-gradient(180deg, var(--sand-soft), var(--rose-soft));
}

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

.feature-list,
.review-grid,
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-list div {
  padding: 2px 28px 0 0;
  border-right: 1px solid rgba(138, 97, 76, 0.22);
}

.feature-list div:last-child {
  border-right: 0;
}

.membership {
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.membership div {
  max-width: 760px;
}

blockquote {
  margin: 0;
  font-size: 1.02rem;
}

cite {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.service-detail {
  min-height: 0;
}

.tier-card {
  min-height: 220px;
}

.tier-card .price {
  display: block;
  margin: 18px 0 10px;
  color: var(--cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.booking {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 84px);
  background: var(--cocoa-dark);
  color: #fff;
}

.booking-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: clamp(30px, 6vw, 80px);
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: center;
}

.booking-inner > * {
  min-width: 0;
  max-width: 100%;
}

.booking .eyebrow,
.booking p {
  color: rgba(255, 255, 255, 0.8);
}

.booking h2 {
  max-width: 100%;
}

.contact-card {
  display: grid;
  gap: 6px;
  max-width: 520px;
  margin: 24px 0 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-card p {
  margin: 0;
}

.contact-card a,
footer a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-card strong {
  color: #fff;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-button {
  min-height: 43px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.booking-photo {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.booking-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 28px clamp(20px, 6vw, 84px);
  background: #2a201b;
  color: rgba(255, 255, 255, 0.72);
}

footer p {
  margin: 0;
}

footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 920px) {
  nav {
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav a:not(.nav-action) {
    display: none;
  }

  .hero {
    min-height: 86vh;
    padding-top: 102px;
  }

  .hero.page-hero {
    min-height: 58vh;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 244, 236, 0.98) 0%, rgba(251, 244, 236, 0.86) 48%, rgba(251, 244, 236, 0.2) 100%);
  }

  .hero img {
    object-position: 70% center;
  }

  h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .page-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.1rem);
  }

  .intro,
  .split,
  .split.compact,
  .service-grid,
  .feature-list,
  .review-grid,
  .tier-grid,
  .content-grid,
  .booking-inner {
    grid-template-columns: 1fr;
  }

  .booking-inner {
    width: 100%;
    max-width: 100%;
  }

  .booking h2,
  .booking p,
  .booking .eyebrow,
  .contact-card,
  .contact-actions {
    max-width: 100%;
  }

  .intro div {
    min-height: auto;
  }

  .feature-list div {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(138, 97, 76, 0.22);
  }

  .feature-list div:last-child {
    border-bottom: 0;
  }

  .membership {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 14px;
  }

  .brand {
    max-width: 70%;
    font-size: 0.98rem;
  }

  .brand span:last-child {
    white-space: normal;
    line-height: 1.08;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
  }

  .nav-action {
    padding: 8px 13px;
  }

  .hero {
    padding-inline: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section-shell {
    width: min(100% - 32px, 1160px);
  }

  .service-card,
  blockquote,
  .content-block,
  .service-detail,
  .tier-card {
    padding: 22px;
  }

  .service-top {
    display: grid;
  }

  .service-top span {
    text-align: left;
  }
}
