:root {
  --paper: #f3eee6;
  --paper-2: #e8dfd4;
  --ink: #171615;
  --muted: #6d665f;
  --taupe: #a49487;
  --deep: #11100f;
  --line: rgba(23,22,21,.20);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: #d8ccbe; }

.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 999;
  transform: translateY(-160%); background: var(--ink); color: #fff;
  padding: 10px 14px; text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; padding: 0 4vw;
  background: rgba(243,238,230,.93);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); }
.brand { font-size: 1.22rem; letter-spacing: .42em; text-decoration: none; font-weight: 400; }
.nav { display: flex; align-items: center; gap: 2rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.nav a { text-decoration: none; }
.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 11px 6px; }
.menu-toggle span { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.section { padding: 9rem 6vw; }
.eyebrow, .overline { margin: 0 0 1.1rem; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; }
.arrow-link { display: inline-flex; gap: 1.25rem; align-items: center; margin-top: 2rem; text-decoration: none; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.arrow-link span { font-size: 1.1rem; }

/* Hero */
.brand-hero {
  padding-top: 72px;
  min-height: 100svh;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  grid-template-rows: auto 1fr auto;
  position: relative;
  overflow: hidden;
}
.hero-wordmark {
  grid-column: 1 / -1;
  padding: 3.2rem 4vw 1.2rem;
  font-size: clamp(5.5rem, 15.7vw, 15rem);
  line-height: .8;
  letter-spacing: .08em;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-copy {
  padding: 6vw 6vw 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
}
.hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 6.7vw, 7rem);
  line-height: .92;
  font-weight: 400;
  letter-spacing: -.045em;
}
.hero-copy h1 em { color: var(--taupe); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 2rem 0 0; color: #504b47; font-size: 1rem; line-height: 1.8; }
.hero-photo { margin: 0; min-height: 640px; border-top: 1px solid var(--line); overflow: hidden; }
.hero-photo img { height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(.90) contrast(.96); }
.hero-footer {
  grid-column: 1 / -1;
  display: flex; justify-content: center; gap: 2rem;
  padding: 1.15rem 4vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: .67rem; letter-spacing: .24em;
}
.hero-footer i { font-style: normal; opacity: .45; }

/* Brand story */
.story-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 9vw; align-items: start; }
.story-heading h2, .section-heading h2, .flow-intro h2, .location-content h2, .booking-head h2 {
  margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6.7vw, 7rem); line-height: .91; font-weight: 400; letter-spacing: -.045em;
}
.story-heading h2 em, .section-heading h2 em, .flow-intro h2 em, .location-content h2 em, .booking-head h2 em,
.retreat-title-wrap h2 em, .retreat-title-wrap h1 em { font-weight: 400; color: var(--taupe); }
.story-copy { padding-top: 2.8rem; max-width: 610px; }
.story-copy p { margin: 0 0 1.45rem; font-size: 1rem; line-height: 1.8; color: #4f4a45; }
.story-copy .lead { font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.35rem); line-height: 1.35; color: var(--ink); }

.founder-editorial { margin-top: 9rem; display: grid; grid-template-columns: 1fr .9fr; min-height: 720px; background: var(--paper-2); }
.founder-portrait { margin: 0; overflow: hidden; }
.founder-portrait img { height: 100%; object-fit: cover; object-position: center 22%; }
.founder-words { padding: 6vw; display: flex; flex-direction: column; justify-content: center; }
.founder-words h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 5.2rem); line-height: .96; font-weight: 400; letter-spacing: -.035em; }
.founder-words h3 span { color: var(--taupe); font-style: italic; }
.founder-words > p:not(.eyebrow) { margin: 2rem 0 0; max-width: 520px; line-height: 1.75; color: #5b554f; }
.mini-values { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-top: 3.5rem; }
.mini-values span { border: 1px solid var(--line); border-radius: 999px; padding: .65rem .9rem; font-size: .62rem; letter-spacing: .15em; }

.values { margin-top: 7.5rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.values article { padding: 2rem 3vw 1rem 0; border-right: 1px solid var(--line); }
.values article + article { padding-left: 3vw; }
.values article:last-child { border-right: 0; }
.values span { font-size: .66rem; letter-spacing: .18em; color: var(--muted); }
.values h3 { margin: 4rem 0 1rem; font-family: var(--serif); font-size: clamp(2.1rem, 3.5vw, 3.8rem); font-weight: 400; }
.values p { max-width: 360px; color: #5f5953; line-height: 1.65; }

/* Photo-led brand gallery */
.brand-gallery { display: grid; grid-template-columns: 1.12fr .68fr 1.12fr; min-height: 760px; background: #d9d0c6; }
.gallery-wide { margin: 0; overflow: hidden; }
.gallery-wide img { height: 100%; object-fit: cover; object-position: center center; filter: saturate(.82) contrast(.95); }
.gallery-dark img { object-position: center 48%; }
.gallery-copy { padding: 5vw 4vw; display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.gallery-copy blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.7vw, 4.4rem); line-height: .98; letter-spacing: -.035em; }
.gallery-copy > p:last-child { margin: 2rem 0 0; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }

/* Manifesto image supplied by user */
.manifesto-visual { background: #000; display: grid; grid-template-columns: 1fr .58fr; min-height: 80vh; }
.manifesto-photo, .manifesto-mark { overflow: hidden; }
.manifesto-photo img { height: 100%; max-height: 1000px; object-fit: cover; object-position: center center; }
.manifesto-mark { border-left: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; }
.manifesto-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Retreat */
.retreat-intro { display: grid; grid-template-columns: .28fr 1.1fr .8fr; gap: 6vw; border-bottom: 1px solid var(--line); }
.retreat-label { font-size: .64rem; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); justify-self: start; color: var(--muted); }
.retreat-title-wrap h2, .retreat-title-wrap h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8.2vw, 8.7rem); line-height: .84; font-weight: 400; letter-spacing: -.05em; }
.retreat-details { padding-top: 3.4rem; }
.retreat-details > p { font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; margin: 0 0 2.8rem; }
dl { margin: 0; }
.retreat-details dl div { display: grid; grid-template-columns: 90px 1fr; border-top: 1px solid var(--line); padding: .95rem 0; font-size: .88rem; }
.retreat-details dt { color: var(--muted); }
.retreat-details dd { margin: 0; }

.retreat-image-break { position: relative; height: min(68vw, 900px); min-height: 500px; overflow: hidden; background: #151515; }
.retreat-image-break img { height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.78) contrast(1.02); }
.retreat-image-caption { position: absolute; left: 4vw; right: 4vw; bottom: 2.1rem; color: #f7f2ea; font-size: .68rem; letter-spacing: .28em; text-align: center; }

.expect { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.expect-list { border-top: 1px solid var(--line); }
.expect-list article { display: grid; grid-template-columns: 68px 1fr; gap: 1rem; padding: 2.4rem 0; border-bottom: 1px solid var(--line); }
.expect-no { font-size: .66rem; letter-spacing: .15em; color: var(--muted); padding-top: .5rem; }
.expect-list h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; }
.expect-list p { margin: 0; max-width: 650px; line-height: 1.7; color: #55504b; }
.expect-list small { display: block; margin-top: 1rem; color: var(--muted); font-style: italic; }

.flow { background: var(--paper-2); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.flow-intro { position: sticky; top: 120px; align-self: start; }
.flow-intro > p:last-child { margin-top: 2.6rem; max-width: 560px; color: #5d5751; line-height: 1.75; }
.flow-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.flow-list li { display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); padding: 2rem 0; }
.flow-list li > span { font-size: .66rem; letter-spacing: .13em; color: var(--muted); padding-top: .35rem; }
.flow-list h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.8rem); font-weight: 400; }
.flow-list p { margin: 0; color: #625c56; line-height: 1.5; }

.location { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; }
.location-image img { height: 100%; object-fit: cover; }
.location-content { padding: 8vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.location-content > p:not(.eyebrow) { max-width: 500px; margin: 2rem 0; line-height: 1.75; color: #59534e; }
.location-content address { font-style: normal; line-height: 1.7; margin-top: 1rem; }

.booking { background: var(--deep); color: #f4f0e9; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.booking-head { align-self: start; position: sticky; top: 120px; }
.booking-head h2 em { color: #b5a69b; }
.booking-head > p:last-child { max-width: 520px; margin-top: 2.5rem; line-height: 1.75; color: #d4cec8; }
.booking-grid { display: grid; gap: 2rem; }
.price-card { border: 1px solid rgba(244,240,233,.25); padding: 2.3rem; }
.price-top { display: flex; justify-content: space-between; gap: 1rem; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.price-top p { margin: 0; }
.price-top span { color: #beb7b0; }
.price-card strong { display: block; margin-top: 1.2rem; font-family: var(--serif); font-size: clamp(5rem, 9vw, 9rem); font-weight: 400; line-height: .9; }
.price-after { margin-top: .7rem; font-size: 1rem; }
.price-note { max-width: 590px; margin: 2rem 0 0; color: #c8c1bb; font-size: .88rem; line-height: 1.6; }
.contact-choices { border-top: 1px solid rgba(244,240,233,.25); }
.contact-choice { display: grid; grid-template-columns: 1fr auto 28px; gap: 1.2rem; align-items: center; padding: 2.1rem 0; border-bottom: 1px solid rgba(244,240,233,.25); text-decoration: none; }
.contact-choice > span { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: #c7c0ba; }
.contact-choice small { display: inline-block; width: 36px; color: #8f8983; }
.contact-choice strong { font-family: var(--serif); font-size: clamp(1.25rem,2.2vw,2.2rem); font-weight: 400; }
.contact-choice i { font-style: normal; font-size: 1.25rem; }

/* Closing */
.closing { display: grid; grid-template-columns: .8fr 1fr .58fr; min-height: 780px; background: var(--paper); }
.closing-copy { padding: 6vw; display: flex; flex-direction: column; justify-content: center; }
.closing-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.8rem); line-height: .96; font-weight: 400; letter-spacing: -.04em; }
.closing-copy > p:last-child { margin: 2rem 0 0; font-family: var(--serif); font-size: 1.5rem; color: var(--taupe); }
.closing-photo { margin: 0; overflow: hidden; }
.closing-photo img { height: 100%; object-fit: cover; object-position: center 25%; }
.closing-wordmark { background: #000; overflow: hidden; }
.closing-wordmark img { height: 100%; object-fit: cover; object-position: center; }

.footer { border-top: 1px solid var(--line); padding: 2.5rem 4vw 3.2rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; font-size: .7rem; }
.footer-brand { text-decoration: none; letter-spacing: .34em; font-size: 1rem; }
.footer > p { margin: 0; color: var(--muted); letter-spacing: .12em; }
.footer-links { justify-self: end; display: flex; gap: 1.4rem; }
.footer-links a { text-decoration: none; }

@media (max-width: 1050px) {
  .brand-hero { grid-template-columns: 1fr; }
  .hero-wordmark { padding-top: 3.8rem; }
  .hero-copy { padding: 6rem 6vw 5rem; }
  .hero-photo { min-height: 780px; }
  .brand-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-copy { grid-column: 1 / -1; min-height: 380px; }
  .manifesto-visual { grid-template-columns: 1fr .65fr; }
  .closing { grid-template-columns: 1fr 1fr; }
  .closing-wordmark { grid-column: 1 / -1; height: 440px; }
}

@media (max-width: 980px) {
  .site-header { min-height: 66px; }
  .brand-hero { padding-top: 66px; }
  .nav { position: fixed; inset: 66px 0 auto 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 2rem 5vw 2.3rem; display: none; flex-direction: column; align-items: flex-start; gap: 1.4rem; font-size: .82rem; }
  .nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .section { padding: 7rem 5vw; }
  .story-grid, .expect, .flow, .booking { grid-template-columns: 1fr; gap: 4.5rem; }
  .story-copy { padding-top: 0; }
  .founder-editorial { grid-template-columns: 1fr; }
  .founder-portrait { height: 720px; }
  .values { grid-template-columns: 1fr; }
  .values article, .values article + article { border-right: 0; border-bottom: 1px solid var(--line); padding: 2rem 0 2.5rem; }
  .values h3 { margin-top: 2.3rem; }
  .retreat-intro { grid-template-columns: 1fr; gap: 2rem; }
  .retreat-label { writing-mode: initial; transform: none; }
  .retreat-details { padding-top: 1rem; }
  .flow-intro, .booking-head { position: static; }
  .location { grid-template-columns: 1fr; }
  .location-image { height: 62vw; min-height: 400px; }
  .location-content { padding: 7rem 5vw; }
  .footer { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-self: center; flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 720px) {
  .site-header { padding: 0 20px; }
  .brand { font-size: 1.02rem; }
  .hero-wordmark { padding: 3rem 12px 1rem; font-size: clamp(4.35rem, 25vw, 7rem); letter-spacing: .04em; }
  .hero-copy { padding: 4.5rem 20px 4.2rem; }
  .hero-copy h1 { font-size: 3.4rem; }
  .hero-intro { font-size: .94rem; }
  .hero-photo { min-height: 0; height: 124vw; }
  .hero-photo img { object-position: center 38%; }
  .hero-footer { gap: .45rem; justify-content: space-between; padding: .95rem 12px; font-size: .53rem; letter-spacing: .08em; }
  .section { padding: 5.8rem 20px; }
  .story-heading h2, .section-heading h2, .flow-intro h2, .location-content h2, .booking-head h2 { font-size: 3.15rem; }
  .story-copy .lead { font-size: 1.45rem; }
  .founder-editorial { margin-top: 5.5rem; }
  .founder-portrait { height: 125vw; min-height: 520px; }
  .founder-words { padding: 3.5rem 22px; }
  .founder-words h3 { font-size: 3rem; }
  .values { margin-top: 5.5rem; }
  .brand-gallery { grid-template-columns: 1fr; min-height: 0; }
  .gallery-wide { height: 84vw; min-height: 330px; }
  .gallery-copy { min-height: 0; padding: 4.5rem 22px; }
  .gallery-copy blockquote { font-size: 2.5rem; }
  .manifesto-visual { grid-template-columns: 1fr; }
  .manifesto-photo { height: 158vw; max-height: 820px; }
  .manifesto-mark { height: 105vw; min-height: 430px; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .retreat-title-wrap h2, .retreat-title-wrap h1 { font-size: 4rem; }
  .retreat-details > p { font-size: 1.35rem; }
  .retreat-details dl div { grid-template-columns: 75px 1fr; font-size: .86rem; }
  .retreat-image-break { height: 88vw; min-height: 360px; }
  .retreat-image-caption { font-size: .54rem; letter-spacing: .16em; bottom: 1.2rem; }
  .expect-list article { grid-template-columns: 45px 1fr; }
  .flow-list li { grid-template-columns: 45px 1fr; }
  .location-image { height: 88vw; min-height: 340px; }
  .location-content { padding: 5.8rem 20px; }
  .price-card { padding: 1.6rem; }
  .price-top { flex-direction: column; }
  .price-card strong { font-size: 5.2rem; }
  .contact-choice { grid-template-columns: 1fr 24px; }
  .contact-choice strong { grid-column: 1 / -1; grid-row: 2; }
  .contact-choice i { grid-column: 2; grid-row: 1; }
  .closing { grid-template-columns: 1fr; min-height: 0; }
  .closing-copy { padding: 5rem 20px; }
  .closing-copy h2 { font-size: 3.2rem; }
  .closing-photo { height: 125vw; min-height: 520px; }
  .closing-wordmark { height: 110vw; min-height: 440px; }
  .footer { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-header { min-height: 84px; padding: 18px 5vw; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.wordmark { display:flex; flex-direction:column; text-decoration:none; line-height:1; }
.wordmark span { font-size:1.25rem; letter-spacing:.34em; }
.wordmark small { margin-top:.5rem; font-family:var(--serif); font-size:.8rem; letter-spacing:.02em; }
.legal-back { font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; }
.legal-shell { width:min(940px,90vw); margin:0 auto; padding:8rem 0; }
.section-kicker { margin:0 0 1rem; font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); }
.legal-shell > h1 { margin:0; font-family:var(--serif); font-size:clamp(4rem,9vw,8rem); font-weight:400; line-height:.9; }
.legal-intro { margin:2rem 0 4rem; max-width:650px; font-family:var(--serif); font-size:1.45rem; line-height:1.45; }
.legal-card { border-top:1px solid var(--line); padding:2rem 0 2.4rem; }
.legal-card h2 { margin:0 0 1rem; font-family:var(--serif); font-size:1.7rem; font-weight:400; }
.legal-card p { margin:.7rem 0; color:#524d48; line-height:1.7; }
.legal-soft-note { padding:1rem 1.1rem; background:var(--paper-2); }
.legal-meta { margin-top:3rem; color:var(--muted); font-size:.78rem; }
.legal-footer .footer-mark { align-items:flex-start; }
@media (max-width:640px) {
  .legal-header { padding:16px 20px; }
  .legal-wordmark small { display:none; }
  .legal-back { font-size:.64rem; }
  .legal-shell { width:auto; margin:0; padding:5.5rem 20px; }
  .legal-intro { font-size:1.25rem; }
}

/* Desktop image quality & framing fixes */
@media (min-width: 981px) {
  /* Do not stretch photos into arbitrary fixed-height boxes on desktop. */
  .hero-photo {
    min-height: 0;
    display: flex;
    align-items: center;
    background: #5e5f5c;
  }
  .hero-photo picture { display: block; width: 100%; }
  .hero-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: none;
  }

  .founder-editorial { min-height: 0; align-items: center; }
  .founder-portrait { align-self: stretch; display: flex; align-items: center; background: #575854; }
  .founder-portrait img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  /* Two uncropped landscape photos with the quote underneath. */
  .brand-gallery {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    align-items: start;
  }
  .gallery-wide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: none;
  }
  .gallery-copy {
    grid-column: 1 / -1;
    min-height: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  /* The supplied manifesto graphic is portrait. Keep it at native-ish size
     instead of blowing it up across a wide monitor. */
  .manifesto-visual {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    min-height: 0;
    padding: clamp(3rem, 6vw, 7rem);
    background: #000;
  }
  .manifesto-photo {
    width: min(100%, 864px);
    overflow: visible;
  }
  .manifesto-photo img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .retreat-image-break {
    width: min(100%, 1536px);
    height: auto;
    min-height: 0;
    margin-inline: auto;
  }
  .retreat-image-break img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: none;
  }

  .location { min-height: 0; align-items: center; }
  .location-image { overflow: hidden; }
  .location-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .closing { min-height: 0; align-items: stretch; }
  .closing-photo { display: flex; align-items: center; background: #555652; }
  .closing-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .closing-wordmark { display: flex; align-items: center; justify-content: center; }
  .closing-wordmark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
