/* ============================================================
   Trends Interior — Landing Page
   Type: Playfair Display (headlines) + Poppins (UI/body)
   Brand: amber #f59f0a · charcoal #1C2129 · red CTA
   ============================================================ */

:root {
  /* Tweakable (driven by the Tweaks panel) */
  --accent: #ed9b0e;
  --accent-deep: #ed9b0e;
  --cta: #d7261e;
  --cta-deep: #b21d16;
  --font-head: 'Playfair Display', Georgia, serif;

  /* Fixed palette */
  --ink: #1c2129;
  --ink-2: #242b35;
  --paper: #f1f2f3;
  --paper-2: #e6e8ea;
  --surface: #ffffff;
  --amber-bg: #ed9b0e;
  --amber-bg-deep: #ed9b0e;
  --text: #272d36;
  --muted: #6c7280;
  --muted-soft: #8b8f98;
  --line: #e2e4e7;
  --line-strong: #cfd3d8;
  --on-dark: #f3efe7;
  --on-dark-muted: #a7adb8;
  --on-dark-line: rgba(255, 255, 255, 0.12);

  --font-body: 'Poppins', system-ui, -apple-system, sans-serif;

  --container: 1200px;
  --pad: clamp(20px, 5vw, 48px);
  --section-y: clamp(68px, 9vw, 124px);
  --radius: 0px;
  --radius-sm: 0px;
  --shadow-card: 0 1px 2px rgba(28, 33, 41, 0.04), 0 18px 40px -24px rgba(28, 33, 41, 0.22);
  --shadow-lift: 0 2px 4px rgba(28, 33, 41, 0.05), 0 30px 60px -28px rgba(28, 33, 41, 0.32);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { margin: 0; font-weight: 600; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(48px, 6vw, 84px); }

.eyebrow {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--accent);
  display: inline-block;
}
.eyebrow--center { justify-content: center; }
.eyebrow--ondark { color: var(--accent); }

.h2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--ink);
}
.lede {
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
  line-height: 1.62;
  color: var(--muted);
  max-width: 62ch;
  text-wrap: pretty;
}
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head .h2 { margin-top: 14px; }
.section-head .lede { margin-top: 18px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .lede { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  border: none;
  border-radius: 0;
  padding: 17px 28px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--cta {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 12px 26px -12px var(--cta);
}
.btn--cta:hover { background: var(--cta-deep); transform: translateY(-2px); box-shadow: 0 18px 34px -14px var(--cta); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line-strong);
}
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); transform: translateY(-2px); }
.btn--ghost-light {
  background: transparent;
  color: var(--on-dark);
  box-shadow: inset 0 0 0 1.5px var(--on-dark-line);
}
.btn--ghost-light:hover { box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); }
.btn .ico { width: 18px; height: 18px; display: inline-block; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* CTA with a value sub-line ("(Worth $1,000)") inside the button */
.btn--withsub {
  flex-direction: column;
  gap: 3px;
  line-height: 1.18;
  padding-top: 14px;
  padding-bottom: 14px;
  white-space: normal;
  text-align: center;
}
.btn-sub { font-size: 0.74rem; font-weight: 500; opacity: 0.85; letter-spacing: 0.03em; }

/* On phones the long "Book Your Free On-Site Assessment" CTA (white-space:nowrap)
   is wider than the card, forcing the offer/form/scarcity/hero blocks to overflow.
   Let those content CTAs go full-width and wrap instead. */
@media (max-width: 600px) {
  .hero__cta .btn,
  .offer__cta .btn,
  .scarcity__text .btn,
  #leadForm button[type="submit"] {
    width: 100%;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
  /* Centre the "No obligation, ever." line under the full-width CTA. */
  .offer__cta { justify-content: center; }
  .offer__obligation { width: 100%; text-align: center; }
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.nav.scrolled {
  background: rgba(20, 24, 30, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--on-dark-line);
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand__logo {
  height: 58px;
  width: auto;
  display: block;
}
@media (max-width: 480px) { .brand__logo { height: 48px; } }
.brand__mark {
  width: 34px; height: 34px; border-radius: 0;
  background: var(--accent);
  color: var(--ink);
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1.15rem;
  flex: none;
}
.brand__name {
  font-weight: 600; font-size: 1.08rem; letter-spacing: 0.01em;
  color: var(--on-dark);
  transition: color 0.3s ease;
  line-height: 1.05;
}
.brand__name span { color: var(--accent); }
.nav.scrolled .brand__name { color: var(--ink); }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-size: 0.92rem; font-weight: 500;
  color: var(--on-dark-muted);
  transition: color 0.2s ease;
}
.nav.scrolled .nav__links a { color: var(--muted); }
.nav__links a:hover { color: var(--accent); }
.nav__cta { display: flex; align-items: center; gap: 18px; }
.nav__phone {
  font-weight: 600; font-size: 0.92rem; color: var(--on-dark);
  transition: color 0.3s ease; white-space: nowrap;
}
.nav.scrolled .nav__phone { color: var(--ink); }
.nav .btn { padding: 12px 20px; font-size: 0.92rem; }
@media (max-width: 920px) { .nav__links { display: none; } .nav__phone { display: none; } }

/* ============================================================
   1. HERO
   ============================================================ */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--on-dark);
  padding-top: clamp(120px, 16vh, 168px);
  padding-bottom: 0;
  overflow: hidden;
}
/* Keep breathing room below the hero on mobile (badges stack here). */
@media (max-width: 600px) {
  .hero { padding-bottom: clamp(48px, 11vw, 72px); }
}
.hero__bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(900px 520px at 78% -8%, rgba(237, 155, 14, 0.16), transparent 60%),
    radial-gradient(700px 600px at 0% 110%, rgba(237, 155, 14, 0.05), transparent 55%);
}
/* Faint architectural floor-plan watermark filling the empty right of the hero,
   beside the H1. Inverted (dark lines -> light) + screen blend so the plan's
   white paper drops into the charcoal background and only the linework shows;
   masked so it fades out toward the copy on the left. */
.hero__plan {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(52%, 700px);
  pointer-events: none; z-index: 0;
  background: url('assets/hero/layout-plan.jpg') no-repeat right top;
  background-size: cover;
  filter: invert(1) brightness(1.05) contrast(1.05);
  mix-blend-mode: screen;
  opacity: 0.16;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60%);
  mask-image: linear-gradient(to right, transparent 0, #000 60%);
}
@media (max-width: 900px) { .hero__plan { display: none; } }
.hero__copy { position: relative; z-index: 2; max-width: 920px; }
.hero__media { position: relative; z-index: 2; margin-top: clamp(40px, 5vw, 66px); }
/* Two-column hero: copy left, mock-up collage right. */
.hero__grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(24px, 4vw, 48px); align-items: stretch; }
.hero__grid .hero__copy { max-width: none; }
.hero__feature { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; perspective: 1700px; }
/* Two finished mock-ups laid out as tall floating 3D screens with depth shadows. */
.hero__collage { position: relative; width: 100%; max-width: 540px; height: clamp(460px, 48vw, 660px); transform-style: preserve-3d; margin-inline: auto; }
.hero__collage img {
  position: absolute; width: 62%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; display: block;
  outline: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 40px 70px -22px rgba(0, 0, 0, 0.72), 0 14px 30px -16px rgba(0, 0, 0, 0.55);
  transform: rotateY(-22deg) rotateX(6deg) rotate(1.5deg);
  transition: transform 0.55s cubic-bezier(.2,.7,.3,1);
  backface-visibility: hidden;
}
.hero__collage img:first-child { top: 0; left: 0; z-index: 1; }
.hero__collage img:last-child  { top: 26%; left: 30%; z-index: 2; }
.hero__feature:hover .hero__collage img:first-child { transform: rotateY(-22deg) rotateX(6deg) rotate(1.5deg) translate3d(-16px, -14px, 0); }
.hero__feature:hover .hero__collage img:last-child  { transform: rotateY(-22deg) rotateX(6deg) rotate(1.5deg) translate3d(16px, 14px, 40px); }
@media (prefers-reduced-motion: reduce) { .hero__collage img { transition: none; } }
/* Keep the same 3D effect on mobile, but with shorter landscape screens. */
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; gap: 30px; align-items: center; }
  .hero__collage { max-width: 460px; height: clamp(260px, 60vw, 380px); }
  .hero__collage img { aspect-ratio: 16 / 9; width: 74%; }
  /* Symmetric anchoring so the overlapping pair centres within the column. */
  .hero__collage img:first-child { left: 0; right: auto; }
  .hero__collage img:last-child { top: 30%; left: auto; right: 0; }
}
@media (max-width: 480px) {
  .hero__collage img { width: 78%; }
}
.hero__media-tag {
  position: absolute; top: 18px; left: 18px; z-index: 3;
  background: var(--accent); color: var(--ink);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 13px; display: inline-flex; align-items: center; gap: 9px;
}
.hero__media-tag .d { width: 6px; height: 6px; background: var(--ink); display: inline-block; }
.hero__eyebrow { color: var(--accent); }
.hero h1 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.6rem, 5.4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 22px 0 0;
  text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.key3d { display: inline-block; position: relative; width: 0.92em; height: 0.92em; margin-left: 0.24em; vertical-align: -0.08em; perspective: 800px; }
.key3d__spin { position: absolute; inset: 0; transform-style: preserve-3d; animation: key3dspin 4.8s linear infinite; will-change: transform; }
.key3d .face { position: absolute; inset: 0; width: 100%; height: 100%; display: block; color: var(--accent); backface-visibility: hidden; filter: drop-shadow(0 3px 7px rgba(0,0,0,0.45)); }
.key3d .back { transform: rotateY(180deg); }
@keyframes key3dspin {
  from { transform: rotateX(-15deg) rotateY(0deg); }
  to   { transform: rotateX(-15deg) rotateY(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .key3d__spin { animation: none; transform: rotateX(-15deg) rotateY(-28deg); }
}
.hero__lede {
  margin-top: 24px;
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.6;
  color: var(--on-dark-muted);
  max-width: 56ch;
}
.hero__cta { margin-top: 34px; }
.hero__note {
  margin-top: 20px;
  font-size: 0.86rem;
  color: var(--on-dark-muted);
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
  line-height: 1.5;
}
/* Each claim carries its own amber square bullet (consistent across all three),
   inline on desktop and stacked on mobile. */
.hero__note-item { display: inline-flex; align-items: center; gap: 9px; }
.hero__note-item::before {
  content: ""; flex: none; width: 7px; height: 7px;
  background: var(--accent); display: inline-block;
}
@media (max-width: 600px) {
  .hero__note { flex-direction: column; align-items: flex-start; gap: 11px; }
  .hero__note-item { align-items: flex-start; }
  .hero__note-item::before { margin-top: 6px; }
}

.hero__media { position: relative; margin-top: clamp(40px, 5vw, 66px); width: 100%; }
.hero__slot {
  display: block !important;
  width: 100% !important;
  height: clamp(340px, 44vw, 600px) !important;
}
.hero__gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; width: 100%; }
.hero__shot { display: block !important; width: 100% !important; height: clamp(300px, 33vw, 460px) !important; }
.hero__shot::part(frame) { background: rgba(255, 255, 255, 0.05); }
.hero__shot::part(ring) { border-color: rgba(255, 255, 255, 0.28); }
.hero__shot::part(empty) { color: rgba(243, 239, 231, 0.58); }
@media (max-width: 760px) {
  .hero__gallery { grid-template-columns: repeat(2, 1fr); }
  .hero__shot { height: clamp(220px, 42vw, 320px) !important; }
}
.hero__slot::part(frame) { background: rgba(255, 255, 255, 0.05); }
.hero__slot::part(ring) { border-color: rgba(255, 255, 255, 0.28); }
.hero__slot::part(empty) { color: rgba(243, 239, 231, 0.62); }

.hero__badge {
  position: absolute;
  left: 24px; bottom: 24px;
  z-index: 5;
  background: var(--surface);
  color: var(--ink);
  border-radius: 0;
  padding: 16px 20px;
  box-shadow: var(--shadow-lift);
  display: flex; align-items: center; gap: 14px;
  max-width: 250px;
}
.hero__badge .bignum {
  font-family: var(--font-head); font-weight: 700; font-size: 2.1rem; line-height: 1;
  color: var(--accent-deep);
}
.hero__badge .badge-ico { flex: none; color: var(--accent-deep); display: grid; place-items: center; }
.hero__badge .badge-ico svg { width: 36px; height: 36px; }
.hero__badge .lbl { font-size: 0.82rem; line-height: 1.35; color: var(--muted); }
.hero__badge .lbl b { display: block; color: var(--ink); font-weight: 700; font-size: 0.92rem; margin-bottom: 2px; }
.hero__badge--right { left: auto; right: 24px; top: 24px; bottom: auto; }
.bca-hero-mark { width: 58px; height: auto; flex: none; display: block; }
.bca-hero-slot { display: block !important; width: 52px !important; height: 40px !important; flex: none; }
.bca-hero-slot::part(frame) { background: var(--paper-2); }
.bca-hero-slot::part(ring) { border-color: rgba(28,33,41,0.28); }
.bca-hero-slot::part(empty) { color: rgba(28,33,41,0.55); }
/* Small screens: stop the badges from overlapping (and hiding) the gallery
   images. Flow them in a compact row beneath the gallery instead of floating
   them on top; each badge shares the row rather than spanning full width. */
@media (max-width: 980px) {
  .hero__media { display: flex; flex-wrap: wrap; gap: 10px; }
  .hero__gallery { flex: 1 1 100%; }
  .hero__badge, .hero__badge--right {
    position: static; left: auto; right: auto; top: auto; bottom: auto;
    max-width: none; margin: 0; flex: 1 1 260px;
  }
}
@media (max-width: 540px) {
  .hero__badge, .hero__badge--right { flex-basis: 100%; }
}

/* ============================================================
   2. TRUST BAR
   ============================================================ */
.trust { background: var(--amber-bg); padding-block: clamp(26px, 3.6vw, 40px); }
.trust__inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) 2fr;
  gap: 1px;
  background: rgba(28, 33, 41, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  margin-block: 0;
  align-items: stretch;
}
.trust__photo { position: relative; background: var(--amber-bg); min-height: 220px; }
.trust__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.trust__pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(28, 33, 41, 0.18);
}
.trust__pill {
  background: var(--amber-bg);
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
}
.trust__pill--bca { gap: 9px; }
.trust__bca-k { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.trust__bca-k .bca-hero-mark { width: 52px; height: auto; flex: none; display: block; }
.trust__pill .k {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.trust__pill .k em { font-style: normal; color: inherit; }
.trust__pill .v { font-size: 0.94rem; color: rgba(28, 33, 41, 0.78); line-height: 1.4; }
.bca-slot { display: block !important; width: 104px !important; height: 36px !important; margin-top: 2px; }
.bca-slot::part(frame) { background: rgba(255, 255, 255, 0.94); }
.bca-slot::part(ring) { border-color: rgba(28, 33, 41, 0.32); }
.bca-slot::part(empty) { color: rgba(28, 33, 41, 0.6); }
.bca-slot::part(empty) svg { opacity: 0.55; }
@media (max-width: 900px) {
  .trust__inner { grid-template-columns: 1fr; }
  .trust__photo { min-height: 180px; }
}
@media (max-width: 520px) { .trust__pills { grid-template-columns: 1fr; } }

/* ============================================================
   3. THE OFFER
   ============================================================ */
.offer__card {
  position: relative;
  background: var(--ink);
  color: var(--on-dark);
  border-radius: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.offer__card::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(560px 420px at 0% 0%, rgba(237,155,14,0.16), transparent 60%);
}
.offer__body { position: relative; z-index: 1; padding: clamp(32px, 5vw, 60px); display: flex; flex-direction: column; }
.offer__main { position: relative; z-index: 1; }
.offer__card .h2 { color: #fff; }
.offer__card .h2 em { font-style: italic; color: var(--accent); }
.offer__lede { margin-top: 18px; color: var(--on-dark-muted); font-size: 1.08rem; line-height: 1.6; }
.offer__cta { margin-top: clamp(24px, 3vw, 32px); display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.offer__obligation { font-size: 0.88rem; color: var(--on-dark-muted); }

.offer__photo { position: relative; min-height: 300px; }
.offer__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

.offer__list {
  position: relative; z-index: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--on-dark-line);
  border-radius: 0;
  padding: 24px;
  margin-top: clamp(22px, 3vw, 30px);
}
.offer__list h3 {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.offer__list ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.offer__list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.02rem; line-height: 1.45; }
.offer__list li .tick {
  flex: none; width: 26px; height: 26px; border-radius: 0;
  background: var(--accent); color: var(--ink);
  display: grid; place-items: center; font-size: 0.9rem; font-weight: 700; margin-top: 1px;
}
.offer__list li.hl { color: #fff; font-weight: 500; }
.offer__list li.hl b { color: var(--accent); }
@media (max-width: 860px) {
  .offer__card { grid-template-columns: 1fr; }
  .offer__photo { min-height: 0; aspect-ratio: 16 / 9; }
}

/* ============================================================
   4. PROBLEM
   ============================================================ */
.problem { background: var(--paper); }
/* The Offer section is white (the other .problem section stays grey). */
#offer { background: var(--surface); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .cards-3 { grid-template-columns: 1fr; } }
.pain-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--line-strong); }
.pain-card .glyph {
  width: 46px; height: 46px; border-radius: 0;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
}
.pain-card .glyph svg { width: 24px; height: 24px; }
.pain-card h3 { font-size: 1.16rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.pain-card p { color: var(--muted); font-size: 0.98rem; }

/* ============================================================
   5. DREAM OUTCOME + TIMELINE
   ============================================================ */
.dream { background: var(--surface); border-block: 1px solid var(--line); }
/* Floating 3D render (reused: offer section). */
.render-float { display: flex; justify-content: center; margin: clamp(28px, 4vw, 48px) 0 clamp(6px, 1.5vw, 14px); }
.render-float__img {
  width: min(680px, 100%); height: auto;
  filter: drop-shadow(0 28px 50px rgba(28, 33, 41, 0.20));
  animation: floaty 6s ease-in-out infinite;
}
/* Offer section: white background (the dark card with side photo sits on it). */
#offer { background: var(--surface); }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
@media (prefers-reduced-motion: reduce) { .render-float__img { animation: none; } }

/* Before / after comparison slider */
.ba-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 28px);
  max-width: 1120px; margin: clamp(20px, 3vw, 32px) auto clamp(48px, 7vw, 84px);
}
.ba-grid .ba { max-width: none; margin: 0; }
@media (max-width: 760px) { .ba-grid { grid-template-columns: 1fr; gap: 24px; } }
.ba { max-width: 880px; margin: clamp(20px, 3vw, 32px) auto clamp(6px, 1.5vw, 14px); }
.ba__pane {
  --pos: 50%;
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  background: var(--paper-2); border: 1px solid var(--line); box-shadow: var(--shadow-card);
  user-select: none;
}
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; -webkit-user-drag: none; }
.ba__img--before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba__tag {
  position: absolute; top: 14px; z-index: 2; padding: 5px 11px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: rgba(28, 33, 41, 0.72);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); pointer-events: none;
}
.ba__tag--before { left: 14px; }
.ba__tag--after { right: 14px; }
.ba__divider { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: #fff; transform: translateX(-1px); z-index: 2; pointer-events: none; }
.ba__grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 44px; height: 44px; background: #fff; color: var(--ink);
  display: grid; place-items: center; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.ba__grip svg { width: 20px; height: 20px; }
.ba__range { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.ba__caption { text-align: center; margin-top: 14px; font-size: 0.86rem; color: var(--muted); }
.timeline { margin-top: 8px; position: relative; }
.timeline__track {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative;
}
.timeline__line {
  position: absolute; top: 19px; left: 8%; right: 8%; height: 2px;
  background: var(--line-strong); z-index: 0;
}
.timeline__line::after {
  content: ""; position: absolute; inset: 0; width: var(--fill, 0%);
  background: var(--accent); transition: width 1.1s cubic-bezier(.5,.1,.3,1);
}
.tl-step { position: relative; z-index: 1; }
.tl-step__dot {
  width: 40px; height: 40px; border-radius: 0;
  background: var(--surface); border: 2px solid var(--line-strong);
  color: var(--muted-soft);
  display: grid; place-items: center; font-weight: 700; font-family: var(--font-head);
  transition: all 0.4s ease; margin-bottom: 20px;
}
.tl-step.on .tl-step__dot { background: var(--accent); border-color: var(--accent); color: var(--ink); transform: scale(1.06); }
.tl-step .when { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-deep); }
.tl-step h3 { font-size: 1.06rem; font-weight: 600; color: var(--ink); margin: 8px 0 0; line-height: 1.35; }
@media (max-width: 760px) {
  .timeline__track { grid-template-columns: 1fr; gap: 0; }
  .timeline__line { left: 19px; right: auto; top: 20px; bottom: 40px; width: 2px; height: auto; }
  .timeline__line::after { width: 100%; height: var(--fill, 0%); }
  /* Dot in column 1 spanning both rows; the eyebrow + heading stack in column 2
     (without the row-span the h3 wrapped under the 40px dot — the broken look). */
  .tl-step { display: grid; grid-template-columns: 40px 1fr; column-gap: 18px; row-gap: 4px; padding-bottom: 34px; align-items: start; }
  .tl-step__dot { margin-bottom: 0; grid-column: 1; grid-row: 1 / span 2; }
  .tl-step .when { grid-column: 2; align-self: center; }
  .tl-step h3 { grid-column: 2; margin-top: 0; }
  .tl-step:last-child { padding-bottom: 0; }
}

/* ============================================================
   6. STATS (dark band, animated)
   ============================================================ */
.stats { background: var(--ink); color: var(--on-dark); position: relative; overflow: hidden; }
.stats__bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 400px at 50% 120%, rgba(237,155,14,0.1), transparent 60%);
}
.stats__grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat .num {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; color: var(--accent);
  letter-spacing: -0.01em;
}
.stat .num .pre, .stat .num .suf { font-size: 0.55em; }
.stat .lbl { margin-top: 14px; color: var(--on-dark-muted); font-size: 0.96rem; line-height: 1.45; }
.stat + .stat { border-left: 1px solid var(--on-dark-line); }
@media (max-width: 760px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .stat + .stat { border-left: none; }
  .stat:nth-child(odd) + .stat { border-left: 1px solid var(--on-dark-line); }
}

/* ============================================================
   7. COMPARISON TABLE
   ============================================================ */
.compare { background: var(--paper); }
.ctable {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.ctable__row {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}
.ctable__cell { padding: 19px 22px; display: flex; align-items: center; font-size: 0.97rem; border-bottom: 1px solid var(--line); }
.ctable__row:last-child .ctable__cell { border-bottom: none; }
.ctable__cell + .ctable__cell { border-left: 1px solid var(--line); justify-content: center; text-align: center; }
.ctable__head .ctable__cell { padding: 24px 22px; align-items: flex-end; border-bottom: none; }
.ctable__head { background: var(--paper-2); }
.ctable__head .feat { font-weight: 700; color: var(--muted); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.col-h { font-weight: 600; font-size: 0.98rem; color: var(--ink); line-height: 1.3; text-align: center; }

/* Elevated "Trends" column — the recommended option */
.ctable__cell:nth-child(2) { background: var(--ink); color: var(--on-dark); border-bottom-color: rgba(255,255,255,0.10); border-left: none; }
.ctable__cell:nth-child(3) { border-left: none; }
.ctable__head .ctable__cell:nth-child(2) {
  background: var(--ink);
  border-top: 3px solid var(--accent);
  flex-direction: column; align-items: center; gap: 9px; padding-top: 20px;
}
.ctable__head .ctable__cell:nth-child(2) .reco {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--ink); background: var(--accent); padding: 4px 9px;
}
.ctable__head .ctable__cell:nth-child(2) .col-h { color: #fff; font-family: var(--font-head); font-size: 1.3rem; font-weight: 600; }
.ctable__head .ctable__cell:nth-child(2) .col-h small { display: block; color: var(--accent); font-weight: 500; font-size: 0.74rem; margin-top: 4px; letter-spacing: 0; text-transform: none; font-family: var(--font-body); }
.feat { font-weight: 500; color: var(--text); text-align: left; }
.mark { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.mark--yes { color: #fff; }
.mark--yes .ic { width: 24px; height: 24px; background: var(--accent); color: var(--ink); display: grid; place-items: center; font-size: 0.82rem; font-weight: 700; }
.mark--no { color: var(--muted-soft); font-weight: 500; }
.mark--no .ic { width: 24px; height: 24px; display: grid; place-items: center; }
.mark--no .ic::before { content: ""; width: 12px; height: 2px; background: var(--muted-soft); }
.mark--partly { color: var(--muted); font-size: 0.92rem; font-weight: 500; }
/* Small screens: keep the table intact (do NOT collapse to cards) — scroll it
   horizontally instead, with a min-width so all four columns stay readable. */
@media (max-width: 820px) {
  .ctable { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .ctable__row { min-width: 680px; }
  .ctable__cell { padding: 15px 16px; font-size: 0.9rem; }
  .ctable__head .ctable__cell { padding: 18px 16px; }
  .ctable__head .ctable__cell:nth-child(2) .col-h { font-size: 1.15rem; }
}
.compare .ctable-hint { display: none; font-size: 0.8rem; color: var(--muted); margin-top: 12px; align-items: center; gap: 7px; }
.compare .ctable-hint svg { width: 16px; height: 16px; }
.compare .ctable-hint.show { display: flex; }

/* ============================================================
   8. PROJECTS
   ============================================================ */
.projects { background: var(--surface); border-top: 1px solid var(--line); }

/* swipe rail */
.proj-railhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.rail-count { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.proj-nav { display: flex; gap: 8px; flex: none; }
.rail-btn {
  width: 48px; height: 48px; border: 1.5px solid var(--line-strong); background: var(--surface);
  color: var(--ink); cursor: pointer; display: grid; place-items: center;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}
.rail-btn svg { width: 20px; height: 20px; }
.rail-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.rail-btn:disabled { opacity: 0.32; cursor: default; }
.rail-btn:disabled:hover { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }

.proj-railwrap { position: relative; }
.proj-rail {
  display: flex; gap: 14px;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  cursor: grab; padding-bottom: 6px;
  touch-action: pan-y; /* horizontal drag handled by JS pointer events; vertical = page scroll */
  scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18px, #000 calc(100% - 64px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 18px, #000 calc(100% - 64px), transparent 100%);
}
.proj-rail::-webkit-scrollbar { display: none; }
.proj-rail.dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.proj-rail.dragging .proj-card { pointer-events: none; }

.proj-card {
  position: relative; overflow: hidden;
  flex: 0 0 clamp(320px, 34vw, 430px); height: 460px;
  scroll-snap-align: start;
  background: var(--paper-2); border: 1px solid var(--line);
  user-select: none; cursor: zoom-in;
}
.proj-card--feat { flex-basis: clamp(380px, 46vw, 580px); }
.proj-card image-slot {
  position: absolute !important; inset: 0;
  width: 100% !important; height: 100% !important;
  transition: transform 0.6s cubic-bezier(.2,.7,.3,1);
}
.proj-card image-slot::part(frame) { background: var(--paper-2); }
.proj-card:hover image-slot { transform: scale(1.05); }
.proj-card__overlay {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 20px 20px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
  background: linear-gradient(to top, rgba(18,21,27,0.94) 0%, rgba(18,21,27,0.55) 42%, rgba(18,21,27,0) 100%);
  pointer-events: none;
  transition: padding 0.3s ease;
}
.proj-card:hover .proj-card__overlay { padding-bottom: 26px; }
.proj-card__overlay .nm { color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 1.32rem; line-height: 1.2; }
.proj-card__overlay .tag {
  flex: none; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); background: var(--accent); padding: 5px 9px; margin-bottom: 4px;
}
.proj-railwrap .scroll-hint { display: none; }

.proj-foot { margin-top: 26px; display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 0.92rem; }
.proj-foot .pin { flex: none; width: 30px; height: 30px; background: var(--accent); color: #fff; display: grid; place-items: center; }
.proj-foot .pin svg { width: 17px; height: 17px; }
@media (max-width: 620px) {
  .proj-card { height: 400px; flex-basis: clamp(280px, 84vw, 360px); }
  .proj-nav { display: none; }
}

/* ============================================================
   INDUSTRIES (dark band)
   ============================================================ */
.industries { background: var(--ink); color: var(--on-dark); position: relative; overflow: hidden; }
.industries__bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(760px 460px at 90% -10%, rgba(237,155,14,0.12), transparent 60%);
}
.industries .container { position: relative; z-index: 1; }
.industries .h2 { color: #fff; }
.industries .lede { color: var(--on-dark-muted); }
.ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: clamp(34px, 4.5vw, 52px);
}
.ind-card {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--on-dark-line);
  border-radius: 0;
  padding: 20px 22px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.ind-card:hover {
  transform: translateY(-3px);
  border-color: rgba(237, 155, 14, 0.55);
  background: rgba(255, 255, 255, 0.06);
}
.ind-ico {
  flex: none; width: 46px; height: 46px;
  display: grid; place-items: center;
  background: rgba(237, 155, 14, 0.12);
  color: var(--accent);
}
.ind-ico svg { width: 24px; height: 24px; }
.ind-name { font-weight: 600; font-size: 1rem; color: #fff; line-height: 1.3; }
@media (max-width: 860px) { .ind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .ind-grid { grid-template-columns: 1fr; } }

/* ============================================================
   9. SOCIAL PROOF
   ============================================================ */
/* Amber feature sections (deliberate brand moments) */
.feature-amber { background: var(--amber-bg); color: var(--ink); }
.feature-amber .eyebrow { color: var(--ink); }
.feature-amber .eyebrow::before { background: var(--ink); }
.feature-amber .h2, .feature-amber h2 { color: var(--ink); }
.feature-amber .lede { color: rgba(28,33,41,0.74); }

.quote { background: var(--paper); }
.quote__wrap { max-width: 900px; margin-inline: auto; text-align: center; }
.quote__mark { font-family: var(--font-head); font-size: 5rem; line-height: 0.6; color: var(--accent); height: 0.5em; display: block; }
.quote blockquote {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.32;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.quote__logo { display: block; height: 40px; width: auto; margin: 32px auto 0; }
.quote__author { margin-top: 16px; font-size: 0.98rem; }
.quote__author b { color: var(--ink); font-weight: 600; }
.quote__author span { color: var(--muted); }

/* Commendation / recommendation letter (scanned image, click to enlarge) */
.letters { display: flex; justify-content: center; }
.letter { margin: 0; max-width: 540px; width: 100%; }
.letter img { width: 100%; height: auto; display: block; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lift); }
.letter figcaption { margin-top: 14px; text-align: center; font-size: 0.92rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
@media (max-width: 460px) { .letter { max-width: 380px; } }

/* ============================================================
   10. DE-RISK
   ============================================================ */
.derisk { background: var(--surface); border-block: 1px solid var(--line); }
.derisk--rein { background: var(--paper); }
.derisk__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.derisk__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: clamp(26px, 4vw, 38px); }
.derisk__photos img { width: 100%; height: auto; display: block; box-shadow: var(--shadow-card); }

/* Click-to-enlarge images (lightbox) */
.zoomable { cursor: zoom-in; transition: transform 0.3s ease, filter 0.3s ease; }
.zoomable:hover { transform: scale(1.03); filter: brightness(1.04); }
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px);
  background: rgba(18, 21, 27, 0.92); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.lightbox.open { display: flex; }
.lightbox__img { max-width: min(1100px, 94vw); max-height: 90vh; width: auto; height: auto; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.lightbox__close {
  position: absolute; top: 18px; right: 22px; width: 46px; height: 46px;
  background: rgba(255, 255, 255, 0.12); color: #fff; border: none; cursor: pointer;
  font-size: 1.9rem; line-height: 1; display: grid; place-items: center;
}
.lightbox__close:hover { background: rgba(255, 255, 255, 0.24); }
.derisk__list { position: relative; display: grid; gap: 2px; }
.derisk__list::before { content: ""; position: absolute; left: 24px; top: 34px; bottom: 40px; width: 2px; background: rgba(237, 155, 14, 0.45); z-index: 0; }
.derisk-item { position: relative; display: flex; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.derisk-item:last-child { border-bottom: none; }
.derisk-item .n {
  position: relative; z-index: 1; flex: none; width: 50px; text-align: center;
  font-family: var(--font-head); font-weight: 700; font-size: 2.3rem; line-height: 1;
  color: var(--accent-deep); background: var(--surface); padding: 6px 0;
  transition: background 0.25s ease, color 0.25s ease;
}
.derisk-item__txt { transition: transform 0.25s ease; }
.derisk-item:hover .n { background: var(--accent); color: #fff; }
.derisk-item:hover .derisk-item__txt { transform: translateX(6px); }
.derisk-item h3 { font-size: 1.1rem; font-weight: 600; color: var(--ink); }
.derisk-item p { margin-top: 5px; color: var(--muted); font-size: 0.96rem; }
@media (max-width: 820px) { .derisk__grid { grid-template-columns: 1fr; gap: 36px; } }

/* ============================================================
   11. FAQ
   ============================================================ */
.faq { background: var(--surface); }
.faq__list { max-width: 860px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item__q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 4px; text-align: left;
  font-family: var(--font-body); font-weight: 600; font-size: clamp(1.05rem, 1.8vw, 1.22rem); color: var(--ink);
}
.faq-item__q:hover { color: var(--accent-deep); }
.faq-item__icon { flex: none; width: 26px; height: 26px; position: relative; }
.faq-item__icon::before, .faq-item__icon::after {
  content: ""; position: absolute; background: var(--accent-deep); border-radius: 2px;
  top: 50%; left: 50%; transition: transform 0.3s ease;
}
.faq-item__icon::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-item__icon::after { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.faq-item.open .faq-item__icon::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-item__a { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
.faq-item__a-in { padding: 0 60px 28px 4px; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.faq-item__a-in p { margin: 0; }
.faq-item__a-in p + p, .faq-item__a-in ul + p, .faq-item__a-in p + ul { margin-top: 12px; }
.faq-item__a-in ul { margin: 12px 0 0; padding-left: 22px; list-style: none; }
.faq-item__a-in li { position: relative; padding: 3px 0; }
.faq-item__a-in li::before {
  content: ""; position: absolute; left: -16px; top: 13px;
  width: 6px; height: 6px; background: var(--accent);
}

/* ============================================================
   12. SCARCITY
   ============================================================ */
.scarcity { background: var(--amber-bg); color: var(--ink); border-top: none; padding-block: 0; overflow: hidden; }
/* Full-bleed: photos start from the section edge and fill its entire height. */
.scarcity > .container { max-width: none; padding-inline: 0; }
.scarcity__inner {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
  align-items: stretch;
}
.scarcity__photos { display: flex; gap: 0; height: 100%; }
.scarcity__photos .scarcity__img { flex: 1 1 0; min-width: 0; }
.scarcity__text {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(48px, 6vw, 88px) clamp(28px, 4vw, 64px);
}
.scarcity h2 {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.85rem); color: var(--ink);
  line-height: 1.1; letter-spacing: -0.015em; text-wrap: balance;
}
.scarcity p { color: rgba(28,33,41,0.82); font-size: 1.04rem; line-height: 1.62; }
.scarcity__img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 860px) {
  .scarcity__inner { grid-template-columns: 1fr; }
  .scarcity__photos { min-height: 260px; }
  .scarcity__text { padding: clamp(36px, 8vw, 56px) var(--pad); }
}
@media (max-width: 520px) { .scarcity__photos { flex-direction: column; min-height: 0; } .scarcity__img { height: auto; aspect-ratio: 16 / 9; } }

/* Reinstatement scarcity is text-only: restore the container + padding the
   fit-out's full-bleed .scarcity rules stripped away. */
.scarcity--rein { padding-block: clamp(48px, 6vw, 84px); }
.scarcity--rein > .container { max-width: var(--container); padding-inline: var(--pad); }
.scarcity--rein .scarcity__inner {
  grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.scarcity__lead h2 { margin-top: 10px; }
.scarcity__aside { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.scarcity__rule { width: 56px; height: 3px; background: var(--ink); opacity: 0.85; }
@media (max-width: 860px) {
  .scarcity--rein .scarcity__inner { grid-template-columns: 1fr; gap: 24px; }
  .scarcity--rein .scarcity__lead { text-align: center; }
  .scarcity--rein .scarcity__lead .eyebrow { justify-content: center; }
  .scarcity--rein .scarcity__aside { align-items: center; text-align: center; }
  .scarcity--rein .scarcity__rule { margin-inline: auto; }
}

/* ============================================================
   13. FINAL CTA + FORM (dark)
   ============================================================ */
.final { background: var(--ink); color: var(--on-dark); position: relative; overflow: hidden; }
.final__bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(800px 500px at 12% -10%, rgba(237,155,14,0.14), transparent 60%); }
.final__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.final__lead h2 { font-family: var(--font-head); font-weight: 600; font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.08; color: #fff; letter-spacing: -0.015em; text-wrap: balance; }
.final__lead h2 em { font-style: italic; color: var(--accent); }
.final__lead .lede { color: var(--on-dark-muted); margin-top: 22px; }
.final__model { display: block; width: 100%; max-width: 540px; height: auto; margin-top: clamp(28px, 4vw, 44px); filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.5)); }
@media (max-width: 1000px) { .final__model { max-width: 460px; } }
.final__contact { margin-top: 36px; display: grid; gap: 16px; }
.contact-row { display: flex; align-items: center; gap: 14px; }
.contact-row .ci { flex: none; width: 42px; height: 42px; border-radius: 0; background: rgba(255,255,255,0.06); border: 1px solid var(--on-dark-line); color: var(--accent); display: grid; place-items: center; }
.contact-row .ci svg { width: 20px; height: 20px; }
.contact-row .ct .k { font-size: 0.78rem; color: var(--on-dark-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.contact-row .ct .v { font-weight: 600; color: var(--on-dark); font-size: 1.04rem; }
.contact-row .ct .v a:hover { color: var(--accent); }

/* form */
.form-card {
  background: var(--surface);
  border-radius: 0;
  padding: clamp(26px, 3.5vw, 40px);
  box-shadow: var(--shadow-lift);
  color: var(--text);
}
.form-card h3 { font-family: var(--font-head); font-size: 1.5rem; color: var(--ink); font-weight: 600; }
.form-card .sub { color: var(--muted); font-size: 0.95rem; margin-top: 6px; }
.form-grid { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.82rem; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--cta); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 0.96rem;
  padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
  background: var(--paper); color: var(--text); outline: none; transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 92px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(237,155,14,0.16); background: var(--surface); }
.field.error input, .field.error select, .field.error textarea { border-color: var(--cta); box-shadow: 0 0 0 3px rgba(215,38,30,0.12); }
.field .err { font-size: 0.78rem; color: var(--cta); font-weight: 500; min-height: 0; display: none; }
.field.error .err { display: block; }
.form-card .btn--cta { width: 100%; justify-content: center; margin-top: 22px; }
.form-foot { margin-top: 14px; font-size: 0.82rem; color: var(--muted); text-align: center; }
.form-senderr { display: none; margin-top: 14px; font-size: 0.82rem; color: var(--cta); font-weight: 500; text-align: center; }
#leadForm.send-error .form-senderr { display: block; }
.field-consent { margin-top: 22px; display: flex; flex-direction: column; gap: 6px; }
.consent-label { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; font-size: 0.74rem; line-height: 1.5; color: var(--muted-soft); }
.consent-label input[type="checkbox"] { flex: none; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--accent); cursor: pointer; }
.field-consent .err { font-size: 0.78rem; color: var(--cta); font-weight: 500; display: none; }
.field-consent.error .err { display: block; }
.field-consent.error .consent-label input { outline: 2px solid var(--cta); outline-offset: 2px; }
@media (max-width: 1000px) { .final__grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form-grid { grid-template-columns: 1fr; } }

/* form success */
.form-success { display: none; text-align: center; padding: 24px 8px; }
.form-card.done form, .form-card.done > h3, .form-card.done > .sub { display: none; }
.form-card.done .form-success { display: block; }
.form-success .check {
  width: 72px; height: 72px; border-radius: 0; background: var(--accent); color: var(--ink);
  display: grid; place-items: center; margin: 0 auto 22px; font-size: 2rem; animation: pop 0.4s cubic-bezier(.2,1.3,.4,1);
}
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }
.form-success h3 { font-family: var(--font-head); font-size: 1.7rem; color: var(--ink); }
.form-success p { color: var(--muted); margin-top: 10px; max-width: 38ch; margin-inline: auto; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--on-dark-muted); border-top: 1px solid var(--on-dark-line); }
.footer__inner { padding-block: 40px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; font-size: 0.88rem; }
.footer__inner a:hover { color: var(--accent); }
.footer__copy { color: var(--on-dark); font-weight: 500; }
.footer__legal { max-width: 760px; font-size: 0.74rem; line-height: 1.6; color: var(--on-dark-muted); }
.footer__legal a { color: var(--on-dark); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   Scroll reveal
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(.2,.7,.3,1), transform 0.7s cubic-bezier(.2,.7,.3,1); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal[data-d="1"] { transition-delay: 0.08s; }
  .reveal[data-d="2"] { transition-delay: 0.16s; }
  .reveal[data-d="3"] { transition-delay: 0.24s; }
}



/* ============================================================
   TESTIMONIALS — two-up  (reinstatement page)
   ============================================================ */
.quotes { background: var(--surface); }
.quotes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Letters of commendation — actual client letters, click to open in the lightbox. */
.commend { max-width: 800px; margin: clamp(6px, 1.5vw, 14px) auto 0; text-align: center; }
.commend__title { font-family: var(--font-body); font-weight: 600; font-size: clamp(1rem, 1.5vw, 1.2rem); color: var(--ink); letter-spacing: -0.005em; margin-bottom: clamp(18px, 2.6vw, 26px); }
.commend__title--rev { text-align: center; margin-top: clamp(40px, 6vw, 64px); margin-bottom: clamp(20px, 3vw, 30px); }
.commend__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 38px); }
.commend__item { margin: 0; }
.commend__img { width: 100%; height: auto; display: block; border: 1px solid var(--line); box-shadow: var(--shadow-card); cursor: zoom-in; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.commend__item:hover .commend__img { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.commend__item figcaption { margin-top: 14px; line-height: 1.4; }
.commend__item figcaption b { display: block; color: var(--ink); font-weight: 600; font-size: 0.98rem; }
.commend__item figcaption span { color: var(--muted); font-size: 0.88rem; }
.commend__hint { margin-top: clamp(16px, 2.2vw, 22px); font-size: 0.85rem; color: var(--muted); }
@media (max-width: 600px) { .commend__grid { grid-template-columns: 1fr; gap: 30px; max-width: 360px; margin-inline: auto; } }
.quote-card {
  position: relative;
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  padding: clamp(32px, 3.4vw, 48px);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.quote-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.quote-card__tag {
  align-self: flex-start;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent-deep); background: rgba(237, 155, 14, 0.12);
  padding: 6px 11px; margin-bottom: 24px;
}
.quote-card__mark {
  position: absolute; top: clamp(18px, 2.2vw, 28px); right: clamp(26px, 3vw, 40px);
  font-family: var(--font-head); font-size: 5.5rem; line-height: 1;
  color: var(--accent); opacity: 0.16; pointer-events: none;
}
.quote-card blockquote {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.6;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0;
  text-wrap: pretty;
  position: relative;
  max-height: 7.5em;
  overflow: hidden;
}
.quote-card.is-expanded blockquote { max-height: none; }
/* Bottom fade only when the text itself is clamped. */
.quote-card.is-clamped:not(.is-expanded) blockquote::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2.6em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--surface));
  pointer-events: none;
}
/* Reviewer-attached image stays hidden until the card is expanded. */
.quote-card:not(.is-expanded) .quote-card__img { display: none; }
.quote-card__more {
  align-self: flex-start; margin-top: 12px; padding: 0;
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 600;
  color: var(--accent-deep); letter-spacing: 0.01em;
}
.quote-card__more:hover { text-decoration: underline; }
/* Google review: 5 stars sit under the name (in place of a subtitle) + the Google mark. */
.quote-card__stars { display: inline-flex; gap: 0.5px; margin-top: 5px; }
.quote-card__stars svg { width: 20px; height: 20px; fill: #fbbc04; display: block; }
/* Google mark sits at the right of the author row, vertically centred with name + stars. */
.quote-card__gicon { margin-left: auto; align-self: center; position: relative; top: -5px; width: 28px; height: 28px; flex: none; display: block; }
.quote-card--google .quote-card__mark { display: none; }
/* Author/name now leads the card (above the review). Divider sits below it.
   On Google cards the 5-star rating sits under the name (replacing the subtitle). */
.quote-card__author { margin: 0 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 15px; }
.quote-card__avatar {
  flex: none; width: 48px; height: 48px;
  background: var(--ink); color: var(--accent);
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
  display: grid; place-items: center; letter-spacing: 0.02em;
}
/* Client logo in place of the monogram avatar (e.g. O2WORK) — shown on the
   light card surface at its native colours, sized to the author row height. */
.quote-card__logo { flex: none; height: 46px; width: auto; max-width: 130px; display: block; object-fit: contain; }
/* Reviewer photo avatar (Google reviews) — square to match the design's sharp corners. */
.quote-card__photo { flex: none; width: 48px; height: 48px; object-fit: cover; display: block; }
/* Photo a reviewer attached to their review (shown as a band below the quote). */
.quote-card__img { display: block; align-self: flex-start; width: clamp(220px, 62%, 360px); height: clamp(160px, 18vw, 210px); object-fit: cover; object-position: 50% 50%; margin: 20px 0 2px; }
.quote-card__who { display: flex; flex-direction: column; line-height: 1.35; font-size: 0.94rem; }
.quote-card__who b { color: var(--ink); font-weight: 600; }
.quote-card__who span { color: var(--muted); }
@media (max-width: 820px) { .quotes-grid { grid-template-columns: 1fr; } }

/* --- Testimonials carousel (one letter per slide; verbatim, longer copy) --- */
.quotes-swiper { position: relative; max-width: 1040px; margin-inline: auto; }
.quotes-viewport { overflow: hidden; padding: 4px 2px 8px; }
.quotes-track { display: flex; align-items: stretch; transition: transform 0.45s cubic-bezier(.4,.7,.3,1); }
.quotes-track > .quote-card { flex: 0 0 100%; width: 100%; }
/* paragraph breaks within each quote */
.quote-card blockquote p { margin: 0; }
.quote-card blockquote p + p { margin-top: 1.05em; }
/* nav arrows (outside the card on desktop) */
.quotes-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
  cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.quotes-nav:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.quotes-nav svg { width: 22px; height: 22px; }
.quotes-nav--prev { left: -23px; }
.quotes-nav--next { right: -23px; }
/* dots */
.quotes-dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.quotes-dots button {
  width: 9px; height: 9px; padding: 0; border: none; cursor: pointer;
  background: var(--line-strong); transition: background .2s ease, transform .2s ease;
}
.quotes-dots button:hover { background: var(--muted); }
.quotes-dots button.is-active { background: var(--accent); transform: scale(1.3); }
@media (max-width: 920px) {
  /* No room beside the card on mobile — move the arrows into a bottom control
     bar that flanks the dots (still tappable + swipe still works). */
  .quotes-nav { top: auto; bottom: 0; transform: none; width: 42px; height: 42px; }
  .quotes-nav--prev { left: 0; }
  .quotes-nav--next { right: 0; }
  .quotes-dots { min-height: 42px; align-items: center; margin-top: 18px; }
}
/* Narrow columns fit fewer words per line, so show more before clamping on phones. */
@media (max-width: 600px) {
  .quote-card blockquote { max-height: 19em; }
}

/* ============================================================
   REINSTATEMENT PAGE — distinct layout (prefixed; does not
   affect the fit-out page, which never uses these classes)
   ============================================================ */

/* --- Split hero: copy + one tall image --- */
.rein-hero { padding-bottom: clamp(64px, 8vw, 110px); }
.rein-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
}
.rein-hero .hero__copy { max-width: none; align-self: center; }
.rein-hero h1 { font-size: clamp(2.3rem, 4vw, 3.7rem); margin-top: 26px; }
.rein-hero .hero__lede { max-width: 52ch; margin-top: 26px; }
/* Hero meta lines (eyebrow kicker + trust note) — standardised, roomy, wrap cleanly */
.rein-hero .hero__eyebrow {
  align-items: flex-start;
  line-height: 1.6;
  letter-spacing: 0.14em;
  gap: 0.72em;
  max-width: 42ch;
}
.rein-hero .hero__eyebrow::before { flex: none; margin-top: 0.58em; }
.rein-hero .hero__note {
  margin-top: 28px;
  font-size: 0.9rem;
  max-width: 52ch;
}
.rein-hero__media { position: relative; display: flex; }
.rein-hero__img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(400px, 50vw, 588px) !important;
}
.rein-hero__img::part(frame) { background: rgba(255, 255, 255, 0.05); }
.rein-hero__img::part(ring) { border-color: rgba(255, 255, 255, 0.28); }
.rein-hero__img::part(empty) { color: rgba(243, 239, 231, 0.58); }
.rein-hero__tag {
  position: absolute; top: 16px; right: 16px; z-index: 4;
  background: var(--accent); color: var(--ink);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 13px; display: inline-flex; align-items: center; gap: 8px;
}
.rein-hero__tag .d { width: 6px; height: 6px; background: var(--ink); display: inline-block; }
.rein-hero__stamp {
  position: absolute; left: -16px; bottom: 24px; z-index: 5;
  background: var(--surface); color: var(--ink);
  box-shadow: var(--shadow-lift);
  padding: 16px 20px; max-width: 220px;
  display: flex; align-items: center; gap: 14px;
}
.rein-hero__stamp .bignum { font-family: var(--font-head); font-weight: 700; font-size: 2.3rem; line-height: 1; color: var(--accent-deep); flex: none; }
.rein-hero__stamp .lbl { font-size: 0.8rem; line-height: 1.35; color: var(--muted); }
.rein-hero__stamp .lbl b { display: block; color: var(--ink); font-weight: 700; font-size: 0.9rem; margin-bottom: 1px; }
/* BCA-registered credential pill, bottom-right of the hero image (matches the
   fit-out hero's BCA badge — uses the same official mark). */
.rein-hero__bca {
  position: absolute; right: -8px; bottom: 104px; z-index: 4; max-width: 190px;
  background: var(--surface); box-shadow: var(--shadow-lift);
  padding: 11px 14px; display: flex; align-items: center; gap: 11px;
}
.rein-hero__bca .bca-hero-mark { width: 40px; height: auto; flex: none; display: block; }
.rein-hero__bca-txt { font-size: 0.72rem; line-height: 1.3; color: var(--muted); }
.rein-hero__bca-txt b { display: block; color: var(--ink); font-weight: 700; font-size: 0.82rem; margin-bottom: 1px; letter-spacing: -0.005em; }
/* Split hero goes single-column early enough that the 2-col image stays wide
   enough to hold the stamp (left) + BCA badge (right) without overlap. */
@media (max-width: 1080px) {
  .rein-hero__grid { grid-template-columns: 1fr; }
  .rein-hero__media { margin-top: 10px; }
  .rein-hero__img { height: clamp(300px, 60vw, 430px) !important; min-height: 0 !important; }
  .rein-hero__stamp { left: 14px; }
}
/* Phones: keep the full text badge overhanging the image edge (per request),
   but give the image more height and lift the badge so it sits clear above the
   stamp — both can't share the bottom on the narrow mobile image. */
@media (max-width: 600px) {
  .rein-hero__img { height: clamp(430px, 116vw, 500px) !important; }
  .rein-hero__bca { bottom: 172px; }
}
/* Desktop (2-col hero): center the BCA badge vertically (about the middle of
   the image) and make it wider. Mobile/tablet keep their own positioning. */
@media (min-width: 1081px) {
  .rein-hero__bca { top: 68%; bottom: auto; transform: translateY(-50%); max-width: 250px; }
}

/* --- Inline trust strip (replaces boxed pills) --- */
.rein-trust { background: var(--amber-bg); padding-block: clamp(26px, 3.6vw, 40px); }
.rein-trust__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) 2fr;
  gap: 1px;
  background: rgba(28, 33, 41, 0.18);
  overflow: hidden;
  align-items: stretch;
}
.rein-trust__photo { position: relative; background: var(--amber-bg); min-height: 220px; }
.rein-trust__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.rein-trust__row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: rgba(28, 33, 41, 0.18);
}
.rein-trust__item {
  background: var(--amber-bg);
  padding: 22px clamp(20px, 2.4vw, 30px);
  display: flex; flex-direction: column; gap: 7px; justify-content: center;
}
.rein-trust__item b { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.7rem, 2.6vw, 2.35rem); color: var(--ink); line-height: 1.02; letter-spacing: -0.015em; }
.rein-trust__item span { font-size: clamp(0.9rem, 1.1vw, 1rem); color: rgba(28, 33, 41, 0.78); line-height: 1.4; }
.rein-trust__bca-k { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.rein-trust__item--bca .bca-hero-mark { width: 52px; height: auto; flex: none; display: block; }
@media (max-width: 900px) {
  .rein-trust__inner { grid-template-columns: 1fr; }
  .rein-trust__photo { min-height: 180px; }
}
@media (max-width: 520px) { .rein-trust__row { grid-template-columns: 1fr; } }

/* --- Problem as a consequence ledger --- */
.rein-ledger { border-top: 1px solid var(--line-strong); }
.rein-ledger__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  padding: clamp(24px, 3vw, 38px) clamp(8px, 1.5vw, 18px);
  border-bottom: 1px solid var(--line-strong);
  transition: background 0.25s ease;
}
.rein-ledger__row:hover { background: var(--surface); }
/* Big red cross marks the consequence — each "what goes wrong" row gets an X. */
.rein-ledger__no {
  flex: none; width: clamp(46px, 5.5vw, 66px);
  color: var(--cta);
  display: grid; place-items: center;
}
.rein-ledger__no svg { width: 100%; height: auto; display: block; }
.rein-ledger__body h3 { font-size: clamp(1.18rem, 2vw, 1.5rem); font-weight: 600; color: var(--ink); line-height: 1.25; }
.rein-ledger__body p { margin-top: 8px; color: var(--muted); font-size: 1rem; max-width: 62ch; }
.rein-ledger__tag {
  flex: none; justify-self: end; text-align: center;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--cta); box-shadow: inset 0 0 0 1.5px currentColor; padding: 9px 15px; white-space: nowrap;
}
@media (max-width: 720px) {
  .rein-ledger__row { grid-template-columns: auto 1fr; row-gap: 6px; }
  .rein-ledger__tag { grid-column: 2; justify-self: start; }
}

/* --- Services: editorial checklist beside an image --- */
.services { background: var(--paper); }
.rein-svc__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(34px, 5vw, 72px); align-items: stretch; }
.rein-svc__media { position: relative; display: flex; }
.rein-svc__img { display: block !important; width: 100% !important; height: 100% !important; min-height: clamp(360px, 44vw, 520px) !important; }
.rein-svc__img::part(frame) { background: var(--paper-2); }
/* Second photo floating over the main shot for depth — bottom-right, with a
   thick surface-coloured border + lift shadow so it reads as a separate print. */
.rein-svc__float {
  position: absolute; right: -24px; bottom: -68px; z-index: 3;
  width: 46%; height: clamp(200px, 26vw, 300px) !important;
  border: 7px solid var(--surface); box-shadow: var(--shadow-lift);
}
@media (max-width: 880px) { .rein-svc__float { right: 14px; bottom: -34px; width: 42%; height: clamp(150px, 38vw, 210px) !important; } }
.rein-svc__list { list-style: none; margin: 0; padding: 0; }
.rein-svc__list li {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid var(--line);
  font-size: clamp(1.04rem, 1.5vw, 1.2rem); color: var(--ink); font-weight: 500; line-height: 1.35;
}
.rein-svc__list li:last-child { border-bottom: none; }
.rein-svc__list .tick {
  flex: none; width: 30px; height: 30px; background: var(--accent); color: var(--ink);
  display: grid; place-items: center; font-weight: 700; font-size: 0.92rem; margin-top: 1px;
}
@media (max-width: 880px) {
  .rein-svc__grid { grid-template-columns: 1fr; }
  .rein-svc__media { order: -1; margin-bottom: 48px; }
  .rein-svc__img { height: clamp(300px, 55vw, 420px) !important; min-height: 0 !important; }
}

/* --- Faint architectural floor-plan watermark on the dark final CTA band
   (same invert + screen-blend treatment as the fit-out hero). Anchored left
   behind the lead heading, fading out before it reaches the form card. --- */
.rein-final__plan {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: min(54%, 620px);
  pointer-events: none; z-index: 0;
  background: url('assets/hero/layout-plan.jpg') no-repeat left center;
  background-size: cover;
  filter: invert(1) brightness(1.05) contrast(1.05);
  mix-blend-mode: screen;
  opacity: 0.14;
  -webkit-mask-image: linear-gradient(to left, transparent 0, #000 55%);
  mask-image: linear-gradient(to left, transparent 0, #000 55%);
}
@media (max-width: 1000px) { .rein-final__plan { display: none; } }

/* Full-width variant of the before/after slider (reinstatement page) — fills the
   inner container width. The base .ba component is shared with the fit-out page,
   so this only widens .ba--full. */
.ba--full { max-width: none; width: 100%; margin-bottom: clamp(44px, 6vw, 76px); }
.ba--full .ba__pane { aspect-ratio: 2040 / 942; }
/* taller on phones so the comparison reads clearly on a narrow screen */
@media (max-width: 640px) { .ba--full .ba__pane { aspect-ratio: 4 / 3; } }
