:root {
  --cream: #f1efe3;
  --paper: #f8f6ed;
  --moss: #50614b;
  --forest: #2f3c2e;
  --sage: #9eaa8f;
  --clay: #a66e54;
  --sand: #ded5c3;
  --ink: #293027;
  --muted: #70776d;
  --line: rgba(41,48,39,.15);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

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

.site-header {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 36px;
  border-bottom: 1px solid var(--line);
  background: rgba(241,239,227,.95);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.desktop-nav {
  display: flex;
  gap: 26px;
  font-size: 12px;
}

.header-cta {
  justify-self: end;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--moss);
}

.eyebrow-light { color: #d0d8c9; }

.hero {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 760px;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.hero-copy {
  padding: 100px 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1,
.section h2,
.rituals-section h2,
.page-hero h1,
.ritual-detail-hero h1,
.booking-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 0;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(64px, 7vw, 108px);
}

.hero-copy > p {
  margin: 28px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: var(--forest);
  color: white;
  border: 1px solid var(--forest);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.button-light {
  background: var(--paper);
  color: var(--forest);
  border-color: var(--paper);
}

.text-link {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
}

.hero-seal {
  margin-top: 60px;
  width: 190px;
  height: 190px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-5deg);
  gap: 5px;
}

.hero-seal strong {
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.hero-seal span {
  font-size: 8px;
  letter-spacing: .15em;
}

.hero-art {
  position: relative;
  padding: 22px;
}

.hero-art > img {
  width: 100%;
  height: 100%;
  min-height: 716px;
  object-fit: cover;
  border-radius: 40% 40% 4% 4% / 20% 20% 4% 4%;
}

.leaf-note {
  position: absolute;
  right: 42px;
  left: 42px;
  bottom: 42px;
  background: rgba(47,60,46,.9);
  color: white;
  padding: 20px 22px;
}

.leaf-note p {
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: 20px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 56px;
}

.values-section {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 9vw;
}

.values-section h2 {
  margin-top: 16px;
  font-size: clamp(48px, 5.5vw, 78px);
}

.value-list {
  align-self: end;
  border-top: 1px solid var(--line);
}

.value-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.value-list article > span {
  color: var(--clay);
  font-size: 10px;
}

.value-list h3 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.value-list p {
  margin: 0;
  color: var(--muted);
}

.rituals-section {
  background: var(--forest);
  color: white;
  padding: 108px 6vw;
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 46px;
}

.section-heading h2 {
  margin-top: 14px;
  max-width: 820px;
  font-size: clamp(48px, 5.5vw, 78px);
}

.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}

.ritual-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ritual-card {
  background: var(--paper);
  color: var(--ink);
  padding: 20px;
  border-radius: 32px 32px 8px 8px;
}

.ritual-index {
  display: block;
  color: var(--clay);
  font-size: 10px;
  margin-bottom: 16px;
}

.ritual-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 28px 28px 6px 6px;
  margin-bottom: 22px;
}

.ritual-card h3 {
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  margin: 8px 0 12px;
}

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

.ritual-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.ingredients-section {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--clay);
  color: white;
}

.ingredients-section > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.ingredients-section > div {
  padding: 88px 7vw;
  align-self: center;
}

.ingredients-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  margin: 16px 0 32px;
}

.ingredient-list {
  border-top: 1px solid rgba(255,255,255,.2);
}

.ingredient-list article {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.ingredient-list h3 {
  margin: 0 0 7px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.ingredient-list p {
  margin: 0 0 8px;
  color: rgba(255,255,255,.82);
}

.ingredient-list small {
  color: rgba(255,255,255,.6);
}

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

.flow-grid article {
  min-height: 290px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 50% 50% 8px 8px / 18% 18% 8px 8px;
}

.flow-grid article > span {
  color: var(--clay);
  font-size: 10px;
}

.flow-grid h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  margin: 56px 0 12px;
}

.flow-grid p {
  color: var(--muted);
  font-size: 14px;
}

.studio-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--sand);
}

.studio-section > div {
  padding: 88px 7vw;
  align-self: center;
}

.studio-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  line-height: 1;
  margin: 16px 0 24px;
}

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

.studio-section img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.testimonial-section {
  background: var(--sage);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

blockquote {
  margin: 0;
  padding: 78px 7vw;
  border-right: 1px solid rgba(0,0,0,.12);
}

blockquote:last-child { border-right: 0; }

blockquote p {
  font-family: Georgia, serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.15;
}

blockquote footer {
  margin-top: 22px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.journal-grid,
.journal-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.journal-grid article,
.journal-page-grid article {
  border-top: 1px solid var(--forest);
  padding-top: 20px;
}

.article-index {
  display: block;
  font-family: Georgia, serif;
  font-size: 36px;
  color: #9d9c89;
  margin-bottom: 32px;
}

.journal-grid h3,
.journal-page-grid h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.12;
}

.journal-grid h3 { font-size: 29px; }
.journal-page-grid h2 { font-size: 36px; }

.journal-grid p,
.journal-page-grid p {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: Georgia, serif;
  font-size: 24px;
}

.faq-list summary::-webkit-details-marker { display: none; }

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

.booking-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--moss);
  color: white;
  min-height: 620px;
}

.booking-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-cta > div {
  padding: 90px 7vw;
  align-self: center;
}

.booking-cta h2 {
  margin-top: 16px;
  font-size: clamp(54px, 6vw, 88px);
}

.booking-cta p {
  color: rgba(255,255,255,.76);
  margin: 24px 0 30px;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 108px 56px 84px;
}

.page-hero h1 {
  margin-top: 16px;
  max-width: 1000px;
  font-size: clamp(60px, 7vw, 104px);
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  margin-top: 26px;
}

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

.ritual-page-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 28px 28px 8px 8px;
}

.ritual-page-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 24px 24px 6px 6px;
  margin: 18px 0 22px;
}

.ritual-page-card h2 {
  margin: 10px 0 14px;
  font-size: 44px;
}

.ritual-page-card p {
  color: var(--muted);
}

.ritual-page-card > div:last-child {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 22px;
  font-size: 11px;
}

.ritual-detail-hero {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .9fr;
  min-height: 680px;
}

.ritual-detail-hero > div {
  padding: 88px 58px;
  align-self: center;
}

.ritual-detail-hero h1 {
  margin-top: 16px;
  font-size: clamp(58px, 7vw, 100px);
}

.ritual-detail-hero p {
  color: var(--muted);
  font-size: 18px;
  margin: 26px 0;
}

.detail-meta {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  font-size: 12px;
}

.ritual-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notes-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.notes-section h2 {
  margin-top: 14px;
  font-size: 52px;
}

.note-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.note-chips span {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 11px;
}

.article-detail {
  max-width: 960px;
  margin: 0 auto;
  padding: 108px 40px 120px;
}

.article-detail h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(58px, 7vw, 94px);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 20px 0 28px;
}

.article-detail .lead {
  color: var(--muted);
  font-size: 21px;
}

.article-body {
  max-width: 740px;
  margin-top: 68px;
}

.article-body p {
  font-size: 18px;
  margin-bottom: 28px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-grid img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 44% 44% 6% 6% / 18% 18% 6% 6%;
}

.about-grid h2 {
  margin-top: 14px;
  font-size: 54px;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
}

.contact-grid h2 {
  margin-top: 14px;
  font-size: 58px;
}

.contact-info {
  border-left: 1px solid var(--line);
  padding-left: 40px;
}

.contact-info > div {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

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

.footer {
  background: #293326;
  color: white;
  padding: 70px 6vw 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
}

.footer-brand {
  font-family: Georgia, serif;
  font-size: 40px;
}

.footer p { color: #aeb7aa; }

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  color: #c7cec2;
  font-size: 13px;
}

.footer-bottom {
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #788174;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

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

  .desktop-nav { display: none; }

  .hero,
  .values-section,
  .ingredients-section,
  .studio-section,
  .booking-cta,
  .ritual-detail-hero,
  .notes-section,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .ritual-grid,
  .ritual-page-grid {
    grid-template-columns: 1fr;
  }

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

  .journal-grid,
  .journal-page-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    grid-template-columns: 1fr;
  }

  blockquote {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
  }
}

@media (max-width: 680px) {
  .brand span { display: none; }
  .header-cta { font-size: 9px; }

  .hero-copy { padding: 74px 24px 56px; }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }

  .hero-art { padding: 12px; }
  .hero-art > img { min-height: 500px; }
  .leaf-note { left: 26px; right: 26px; bottom: 26px; }

  .section,
  .page-hero {
    padding: 80px 24px;
  }

  .rituals-section,
  .ingredients-section > div,
  .studio-section > div,
  .booking-cta > div {
    padding-left: 24px;
    padding-right: 24px;
  }

  .split-heading { display: block; }
  .split-heading .text-link { margin-top: 22px; }

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

  .ritual-detail-hero > div { padding: 80px 24px; }

  .article-detail {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-info {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 36px 0 0;
  }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
