:root {
  --cream: #F4F0E8;
  --cream-alt: #EBE6DB;
  --cream-light: #FBF9F4;
  --tag-bg: #F1ECE1;
  --ink: #1A1A18;
  --ink-soft: #3A3833;
  --body-text: #4A4841;
  --text-muted: #5A5852;
  --text-faint: #6A675E;
  --eyebrow: #8A877E;
  --eyebrow-dark: #9A968C;
  --pine: #25382C;
  --pine-hover: #1B2B21;
  --pine-deep: #1E2B23;
  --pine-deepest: #17231C;
  --terracotta: #B4552F;
  --off-white: #F5F1E8;
  --off-white-2: #F7F4ED;
  --amenity-text: #D7D3C9;
  --amenity-dot: #C9C5BB;
  --footer-text: #B8B4AA;
  --footer-subtext: #8A867C;
  --footer-copyright: #6E6A60;
  --rules-body: #B8B4AA;
  --isnt-body: #B4B0A6;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--text-muted); }
input, textarea, button { font-family: inherit; }
button { cursor: pointer; }

.serif { font-family: 'Cormorant Garamond', serif; }

/* ============ NAV ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(244, 240, 232, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav__logo { line-height: 0; display: block; }
.nav__logo img { height: 30px; width: auto; display: block; }
.nav__right { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
.nav__links {
  display: flex;
  gap: clamp(16px, 2.4vw, 34px);
  align-items: center;
  color: var(--ink-soft);
  font-size: 11.5px;
  letter-spacing: 0.16em;
}
.nav__links a { cursor: pointer; white-space: nowrap; }
.nav__cta {
  border: none;
  background: var(--pine);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 12px 20px;
  border-radius: 2px;
}
.nav__menu-btn {
  border: none;
  background: none;
  padding: 6px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  display: none;
}

@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__menu-btn { display: block; }
}

/* ============ MOBILE NAV OVERLAY ============ */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 49;
  background: rgba(244, 240, 232, 0.98);
  backdrop-filter: blur(6px);
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 40px;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: var(--ink);
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-nav__close {
  margin-top: 28px;
  align-self: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 12px 22px;
  border-radius: 2px;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 120px clamp(20px, 5vw, 64px) clamp(52px, 7vw, 88px);
  background-image: linear-gradient(180deg, rgba(18,24,18,0.34) 0%, rgba(18,24,18,0.12) 42%, rgba(14,20,15,0.84) 100%), url('../assets/hero-sky.jpg');
  background-size: cover;
  background-position: center 35%;
}
.hero__inner { max-width: 780px; color: var(--off-white); }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--off-white);
  background: rgba(180, 85, 47, 0.9);
  padding: 8px 15px;
  border-radius: 2px;
  margin-bottom: 26px;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(58px, 10vw, 126px);
  line-height: 0.92;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}
.hero__sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(21px, 2.8vw, 32px);
  line-height: 1.25;
  color: var(--off-white);
  margin: 0 0 22px;
}
.hero__body {
  font-size: clamp(15px, 1.7vw, 19px);
  line-height: 1.75;
  max-width: 560px;
  color: rgba(245, 241, 232, 0.92);
  margin: 0 0 16px;
  font-weight: 300;
}
.hero__closer {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(19px, 2.4vw, 26px);
  line-height: 1.4;
  color: var(--off-white);
  margin: 0 0 34px;
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-solid {
  border: none;
  background: var(--pine);
  color: var(--off-white);
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 17px 34px;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.btn-solid:hover { background: var(--pine-hover); }
.btn-outline {
  border: 1px solid rgba(245, 241, 232, 0.6);
  background: rgba(245, 241, 232, 0.06);
  color: var(--off-white);
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 17px 34px;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.btn-outline:hover { background: rgba(245, 241, 232, 0.16); }

/* ============ TRUST STRIP ============ */
.trust-strip { background: var(--pine); color: #EDE7DA; padding: 22px clamp(20px, 5vw, 64px); }
.trust-strip__inner {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 4vw, 52px);
}
.trust-strip__item { font-size: 13px; letter-spacing: 0.18em; color: #EDE7DA; }
.trust-strip__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--terracotta); flex: none; }

/* ============ EDITORIAL SPLIT (Environment / Why) ============ */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  align-items: stretch;
}
.split__media { min-height: clamp(440px, 52vw, 780px); }
.split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 112px) clamp(26px, 6vw, 96px);
}
.eyebrow { font-size: 11px; letter-spacing: 0.32em; color: var(--eyebrow); margin-bottom: 28px; }
.split__content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(40px, 5.4vw, 66px);
  line-height: 1.0;
  margin: 0 0 34px;
  letter-spacing: -0.01em;
}
.split__body {
  max-width: 460px;
  color: var(--body-text);
  font-size: 16.5px;
  line-height: 1.85;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.split__body p { margin: 0; }

/* ============ ENVIRONMENT extras ============ */
#environment { background: var(--cream); }
.feel-lines {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 120px) clamp(24px, 6vw, 40px) clamp(24px, 4vw, 48px);
  text-align: center;
}
.feel-lines__main {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.95;
  color: #2A2A26;
}
.feel-lines__closer {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--text-faint);
  margin-top: 44px;
  line-height: 1.75;
}
.feel-statement {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 40px) clamp(60px, 8vw, 104px);
  text-align: center;
}
.feel-statement p {
  display: inline-block;
  margin: 0;
  border-top: 1px solid rgba(37, 56, 44, 0.25);
  border-bottom: 1px solid rgba(37, 56, 44, 0.25);
  padding: 28px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(27px, 3.7vw, 46px);
  line-height: 1.18;
  color: var(--pine);
}
.feel-tags {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 22px;
  padding: 0 clamp(20px, 5vw, 64px) clamp(76px, 9vw, 124px);
}
.feel-tag { text-align: center; }
.feel-tag__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pine); margin: 0 auto 14px; }
.feel-tag__label { font-size: 12.5px; letter-spacing: 0.06em; color: var(--body-text); }

/* ============ WHY BEYOND ============ */
#why { background: var(--cream-alt); }
.why__stat {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
.why__stat-num { font-family: 'Cormorant Garamond', serif; font-size: 54px; line-height: 1; color: var(--pine); }
.why__stat-label { font-size: 11px; letter-spacing: 0.16em; line-height: 1.9; color: var(--text-muted); }

/* ============ SECTION shell ============ */
.section { padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 64px); }
.section__inner { max-width: 1220px; margin: 0 auto; }
.section__heading { max-width: 680px; margin: 0 auto clamp(44px, 5vw, 62px); text-align: center; }
.section__heading .eyebrow { text-align: center; margin-bottom: 20px; }
.section__heading h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1.0;
  margin: 0;
  letter-spacing: -0.01em;
}

/* ============ PROPERTY ============ */
.property-photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: clamp(40px, 5vw, 56px);
}
.property-photos img {
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  object-fit: cover;
  border-radius: 3px;
}
.property-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2px;
  background: rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  overflow: hidden;
}
.property-facts div { background: var(--cream); padding: 22px 26px; font-size: 15px; color: var(--ink-soft); }

/* ============ WHO FOR / ISN'T FOR ============ */
.whofor-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 4vw, 56px);
}
.whofor-card {
  background: var(--cream-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: clamp(32px, 4vw, 52px);
}
.whofor-card h3, .isnt-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 38px);
  margin: 0 0 30px;
}
.whofor-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.whofor-tags span {
  font-size: 14px;
  color: var(--ink-soft);
  padding: 9px 16px;
  background: var(--tag-bg);
  border-radius: 2px;
}
.isnt-card {
  background: var(--pine-deep);
  border-radius: 4px;
  padding: clamp(32px, 4vw, 52px);
  color: #E7E4DC;
}
.isnt-card .eyebrow { color: var(--eyebrow-dark); }
.isnt-card h3 { color: var(--cream); }
.isnt-list { display: flex; flex-direction: column; gap: 2px; }
.isnt-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.isnt-list div:last-child { border-bottom: none; }
.isnt-list span.dash { width: 16px; height: 1px; background: #8A867C; flex: none; }
.isnt-list span.label { font-size: 15px; color: #C9C5BB; }
.isnt-card p { margin: 28px 0 0; font-size: 15px; line-height: 1.7; color: var(--isnt-body); font-weight: 300; }

/* ============ EXPERIENCE ============ */
.experience-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 5vw, 72px);
}
.experience-copy { flex: 1 1 380px; min-width: 300px; }
.experience-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.05;
  margin: 0 0 34px;
  letter-spacing: -0.01em;
}
.experience-list { display: flex; flex-direction: column; }
.experience-list div {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.4vw, 27px);
  color: var(--ink);
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.experience-list div:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.experience-collage {
  flex: 1 1 340px;
  min-width: 280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: clamp(150px, 20vw, 220px);
  gap: 14px;
}
.experience-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.experience-collage img.span-2 { grid-column: span 2; }

/* ============ AMENITIES ============ */
#amenities { background: var(--pine-deep); color: #E7E4DC; padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 64px); }
#amenities .eyebrow { color: var(--eyebrow-dark); text-align: center; }
#amenities h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 4.6vw, 54px);
  margin: 0 auto clamp(40px, 5vw, 58px);
  color: var(--cream);
  max-width: 640px;
  text-align: center;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.amenities-grid div {
  background: var(--pine-deep);
  padding: 26px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.amenities-grid span.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amenity-dot); flex: none; }
.amenities-grid span.label { font-size: 14.5px; color: var(--amenity-text); }

/* ============ THINGS TO DO ============ */
#todo .eyebrow, #todo h2 { text-align: center; }
#todo h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(38px, 5.2vw, 62px);
  margin: 0 auto clamp(40px, 5vw, 56px);
  letter-spacing: -0.01em;
  max-width: 640px;
}
.todo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.todo-card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: clamp(240px, 28vw, 300px);
}
.todo-card img { width: 100%; height: 100%; object-fit: cover; }
.todo-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 16, 14, 0.7));
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.todo-card__overlay span { color: var(--off-white-2); font-family: 'Cormorant Garamond', serif; font-size: 24px; }
.todo-also {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.todo-also__label { font-size: 12px; letter-spacing: 0.1em; color: var(--eyebrow); margin-right: 6px; }
.todo-also span.tag { font-size: 14px; color: var(--ink-soft); padding: 8px 15px; background: var(--cream-alt); border-radius: 2px; }

/* ============ RULES ============ */
#rules {
  position: relative;
  background-image: linear-gradient(180deg, rgba(20,21,19,0.86), rgba(20,21,19,0.9)), url('../uploads/Beyond-Website-Photos/26_property_villa-at-night.jpg');
  background-size: cover;
  background-position: center;
  color: #E7E4DC;
}
.rules-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.rules-copy { flex: 1 1 400px; min-width: 300px; }
.rules-copy .eyebrow { color: var(--eyebrow-dark); }
.rules-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(38px, 5.2vw, 60px);
  margin: 0 0 28px;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.rules-copy .split__body { max-width: 480px; color: var(--rules-body); font-size: 16px; }
.rules-list { flex: 1 1 300px; min-width: 260px; display: flex; flex-direction: column; gap: 12px; }
.rules-list div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.rules-list .num { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #8A867C; }
.rules-list .label { font-size: 16px; letter-spacing: 0.04em; color: var(--cream); }

/* ============ FAQ ============ */
#faq .section__heading { max-width: 900px; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid rgba(0, 0, 0, 0.12); }
.faq-item { border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.faq-item__q {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}
.faq-item__q span.q { font-family: 'Cormorant Garamond', serif; font-size: clamp(21px, 2.4vw, 27px); color: var(--ink); }
.faq-item__q span.sign { font-size: 22px; color: var(--eyebrow); flex: none; line-height: 1; }
.faq-item__a { margin: 0; padding: 0 0 26px; max-width: 640px; font-size: 16px; line-height: 1.75; color: var(--body-text); font-weight: 300; display: none; }
.faq-item.is-open .faq-item__a { display: block; }

/* ============ FINAL CTA ============ */
#contact {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 64px);
  background-image: linear-gradient(180deg, rgba(15,16,14,0.34), rgba(15,16,14,0.5)), url('../uploads/Beyond-Website-Photos/05_view_guests-on-cliff-above-clouds.jpg');
  background-size: cover;
  background-position: center;
}
#contact .inner { max-width: 680px; color: var(--off-white-2); }
#contact .eyebrow { color: rgba(247, 244, 237, 0.82); margin-bottom: 22px; text-align: center; }
#contact h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.0;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}
#contact p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 28px);
  color: rgba(247, 244, 237, 0.94);
  margin: 0 0 36px;
}
.btn-cream {
  border: none;
  background: var(--cream);
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 18px 40px;
  border-radius: 2px;
}

/* ============ FOOTER ============ */
.footer { background: var(--pine-deepest); color: var(--footer-text); padding: clamp(52px, 6vw, 80px) clamp(20px, 5vw, 64px) 40px; }
.footer__inner {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__logo { height: 100px; width: auto; display: block; opacity: 0.95; }
.footer__tagline { margin: 24px 0 0; font-size: 13px; line-height: 1.7; color: var(--footer-subtext); max-width: 280px; }
.footer__links { display: flex; gap: clamp(28px, 5vw, 64px); flex-wrap: wrap; }
.footer__nav { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer__nav a { color: var(--footer-text); }
.btn-footer {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 14px 26px;
  border-radius: 2px;
}
.footer__bottom {
  max-width: 1220px;
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: var(--footer-copyright);
}

/* ============ ENQUIRY MODAL ============ */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 16, 14, 0.55);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.is-open { display: flex; }
.modal {
  width: 100%;
  max-width: 520px;
  max-height: 92vh;
  overflow: auto;
  background: var(--cream);
  border-radius: 5px;
  padding: clamp(28px, 4vw, 44px);
}
.modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 6px; }
.modal__head .eyebrow { margin: 0; }
.modal__close { border: none; background: none; font-size: 24px; line-height: 1; color: var(--text-muted); margin-top: -6px; }
.modal h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 34px; margin: 0 0 8px; }
.modal__hint { margin: 0 0 26px; font-size: 14px; color: var(--text-muted); line-height: 1.6; font-weight: 300; }
.modal form { display: flex; flex-direction: column; gap: 16px; }
.modal label { display: flex; flex-direction: column; gap: 7px; font-size: 11px; letter-spacing: 0.12em; color: #7A776F; }
.modal input, .modal textarea {
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: var(--cream-light);
  border-radius: 2px;
  padding: 13px 14px;
  font-size: 15px;
  color: var(--ink);
}
.modal textarea { resize: vertical; }
.modal__row { display: flex; gap: 16px; flex-wrap: wrap; }
.modal__row label { flex: 1 1 160px; }
.modal__row label.guests { flex: 1 1 100px; }
.btn-dark {
  border: none;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 16px;
  border-radius: 2px;
  margin-top: 4px;
}

/* ============ SCROLL REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.1s cubic-bezier(0.22,1,0.36,1), transform 1.1s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

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