:root {
  --pine: #17312b;
  --pine-deep: #0e211d;
  --moss: #8ea179;
  --sage: #c8d0b7;
  --sand: #eee7d8;
  --paper: #f7f3ea;
  --clay: #ba7356;
  --ink: #17211d;
  --muted: #69736c;
  --line: rgba(23, 49, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: #f6f0e4;
  background:
    radial-gradient(circle at 75% 15%, rgba(238, 196, 133, .24), transparent 26%),
    linear-gradient(140deg, #1f463c 0%, var(--pine) 48%, #0d211e 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
  background-image: repeating-linear-gradient(115deg, transparent 0 4px, rgba(255,255,255,.15) 5px);
  mix-blend-mode: soft-light;
}
.nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 36px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
}
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 19px;
  letter-spacing: 0;
}
.nav-links { display: flex; gap: 34px; }
.nav-links a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 13px;
}
.nav-links a:hover { color: #fff; }
.nav-status {
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
}
.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 1220px;
  margin: 0 auto;
  padding: 114px 36px 150px;
}
.eyebrow, .section-kicker {
  margin: 0 0 24px;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  font-weight: 700;
}
.hero .eyebrow { color: #bdcba8; }
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .96;
}
h1 {
  max-width: 900px;
  font-size: clamp(68px, 9.5vw, 132px);
  letter-spacing: -.055em;
}
.hero-lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.75);
  font-size: 18px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}
.button {
  display: inline-block;
  padding: 15px 21px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 700;
}
.button-light { color: var(--pine); background: var(--sand); }
.hero-note { color: rgba(255,255,255,.6); font-size: 12px; }
.hero-facts {
  position: absolute;
  z-index: 3;
  right: max(36px, calc((100vw - 1220px) / 2 + 36px));
  bottom: 52px;
  display: flex;
  gap: 42px;
}
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts strong { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.hero-facts span { color: rgba(255,255,255,.56); font-size: 11px; }
.hero-mountains { position: absolute; inset: auto 0 0; height: 46%; }
.ridge { position: absolute; inset: 0; display: block; }
.ridge-back {
  opacity: .26;
  background: #799184;
  clip-path: polygon(0 68%, 12% 44%, 20% 59%, 36% 20%, 49% 59%, 64% 8%, 78% 59%, 88% 37%, 100% 65%, 100% 100%, 0 100%);
}
.ridge-front {
  top: 32%;
  opacity: .55;
  background: #102823;
  clip-path: polygon(0 51%, 15% 31%, 28% 63%, 42% 22%, 58% 62%, 75% 35%, 88% 59%, 100% 41%, 100% 100%, 0 100%);
}

.section { padding: 110px max(36px, calc((100vw - 1150px) / 2)); }
.intro { background: var(--sand); }
.intro h2, .section-head h2, .rhythm h2, .calendar h2, .place h2, .booking h2 {
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: -.045em;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 850px;
  margin: 55px 0 0 auto;
  color: #4f5b54;
}
.intro-grid p { margin: 0; font-size: 16px; }
.section-head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}
.section-aside { margin: 0; color: var(--muted); font-size: 14px; }
.programs { background: var(--paper); }
.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.program-card {
  position: relative;
  min-height: 470px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.25);
}
.program-card.featured { background: #dce2cf; }
.program-card.dark { color: #f4eee1; background: var(--pine); }
.program-number {
  margin-bottom: 90px;
  color: var(--clay);
  font-family: Georgia, serif;
  font-style: italic;
}
.program-meta {
  margin: 0 0 14px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
}
.dark .program-meta { color: #aebda9; }
.program-card h3 { margin-bottom: 20px; font-size: 40px; letter-spacing: -.025em; }
.program-card p:not(.program-meta) { max-width: 520px; color: var(--muted); font-size: 14px; }
.dark p:not(.program-meta) { color: #c3cdbd; }
.program-card ul { padding: 0; margin: 25px 0 0; list-style: none; }
.program-card li { padding: 7px 0; border-top: 1px solid var(--line); font-size: 12px; }
.dark li { border-color: rgba(255,255,255,.13); }
.sold-out {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 8px 12px;
  border: 1px solid var(--clay);
  border-radius: 999px;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 700;
}
.sold-out-light { border-color: #c5d2ba; color: #c5d2ba; }

.rhythm {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  color: #f4eee1;
  background: #263d36;
}
.rhythm .section-kicker { color: #b7c79e; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.timeline time { color: #b7c79e; font-family: Georgia, serif; font-size: 16px; }
.timeline div { display: flex; flex-direction: column; gap: 4px; }
.timeline strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.timeline span { color: rgba(255,255,255,.58); font-size: 13px; }

.calendar { background: #e8e2d5; }
.calendar-grid { border-top: 1px solid var(--line); }
.calendar-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 100px;
  gap: 28px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.calendar-row time { font-family: Georgia, serif; font-size: 18px; }
.calendar-row b {
  justify-self: end;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 9px;
}
.calendar-row.past { opacity: .48; }
.calendar-row.past b { color: inherit; }

.place {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  background: var(--paper);
}
.place-panel p:not(.section-kicker) { max-width: 500px; margin: 35px 0; color: var(--muted); }
address {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: normal;
}
.place-features { display: grid; grid-template-columns: 1fr 1fr; }
.place-features div { padding: 28px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.place-features span { color: var(--clay); font-family: Georgia, serif; font-style: italic; }
.place-features strong { display: block; margin-top: 50px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.place-features p { color: var(--muted); font-size: 12px; }

.booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  color: #f4eee1;
  background: var(--pine-deep);
}
.section-kicker-light { color: #afc098; }
.booking-copy > p:not(.section-kicker):not(.contact) { max-width: 520px; color: rgba(255,255,255,.62); }
.contact { margin-top: 40px; font-family: Georgia, serif; font-size: 18px; }
.booking-form {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
}
.form-status {
  margin-bottom: 24px;
  color: #d6a58c;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 700;
}
.form-status span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #c67b60; }
label { display: block; margin: 13px 0; color: rgba(255,255,255,.55); font-size: 11px; }
input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.03);
  font: inherit;
}
textarea { min-height: 82px; resize: none; }
button {
  width: 100%;
  margin-top: 12px;
  padding: 15px;
  border: 0;
  color: #5a665d;
  background: #b9c3b6;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 700;
  cursor: not-allowed;
}
.booking-form small { display: block; margin-top: 13px; color: rgba(255,255,255,.35); font-size: 10px; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px max(36px, calc((100vw - 1150px) / 2));
  color: #6d766f;
  background: #e8e2d5;
  font-size: 11px;
}
.brand-footer { color: var(--pine); }

@media (max-width: 820px) {
  .nav { padding: 22px 20px; }
  .nav-links { display: none; }
  .hero { min-height: 760px; }
  .hero-copy { padding: 100px 22px 170px; }
  h1 { font-size: clamp(58px, 17vw, 86px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { right: auto; left: 22px; gap: 22px; }
  .section { padding: 78px 22px; }
  .intro-grid, .section-head, .program-grid, .rhythm, .place, .booking {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .intro-grid { margin-left: 0; }
  .program-card { min-height: 450px; padding: 26px; }
  .program-number { margin-bottom: 70px; }
  .calendar-row { grid-template-columns: 1fr; gap: 5px; padding: 17px 0; }
  .calendar-row b { justify-self: start; }
  .place-features { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
