:root {
  --ochre: #f4a451;
  --black: #080808;
  --cream: #f4efe6;
  --white: #fff;
  --line: rgba(0, 0, 0, .22);
  --max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--black);
  background: var(--cream);
  line-height: 1.45;
}
img { width: 100%; display: block; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: white;
  padding: .8rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  color: white;
  transition: background .25s ease, color .25s ease;
}
.site-header.scrolled {
  background: rgba(8, 8, 8, .94);
  backdrop-filter: blur(10px);
}
.wordmark {
  font-family: "Archivo Black", Impact, sans-serif;
  text-decoration: none;
  font-size: 1.35rem;
  border: 2px solid currentColor;
  padding: .15rem .35rem;
}
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { text-decoration: none; font-weight: 700; font-size: .86rem; }
.nav-cta { border: 1px solid currentColor; padding: .65rem .9rem; }
.menu-toggle { display: none; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}
.hero-image, .finale-image {
  position: absolute;
  inset: 0;
  background: url('assets/pool-mountain.jpg') center 58% / cover no-repeat;
  transform: scale(1.02);
}
.hero-shade, .finale-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.28) 50%, rgba(0,0,0,.2) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 9rem 5vw 5rem;
  max-width: 950px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  font-size: .83rem;
}
h1, h2, h3, .display-copy, .hero-tagline, blockquote {
  font-family: "Archivo Black", Impact, sans-serif;
  margin: 0;
  line-height: .93;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(4.8rem, 13vw, 12rem); text-transform: uppercase; }
h1 span { display: block; }
.hero-tagline { font-size: clamp(1.8rem, 4vw, 4.3rem); margin: 2rem 0; text-transform: uppercase; }
.hero-quote {
  position: absolute;
  right: 5vw;
  bottom: 5rem;
  z-index: 2;
  max-width: 330px;
  font-size: 1.15rem;
  font-weight: 700;
}
.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 800;
  padding: 1rem 1.25rem;
  border: 2px solid currentColor;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-light:hover { background: white; color: black; }
.button-dark { background: black; color: white; }
.button-dark:hover { background: white; color: black; }

.ochre { background: var(--ochre); }
.black { background: var(--black); color: white; }
.section-number {
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .78rem;
  font-weight: 800;
  margin: 0 0 2rem;
}
h2 { font-size: clamp(2.8rem, 7vw, 7rem); }

.manifesto {
  min-height: 95vh;
  padding: 10vw 5vw;
  display: grid;
  grid-template-columns: minmax(140px, .7fr) 2.3fr;
  gap: 7vw;
  align-items: start;
}
.manifesto-kicker {
  font-weight: 800;
  font-size: 1rem;
  position: sticky;
  top: 8rem;
}
.manifesto-copy { max-width: 1050px; }
.manifesto-copy p:not(.display-copy) { max-width: 760px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.display-copy { font-size: clamp(2.4rem, 5.7vw, 6.6rem); margin-bottom: 3rem; }
.closing-line { font-weight: 700; }

.place, .studio-section, .connection, .food-stay, .booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.place-image img, .studio-image img { height: 100%; object-fit: cover; min-height: 720px; }
.place-copy, .studio-copy, .connection-copy, .connection-statement, .food-card, .stay-card, .booking-intro, .price-panel {
  padding: clamp(4rem, 8vw, 9rem) 5vw;
}
.place-copy p { max-width: 620px; font-size: 1.15rem; }
.facts { border-top: 1px solid var(--line); margin-top: 3rem; }
.facts span { display: block; padding: 1.1rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.quote-break {
  background: var(--cream);
  padding: 12vw 5vw;
  text-align: center;
}
.quote-break p { font-family: "Archivo Black"; font-size: clamp(3rem, 8vw, 8rem); line-height: .97; margin: 0 auto; max-width: 1200px; }

.rhythm { padding: 9rem 5vw; }
.section-heading { max-width: 900px; }
.section-heading > p:last-child { max-width: 650px; font-size: 1.15rem; }
.rhythm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.3); margin-top: 5rem; }
.rhythm-card { background: var(--black); padding: 2rem; min-height: 310px; }
.rhythm-card h3 { font-size: clamp(2rem, 4vw, 4rem); margin: 2.5rem 0 1rem; }
.time { color: var(--ochre); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.schedule { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); padding: 1.25rem 0; }
.schedule summary { cursor: pointer; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.schedule-grid { display: grid; grid-template-columns: 90px 1fr; gap: .8rem; max-width: 600px; margin-top: 2rem; }
.schedule-grid span:nth-child(odd) { color: var(--ochre); font-weight: 800; }

.studio-copy p:not(.section-number) { max-width: 650px; font-size: 1.15rem; }

.connection { background: var(--cream); }
.connection-copy p { max-width: 620px; font-size: 1.14rem; }
.connection-statement { background: var(--ochre); display: grid; align-content: center; }
.connection-statement p { font-family: "Archivo Black"; font-size: clamp(3rem, 6vw, 7rem); line-height: .95; margin: 0; }
.small-note { margin-top: 3rem; font-size: .95rem !important; font-weight: 700; }

.food-card { background: var(--black); color: white; }
.stay-card { background: var(--cream); }
.food-card p, .stay-card p { max-width: 600px; font-size: 1.1rem; }

.testimonial { padding: 12vw 6vw; background: var(--ochre); text-align: center; }
blockquote { font-size: clamp(2.8rem, 7vw, 7rem); max-width: 1250px; margin: 0 auto 2rem; }
cite { font-style: normal; font-weight: 800; }

.leaders { padding: 9rem 5vw; }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 5rem; }
.leader { border-top: 1px solid rgba(255,255,255,.35); padding-top: 2rem; max-width: 620px; }
.leader-name { font-family: "Archivo Black"; font-size: 2.4rem; margin: 0; }
.leader-role { color: var(--ochre); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: .8rem; }

.booking-intro { align-self: start; position: sticky; top: 4rem; }
.booking-date { font-family: "Archivo Black"; font-size: clamp(1.7rem, 3vw, 3.5rem); line-height: 1; }
.price-panel { background: white; }
.price-row { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding: 1.5rem 0; gap: 2rem; }
.price-row p { margin: .25rem 0; }
.price-label { font-weight: 800; text-transform: uppercase; }
.price { font-family: "Archivo Black"; font-size: clamp(2rem, 4vw, 4rem); }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 3rem 0; }
.contact { font-size: .82rem; font-weight: 700; }

.finale { position: relative; min-height: 85vh; display: grid; place-items: center; color: white; text-align: center; overflow: hidden; }
.finale-copy { position: relative; z-index: 2; padding: 4rem 5vw; }
.finale-copy p { font-family: "Archivo Black"; font-size: clamp(3rem, 7.5vw, 8rem); margin: 0; line-height: .95; }
.finale-copy .button { margin-top: 3rem; }

footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem 5vw; background: var(--black); color: white; font-weight: 700; font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { padding: 1rem; }
  .menu-toggle { display: block; background: transparent; color: white; border: 1px solid currentColor; padding: .55rem .75rem; font-weight: 800; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--black); padding: 1.4rem; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero-content { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero-quote { left: 1.25rem; right: auto; bottom: 1.5rem; }
  .manifesto { grid-template-columns: 1fr; padding: 7rem 1.25rem; }
  .manifesto-kicker { position: static; }
  .place, .studio-section, .connection, .food-stay, .booking { grid-template-columns: 1fr; }
  .place-image img, .studio-image img { min-height: 460px; }
  .place-copy, .studio-copy, .connection-copy, .connection-statement, .food-card, .stay-card, .booking-intro, .price-panel { padding: 5rem 1.25rem; }
  .rhythm { padding: 6rem 1.25rem; }
  .rhythm-grid, .leader-grid { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
  .included-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: 4.3rem; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 7rem; padding-bottom: 10rem; }
  .hero-tagline { font-size: 1.7rem; }
  .display-copy { font-size: 2.45rem; }
  h2 { font-size: 3rem; }
  .connection-statement p { font-size: 3rem; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
