/* =====================================================================
   The Pearl Surf Retreat · site styles  (loads after brand.css)
   ===================================================================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

/* ---- tweakable tokens ---- */
:root {
  --logo-h: 56px;        /* nav logo height */
  --hero-pad: 160px;      /* hero content bottom breathing room */
  --head: var(--font-display);   /* large display headings */
  --head-sm: var(--font-body);   /* smaller headings / running display text */
}
body.sm-funky { --head-sm: var(--font-display); }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--eh-ink);
  color: var(--eh-offwhite);
  font-size: 18px;
  line-height: 1.62;
  overflow-x: hidden;
}
h1, h2, h3 { margin: 0; font-weight: 400; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.hero__media img, .exp__media img, .vibe__media img, .reserve__media img, .tile img, .room__media img, .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---- shared layout ---- */
.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.gr { font-family: var(--font-display); font-weight: 400; line-height: 0.94; }
.kick { font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.32em; font-weight: 600; font-size: 0.74rem; }

/* section base */
section { position: relative; }
.sec { padding: 132px 0; }
.sec--dark { background: var(--eh-ink); color: var(--eh-offwhite); }
.sec--cream { background: var(--eh-offwhite); color: var(--eh-ink); }
.sec--sand { background: var(--eh-sand); color: var(--eh-ink); }

/* section header block */
.shead { display: flex; align-items: flex-start; gap: 28px; margin-bottom: 56px; }
.shead .num { font-family: var(--head); font-size: 1.6rem; line-height: 1; opacity: 0.5; padding-top: 8px; flex: 0 0 auto; }
.shead .htxt { max-width: 70ch; }
.shead .kick { display: block; margin-bottom: 18px; }
.shead h2 { font-family: var(--head); font-size: clamp(2.7rem, 5.6vw, 4.8rem); }
.sec--dark .kick { color: var(--eh-yellow); }
.sec--cream .kick, .sec--sand .kick { color: var(--eh-rust); }
.sec--dark .num { color: var(--eh-yellow); }
.sec--cream .num, .sec--sand .num { color: var(--eh-rust); }
.lead { font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.5; max-width: 46ch; margin: 0; opacity: 0.92; }

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 20px 0;
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.nav__logo { height: var(--logo-h); width: auto; transition: height 0.4s ease; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { text-decoration: none; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 600; color: #fff; opacity: 0.9; transition: opacity 0.2s; }
.nav__links a:hover { opacity: 1; }
.nav__cta { border: 1.5px solid currentColor; border-radius: 100px; padding: 9px 22px; }
.nav.scrolled { background: rgba(7,28,38,0.92); backdrop-filter: blur(12px); padding: 13px 0; box-shadow: 0 1px 0 rgba(255,255,255,0.08); }
.nav.scrolled .nav__logo { height: calc(var(--logo-h) - 14px); }
.nav__burger { display: none; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding-top: 110px; padding-bottom: 48px; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media image-slot { width: 100%; height: 100%; }
.hero__scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6,28,40,0.62) 0%, rgba(6,28,40,0.12) 26%, rgba(6,28,40,0.18) 54%, rgba(5,24,34,0.78) 84%, rgba(5,22,32,0.96) 100%); }
.hero__sun { position: absolute; top: 116px; right: 56px; width: 132px; z-index: 2; opacity: 0.95; filter: drop-shadow(0 6px 20px rgba(0,0,0,0.4)); }
.hero__inner { position: relative; z-index: 3; padding-bottom: var(--hero-pad); }
.hero__kick { color: var(--eh-yellow); display: block; margin-bottom: 20px; }
.hero h1 { font-family: var(--head); font-size: clamp(2.8rem, 6.6vw, 6rem); color: var(--eh-cream-pure); max-width: 15ch; }
.hero__sub { font-size: clamp(1.15rem, 2.2vw, 1.6rem); max-width: 40ch; margin: 26px 0 0; color: rgba(255,255,255,0.94); line-height: 1.45; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 56px; margin-top: 46px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.28); }
.hero__meta .lab { display: block; color: var(--eh-yellow); opacity: 0.85; margin-bottom: 7px; }
.hero__meta .val { font-family: var(--head-sm); font-size: 1.5rem; color: #fff; }
.scrollcue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); }
.scrollcue .kick { font-size: 0.6rem; }
.scrollcue .line { width: 1px; height: 34px; background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0)); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* =====================================================================
   IMAGE SLOTS — dark theming via ::part
   ===================================================================== */
image-slot::part(frame) {
  background-color: #11313f !important;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,0.07) 0 14px, rgba(255,255,255,0) 14px 28px) !important;
}
image-slot { color: rgba(255,255,255,0.85); }
.slot-warm::part(frame) { background-color: #9a4a28 !important; }
.slot-sky::part(frame)  { background-color: #295f79 !important; }
.slot-sand::part(frame) { background-color: #8a7448 !important; }
.slot-pink::part(frame) { background-color: #9c3568 !important; }
.tile img, .room__media img { transition: transform 0.5s ease; }
.tile:hover img, .room:hover .room__media img { transform: scale(1.04); }

/* =====================================================================
   EXPERIENCE (full-bleed statement)
   ===================================================================== */
.exp { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.exp__media { position: absolute; inset: 0; z-index: 0; }
.exp__media image-slot { width: 100%; height: 100%; }
.exp__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,22,32,0.86) 0%, rgba(5,22,32,0.5) 50%, rgba(5,22,32,0.2) 100%); }
.exp__inner { position: relative; z-index: 2; }
.exp h2 { font-family: var(--head); font-size: clamp(3rem, 8vw, 7rem); color: var(--eh-cream-pure); }
.exp p { font-size: clamp(1.2rem, 2.2vw, 1.7rem); max-width: 30ch; margin: 30px 0 0; line-height: 1.4; color: rgba(255,255,255,0.92); }
.exp .kick { color: var(--eh-yellow); display: block; margin-bottom: 22px; }

/* =====================================================================
   FEATURE TILES (image rows) — used in What This Is, Surf House, Surf, Beyond, Vibe
   ===================================================================== */
.tiles { display: grid; gap: 16px; }
.tiles--5 { grid-template-columns: 1.5fr 1fr 1fr; grid-auto-rows: 236px; }
.tiles--5 .tile:nth-child(1) { grid-row: span 2; }
.tile { position: relative; border-radius: 4px; overflow: hidden; }
.tile image-slot { width: 100%; height: 100%; }
.tile__tag { position: absolute; left: 0; bottom: 0; z-index: 3; margin: 14px; color: #fff; font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.68rem; font-weight: 600; text-shadow: 0 1px 8px rgba(0,0,0,0.6); pointer-events: none; }
.tile__grad { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.5) 100%); }

/* =====================================================================
   INCLUDED / NOT INCLUDED
   ===================================================================== */
.incl { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.incl__col h3 { font-family: var(--head); font-size: 2rem; margin-bottom: 6px; }
.incl__col .kick { display: block; margin-bottom: 24px; color: var(--eh-rust); }
.incl__col.no .kick { color: var(--eh-blue); }
.incl__list { list-style: none; margin: 0; padding: 0; }
.incl__list li { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid rgba(8,34,46,0.12); font-size: 1.08rem; }
.incl__list li .mk { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; margin-top: 2px; }
.incl__col.yes .mk { background: var(--eh-rust); color: #fff; }
.incl__col.no .mk { background: rgba(0,105,155,0.14); color: var(--eh-blue); }
.incl__col.no .incl__list li { opacity: 0.82; }
.incl__note { grid-column: 1 / -1; font-family: var(--head); font-size: 1.5rem; color: var(--eh-rust); text-align: center; margin-top: 18px; }

/* =====================================================================
   ACCOMMODATION
   ===================================================================== */
.rooms { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.room { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid rgba(8,34,46,0.1); display: flex; flex-direction: column; }
.room__media { height: 280px; position: relative; }
.room__media image-slot { width: 100%; height: 100%; }
.room__body { padding: 32px 32px 36px; display: flex; flex-direction: column; flex: 1; }
.room__opt { display: block; margin-bottom: 12px; color: var(--eh-rust); }
.room.b .room__opt { color: var(--eh-blue); }
.room h3 { font-family: var(--head); font-size: 2.4rem; }
.room__price { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 4px; }
.room__price .amt { font-family: var(--head); font-size: 2.8rem; color: var(--eh-ink); }
.room__price .per { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; }
.room ul { list-style: none; margin: 20px 0 0; padding: 0; }
.room ul li { padding: 9px 0; border-top: 1px solid rgba(8,34,46,0.1); font-size: 1.02rem; }
.room .room__cta { margin-top: auto; padding-top: 26px; }
.btn-pill { display: inline-flex; align-items: center; gap: 10px; border-radius: 100px; padding: 14px 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; text-decoration: none; cursor: pointer; border: none; transition: transform 0.15s, filter 0.15s; }
.btn-pill:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-rust { background: var(--eh-rust); color: #fff; }
.btn-yellow { background: var(--eh-yellow); color: var(--eh-ink); }
.btn-blue { background: var(--eh-blue); color: #fff; }
.btn-ghost { background: transparent; border: 1.5px solid currentColor; }

/* =====================================================================
   DAY RHYTHM (timeline)
   ===================================================================== */
.rhythm { display: grid; gap: 0; }
.beat { display: grid; grid-template-columns: 200px 1fr; gap: 40px; padding: 34px 0; border-top: 1px solid rgba(8,34,46,0.14); align-items: start; }
.beat:last-child { border-bottom: 1px solid rgba(8,34,46,0.14); }
.beat__time { font-family: var(--head-sm); font-size: 1.4rem; font-weight: 600; color: var(--eh-rust); }
.beat__time .clock { display: block; font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.55; margin-top: 6px; }
.beat__body h3 { font-family: var(--head-sm); font-weight: 600; font-size: 1.5rem; margin-bottom: 8px; }
.beat__body p { margin: 0; font-size: 1.08rem; max-width: 54ch; opacity: 0.88; }
.beat:nth-child(2) .beat__time { color: var(--eh-yellow); -webkit-text-stroke: 0; }
.beat:nth-child(1) .beat__time { color: var(--eh-rust); }
.beat:nth-child(3) .beat__time { color: var(--eh-blue); }
.beat:nth-child(4) .beat__time { color: var(--eh-pink); }

/* =====================================================================
   VIBE (quote)
   ===================================================================== */
.vibe { position: relative; overflow: hidden; }
.vibe__media { position: absolute; inset: 0; z-index: 0; }
.vibe__media image-slot { width: 100%; height: 100%; }
.vibe__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,22,32,0.7), rgba(5,22,32,0.86)); }
.vibe__inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto; }
.vibe h2 { font-family: var(--head); font-size: clamp(2.6rem, 6vw, 5rem); color: var(--eh-cream-pure); }
.vibe p { font-size: clamp(1.15rem, 2vw, 1.5rem); margin: 26px auto 0; max-width: 36ch; color: rgba(255,255,255,0.9); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 56px; }
.qa { padding: 22px 0; border-bottom: 1px solid rgba(8,34,46,0.14); }
.qa h3 { font-family: var(--head-sm); font-weight: 600; font-size: 1.2rem; margin-bottom: 10px; display: flex; gap: 12px; align-items: baseline; }
.qa h3 .q { color: var(--eh-rust); }
.qa p { margin: 0; font-size: 1.04rem; opacity: 0.88; max-width: 50ch; }
.faq__quote { grid-column: 1 / -1; margin-top: 40px; text-align: center; font-family: var(--head); font-size: clamp(1.8rem, 4vw, 3rem); color: var(--eh-blue); line-height: 1.1; }

/* =====================================================================
   RESERVE + FORM
   ===================================================================== */
.reserve { position: relative; overflow: hidden; }
.reserve__media { position: absolute; inset: 0; z-index: 0; }
.reserve__media image-slot { width: 100%; height: 100%; }
.reserve__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,22,32,0.82), rgba(5,20,29,0.95)); }
.reserve__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.reserve__left .kick { color: var(--eh-yellow); display: block; margin-bottom: 20px; }
.reserve__left h2 { font-family: var(--head); font-size: clamp(2.6rem, 5.5vw, 4.6rem); color: var(--eh-cream-pure); }
.reserve__left p { max-width: 34ch; margin: 22px 0 36px; opacity: 0.9; font-size: 1.12rem; }
.reserve__facts { display: flex; gap: 44px; flex-wrap: wrap; }
.reserve__facts .lab { display: block; color: var(--eh-yellow); opacity: 0.85; margin-bottom: 6px; }
.reserve__facts .val { font-family: var(--head-sm); font-size: 1.4rem; color: #fff; }

/* form card */
.form { background: var(--eh-offwhite); color: var(--eh-ink); border-radius: 12px; padding: 38px 38px 34px; box-shadow: 0 30px 80px rgba(0,0,0,0.45); }
.form__steps { display: flex; gap: 8px; margin-bottom: 26px; }
.form__steps .dot { flex: 1; height: 4px; border-radius: 2px; background: rgba(8,34,46,0.14); transition: background 0.3s; }
.form__steps .dot.on { background: var(--eh-rust); }
.form__stepname { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 22px; }
.form__stepname .kick { color: var(--eh-rust); }
.form__stepname .count { font-family: var(--head-sm); font-weight: 600; font-size: 1rem; opacity: 0.5; }
.form h3 { font-family: var(--head); font-size: 1.9rem; margin-bottom: 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600; margin-bottom: 8px; opacity: 0.7; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1.05rem; padding: 13px 15px;
  border: 1.5px solid rgba(8,34,46,0.18); border-radius: 8px; background: #fff; color: var(--eh-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--eh-rust); box-shadow: 0 0 0 3px rgba(205,76,49,0.14); }
.field.err input, .field.err select { border-color: #c0392b; }
.field .msg { color: #c0392b; font-size: 0.78rem; margin-top: 6px; display: none; }
.field.err .msg { display: block; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
/* room radio cards */
.roompick { display: grid; gap: 12px; }
.roompick label { cursor: pointer; border: 1.5px solid rgba(8,34,46,0.18); border-radius: 10px; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; transition: border-color 0.2s, background 0.2s; }
.roompick input { position: absolute; opacity: 0; pointer-events: none; }
.roompick label:hover { border-color: rgba(205,76,49,0.5); }
.roompick input:checked + .rp { }
.roompick label:has(input:checked) { border-color: var(--eh-rust); background: rgba(205,76,49,0.06); }
.rp__name { font-family: var(--head-sm); font-weight: 600; font-size: 1.15rem; }
.rp__desc { font-size: 0.82rem; opacity: 0.65; }
.rp__price { font-family: var(--head-sm); font-weight: 600; font-size: 1.3rem; color: var(--eh-rust); }
.form__nav { display: flex; gap: 12px; margin-top: 26px; align-items: center; }
.form__nav .spacer { flex: 1; }
.linklike { background: none; border: none; cursor: pointer; font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.74rem; color: var(--eh-ink); opacity: 0.6; padding: 8px; }
.linklike:hover { opacity: 1; }
/* summary / success */
.summary { list-style: none; margin: 0 0 8px; padding: 0; }
.summary li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(8,34,46,0.12); font-size: 1rem; }
.summary li .k { opacity: 0.6; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; font-weight: 600; }
.summary li .v { font-family: var(--head-sm); font-weight: 600; font-size: 1.05rem; }
.success { text-align: center; padding: 14px 0; }
.success img { width: 92px; margin: 0 auto 18px; }
.success h3 { font-family: var(--head); font-size: 2.2rem; margin-bottom: 10px; }
.success p { opacity: 0.82; max-width: 36ch; margin: 0 auto 22px; }
.ig-line { margin-top: 18px; text-align: center; font-size: 0.92rem; opacity: 0.7; }
.ig-line a { color: var(--eh-rust); font-weight: 600; text-decoration: none; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.foot { background: #05161f; color: rgba(255,255,255,0.82); padding: 64px 0 48px; }
.foot__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 36px; }
.foot__logo { height: 64px; }
.foot__tag { font-family: var(--head-sm); font-weight: 600; font-size: 1.25rem; color: var(--eh-cream-pure); max-width: 18ch; }
.foot__bottom { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 28px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.6; }

/* =====================================================================
   REVEAL ANIMATIONS
   ===================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s cubic-bezier(.2,.7,.3,1), transform 0.9s cubic-bezier(.2,.7,.3,1); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: 0.08s; }
  .reveal.d2 { transition-delay: 0.16s; }
  .reveal.d3 { transition-delay: 0.24s; }
  .reveal.d4 { transition-delay: 0.32s; }
}

/* =====================================================================
   NAV DRAWER + BURGER (mobile)
   ===================================================================== */
.nav__burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; padding: 8px; cursor: pointer; flex-shrink: 0;
}
.nav__burger span {
  display: block; width: 22px; height: 2px; background: #fff;
  border-radius: 1px; transition: transform 0.22s ease, opacity 0.22s ease;
}
.nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__drawer {
  position: fixed; top: 0; left: 0; right: 0; z-index: 58;
  background: rgba(5,20,29,0.97); backdrop-filter: blur(18px);
  padding: calc(var(--logo-h) + 40px) 28px 36px;
  display: flex; flex-direction: column; gap: 4px;
  transform: translateY(-105%);
  transition: transform 0.32s cubic-bezier(.3,.7,.3,1);
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.nav__drawer.open { transform: translateY(0); }
.nav__drawer-link {
  font-size: 1.25rem; font-weight: 600; text-decoration: none;
  color: rgba(255,255,255,0.88); padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: color 0.18s;
}
.nav__drawer-link:last-child { border-bottom: none; }
.nav__drawer-link:hover { color: #fff; }
.nav__drawer-cta {
  color: var(--eh-yellow); margin-top: 8px; border: none !important;
  font-size: 1.1rem;
}
body.nav-open { overflow: hidden; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */

/* ── Tablet / small desktop (≤900px) ── */
@media (max-width: 900px) {
  .wrap { padding: 0 24px; }
  .sec { padding: 84px 0; }
  .nav { padding: 14px 0; }
  /* hide all nav links, show burger instead */
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .hero__sun { width: 92px; top: 92px; right: 24px; }
  .hero__meta { gap: 32px; }
  .scrollcue { display: none; }
  .incl, .rooms, .reserve__inner, .faq { grid-template-columns: 1fr; }
  .reserve__inner { gap: 40px; }
  .tiles--5 { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .tiles--5 .tile:nth-child(1) { grid-row: span 1; grid-column: span 2; }
  .beat { grid-template-columns: 1fr; gap: 10px; }
  .field--row { grid-template-columns: 1fr; }
  .shead { flex-direction: column; gap: 12px; }
}

/* ── Mobile (≤640px) ── */
@media (max-width: 640px) {
  :root { --logo-h: 44px; --hero-pad: 140px; }
  .wrap { padding: 0 20px; }
  .sec { padding: 64px 0; }

  /* nav */
  .nav { padding: 12px 0; }
  .nav__drawer { padding-top: calc(var(--logo-h) + 32px); }

  /* hero */
  .hero { padding-top: 76px; padding-bottom: 32px; }
  .hero__sun { display: none; }
  .hero h1 { font-size: clamp(2.2rem, 9.5vw, 3.4rem); }
  .hero__sub { font-size: 1.05rem; margin: 14px 0 0; max-width: 32ch; }
  .hero__meta { gap: 18px; margin-top: 26px; padding-top: 18px; }
  .hero__meta .val { font-size: 1.15rem; }
  .scrollcue { display: none; }

  /* exp / vibe / reserve full-bleed */
  .exp { min-height: 60vh; }
  .exp h2 { font-size: clamp(2.4rem, 10vw, 3.8rem); }
  .exp p { font-size: 1.05rem; max-width: 28ch; margin-top: 16px; }
  .exp .kick { margin-bottom: 14px; }
  .vibe { padding: 96px 0 !important; }
  .vibe h2 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
  .vibe p { font-size: 1.05rem; }
  .reserve { padding: 72px 0 !important; }
  .reserve__left h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .reserve__facts { gap: 20px; flex-wrap: wrap; }
  .reserve__facts .val { font-size: 1.15rem; }

  /* section headers */
  .shead { gap: 8px; margin-bottom: 32px; }
  .shead h2 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
  .shead .num { font-size: 1.2rem; }
  .lead { font-size: 1.05rem; }
  .kick { letter-spacing: 0.2em; }

  /* tiles — single column on phone */
  .tiles--5 { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .tiles--5 .tile:nth-child(1) { grid-column: span 1; }
  .tiles { grid-template-columns: 1fr !important; }

  /* included */
  .incl { gap: 32px; }
  .incl__col h3 { font-size: 1.6rem; }
  .incl__list li { font-size: 0.98rem; padding: 11px 0; }

  /* rooms */
  .room__media { height: 200px; }
  .room__body { padding: 20px 20px 24px; }
  .room h3 { font-size: 1.8rem; }
  .room__price .amt { font-size: 2rem; }

  /* beat / rhythm */
  .beat { padding: 22px 0; }
  .beat__time { font-size: 1.2rem; }
  .beat__body h3 { font-size: 1.3rem; }
  .beat__body p { font-size: 0.98rem; }

  /* faq */
  .faq { grid-template-columns: 1fr; gap: 0; }
  .faq__quote { font-size: clamp(1.4rem, 6vw, 2rem); }
  .qa p { font-size: 1rem; }

  /* form */
  .form { padding: 24px 20px 22px; border-radius: 10px; }
  .form h3 { font-size: 1.5rem; margin-bottom: 16px; }

  /* footer */
  .foot { padding: 48px 0 32px; }
  .foot__top { flex-direction: column; align-items: flex-start; gap: 16px; }
  .foot__logo { height: 44px; }
  .foot__bottom { flex-direction: column; gap: 8px; }
}

/* =====================================================================
   COLLECTIONS / DETAIL PAGES
   ===================================================================== */
.page-hero {
  background: var(--eh-ink);
  color: var(--eh-offwhite);
  padding: 170px 0 92px;
}
.page-hero h1 {
  font-family: var(--head);
  font-size: clamp(3rem, 7vw, 6rem);
  color: var(--eh-cream-pure);
  max-width: 12ch;
}
.page-hero .kick { color: var(--eh-yellow); display: block; margin-bottom: 20px; }
.collection-grid, .retreat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.collection-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  background: #fff;
  border: 1px solid rgba(8,34,46,0.12);
  border-radius: 8px;
  overflow: hidden;
  color: var(--eh-ink);
  text-decoration: none;
}
.collection-card__body, .collection-card:not(.retreat-card) {
  padding: 28px;
}
.collection-card h3 {
  font-family: var(--head);
  font-size: 2rem;
  line-height: 1;
  margin: 14px 0;
}
.collection-card p {
  margin: 0;
  opacity: 0.78;
}
.retreat-card { min-height: 100%; }
.card-media {
  display: block;
  height: 230px;
  overflow: hidden;
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.72;
}
.text-link {
  color: var(--eh-rust);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  text-decoration: none;
}
.collection-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.collection-tabs a {
  border: 1px solid rgba(8,34,46,0.16);
  border-radius: 999px;
  padding: 9px 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}
.collection-tabs a.active {
  color: #fff;
  background: var(--eh-rust);
  border-color: var(--eh-rust);
}
.detail-hero { min-height: 78vh; }
.detail-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 72px;
  align-items: start;
}
.detail-aside {
  position: sticky;
  top: 110px;
}
.detail-aside h2 {
  font-family: var(--head);
  font-size: 2.4rem;
  line-height: 1;
  margin: 16px 0;
}
.detail-aside p { margin-bottom: 28px; }
.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
  max-width: 46rem;
}
.ghost-pill {
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.72rem;
  padding: 9px 16px;
  cursor: default;
}
.dark-pills .ghost-pill {
  background: rgba(8,34,46,0.08);
  color: var(--eh-ink);
}
.two-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 42px;
}
.incl__list.compact li {
  font-size: 0.98rem;
  padding: 10px 0;
}

@media (max-width: 900px) {
  .collection-grid, .retreat-grid, .detail-layout, .two-list {
    grid-template-columns: 1fr;
  }
  .detail-aside {
    position: static;
  }
  .page-hero {
    padding: 132px 0 72px;
  }
}
