/* ============================================
   THE/SYSTEM — Premium + menselijk
   ============================================ */

:root {
  --paper: #F5F2EC;          /* warm off-white */
  --paper-2: #ECE7DD;        /* slightly darker warm */
  --ink: #0E0E0C;            /* near-black with warmth */
  --ink-2: #2A2A26;
  --muted: #6B6863;
  --line: #1A1A18;
  --line-soft: rgba(14,14,12,0.12);
  --accent: #C8F542;         /* lime */
  --accent-2: #B8E635;
  --accent-ink: #1A1F08;
  --shadow-1: 0 1px 0 rgba(14,14,12,0.06), 0 12px 32px -12px rgba(14,14,12,0.18);
  --shadow-2: 0 30px 80px -30px rgba(14,14,12,0.3);
  --r: 14px;
  --r-lg: 22px;
  --serif: "Montserrat", "Inter Tight", -apple-system, system-ui, sans-serif;
  --sans: "Inter Tight", "Inter", -apple-system, system-ui, sans-serif;
  --mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; }

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; }

.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }

/* ============================================
   NAV
   ============================================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 242, 236, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: var(--mono);
  font-size: 14px; letter-spacing: 0.04em;
  font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  text-decoration: none; color: var(--ink);
}
.nav-logo-slash { color: var(--accent-2); }
.nav-logo-img {
  height: 28px;
  width: auto;
  display: block;
}
.nav-logo .logo-mark-dot {
  width: 8px; height: 8px; background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(200,245,66,0.18);
}
.nav-links { display: flex; gap: 28px; font-size: 14px; }
.nav-links a { text-decoration: none; opacity: 0.7; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-cta {
  background: var(--ink); color: var(--paper);
  border: none; padding: 10px 18px; border-radius: 999px;
  font-weight: 500; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  transition: transform .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover { transform: translateY(-1px); }
.nav-cta-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

/* ============================================
   HERO — title centered, video full-width below
   ============================================ */
.hero { padding: 64px 0 100px; position: relative; }
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* TITLE BLOCK — centered narrow */
.hero-text-block {
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(46px, 5.6vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 28px;
}
.hero-title em {
  font-style: italic;
  display: inline;
  background-image: linear-gradient(180deg, transparent 60%, var(--accent) 60%, var(--accent) 92%, transparent 92%);
  padding: 0 4px;
}
.hero-sub {
  font-size: 19px; max-width: 620px; color: var(--ink-2);
  margin: 0 auto 36px; line-height: 1.55;
}
.hero-ctas {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
}
.btn-text {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.02em;
  text-decoration: none; color: var(--ink-2);
  border-bottom: 1px solid var(--line-soft); padding-bottom: 4px;
}
.btn-text:hover { color: var(--ink); border-color: var(--ink); }

@keyframes pulse {
  0% { transform: scale(0.6); opacity: 0.6; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* VIDEO — full width, horizontal */
.hero-video-col { margin-bottom: 56px; }

.video-frame {
  position: relative;
  background: #0a0a0a;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 100px -30px rgba(14,14,12,0.5),
              inset 0 0 0 1px rgba(255,255,255,0.06);
}
.video-frame-wide { aspect-ratio: 16 / 9; }

.video-poster {
  position: absolute; inset: 0;
  cursor: pointer;
}
.video-poster-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, #2f2f2a 0%, #131310 70%),
    linear-gradient(135deg, #1a1a18 0%, #0a0a0a 100%);
}
.video-poster-memoji {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(200,245,66,0.25) 0%, transparent 60%);
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
}
.video-iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  background: #000;
}
.video-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.55) 100%);
}
.video-strip {
  position: absolute; left: 0; right: 0; height: 22px;
  display: flex; justify-content: space-around; align-items: center;
  padding: 0 4%;
  z-index: 1;
}
.video-strip-top { top: 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.video-strip-bottom { bottom: 0; border-top: 1px solid rgba(255,255,255,0.05); }
.video-strip span {
  width: 12px; height: 8px;
  background: rgba(255,255,255,0.04);
  border-radius: 1px;
}
.video-play {
  position: absolute; top: 50%; left: 50%;
  width: 96px; height: 96px;
  transform: translate(-50%, -50%);
  background: var(--accent); color: var(--accent-ink);
  border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 3;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 20px 60px -10px rgba(200,245,66,0.45);
}
.video-play:hover { transform: translate(-50%,-50%) scale(1.08); }
.video-play::before {
  content: ""; position: absolute; inset: -12px;
  border: 1.5px solid rgba(200,245,66,0.5); border-radius: 50%;
  animation: pulse 2.4s infinite;
}
.video-play::after {
  content: ""; position: absolute; inset: -26px;
  border: 1px solid rgba(200,245,66,0.2); border-radius: 50%;
  animation: pulse 2.4s infinite .6s;
}
.video-play svg { margin-left: 4px; }

.video-caption {
  position: absolute; left: 32px; bottom: 36px;
  display: flex; flex-direction: column; gap: 8px;
  z-index: 2;
}
.video-rec {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em;
  color: #ff5a4d;
  display: inline-flex; align-items: center; gap: 8px;
  width: fit-content;
  border: 1px solid rgba(255,90,77,0.4); border-radius: 4px;
  padding: 4px 8px;
}
.video-rec-dot {
  width: 6px; height: 6px; background: #ff5a4d; border-radius: 50%;
  animation: pulse-rec 1s infinite;
}
@keyframes pulse-rec {
  0%, 100% { opacity: 1; } 50% { opacity: 0.3; }
}
.video-meta-row {
  display: flex; gap: 8px; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
}
.video-meta-row span:nth-child(2) { opacity: 0.4; }

.video-corner {
  position: absolute; z-index: 2;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  padding: 14px 22px;
}
.video-corner-tl { top: 18px; left: 18px; }
.video-corner-tr { top: 18px; right: 18px; }

/* STATS BAR */
.hv-stats {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding: 28px 8px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.hv-stats > div:not(.hv-divider) {
  display: flex; flex-direction: column; gap: 4px;
  flex: 1;
}
.hv-stats strong {
  font-family: var(--serif); font-size: 44px; font-weight: 400;
  line-height: 1; letter-spacing: -0.02em;
}
.hv-stats span {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
}
.hv-divider { width: 1px; height: 40px; background: var(--line-soft); flex: 0; }

/* ============================================
   LOGOS
   ============================================ */
.logos {
  background: var(--ink); color: var(--paper);
  padding: 28px 0; overflow: hidden;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.logos-inner {
  display: flex; align-items: center; gap: 40px;
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
}
.logos-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--accent); white-space: nowrap;
  flex-shrink: 0;
}
.logos-track {
  display: flex; gap: 56px; align-items: center;
  animation: scroll 40s linear infinite;
  white-space: nowrap;
}
@keyframes scroll {
  to { transform: translateX(-50%); }
}
.logo-mark {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.7;
  font-style: italic;
}

/* ============================================
   SECTIONS - common
   ============================================ */
section { padding: 120px 0; position: relative; }
section.hero { padding-top: 56px; padding-bottom: 80px; }
section.logos { padding: 28px 0; }

.section-head { max-width: 720px; margin-bottom: 64px; position: relative; }
.section-head-row {
  max-width: none;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px;
}
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 24px;
  position: relative;
}
.kicker.dark { color: var(--accent); }
.kicker i {
  display: inline-block; width: 24px; height: 1px; background: var(--ink);
}
.kicker.dark i { background: var(--accent); }

.section-title {
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.04; letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 20px;
}
.section-title em { font-style: italic; }
.section-sub {
  font-size: 19px; color: var(--ink-2); max-width: 560px; margin: 0;
}

/* ============================================
   SYSTEM (process)
   ============================================ */
.system { background: var(--paper); }
.system-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.step {
  background: var(--paper);
  padding: 36px 28px 32px;
  position: relative;
  transition: background .25s;
}
.step:hover { background: white; }
.step-top {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 28px;
}
.step-n {
  font-family: var(--serif); font-size: 50px;
  font-weight: 600; line-height: 1; letter-spacing: -0.03em;
}
.step-tag {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em;
  background: var(--accent); color: var(--accent-ink);
  padding: 4px 8px; border-radius: 4px;
}
.step-t {
  font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.step-d { font-size: 15px; color: var(--ink-2); margin: 0; }
.step-line {
  position: absolute; left: 28px; right: 28px; bottom: 24px;
  height: 1px; background: var(--line-soft);
}

/* ============================================
   PAIN/GAIN
   ============================================ */
.paingain { background: var(--ink); color: var(--paper); }
.paingain .section-title { color: var(--paper); }
.paingain .kicker { color: var(--accent); }
.paingain .kicker i { background: var(--accent); }
.paingain-tag {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em;
  color: var(--paper); opacity: 0.8;
}
.paingain-tag .arrow { color: var(--accent); }
.pg-grid { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); overflow: hidden; }
.pg-row {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--ink);
}
.pg-row > div {
  padding: 22px 28px;
  font-size: 17px;
  display: flex; gap: 14px; align-items: center;
}
.pg-pain { color: rgba(255,255,255,0.55); border-right: 1px solid rgba(255,255,255,0.08); text-decoration: line-through; text-decoration-color: rgba(255,255,255,0.2); }
.pg-gain { background: rgba(200,245,66,0.06); }
.pg-x { color: #ff5a4d; font-size: 20px; flex-shrink: 0; }
.pg-check {
  color: var(--accent); font-size: 18px; flex-shrink: 0;
  font-weight: 700;
}

/* ============================================
   REVIEWS
   ============================================ */
.reviews { background: var(--paper-2); padding: 96px 0; }
.reviews-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.reviews-head .kicker { justify-content: center; margin: 0 auto 16px; }
.reviews-head .section-title { margin: 0 auto 16px; }
.reviews-sub { font-size: 17px; color: var(--ink-2); margin: 0 auto; line-height: 1.55; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.review-stars { color: #f4b400; font-size: 16px; letter-spacing: 2px; }
.review-text {
  font-family: var(--serif);
  font-size: 16.5px; line-height: 1.55; font-weight: 500;
  color: var(--ink); margin: 0;
  flex: 1;
}
.review-foot {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: var(--accent-ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 13px; font-weight: 600;
  flex-shrink: 0;
}
.review-meta { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.review-meta strong { font-size: 13.5px; font-weight: 600; }
.review-meta span { font-size: 11.5px; color: var(--muted); font-family: var(--mono); letter-spacing: 0.02em; }
.review-google { flex-shrink: 0; }
.reviews-foot { text-align: center; margin-top: 36px; }

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

/* ============================================
   CASES
   ============================================ */
.cases { background: var(--paper); }
.cases-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.case {
  border-radius: var(--r-lg);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  min-height: 420px;
  position: relative;
  border: 1px solid var(--line-soft);
}
.case-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  opacity: 0.7;
}
.case-kpi {
  font-family: var(--serif);
  font-size: 84px;
  font-weight: 600;
  line-height: 1; letter-spacing: -0.04em;
  margin: 28px 0 8px;
}
.case-label {
  font-size: 14px; opacity: 0.7;
  margin-bottom: 32px;
}
.case-quote {
  font-family: var(--serif);
  font-size: 19px; line-height: 1.35; font-weight: 500;
  font-style: italic;
  margin: auto 0 16px;
}
.case-who { font-family: var(--mono); font-size: 12px; opacity: 0.7; }

/* ============================================
   ABOUT
   ============================================ */
.about { background: var(--paper-2); }
.about-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px;
  align-items: start;
}
.about-text {
  font-size: 18px; color: var(--ink-2); margin: 0 0 16px;
  max-width: 520px; line-height: 1.55;
}
/* Bullets — absolute checkmark, full-width block items */
.about-bullets {
  list-style: none !important;
  padding: 0 !important;
  margin: 24px 0 0 !important;
  display: block !important;
  width: 100% !important;
}
.about-bullets li {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  padding: 4px 0 4px 44px !important;
  margin: 0 0 12px !important;
  font-size: 16px;
  line-height: 1.5;
  min-height: 28px;
  box-sizing: border-box !important;
}
.about-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px; height: 28px;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.about-bullets span {
  width: 28px; height: 28px;
  background: var(--accent); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
  color: var(--accent-ink);
  flex-shrink: 0;
}
.about-card {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--ink);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.about-stripes {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.04) 0,
    rgba(255,255,255,0.04) 2px,
    transparent 2px,
    transparent 16px
  );
}
.about-card-label {
  position: absolute; bottom: 20px; left: 20px;
  color: rgba(255,255,255,0.5);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-meta {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
  margin-top: 20px;
}
.about-meta > div { display: flex; flex-direction: column; }
.about-meta strong {
  font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1; letter-spacing: -0.01em;
}
.about-meta span { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ============================================
   FAQ
   ============================================ */
.faq { background: var(--paper); }
.faq-list {
  border-top: 1px solid var(--line-soft);
  max-width: 880px; margin: 0 auto;
}
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q {
  width: 100%; background: transparent; border: none;
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; font-size: 20px;
  font-family: var(--serif); font-weight: 600; letter-spacing: -0.01em;
  text-align: left; color: var(--ink);
}
.faq-toggle {
  font-family: var(--mono); font-size: 22px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: var(--paper-2); border-radius: 50%;
  transition: transform .25s, background .2s;
}
.faq-item.is-open .faq-toggle { background: var(--accent); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-a p {
  margin: 0; padding: 0 0 24px;
  color: var(--ink-2); font-size: 16.5px; max-width: 660px;
}
.faq-item.is-open .faq-a { max-height: 200px; }

/* ============================================
   FINAL CTA
   ============================================ */
.finalcta {
  background: var(--ink); color: var(--paper);
  position: relative; overflow: hidden;
}
.finalcta::before {
  content: ""; position: absolute; right: -10%; top: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--accent) 0%, transparent 60%);
  opacity: 0.15; pointer-events: none;
}
.finalcta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1280px;
  align-items: start;
}
.finalcta-title {
  font-family: var(--serif);
  font-size: clamp(44px, 5.1vw, 80px);
  font-weight: 600; line-height: 1.02; letter-spacing: -0.025em;
  margin: 0 0 24px;
}
.finalcta-title em {
  font-style: italic; color: var(--accent);
}
.finalcta-sub {
  font-size: 19px; color: rgba(245,242,236,0.72); max-width: 480px;
  margin: 0 0 32px;
  line-height: 1.55;
}
.finalcta-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.finalcta-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  color: rgba(245,242,236,0.85);
}
.finalcta-list li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  color: var(--accent);
  font-family: var(--mono);
}

/* CONTACT FORM */
.finalcta-form-wrap {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
  padding: 32px;
  position: relative;
  z-index: 2;
}
.contact-form {
  display: flex; flex-direction: column; gap: 18px;
}
.form-header {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 4px;
}
.form-label { color: var(--accent); }
.form-meta { color: rgba(245,242,236,0.5); }

.form-row {
  display: flex; flex-direction: column; gap: 8px;
}
.form-row label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245,242,236,0.6);
  display: flex; gap: 8px; align-items: center;
}
.form-optional {
  font-size: 10px;
  color: rgba(245,242,236,0.35);
  text-transform: lowercase;
  letter-spacing: 0;
}
.form-row input,
.form-row textarea {
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--paper);
  transition: border-color .15s, background .15s;
  outline: none;
  resize: vertical;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(245,242,236,0.3);
}
.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--accent);
  background: rgba(0,0,0,0.4);
}

.form-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.form-chip {
  position: relative;
  cursor: pointer;
}
.form-chip input { position: absolute; opacity: 0; pointer-events: none; }
.form-chip span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 13px;
  font-family: var(--mono);
  letter-spacing: 0.02em;
  color: rgba(245,242,236,0.8);
  transition: all .15s;
  background: rgba(0,0,0,0.2);
}
.form-chip:hover span {
  border-color: rgba(255,255,255,0.3);
  color: var(--paper);
}
.form-chip input:checked + span {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
}

.form-submit {
  margin-top: 8px;
  justify-content: center;
  width: 100%;
}
.form-fine {
  font-size: 12px;
  color: rgba(245,242,236,0.4);
  line-height: 1.5;
  margin-top: 4px;
}

.form-success {
  text-align: center;
  padding: 48px 24px;
}
.form-success-icon {
  width: 64px; height: 64px;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; font-weight: 700;
  margin: 0 auto 20px;
}
.form-success h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 8px;
}
.form-success p {
  color: rgba(245,242,236,0.7);
  margin: 0;
  font-size: 15px;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 28px; border-radius: 999px;
  font-size: 16px; font-weight: 500; text-decoration: none;
  border: 1px solid transparent;
  transition: all .2s;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(200,245,66,0.5); }
.btn-ghost {
  background: transparent; border-color: rgba(245,242,236,0.25); color: var(--paper);
  font-family: var(--mono); font-size: 14px;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-arrow { transition: transform .2s; }
.btn:hover .btn-arrow { transform: translateX(4px); }
.finalcta-fine {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em;
  color: rgba(245,242,236,0.5);
}

/* ============================================
   FOOTER
   ============================================ */
.footer { background: var(--ink); color: var(--paper); padding: 0; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-inner {
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 80px;
  padding: 64px 32px 48px;
  max-width: 1280px; margin: 0 auto;
}
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 36px; width: auto; display: block; filter: brightness(1.1); }
.footer-brand p { color: rgba(245,242,236,0.6); max-width: 320px; font-size: 15px; margin: 0; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-cols h4 {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; opacity: 0.5; margin: 0 0 16px;
  font-weight: 500;
}
.footer-cols a, .footer-cols span {
  display: block; font-size: 15px; color: rgba(245,242,236,0.85);
  text-decoration: none; padding: 4px 0;
  transition: color .2s;
}
.footer-cols a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 32px;
  max-width: 1280px; margin: 0 auto;
  display: flex; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 12px; color: rgba(245,242,236,0.5);
}
.footer-bottom span { white-space: nowrap; }

/* ============================================
   SHOWREEL — hover-to-fan case study
   ============================================ */
.showreel { background: var(--ink); color: var(--paper); overflow: hidden; }
.showreel .section-title { color: var(--paper); }
.showreel .section-title em { color: var(--accent); font-style: italic; }
.showreel-intro {
  font-size: 16px; color: rgba(245,242,236,0.7);
  max-width: 320px; margin: 0; line-height: 1.55;
  align-self: flex-end;
}
.showreel-intro strong { color: var(--paper); font-weight: 600; }

.showreel-stage {
  position: relative;
  min-height: 500px;
  margin-top: 12px;
  display: flex; align-items: center; justify-content: center;
  outline: none;
  border-radius: var(--r-lg);
}

/* hover prompt pill */
.showreel-hint {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em;
  color: var(--paper);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 12px 22px; border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity .4s ease, transform .4s ease;
  pointer-events: none;
}
.showreel-hint-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 rgba(200,245,66,0.6);
  animation: showreel-pulse 1.8s infinite;
}
@keyframes showreel-pulse {
  0% { box-shadow: 0 0 0 0 rgba(200,245,66,0.5); }
  70% { box-shadow: 0 0 0 10px rgba(200,245,66,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,245,66,0); }
}
.showreel-stage:hover .showreel-hint,
.showreel-stage:focus-within .showreel-hint {
  opacity: 0; transform: translateX(-50%) translateY(-8px);
}

/* deck + cards */
.showreel-deck {
  position: relative;
  width: 250px; height: 340px;
}

.showreel-card {
  position: absolute; inset: 0;
  width: 250px; height: 340px;
  border-radius: 18px;
  overflow: hidden;
  background: #1c1c19;
  box-shadow: 0 30px 70px -28px rgba(0,0,0,0.85),
              inset 0 0 0 1px rgba(255,255,255,0.14);
  transform-origin: center bottom;
  transition: transform .65s cubic-bezier(.2,.85,.25,1), box-shadow .4s ease;
  cursor: pointer;
}
.showreel-card image-slot {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
}

/* Card transforms (resting stack / fanned spread) are driven inline by the
   React component so the cascade can't interfere. CSS only handles the look
   and the smooth transition. */
.showreel-card:hover { box-shadow: 0 40px 80px -24px rgba(0,0,0,0.9), inset 0 0 0 1px rgba(200,245,66,0.4); }

/* caption — hidden until the deck fans open ("naam komt er weer in") */
.showreel-card-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 3;
  display: flex; align-items: flex-end; gap: 12px;
  padding: 40px 16px 16px;
  background: linear-gradient(to top, rgba(8,8,7,0.95) 0%, rgba(8,8,7,0.7) 50%, transparent 100%);
  transition: opacity .45s ease .15s, transform .45s ease .15s;
  pointer-events: none;
}
.showreel-card-num {
  font-family: var(--serif); font-weight: 600; font-size: 24px;
  line-height: 1; color: var(--accent); flex-shrink: 0;
}
.showreel-card-text { display: flex; flex-direction: column; gap: 3px; }
.showreel-card-text strong {
  font-family: var(--serif); font-size: 17px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--paper);
}
.showreel-card-text span {
  font-size: 12.5px; color: rgba(245,242,236,0.72); line-height: 1.35;
}

/* ============================================
   TRAVELING HEAD
   ============================================ */
.traveling-head {
  position: fixed; top: 0; left: 0;
  width: 180px;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  transition: transform 1.1s cubic-bezier(.2,.8,.2,1), opacity .5s ease;
  will-change: transform;
}
.traveling-head.is-visible { opacity: 1; }
.th-portrait {
  position: relative;
  filter: drop-shadow(0 10px 20px rgba(14,14,12,0.18));
}
.th-shadow {
  position: absolute; bottom: -8px; left: 20%; right: 20%;
  height: 14px;
  background: radial-gradient(ellipse, rgba(14,14,12,0.18) 0%, transparent 70%);
}

.th-bubble {
  position: absolute;
  background: var(--accent);
  color: var(--accent-ink);
  border: 1.5px solid var(--ink);
  padding: 14px 18px;
  border-radius: 18px;
  font-family: var(--serif); font-style: italic;
  font-size: 18px; line-height: 1.35;
  width: 280px;
  box-shadow: var(--shadow-1);
  animation: bubble-in .55s cubic-bezier(.2,.8,.2,1);
}
@keyframes bubble-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.95); }
  to { opacity: 1; transform: none; }
}
.th-bubble-q {
  font-size: 36px; font-family: var(--serif);
  vertical-align: -16px; margin-right: 4px; line-height: 0;
  opacity: 0.6;
}
.th-bubble-tail {
  position: absolute;
  width: 14px; height: 14px;
  background: var(--accent);
  border: 1.5px solid var(--ink);
  transform: rotate(45deg);
}
/* Bubble positions per side */
.th-bubble-right, .th-bubble-right-edge {
  /* head on right side, bubble points to LEFT (toward content) */
  right: 100%; margin-right: 14px;
  top: 14px;
}
.th-bubble-right .th-bubble-tail,
.th-bubble-right-edge .th-bubble-tail {
  right: -8px; top: 22px;
  border-left: 0; border-top: 0;
}
.th-bubble-left, .th-bubble-left-edge {
  /* head on left side, bubble points to RIGHT (toward content) */
  left: 100%; margin-left: 14px;
  top: 14px;
}
.th-bubble-left .th-bubble-tail,
.th-bubble-left-edge .th-bubble-tail {
  left: -8px; top: 22px;
  border-right: 0; border-bottom: 0;
}

/* ============================================
   TWEAKS
   ============================================ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .video-frame { aspect-ratio: 16 / 10; }
  .hv-stats { flex-wrap: wrap; gap: 24px; padding: 24px 8px; }
  .hv-stats > div:not(.hv-divider) { flex: 0 0 calc(50% - 12px); }
  .hv-divider { display: none; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .cases-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .pg-row { grid-template-columns: 1fr; }
  .pg-pain { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .traveling-head { display: none; }
  .nav-links { display: none; }
  .finalcta-inner { grid-template-columns: 1fr; gap: 48px; }
  .finalcta-form-wrap { padding: 24px; }

  /* Showreel — no hover on touch: show cards in a column with labels visible */
  .showreel-intro { align-self: flex-start; margin-top: 8px; }
  .showreel-stage { min-height: 0; display: block; }
  .showreel-hint { display: none; }
  .showreel-deck {
    width: 100%; height: auto;
    transform: none !important;
    display: flex; flex-direction: column; gap: 20px;
  }
  .showreel-card {
    position: relative; inset: auto;
    width: 100%; height: 300px;
    transform: none !important;
    z-index: auto !important;
  }
  .showreel-card-cap { opacity: 1 !important; transform: none !important; }
}

/* ============================================
   MISSION — Made in NL
   ============================================ */
.mission { background: var(--ink); color: var(--paper); position: relative; }
.mission-flag {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  opacity: 0.07; pointer-events: none;
}
.mission-flag span { flex: 1; }
.mission-flag span:nth-child(1) { background: #AE1C28; }
.mission-flag span:nth-child(2) { background: #ffffff; }
.mission-flag span:nth-child(3) { background: #21468B; }
.mission-inner { max-width: 920px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.mission .kicker.dark { color: var(--accent); justify-content: center; margin: 0 auto 24px; }
.mission .kicker.dark i { background: var(--accent); }
.mission-title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.mission-title em { font-style: italic; color: var(--accent); }
.mission-sub {
  font-size: 19px; color: rgba(245,242,236,0.74);
  max-width: 640px; margin: 0 auto 36px; line-height: 1.55;
}
.mission-badge {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.18); border-radius: 999px;
  padding: 12px 20px; color: var(--paper);
}
.mission-badge-flag {
  width: 22px; height: 15px; border-radius: 2px; flex-shrink: 0;
  background: linear-gradient(#AE1C28 0 33.33%, #fff 33.33% 66.66%, #21468B 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.22);
}
