/* ==========================================================================
   Dubai Fix Now — same-day home & property repairs across Dubai
   One cohesive, hand-written stylesheet. No framework.
   Design language: field-service dispatch console.
     petrol  = trust / cool / always-on
     signal  = urgency / heat / "fix now"
     ice     = cooling / resolved
   Type: Space Grotesk (display) · Manrope (body) · Space Mono (field data)
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  /* color */
  --petrol:        #0c3b43;
  --petrol-700:    #0e4750;
  --petrol-600:    #11565f;
  --petrol-deep:   #072930;

  --signal:        #ed6a2b;
  --signal-600:    #d7591f;
  --signal-700:    #b8480f;

  --ice:           #79dac9;
  --ice-600:       #5cc9b6;

  --ink:           #14201f;
  --ink-700:       #34433f;
  --ink-500:       #5b6b66;
  --ink-300:       #8b9893;

  --mist:          #edf3f1;
  --mist-200:      #e2ebe8;
  --paper:         #fbfaf7;
  --line:          #d9e0dc;
  --line-strong:   #b9c4be;

  --whatsapp:      #25d366;
  --whatsapp-600:  #1fb855;

  --on-dark:       #f4f1ea;
  --on-dark-muted: rgba(244, 241, 234, 0.74);
  --on-dark-faint: rgba(244, 241, 234, 0.16);

  /* type */
  --font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono:    "Space Mono", "SFMono-Regular", Menlo, Consolas, monospace;

  /* scale (fluid) */
  --step--1: 0.8125rem;
  --step-0:  1rem;
  --step-1:  clamp(1.0625rem, 0.98rem + 0.4vw, 1.18rem);
  --step-2:  clamp(1.2rem, 1.05rem + 0.7vw, 1.5rem);
  --step-3:  clamp(1.45rem, 1.2rem + 1.2vw, 2.1rem);
  --step-4:  clamp(1.85rem, 1.4rem + 2.2vw, 3rem);
  --step-5:  clamp(2.3rem, 1.55rem + 4vw, 4.25rem);

  /* shape + shadow */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-pill: 999px;
  --shadow-sm: 0 2px 10px -4px rgba(20, 32, 31, 0.18);
  --shadow-md: 0 14px 38px -18px rgba(20, 32, 31, 0.28);
  --shadow-lg: 0 30px 60px -28px rgba(7, 41, 48, 0.42);

  /* rhythm */
  --container: 1180px;
  --container-narrow: 760px;
  --gutter: clamp(1.1rem, 4vw, 2rem);
  --section-y: clamp(3.5rem, 7vw, 6.5rem);
  --header-h: 70px;

  --ease: cubic-bezier(0.22, 0.7, 0.2, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}
body {
  font-family: var(--font-body);
  font-size: var(--step-1);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--signal-600); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.1rem; }
li::marker { color: var(--signal); }
:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container.narrow { max-width: var(--container-narrow); }
.stack > * + * { margin-top: 1rem; }
.stack-lg > * + * { margin-top: 1.75rem; }
.text-center { text-align: center; }
.section { padding-block: var(--section-y); }
.section--mist { background: var(--mist); }
.section--dark { background: var(--petrol); color: var(--on-dark); }
.section--dark a { color: var(--ice); }
.section--petrol-deep { background: var(--petrol-deep); color: var(--on-dark); }
.divider { height: 1px; border: 0; background: var(--line); }
.section--dark .divider { background: var(--on-dark-faint); }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 0.7em 1.1em; border-radius: var(--r-sm);
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; color: inherit; }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--on-dark); }
h1 { font-size: var(--step-5); font-weight: 700; }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p { max-width: 64ch; }
.lead { font-size: var(--step-2); color: var(--ink-700); line-height: 1.55; }
.section--dark .lead { color: var(--on-dark-muted); }
strong { font-weight: 700; }

/* mono "field data" vernacular — the signature voice */
.mono { font-family: var(--font-mono); }
.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; background: currentColor; display: inline-block;
}
.eyebrow--centered { justify-content: center; }
.section--dark .eyebrow { color: var(--ice); }

/* ---------- Section heading block ---------- */
.section-head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { margin-inline: auto; }
.section-head p { margin-top: 0.9rem; color: var(--ink-700); }
.section--dark .section-head p { color: var(--on-dark-muted); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--signal);
  --btn-fg: #1a0c04;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  font-family: var(--font-body); font-weight: 700; font-size: var(--step-0);
  line-height: 1; letter-spacing: 0.005em;
  padding: 0.92em 1.4em; border-radius: var(--r-md);
  background: var(--btn-bg); color: var(--btn-fg); border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn--signal    { --btn-bg: var(--signal); --btn-fg: #1a0c04; }
.btn--signal:hover { background: var(--signal-600); }
.btn--whatsapp  { --btn-bg: var(--whatsapp); --btn-fg: #06281a; }
.btn--whatsapp:hover { background: var(--whatsapp-600); }
.btn--light     { --btn-bg: var(--paper); --btn-fg: var(--ink); border-color: var(--line); }
.btn--light:hover { background: #fff; }
.btn--ice       { --btn-bg: var(--ice); --btn-fg: #07231f; }
.btn--ice:hover { background: var(--ice-600); }
.btn--ghost     { --btn-bg: transparent; --btn-fg: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--mist); }
.btn--outline-light { --btn-bg: transparent; --btn-fg: var(--on-dark); border-color: var(--on-dark-faint); }
.btn--outline-light:hover { background: rgba(255,255,255,0.08); }
.btn--lg { font-size: 1.075rem; padding: 1.05em 1.7em; }
.btn--block { width: 100%; }

/* ---------- Status dot (dispatch) ---------- */
.status-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--whatsapp); position: relative; flex: none;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: pulse 2.2s var(--ease) infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
  70%  { box-shadow: 0 0 0 9px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 250, 247, 0.86);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; gap: 1.2rem;
  min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.16rem; letter-spacing: -0.02em; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand__mark { width: 34px; height: 34px; flex: none; }
.brand__name b { color: var(--signal); font-weight: 700; }
.brand__name small { display: block; font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-500); font-weight: 400; margin-top: 1px; }

.nav__links {
  display: flex; align-items: center; gap: 0.35rem; list-style: none; padding: 0; margin: 0 auto 0 1.5rem;
}
.nav__link {
  font-weight: 600; font-size: 0.95rem; color: var(--ink-700);
  padding: 0.55em 0.8em; border-radius: var(--r-sm); text-decoration: none;
  transition: color .15s var(--ease), background .15s var(--ease);
}
.nav__link:hover { color: var(--ink); background: var(--mist); text-decoration: none; }
.nav__link[aria-current="page"] { color: var(--petrol); }
.nav__link[aria-current="page"]::after {
  content: ""; display: block; height: 2px; width: 18px; margin: 3px auto 0; background: var(--signal); border-radius: 2px;
}
.nav__actions { display: flex; align-items: center; gap: 0.6rem; margin-left: auto; }
.nav__phone { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; color: var(--ink); font-family: var(--font-display); }
.nav__phone:hover { text-decoration: none; color: var(--signal-600); }
.nav__phone .phone-label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-500); display: block; line-height: 1; }
.nav__phone .phone-num { display: block; line-height: 1.1; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--paper);
  border-radius: var(--r-sm); cursor: pointer; padding: 0; align-items: center; justify-content: center; margin-left: auto;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: transform .2s var(--ease), opacity .15s var(--ease);
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after  { position: absolute; top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav__phone { display: none; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .nav__actions { margin-left: 0; order: 2; }
  .brand { order: 1; }
  .nav__links {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 0.6rem var(--gutter) 1.2rem;
    box-shadow: var(--shadow-md);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .22s var(--ease), opacity .22s var(--ease);
    margin: 0; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .nav__links.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__link { padding: 0.9em 0.4em; border-bottom: 1px solid var(--mist-200); border-radius: 0; font-size: 1.05rem; }
  .nav__link:last-child { border-bottom: 0; }
}

/* ---------- Hero ---------- */
.hero { background: var(--petrol); color: var(--on-dark); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background:
    radial-gradient(60% 70% at 88% 12%, rgba(237,106,43,0.22), transparent 60%),
    radial-gradient(50% 60% at 5% 95%, rgba(121,218,201,0.16), transparent 60%);
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; padding-block: clamp(3rem, 7vw, 6rem);
}
.hero__content { min-width: 0; }
.hero__visual { min-width: 0; }
.hero__title { color: var(--on-dark); margin-top: 1.1rem; }
.hero__title em { font-style: normal; color: var(--signal); }
.hero__title .ice { color: var(--ice); }
.hero__sub { margin-top: 1.3rem; color: var(--on-dark-muted); font-size: var(--step-2); max-width: 38ch; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.9rem; }
.hero__meta { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 1.5rem; }
.hero__meta-item { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.04em; color: var(--on-dark-muted); }
.hero__meta-item b { display: block; color: var(--ice); font-size: 1.25rem; font-family: var(--font-display); letter-spacing: -0.01em; }

@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ---------- Dispatch card (signature) ---------- */
.dispatch-card {
  background: linear-gradient(165deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid var(--on-dark-faint);
  border-radius: var(--r-lg);
  padding: 1.3rem;
  box-shadow: var(--shadow-lg);
  font-family: var(--font-mono);
  position: relative;
}
.dispatch-card::after {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(160deg, rgba(121,218,201,0.25), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px;
}
.dc__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px dashed var(--on-dark-faint); }
.dc__live { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ice); font-weight: 700; }
.dc__time { font-size: 0.72rem; color: var(--on-dark-muted); }
.dc__job { padding: 1rem 0; display: grid; gap: 0.85rem; }
.dc__row { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.82rem; }
.dc__row .k { color: var(--on-dark-muted); letter-spacing: 0.04em; }
.dc__row .v { color: var(--on-dark); text-align: right; font-weight: 700; }
.dc__row .v.tag { color: var(--signal); }
.dc__progress { height: 7px; background: var(--on-dark-faint); border-radius: 99px; overflow: hidden; margin-top: 0.4rem; }
.dc__progress > i { display: block; height: 100%; width: 72%; background: linear-gradient(90deg, var(--ice), var(--signal)); border-radius: 99px; }
.dc__eta { margin-top: 0.6rem; background: rgba(121,218,201,0.1); border: 1px solid rgba(121,218,201,0.28); border-radius: var(--r-md); padding: 0.8rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.dc__eta .lbl { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--on-dark-muted); }
.dc__eta .val { font-size: 1.05rem; color: var(--ice); font-weight: 700; }
.dc__foot { margin-top: 1rem; padding-top: 0.9rem; border-top: 1px dashed var(--on-dark-faint); display: flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; color: var(--on-dark-muted); }
.dc__foot b { color: var(--on-dark); }

/* ---------- Trust strip ---------- */
.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip__inner { display: flex; flex-wrap: wrap; gap: 1.4rem 2.4rem; padding-block: 1.5rem; justify-content: space-between; align-items: center; }
.trust-strip__item { display: flex; align-items: center; gap: 0.7rem; font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.04em; color: var(--ink-700); }
.trust-strip__item svg { width: 22px; height: 22px; color: var(--signal); flex: none; }

/* ---------- Generic grid + cards ---------- */
.grid { display: grid; gap: 1.25rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.6rem; transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }

/* ---------- Service cards ---------- */
.service-card { position: relative; overflow: hidden; }
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--signal);
  transition: height .25s var(--ease);
}
.service-card:hover::before { height: 100%; }
.service-card__code { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.14em; color: var(--ink-300); text-transform: uppercase; }
.service-card__icon { width: 46px; height: 46px; border-radius: var(--r-md); background: var(--mist); color: var(--petrol); display: inline-flex; align-items: center; justify-content: center; margin: 0.7rem 0 1rem; }
.service-card__icon svg { width: 26px; height: 26px; }
.service-card:hover .service-card__icon { background: var(--petrol); color: var(--ice); }
.service-card h3 { font-size: 1.3rem; }
.service-card p { color: var(--ink-700); margin-top: 0.5rem; font-size: 0.98rem; }
.service-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.1rem; }
.tag { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.04em; color: var(--ink-500); background: var(--mist); border-radius: var(--r-pill); padding: 0.3em 0.7em; }
.service-card__link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.2rem; font-weight: 700; color: var(--petrol); font-size: 0.95rem; }
.service-card__link svg { width: 1em; height: 1em; transition: transform .18s var(--ease); }
.service-card:hover .service-card__link { color: var(--signal-600); }
.service-card:hover .service-card__link svg { transform: translateX(4px); }

/* ---------- Feature / check list ---------- */
.check-list { list-style: none; padding: 0; display: grid; gap: 0.7rem; }
.check-list li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--ink-700); }
.check-list li::before {
  content: ""; flex: none; width: 20px; height: 20px; margin-top: 2px;
  background: var(--petrol); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 12 10 18 20 6'/></svg>") center / 12px no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 12 10 18 20 6'/></svg>") center / 12px no-repeat;
}
.section--dark .check-list li { color: var(--on-dark-muted); }
.section--dark .check-list li::before { background: var(--ice); }

/* ---------- Stats ---------- */
.stat { padding: 0.5rem 0; }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.1rem); line-height: 1; letter-spacing: -0.03em; color: var(--petrol); }
.stat__num .unit { color: var(--signal); font-size: 0.6em; }
.section--dark .stat__num { color: var(--on-dark); }
.section--dark .stat__num .unit { color: var(--ice); }
.stat__label { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-500); margin-top: 0.6rem; max-width: 24ch; }
.section--dark .stat__label { color: var(--on-dark-muted); }

/* ---------- Process steps (real sequence — numbering earned) ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; counter-reset: step; }
@media (max-width: 880px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .process { grid-template-columns: 1fr; } }
.step { position: relative; padding: 1.6rem 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); }
.step__num { font-family: var(--font-mono); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; color: var(--signal); display: inline-flex; align-items: center; gap: 0.5rem; }
.step__num::before { content: ""; width: 24px; height: 1px; background: var(--signal); display: inline-block; }
.step h3 { font-size: 1.15rem; margin-top: 0.7rem; }
.step p { margin-top: 0.5rem; color: var(--ink-700); font-size: 0.95rem; }
.step::after {
  content: "→"; position: absolute; top: 1.6rem; right: -0.85rem; color: var(--line-strong); font-weight: 700; z-index: 2;
}
.step:last-child::after { display: none; }
@media (max-width: 880px) { .step:nth-child(2)::after { display: none; } }

/* ---------- Service areas ---------- */
.areas { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.area-chip {
  font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.02em;
  background: #fff; border: 1px solid var(--line); color: var(--ink-700);
  padding: 0.55em 1em; border-radius: var(--r-pill); transition: all .15s var(--ease);
}
.area-chip:hover { border-color: var(--signal); color: var(--signal-600); text-decoration: none; transform: translateY(-2px); }
.areas__map-note { font-family: var(--font-mono); font-size: 0.78rem; color: var(--ink-500); margin-top: 1.5rem; }

/* ---------- FAQ accordion ---------- */
.faq { display: grid; gap: 0.8rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.faq-item.is-open { border-color: var(--petrol-600); box-shadow: var(--shadow-sm); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; color: var(--ink);
  padding: 1.15rem 1.4rem; letter-spacing: -0.01em;
}
.faq-question .faq-mark { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--mist); color: var(--petrol); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: transform .2s var(--ease), background .2s var(--ease); }
.faq-item.is-open .faq-mark { transform: rotate(45deg); background: var(--signal); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-answer__inner { padding: 0 1.4rem 1.3rem; color: var(--ink-700); }
.faq-answer__inner p + p { margin-top: 0.75rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-band__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center; position: relative; z-index: 1; }
.cta-band h2 { color: var(--on-dark); max-width: 18ch; }
.cta-band p { color: var(--on-dark-muted); margin-top: 1rem; max-width: 48ch; }
.cta-band__actions { display: flex; flex-direction: column; gap: 0.8rem; }
@media (max-width: 760px) { .cta-band__grid { grid-template-columns: 1fr; } }
.cta-band::after {
  content: ""; position: absolute; right: -8%; top: -40%; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,106,43,0.28), transparent 62%); pointer-events: none;
}

/* ---------- Page head (inner pages) ---------- */
.page-head { background: var(--petrol); color: var(--on-dark); position: relative; overflow: hidden; }
.page-head::before {
  content: ""; position: absolute; inset: 0; opacity: 0.45; pointer-events: none;
  background: radial-gradient(55% 80% at 92% 0%, rgba(237,106,43,0.2), transparent 60%);
}
.page-head__inner { position: relative; z-index: 1; padding-block: clamp(2.6rem, 5vw, 4.2rem); }
.page-head h1 { color: var(--on-dark); }
.page-head p { color: var(--on-dark-muted); margin-top: 1rem; font-size: var(--step-2); max-width: 56ch; }
.breadcrumb { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-dark-faint); margin-bottom: 1.2rem; }
.breadcrumb a { color: var(--ice); }
.breadcrumb span { margin: 0 0.5em; color: var(--on-dark-faint); }

/* ---------- Rich content (services/about) ---------- */
.prose h2 { margin-top: 2.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: var(--ink-700); }
.prose p { margin-top: 0.9rem; }

.service-block { display: grid; grid-template-columns: 0.35fr 0.65fr; gap: 1.6rem; padding: clamp(1.6rem, 3vw, 2.4rem); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); }
.service-block + .service-block { margin-top: 1.25rem; }
.service-block__head .service-card__icon { margin: 0 0 0.9rem; }
.service-block h2 { font-size: var(--step-3); }
.service-block__body p { color: var(--ink-700); }
.service-block__body h3 { margin-top: 1.3rem; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--signal); font-weight: 700; }
.service-block__cta { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: 0.7rem; }
@media (max-width: 720px) { .service-block { grid-template-columns: 1fr; } }

.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem; }
.value-card__icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--petrol); color: var(--ice); display: inline-flex; align-items: center; justify-content: center; }
.value-card__icon svg { width: 24px; height: 24px; }
.value-card h3 { margin-top: 1rem; font-size: 1.2rem; }
.value-card p { margin-top: 0.5rem; color: var(--ink-700); font-size: 0.96rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }
.split__panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2rem); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info { display: grid; gap: 0.4rem; }
.contact-method { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-method:last-child { border-bottom: 0; }
.contact-method__icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--mist); color: var(--petrol); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.contact-method__icon svg { width: 22px; height: 22px; }
.contact-method .k { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-500); }
.contact-method .v { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.contact-method .v a { color: inherit; }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-sm); }
.contact-form h2 { font-size: var(--step-3); }
.contact-form .form-note { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em; color: var(--ink-500); margin-top: 0.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-top: 1.1rem; display: block; }
.field label { display: block; font-weight: 600; font-size: 0.88rem; color: var(--ink); margin-bottom: 0.4rem; }
.field label .req { color: var(--signal); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--ink); background: var(--paper);
  border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 0.8em 0.9em;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--petrol-600); box-shadow: 0 0 0 3px rgba(17,86,95,0.16); background: #fff;
}
.form-disclaimer { font-size: 0.8rem; color: var(--ink-500); margin-top: 1rem; }

.map-block { margin-top: 1.5rem; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--mist); }
.map-block__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.3rem; border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: 0.78rem; color: var(--ink-500); }
.map-block__bar b { color: var(--petrol); }
.map-block__visual { height: 220px; position: relative;
  background:
    linear-gradient(var(--mist-200) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, var(--mist-200) 1px, transparent 1px) 0 0 / 28px 28px,
    radial-gradient(60% 80% at 50% 50%, rgba(121,218,201,0.35), transparent 60%);
}
.map-block__pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-100%); display: flex; flex-direction: column; align-items: center; }
.map-block__pin .dot { width: 16px; height: 16px; background: var(--signal); border: 3px solid #fff; border-radius: 50%; box-shadow: var(--shadow-md); }
.map-block__pin .ring { position: absolute; top: 8px; width: 44px; height: 44px; border: 2px solid var(--signal); border-radius: 50%; opacity: 0.5; animation: pulse 2.2s var(--ease) infinite; }

/* ---------- Footer ---------- */
.site-footer { background: var(--petrol-deep); color: var(--on-dark-muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-block: clamp(3rem, 5vw, 4.5rem); }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h4 { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ice); margin-bottom: 1rem; font-weight: 700; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 0.55rem; }
.footer-col a { color: var(--on-dark-muted); font-size: 0.95rem; }
.footer-col a:hover { color: var(--on-dark); }
.footer-about p { color: var(--on-dark-muted); margin-top: 0.9rem; font-size: 0.95rem; max-width: 36ch; }
.footer-contact { font-family: var(--font-mono); font-size: 0.84rem; color: var(--on-dark-muted); display: grid; gap: 0.4rem; }
.footer-contact a { color: var(--ice); }
.footer-affil { margin-top: 1rem; padding: 0.9rem 1rem; border: 1px dashed var(--on-dark-faint); border-radius: var(--r-md); font-size: 0.86rem; }
.footer-affil b { color: var(--on-dark); }
.footer-bottom { border-top: 1px solid var(--on-dark-faint); padding-block: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.04em; color: var(--on-dark-faint); }
.footer-bottom a { color: var(--on-dark-muted); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

/* ---------- Accessibility: motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .status-dot, .map-block__pin .ring { animation: none !important; }
  .btn:hover, .card:hover, .service-card:hover, .step, .area-chip:hover { transform: none !important; }
}

/* ---------- Print-ish niceties ---------- */
::selection { background: var(--signal); color: #1a0c04; }
