/* Juna Retreat — Phu Quoc 2026 — vanilla build */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

:root {
  /* bone palette */
  --bg: #f6f4ef;
  --surface: #ebe7df;
  --ink: #1a1a18;
  --muted: #6c6a63;
  --accent: #1a1a18;
  --line: rgba(26,26,24,.14);

  /* fraunces + inter */
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
  --display-weight: 400;
  --body-weight: 400;

  /* airy density */
  --section-pad: 160px;
  --container-max: 1200px;
  --gap: 28px;
  --h1: 92px;
  --h2: 56px;
  --lead: 22px;
  --body: 17px;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--accent); color: var(--bg); }

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 32px;
}

.section {
  padding: var(--section-pad) 0;
  border-top: 1px solid var(--line);
  position: relative;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
  font-weight: 500;
}

.h2 {
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: var(--h2);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  text-wrap: pretty;
}
.h2 .muted { color: var(--muted); font-style: italic; }

.h3 {
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.01em;
  margin: 0 0 12px;
}

.lead {
  font-size: var(--lead);
  line-height: 1.5;
  color: var(--ink);
  max-width: 60ch;
  margin: 0 0 24px;
  text-wrap: pretty;
}

p { margin: 0 0 1em; line-height: 1.6; }
.muted { color: var(--muted); }
.section-head { max-width: 760px; margin-bottom: 64px; }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font: inherit; font-weight: 500; font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s, background .15s, color .15s, border-color .15s;
}
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--accent); opacity: .9; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 18px 28px; font-size: 16px; }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.hero-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  position: relative; z-index: 3;
}
.wordmark {
  display: inline-flex; align-items: center;
  padding: 8px 14px;
  background: rgba(20, 18, 14, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  color: #ffffff !important;
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: 22px;
  letter-spacing: -.01em;
}
.wordmark span { margin: 0 .35em; color: rgba(255,255,255,.7) !important; font-style: italic; }
.hero-nav { display: flex; align-items: center; gap: 28px; }
.hero-nav a {
  text-decoration: none;
  font-size: 14px;
  color: var(--ink);
  opacity: .85;
}
.hero-nav a:hover { opacity: 1; }
.hero-nav-cta {
  padding: 9px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}
.hero-nav-cta:hover { background: var(--ink); color: var(--bg); }

.hero-full .hero-h1, .hero-full .hero-sub, .hero-full .m-value, .hero-full .m-label,
.hero-full .eyebrow, .hero-full .hero-credit, .hero-full .hero-nav a {
  text-shadow: 0 1px 2px rgba(0,0,0,.5), 0 2px 16px rgba(0,0,0,.35);
}
.hero-full { color: #fafaf6; }
.hero-full .hero-nav a { color: #fafaf6; }
.hero-full .hero-nav-cta { border-color: rgba(255,255,255,.65); }
.hero-full .hero-nav-cta:hover { background: #fafaf6; color: #1a1a18; border-color: #fafaf6; }
.hero-full .wordmark { color: #fafaf6; }
.footer .wordmark, .pitch .wordmark { background: transparent; padding: 0; backdrop-filter: none; -webkit-backdrop-filter: none; border-radius: 0; color: #ffffff; }
.hero-full .eyebrow { color: rgba(255,255,255,.92); }
.hero-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: opacity 1.4s ease;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 25%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.85) 100%),
    radial-gradient(ellipse at 25% 75%, rgba(0,0,0,.5) 0%, transparent 60%);
  z-index: 1;
}
.hero-inner {
  position: relative; z-index: 2;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-bottom: 32px;
}
.hero-content {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 32px;
  align-self: end;
  width: 100%;
  padding-bottom: 40px;
}
.hero-h1 {
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: var(--h1);
  line-height: .98;
  letter-spacing: -.025em;
  margin: 12px 0 22px;
  max-width: 18ch;
  text-wrap: balance;
}
.hero-sub { font-size: 22px; line-height: 1.4; max-width: 56ch; opacity: 1; }
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.22);
  max-width: 880px;
}
.hero-meta > div { display: flex; flex-direction: column; gap: 4px; }
.m-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.m-value { font-family: var(--serif); font-size: 19px; }

.hero-bottom {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-dots { display: flex; gap: 8px; }
.hero-dots button {
  appearance: none;
  width: 22px; height: 2px;
  background: rgba(255,255,255,.4);
  border: 0; padding: 0;
  cursor: pointer;
  transition: background .2s, width .2s;
}
.hero-dots button[data-on="1"] { background: #fafaf6; width: 36px; }
.hero-credit { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .6; }

/* Hero inset video */
.hero-video {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 4;
  width: 280px;
  aspect-ratio: 16/9;
  background: #000;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
  transition: transform .2s, box-shadow .2s;
}
.hero-video:hover { transform: scale(1.025); box-shadow: 0 16px 48px rgba(0,0,0,.55); }
.hero-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-video-overlay {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: rgba(0,0,0,.22);
  pointer-events: none;
}
.hero-video-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  display: grid; place-items: center;
  transition: transform .15s, background .15s;
}
.hero-video:hover .hero-video-btn { transform: scale(1.06); background: rgba(255,255,255,.28); }
.hero-video-btn svg { margin-left: 3px; }

/* Video modal */
.video-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  padding: 32px;
  background: rgba(0,0,0,.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: video-modal-in .2s ease-out;
}
.video-modal[hidden] { display: none; }
.video-modal-video {
  max-width: min(1200px, calc(100vw - 64px));
  max-height: calc(100vh - 64px);
  width: auto; height: auto;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
  background: #000;
}
.video-modal-close {
  position: absolute;
  top: 24px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  cursor: pointer;
  display: grid; place-items: center;
  padding: 0;
  transition: background .15s;
}
.video-modal-close:hover { background: rgba(255,255,255,.25); }
@keyframes video-modal-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
body.video-modal-open { overflow: hidden; }
@media (max-width: 600px) {
  .video-modal { padding: 16px; }
  .video-modal-close { top: 16px; right: 16px; }
}

/* ── Pitch ──────────────────────────────────────────────────────────────── */
.pitch-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}
.pitch-grid .h2 { font-size: clamp(48px, 6vw, 76px); }
.pitch-body p { font-size: 18px; line-height: 1.6; color: var(--ink); }
.pitch-body p + p { margin-top: 18px; }

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}
.pillar p { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 0; }

/* ── Rooms ──────────────────────────────────────────────────────────────── */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
.room {
  background: var(--surface);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform .2s;
}
.room:hover { transform: translateY(-2px); }
.room-img {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.room-img-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .35s ease;
}
.room-img-slide[data-on="1"] { opacity: 1; }
.room-img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  font: 600 22px/1 ui-sans-serif, system-ui, sans-serif;
  padding: 0 0 2px;
  opacity: 0;
  transition: opacity .2s, background .2s;
  z-index: 2;
}
.room:hover .room-img-arrow,
.room-img-arrow:focus-visible { opacity: 1; }
.room-img-arrow:hover { background: rgba(0,0,0,.65); }
.room-img-prev { left: 10px; }
.room-img-next { right: 10px; }
.room-img-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.room-img-dots button {
  appearance: none;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(0,0,0,.15);
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.room-img-dots button[data-on="1"] {
  background: #fff;
  transform: scale(1.2);
}
.room-badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.92); color: var(--ink);
  padding: 4px 10px;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 999px;
  z-index: 2;
}
.room-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.room-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.room-name {
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: 22px;
  margin: 0;
  letter-spacing: -.01em;
}
.room-price {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: var(--display-weight);
  white-space: nowrap;
}
.room-price-unit { font-size: 12px; color: var(--muted); margin-left: 2px; }
.room-meta { font-size: 13px; color: var(--muted); display: flex; gap: 8px; }
.room-blurb { color: var(--ink); font-size: 14.5px; line-height: 1.55; margin: 4px 0 0; flex: 1; }
.room-link {
  margin-top: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--accent);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.room-link:hover { color: var(--ink); }

/* ── Meals ──────────────────────────────────────────────────────────────── */
.meals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.meals-list { list-style: none; padding: 0; margin: 24px 0 0; }
.meals-list li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
  color: var(--ink);
}
.meals-list li:last-child { border-bottom: 1px solid var(--line); }
.meals-r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 560px;
}
.meal-card { background-size: cover; background-position: center; }
.meal-card-1 { grid-row: span 2; }

/* ── Gallery (uniform) ──────────────────────────────────────────────────── */
.grid-uniform {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gu { aspect-ratio: 1; background-size: cover; background-position: center; position: relative; }
.gm-tag {
  position: absolute; bottom: 10px; left: 12px;
  background: rgba(0,0,0,.6); color: #fafaf6;
  padding: 4px 10px;
  font-size: 11px; letter-spacing: .08em;
  border-radius: 999px;
  opacity: 0; transition: opacity .2s;
}
.gu:hover .gm-tag { opacity: 1; }

/* ── Programming ────────────────────────────────────────────────────────── */
.prog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.prog {
  padding: 40px 32px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 24px;
}
.prog:nth-child(2n) { border-right: 0; }
.prog-num {
  grid-row: span 3;
  font-family: var(--serif);
  font-size: 36px;
  color: var(--muted);
  letter-spacing: -.02em;
}
.prog-title {
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: 28px;
  margin: 0 0 4px;
  letter-spacing: -.01em;
}
.prog-when { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.prog-body { font-size: 15.5px; line-height: 1.55; color: var(--ink); margin: 0; }

/* ── Who ────────────────────────────────────────────────────────────────── */
.who-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
.who-mix { display: flex; flex-direction: column; }
.who-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  align-items: baseline;
}
.who-row:last-child { border-bottom: 1px solid var(--line); }
.who-k { font-family: var(--serif); font-size: 22px; }
.who-v { color: var(--muted); font-size: 16px; line-height: 1.5; }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq-list { border-top: 1px solid var(--line); max-width: 880px; }
.faq-row { border-bottom: 1px solid var(--line); }
.faq-q {
  appearance: none;
  width: 100%;
  background: none; border: 0;
  text-align: left;
  padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
  font: inherit;
  font-family: var(--serif);
  font-weight: var(--display-weight);
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -.005em;
}
.faq-pm { font-size: 28px; color: var(--muted); font-family: var(--sans); font-weight: 300; line-height: 1; }
.faq-a {
  padding: 0 0 28px;
  max-width: 64ch;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink);
  display: none;
}
.faq-row.open .faq-a { display: block; }

/* ── Map ────────────────────────────────────────────────────────────────── */
.map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.map-list { list-style: none; padding: 0; margin: 24px 0 0; }
.map-list li { padding: 14px 0; border-top: 1px solid var(--line); font-size: 15px; }
.map-list li:last-child { border-bottom: 1px solid var(--line); }
.map-list b { font-family: var(--serif); font-weight: var(--display-weight); margin-right: 12px; }
.map-card { background: var(--surface); }
.map-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border: 0;
}
.map-coords { padding: 20px 24px; }
.map-coords > div:first-child { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 14px; }
.map-coords-sub { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ── Apply ──────────────────────────────────────────────────────────────── */
.apply { background: var(--surface); }
.apply-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.apply-aside { margin-top: 40px; }
.apply-aside-row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 24px; flex-wrap: wrap;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}
.apply-aside-row:last-child { border-bottom: 1px solid var(--line); }
.apply-aside-row span { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.apply-aside-row b { font-family: var(--serif); font-weight: var(--display-weight); font-size: 17px; text-align: right; max-width: 70%; line-height: 1.3; }

.apply-form { display: flex; flex-direction: column; gap: 18px; }
.apply-form label { display: flex; flex-direction: column; gap: 8px; }
.apply-form label > span {
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted);
  display: flex; justify-content: space-between; align-items: baseline;
}
.apply-form label > span i { font-style: normal; opacity: .7; }
.apply-form input,
.apply-form select,
.apply-form textarea {
  appearance: none;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px 16px;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s;
}
.apply-form select { cursor: pointer; padding-right: 40px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='rgba(0,0,0,.5)' d='M0 0h10L5 6z'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; }
.apply-form textarea { resize: vertical; min-height: 140px; line-height: 1.5; font-family: var(--sans); }
.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus { border-color: var(--ink); }
.apply-form .btn { align-self: flex-start; margin-top: 8px; }
.apply-fine { font-size: 13px; color: var(--muted); margin: 4px 0 0; }
.apply-fine a { color: var(--accent); }
.apply-error {
  background: rgba(176, 58, 58, .08);
  color: #b03a3a;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.apply-form button[disabled] { opacity: .55; cursor: wait; }
.apply-thanks { text-align: left; max-width: 640px; padding: 80px 32px; }

/* Payment summary card */
.pay-card {
  margin: 32px 0 24px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 6px;
  max-width: 520px;
}
.pay-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.pay-row:last-child { border-bottom: none; }
.pay-row span { color: var(--muted); }
.pay-row b { color: var(--ink); }
.pay-total { padding-top: 16px; font-size: 18px; }
.pay-total b { font-size: 22px; font-weight: 600; }
.pay-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

/* ── Footer ─────────────────────────────────────────────────────────────── */
.footer {
  background: var(--ink); color: var(--bg);
  padding: 80px 0 32px;
}
.footer .wordmark { color: #ffffff; margin-bottom: 12px; }
.footer p { color: rgba(255,255,255,.78); font-size: 14px; }
.footer .muted { color: rgba(255,255,255,.5); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-h { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.footer-grid a { display: block; text-decoration: none; color: rgba(255,255,255,.85); font-size: 14px; padding: 4px 0; }
.footer-grid a:hover { color: var(--bg); }
.footer-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  :root { --section-pad: 64px; --h1: 52px; --h2: 36px; }
  .hero-video { width: 220px; bottom: 24px; right: 20px; }
  .hero-nav { display: none; }
  .hero-nav .hero-nav-cta { display: inline-flex; }
  .hero-meta { grid-template-columns: 1fr; gap: 16px; }
  .pitch-grid, .meals-grid, .who-grid, .map-grid, .apply-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .prog-grid { grid-template-columns: 1fr; }
  .prog { border-right: 0; }
  .grid-uniform { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .meals-r { height: auto; grid-template-rows: 240px 240px; }
  .room-img-arrow { opacity: 1; }
}

@media (max-width: 600px) {
  .hero { height: auto; overflow: visible; min-height: 0; padding-bottom: 32px; }
  .hero-inner { min-height: 100vh; height: auto; }
  .hero-video {
    display: block;
    position: relative;
    width: auto;
    margin: 16px;
    aspect-ratio: 16 / 9;
    top: auto; bottom: auto; right: auto; left: auto;
  }
  .container { padding: 0 20px; }
  .hero-top { padding: 12px 20px; }
  .hero-content { padding: 0 20px 32px; }
  .hero-bottom { padding: 0 20px; }
  .hero-h1 { font-size: 44px; }
  .hero-sub { font-size: 17px; }
  .rooms-grid { grid-template-columns: 1fr; }
  .who-row { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --section-pad: 56px; --h1: 44px; --h2: 30px; --lead: 16px; --gap: 16px; }
  .container { padding: 0 18px; }
  .section-head { margin-bottom: 36px; }

  .hero-top { padding: 12px 18px; }
  .wordmark { font-size: 18px; padding: 6px 12px; }
  .hero-content { padding: 0 18px 28px; }
  .hero-bottom { padding: 0 18px; }
  .hero-h1 { font-size: clamp(34px, 9vw, 44px); line-height: 1; margin-bottom: 16px; }
  .hero-sub { font-size: 16px; line-height: 1.45; }
  .hero-meta { gap: 12px; margin-top: 28px; padding-top: 18px; }
  .m-value { font-size: 16px; }

  .pitch-grid { gap: 24px; margin-bottom: 48px; }
  .pillars { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .h3 { font-size: 22px; }

  .rooms-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .room-body { padding: 18px 20px 20px; }
  .room-name { font-size: 20px; }
  .room-price { font-size: 20px; }
  .room-head { flex-direction: column; align-items: flex-start; gap: 4px; }

  .meals-r { grid-template-columns: 1fr; grid-template-rows: auto auto auto; height: auto; }
  .meal-card { aspect-ratio: 3 / 4; }
  .meal-card-1 { grid-row: span 1; }
  .meals-list li { padding: 14px 0; font-size: 14.5px; }

  .grid-uniform { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gm-tag { opacity: 1; font-size: 10px; padding: 3px 8px; }

  .prog { padding: 28px 20px; grid-template-columns: 44px 1fr; column-gap: 16px; }
  .prog-num { font-size: 26px; }
  .prog-title { font-size: 22px; }
  .prog-when { font-size: 11px; margin-bottom: 10px; }
  .prog-body { font-size: 15px; }

  .who-row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .who-k { font-size: 19px; }
  .who-v { font-size: 15px; }

  .faq-q { font-size: 18px; padding: 18px 0; gap: 16px; line-height: 1.25; }
  .faq-pm { font-size: 24px; }
  .faq-a { font-size: 15px; padding-bottom: 22px; }

  .map-list li { padding: 12px 0; font-size: 14.5px; }
  .map-iframe { aspect-ratio: 5/4; }
  .map-coords { padding: 16px 18px; }
  .map-coords > div:first-child { font-size: 13px; }

  .apply-grid { gap: 28px; }
  .apply-aside-row { padding: 12px 0; font-size: 14px; }
  .apply-aside-row b { font-size: 15px; max-width: 65%; }
  .apply-form input, .apply-form select, .apply-form textarea { padding: 12px 14px; font-size: 16px; }
  .apply-form .btn { width: 100%; justify-content: center; }
  .apply-thanks { padding: 56px 18px; }
  .pay-card { padding: 18px 20px; }
  .pay-row { font-size: 14px; gap: 12px; }
  .pay-total b { font-size: 20px; }
  .pay-actions .btn { width: 100%; justify-content: center; }

  .footer { padding: 56px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 36px; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-top: 18px; }
}

@media (max-width: 420px) {
  .hero-h1 { font-size: 32px; }
  .grid-uniform { grid-template-columns: 1fr; }
}
