/*
Theme Name: SVRE Town Square Open House
Theme URI: https://skyvalleyrealestate.ae/
Author: Sky Valley Real Estate
Author URI: https://skyvalleyrealestate.ae/
Description: A luxury, conversion-focused landing page theme for the Town Square Dubai Open House event.
Version: 1.3.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: svre-open-house
*/

:root {
  --navy-950: #071827;
  --navy-900: #0b2235;
  --navy-800: #12334c;
  --ink: #14232e;
  --ivory: #f8f4eb;
  --paper: #fffdf8;
  --sand: #e8decd;
  --gold: #c9a96a;
  --gold-light: #e4c990;
  --sage: #718678;
  --white: #ffffff;
  --muted: #6f7b84;
  --line: rgba(12, 37, 56, .13);
  --shadow: 0 28px 80px rgba(7, 24, 39, .16);
  --display: "Marcellus", "Optima", "Times New Roman", serif;
  --body: "Montserrat", "Poppins", Arial, sans-serif;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 9999;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy-950);
}
.skip-link:focus { top: 20px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { width: 32px; height: 1px; content: ""; background: currentColor; }
.section-title {
  max-width: 800px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.section-copy { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s;
}
.button:hover { transform: translateY(-3px); }
.button--gold { color: var(--navy-950); background: var(--gold-light); }
.button--gold:hover { background: #f0d7a0; }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.04); }
.button--outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button svg { width: 17px; height: 17px; }

/* Header */
.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.site-header__inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.brand-logo { display: block; width: 190px; height: auto; object-fit: contain; }
.brand-logo--header { max-height: 55px; }
.brand-logo--footer { width: 175px; max-height: 52px; }
.custom-logo { width: auto; max-height: 56px; }
.brand__mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(228,201,144,.65);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: -.08em;
}
.brand__name { display: flex; flex-direction: column; font-size: .67rem; font-weight: 600; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.brand__name span:last-child { color: rgba(255,255,255,.65); font-size: .53rem; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a:not(.button) { position: relative; padding: 8px 0; }
.site-nav a:not(.button)::after { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; content: ""; background: var(--gold-light); transition: width .3s; }
.site-nav a:not(.button):hover::after { width: 100%; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .3s, opacity .3s; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 930px;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image {
  background-image: url("assets/images/camden-community.webp");
  background-position: center 58%;
  background-size: cover;
  transform: scale(1.02);
}
.hero__shade {
  background:
    linear-gradient(90deg, rgba(4,19,31,.92) 0%, rgba(4,19,31,.72) 39%, rgba(4,19,31,.20) 68%, rgba(4,19,31,.06) 100%),
    linear-gradient(0deg, rgba(4,19,31,.78) 0%, transparent 36%, rgba(4,19,31,.17) 100%);
}
.hero::after {
  position: absolute;
  z-index: 1;
  right: -10vw;
  bottom: -28vw;
  width: 60vw;
  height: 60vw;
  border: 1px solid rgba(228,201,144,.18);
  border-radius: 50%;
  content: "";
}
.hero__inner { position: relative; z-index: 2; padding-top: 115px; }
.hero__content { max-width: 800px; }
.hero__date {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero__date::before { width: 40px; height: 1px; content: ""; background: currentColor; }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(3.15rem, 5.1vw, 5.2rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.hero__lead { max-width: 610px; margin: 29px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1.02rem, 1.25vw, 1.13rem); line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__reserve--mobile { display: none; }
.hero__meta {
  display: grid;
  max-width: 800px;
  grid-template-columns: .9fr .85fr 1.35fr;
  margin-top: 58px;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.hero__meta-item { display: flex; min-height: 91px; align-items: center; gap: 13px; padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.19); }
.hero__meta-item:first-child { padding-left: 0; }
.hero__meta-item:last-child { border-right: 0; }
.hero__meta-item svg { flex: 0 0 23px; width: 23px; height: 23px; color: var(--gold-light); }
.hero__meta-item span { display: block; color: rgba(255,255,255,.65); font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero__meta-item strong { display: block; margin-top: 3px; color: var(--white); font-family: var(--display); font-size: 1rem; font-weight: 400; line-height: 1.4; }
.hero__meta-item:last-child strong { font-size: .9rem; }
.scroll-cue { position: absolute; z-index: 2; right: 40px; bottom: 35px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.6); font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue::after { width: 50px; height: 1px; content: ""; background: var(--gold-light); }

/* Introduction */
.intro { overflow: hidden; background: var(--paper); }
.intro::before { position: absolute; top: -190px; right: -190px; width: 480px; height: 480px; border: 1px solid var(--sand); border-radius: 50%; content: ""; }
.intro__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.intro__visual { position: relative; min-height: 650px; }
.intro__visual-main { position: absolute; inset: 0 70px 50px 0; overflow: hidden; border-radius: 2px; box-shadow: var(--shadow); }
.intro__visual-main img { width: 100%; height: 100%; object-fit: cover; }
.intro__visual-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 245px;
  padding: 34px;
  color: var(--white);
  background: var(--navy-900);
  box-shadow: var(--shadow);
}
.intro__visual-card strong { display: block; color: var(--gold-light); font-family: var(--display); font-size: 2.7rem; font-weight: 400; line-height: 1; }
.intro__visual-card span { display: block; margin-top: 12px; font-size: .72rem; font-weight: 600; letter-spacing: .13em; line-height: 1.6; text-transform: uppercase; }
.intro__copy .section-title { font-size: clamp(2.35rem, 3.8vw, 3.8rem); }
.intro__copy blockquote { margin: 36px 0 0; padding: 3px 0 3px 25px; border-left: 1px solid var(--gold); color: var(--navy-800); font-family: var(--display); font-size: 1.3rem; line-height: 1.55; }
.intro__signature { display: flex; align-items: center; gap: 18px; margin-top: 35px; }
.intro__signature::before { width: 42px; height: 1px; content: ""; background: var(--gold); }
.intro__signature span { color: var(--muted); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

/* Early booking */
.priority-reserve { position: relative; overflow: hidden; padding: 96px 0; color: var(--white); background: var(--navy-950); }
.priority-reserve::after { position: absolute; top: -280px; left: -260px; width: 610px; height: 610px; border: 1px solid rgba(228,201,144,.12); border-radius: 50%; content: ""; }
.priority-reserve__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 82px; }
.priority-reserve__intro { position: sticky; top: 40px; padding-top: 20px; }
.priority-reserve__intro .eyebrow { margin-bottom: 16px; }
.priority-reserve__intro h2 { max-width: 470px; margin: 0; font-family: var(--display); font-size: clamp(2.35rem, 3.7vw, 3.7rem); font-weight: 400; line-height: 1.12; }
.priority-reserve__intro > p:last-of-type { max-width: 500px; margin: 20px 0 0; color: rgba(255,255,255,.67); font-size: 1rem; line-height: 1.75; }
.priority-reserve__facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.priority-reserve__facts > div { padding: 23px 20px 23px 0; }
.priority-reserve__facts > div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.priority-reserve__facts strong { display: block; color: var(--gold-light); font-family: var(--display); font-size: 2.15rem; font-weight: 400; line-height: 1; }
.priority-reserve__facts span { display: block; margin-top: 8px; color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.qr-card--top { max-width: 100%; }

/* Key figures */
.snapshot { padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.snapshot__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.snapshot__item { position: relative; min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 28px 32px; border-right: 1px solid var(--line); }
.snapshot__item:last-child { border-right: 0; }
.snapshot__item strong { color: var(--navy-900); font-family: var(--display); font-size: clamp(2.1rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.snapshot__item span { margin-top: 12px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Benefits */
.benefits { color: var(--white); background: var(--navy-950); overflow: hidden; }
.benefits::before { position: absolute; top: -280px; left: 50%; width: 620px; height: 620px; border: 1px solid rgba(228,201,144,.12); border-radius: 50%; content: ""; transform: translateX(-50%); }
.benefits__head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.benefits__head .section-title { max-width: 690px; }
.benefits__head .section-copy { max-width: 380px; color: rgba(255,255,255,.58); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.benefit-card { position: relative; min-height: 255px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, transform .35s; }
.benefit-card:hover { z-index: 2; background: var(--navy-800); transform: translateY(-7px); }
.benefit-card__number { color: var(--gold); font-family: var(--display); font-size: .8rem; letter-spacing: .13em; }
.benefit-card h3 { margin: 48px 0 10px; font-family: var(--display); font-size: 1.38rem; font-weight: 400; line-height: 1.3; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.64); font-size: .92rem; line-height: 1.72; }

/* Investment band */
.investment { position: relative; min-height: 640px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-900); }
.investment__image { position: absolute; inset: 0; background: url("assets/images/town-square-residences.webp") center 57% / cover no-repeat; }
.investment__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,35,.96) 0%, rgba(5,22,35,.8) 50%, rgba(5,22,35,.22) 100%); }
.investment__content { position: relative; z-index: 1; max-width: 650px; padding: 120px 0; }
.investment__content .section-title { font-size: clamp(2.3rem, 4vw, 3.9rem); }
.investment__content p { max-width: 570px; color: rgba(255,255,255,.68); }
.investment__points { display: flex; flex-wrap: wrap; gap: 25px 42px; margin-top: 38px; }
.investment__point { display: flex; align-items: center; gap: 13px; font-size: .77rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.investment__point::before { width: 7px; height: 7px; border: 1px solid var(--gold-light); border-radius: 50%; content: ""; box-shadow: 0 0 0 5px rgba(228,201,144,.1); }

/* Buyer and investor pathways */
.pathways { background: var(--paper); }
.pathways__head { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.pathways__head > div { max-width: 690px; }
.pathways__head .section-copy { max-width: 390px; }
.pathways__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }
.pathway-card { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 38px; border: 1px solid var(--line); background: var(--ivory); transition: transform .35s var(--ease), box-shadow .35s, background .35s; }
.pathway-card:hover { transform: translateY(-7px); background: var(--paper); box-shadow: var(--shadow); }
.pathway-card > span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.pathway-card h3 { margin: 45px 0 13px; font-family: var(--display); font-size: 1.55rem; font-weight: 400; line-height: 1.3; }
.pathway-card p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.72; }
.pathway-card a { margin-top: auto; padding-top: 30px; border-bottom: 1px solid var(--gold); color: var(--navy-900); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Event journey */
.journey { background: var(--ivory); }
.journey__head { text-align: center; }
.journey__head .eyebrow::before { display: none; }
.journey__head .section-title, .journey__head .section-copy { margin-inline: auto; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.journey-card { position: relative; padding: 0 48px; text-align: center; }
.journey-card:not(:last-child)::after { position: absolute; top: 33px; right: -18%; width: 36%; height: 1px; content: ""; background: var(--gold); }
.journey-card__icon { display: grid; width: 66px; height: 66px; margin: 0 auto 28px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--navy-900); font-family: var(--display); font-size: 1.05rem; background: var(--paper); }
.journey-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.journey-card p { margin: 0; color: var(--muted); font-size: .87rem; }

/* Reservation */
.reserve { overflow: hidden; color: var(--white); background: var(--navy-950); }
.reserve::after { position: absolute; right: -200px; bottom: -300px; width: 650px; height: 650px; border: 1px solid rgba(228,201,144,.15); border-radius: 50%; content: ""; }
.reserve__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 85px; }
.reserve__copy { position: sticky; top: 45px; }
.reserve__copy .section-title { font-size: clamp(2.35rem, 4vw, 4rem); }
.reserve__copy .section-copy { color: rgba(255,255,255,.62); }
.reserve__details { display: grid; gap: 19px; margin-top: 38px; }
.reserve__detail { display: flex; gap: 15px; align-items: flex-start; }
.reserve__detail svg { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 3px; color: var(--gold-light); }
.reserve__detail small { display: block; color: rgba(255,255,255,.46); font-size: .59rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.reserve__detail strong { font-family: var(--display); font-size: 1rem; font-weight: 400; }
.qr-card { display: flex; max-width: 410px; align-items: center; gap: 19px; margin-top: 36px; padding: 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); }
.qr-card img { width: 92px; height: 92px; border: 6px solid var(--white); }
.qr-card span { display: block; color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 600; letter-spacing: .1em; line-height: 1.65; text-transform: uppercase; }
.reserve-form { padding: 50px; color: var(--ink); background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.reserve-form__head { margin-bottom: 32px; }
.reserve-form__head span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.reserve-form__head h2 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(1.9rem, 2.8vw, 2.55rem); font-weight: 400; line-height: 1.18; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--navy-900); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select {
  width: 100%;
  min-height: 53px;
  padding: 0 16px;
  border: 1px solid #d9d9d5;
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: #fff;
  transition: border .25s, box-shadow .25s;
}
.field input:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,106,.14); }
.field fieldset { margin: 0; padding: 0; border: 0; }
.date-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.date-option { position: relative; }
.date-option input { position: absolute; opacity: 0; pointer-events: none; }
.date-option label { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: 9px; padding: 10px; border: 1px solid #d9d9d5; cursor: pointer; color: var(--ink); font-size: .72rem; letter-spacing: .05em; text-align: center; transition: .25s; }
.date-option label::before { width: 10px; height: 10px; border: 1px solid var(--gold); border-radius: 50%; content: ""; }
.date-option input:checked + label { border-color: var(--gold); color: var(--navy-900); background: rgba(201,169,106,.09); }
.date-option input:checked + label::before { border: 3px solid var(--paper); background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.form-consent { display: flex; gap: 10px; align-items: flex-start; margin: 5px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.form-consent input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--navy-900); }
.reserve-form .button { width: 100%; margin-top: 6px; border-radius: 0; }
.form-notice { margin: 0 0 25px; padding: 14px 18px; border-left: 3px solid #3f8965; color: #24533d; background: #eaf6ef; font-size: .82rem; }
.form-notice--error { border-color: #b45555; color: #763636; background: #fff0f0; }
.honeypot { position: absolute !important; left: -9999px !important; }

/* Closing CTA */
.closing-cta { overflow: hidden; color: var(--white); background: var(--navy-950); }
.closing-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.closing-cta .section-title { max-width: 760px; }
.closing-cta .section-copy { color: rgba(255,255,255,.64); }
.closing-cta .button { margin-top: 30px; }
.closing-cta__qr { min-width: 220px; padding: 24px; border: 1px solid rgba(255,255,255,.14); text-align: center; background: rgba(255,255,255,.05); }
.closing-cta__qr img { width: 150px; height: 150px; margin-inline: auto; border: 7px solid var(--white); }
.closing-cta__qr span { display: block; margin-top: 15px; color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* FAQ */
.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.18rem; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after { position: absolute; top: 50%; right: 4px; width: 17px; height: 1px; content: ""; background: var(--gold); transition: transform .3s; }
.faq summary::after { transform: rotate(90deg); }
.faq details[open] summary::after { transform: rotate(0); }
.faq details p { margin: -3px 45px 26px 0; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.brochure-qr { display: flex; max-width: 300px; align-items: center; gap: 14px; margin-top: 32px; padding: 13px; border: 1px solid var(--line); background: var(--ivory); }
.brochure-qr img { width: 62px; height: 62px; flex: 0 0 62px; }
.brochure-qr span { display: block; color: var(--navy-900); font-family: var(--display); font-size: .96rem; line-height: 1.35; }
.brochure-qr small { display: block; margin-top: 3px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Footer */
.site-footer { padding: 38px 0; color: rgba(255,255,255,.62); background: #04121e; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer p { margin: 0; font-size: .72rem; letter-spacing: .06em; }
.site-footer__links { display: flex; gap: 22px; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a:hover { color: var(--gold-light); }
.footer-note { max-width: 700px; margin: 18px 0 0 !important; color: rgba(255,255,255,.43); font-size: .66rem !important; line-height: 1.7; }

/* Motion */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .site-nav { gap: 20px; }
  .site-nav a:not(.button) { display: none; }
  .intro__grid, .reserve__grid, .faq__grid { gap: 55px; }
  .priority-reserve__grid { gap: 48px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .pathways__head { align-items: start; flex-direction: column; gap: 5px; }
  .journey-card { padding-inline: 25px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 88px 0; }
  .site-header__inner { min-height: 78px; }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 26px; opacity: 0; visibility: hidden; color: var(--white); background: rgba(4,18,30,.98); transition: .3s; }
  .site-nav a:not(.button) { display: block; font-size: .95rem; }
  .nav-open .site-nav { z-index: 1; opacity: 1; visibility: visible; }
  .nav-toggle { position: relative; z-index: 2; display: block; }
  .nav-open .nav-toggle span:first-child { transform: translateY(8px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 890px; }
  .hero__image { background-position: 63% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(4,19,31,.9), rgba(4,19,31,.4)), linear-gradient(0deg, rgba(4,19,31,.85), transparent 50%); }
  .hero__content { max-width: 620px; }
  .hero__meta { grid-template-columns: 1fr; max-width: 380px; }
  .hero__meta-item { min-height: 68px; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hero__meta-item:last-child { border-bottom: 0; }
  .scroll-cue { display: none; }
  .hero__reserve--desktop { display: none; }
  .hero__reserve--mobile { display: inline-flex; }
  .priority-reserve { padding: 68px 0; }
  .priority-reserve__grid { grid-template-columns: 1fr; }
  .priority-reserve__intro { position: relative; top: auto; max-width: 650px; padding-top: 0; }
  .priority-reserve .reserve-form { padding: 38px 32px; }
  .intro__grid, .reserve__grid, .faq__grid { grid-template-columns: 1fr; }
  .intro__visual { min-height: 550px; }
  .benefits__head { align-items: start; flex-direction: column; gap: 5px; }
  .snapshot__grid { grid-template-columns: repeat(2, 1fr); }
  .snapshot__item:nth-child(2) { border-right: 0; }
  .snapshot__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pathways__grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 280px; }
  .journey-grid { grid-template-columns: 1fr; gap: 48px; }
  .journey-card { max-width: 480px; margin-inline: auto; }
  .journey-card:not(:last-child)::after { display: none; }
  .reserve__copy { position: relative; top: auto; }
  .closing-cta__inner { grid-template-columns: minmax(0, 1fr); gap: 45px; text-align: center; }
  .closing-cta__inner > div:first-child { display: flex; flex-direction: column; align-items: center; }
  .closing-cta .eyebrow { justify-content: center; }
  .closing-cta .section-title { max-width: 620px; margin-inline: auto; }
  .closing-cta .section-copy { max-width: 560px; margin-inline: auto; }
  .closing-cta .button { min-width: 230px; margin-inline: auto; }
  .closing-cta__qr { width: min(100%, 220px); min-width: 0; margin-inline: auto; }
  .faq__grid { gap: 45px; }
  .brochure-qr { margin-inline: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 500px); }
  .brand-logo--header { width: 165px; max-height: 48px; }
  .brand-logo--footer { width: 160px; }
  .site-nav .button { min-height: 50px; }
  .hero { min-height: 930px; }
  .hero__inner { padding-top: 95px; }
  .hero h1 { font-size: clamp(2.75rem, 12.5vw, 3.8rem); line-height: 1.04; }
  .hero__lead { font-size: 1rem; line-height: 1.7; }
  .hero__actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero__actions .button { width: 100%; }
  .hero__meta { margin-top: 38px; }
  .priority-reserve__intro { text-align: center; }
  .priority-reserve__intro .eyebrow { justify-content: center; }
  .priority-reserve__intro h2,
  .priority-reserve__intro > p:last-of-type { margin-inline: auto; }
  .priority-reserve__facts { max-width: 360px; margin-inline: auto; margin-top: 30px; text-align: left; }
  .qr-card--top { width: min(100%, 330px); flex-direction: column; margin-inline: auto; text-align: center; }
  .priority-reserve .reserve-form { padding: 30px 20px; }
  .intro__visual { min-height: 460px; }
  .intro__visual-main { inset: 0 28px 45px 0; }
  .intro__visual-card { width: 200px; padding: 25px; }
  .snapshot__item { min-height: 135px; padding: 22px 18px; }
  .snapshot__item strong { font-size: 2.1rem; }
  .snapshot__item span { font-size: .65rem; line-height: 1.5; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 220px; }
  .investment__overlay { background: rgba(5,22,35,.85); }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .date-options { grid-template-columns: 1fr; }
  .reserve-form { padding: 30px 22px; }
  .qr-card { max-width: 100%; }
  .closing-cta .section-title { font-size: clamp(2.2rem, 11vw, 3rem); line-height: 1.12; }
  .closing-cta .section-copy { font-size: .98rem; }
  .closing-cta .button { width: min(100%, 250px); min-width: 0; }
  .closing-cta__qr { width: min(100%, 220px); padding: 22px; }
  .closing-cta__qr img { width: 142px; height: 142px; }
  .site-footer__inner { align-items: center; flex-direction: column; text-align: center; }
  .site-footer__links { justify-content: center; flex-wrap: wrap; }
  .footer-note { margin-inline: auto !important; text-align: center; }
}
