
       :root {
      --c: #22397C;
      --cd: #1B2F67;
      --cd2: #13224B;
      --c3: #3453A6;
      --c4: #4A6BC5;
      --c5: #6988DB;
      --paper: white;
      --paper-2: white;
      --paper-3: white;
      --ink: #0B0B0E;
      --ink-2: #15151A;
      --ink-3: #1F1F26;
      --tm: #5C5C66;
      --tu: #9A9A9E;
      --bo: rgba(15, 15, 18, 0.08);
      --bo2: rgba(15, 15, 18, 0.14);
      --display: 'Geist', ui-sans-serif, system-ui, sans-serif;
      --body: 'Geist', ui-sans-serif, system-ui, sans-serif;
      --mono: 'Geist Mono', ui-monospace, monospace;
      --accent: 'Fraunces', 'GT Sectra Display', 'Saol Display', Georgia, 'Times New Roman', serif;
    }
.reveal { opacity: 1 !important; transform: none !important; }
.reveal-fx .reveal:not(.show) {
  opacity: 0 !important;
  transform: translateY(28px) !important;
}
.reveal-fx .reveal.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity .9s cubic-bezier(.25,.46,.45,.94), transform .9s cubic-bezier(.25,.46,.45,.94);
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.show, .reveal-fx .reveal, .reveal-fx .reveal.show {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ── FORM STATUS (success / sending / error) ──────────────────────── */
.form-status {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--display, sans-serif);
}
.form-status.success {
  padding: 16px 20px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #15803d;
  border-radius: 8px;
}
.form-status.error {
  padding: 14px 18px;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #b91c1c;
  border-radius: 8px;
}
.form-status.sending { color: var(--c, #c6093b); }

/* ── CALCULATOR EMAIL GATE ────────────────────────────────────────── */
.calc-gate {
  margin-top: 28px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(198,9,59,0.04), rgba(198,9,59,0.10));
  border: 1px solid rgba(198,9,59,0.2);
  border-radius: 14px;
}
.calc-gate-eb {
  font-family: var(--mono, monospace);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c, #c6093b);
  margin-bottom: 6px;
  font-weight: 500;
}
.calc-gate-title {
  font-family: var(--display, sans-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  color: var(--ink, #1a1a1a);
}
.calc-gate-sub {
  font-size: 14px;
  color: rgba(0,0,0,0.62);
  margin-bottom: 18px;
  line-height: 1.55;
}
.calc-gate-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.calc-gate-fields > * { font-family: inherit; }
.calc-gate-fields input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  font-family: inherit;
}
.calc-gate-fields input:focus {
  outline: none;
  border-color: var(--c, #c6093b);
}
.calc-gate-full { grid-column: 1 / -1; }
.calc-gate button {
  width: 100%;
  padding: 14px 20px;
  background: var(--c, #c6093b);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: var(--display, sans-serif);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
  margin-top: 14px;
  transition: background .2s, transform .1s;
}
.calc-gate button:hover { background: var(--cd, #a40730); }
.calc-gate button:active { transform: translateY(1px); }
.calc-gate button:disabled { opacity: 0.6; cursor: wait; }
.calc-gate-foot {
  margin-top: 12px;
  font-size: 11.5px;
  color: rgba(0,0,0,0.5);
  line-height: 1.55;
}
.calc-gate-success {
  text-align: center;
  padding: 28px 20px;
  font-size: 15px;
  color: #15803d;
  line-height: 1.6;
}
.calc-gate-success strong { color: var(--ink, #1a1a1a); display: block; font-size: 20px; margin-bottom: 6px; font-family: var(--display, sans-serif); }
@media (max-width: 600px) {
  .calc-gate-fields { grid-template-columns: 1fr; }
}

/* ── SEARCH ICON (in nav) ─────────────────────────────────────────── */
.nav-search-trigger {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity .2s;
  margin-right: 6px;
}
.nav-search-trigger:hover { opacity: 1; }
.nav-search-trigger svg { width: 25px; height: 25px; }

/* ── SEARCH OVERLAY ───────────────────────────────────────────────── */
#astute-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 8, 12, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 20px 0;
  animation: fadeIn .2s ease-out;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.astute-search-box {
  background: #fff;
  width: 100%;
  max-width: 620px;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  overflow: hidden;
  position: relative;
}
#astute-search-input {
  width: 100%;
  padding: 22px 56px 22px 28px;
  border: none;
  font-size: 17px;
  font-family: var(--display, sans-serif);
  background: transparent;
  outline: none;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  color: var(--ink, #1a1a1a);
}
#astute-search-input::placeholder { color: rgba(0,0,0,0.4); }
/* Hide browser's built-in search clear button (Webkit + Edge) */
#astute-search-input::-webkit-search-cancel-button,
#astute-search-input::-webkit-search-decoration,
#astute-search-input::-ms-clear { -webkit-appearance: none; display: none; }
#astute-search-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 32px; height: 32px;
  border: none;
  background: rgba(0,0,0,0.05);
  border-radius: 50%;
  cursor: pointer;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
}
#astute-search-close:hover { background: rgba(0,0,0,0.1); }
#astute-search-results {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  max-height: 50vh;
  overflow-y: auto;
}
#astute-search-results li a {
  display: block;
  padding: 14px 28px;
  text-decoration: none;
  color: var(--ink, #1a1a1a);
  border-left: 3px solid transparent;
  transition: background .15s, border-color .15s;
}
#astute-search-results li a:hover {
  background: rgba(198,9,59,0.05);
  border-left-color: var(--c, #c6093b);
}
#astute-search-results li a .t {
  font-family: var(--display, sans-serif);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 3px;
}
#astute-search-results li a .d {
  font-size: 13px;
  color: rgba(0,0,0,0.55);
  line-height: 1.45;
}
.astute-search-empty {
  padding: 22px 28px;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  text-align: center;
}
.astute-search-hint {
  padding: 10px 28px 14px;
  font-size: 11px;
  color: rgba(0,0,0,0.45);
  border-top: 1px solid rgba(0,0,0,0.05);
  letter-spacing: 0.02em;
}
.astute-search-hint kbd {
  font-family: var(--mono, monospace);
  background: rgba(0,0,0,0.06);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10.5px;
}

/* ── HERO VARIANT — for non-home pages ─────────────────────────────
   Inner pages use .page-hero-mosaic with .ph-tile pht1..pht8.
   Homepage uses .hero-mosaic with .tile t1..t18 — left alone.       */
body[data-hero="quiet"] .hero-mosaic .tile { display: none; }
body[data-hero="quiet"] .hero-mosaic .tile.t8,
body[data-hero="quiet"] .hero-mosaic .tile.t13 {
  display: block !important;
  opacity: 0.55;
}
body[data-hero="quiet"] .hero-mosaic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 40%, rgba(255,255,255,0.06), transparent 60%);
  pointer-events: none;
}
body[data-hero="quiet"] .hero-mosaic { opacity: 0.7; }

/* Inner pages (.page-hero-mosaic): hide most tiles, keep 2-3 as accent */
body[data-hero="quiet"] .page-hero-mosaic { opacity: 0.5; }
body[data-hero="quiet"] .page-hero-mosaic .ph-tile {
  display: none;
}
body[data-hero="quiet"] .page-hero-mosaic .ph-tile.pht3,
body[data-hero="quiet"] .page-hero-mosaic .ph-tile.pht7 {
  display: block !important;
}
body[data-hero="quiet"] .page-hero-mosaic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.15));
  pointer-events: none;
}

/* ── FOOT-HOURS — small typographic accent for the working-hours line ── */
.foot-hours {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--mono, monospace);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── COOKIE BANNER — mobile polish ────────────────────────────────
@media (max-width: 760px) {
  .cookie-banner {
    bottom: 92px !important;
    left: 10px !important;
    right: 10px !important;
    padding: 16px 18px !important;
  }
  .cookie-banner-t { font-size: 14px !important; }
  .cookie-banner-p { font-size: 12.5px !important; line-height: 1.5 !important; }
  .cookie-banner-actions { gap: 8px !important; }
  .cookie-btn { font-size: 12px !important; padding: 9px 14px !important; }
}
/* When CTA bar isn't shown (i.e. >760px but still narrow), normal mobile bottom */
@media (max-width: 540px) and (min-width: 761px) {
  .cookie-banner { bottom: 16px !important; }
}

/* ─────────────────────────────────────────────────────────────────
   HOVER MICRO-INTERACTIONS
   Small, deliberate hover responses on key interactive elements.
   Premium-feel touch — cards lift slightly, arrows nudge forward.
   ───────────────────────────────────────────────────────────────── */

/* Service feature cells */
.feat-cell {
  transition: transform .35s cubic-bezier(.25,.46,.45,.94),
              box-shadow .35s cubic-bezier(.25,.46,.45,.94),
              background-color .35s cubic-bezier(.25,.46,.45,.94) !important;
}
.feat-cell:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -12px rgba(15, 15, 18, 0.12);
  z-index: 2;
  position: relative;
}
.feat-cell .feat-arr {
  display: inline-block;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94);
}
.feat-cell:hover .feat-arr {
  transform: translateX(6px);
}

/* Insights cards (3-col grid + homepage 3-card row) */
.card-3,
.ins-card {
  transition: transform .35s cubic-bezier(.25,.46,.45,.94),
              box-shadow .35s cubic-bezier(.25,.46,.45,.94),
              background-color .35s cubic-bezier(.25,.46,.45,.94) !important;
  will-change: transform;
}
.card-3:hover,
.ins-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px -16px rgba(15, 15, 18, 0.15);
  z-index: 2;
  position: relative;
}

/* Buttons: arrow nudge */
.btn-primary .arr,
.btn-ghost .arr,
.nav-talk span:last-child,
.feat-cell .feat-arr,
.ins-link span:last-child {
  display: inline-block;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94);
}
.btn-primary:hover .arr,
.btn-ghost:hover .arr {
  transform: translateX(4px);
}
.nav-talk:hover span:last-child {
  transform: translateX(3px);
}
.ins-card:hover .ins-link span:last-child {
  transform: translateX(5px);
}

/* Office cards (contact page) */
.office-card {
  transition: transform .35s cubic-bezier(.25,.46,.45,.94),
              box-shadow .35s cubic-bezier(.25,.46,.45,.94),
              border-color .35s cubic-bezier(.25,.46,.45,.94);
}
.office-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -10px rgba(15, 15, 18, 0.1);
}

/* Article related-cards: subtle lift + arrow nudge */
.art-related-card {
  transition: transform .35s cubic-bezier(.25,.46,.45,.94),
              background .35s cubic-bezier(.25,.46,.45,.94) !important;
}
.art-related-card:hover {
  transform: translateY(-2px);
}
.art-related-card .art-related-link span:last-child {
  display: inline-block;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94);
}
.art-related-card:hover .art-related-link span:last-child {
  transform: translateX(5px);
}

/* Reduce all motion if user prefers it */
@media (prefers-reduced-motion: reduce) {
  .feat-cell, .card-3, .ins-card, .office-card, .art-related-card,
  .feat-cell .feat-arr, .btn-primary .arr, .btn-ghost .arr,
  .nav-talk span:last-child, .ins-link span:last-child,
  .art-related-card .art-related-link span:last-child {
    transition: none !important;
    transform: none !important;
  }
}

/* ─────────────────────────────────────────────────────────────────
   ANIMATED STAT COUNTER
   Used on the homepage "Ranked 14th globally" line.
   The number counts up from 0 → target when scrolled into view.
   ───────────────────────────────────────────────────────────────── */
.stat-counter {
  font-variant-numeric: tabular-nums;
  display: inline-block;
  min-width: 1.6ch;
  text-align: right;
}

/* ─────────────────────────────────────────────────────────────────
   EDITORIAL PULL-QUOTE
   For deliberate visual moments inside content sections.
   Use sparingly — one per page, as a meaningful editorial break.
   ───────────────────────────────────────────────────────────────── */
.pull-quote {
  max-width: 860px;
  margin: 88px auto 24px;
  padding: 40px 32px 36px 84px;
  position: relative;
  border-left: 3px solid var(--c, #C6093B);
}
.pull-quote-mark {
  position: absolute;
  top: 0;
  left: 24px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  color: var(--c, #C6093B);
  opacity: 0.18;
  user-select: none;
}
.pull-quote blockquote {
  font-family: var(--display, system-ui), serif;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.32;
  letter-spacing: -0.018em;
  color: var(--ink, #0B0B0E);
  margin: 0;
  padding: 0;
}
.pull-quote blockquote em {
  font-style: italic;
  font-weight: 300;
  color: var(--c, #C6093B);
}
.pull-quote-attr {
  font-family: var(--mono, ui-monospace), monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tm, #5C5C66);
  margin-top: 28px;
}
.pull-quote-attr span {
  color: var(--ink, #0B0B0E);
  font-weight: 500;
}
@media (max-width: 720px) {
  .pull-quote {
    margin: 56px auto 16px;
    padding: 28px 20px 28px 56px;
  }
  .pull-quote-mark {
    font-size: 80px;
    left: 14px;
  }
}

/* ─────────────────────────────────────────────────────────────────
   E-INVOICING QUIZ — EMAIL GATE
   Sits between the tier/score (always visible) and the detailed
   action plan (revealed after email is submitted).
   ───────────────────────────────────────────────────────────────── */
.quiz-gate {
  margin-top: 28px;
  padding: 28px 28px 24px;
  border: 1px solid var(--bo, rgba(15,15,18,0.08));
  border-left: 3px solid var(--c, #C6093B);
  background: var(--paper-3, #FBF8F2);
  border-radius: 6px;
}
.quiz-gate-eb {
  font-family: var(--mono, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c, #C6093B);
  margin-bottom: 10px;
}
.quiz-gate-h {
  font-family: var(--display, system-ui), sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--ink, #0B0B0E);
}
.quiz-gate-h em {
  font-style: italic;
  font-weight: 300;
  color: var(--c, #C6093B);
}
.quiz-gate-p {
  font-size: 15px;
  color: var(--tm, #5C5C66);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 60ch;
}
.quiz-gate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  .quiz-gate-grid { grid-template-columns: 1fr; }
}
.quiz-gate-field { display: flex; flex-direction: column; gap: 6px; }
.quiz-gate-field label {
  font-family: var(--mono, monospace);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tm, #5C5C66);
}
.quiz-gate-field input {
  padding: 11px 14px;
  background: #fff;
  border: 1px solid var(--bo, rgba(15,15,18,0.08));
  border-radius: 6px;
  font-family: var(--display, system-ui), sans-serif;
  font-size: 15px;
  color: var(--ink, #0B0B0E);
  outline: none;
  transition: border-color .2s;
}
.quiz-gate-field input:focus {
  border-color: var(--c, #C6093B);
}
.quiz-gate-submit {
  margin-top: 6px;
  padding: 12px 24px;
  background: var(--c, #C6093B);
  color: #fff;
  border: 1px solid var(--c, #C6093B);
  border-radius: 100px;
  font-family: var(--display, system-ui), sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.quiz-gate-submit:hover:not(:disabled) {
  background: var(--cd, #A4072F);
  transform: translateY(-1px);
}
.quiz-gate-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.quiz-gate-status {
  margin-top: 10px;
  font-size: 13px;
  color: var(--c, #C6093B);
  min-height: 1.4em;
}
.quiz-gate-fine {
  margin-top: 14px;
  font-size: 11.5px;
  color: var(--tu, #9A9A9E);
  line-height: 1.5;
  max-width: 56ch;
}

/* ─────────────────────────────────────────────────────────────────
   EDITORIAL SERIF
   Fraunces is loaded as a paired display serif (italic only).
   Used SPARINGLY — italic accent words in big headlines (the
   pattern of "Global expertise. Local faces." across the site) and
   the pull-quote. Nowhere else. The contrast between Geist (sans)
   and Fraunces (serif italic) is the signature.
   ───────────────────────────────────────────────────────────────── */
.hero h1 .accent,
.hero h1 em,
.page-hero h1 em,
.page-hero h2 em,
.art-hero h1 em,
.cta-final h2 em,
section h2 em,
.tool-h em,
.pull-quote blockquote em,
.foot-nl-t em,
.quiz-gate-h em {
  font-family: var(--accent), Georgia, serif;
  font-style: italic;
  font-weight: 350;
  letter-spacing: -0.02em;
  /* Fraunces font-feature-settings: enable optional swashy details */
  font-variation-settings: "opsz" 96, "SOFT" 50;
}

/* Slight optical adjustment on red italics (pull-quote, brand colour) —
   serifs in red can feel heavier than sans in red, so dial weight down. */
.pull-quote blockquote em {
  font-weight: 350;
  font-variation-settings: "opsz" 96, "SOFT" 30;
}

/* Don't apply to small italics in body copy (they'd look fussy at 16px) */
p em, li em, .foot-tag em, .card-3 p em {
  font-family: inherit !important;
  font-style: italic;
  font-weight: inherit;
}
    /* Custom cursor */
    .cursor-dot {
      position: fixed;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--c);
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
      opacity: 0;
    }

    @media (hover:hover) and (pointer:fine) {
      .cursor-dot {
        opacity: 1
      }
    }

    /* ─── NAV ─── */
    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 20px 0;
      transition: all .4s cubic-bezier(.25, .46, .45, .94);
    }

    .nav.solid {
      background: rgba(256, 256, 256, 0.85);
      backdrop-filter: blur(24px) saturate(1.8);
      -webkit-backdrop-filter: blur(24px) saturate(1.8);
      padding: 14px 0;
      border-bottom: 1px solid var(--bo);
    }

    .nav-link::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      height: 1px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    }

    .nav-talk {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 11px 22px;
      background: var(--c);
      color: #fff !important;
      font-size: 13px;
      font-weight: 500;
      border-radius: 100px;
      letter-spacing: -0.005em;
      transition: all .25s cubic-bezier(.25, .46, .45, .94);
      border: 1px solid var(--c);
    }

    @media (max-width:1000px) {
      .nav-links {
        display: none
      }

      .nav-ham {
        display: block
      }
    }

    /* ─── HERO ─── */
    .hero {
      position: relative;
      min-height: 100vh;
      min-height: 100svh;
      display: flex;
      align-items: flex-end;
      padding: 140px 0 80px;
      background: var(--ink);
      color: #fff;
      overflow: hidden;
      isolation: isolate;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: radial-gradient(ellipse 65% 60% at 30% 60%, rgba(11, 11, 14, 0.35) 0%, transparent 60%);
    }

    .hero-mosaic {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      display: grid;
      grid-template-columns: repeat(24, 1fr);
      grid-template-rows: repeat(14, 1fr);
      gap: 3px;
    }

    .tile {
      display: block;
      will-change: transform
    }

    .tile-photo {
      overflow: hidden;
    }

    .tile-photo::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(198, 9, 59, 0.6) 0%, rgba(88, 16, 79, 0.85) 100%);
      mix-blend-mode: multiply;
    }

    .t1 {
      grid-column: 1/7;
      grid-row: 1/4;
      background: var(--c)
    }

    .t2 {
      grid-column: 7/11;
      grid-row: 1/3;
      background: var(--cd)
    }

    .t3 {
      grid-column: 11/16;
      grid-row: 1/4;
      background: var(--cd2)
    }

    .t4 {
      grid-column: 16/20;
      grid-row: 1/3;
      background: var(--c3)
    }

    .t5 {
      grid-column: 20/25;
      grid-row: 1/5;
      background: var(--c4)
    }

    .t6 {
      grid-column: 7/11;
      grid-row: 3/6;
      background: var(--c)
    }

    .t7 {
      grid-column: 11/16;
      grid-row: 4/7;
      background: var(--c5)
    }

    .t8 {
      grid-column: 16/20;
      grid-row: 3/8;
    }

    .t9 {
      grid-column: 1/4;
      grid-row: 4/8;
      background: var(--c4)
    }

    .t10 {
      grid-column: 4/7;
      grid-row: 4/9;
      background: var(--cd)
    }

    .t11 {
      grid-column: 7/11;
      grid-row: 6/10;
      background: var(--c3)
    }

    .t12 {
      grid-column: 20/25;
      grid-row: 5/10;
      background: var(--cd2)
    }

    .t13 {
      grid-column: 1/5;
      grid-row: 8/15;
      background: var(--c)
    }

    .t14 {
      grid-column: 5/11;
      grid-row: 10/15;
      background: var(--c5)
    }

    .t15 {
      grid-column: 11/16;
      grid-row: 8/15;
      background: var(--cd)
    }

    .t16 {
      grid-column: 16/21;
      grid-row: 8/12;
      background: var(--c4)
    }

    .t17 {
      grid-column: 16/21;
      grid-row: 12/15;
      background: var(--c3)
    }

    .t18 {
      grid-column: 21/25;
      grid-row: 10/15;
      background: var(--c5)
    }

    .hero-content {
      position: relative;
      z-index: 3;
      width: 100%
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 48px;
      align-items: flex-end;
    }

    @media (max-width:880px) {
      .hero-grid {
        grid-template-columns: 1fr
      }
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 36px;
    }

    .hero-eyebrow-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      animation: pulse 2s ease-in-out infinite;
    }

    @keyframes pulse {

      0%,
      100% {
        opacity: .4;
        transform: scale(1)
      }

      50% {
        opacity: 1;
        transform: scale(1.3)
      }
    }

    .hero h1 {
      font-family: var(--display);
      font-weight: 500;
      font-size: clamp(54px, 9vw, 80px);
      line-height: 0.92;
      letter-spacing: -0.045em;
      color: #fff;
      max-width: 14ch;
      margin-bottom: 48px;
      text-shadow: 0 2px 28px rgba(0, 0, 0, 0.18);
      position: relative;
      z-index: 3;
    }

    .hero h1 .accent {
      font-weight: 300;
      color: #32C5D2;
      font-style: italic;
      letter-spacing: -0.04em
    }

    .hero-sub {
      font-size: clamp(15px, 1.3vw, 18px);
      color: rgba(255, 255, 255, 0.78);
      max-width: 480px;
      line-height: 1.6;
      margin-bottom: 48px;
      text-shadow: 0 1px 12px rgba(0, 0, 0, 0.16);
      position: relative;
      z-index: 3;
    }

    .hero-meta {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-end;
      font-family: var(--mono);
      font-size: 11px;
      color: rgba(255, 255, 255, 0.45);
      letter-spacing: 0.04em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    @media (max-width:880px) {
      .hero-meta {
        align-items: flex-start;
        margin-top: 24px
      }
    }

    .hero-meta-row {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .hero-meta-dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4)
    }

    .hero-meta-row strong {
      color: rgba(255, 255, 255, 0.85);
      font-weight: 500
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      align-items: center;
      flex-wrap: wrap
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 18px 32px;
      background: #fff;
      color: var(--ink);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.005em;
      border-radius: 100px;
      border: 1px solid #fff;
      transition: all .35s cubic-bezier(.25, .46, .45, .94);
    }

    .btn-primary .arr,
    .btn-ghost .arr {
      transition: transform .3s
    }

    .btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 18px 32px;
      background: transparent;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.005em;
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      transition: all .35s cubic-bezier(.25, .46, .45, .94);
    }

    .hero-scroll {
      position: absolute;
      bottom: 32px;
      right: clamp(20px, 4vw, 64px);
      z-index: 3;
      display: flex;
      align-items: center;
      gap: 14px;
      font-family: var(--mono);
      font-size: 10px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.45);
    }

    .hero-scroll-line {
      width: 60px;
      height: 1px;
      background: rgba(255, 255, 255, 0.3);
      position: relative;
      overflow: hidden
    }

    .hero-scroll-line::after {
      content: '';
      position: absolute;
      top: 0;
      left: -30%;
      width: 30%;
      height: 100%;
      background: #fff;
      animation: scroll-pulse 2.4s ease-in-out infinite;
    }

    .hero {
      position: relative;
      min-height: 100vh;
      background: url("./imgs/main.jpg") center/cover no-repeat;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      /* Black overlay */
      z-index: 1;
    }

    .hero>* {
      position: relative;
      z-index: 2;
    }

    @keyframes scroll-pulse {
      0% {
        left: -30%
      }

      100% {
        left: 130%
      }
    }

    /* ─── TRUST STRIP ─── */
    .trust {
      background: var(--paper-3);
      border-bottom: 1px solid var(--bo);
      padding: 32px 0;
      overflow: hidden;
    }

    .trust-in {
      display: flex;
      align-items: center;
      gap: 64px;
      flex-wrap: wrap
    }

    .trust-label {
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c);
      display: flex;
      align-items: center;
      gap: 12px;
      white-space: nowrap;
    }

    .trust-label::before {
      content: '';
      width: 24px;
      height: 1px;
      background: var(--c)
    }

    .trust-list {
      display: flex;
      gap: 48px;
      flex-wrap: wrap;
      align-items: center;
      font-family: var(--display);
      font-size: 15px;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: -0.015em;
    }

    .trust-list span {
      transition: color .25s
    }

    .trust-list span:hover {
      color: var(--c)
    }

    /* ─── STATS — sticky showcase ─── */
    .stats-section {
      background: var(--cd);
      color: #fff;
      position: relative
    }

    .stats-sticky {
      height: 200vh;
      position: relative
    }

    .stats-pin {
      position: sticky;
      top: 0;
      height: 100vh;
      height: 100svh;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .stats-pin-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(8, 1fr);
      gap: 3px;
      opacity: .35;
      pointer-events: none;
    }

    .stats-pin-bg span {
      display: block
    }

    .stats-pin-bg span:nth-child(1) {
      grid-column: 1/4;
      grid-row: 1/3;
      background: var(--c)
    }

    .stats-pin-bg span:nth-child(2) {
      grid-column: 9/13;
      grid-row: 1/4;
      background: var(--c4)
    }

    .stats-pin-bg span:nth-child(3) {
      grid-column: 1/3;
      grid-row: 6/9;
      background: var(--c5)
    }

    .stats-pin-bg span:nth-child(4) {
      grid-column: 10/13;
      grid-row: 6/9;
      background: var(--c3)
    }

    .stats-pin-in {
      position: relative;
      z-index: 1;
      width: 100%
    }

    .stats-grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 80px;
      align-items: center
    }

    @media (max-width:1000px) {
      .stats-grid {
        grid-template-columns: 1fr;
        gap: 48px
      }
    }

    .stats-intro h2 {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(36px, 5vw, 76px);
      line-height: 0.96;
      letter-spacing: -0.035em;
      margin-bottom: 32px;
    }

    .stats-intro h2 em {
      font-style: italic;
      font-weight: 300;
      color: #32C5D2
    }

    .stats-intro p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
      max-width: 42ch
    }

    .stats-intro-label {
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.55);
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .stats-intro-label::before {
      content: '';
      width: 24px;
      height: 1px;
      background: rgba(255, 255, 255, 0.5)
    }

    .stats-numbers {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stat-cell {
      background: var(--cd);
      padding: 48px 36px;
      position: relative;
      overflow: hidden;
      opacity: 0;
      transform: translateY(40px);
      transition: opacity .8s cubic-bezier(.25, .46, .45, .94), transform .8s cubic-bezier(.25, .46, .45, .94);
    }

    .stat-cell.show {
      opacity: 1;
      transform: translateY(0)
    }

    .stat-cell::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      width: 0;
      background: #fff;
      transition: width 1s cubic-bezier(.25, .46, .45, .94) .3s;
    }

    .stat-cell.show::after {
      width: 100%
    }

    .stat-num {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(48px, 5.5vw, 84px);
      line-height: 0.95;
      letter-spacing: -0.04em;
      color: #fff;
      display: flex;
      align-items: baseline;
      gap: 3px;
      margin-bottom: 18px;
    }

    .stat-num sup {
      font-size: 0.42em;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.6);
      vertical-align: super
    }

    .stat-label {
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.65);
    }

    .stat-context {
      display: block;
      font-family: var(--display);
      font-size: 13px;
      letter-spacing: -0.005em;
      text-transform: none;
      color: rgba(255, 255, 255, 0.75);
      margin-top: 6px;
      font-weight: 400;
    }

    /* ─── SECTIONS ─── */
    section.std {
      padding: clamp(80px, 12vh, 160px) 0
    }

    .section-head {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      gap: 60px;
      margin-bottom: 80px;
      align-items: end;
    }

    @media (max-width:880px) {
      .section-head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 48px
      }
    }

    .section-eyebrow {
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c);
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
    }

    .section-head h2 {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(36px, 5vw, 72px);
      line-height: 0.98;
      letter-spacing: -0.038em;
    }

    /* ─── SERVICES ─── */
    .services {
      background: #F1FAFE
    }

    .serv-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border-top: 1px solid var(--bo);
    }

    @media (max-width:1100px) {
      .serv-grid {
        grid-template-columns: repeat(2, 1fr)
      }
    }

    @media (max-width:600px) {
      .serv-grid {
        grid-template-columns: 1fr
      }
    }

    .serv-card {
      padding: 48px 36px 56px;
      border-bottom: 1px solid var(--bo);
      border-right: 1px solid var(--bo);
      position: relative;
      overflow: hidden;
      background: #F1FAFE;
      transition: background .5s cubic-bezier(.25, .46, .45, .94);
      display: flex;
      flex-direction: column;
      min-height: 340px;
      isolation: isolate;
    }

    .serv-card:nth-child(4n) {
      border-right: none
    }

    @media (max-width:1100px) {
      .serv-card:nth-child(4n) {
        border-right: 1px solid var(--bo)
      }

      .serv-card:nth-child(2n) {
        border-right: none
      }
    }

    @media (max-width:600px) {
      .serv-card {
        border-right: none !important
      }
    }

    .serv-card::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(135deg, var(--c) 0%, var(--c5) 100%);
      opacity: 0;
      transform: scale(0.95);
      transition: opacity .5s, transform .5s cubic-bezier(.25, .46, .45, .94);
    }

    .serv-card:hover::before {
      opacity: 1;
      transform: scale(1)
    }

    .serv-card:hover {
      color: #fff
    }

    .serv-card:hover .serv-num,
    .serv-card:hover .serv-name {
      color: #fff
    }

    .serv-card:hover .serv-desc {
      color: rgba(255, 255, 255, 0.75)
    }

    .serv-card:hover .serv-arr {
      color: #fff;
      transform: translate(8px, -8px) rotate(-45deg)
    }

    .serv-card:hover .serv-bullets li {
      color: rgba(255, 255, 255, 0.7)
    }

    .serv-card:hover .serv-bullets li::before {
      background: rgba(255, 255, 255, 0.5)
    }

    .serv-num {
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--c);
      margin-bottom: 24px;
      transition: color .35s;
    }

    .serv-name {
      font-family: var(--display);
      font-weight: 500;
      font-size: 20px;
      line-height: 1.1;
      letter-spacing: -0.025em;
      margin-bottom: 14px;
      transition: color .35s;
    }

    .serv-desc {
      font-size: 14px;
      line-height: 1.55;
      color: var(--tm);
      max-width: 36ch;
      margin-bottom: 24px;
      transition: color .35s;
    }

    .serv-bullets {
      margin-top: auto;
      display: flex;
      flex-direction: column;
      gap: 8px
    }

    .serv-bullets li {
      font-size: 12px;
      color: var(--tm);
      font-weight: 400;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: color .35s;
      letter-spacing: -0.005em;
    }

    .serv-bullets li::before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--c);
      flex-shrink: 0;
      transition: background .35s;
    }

    .serv-arr {
      position: absolute;
      top: 36px;
      right: 36px;
      font-size: 22px;
      color: var(--tu);
      transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
    }

    /* ─── APPROACH ─── */
    .approach {
      background: var(--paper-3)
    }

    .app-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--bo);
      border-top: 1px solid var(--bo);
      border-bottom: 1px solid var(--bo);
    }

    @media (max-width:880px) {
      .app-grid {
        grid-template-columns: 1fr
      }
    }

    .app-cell {
      background: var(--paper-3);
      padding: 56px 36px;
      position: relative;
      transition: background .35s;
    }

    .app-cell:hover {
      background: #F1FAFE
    }

    .app-num {
      font-family: var(--display);
      font-weight: 300;
      font-size: 88px;
      line-height: 0.85;
      letter-spacing: -0.05em;
      color: var(--c);
      margin-bottom: 32px;
    }

    .app-h {
      font-family: var(--display);
      font-weight: 500;
      font-size: 24px;
      line-height: 1.15;
      letter-spacing: -0.022em;
      margin-bottom: 14px;
    }

    .app-cell p {
      font-size: 14.5px;
      color: var(--tm);
      line-height: 1.65;
      max-width: 36ch
    }

    /* ─── NETWORK ─── */
    .network {
      background: var(--cd);
      color: #fff;
      position: relative;
      overflow: hidden
    }

    .network-grid {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    @media (max-width:1000px) {
      .network-grid {
        grid-template-columns: 1fr;
        gap: 48px
      }
    }

    .network-l h2 {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(36px, 5vw, 72px);
      line-height: 0.98;
      letter-spacing: -0.035em;
      margin-bottom: 32px;
    }

    .network-l h2 em,
    .reveal em,
    .foot-nl-t em {
      font-style: italic;
      font-weight: 300;
      color: #32C5D2 !important
    }

    .network-l p {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.65);
      line-height: 1.65;
      max-width: 48ch;
      margin-bottom: 24px;
    }

    .network-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 24px;
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #fff;
      padding-bottom: 6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      transition: color .25s, border-color .25s;
    }

    .network-cta:hover {
      color: rgba(255, 255, 255, 0.7);
      border-color: #fff
    }

    .network-r {
      position: relative;
      aspect-ratio: 1/1;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .network-globe {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 50%, transparent 30%, #fff 30.5%, #fff 31%, transparent 31.5%, transparent 50%, #fff 50.5%, #fff 51%, transparent 51.5%, transparent 70%, #fff 70.5%, #fff 71%, transparent 71.5%);
      opacity: .12;
      border-radius: 50%;
      animation: rotate 60s linear infinite;
    }

    @keyframes rotate {
      from {
        transform: rotate(0)
      }

      to {
        transform: rotate(360deg)
      }
    }

    .network-pin {
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15), 0 0 20px rgba(255, 255, 255, 0.6);
      animation: pulse-pin 2.4s ease-in-out infinite;
    }

    .network-pin::after {
      content: '';
      position: absolute;
      top: 14px;
      left: 50%;
      transform: translateX(-50%);
      font-family: var(--mono);
      font-size: 10px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      white-space: nowrap;
      color: rgba(255, 255, 255, 0.85);
    }

    .np-uae {
      top: 50%;
      left: 65%;
    }

    .np-uae::after {
      content: 'Dubai';
      color: #fff;
      font-weight: 600
    }

    .np-uk {
      top: 32%;
      left: 42%;
      animation-delay: .4s
    }

    .np-uk::after {
      content: 'London'
    }

    .np-de {
      top: 36%;
      left: 48%;
      animation-delay: .8s
    }

    .np-de::after {
      content: 'Berlin'
    }

    .np-sg {
      top: 62%;
      left: 78%;
      animation-delay: 1.2s
    }

    .np-sg::after {
      content: 'Singapore'
    }

    .np-us {
      top: 42%;
      left: 18%;
      animation-delay: 1.6s
    }

    .np-us::after {
      content: 'New York'
    }

    .np-au {
      top: 78%;
      left: 82%;
      animation-delay: 2s
    }

    .np-au::after {
      content: 'Sydney'
    }

    @keyframes pulse-pin {

      0%,
      100% {
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15), 0 0 20px rgba(255, 255, 255, 0.6)
      }

      50% {
        transform: scale(1.4);
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08), 0 0 30px rgba(255, 255, 255, 0.8)
      }
    }

    .regions {
      margin-top: 48px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .region {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 24px;
      align-items: center;
      padding: 18px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 14px;
    }

    .region-num {
      font-family: var(--mono);
      font-size: 11px;
      color: rgba(255, 255, 255, 0.6);
      letter-spacing: 0.06em;
    }

    .region-name {
      font-weight: 500;
      letter-spacing: -0.01em;
      color: #fff
    }

    .region-count {
      color: rgba(255, 255, 255, 0.45);
      font-size: 12px;
      letter-spacing: -0.005em
    }

    /* ─── PHILOSOPHY QUOTE ─── */
    .quote {
      background: var(--paper);
      color: var(--ink);
      text-align: center;
      padding: clamp(80px, 12vh, 160px) 0;
      position: relative;
      overflow: hidden;
    }

    .quote::before,
    .quote::after {
      content: '';
      position: absolute;
      left: 50%;
      width: 80px;
      height: 1px;
      background: rgba(15, 15, 18, 0.18);
      transform: translateX(-50%);
    }

    .quote::before {
      top: 0
    }

    .quote::after {
      bottom: 0
    }

    .quote .wrap {
      position: relative;
      z-index: 1;
      max-width: 1100px
    }

    .quote-eyebrow {
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--c);
      margin-bottom: 40px;
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }

    .quote-eyebrow::before,
    .quote-eyebrow::after {
      content: '';
      width: 32px;
      height: 1px;
      background: var(--c);
      opacity: .5
    }

    .quote-mark {
      display: none;
    }

    .quote blockquote {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(38px, 6.5vw, 88px);
      line-height: 1.04;
      letter-spacing: -0.04em;
      max-width: 22ch;
      margin: 0 auto 48px;
      color: var(--ink);
    }

    .quote blockquote em {
      font-style: italic;
      font-weight: 350;
      color: var(--c);
      /* Fraunces will be picked up via the shared CSS rules */
    }

    .quote-attribution {
      font-family: var(--mono);
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--tm);
      padding-top: 32px;
      display: inline-block;
      border-top: 1px solid rgba(15, 15, 18, 0.12);
    }

    @media (max-width:760px) {
      .quote {
        padding: clamp(80px, 12vh, 140px) 0
      }

      .quote blockquote {
        font-size: clamp(32px, 8vw, 52px);
        max-width: 18ch
      }
    }

    /* ─── INSIGHTS ─── */
    .insights {
      background: var(--paper)
    }

    .ins-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--bo);
      border-top: 1px solid var(--bo);
      border-bottom: 1px solid var(--bo);
    }

    @media (max-width:880px) {
      .ins-grid {
        grid-template-columns: 1fr
      }
    }

    .ins-card {
      background: var(--paper);
      padding: 40px 32px 48px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      min-height: 340px;
      transition: background .35s;
      position: relative;
    }

    .ins-card:hover {
      background: #F1FAFE
    }

    .ins-meta {
      display: flex;
      align-items: center;
      gap: 14px;
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c);
    }

    .ins-meta::before {
      content: '';
      width: 18px;
      height: 1px;
      background: var(--c)
    }

    .ins-date {
      color: var(--tu)
    }

    .ins-h {
      font-family: var(--display);
      font-weight: 500;
      font-size: 22px;
      line-height: 1.2;
      letter-spacing: -0.02em;
      margin-top: auto;
      flex: 1;
    }

    .ins-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--c);
      transition: gap .25s;
    }

    .ins-card:hover .ins-link {
      gap: 14px
    }

    /* ─── FOOTER ─── */
    footer {
      background: var(--ink-2);
      color: #fff;
      padding: 80px 0 32px;
    }

    .foot-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 2fr;
      gap: 48px;
      margin-bottom: 64px;
    }

    .foot-brand {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px;
      color: #fff
    }

    .foot-col h5 {
      font-family: var(--mono);
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 18px;
    }

    .foot-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: var(--mono);
      font-size: 11px;
      letter-spacing: 0.06em;
      color: rgba(255, 255, 255, 0.4);
      flex-wrap: wrap;
      gap: 16px;
    }

    /* WhatsApp float */
    .wa-float {
      position: fixed;
      bottom: 24px;
      right: 24px;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #25D366;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
      z-index: 50;
      transition: transform .25s;
    }

    .hero-content>* {
      opacity: 0;
      transform: translateY(24px);
      animation: heroIn 1s cubic-bezier(.25, .46, .45, .94) forwards
    }

    .hero-content>*:nth-child(1) {
      animation-delay: .2s
    }

    .hero-content>*:nth-child(2) {
      animation-delay: .35s
    }

    .hero-content>*:nth-child(3) {
      animation-delay: .5s
    }

    @keyframes heroIn {
      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    .foot-brand {
      margin-bottom: 18px !important
    }

    .nav {
      padding: 18px 0
    }

    .nav.solid {
      padding: 12px 0
    }

    .nav-mega-wrap:hover .nav-mega-trigger::after,
    .nav-mega-trigger.active::after {
      transform: scaleX(1)
    }

    .nav-mega-trigger.active::after {
      background: var(--c)
    }

    .nav-mega-wrap:hover .nav-mega-caret {
      transform: rotate(180deg)
    }

    .nav.solid~.nav-mega {
      top: 68px
    }

    .nav-mega-wrap:hover .nav-mega,
    .nav-mega.open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0)
    }

    @media (max-width:1100px) {
      .nav-mega {
        display: none
      }

      .nav-mega-wrap {
        display: none
      }
    }

    .breadcrumb {
      font-size: 13px !important;
      letter-spacing: 0.12em !important;
      margin-bottom: 36px !important;
      gap: 14px !important
    }

    .breadcrumb a {
      font-weight: 500;
      color: rgba(255, 255, 255, 0.75) !important
    }

    .breadcrumb span {
      font-size: 14px
    }

    .page-hero-eyebrow {
      font-size: 14px !important;
      letter-spacing: 0.18em !important;
      font-weight: 600 !important;
      color: rgba(255, 255, 255, 0.9) !important;
      margin-bottom: 40px !important;
      gap: 18px !important
    }

    .page-hero-eyebrow::before {
      width: 48px !important;
      height: 2px !important;
      background: #fff !important
    }

        .page-hero-eyebrow::before {
      content: '';
      width: 32px;
      height: 1px;
      background: rgba(255, 255, 255, 0.5)
    }


    /* Mega menu — driven by .open class only (not :hover) to avoid state conflicts */
    .nav-mega-wrap:hover .nav-mega {
      opacity: 0 !important;
      visibility: hidden !important;
      transform: translateY(-8px) !important
    }

    .nav-mega.open {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateY(0) !important
    }

    /* Sticky mobile CTA bar */
    .mob-cta {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: var(--cd);
      padding: 10px 12px;
      z-index: 90;
      gap: 8px;
      box-shadow: 0 -8px 32px rgba(15, 15, 18, 0.15);
      border-top: 1px solid rgba(255, 255, 255, 0.1)
    }

    @media (max-width:760px) {
      .mob-cta {
        display: flex
      }

      .wa-float {
        bottom: 84px
      }

      body {
        padding-bottom: 68px
      }
    }

    .mob-cta a {
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -0.005em;
      border-radius: 8px;
      background: #fff;
      color: var(--ink);
      transition: background .2s
    }

    .mob-cta a.alt:hover {
      background: rgba(255, 255, 255, 0.15)
    }


    /* Newsletter signup widget */
    .newsletter {
      background: var(--ink);
      color: #fff;
      padding: clamp(64px, 10vh, 96px) 0;
      position: relative;
      overflow: hidden
    }

    .newsletter-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(4, 1fr);
      gap: 2px;
      opacity: .08
    }

    .newsletter-bg span {
      display: block
    }

    .newsletter-bg span:nth-child(1) {
      grid-column: 1/3;
      grid-row: 1/3;
      background: var(--c)
    }

    .newsletter-bg span:nth-child(2) {
      grid-column: 10/13;
      grid-row: 1/3;
      background: var(--c4)
    }

    .newsletter-bg span:nth-child(3) {
      grid-column: 5/8;
      grid-row: 3/5;
      background: var(--c3)
    }

    .newsletter-in {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center
    }

    @media (max-width:880px) {
      .newsletter-in {
        grid-template-columns: 1fr;
        gap: 32px
      }
    }

    .newsletter-eb {
      font-family: var(--mono);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px
    }

    .newsletter-eb::before {
      content: '';
      width: 24px;
      height: 1px;
      background: rgba(255, 255, 255, 0.4)
    }

    .newsletter h2 {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(28px, 4vw, 52px);
      line-height: 1.05;
      letter-spacing: -0.03em;
      color: #fff;
      margin-bottom: 18px
    }

    .newsletter h2 em {
      font-style: italic;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.55)
    }

    .newsletter-p {
      font-size: 15px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.7);
      max-width: 42ch
    }

    .newsletter-form {
      display: flex;
      gap: 8px;
      flex-wrap: wrap
    }

    .newsletter-input {
      flex: 1;
      min-width: 240px;
      padding: 18px 22px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 100px;
      font-family: var(--display);
      font-size: 14px;
      color: #fff;
      outline: none;
      transition: all .25s
    }

    .newsletter-input::placeholder {
      color: rgba(255, 255, 255, 0.45)
    }

    .newsletter-input:focus {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.08)
    }

    .newsletter-submit {
      padding: 18px 28px;
      background: var(--c);
      color: #fff;
      font-family: var(--display);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.005em;
      border-radius: 100px;
      border: 1px solid var(--c);
      cursor: pointer;
      transition: all .25s;
      display: inline-flex;
      align-items: center;
      gap: 8px
    }

    .newsletter-submit:hover {
      background: var(--cd);
      border-color: var(--cd);
      transform: translateY(-1px);
      box-shadow: 0 8px 24px rgba(198, 9, 59, 0.3)
    }

    .newsletter-meta {
      margin-top: 16px;
      font-family: var(--mono);
      font-size: 10px;
      letter-spacing: 0.1em;
      color: rgba(255, 255, 255, 0.4)
    }

    .newsletter-thanks {
      padding: 20px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 8px;
      color: #fff;
      display: none;
      animation: slideUp .4s
    }

    .newsletter-thanks.show {
      display: block
    }

    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(20px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    .newsletter-thanks-h {
      font-family: var(--display);
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 6px
    }

    .newsletter-thanks-p {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7)
    }

    @media (max-width:760px) {
      .foot-nl {
        flex-direction: column;
        align-items: stretch;
        text-align: center
      }

      .foot-nl-form {
        justify-content: center
      }
    }

    .tp-footer-widget-free-consulting p{
      font-size: 14px !important;
    }