:root {
  --red: #d2283d;
  --red-deep: #c52437;
  --teal: #1aaba6;
  --teal-hover: #21d7d1;
  --teal-header: #20aba6;
  --purple: #450031;
  --ink: #383838;
  --ink-2: #4a4a4a;
  --muted: #6b6b6b;
  --line: #e4e4e4;
  --bg: #ffffff;
  --bg-soft: #f8f8f8;
  --max: 1180px;
  --font: "Montserrat", Helvetica, Arial, sans-serif;
  --shadow: 0 12px 36px rgba(69, 0, 49, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--ink);
  background: var(--bg); line-height: 1.65; font-weight: 500;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple); text-decoration: none; }
a:hover { color: var(--red); }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: #000; color: #fff; padding: .5rem 1rem; z-index: 100;
}
.skip-link:focus { left: .5rem; }
.read-meter {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--red), var(--teal)); z-index: 80;
}

/* Header */
.preheader {
  background: var(--red-deep); color: #fff; font-size: .78rem; font-weight: 600;
}
.preheader-inner {
  display: flex; justify-content: flex-end; gap: 1.25rem; align-items: center;
  min-height: 34px;
}
.preheader a { color: #fff; opacity: .92; }
.preheader a:hover { opacity: 1; color: #fff; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: var(--red); color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 78px;
}
.brand { display: flex; align-items: center; gap: .75rem; color: #fff; text-decoration: none; }
.brand:hover { color: #fff; }
.brand-sigil {
  width: 40px; height: 40px; border-radius: 50%;
  flex: 0 0 auto; display: block;
}
.brand-text {
  display: flex; flex-direction: column; line-height: 1.1;
}
.brand-text strong, .brand-text[data-brand], span.brand-text {
  font-family: var(--font); font-size: 1.12rem; font-weight: 800;
  letter-spacing: -.02em; text-transform: lowercase; color: #fff;
}
.topbar-right { display: flex; align-items: center; gap: .85rem; }
.nav-toggle {
  display: none; border: 1px solid rgba(255,255,255,.45); background: transparent;
  color: #fff; padding: .45rem .7rem; font: inherit; cursor: pointer;
}
.nav-list {
  display: flex; gap: 1.15rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap;
}
.nav-list a {
  color: #fff; font-weight: 700; font-size: .88rem; letter-spacing: .02em;
  text-transform: uppercase;
}
.nav-list a:hover, .nav-list a.is-active { color: #ffe6ea; }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--teal-header); color: #fff !important;
  font-weight: 800; font-size: .8rem; text-transform: uppercase;
  letter-spacing: .04em; padding: .7rem 1.15rem; border-radius: 50px;
  white-space: nowrap;
}
.nav-cta:hover { filter: brightness(1.08); color: #fff !important; }
.nav-call {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #fff !important;
  font-weight: 800; font-size: .8rem; text-transform: uppercase;
  letter-spacing: .04em; padding: .65rem 1rem; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.55); white-space: nowrap;
}
.nav-call:hover { background: rgba(255,255,255,.14); color: #fff !important; }
.nav-ghost {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.18); color: #fff !important;
  font-weight: 700; font-size: .78rem; text-transform: uppercase;
  padding: .65rem 1rem; border-radius: 50px;
}

/* Buttons */
.btn, .e-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 160px; padding: 1rem 1.25rem; border: 2px solid var(--teal);
  background: var(--teal); color: #fff; font: inherit; font-weight: 800;
  font-size: .92rem; text-transform: uppercase; letter-spacing: .04em;
  cursor: pointer; border-radius: 0; text-decoration: none;
}
.btn:hover, .e-btn:hover { background: var(--teal-hover); border-color: var(--teal-hover); color: #fff; }
.btn-ghost {
  background: transparent; border-color: rgba(255,255,255,.7); color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-ghost-dark {
  background: transparent; border: 1px solid var(--line); color: var(--ink);
}
.btn-red { background: var(--red); border-color: var(--red); }

/* Hero */
.hero {
  position: relative; min-height: min(92vh, 820px);
  display: grid; align-items: end; color: #fff; overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0; z-index: 0;
}
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,.58);
}
.hero-copy {
  position: relative; z-index: 1; padding: 5rem 0 4rem;
}
.hero-kicker {
  display: inline-block; font-size: .75rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: var(--teal-hover);
  margin: 0 0 .85rem;
}
.hero h1 {
  margin: 0 0 1rem; font-size: clamp(2.2rem, 5.2vw, 3.4rem);
  line-height: 1.12; font-weight: 700; text-transform: uppercase;
  letter-spacing: -.01em; max-width: 16ch;
}
.hero h1 span { display: block; color: #fff; font-weight: 600; font-size: .72em; text-transform: none; letter-spacing: 0; margin-top: .35rem; }
.hero .lead {
  max-width: 38rem; font-size: 1.05rem; color: rgba(255,255,255,.9); margin: 0 0 1.5rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Sections */
.section { padding: 3.5rem 0; }
.section.soft { background: var(--bg-soft); }
.section-label {
  color: var(--red); font-size: .72rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; margin: 0 0 .5rem;
}
.section h2 {
  margin: 0 0 .75rem; font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2; font-weight: 700; color: var(--ink);
}
.section-lead { margin: 0 0 1.5rem; color: var(--muted); max-width: 42rem; }

.stats {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
  margin-top: -2.5rem; position: relative; z-index: 2;
}
.stat {
  background: #fff; border: 1px solid var(--line); padding: 1.15rem 1rem;
  text-align: center; box-shadow: var(--shadow);
}
.stat strong {
  display: block; font-size: 1.55rem; color: var(--red); font-weight: 800;
}
.stat span { font-size: .82rem; color: var(--muted); font-weight: 600; }

.card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem;
}
.card {
  background: #fff; border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column; min-height: 100%;
  box-shadow: 0 6px 20px rgba(0,0,0,.04);
}
.card img { aspect-ratio: 16/10; width: 100%; object-fit: cover; }
.card-body { padding: 1.15rem 1.2rem 1.35rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.card-body h3 { margin: 0; font-size: 1.15rem; font-weight: 800; }
.card-body p { margin: 0; color: var(--muted); font-size: .92rem; }
.card-body .more {
  margin-top: auto; padding-top: .75rem; font-weight: 800; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .04em; color: var(--teal);
}

.marks-row {
  display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center;
}
.mark-pill {
  background: #fff; border: 1px solid var(--line); padding: .65rem 1rem;
  font-weight: 700; font-size: .85rem; color: var(--ink-2);
}

/* Signature timeline */
.immersion-rail {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line); background: #fff;
}
.rail-step {
  padding: 1.35rem 1.15rem; border-right: 1px solid var(--line);
}
.rail-step:last-child { border-right: none; }
.rail-step .n {
  color: var(--teal); font-weight: 800; font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase;
}
.rail-step h3 { margin: .4rem 0 .45rem; font-size: 1.05rem; }
.rail-step p { margin: 0; font-size: .9rem; color: var(--muted); }

/* Voices */
.voices-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.voice {
  background: #fff; border: 1px solid var(--line); padding: 1.15rem;
  display: grid; grid-template-columns: 56px 1fr; gap: .85rem;
}
.voice img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.voice strong { display: block; font-size: .92rem; }
.voice span { color: var(--muted); font-size: .78rem; }
.voice p { grid-column: 1 / -1; margin: .35rem 0 0; font-size: .92rem; }
.pull-quote {
  border-left: 4px solid var(--red); padding: 1rem 0 1rem 1.25rem;
  font-size: 1.15rem; font-weight: 600; color: var(--ink); max-width: 40rem;
}
.voice-rail {
  display: grid; gap: .85rem;
}
.voice-rail article {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--bg-soft); padding: 1rem 1.15rem;
}

/* Page chrome */
.page-main { padding: 2.5rem 0 3.5rem; }
.crumbs {
  list-style: none; display: flex; flex-wrap: wrap; gap: .4rem;
  margin: 0 0 1.25rem; padding: 0; font-size: .82rem; color: var(--muted);
}
.crumbs a { color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: .4rem; color: #bbb; }
.page-header h1 {
  margin: 0 0 .75rem; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15; font-weight: 800;
}
.kicker {
  color: var(--red); font-size: .72rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; margin: 0 0 .45rem;
}
.prose { max-width: 46rem; }
.prose.wide { max-width: 52rem; }
.prose p { margin: 0 0 1rem; color: var(--ink-2); }
.prose h2 { margin: 2rem 0 .75rem; font-size: 1.45rem; }
.prose h3 { margin: 1.5rem 0 .55rem; font-size: 1.15rem; }
.prose ul, .prose ol { margin: 0 0 1rem; padding-left: 1.2rem; color: var(--ink-2); }
.prose-figure, .break-figure {
  margin: 1.75rem 0 1.9rem; border: 1px solid var(--line); overflow: hidden;
  background: var(--bg-soft);
}
.prose-figure img, .break-figure img {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block;
}
.prose-figure figcaption, .break-figure figcaption {
  padding: .55rem .85rem; font-size: .78rem; color: var(--muted); font-weight: 600;
}
.page-hero {
  margin: 0 0 1.75rem; border: 1px solid var(--line); overflow: hidden;
}
.page-hero img {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block;
}
.page-hero figcaption { padding: .55rem .85rem; font-size: .8rem; color: var(--muted); }
.essay-shell {
  display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 2rem; align-items: start;
}
.side-toc {
  position: sticky; top: 100px; background: var(--bg-soft);
  border: 1px solid var(--line); padding: 1rem;
  font-size: .85rem;
}
.side-toc strong { display: block; margin-bottom: .55rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--red); }
.side-toc a { display: block; padding: .25rem 0; color: var(--ink-2); }

/* Dest / compare grids */
.dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.dest-card {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border: 1px solid var(--line); background: #fff; overflow: hidden; min-height: 220px;
}
.dest-card img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.dest-card .body { padding: 1.25rem; display: flex; flex-direction: column; }
.dest-card h3 { margin: 0 0 .4rem; }
.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.compare-tile {
  border: 1px solid var(--line); padding: 0; background: #fff; overflow: hidden;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  transition: border-color .15s, box-shadow .15s;
}
.compare-tile:not(:has(.vs-media)) {
  padding: 1.1rem 1.2rem 1.25rem; gap: .45rem;
}
.compare-tile:hover { border-color: var(--teal); box-shadow: var(--shadow); color: inherit; }
.compare-tile .vs-media {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-soft);
}
.compare-tile .vs-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.compare-tile-body {
  padding: 1.1rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .45rem; flex: 1;
}
.compare-tile h3 { margin: 0; font-size: 1.05rem; }
.compare-tile p { margin: 0; color: var(--muted); font-size: .9rem; }
.compare-tile .more { margin-top: auto; padding-top: .55rem; font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; color: var(--teal); }
.compare-tile .logo-mark {
  height: 36px; margin-bottom: .15rem; display: flex; align-items: center;
}
.compare-tile .logo-mark img { height: 32px; width: auto; max-width: 160px; }
.matrix {
  width: 100%; border-collapse: collapse; font-size: .92rem; margin: 1.25rem 0;
}
.matrix th, .matrix td {
  border: 1px solid var(--line); padding: .7rem .85rem; text-align: left;
}
.matrix th { background: var(--bg-soft); font-weight: 800; }

/* FAQ */
.faq-list { display: grid; gap: .65rem; max-width: 52rem; }
.faq-item {
  border: 1px solid var(--line); background: #fff; padding: 1rem 1.15rem;
}
.faq-item h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.faq-item p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* Contact — donqu style */
.contact-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 520px;
  margin-top: 1rem;
}
.contact-side {
  padding: 2rem 2rem 2.5rem 0;
}
.contact-side .help {
  color: var(--red); font-weight: 800; margin: 0 0 .35rem; font-size: 1rem;
}
.contact-side h1 {
  margin: 0 0 .75rem; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
}
.contact-side .sub { color: var(--muted); margin: 0 0 1.5rem; }
.bubble {
  border: 1px solid var(--line); padding: 1rem 1.15rem; margin-bottom: .75rem;
  background: var(--bg-soft);
}
.bubble strong {
  display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--red); margin-bottom: .35rem;
}
.contact-form-wrap {
  padding: 1.5rem 0 2rem 3rem; border-left: 1px solid var(--line);
}
.dq-form { display: grid; gap: 1.15rem; }
.dq-field { position: relative; padding-top: .85rem; }
.dq-field label {
  position: absolute; top: 0; left: 0; font-size: .7rem; font-weight: 700;
  color: var(--muted); letter-spacing: .04em; text-transform: uppercase;
}
.dq-field input, .dq-field select, .dq-field textarea {
  width: 100%; border: none; border-bottom: 1px solid var(--line);
  background: transparent; padding: .65rem 0; font: inherit; color: var(--ink);
  border-radius: 0; outline: none;
}
.dq-field input:focus, .dq-field select:focus, .dq-field textarea:focus {
  border-bottom-color: var(--teal);
}
.dq-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1rem; }
.dq-note {
  color: var(--red); font-weight: 700; font-size: 1.05rem; margin: .25rem 0;
}
.dq-check {
  display: flex; gap: .55rem; align-items: flex-start; font-size: .88rem; color: var(--ink-2);
}
.dq-check input { margin-top: .25rem; }
.form-status {
  margin: .75rem 0 0; font-weight: 700; font-size: .92rem;
}
.form-status[data-ok="true"] { color: var(--teal); }
.form-status[data-ok="false"] { color: var(--red); }
#enquire { scroll-margin-top: 6.5rem; }
.lead-wrap { max-width: 52rem; }
.lead-panel {
  background: #fff; border: 1px solid var(--line); padding: 1.5rem 1.5rem 1.35rem;
  box-shadow: var(--shadow);
}
.lead-actions {
  display: flex; flex-wrap: wrap; gap: .75rem; align-items: center;
}
.lead-actions .e-btn { min-width: 10.5rem; }
.form-success {
  background: #f3fbfb; border: 1px solid #b7e4e2; padding: 1.5rem 1.4rem 1.35rem;
}
.form-success-kicker {
  margin: 0 0 .4rem; color: var(--teal); font-size: .72rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.form-success h3 {
  margin: 0 0 .65rem; font-size: 1.35rem; line-height: 1.3; color: var(--ink);
}
.form-success-copy { margin: 0 0 1rem; color: var(--ink-2); }
.form-success-reach { margin: 0 0 1.15rem; font-weight: 700; }
.form-success-reach a { color: var(--purple); }
.lead-bar { display: none; }

/* Footer */
.site-footer {
  background: #16161f; color: #c8c8d0; padding: 3rem 0 1.25rem; margin-top: 2rem;
}
.footer-grid-dense {
  display: grid; grid-template-columns: 1.35fr 1fr 1.1fr 1.15fr; gap: 2rem 1.75rem;
  padding-bottom: 2rem;
}
.footer-logo { display: flex; align-items: center; gap: .65rem; color: #fff; margin-bottom: .75rem; text-decoration: none; }
.footer-logo .brand-sigil { width: 40px; height: 40px; }
.footer-logo strong { color: #fff; font-size: 1.15rem; font-weight: 800; text-transform: lowercase; }
.footer-about { color: #9a9aa8; font-size: .88rem; margin: 0 0 1.1rem; line-height: 1.55; }
.footer-follow-label {
  margin: 0 0 .55rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: #fff;
}
.footer-socials { display: flex; gap: .45rem; flex-wrap: wrap; }
.social-btn {
  width: 36px; height: 36px; border-radius: 50%; background: #2a2a36; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: default; user-select: none;
}
.social-btn svg { display: block; }
.social-btn:hover { background: #3a3a48; color: #fff; }
.footer-heading {
  color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  margin: 0 0 .75rem; font-weight: 800;
}
.footer-heading-spaced { margin-top: 1.5rem; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: .42rem; }
.footer-list a { color: #c8c8d0; font-size: .9rem; text-decoration: none; }
.footer-list a:hover { color: var(--teal-hover); }
.footer-contact-block { margin-bottom: .95rem; }
.footer-contact-label {
  display: block; font-size: .68rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: #8a8a98; margin-bottom: .2rem;
}
.footer-contact-block a, .footer-contact-block span {
  color: #fff; font-size: .92rem; font-weight: 600; text-decoration: none;
}
.footer-contact-block a:hover { color: var(--teal-hover); }
.footer-tip {
  margin-top: 1.1rem; background: #222230; border-radius: 10px; padding: 1rem 1.05rem;
  border: 1px solid #323242;
}
.footer-tip strong {
  display: block; color: var(--teal); font-size: .72rem; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: .4rem;
}
.footer-tip p { margin: 0; font-size: .86rem; color: #b8b8c4; line-height: 1.5; }
.footer-bottom-dense {
  border-top: 1px solid #2e2e3a; padding-top: 1.1rem; margin-top: 0;
  display: block;
}
.footer-copy-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem;
  margin-bottom: .65rem; font-size: .82rem; color: #9a9aa8;
}
.footer-copy-row p { margin: 0; }
.brand-sigil-sm { width: 22px; height: 22px; }
.footer-legal-inline { display: flex; flex-wrap: wrap; gap: .75rem; margin-left: auto; }
.footer-legal-inline a { color: #8a8a98; font-size: .78rem; text-decoration: none; }
.footer-legal-inline a:hover { color: var(--teal-hover); }
.footer-disclaimer {
  margin: 0; font-size: .74rem; color: #6e6e7c; line-height: 1.45; max-width: 72rem;
}
.footer-list a { color: #ccc; font-size: .9rem; }
.footer-list a:hover { color: #fff; }
.footer-list li { margin-bottom: .4rem; }
.footer-bottom {
  margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid #444;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .8rem; color: #888;
}
.footer-est { letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: #aaa; }

/* Consent */
.consent-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  background: #1c1c1c; color: #eee; border-top: 3px solid var(--teal);
  padding: 1rem 0;
}
.consent-inner {
  display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.consent-text { margin: 0; font-size: .9rem; max-width: 42rem; }
.consent-text a { color: var(--teal-hover); }
.consent-actions { display: flex; gap: .55rem; }

.awards {
  display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0 0;
}
.award {
  border: 1px dashed var(--line); padding: .55rem .85rem; font-size: .8rem;
  font-weight: 700; color: var(--ink-2); background: #fff;
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--red-deep); border-top: 1px solid rgba(255,255,255,.15);
  }
  .site-nav.open { display: block; }
  .nav-list { flex-direction: column; padding: 1rem; gap: .75rem; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .card-grid, .voices-grid, .compare-grid { grid-template-columns: 1fr; }
  .immersion-rail { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr; }
  .dest-card { grid-template-columns: 1fr; }
  .essay-shell { grid-template-columns: 1fr; }
  .side-toc { position: static; }
  .contact-split { grid-template-columns: 1fr; }
  .contact-form-wrap { border-left: none; border-top: 1px solid var(--line); padding: 1.5rem 0 0; }
  .footer-grid, .footer-grid-dense { grid-template-columns: 1fr 1fr; }
  .footer-legal-inline { margin-left: 0; }
}
@media (max-width: 640px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .immersion-rail { grid-template-columns: 1fr; }
  .dq-row { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; }
  .footer-grid-dense { grid-template-columns: 1fr; }
  .lead-panel { padding: 1.15rem 1rem 1.05rem; }
  .lead-actions .e-btn { min-width: 0; flex: 1 1 10rem; }
  body:not(.page-contacts) { padding-bottom: 4.6rem; }
  body:not(.page-contacts) .lead-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 65;
    gap: .55rem; padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom, 0px));
    background: #16161f; border-top: 2px solid var(--teal);
    box-shadow: 0 -8px 24px rgba(0,0,0,.18);
  }
  body:not(.page-contacts) .lead-bar a {
    flex: 1; display: inline-flex; align-items: center; justify-content: center;
    min-height: 2.75rem; font-weight: 800; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .04em; color: #fff;
  }
  body:not(.page-contacts) .lead-bar-call { background: var(--red); }
  body:not(.page-contacts) .lead-bar-enquire { background: var(--teal); }
  body:not(.page-contacts) .consent-banner:not([hidden]) { bottom: 4.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
