/* ==========================================================================
   DKE SERVICES QLD — Core stylesheet
   Brand: royal blue + gold gradient (from logo)
   All brand values are CSS custom properties in :root — change them there
   and the whole site follows.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* Brand blues — sampled from the logo background */
  --blue-950: #05121F;
  --blue-900: #071A2F;
  --blue-800: #0B2745;
  --blue-700: #10375F;
  --blue-600: #17497C;
  --blue-500: #2064AC; /* logo background blue */
  --blue-400: #3B84CE;
  --blue-300: #6BA6DF;

  /* Brand golds — sampled from the logo mark + wordmark */
  --gold-800: #6B4F22;
  --gold-700: #8A6A2E;
  --gold-600: #A57F35;
  --gold-500: #C9A24D; /* primary gold */
  --gold-400: #D9BC72;
  --gold-300: #EBD79F;
  --gold-200: #F4E9C6;

  /* Neutrals */
  --cream: #F7F4EC;
  --paper: #FFFFFF;
  --ink: #0C1520;
  --ink-70: rgba(12, 21, 32, 0.72);
  --ink-55: rgba(12, 21, 32, 0.58);
  --line: rgba(12, 21, 32, 0.10);
  --line-light: rgba(255, 255, 255, 0.14);

  /* Signature gradients */
  --grad-gold: linear-gradient(135deg, #8A6A2E 0%, #E8D6A0 38%, #C9A24D 62%, #F2E6BE 100%);
  --grad-gold-soft: linear-gradient(135deg, #A57F35 0%, #EBD79F 55%, #C9A24D 100%);
  --grad-blue: linear-gradient(160deg, #10375F 0%, #071A2F 100%);
  --grad-blue-rich: linear-gradient(150deg, #17497C 0%, #0B2745 55%, #05121F 100%);

  /* Type */
  --font-display: 'Sora', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Layout */
  --wrap: 1200px;
  --wrap-narrow: 820px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(3.5rem, 6.5vw, 6rem);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  /* Elevation */
  --shadow-sm: 0 2px 8px rgba(7, 26, 47, 0.06);
  --shadow: 0 12px 32px -12px rgba(7, 26, 47, 0.22);
  --shadow-lg: 0 32px 64px -24px rgba(7, 26, 47, 0.35);
  --shadow-gold: 0 18px 40px -18px rgba(201, 162, 77, 0.55);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.45s;

  --header-h: 78px;
}

/* --------------------------------------------------------------------------
   2. RESET / BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; height: auto; }

/* The hidden attribute must beat any display rule set later on the element. */
[hidden] { display: none !important; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 0.6em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.35rem, 6vw, 4.25rem); }
h2 { font-size: clamp(1.95rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.125rem; }

p { margin: 0 0 1.15em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.15em; padding-left: 1.25em; }
li { margin-bottom: 0.5em; }

strong { font-weight: 650; }

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--gold-300); color: var(--blue-900); }

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 999;
  background: var(--gold-500);
  color: var(--blue-900);
  padding: 0.75rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-weight: 650;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* Visible to screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   3. LAYOUT PRIMITIVES
   -------------------------------------------------------------------------- */
.wrap {
  width: min(var(--wrap), 100% - (var(--gutter) * 2));
  margin-inline: auto;
}
.wrap--narrow { width: min(var(--wrap-narrow), 100% - (var(--gutter) * 2)); }

.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 4.5vw, 3.75rem); }
.section--cream { background: var(--cream); }
/* isolation creates a stacking context so the .aurora layer (z-index:-1)
   paints above this section's own background instead of behind it. */
.section--dark {
  background: var(--grad-blue);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.section--dark p { color: rgba(255, 255, 255, 0.78); }

.grid { display: grid; gap: clamp(1.25rem, 2.5vw, 2rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.stack > * + * { margin-top: 1.15rem; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* --------------------------------------------------------------------------
   4. TYPOGRAPHIC UTILITIES
   -------------------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--grad-gold);
  border-radius: 2px;
}
.section--dark .eyebrow { color: var(--gold-400); }

.lead {
  font-size: clamp(1.075rem, 1.7vw, 1.25rem);
  color: var(--ink-70);
  line-height: 1.6;
}
.section--dark .lead { color: rgba(255, 255, 255, 0.8); }

.gold-text {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* Fallback for older engines that ignore background-clip:text */
  -webkit-text-fill-color: transparent;
}

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 3.2vw, 2.75rem); }
.section-head.center { margin-inline: auto; }

/* --------------------------------------------------------------------------
   5. BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--grad-gold);
  --btn-fg: var(--blue-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 1.85rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--btn-fg);
  background: var(--btn-bg);
  background-size: 180% 180%;
  background-position: 0% 50%;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              background-position var(--dur) var(--ease),
              background-color 0.25s;
  box-shadow: var(--shadow-gold);
  text-align: center;
}
.btn:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 0 22px 48px -18px rgba(201, 162, 77, 0.75);
}
.btn:active { transform: translateY(0); }

.btn svg { width: 18px; height: 18px; flex: none; }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  box-shadow: none;
  border: 1.5px solid var(--line);
}
.btn--ghost:hover {
  box-shadow: none;
  border-color: var(--gold-500);
  background: rgba(201, 162, 77, 0.08);
}

.btn--ghost-light {
  --btn-bg: transparent;
  --btn-fg: #fff;
  box-shadow: none;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
}
.btn--ghost-light:hover {
  box-shadow: none;
  border-color: var(--gold-400);
  background: rgba(255, 255, 255, 0.07);
}

.btn--blue {
  --btn-bg: var(--blue-600);
  --btn-fg: #fff;
  box-shadow: 0 16px 36px -18px rgba(11, 39, 69, 0.7);
}
.btn--blue:hover { box-shadow: 0 22px 44px -18px rgba(11, 39, 69, 0.85); }

.btn--lg { padding: 1.15rem 2.25rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.btn-row.center { justify-content: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 0.95rem;
  color: var(--blue-600);
  transition: gap 0.3s var(--ease), color 0.3s;
}
.link-arrow::after {
  content: '→';
  transition: transform 0.3s var(--ease);
}
.link-arrow:hover { gap: 0.7rem; color: var(--gold-600); }
.section--dark .link-arrow { color: var(--gold-400); }

/* --------------------------------------------------------------------------
   6. HEADER + NAV
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              backdrop-filter var(--dur) var(--ease);
}
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 18, 31, 0.72) 0%, rgba(5, 18, 31, 0) 100%);
  opacity: 1;
  transition: opacity var(--dur) var(--ease);
  pointer-events: none;
}
.site-header.is-stuck {
  background: rgba(7, 26, 47, 0.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 rgba(201, 162, 77, 0.22), 0 18px 40px -28px rgba(0, 0, 0, 0.8);
}
.site-header.is-stuck::before { opacity: 0; }

.header-inner {
  position: relative;
  z-index: 1;
  width: min(var(--wrap), 100% - (var(--gutter) * 2));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Logo lockup */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: none;
}
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.brand__name span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.brand__tag {
  font-size: 0.6rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 0.35rem; }
.nav a {
  position: relative;
  padding: 0.55rem 0.9rem;
  font-size: 0.925rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  transition: color 0.25s;
  white-space: nowrap;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.3rem;
  height: 2px;
  background: var(--grad-gold);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav a:hover { color: #fff; }
.nav a:hover::after,
.nav a[aria-current='page']::after { transform: scaleX(1); }
.nav a[aria-current='page'] { color: #fff; }

.header-cta { display: flex; align-items: center; gap: 0.75rem; flex: none; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 0.95rem;
  color: #fff;
  transition: color 0.25s;
}
.header-phone svg { width: 17px; height: 17px; color: var(--gold-400); }
.header-phone:hover { color: var(--gold-300); }
.header-cta .btn { padding: 0.8rem 1.4rem; font-size: 0.875rem; }

/* Burger */
.burger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  position: relative;
  flex: none;
}
.burger span {
  position: absolute;
  left: 13px;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.2s;
}
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
.burger[aria-expanded='true'] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--grad-blue-rich);
  padding: calc(var(--header-h) + 2rem) var(--gutter) 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  /* See the .lightbox note: snap visibility on, delay it off. */
  transition: transform 0.5s var(--ease), opacity 0.35s, visibility 0s linear 0.5s;
  overflow-y: auto;
}
.mobile-nav.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s var(--ease), opacity 0.35s, visibility 0s;
}
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 650;
  color: #fff;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav a[aria-current='page'] { color: var(--gold-400); }
.mobile-nav .btn { margin-top: 1.75rem; }
.mobile-nav__foot {
  margin-top: auto;
  padding-top: 2rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
}
.mobile-nav__foot a { font-size: 1rem; border: 0; padding: 0.2rem 0; display: inline-block; }

/* --------------------------------------------------------------------------
   7. HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem));
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  background: var(--grad-blue-rich);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

/* Hero photo — sits behind the scrim. Holds a real <img> so the shot is
   indexable and can be preloaded as the LCP element. */
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.52;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(70% 60% at 78% 18%, rgba(201, 162, 77, 0.26) 0%, transparent 62%),
    radial-gradient(60% 55% at 8% 92%, rgba(59, 132, 206, 0.24) 0%, transparent 60%),
    linear-gradient(105deg, rgba(5, 18, 31, 0.94) 8%, rgba(7, 26, 47, 0.72) 55%, rgba(11, 39, 69, 0.5) 100%);
}

/* NB: no `width` here — this element also carries .wrap, which owns the
   max-width and gutters. Setting width:100% would cancel them out. */
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero h1 { color: #fff; margin-bottom: 0.55em; }
.hero .lead { max-width: 54ch; color: rgba(255, 255, 255, 0.82); }

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-300);
  background: rgba(201, 162, 77, 0.1);
  border: 1px solid rgba(201, 162, 77, 0.3);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.pill svg { width: 14px; height: 14px; }

.hero .btn-row { margin-top: 2rem; }

.hero__proof {
  margin-top: 2.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 3rem);
}
.hero__proof-item { display: flex; flex-direction: column; gap: 0.15rem; }
.hero__proof-num {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  line-height: 1;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero__proof-label {
  font-size: 0.775rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

/* Hero quote card */
.quote-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.quote-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-gold);
}
.quote-card h2 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.35em;
}
.quote-card__sub {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 1.5rem;
}

/* --------------------------------------------------------------------------
   8. FORMS
   -------------------------------------------------------------------------- */
.field { margin-bottom: 1rem; }
.field:last-of-type { margin-bottom: 1.35rem; }

.field label,
.fieldset__legend {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--ink-70);
}
.field .req { color: var(--gold-600); }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
select,
textarea {
  width: 100%;
  padding: 0.9rem 1.05rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
  appearance: none;
}
textarea { min-height: 130px; resize: vertical; }

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23C9A24D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.05rem center;
  padding-right: 2.75rem;
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(201, 162, 77, 0.18);
}

input::placeholder,
textarea::placeholder { color: rgba(12, 21, 32, 0.38); }

/* Form on dark backgrounds */
.form--on-dark label,
.form--on-dark .fieldset__legend { color: rgba(255, 255, 255, 0.72); }
/* background-COLOR, not the shorthand — the shorthand would wipe out the
   select's chevron background-image. */
.form--on-dark input,
.form--on-dark select,
.form--on-dark textarea {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.form--on-dark input::placeholder,
.form--on-dark textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.form--on-dark input:focus,
.form--on-dark select:focus,
.form--on-dark textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--gold-400);
}
.form--on-dark select { color: #fff; }
.form--on-dark select option { background: var(--blue-800); color: #fff; }

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field-error {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.83rem;
  font-weight: 550;
  color: #E2564A;
  min-height: 0;
}
.form--on-dark .field-error { color: #FF9A90; }
input[aria-invalid='true'],
select[aria-invalid='true'],
textarea[aria-invalid='true'] { border-color: #E2564A; }

.form-note {
  font-size: 0.82rem;
  color: var(--ink-55);
  margin-top: 1rem;
  text-align: center;
}
.form--on-dark .form-note { color: rgba(255, 255, 255, 0.55); }

.form-status {
  margin-top: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 550;
  display: none;
}
.form-status.is-visible { display: block; }
.form-status.is-ok {
  background: rgba(46, 160, 106, 0.12);
  border: 1px solid rgba(46, 160, 106, 0.4);
  color: #1F7A4E;
}
.form-status.is-err {
  background: rgba(226, 86, 74, 0.12);
  border: 1px solid rgba(226, 86, 74, 0.4);
  color: #C23C30;
}
.form--on-dark .form-status.is-ok { color: #7EE0AC; }
.form--on-dark .form-status.is-err { color: #FF9A90; }

/* Honeypot — hidden from humans, catches bots */
.hp-field {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Checkbox / radio groups */
.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.6rem;
  margin-bottom: 1.35rem;
}
.check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.95rem;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.92rem;
  transition: border-color 0.25s, background 0.25s;
}
.check:hover { border-color: var(--gold-400); }
.check input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold-600);
  flex: none;
  cursor: pointer;
}
.check:has(input:checked) {
  border-color: var(--gold-500);
  background: rgba(201, 162, 77, 0.08);
}
.form--on-dark .check { border-color: rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.85); }
.form--on-dark .check:has(input:checked) {
  border-color: var(--gold-400);
  background: rgba(201, 162, 77, 0.14);
}

/* --------------------------------------------------------------------------
   9. CARDS
   -------------------------------------------------------------------------- */
.card {
  position: relative;
  padding: clamp(1.5rem, 2.6vw, 2.1rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
  overflow: hidden;
  height: 100%;
}
.card::after {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(201, 162, 77, 0.35);
}
.card:hover::after { transform: scaleX(1); }
.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--ink-70); font-size: 0.97rem; }

.card--dark {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.card--dark p { color: rgba(255, 255, 255, 0.72); }
.card--dark:hover { border-color: rgba(201, 162, 77, 0.5); }

.card--flat:hover { transform: none; box-shadow: var(--shadow-sm); }

.icon-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(140deg, rgba(201, 162, 77, 0.18), rgba(201, 162, 77, 0.06));
  border: 1px solid rgba(201, 162, 77, 0.3);
  color: var(--gold-600);
  margin-bottom: 1.25rem;
  flex: none;
  transition: transform var(--dur) var(--ease);
}
.icon-badge svg { width: 26px; height: 26px; }
.card:hover .icon-badge { transform: scale(1.08) rotate(-4deg); }
.card--dark .icon-badge { color: var(--gold-400); }

.card__link {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 0.9rem;
  color: var(--blue-600);
}
.card__link::after { content: '→'; transition: transform 0.3s var(--ease); }
.card:hover .card__link::after { transform: translateX(4px); }

/* Whole-card link */
.card--linked { display: block; color: inherit; }

/* --------------------------------------------------------------------------
   10. TRUST BAR
   -------------------------------------------------------------------------- */
.trustbar {
  background: var(--blue-900);
  border-block: 1px solid rgba(201, 162, 77, 0.22);
  padding-block: 1.35rem;
  color: rgba(255, 255, 255, 0.8);
}
.trustbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 4vw, 3.25rem);
}
.trustbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.trustbar__item svg { width: 20px; height: 20px; color: var(--gold-500); flex: none; }

/* --------------------------------------------------------------------------
   11. SPLIT / FEATURE BLOCKS
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse > *:first-child { order: 2; }

.media-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--grad-blue);
  aspect-ratio: 4 / 3;
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame--tall { aspect-ratio: 3 / 4; }

/* Gold corner accent on framed media */
.media-frame::after {
  content: '';
  position: absolute;
  inset: auto auto 0 0;
  width: 42%;
  height: 4px;
  background: var(--grad-gold);
}

.media-frame__badge {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background: rgba(7, 26, 47, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 162, 77, 0.35);
  border-radius: var(--radius);
  padding: 0.9rem 1.15rem;
  color: #fff;
  max-width: 62%;
}
.media-frame__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.media-frame__badge span {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

/* Photo placeholder — visible until real photos land */
.photo-slot {
  display: grid;
  place-content: center;
  gap: 0.6rem;
  text-align: center;
  background:
    repeating-linear-gradient(45deg,
      rgba(201, 162, 77, 0.055) 0 14px,
      rgba(201, 162, 77, 0.11) 14px 28px),
    var(--grad-blue);
  color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
  height: 100%;
  width: 100%;
}
.photo-slot svg { width: 42px; height: 42px; margin-inline: auto; color: var(--gold-500); opacity: 0.85; }
.photo-slot b {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.photo-slot small { font-size: 0.78rem; opacity: 0.75; max-width: 26ch; margin-inline: auto; }

/* Tick list */
.tick-list { list-style: none; padding: 0; margin: 0; }
.tick-list li {
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: 0.85rem;
  color: var(--ink-70);
}
.tick-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(201, 162, 77, 0.15);
  border: 1px solid rgba(201, 162, 77, 0.4);
}
.tick-list li::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 0.5rem;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--gold-600);
  border-bottom: 2px solid var(--gold-600);
  transform: rotate(-45deg);
}
.tick-list li strong { color: var(--ink); }
.section--dark .tick-list li { color: rgba(255, 255, 255, 0.78); }
.section--dark .tick-list li strong { color: #fff; }
.section--dark .tick-list li::after { border-color: var(--gold-400); }

/* --------------------------------------------------------------------------
   12. PROCESS TIMELINE
   -------------------------------------------------------------------------- */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.25rem);
  counter-reset: step;
  position: relative;
}
.process__step { position: relative; counter-increment: step; }
.process__num {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--grad-gold);
  color: var(--blue-900);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.35rem;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow-gold);
}
.process__num::before { content: counter(step, decimal-leading-zero); }
/* Connector line */
.process__step::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 60px;
  right: calc(-1 * clamp(1.5rem, 3vw, 2.25rem));
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 162, 77, 0.5), rgba(201, 162, 77, 0.12));
  z-index: 1;
}
.process__step:last-child::before { display: none; }
.process__step h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.process__step p { font-size: 0.95rem; color: var(--ink-70); }
.section--dark .process__step p { color: rgba(255, 255, 255, 0.7); }

/* --------------------------------------------------------------------------
   13. STATS
   -------------------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.4rem;
}
.stat__label {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.section--cream .stat__label,
.section:not(.section--dark) .stat__label { color: var(--ink-55); }

/* --------------------------------------------------------------------------
   14. TESTIMONIALS
   -------------------------------------------------------------------------- */
.review {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: clamp(1.6rem, 2.8vw, 2.15rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  height: 100%;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.stars { display: flex; gap: 3px; color: var(--gold-500); }
.stars svg { width: 18px; height: 18px; }
.review blockquote {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink-70);
}
.review blockquote::before { content: '“'; }
.review blockquote::after { content: '”'; }
.review__by {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}
.review__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--grad-gold);
  color: var(--blue-900);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  flex: none;
}
.review__name { font-family: var(--font-display); font-weight: 650; font-size: 0.95rem; }
.review__meta { font-size: 0.82rem; color: var(--ink-55); }

/* --------------------------------------------------------------------------
   15. ACCORDION (FAQ)
   -------------------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  font-weight: 650;
  color: var(--ink);
  transition: color 0.25s;
}
.faq__q:hover { color: var(--gold-700); }
.faq__icon {
  position: relative;
  width: 26px;
  height: 26px;
  flex: none;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  transition: transform 0.4s var(--ease), border-color 0.3s, background 0.3s;
  margin-top: 2px;
}
.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  background: var(--gold-600);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.faq__icon::before { width: 11px; height: 2px; }
.faq__icon::after { width: 2px; height: 11px; }
.faq__q[aria-expanded='true'] .faq__icon {
  transform: rotate(180deg);
  border-color: var(--gold-500);
  background: rgba(201, 162, 77, 0.12);
}
.faq__q[aria-expanded='true'] .faq__icon::after { opacity: 0; }
.faq__a {
  overflow: hidden;
  height: 0;
  transition: height 0.4s var(--ease);
}
.faq__a-inner { padding-bottom: 1.5rem; color: var(--ink-70); max-width: 72ch; }
.section--dark .faq { border-color: var(--line-light); }
.section--dark .faq__item { border-color: var(--line-light); }
.section--dark .faq__q { color: #fff; }
.section--dark .faq__icon { border-color: var(--line-light); }
.section--dark .faq__a-inner { color: rgba(255, 255, 255, 0.74); }

/* --------------------------------------------------------------------------
   16. GALLERY
   -------------------------------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1rem;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--grad-blue);
  cursor: pointer;
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.gallery-item--wide { grid-column: span 2; aspect-ratio: 8 / 3; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item__cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.5rem 1.15rem 1.05rem;
  background: linear-gradient(0deg, rgba(5, 18, 31, 0.92), transparent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.4s;
}
.gallery-item:hover .gallery-item__cap,
.gallery-item:focus-visible .gallery-item__cap { transform: translateY(0); opacity: 1; }
.gallery-item__cap small {
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--gold-300);
  margin-top: 2px;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5, 18, 31, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  opacity: 0;
  visibility: hidden;
  /* visibility is a discrete property: transitioning it over a duration
     flips it at the halfway point, which leaves the dialog unfocusable for
     150ms after opening. Snap it on immediately, delay it off until the
     fade-out has finished. */
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
}
.lightbox img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.lightbox__cap {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 1rem;
  font-size: 0.92rem;
}
.lightbox__close {
  position: absolute;
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s;
}
.lightbox__close:hover { background: rgba(255, 255, 255, 0.18); }

/* --------------------------------------------------------------------------
   17. AREAS
   -------------------------------------------------------------------------- */
.area-card {
  position: relative;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color 0.3s;
  height: 100%;
}
.area-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(201, 162, 77, 0.4);
}
.area-card h3 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.area-card h3 svg { width: 20px; height: 20px; color: var(--gold-600); flex: none; }
.area-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.area-card li {
  margin: 0;
  font-size: 0.83rem;
  padding: 0.3rem 0.7rem;
  background: var(--cream);
  border-radius: 999px;
  color: var(--ink-70);
}

/* --------------------------------------------------------------------------
   18. CTA BAND
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative;
  background: var(--grad-blue-rich);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(55% 90% at 82% 20%, rgba(201, 162, 77, 0.24), transparent 65%),
    radial-gradient(45% 70% at 10% 100%, rgba(59, 132, 206, 0.22), transparent 60%);
}
.cta-band h2 { color: #fff; }
.cta-band .lead { color: rgba(255, 255, 255, 0.8); }

/* --------------------------------------------------------------------------
   19. PAGE HERO (inner pages)
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  background: var(--grad-blue-rich);
  color: #fff;
  padding-top: calc(var(--header-h) + clamp(3rem, 7vw, 5.5rem));
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
  isolation: isolate;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 80% at 85% 10%, rgba(201, 162, 77, 0.2), transparent 62%),
    radial-gradient(50% 70% at 5% 95%, rgba(59, 132, 206, 0.2), transparent 60%);
}
.page-hero h1 { color: #fff; margin-bottom: 0.4em; }
/* .lead defaults to dark ink for light sections. The page hero is dark, so it
   needs the same white override the homepage hero has, or the intro paragraph
   renders near-invisible (1.38:1 contrast). */
.page-hero .lead { max-width: 62ch; color: rgba(255, 255, 255, 0.82); }
.page-hero p:not(.lead):not(.crumbs) { color: rgba(255, 255, 255, 0.78); }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.35rem;
  list-style: none;
  padding: 0;
}
.crumbs li { margin: 0; display: flex; align-items: center; gap: 0.5rem; }
.crumbs li + li::before { content: '/'; color: rgba(255, 255, 255, 0.3); }
.crumbs a { color: rgba(255, 255, 255, 0.72); transition: color 0.25s; }
.crumbs a:hover { color: var(--gold-400); }
.crumbs [aria-current] { color: var(--gold-400); }

/* --------------------------------------------------------------------------
   20. FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--blue-950);
  color: rgba(255, 255, 255, 0.66);
  padding-top: clamp(3.5rem, 6vw, 5rem);
  font-size: 0.94rem;
  border-top: 1px solid rgba(201, 162, 77, 0.25);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.site-footer h2 {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 1.15rem;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.65rem; }
.site-footer a { transition: color 0.25s; }
.site-footer a:hover { color: var(--gold-300); }
.footer-about p { max-width: 40ch; margin-top: 1.25rem; font-size: 0.92rem; }
.footer-contact li { display: flex; gap: 0.65rem; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold-500); flex: none; margin-top: 4px; }

.socials { display: flex; gap: 0.6rem; margin-top: 1.5rem; }
.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.75);
  transition: border-color 0.3s, color 0.3s, transform 0.3s var(--ease), background 0.3s;
}
.socials a:hover {
  border-color: var(--gold-500);
  color: var(--gold-300);
  background: rgba(201, 162, 77, 0.1);
  transform: translateY(-3px);
}
.socials svg { width: 18px; height: 18px; }

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer-bar nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }

.footer-licence {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1.25rem;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   21. STICKY MOBILE CALL BAR
   -------------------------------------------------------------------------- */
.mobile-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  display: none;
  background: rgba(7, 26, 47, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(201, 162, 77, 0.3);
  padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom));
  gap: 0.6rem;
  transform: translateY(110%);
  transition: transform 0.4s var(--ease);
}
.mobile-bar.is-visible { transform: translateY(0); }
.mobile-bar .btn { flex: 1; padding: 0.9rem 1rem; font-size: 0.88rem; box-shadow: none; }

/* Back to top */
.to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 89;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 77, 0.4);
  background: rgba(7, 26, 47, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--gold-400);
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s, visibility 0s linear 0.35s, transform 0.35s var(--ease), background 0.25s;
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.35s, visibility 0s, transform 0.35s var(--ease), background 0.25s;
}
.to-top:hover { background: var(--blue-700); }
.to-top svg { width: 20px; height: 20px; }

/* --------------------------------------------------------------------------
   22. SCROLL REVEAL
   -------------------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--reveal-delay, 0s);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   23. MISC
   -------------------------------------------------------------------------- */
.divider-gold {
  width: 64px;
  height: 3px;
  background: var(--grad-gold);
  border-radius: 3px;
  border: 0;
  margin: 0 0 1.5rem;
}
.center .divider-gold { margin-inline: auto; }

.note-box {
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--gold-500);
  background: rgba(201, 162, 77, 0.07);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.96rem;
}
.section--dark .note-box { background: rgba(201, 162, 77, 0.1); color: rgba(255, 255, 255, 0.82); }

.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.5rem; }
.prose h3 { margin-top: 2rem; }
.prose > :first-child { margin-top: 0; }

.table-wrap { overflow-x: auto; margin-bottom: 1.5rem; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 460px; }
th, td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
th {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-70);
  background: var(--cream);
}
tbody tr:hover { background: rgba(201, 162, 77, 0.05); }

/* --------------------------------------------------------------------------
   24. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .burger { display: block; }
  .header-cta .btn { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .hero__inner { grid-template-columns: 1fr; }
  .quote-card { order: 2; }
  .split--reverse > *:first-child { order: 0; }
  .process__step::before { display: none; }
}

@media (max-width: 720px) {
  :root { --header-h: 68px; }
  body { font-size: 1rem; }
  .mobile-bar { display: flex; }
  .site-footer { padding-bottom: 90px; }
  .to-top { bottom: 84px; }
  .header-phone span { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: span 1; aspect-ratio: 4 / 3; }
  .footer-bar { flex-direction: column; align-items: flex-start; }
  .brand__tag { display: none; }
  .hero { min-height: auto; }
}

@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .mobile-bar .btn { width: auto; }
  .hero__proof { gap: 1.5rem 2rem; }
}

/* --------------------------------------------------------------------------
   25. ACCESSIBILITY / PRINT
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .mobile-bar, .to-top, .mobile-nav, .cta-band, .quote-card { display: none !important; }
  body { color: #000; background: #fff; }
  .hero, .page-hero, .section--dark { background: #fff !important; color: #000 !important; }
  .hero h1, .page-hero h1 { color: #000 !important; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 0.8em; }
}

/* ==========================================================================
   26. ELEVATION LAYER
   Premium finish: film grain, aurora light, spotlight cards, scroll progress,
   staged headline reveal, parallax. Every effect degrades to nothing under
   prefers-reduced-motion (handled in §29).
   ========================================================================== */

/* --- 26.1 Film grain -------------------------------------------------------
   A single inline SVG turbulence tile. Costs no network request and gives the
   flat dark blues a tactile, printed quality rather than a screen-flat one. */
.hero::after,
.page-hero::after,
.cta-band::after,
.section--dark::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}
/* Keep real content above the grain */
.hero > .wrap,
.page-hero > .wrap,
.cta-band > .wrap,
.section--dark > .wrap { position: relative; z-index: 1; }

/* --- 26.2 Aurora light -----------------------------------------------------
   Slow-drifting coloured light behind dark sections. Two blurred blobs on
   independent loops so the motion never visibly repeats. */
.aurora {
  position: absolute;
  inset: -20% -10%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.aurora span {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  will-change: transform;
}
.aurora span:nth-child(1) {
  width: 46vw; height: 46vw; min-width: 380px; min-height: 380px;
  top: -12%; right: -6%;
  background: radial-gradient(circle, rgba(201, 162, 77, 0.55), transparent 68%);
  animation: aurora-a 22s ease-in-out infinite alternate;
}
.aurora span:nth-child(2) {
  width: 40vw; height: 40vw; min-width: 320px; min-height: 320px;
  bottom: -16%; left: -8%;
  background: radial-gradient(circle, rgba(59, 132, 206, 0.5), transparent 68%);
  animation: aurora-b 28s ease-in-out infinite alternate;
}
@keyframes aurora-a {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(-8%, 10%, 0) scale(1.18); }
}
@keyframes aurora-b {
  from { transform: translate3d(0, 0, 0) scale(1.1); }
  to   { transform: translate3d(10%, -8%, 0) scale(0.92); }
}

/* --- 26.3 Scroll progress -------------------------------------------------- */
.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 101;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: var(--grad-gold);
  box-shadow: 0 0 14px rgba(201, 162, 77, 0.6);
  pointer-events: none;
}

/* --- 26.4 Staged headline reveal ------------------------------------------- */
.reveal-words > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em) rotate(1.5deg);
  animation: word-in 0.75s var(--ease) forwards;
  animation-delay: calc(var(--i) * 60ms);
}
@keyframes word-in {
  to { opacity: 1; transform: none; }
}
/* gold-text nested inside a reveal needs the clip re-applied per word */
.reveal-words .gold-text { display: inline-block; }

/* --- 26.5 Spotlight cards --------------------------------------------------
   A soft highlight tracks the cursor across the card. --mx/--my are written
   by JS on pointer move; the fallback centre keeps it sane before first move. */
.card,
.area-card,
.review {
  --mx: 50%;
  --my: 0%;
  position: relative;
}
.card::before,
.area-card::before,
.review::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s var(--ease);
  background: radial-gradient(340px circle at var(--mx) var(--my),
              rgba(201, 162, 77, 0.16), transparent 62%);
}
.card:hover::before,
.area-card:hover::before,
.review:hover::before { opacity: 1; }
.card--dark::before {
  background: radial-gradient(340px circle at var(--mx) var(--my),
              rgba(201, 162, 77, 0.22), transparent 62%);
}
/* the ::after gold top-rule must sit above the spotlight */
.card::after { z-index: 1; }
.card > * { position: relative; z-index: 1; }

/* --- 26.6 Hero parallax ---------------------------------------------------- */
.hero__media img { will-change: transform; }

/* --- 26.7 Refined media frame ---------------------------------------------- */
.media-frame {
  transition: transform 0.7s var(--ease), box-shadow 0.7s var(--ease);
}
.media-frame:hover {
  transform: translateY(-6px) scale(1.008);
  box-shadow: 0 40px 80px -28px rgba(7, 26, 47, 0.5);
}
.media-frame img { transition: transform 1.1s var(--ease); }
.media-frame:hover img { transform: scale(1.045); }

/* --- 26.8 Blur-up image loading -------------------------------------------- */
img[data-lqip] {
  background-size: cover;
  background-position: center;
  filter: blur(14px);
  transform: scale(1.03);
  transition: filter 0.7s var(--ease), transform 0.7s var(--ease);
}
img[data-lqip].is-loaded {
  filter: none;
  transform: none;
  background-image: none !important;
}

/* --- 26.9 Section rule ----------------------------------------------------- */
.rule-gold {
  position: relative;
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 77, 0.45), transparent);
}

/* ==========================================================================
   27. SAVINGS ESTIMATOR
   ========================================================================== */
.estimator {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  padding: clamp(1.6rem, 3.5vw, 2.75rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.estimator::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-gold);
}

.est-field { margin-bottom: 1.6rem; }
.est-field__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}
.est-field__head label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.est-field__val {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/* Range input, styled consistently across engines */
input[type='range'] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  outline: none;
  cursor: pointer;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--grad-gold);
  border: 2px solid rgba(7, 26, 47, 0.6);
  box-shadow: 0 4px 14px rgba(201, 162, 77, 0.5);
  cursor: grab;
  transition: transform 0.2s var(--ease);
}
input[type='range']::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.12); }
input[type='range']::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #D9BC72;
  border: 2px solid rgba(7, 26, 47, 0.6);
  box-shadow: 0 4px 14px rgba(201, 162, 77, 0.5);
  cursor: grab;
}
input[type='range']:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 6px; }

.est-toggle {
  position: relative; /* contains the visually-hidden radios below */
  display: flex;
  gap: 0.5rem;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
/* Hide the radios without letting them escape the toggle and overlap the
   sibling labels — they stay focusable and keyboard-operable. */
.est-toggle input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.est-toggle label {
  flex: 1;
  text-align: center;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}
.est-toggle input:checked + label {
  background: var(--grad-gold);
  color: var(--blue-900);
}
.est-toggle input:focus-visible + label { outline: 3px solid var(--gold-500); outline-offset: 2px; }

.est-out {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 2.6vw, 2rem);
  border-radius: var(--radius-lg);
  background: rgba(7, 26, 47, 0.5);
  border: 1px solid rgba(201, 162, 77, 0.28);
  text-align: center;
}
.est-out__label {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 0.5rem;
}
.est-out__big {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 3.9rem);
  font-weight: 700;
  line-height: 1;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.3rem;
  font-variant-numeric: tabular-nums;
}
.est-out__sub { font-size: 0.9rem; color: rgba(255, 255, 255, 0.62); }
.est-out__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.est-out__stat b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.est-out__stat span {
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}
.est-out .btn { margin-top: 1.5rem; }

.est-assumptions {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.est-assumptions summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 650;
  color: var(--gold-400);
  margin-bottom: 0.75rem;
}
.est-assumptions ul { margin: 0.5rem 0 0; padding-left: 1.15rem; }
.est-assumptions li { margin-bottom: 0.35rem; }

@media (max-width: 860px) {
  .estimator { grid-template-columns: 1fr; }
}

/* ==========================================================================
   28. COMPARISON TABLE
   ========================================================================== */
.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 560px;
}
.compare th, .compare td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; }
.compare thead th {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 2px solid var(--line);
}
.compare thead th:nth-child(2) {
  color: var(--gold-700);
  background: rgba(201, 162, 77, 0.09);
  border-radius: var(--radius) var(--radius) 0 0;
  border-bottom-color: var(--gold-500);
}
.compare tbody td:nth-child(2) { background: rgba(201, 162, 77, 0.06); }
.compare tbody tr:last-child td:nth-child(2) { border-radius: 0 0 var(--radius) var(--radius); }
.compare tbody td { border-bottom: 1px solid var(--line); font-size: 0.96rem; }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare th[scope='row'] {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  background: transparent;
}
.compare .yes, .compare .no { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 550; }
.compare .yes { color: #1F7A4E; }
.compare .no { color: #B4483C; }
.compare .yes svg, .compare .no svg { width: 17px; height: 17px; flex: none; }

/* ==========================================================================
   29. REDUCED MOTION — elevation layer opt-outs
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .aurora span { animation: none; }
  .reveal-words > span { opacity: 1; transform: none; animation: none; }
  .media-frame:hover,
  .media-frame:hover img { transform: none; }
  img[data-lqip] { filter: none; transform: none; }
  .scroll-progress { display: none; }
}

@media print {
  .aurora, .scroll-progress, .estimator { display: none !important; }
  .hero::after, .page-hero::after, .cta-band::after, .section--dark::after { display: none !important; }
}

/* ==========================================================================
   30. HOMEPAGE COMPACTION
   The service-area grid was seven cards for what is really a list. Chips say
   the same thing in a tenth of the height.
   ========================================================================== */
.area-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  max-width: 60rem;
  margin-inline: auto;
}
.area-chips li { margin: 0; }
.area-chips a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--paper);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-70);
  transition: border-color 0.3s var(--ease), color 0.3s,
              background 0.3s, transform 0.3s var(--ease);
}
.area-chips a::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad-gold);
  flex: none;
}
.area-chips a:hover {
  border-color: var(--gold-500);
  color: var(--ink);
  background: rgba(201, 162, 77, 0.07);
  transform: translateY(-2px);
}

/* ==========================================================================
   31. INTERACTIONS
   ========================================================================== */

/* --- 31.1 Process timeline: the connector fills as you scroll past ---------
   The static gradient line becomes a progress indicator, so the four steps
   read as a sequence rather than four disconnected cards. */
.process__step::before {
  background: rgba(201, 162, 77, 0.16);
}
.process__step::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 60px;
  right: calc(-1 * clamp(1.5rem, 3vw, 2.25rem));
  height: 2px;
  background: var(--grad-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s var(--ease);
  z-index: 1;
}
.process__step:last-child::after { display: none; }
.process__step.is-in::after { transform: scaleX(1); }

.process__num {
  transform: scale(0.82);
  opacity: 0.5;
  transition: transform 0.6s var(--ease), opacity 0.6s var(--ease);
}
.process__step.is-in .process__num { transform: none; opacity: 1; }

/* --- 31.2 Magnetic primary buttons ---------------------------------------- */
.btn[data-magnetic] {
  transform: translate3d(var(--tx, 0), var(--ty, 0), 0);
  transition: transform 0.35s var(--ease), box-shadow var(--dur) var(--ease),
              background-position var(--dur) var(--ease);
}
.btn[data-magnetic]:hover { transform: translate3d(var(--tx, 0), var(--ty, 0), 0); }
.btn[data-magnetic].is-pulling { transition: transform 0.1s linear; }

/* --- 31.3 Horizontal work rail -------------------------------------------
   The homepage teaser scrolls sideways instead of stacking three tall tiles. */
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 34%);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 162, 77, 0.5) transparent;
}
.rail::-webkit-scrollbar { height: 6px; }
.rail::-webkit-scrollbar-track { background: var(--line); border-radius: 999px; }
.rail::-webkit-scrollbar-thumb { background: var(--gold-500); border-radius: 999px; }
.rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.rail.is-dragging * { pointer-events: none; }
.rail > * { scroll-snap-align: start; }
.rail .gallery-item { aspect-ratio: 4 / 3; }

.rail-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
  font-size: 0.83rem;
  color: var(--ink-55);
}
.rail-hint svg { width: 16px; height: 16px; color: var(--gold-600); }
@media (hover: none) { .rail-hint { display: none; } }

/* --- 31.4 Estimator number tweening --------------------------------------- */
.est-out__big, .est-out__stat b { transition: none; }
.est-out.is-updating .est-out__big { will-change: contents; }

@media (prefers-reduced-motion: reduce) {
  .process__step::after { transform: scaleX(1); transition: none; }
  .process__num { transform: none; opacity: 1; }
  .btn[data-magnetic] { transform: none !important; }
}

/* ==========================================================================
   32. GOOGLE REVIEWS
   Supports either a third-party widget (Featurable, Trustindex, Elfsight) or
   hand-written cards. Manual cards are indexable and add no dependency; a
   widget auto-updates but its content is injected by someone else's script and
   will not count as page content for search.
   ========================================================================== */
/* Shown only if the third-party script fails to load, so the section never
   sits there as a blank reserved gap. */
.reviews-fallback {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
  color: var(--ink-55);
}
.reviews-embed.is-empty .reviews-fallback { display: block; }
.reviews-embed.is-empty { min-height: 0; }


/* ==========================================================================
   33. EMBEDDED MAP
   ========================================================================== */
.media-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/* The frame's hover lift and image zoom make sense for a photo, but an
   interactive map that shifts as you reach for it does not. */
.media-frame--embed:hover { transform: none; box-shadow: var(--shadow-lg); }
