/*!
Theme Name: Everest Sports Law
Theme URI: https://www.sportadvocaten.be/
Author: Everest
Author URI: https://www.everest-law.be/
Description: Classic WordPress theme for Everest Sports Law (sportadvocaten.be) — the sports-law department of law firm Everest. Trilingual (nl/en/fr) firm site with blog, team, practice-area pages and contact. Converted from the hand-built static site; hand-tuned CSS reused verbatim.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: everest-sports
Tags: classic-theme, custom-menu, featured-images, translation-ready, custom-logo
*/

/* ═══════════════════════════════════════════════
   SOURCE SANS 3 — self-hosted @font-face
   Replaces Adobe Myriad Pro. Self-hosted variable woff2 (weight 300–700)
   downloaded from Google Fonts — NOT hotlinked (GDPR: no visitor IPs to
   Google). Subsets: latin + latin-ext, normal + italic.
════════════════════════════════════════════════ */
@font-face {
  font-family: 'Source Sans 3';
  src: url('assets/fonts/source-sans-3-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('assets/fonts/source-sans-3-latin-ext.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('assets/fonts/source-sans-3-italic-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('assets/fonts/source-sans-3-italic-latin-ext.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ═══════════════════════════════════════════════
   EVEREST SPORTS LAW — Design System v2
   Inspired by radiant.co · koziol.design · v-labs.co
════════════════════════════════════════════════ */

/* ─── Reset ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img  { display: block; max-width: 100%; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ─── Variables ──────────────────────────────── */
:root {
  /* Primary accent */
  --p:        #4945F9;
  --p-hover:  #3532d4;
  --p-subtle: rgba(73,69,249,0.22);
  --p-glow:   rgba(73,69,249,0.28);

  /* Dark surfaces */
  --dark:     #04091e;
  --dark-2:   #061028;
  --dark-3:   #0b1444;

  /* Brand palette */
  --brand-navy: #004687;
  --brand-sky:  #38b6ff;

  /* Logo palette */
  --logo-navy:  #0d2755;
  --logo-steel: #4a6fa5;
  --logo-light: #7b9cc8;

  /* Text — light on dark */
  --ink:      #dde8ff;
  --ink-2:    rgba(185,210,255,0.72);
  --ink-3:    rgba(130,165,255,0.48);

  /* Surfaces */
  --bg:       #0a1035;
  --bg-2:     #060f2a;
  --bg-3:     #0c1a56;

  /* Borders */
  --line:     rgba(73,140,255,0.16);
  --line-dark:rgba(255,255,255,0.08);

  /* Spacing */
  --gap-section: 7rem;
  --gap-sm:      4rem;

  /* Radius */
  --r-xs:  4px;
  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  22px;
  --r-xl:  32px;
  --pill:  9999px;
}

/* ─── Base ───────────────────────────────────── */
body {
  font-family: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI',
               BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(160deg, #04091e 0%, #061028 45%, #0b1444 100%);
  background-attachment: fixed;
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ─── Container ──────────────────────────────── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

/* ─── Logo component ─────────────────────────── */
/*
  Replicates the Everest Sports Law brand:
  "everest" bold + mountain-peak SVG + "sports.law" below.
  Mountain: two overlapping triangles (dark navy + steel blue).
*/
.brand {
  display: inline-block;
  line-height: 1;
  user-select: none;
}

.brand__top {
  display: flex;
  align-items: flex-end;
  gap: 0.06em;
}

.brand__name {
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--logo-navy);
  white-space: nowrap;
}

.brand__mountain {
  display: block;
  flex-shrink: 0;
  margin-bottom: 0.17em;
}

.brand__sub {
  display: block;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: var(--logo-light);
  margin-top: 0.15em;
}

/* Size variants */
.brand--sm .brand__name     { font-size: 1.2rem; }
.brand--sm .brand__sub      { font-size: 0.73rem; }
.brand--sm .brand__mountain { width: 16px; height: 12px; }

.brand--md .brand__name     { font-size: 1.45rem; }
.brand--md .brand__sub      { font-size: 0.86rem; }
.brand--md .brand__mountain { width: 19px; height: 15px; }

.brand--lg .brand__name     { font-size: 2.25rem; }
.brand--lg .brand__sub      { font-size: 1.2rem; }
.brand--lg .brand__mountain { width: 30px; height: 23px; }

.brand--xl .brand__name     { font-size: 3.25rem; }
.brand--xl .brand__sub      { font-size: 1.7rem; }
.brand--xl .brand__mountain { width: 44px; height: 34px; }

/* Light version for dark backgrounds */
.brand--light .brand__name      { color: #fff; }
.brand--light .brand__sub       { color: rgba(255,255,255,0.52); }
.brand--light .peak-back        { fill: rgba(255,255,255,0.9) !important; }
.brand--light .peak-front       { fill: rgba(255,255,255,0.5) !important; }

/* ─── Logo image (actual PNG files) ─────────── */
.nav__logo-img {
  height: 112px;
  width: auto;
  display: block;
  transition: filter 0.4s;
}
/* Transparent PNG on dark nav → invert to white */
.nav.is-dark .nav__logo-img  { filter: brightness(0) invert(1); }
/* Transparent PNG on frosted nav → original brand colors */
.nav.is-light .nav__logo-img { filter: none; }

.footer__logo { display: inline-block; margin-bottom: 1rem; }
.footer__logo img {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

/* Large hero logo */
.hero__logo { margin-bottom: 3rem; }
.hero__logo img {
  height: 72px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

/* ─── Scroll Reveal ──────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.16s; }
.d3 { transition-delay: 0.24s; }
.d4 { transition-delay: 0.32s; }

/* ─── Eyebrow ────────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--p);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 18px; height: 2px;
  background: currentColor;
  border-radius: 1px;
  flex-shrink: 0;
}
.eyebrow--white { color: rgba(73,69,249,0.75); }

/* ─── Section Titles ─────────────────────────── */
.h-xl {
  font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.h-lg {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.h-md {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.h-sm {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

.on-dark { color: #fff !important; }
.accent  { color: var(--p); }

.body-copy {
  font-size: 1.05rem;
  color: var(--ink-2);
  line-height: 1.8;
  max-width: 52ch;
}
.body-copy--sm {
  font-size: 0.98rem;
  color: var(--ink-3);
  line-height: 1.7;
}
.body-copy--white { color: rgba(255,255,255,0.65); }

/* ─── Divider ────────────────────────────────── */
.hr      { border: none; border-top: 1px solid var(--line); }
.hr-dark { border: none; border-top: 1px solid var(--line-dark); }

/* ─── Navigation ─────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 0.6rem 0;
  transition: background 0.4s, backdrop-filter 0.4s,
              border-color 0.4s, box-shadow 0.4s;
  border-bottom: 1px solid transparent;
}

/* Over dark hero: transparent */
.nav.is-dark {
  background: transparent;
}

/* Scrolled — stays brand blue */
.nav.is-light {
  background: rgba(73,69,249,0.97);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 2px 28px rgba(4,4,60,0.35);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav__logo { flex-shrink: 0; display: flex; align-items: center; margin-left: -0.5rem; }

.nav__links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav__links a {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  border-radius: var(--r-sm);
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

/* Dark mode link styles */
.nav.is-dark .nav__links a          { color: rgba(255,255,255,0.75); }
.nav.is-dark .nav__links a:hover    { color: #fff; background: rgba(255,255,255,0.09); }
.nav.is-dark .nav__links a.active   { color: #fff; background: rgba(255,255,255,0.09); }
/* Scrolled nav link styles — white on blue */
.nav.is-light .nav__links a         { color: rgba(255,255,255,0.8); }
.nav.is-light .nav__links a:hover   { color: #fff; background: rgba(255,255,255,0.12); }
.nav.is-light .nav__links a.active  { color: #fff; background: rgba(255,255,255,0.12); }

/* CTA in nav */
.nav__cta {
  background: var(--p) !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: var(--r-sm) !important;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s !important;
}
.nav__cta:hover {
  background: var(--p-hover) !important;
  box-shadow: 0 4px 18px rgba(73,69,249,0.32) !important;
  transform: translateY(-1px) !important;
}

/* Hamburger toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none;
  padding: 6px;
}
.nav__toggle span {
  display: block;
  width: 22px; height: 2px;
  border-radius: 2px;
  transition: background 0.3s;
}
.nav.is-dark  .nav__toggle span { background: rgba(255,255,255,0.8); }
.nav.is-light .nav__toggle span { background: rgba(255,255,255,0.85); }

/* Language switcher (in nav) */
.nav__lang {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-left: 0.4rem;
  padding-left: 0.7rem;
  border-left: 1px solid rgba(255,255,255,0.15);
}
.nav__lang a {
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.3rem 0.55rem;
  border-radius: var(--pill);
  transition: color 0.2s, background 0.2s;
}
.nav.is-dark .nav__lang a          { color: rgba(255,255,255,0.45); }
.nav.is-dark .nav__lang a:hover    { color: #fff; background: rgba(255,255,255,0.09); }
.nav.is-dark .nav__lang a.active   { color: #fff; background: var(--p); }
.nav.is-light .nav__lang a         { color: rgba(255,255,255,0.55); }
.nav.is-light .nav__lang a:hover   { color: #fff; background: rgba(255,255,255,0.14); }
.nav.is-light .nav__lang a.active  { color: #fff; background: rgba(255,255,255,0.28); }
.nav.is-light .nav__logo-img    { filter: brightness(0) invert(1); }

/* ─── Buttons ────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  padding: 0.875rem 2rem;
  border-radius: var(--r-sm);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.01em;
  transition: background 0.2s, color 0.2s, border-color 0.2s,
              box-shadow 0.2s, transform 0.15s;
  text-decoration: none;
}
.btn svg { flex-shrink: 0; transition: transform 0.2s; }
.btn:hover svg { transform: translateX(2px); }

.btn-solid {
  background: var(--p);
  color: #fff;
}
.btn-solid:hover {
  background: var(--p-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(73,69,249,0.32);
}

.btn-ghost-light {
  background: transparent;
  color: rgba(255,255,255,0.82);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-ghost-light:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.07);
}

.btn-ghost-dark {
  background: transparent;
  color: var(--ink-2);
  border: 1.5px solid var(--line);
}
.btn-ghost-dark:hover {
  color: var(--p);
  border-color: var(--p);
}

.btn-white {
  background: #fff;
  color: var(--p);
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* Arrow text link */
.link-arr {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--p);
  transition: gap 0.2s, color 0.2s;
}
.link-arr:hover { gap: 0.7rem; }
.link-arr--white { color: rgba(255,255,255,0.75); }
.link-arr--white:hover { color: #fff; }

/* ─── Page Hero (inner pages) ────────────────── */
.page-hero {
  padding: 9rem 0 5rem;
  background: linear-gradient(150deg, #04091e 0%, #004687 55%, #4945F9 100%);
  position: relative;
  overflow: hidden;
}

/* Glow orb */
.page-hero::before {
  content: '';
  position: absolute;
  width: 800px; height: 600px;
  top: -200px; right: -150px;
  background: radial-gradient(circle, rgba(73,69,249,0.09) 0%, transparent 65%);
  pointer-events: none;
}

.page-hero__inner { position: relative; z-index: 1; max-width: 720px; }

.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(73,69,249,0.75);
  margin-bottom: 1.1rem;
}
.page-hero__eyebrow::before {
  content: '';
  display: block;
  width: 18px; height: 2px;
  background: currentColor;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 1.1rem;
}
.page-hero h1 em { font-style: normal; color: var(--p); }

.page-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  max-width: 520px;
}

/* ─── Trust Bar ──────────────────────────────── */
.trust-bar {
  background: linear-gradient(90deg, #04091e 0%, #061028 50%, #0b1444 100%);
  border-top: 1px solid rgba(73,140,255,0.1);
  border-bottom: 1px solid rgba(73,140,255,0.1);
  padding: 1.35rem 0;
}

.trust-bar__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 2rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
  letter-spacing: 0.03em;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.trust-item:last-child { border-right: none; }
.trust-item strong {
  color: rgba(255,255,255,0.82);
  font-weight: 700;
  font-size: 0.92rem;
}

/* ─── Sections ───────────────────────────────── */
.section { padding: var(--gap-section) 0; }
.section--bg2    { background: var(--bg-2); }
.section--dark   { background: var(--dark); }

/* ─── Section gradient overrides ─────────────── */
/* These use !important to beat the inline <style> backgrounds in HTML files */
.about-section  { background: linear-gradient(135deg, #0d2060 0%, #004687 100%) !important; }
.xp-preview     { background: linear-gradient(160deg, #04091e 0%, #061028 100%) !important; }
.vw-section     { background: linear-gradient(150deg, #061028 0%, #0f1e5c 100%) !important; }
.xp-section     { background: linear-gradient(160deg, #04091e 0%, #061028 100%) !important; }
.vw-page        { background: linear-gradient(150deg, #061028 0%, #0f1e5c 100%) !important; }
.team-page      { background: linear-gradient(135deg, #0d2060 0%, #004687 100%) !important; }
.blog-page      { background: linear-gradient(160deg, #04091e 0%, #061028 100%) !important; }
.contact-page   { background: linear-gradient(140deg, #04091e 0%, #0b1444 100%) !important; }
.team-strip-section { background: linear-gradient(135deg, #061028 0%, #0b1444 100%) !important; }

.section__header { margin-bottom: 3.5rem; }
.section__header--center { text-align: center; }
.section__header--center .body-copy { margin: 0 auto; text-align: center; }

/* ─── Two-col grid ───────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.two-col--start { align-items: start; }
.about-single { grid-template-columns: 1fr; max-width: 780px; }

/* ─── Feature list ───────────────────────────── */
.feature-list { display: flex; flex-direction: column; gap: 1.4rem; margin-top: 2rem; }

.feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0 1rem;
  align-items: flex-start;
}

.feature__icon {
  width: 40px; height: 40px;
  background: var(--p-subtle);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.feature h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.25rem; color: var(--ink); }
.feature p  { font-size: 0.88rem; color: var(--ink-3); line-height: 1.6; }

/* ─── Expertise List (numbered, icon-free) ───── */
.expertise-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(73,140,255,0.14);
  border-radius: var(--r-md);
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.xp-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.75rem 1.75rem;
  background: rgba(13,30,90,0.35);
  border-bottom: 1px solid rgba(73,140,255,0.14);
  border-right: 1px solid rgba(73,140,255,0.14);
  transition: background 0.2s;
  cursor: default;
}
.xp-item:nth-child(even) { border-right: none; }
.xp-item:nth-last-child(-n+2) { border-bottom: none; }
.xp-item:hover { background: var(--p-subtle); }
.xp-item:hover .xp-item__num { color: var(--p); }
a.xp-item { cursor: pointer; text-decoration: none; color: inherit; }
a.xp-item:hover { background: rgba(73,69,249,0.18); }
a.xp-item:hover h3 { color: var(--p); }
.xp-link-arrow { font-size: 0.82rem; color: var(--p); opacity: 0.8; margin-left: 0.25rem; }

.xp-item__num {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  padding-top: 0.22rem;
  transition: color 0.25s;
}

.xp-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
.xp-item p {
  font-size: 0.88rem;
  color: var(--ink-3);
  line-height: 1.6;
}

/* ─── Expertise Preview Cards (homepage) ─────── */
.xp-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(73,140,255,0.14);
  border: 1px solid rgba(73,140,255,0.16);
  border-radius: var(--r-md);
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.xp-preview-card {
  background: rgba(13,30,90,0.4);
  padding: 2rem 1.75rem 2.25rem;
  transition: background 0.2s;
  cursor: default;
}
.xp-preview-card:hover { background: rgba(73,69,249,0.25); }
.xp-preview-card:hover .xp-preview-card__num { color: var(--p); }

.xp-preview-card__num {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-3);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  transition: color 0.25s;
}

.xp-preview-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.xp-preview-card p {
  font-size: 0.92rem;
  color: var(--ink-2);
  line-height: 1.65;
}

/* ─── About visual (office photo) ───────────── */
.about-visual {
  border-radius: var(--r-lg);
  overflow: hidden;
  height: 100%;
  min-height: 480px;
}
.about-visual__img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* ─── Client Cards ───────────────────────────── */
.clients-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }

.client-card {
  background: rgba(13,30,90,0.45);
  border: 1px solid rgba(73,140,255,0.18);
  border-radius: var(--r-md);
  padding: 2.25rem;
  border-top: 3px solid var(--p);
  backdrop-filter: blur(8px);
  transition: box-shadow 0.25s, transform 0.25s, background 0.25s;
}
.client-card:hover {
  background: rgba(13,30,90,0.65);
  box-shadow: 0 10px 32px var(--p-glow);
  transform: translateY(-3px);
}

.client-card__icon {
  width: 42px; height: 42px;
  background: var(--p);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}

.client-card h3  { font-size: 1rem; font-weight: 700; margin-bottom: 0.55rem; }
.client-card p   { font-size: 1rem; color: var(--ink-2); line-height: 1.7; }

/* ─── Sports Tags ────────────────────────────── */
.sports-strip {
  margin-top: 3.5rem;
  padding-top: 2.75rem;
  border-top: 1px solid var(--line);
}

.sports-strip__label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  margin-bottom: 1rem;
}

.tags-row { display: flex; flex-wrap: wrap; gap: 0.45rem; }

.tag-pill {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--ink-2);
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 0.32rem 0.9rem;
  border-radius: var(--pill);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.tag-pill:hover {
  border-color: var(--p);
  color: var(--p);
  background: var(--p-subtle);
}

/* ─── Team Card ──────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

.team-card {
  background: rgba(13,30,90,0.45);
  border: 1px solid rgba(73,140,255,0.16);
  border-radius: var(--r-lg);
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
}
.team-card:hover {
  background: rgba(13,30,90,0.7);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(73,69,249,0.22);
}

.team-card__photo {
  height: 220px;
  background: linear-gradient(145deg, #004687 0%, #4945F9 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.team-card__photo img:not(.legal-badge) {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
  --img-zoom: 1;
  transform: scale(var(--img-zoom));
  z-index: 1;
}
.team-card__photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(6,6,26,0.28) 100%);
  z-index: 2;
  pointer-events: none;
}
.team-card__initials {
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  letter-spacing: -0.02em;
  position: relative; z-index: 1;
}

.team-card { display: flex; flex-direction: column; }
.team-card__body { padding: 1.35rem; flex: 1; display: flex; flex-direction: column; }
.team-card__name { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.2rem; }
.team-card__role {
  font-size: 0.86rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--p); margin-bottom: 0.75rem;
}
.team-card__bio { font-size: 0.92rem; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 0; flex: 1; }

.team-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 1.25rem; }
.chip {
  font-size: 0.73rem; font-weight: 700;
  background: var(--p-subtle); color: var(--p);
  padding: 0.24rem 0.6rem;
  border-radius: var(--r-xs);
  text-transform: uppercase; letter-spacing: 0.06em;
}

.award-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(73,69,249,0.07);
  border: 1px solid rgba(73,69,249,0.16);
  border-radius: var(--pill);
  padding: 0.28rem 0.8rem;
  font-size: 0.82rem; font-weight: 600;
  color: var(--p); margin-bottom: 0.875rem;
}

.team-card__links {
  display: flex; flex-direction: column; gap: 0.45rem;
  padding-top: 1.1rem; margin-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.team-card__links a {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; color: rgba(255,255,255,0.9);
  transition: color 0.2s;
}
.team-card__links a:hover { color: var(--p); }

/* ─── Legal 500 badge overlay ───────────────── */
.legal-badge {
  position: absolute;
  top: 0.65rem; right: 0.65rem;
  width: 62px; height: auto;
  border-radius: var(--r-sm);
  z-index: 10;
  box-shadow: 0 3px 14px rgba(0,0,0,0.55);
  pointer-events: none;
}

/* ─── Team strip (contact page) ─────────────── */
.team-strip-section {
  padding: 4rem 0 5rem;
  background: var(--dark-2);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.team-strip-header {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.team-strip-header .eyebrow { color: rgba(255,255,255,0.38); }
.tstrip-nav { display: flex; gap: 0.5rem; }
.tstrip-btn {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.14);
  background: transparent; color: rgba(255,255,255,0.55);
  border-radius: var(--r-sm); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.tstrip-btn:hover {
  background: rgba(73,69,249,0.18); color: var(--p);
  border-color: var(--p);
}
.team-strip-vp { overflow: hidden; }
.team-strip-track {
  display: flex; gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.tslide {
  flex: 0 0 calc((100% - 2 * 1.25rem) / 3);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.2s;
}
.tslide:hover { border-color: rgba(73,69,249,0.35); }
.tslide__photo {
  height: 240px;
  background: linear-gradient(145deg, #0d2755 0%, #1e4a88 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.tslide__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 10%;
}
.tslide__initials {
  font-size: 3rem; font-weight: 700;
  color: rgba(255,255,255,0.7);
  letter-spacing: -0.02em;
  position: relative; z-index: 1;
}
.tslide__body { padding: 1rem 1.1rem 1.25rem; }
.tslide__name {
  font-size: 1rem; font-weight: 700;
  color: #fff; margin-bottom: 0.2rem;
}
.tslide__role {
  font-size: 0.82rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--p);
}

@media (max-width: 900px) {
  .tslide { flex: 0 0 calc((100% - 1.25rem) / 2); }
}
@media (max-width: 560px) {
  .tslide { flex: 0 0 80%; }
}

/* ─── Blog Cards ─────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.blog-card {
  background: rgba(13,30,90,0.45);
  border: 1px solid rgba(73,140,255,0.16);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex; flex-direction: column;
  backdrop-filter: blur(8px);
  transition: box-shadow 0.25s, transform 0.25s, background 0.25s, border-color 0.25s;
}
.blog-card:hover {
  background: rgba(13,30,90,0.65);
  box-shadow: 0 12px 36px var(--p-glow);
  transform: translateY(-4px);
  border-color: rgba(73,140,255,0.35);
}

.blog-card__stripe { height: 3px; background: var(--p); }

.blog-card__body {
  padding: 1.6rem;
  flex: 1; display: flex; flex-direction: column;
}

.blog-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem 0.7rem; margin-bottom: 0.75rem; }

.blog-cat {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--p);
  background: var(--p-subtle); padding: 0.22rem 0.55rem;
  border-radius: var(--r-xs);
}
.blog-date { font-size: 0.82rem; color: var(--ink-3); }

.blog-card h3 { font-size: 0.975rem; font-weight: 700; line-height: 1.4; margin-bottom: 0.55rem; }
.blog-card p  { font-size: 0.92rem; color: var(--ink-2); line-height: 1.65; flex: 1; }

.blog-card__read {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.86rem; font-weight: 600; color: var(--p);
  margin-top: 1.1rem;
  transition: gap 0.2s;
}
.blog-card:hover .blog-card__read { gap: 0.6rem; }

/* Blog card featured image */
.blog-card__img {
  height: 195px; overflow: hidden; flex-shrink: 0;
  background: linear-gradient(135deg, #0d2060 0%, #1a3680 50%, rgba(73,69,249,0.55) 100%);
  position: relative;
}
.blog-card__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  --img-zoom: 1;
  transform: scale(var(--img-zoom));
  transition: transform 0.45s ease;
}
.blog-card:hover .blog-card__img img { transform: scale(calc(var(--img-zoom) * 1.06)); }

/* Blog post page */
.post-page { padding: 0 0 6rem; }
/* No hero image → clear the fixed transparent nav so the back-link/title
   don't slide under it and become unclickable. */
.post-page--nohero { padding-top: 9.5rem; }
.post-page__img { width: 100%; max-height: 460px; overflow: hidden; margin-bottom: 0; }
.post-page__img img { width: 100%; height: 100%; object-fit: cover; display: block; max-height: 460px; }
.post-article { max-width: 780px; margin: 0 auto; padding: 3rem 0 0; }
.post-article__meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.post-article__back {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.86rem; font-weight: 600; color: rgba(185,210,255,0.55);
  margin-bottom: 2rem; transition: color 0.2s;
}
.post-article__back:hover { color: #fff; }
.post-article h1 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; line-height: 1.25; color: #fff; margin-bottom: 1.75rem; }
.post-article__body { color: var(--ink-2); line-height: 1.8; font-size: 1.02rem; }
.post-article__body p { margin-bottom: 1.35rem; }
.post-article__body h4 { font-size: 1rem; font-weight: 700; color: #fff; margin: 2rem 0 0.7rem; }
.post-article__body h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin: 2rem 0 0.7rem; }
.post-article__body strong { color: rgba(255,255,255,0.88); font-weight: 600; }
.post-article__body ul, .post-article__body ol { padding-left: 1.4rem; margin-bottom: 1.35rem; }
.post-article__body li { margin-bottom: 0.55rem; }
.post-article__body a { color: #38b6ff; text-decoration: underline; }
.post-article__body a:hover { color: #fff; }

/* Instagram section */
.ig-section { padding: 4rem 0 5rem; background: linear-gradient(160deg, #04091e 0%, #061028 100%) !important; }
.blog-preview + .ig-section { border-top: 1px solid rgba(73,140,255,0.12); }
.ig-section__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.25rem; flex-wrap: wrap; }
.ig-section__right { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ig-follow-btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.62rem 1.2rem; border-radius: 30px; color: #fff;
  font-weight: 600; font-size: 0.9rem; transition: opacity 0.2s, transform 0.2s;
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}
.ig-follow-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ig-grid--widget { grid-template-columns: 1fr; }
.ig-grid--widget behold-widget { display: block; width: 100%; min-height: 200px; }
.ig-embed-wrap { height: 480px; overflow: hidden; border-radius: var(--r-md); background: #fff; }
.ig-embed-wrap blockquote { margin: 0 !important; min-width: 0 !important; }
.ig-placeholder {
  background: rgba(13,30,90,0.45); border: 1px solid rgba(73,140,255,0.16);
  border-radius: var(--r-md); aspect-ratio: 4/5; min-height: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.75rem; color: rgba(185,210,255,0.25); font-size: 0.86rem; text-align: center; padding: 1rem;
}
.ig-placeholder svg { opacity: 0.18; }
.ig-section__see-all { text-align: center; margin-top: 1.75rem; }
.ig-section__see-all a { font-size: 0.92rem; color: rgba(185,210,255,0.55); transition: color 0.2s; }
.ig-section__see-all a:hover { color: #fff; }
@media (max-width: 768px) { .ig-grid { grid-template-columns: 1fr; } }

/* ─── Sport Detail Pages ────────────────────── */
.sport-section { padding: 4rem 0 5rem; background: linear-gradient(160deg, #04091e 0%, #061028 100%) !important; }
.sport-intro {
  display: grid; grid-template-columns: 1fr 1.35fr;
  gap: 3.5rem; align-items: start; margin-bottom: 3.5rem;
}
.sport-intro__img {
  border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4/3; position: sticky; top: 6rem;
}
.sport-intro__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sport-domains { display: flex; flex-direction: column; gap: 1.5rem; margin: 2.5rem 0; }
.sport-domain { padding-left: 1.25rem; border-left: 2.5px solid var(--p); }
.sport-domain h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.4rem; }
.sport-domain p { font-size: 0.98rem; color: var(--ink-2); line-height: 1.75; }
.sport-expertise {
  margin-top: 2.5rem; padding: 2rem;
  background: rgba(13,30,90,0.45); border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.sport-expertise__label {
  font-size: 0.82rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--ink-3); margin-bottom: 1.1rem; display: block;
}
.domain-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.domain-chip {
  font-size: 0.86rem; color: var(--ink-2);
  background: rgba(73,69,249,0.1); border: 1px solid var(--p-subtle);
  padding: 0.3rem 0.85rem; border-radius: var(--pill);
  transition: border-color 0.2s, color 0.2s;
}
.domain-chip:hover { border-color: var(--p); color: var(--p); }
@media (max-width: 900px) {
  .sport-intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .sport-intro__img { position: static; aspect-ratio: 16/9; }
}

/* ─── Sport Cards (Voor wie page) ───────────── */
.sports-img-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.6rem;
}
.sport-card {
  position: relative; border-radius: var(--r-sm); overflow: hidden;
  aspect-ratio: 2 / 3;
  background: linear-gradient(145deg, #0d2060 0%, #1a3680 60%, rgba(73,69,249,0.45) 100%);
  transition: transform 0.25s, box-shadow 0.25s;
}
.sport-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(73,69,249,0.3); }
.sport-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: 0.6;
  transition: opacity 0.3s, transform 0.4s;
}
.sport-card:hover img { opacity: 0.8; transform: scale(1.08); }
.sport-card__grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4,9,30,0.92) 0%, rgba(4,9,30,0.15) 55%, transparent 100%);
}
a.sport-card { cursor: pointer; }
a.sport-card::after {
  content: '↗';
  position: absolute; top: 0.5rem; right: 0.5rem;
  font-size: 0.82rem; color: rgba(255,255,255,0.85);
  opacity: 1; transition: color 0.2s, transform 0.2s;
}
a.sport-card:hover::after { color: #fff; transform: translate(1px,-1px); }
.sport-card span {
  position: absolute; bottom: 0.55rem; left: 0; right: 0;
  text-align: center;
  font-size: 0.68rem; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 0.1em;
  padding: 0 0.25rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
@media (max-width: 1024px) { .sports-img-grid { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 640px)  { .sports-img-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 420px)  { .sports-img-grid { grid-template-columns: repeat(2, 1fr); } }

/* ─── About Card ─────────────────────────────── */
.about-card {
  background: linear-gradient(145deg, var(--logo-navy) 0%, #1a3f7a 100%);
  border-radius: var(--r-lg);
  padding: 2.75rem;
  color: white;
  position: relative; overflow: hidden;
  height: 100%;
}
.about-card::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 240px; height: 240px;
  background: rgba(255,255,255,0.05); border-radius: 50%;
}
.about-card__quote {
  font-size: 1.15rem; font-weight: 300; line-height: 1.75;
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
}
.about-card__quote::before {
  content: '\201C';
  font-size: 4.5rem; line-height: 0.55; opacity: 0.2;
  font-family: Georgia, serif; display: block;
  margin-bottom: 0.5rem;
}
.about-tiles {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.about-tile {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--r-sm); padding: 1rem;
}
.about-tile__name { font-size: 0.98rem; font-weight: 700; margin-bottom: 0.2rem; }
.about-tile__desc { font-size: 0.79rem; opacity: 0.65; line-height: 1.45; }

/* ─── Numbered Stat Row ──────────────────────── */
.stat-row {
  display: flex;
  gap: 1.75rem 1.25rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.stat-row > div {
  flex: 1 1 150px;
  min-width: 150px;
}
.stat-item__num {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--p);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat-item__lbl {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.02em;
}

/* ─── Overview Cards ─────────────────────────── */
.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

.ov-card {
  background: rgba(13,30,90,0.45);
  border: 1px solid rgba(73,140,255,0.16);
  border-radius: var(--r-md);
  padding: 2.25rem;
  display: flex; flex-direction: column; gap: 1rem;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s, background 0.25s;
}
.ov-card:hover {
  border-color: var(--p);
  box-shadow: 0 12px 36px var(--p-glow);
  transform: translateY(-4px);
}
.ov-card__icon {
  width: 46px; height: 46px;
  background: var(--p-subtle);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
}
.ov-card h3 { font-size: 1.05rem; font-weight: 700; }
.ov-card p  { font-size: 1rem; color: var(--ink-2); line-height: 1.7; flex: 1; }

/* ─── CTA Banner ─────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, #4945F9 0%, #38b6ff 100%);
  padding: 4rem 0;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center top, rgba(255,255,255,0.1) 0%, transparent 60%);
}
.cta-banner__inner { position: relative; }
.cta-banner h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.cta-banner p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2.25rem;
}

/* ─── Contact Section ────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: start; }

.contact-detail-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2.5rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; }

.contact-item__icon {
  width: 40px; height: 40px;
  background: rgba(73,69,249,0.14);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.contact-item__body label {
  display: block;
  font-size: 0.74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 0.22rem;
}
.contact-item__body a,
.contact-item__body p {
  font-size: 1rem;
  color: #fff;
  transition: color 0.2s;
}
.contact-item__body a:hover { color: var(--p); }

.offices-list { display: flex; flex-direction: column; gap: 0.875rem; }

.office {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-left: 2.5px solid var(--p);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 1.35rem 1.5rem;
  transition: background 0.2s;
}
.office:hover { background: rgba(255,255,255,0.07); }
.office__city    { font-size: 0.975rem; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 0.3rem; }
.office__address { font-size: 0.92rem; color: rgba(255,255,255,0.5); line-height: 1.55; }
.office__kbo     { font-size: 0.82rem; color: rgba(255,255,255,0.26); margin-top: 0.3rem; }

/* ─── Contact Form ───────────────────────────── */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: rgba(255,255,255,0.82);
}

.form-group input,
.form-group textarea {
  font-family: inherit;
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.11);
  border-radius: var(--r-sm);
  padding: 0.875rem 1.1rem;
  width: 100%;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  resize: vertical;
}
.form-group textarea { min-height: 138px; }

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.22); }

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--p);
  background: rgba(73,69,249,0.09);
  box-shadow: 0 0 0 3px rgba(73,69,249,0.14);
}

.form-group input.is-invalid,
.form-group textarea.is-invalid { border-color: #ff4d72; }

.form-status {
  display: none;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.9rem 1.1rem;
  border-radius: var(--r-sm);
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
  background: rgba(73,249,149,0.1);
  border: 1.5px solid rgba(73,249,149,0.22);
}
.form-status.show { display: flex; }
.form-status--error {
  background: rgba(249,73,100,0.1);
  border-color: rgba(249,73,100,0.22);
}

.contact-form__btn {
  width: 100%;
  justify-content: center;
  margin-top: 0.25rem;
}
.contact-form__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* ─── Footer ─────────────────────────────────── */
.site-footer {
  background: linear-gradient(180deg, #0d1035 0%, #060818 100%);
  border-top: 2px solid rgba(73,69,249,0.5);
}

.footer__main {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__tagline {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 270px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.footer__nav a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer__nav a:hover { color: #fff; }

.footer__social { display: flex; gap: 0.6rem; }
.footer__social-link {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.82);
  transition: background 0.2s, color 0.2s;
}
.footer__social-link:hover { background: rgba(255,255,255,0.24); color: #fff; }

.footer__col-heading {
  display: block;
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.46);
  margin-bottom: 0.85rem;
}
.footer__office-addr {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin-bottom: 0.4rem;
}
.footer__office-contact {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.85;
  margin-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__office-contact a {
  color: rgba(255,255,255,0.65);
  transition: color 0.18s;
}
.footer__office-contact a:hover { color: #fff; }
.footer__office-kbo {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.32);
}

.footer__social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer__social-label {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer__office-note {
  font-size: 0.82rem;
  color: rgba(73,69,249,0.55);
  margin-top: 0.55rem;
  letter-spacing: 0.03em;
}

.footer__bottom {
  padding: 1.1rem 0;
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 0.75rem;
}
.footer__copy  { font-size: 0.82rem; color: rgba(255,255,255,0.36); }
.footer__legal {
  font-size: 0.82rem; color: rgba(255,255,255,0.36);
  transition: color 0.2s;
}
.footer__legal:hover { color: rgba(255,255,255,0.75); }

.footer__made-by {
  padding: 0.65rem 0 0.5rem;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.22);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.footer__made-by a {
  color: rgba(255,255,255,0.38);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255,255,255,0.18);
  transition: color 0.2s;
}
.footer__made-by a:hover { color: rgba(255,255,255,0.72); }

/* ─── Testimonials Slideshow ─────────────────── */
.quotes-section {
  padding: 4rem 0;
  background: linear-gradient(160deg, #050c22 0%, #091540 100%) !important;
}

.quotes-section .section__header { margin-bottom: 2rem; }

.quotes-slider {
  max-width: 900px;
  margin: 0 auto;
}

/* Stage: positions arrows absolutely left/right of the card */
.quotes-stage {
  position: relative;
  padding: 0 58px;
}

/* All slides stack in the same grid cell */
.quotes-track { display: grid; }

.quotes-slide {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.quotes-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.quote-slide-card {
  background: rgba(13,30,90,0.45);
  border: 1px solid rgba(73,140,255,0.18);
  border-radius: var(--r-lg);
  padding: 2rem 2.5rem 1.75rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.quote-slide-card__mark {
  display: block;
  font-size: 5rem;
  line-height: 0.75;
  color: var(--p);
  opacity: 0.18;
  font-family: Georgia, 'Times New Roman', serif;
  text-align: left;
  user-select: none;
  pointer-events: none;
  margin-bottom: -1.5rem;
}

.quote-slide-card__text {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: var(--ink);
  line-height: 1.8;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.quote-slide-card__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.quote-slide-card__badge {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--p);
  background: rgba(73,69,249,0.14);
  border-radius: var(--pill);
  padding: 0.25rem 0.75rem;
}

.quote-slide-card__year {
  font-size: 0.79rem;
  color: var(--ink-3);
}

.quote-slide-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--p);
  transition: opacity 0.2s;
}
.quote-slide-card__link:hover { opacity: 0.72; }

/* Arrows: absolute, vertically centered on the card */
.quotes-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(73,140,255,0.28);
  background: rgba(13,30,90,0.55);
  color: var(--ink-2);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.quotes-nav-btn:hover {
  background: rgba(73,69,249,0.28);
  border-color: var(--p);
  color: #fff;
  box-shadow: 0 4px 14px rgba(73,69,249,0.3);
}

.quotes-prev { left: 0; }
.quotes-next { right: 0; }

/* Dots centered below the stage */
.quotes-controls {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.quotes-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.quotes-dot {
  height: 7px;
  width: 7px;
  border-radius: var(--pill);
  background: rgba(73,140,255,0.28);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, width 0.25s;
}

.quotes-dot.active {
  background: var(--p);
  width: 22px;
}

/* ─── Responsive ─────────────────────────────── */
@media (max-width: 1200px) {
  .team-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
  .expertise-list  { grid-template-columns: 1fr 1fr; }
  .xp-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid       { grid-template-columns: repeat(2, 1fr); }
  .blog-grid       { grid-template-columns: repeat(2, 1fr); }
  .two-col         { gap: 3rem; }
}

@media (max-width: 768px) {
  :root { --gap-section: 5rem; }
  .container { padding: 0 1.5rem; }

  /* Mobile nav */
  .nav__links { display: none; }
  .nav__links.open {
    display: flex; flex-direction: column;
    position: fixed;
    top: 70px; left: 0; right: 0;
    background: rgba(73,69,249,0.97);
    backdrop-filter: blur(22px);
    padding: 1.25rem 1.5rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 14px 36px rgba(4,4,60,0.3);
    gap: 0.2rem;
    z-index: 498;
  }
  .nav__links.open a          { color: rgba(255,255,255,0.8) !important; }
  .nav__links.open a:hover    { color: #fff !important; background: rgba(255,255,255,0.12) !important; }
  .nav__links.open .nav__cta  { background: rgba(255,255,255,0.18) !important; color: #fff !important; text-align: center; }
  .nav__toggle { display: flex; }
  .nav__lang { border-left: none; padding-left: 0; margin: 0.75rem 0 0; justify-content: center; }

  /* Layouts */
  .two-col         { grid-template-columns: 1fr; gap: 3rem; }
  .clients-grid    { grid-template-columns: 1fr; }
  .overview-grid   { grid-template-columns: 1fr; }
  .expertise-list  { grid-template-columns: 1fr; }
  .xp-item:nth-child(even) { border-right: none; }
  .xp-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .xp-item:last-child { border-bottom: none; }
  .xp-preview-grid { grid-template-columns: 1fr; }
  .blog-grid       { grid-template-columns: 1fr; }
  .team-grid       { grid-template-columns: 1fr; }
  .contact-grid    { grid-template-columns: 1fr; gap: 3rem; }
  .about-tiles     { grid-template-columns: 1fr; }
  .about-visual    { min-height: 280px; }
  .stat-row        { gap: 1.75rem; }
  .quotes-stage    { padding: 0 46px; }
  .quotes-nav-btn  { width: 36px; height: 36px; }
  .quote-slide-card { padding: 1.75rem 1.25rem 1.5rem; }

  /* Trust bar */
  .trust-item { padding: 0.3rem 1rem; border-right: none; }
  .trust-bar__list { justify-content: flex-start; gap: 0; }

  /* Footer */
  .footer__main       { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__social-row { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .footer__bottom     { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .expertise-list  { grid-template-columns: 1fr; }
  .xp-preview-grid { grid-template-columns: 1fr; }
  .footer__main    { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   Homepage hero
   Moved verbatim from the source index.html inline <style> block.
   front-page.php relies on these rules living here.
════════════════════════════════════════════════ */
/* ── Hero (homepage only) ─────────────────── */
.hero {
  min-height: 96vh;
  background-color: var(--dark);
  display: flex; flex-direction: column;
  /* flex-start, not center: keeps the logo/eyebrow at a fixed position regardless of
     how many lines the translated copy wraps to (NL/EN/FR differ in length) */
  justify-content: flex-start;
  padding: 9rem 0 5rem;
  position: relative; overflow: hidden; z-index: 0;
}

.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url('assets/images/onthaal4.png');
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Blue scrim — dark blue over the text column, easing through blue to a light blue tint over the photo, while keeping "everest" on the wall legible */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(130% 110% at 100% 100%, rgba(2,6,22,0.72) 0%, rgba(2,6,22,0) 60%),
    linear-gradient(
      100deg,
      rgba(4,9,30,0.95) 0%,
      rgba(8,14,56,0.9) 28%,
      rgba(22,28,100,0.78) 48%,
      rgba(18,28,110,0.7) 65%,
      rgba(14,24,95,0.66) 82%,
      rgba(10,20,80,0.62) 100%
    );
  pointer-events: none;
  z-index: 0;
}

.hero__inner {
  position: relative; z-index: 1;
  max-width: 740px;
}

/* Eyebrow */
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.86rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(73,69,249,0.85);
  margin-bottom: 1.75rem;
}
.hero__eyebrow::before {
  content: '';
  display: block; width: 18px; height: 2px;
  background: currentColor; border-radius: 1px;
}

/* Main wordmark — the firm logo, big, forced fully white */
.hero__wordmark {
  display: block;
  width: clamp(280px, 32vw, 460px);
  height: auto;
  margin-bottom: 1.75rem;
  filter: brightness(0) invert(1);
}

.hero__sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 2.75rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ── About section ────────────────────────── */
.about-section { padding: var(--gap-section) 0; background: var(--bg); }

/* ── Expertise preview ────────────────────── */
.xp-preview { padding: var(--gap-section) 0; background: var(--bg-2); }
.xp-preview__footer { margin-top: 2.5rem; text-align: center; }

/* ── Voor wie ─────────────────────────────── */
.vw-section { padding: var(--gap-section) 0; background: var(--bg); }

@media (max-width: 768px) {
  .hero::after { background-size: cover; background-position: center 20%; }
  .hero__wordmark { width: clamp(220px, 60vw, 320px); }
  .hero::before {
    background: linear-gradient(180deg, rgba(4,9,30,0.92) 0%, rgba(4,9,30,0.88) 55%, rgba(4,9,30,0.4) 100%);
  }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .stat-row { padding-top: 2rem; }
}
