:root {
  --rose: #d8a6a1;
  --rose-deep: #9b5f62;
  --sand: #ead8c8;
  --cream: #fbf7f1;
  --paper: #fffdf8;
  --sage: #78946f;
  --leaf: #3f624b;
  --earth: #8e5f50;
  --ink: #2d2a25;
  --muted: #746b62;
  --line: rgba(63, 98, 75, 0.18);
  --shadow: 0 18px 45px rgba(45, 42, 37, 0.12);
  --header: 74px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 8px;
}

.skip-link:focus {
  top: 16px;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--leaf);
  white-space: nowrap;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 30%, var(--rose) 0 16%, transparent 17%),
    linear-gradient(135deg, var(--sage), var(--leaf));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
  flex-wrap: wrap;
}

.site-nav a {
  padding: 6px 0;
}

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.header-cta {
  border: 1px solid var(--sage);
  color: var(--leaf);
  white-space: nowrap;
}

.button-primary {
  color: var(--paper);
  background: var(--leaf);
  box-shadow: 0 14px 28px rgba(63, 98, 75, 0.28);
}

.button-secondary {
  color: var(--paper);
  background: var(--earth);
}

.button-light {
  color: var(--paper);
  border: 1px solid rgba(255, 253, 248, 0.72);
  background: rgba(255, 253, 248, 0.12);
}

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

.hero {
  min-height: calc(88svh - var(--header));
  max-height: 780px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--leaf);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(24, 37, 30, 0.82) 0%, rgba(24, 37, 30, 0.48) 45%, rgba(24, 37, 30, 0.12) 100%),
    linear-gradient(0deg, rgba(24, 37, 30, 0.52), rgba(24, 37, 30, 0.08) 48%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 112px);
  padding: 64px 0;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 14px;
  color: var(--rose-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3d6d1;
}

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

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

h1 {
  font-size: clamp(3.3rem, 8vw, 7.4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  max-width: 920px;
}

h3 {
  font-size: 1.25rem;
}

.hero-statement {
  max-width: 760px;
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.2vw, 3rem);
  line-height: 1.12;
}

.hero-copy {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  padding: clamp(68px, 9vw, 128px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  background: var(--cream);
}

.intro-grid,
.split,
.community-grid,
.final-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
}

.intro-copy,
.feature-copy,
.community-copy,
.final-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-copy p,
.feature-copy p,
.community-copy p,
.final-copy p {
  margin: 0 0 16px;
}

.feature-photo,
.ritual-photo {
  margin: 0;
}

.feature-photo img,
.ritual-photo img,
.community-photos img,
.retreat-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-photo img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.activity-list span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--leaf);
  background: #f6f0ea;
  font-weight: 700;
  font-size: 0.92rem;
}

.benefits {
  background: #eef4ea;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.with-action {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
}

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

.benefit-grid article,
.retreat-card,
.testimonial-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 10px 28px rgba(63, 98, 75, 0.08);
}

.benefit-grid article {
  padding: 24px;
}

.benefit-grid p,
.retreat-card p,
.testimonial-panel p {
  margin: 10px 0 0;
  color: var(--muted);
}

.community {
  background: var(--paper);
}

.community-photos {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 14px;
  align-items: stretch;
}

.community-photos img:first-child {
  aspect-ratio: 3 / 4;
  object-position: 50% 46%;
}

.community-photos img:last-child {
  aspect-ratio: 3 / 4;
  margin-top: 58px;
}

.rituals {
  background: var(--cream);
}

.rituals-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
}

.rituals-grid p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

.ritual-photo img {
  aspect-ratio: 4 / 5;
}

.ritual-photo:first-child img {
  object-position: 45% 50%;
}

.retreats {
  background: var(--paper);
}

.retreat-card {
  overflow: hidden;
}

.retreat-card img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
}

.retreat-card div {
  padding: 22px;
}

.retreat-card .card-label {
  margin-bottom: 8px;
  color: var(--leaf);
}

.testimonials {
  background: #f5ede8;
}

.testimonial-panel {
  padding: clamp(24px, 4vw, 44px);
  font-size: 1.12rem;
}

.testimonial-panel p:first-child {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.22;
  color: var(--ink);
}

.soft-note {
  font-size: 0.98rem;
}

.final-cta {
  background: var(--leaf);
  color: var(--paper);
}

.final-cta .section-kicker {
  color: #f1d5cf;
}

.final-copy {
  color: rgba(255, 253, 248, 0.86);
}

.final-copy .button-primary {
  margin-top: 8px;
  color: var(--leaf);
  background: var(--paper);
  box-shadow: none;
}

.contact-line {
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--leaf);
  font-weight: 700;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .intro-grid,
  .split,
  .community-grid,
  .final-grid,
  .testimonial-grid,
  .rituals-grid {
    grid-template-columns: 1fr;
  }

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

  .with-action {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .rituals-grid .ritual-photo:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --header: 116px;
  }

  .site-header {
    gap: 12px;
    padding: 12px 18px;
  }

  .brand {
    font-size: 1.18rem;
  }

  .header-cta {
    padding: 10px 12px;
    min-height: 40px;
  }

  .site-nav {
    gap: 12px 16px;
    font-size: 0.88rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: calc(76svh - var(--header));
  }

  .hero-image {
    object-position: 58% 50%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(24, 37, 30, 0.82) 0%, rgba(24, 37, 30, 0.5) 58%, rgba(24, 37, 30, 0.15) 100%);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: auto 18px 0;
    padding: 64px 0 36px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
  }

  .hero-statement {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

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

  .benefit-grid,
  .retreat-grid,
  .community-photos {
    grid-template-columns: 1fr;
  }

  .community-photos img:last-child {
    margin-top: 0;
  }

  .section {
    padding: 58px 0;
  }
}
