/* ============================================================
   PICCINNI. — more than media
   v3 — verfijnd editorial systeem
   Eén visuele lijn: papier + inkt + bordeaux
   Typografie: Instrument Serif (titels) / Inter Tight (body & labels)
               / Archivo Black (enkel micro-accenten)
   ============================================================ */

:root {
  --paper: #F4F1EB;
  --paper-2: #ECE7DE;
  --ink: #16130F;
  --wine: #7E1A1D;          /* bordeaux accent, bewust weg van Coca-Cola-rood */
  --wine-deep: #4A0E10;     /* donkere band */
  --grey: #6E675D;
  --grey-l: #A49C90;
  --line: rgba(22, 19, 15, 0.14);
  --line-w: rgba(244, 241, 235, 0.16);
  --sans: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --micro: "Archivo Black", "Arial Black", sans-serif;
  --max: 1240px;
  --pad: clamp(24px, 5vw, 56px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--wine); color: var(--paper); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- Typografische stemmen ---------- */
.t-hero, .t-title, .t-sub-title {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.01em;
}
.t-hero { font-size: clamp(46px, 7.5vw, 108px); }
.t-title { font-size: clamp(34px, 4.8vw, 68px); }
.t-sub-title { font-size: clamp(24px, 3vw, 40px); }
.t-hero em, .t-title em, .t-sub-title em, .editorial em {
  font-style: italic; color: var(--wine); font-weight: 400;
}
.on-dark .t-hero em, .on-dark .t-title em { color: #C8837F; }

.overline {
  font-family: var(--sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--grey);
}
.overline.wine { color: var(--wine); }
.overline .rule { display: inline-block; width: 34px; height: 1px; background: currentColor; vertical-align: 4px; margin-right: 12px; opacity: 0.6; }

.num-serif { font-family: var(--serif); font-style: italic; font-size: 1.05em; color: var(--wine); }

.micro-tag {
  font-family: var(--micro); font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 400;
}

.editorial { font-family: var(--serif); line-height: 1.25; }

/* ---------- Knoppen: slank en rustig ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 13px 26px; cursor: pointer; border: none;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
}
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: var(--wine); color: #fff; }
.btn-line { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.btn-line-w { border: 1px solid rgba(255,255,255,0.65); color: #fff; background: transparent; }
.btn-line-w:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn-paper { background: var(--paper); color: var(--ink); }
.btn-paper:hover { background: var(--ink); color: var(--paper); }

.link-under {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  border-bottom: 1px solid var(--wine); padding-bottom: 5px;
  transition: color 0.2s, border-color 0.2s;
}
.link-under:hover { color: var(--wine); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  transition: background 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.nav-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 18px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo img { height: 28px; width: auto; }
.nav-logo .logo-w { display: none; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  position: relative; transition: color 0.2s;
}
.nav-links a:hover { color: var(--wine); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  bottom: -8px; width: 5px; height: 5px; background: var(--wine);
}
.nav-cta {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 10px 20px; border: 1px solid var(--ink);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.nav-cta:hover { background: var(--ink); color: var(--paper); }

.nav.scrolled { background: rgba(244, 241, 235, 0.94); border-color: var(--line); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.nav.over:not(.scrolled):not(.menu-open) { color: #fff; }
.nav.over:not(.scrolled):not(.menu-open) .nav-logo .logo-b { display: none; }
.nav.over:not(.scrolled):not(.menu-open) .nav-logo .logo-w { display: block; }
.nav.over:not(.scrolled):not(.menu-open) .nav-cta { border-color: rgba(255,255,255,0.7); color: #fff; }
.nav.over:not(.scrolled):not(.menu-open) .nav-cta:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.nav.over:not(.scrolled):not(.menu-open) .burger span { background: #fff; }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px 2px; z-index: 210; }
.burger span { display: block; width: 24px; height: 1.5px; background: var(--ink); margin: 6px 0; transition: 0.25s; }
.nav.menu-open .burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav.menu-open .burger span:nth-child(2) { opacity: 0; }
.nav.menu-open .burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Video hero ---------- */
.vhero { position: relative; height: 100svh; min-height: 540px; background: var(--ink); overflow: hidden; }
.vhero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.vhero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,19,15,0.4) 0%, rgba(22,19,15,0.06) 45%, rgba(22,19,15,0.58) 100%);
}
.vhero-content {
  position: absolute; inset: 0; z-index: 2;
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad) clamp(48px, 9vh, 96px);
  display: flex; flex-direction: column; justify-content: flex-end;
  color: #fff;
}
.vhero .overline { color: rgba(255,255,255,0.8); margin-bottom: 18px; }
.vhero-title { color: #fff; max-width: 14ch; }
.vhero-title em { color: #E8B9B4; }
.vhero-bottom {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px;
  margin-top: 30px; flex-wrap: wrap;
}
.vhero-sub { max-width: 440px; font-size: clamp(15px, 1.4vw, 17.5px); color: rgba(255,255,255,0.85); line-height: 1.6; }
.vhero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.scroll-hint {
  position: absolute; right: var(--pad); top: 50%; z-index: 2;
  transform: rotate(90deg) translateX(-50%); transform-origin: right top;
  color: rgba(255,255,255,0.55); font-size: 10px; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.scroll-hint::after { content: ""; width: 40px; height: 1px; background: rgba(255,255,255,0.45); }

/* ---------- Secties: één ritme voor alle pagina's ---------- */
.sec { padding: clamp(84px, 13vh, 150px) 0; }
.sec-dark { background: var(--ink); color: var(--paper); }
.sec-wine { background: var(--wine-deep); color: var(--paper); }
.sec-paper2 { background: var(--paper-2); }

.sec-head { margin-bottom: clamp(40px, 6vh, 72px); }
.sec-head .overline { display: block; margin-bottom: 16px; }
.sec-head.right { text-align: right; }
.sec-head.center { text-align: center; }
.sec-sub { margin-top: 16px; color: var(--grey); max-width: 58ch; font-size: 16px; }
.sec-head.right .sec-sub { margin-left: auto; }
.sec-dark .sec-sub, .sec-wine .sec-sub { color: var(--grey-l); }

.hairline { border: none; border-top: 1px solid var(--line); margin: clamp(20px, 3vh, 34px) 0; }

/* ---------- Page hero (subpagina's, zelfde ritme overal) ---------- */
.page-hero { padding-top: clamp(140px, 22vh, 210px); padding-bottom: clamp(36px, 6vh, 64px); }
.page-hero .overline { display: block; margin-bottom: 18px; }
.page-hero .sec-sub { font-size: clamp(15.5px, 1.5vw, 18px); }

/* ---------- Marquee: subtiel, met hairlines ---------- */
.marquee {
  background: var(--paper); color: var(--ink);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; white-space: nowrap; padding: 13px 0;
}
.marquee-track { display: inline-block; animation: marquee 38s linear infinite; }
.marquee-track span {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; margin: 0 22px; color: var(--grey);
}
.marquee-track i {
  font-family: var(--serif); font-style: italic; font-size: 15px;
  text-transform: none; letter-spacing: 0.02em; color: var(--wine);
}
.marquee-track b { color: var(--wine); margin: 0 2px; font-weight: 400; font-size: 8px; vertical-align: 2px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Clients strip ---------- */
.clients { background: var(--paper-2); padding: clamp(30px, 4.5vh, 48px) 0; border-bottom: 1px solid var(--line); }
.clients-inner { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); flex-wrap: wrap; }
.clients .overline { flex-shrink: 0; }
.clients-names { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); flex-wrap: wrap; }
.clients-names span {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); opacity: 0.6;
  transition: opacity 0.2s, color 0.2s;
}
.clients-names span:hover { opacity: 1; color: var(--wine); }
.clients-names i { width: 4px; height: 4px; background: var(--wine); display: inline-block; border-radius: 50%; }
.clients-names img { width: auto; opacity: 0.62; transition: opacity 0.25s; }
.clients-names img:hover { opacity: 1; }
@media (max-width: 600px) { .clients-names { gap: 20px 26px; } .clients-names img { transform: scale(0.85); transform-origin: left center; } }

/* ---------- Diensten lijst (home) ---------- */
.svc-list { border-top: 1px solid var(--line); }
.svc-item {
  display: grid; grid-template-columns: 72px 1fr 300px 30px;
  gap: clamp(20px, 3.5vw, 56px); align-items: center;
  padding: clamp(24px, 4vh, 38px) 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.3s;
}
.svc-item:hover { padding-left: 12px; }
.svc-item .n { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--wine); }
.svc-item h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(21px, 2.4vw, 30px); line-height: 1.1; letter-spacing: -0.01em; }
.svc-item .svc-desc { color: var(--grey); font-size: 14.5px; line-height: 1.55; }
.svc-item .arrow { justify-self: end; opacity: 0.3; transition: opacity 0.25s, transform 0.25s; }
.svc-item:hover .arrow { opacity: 1; transform: translate(3px, -3px); }
.svc-item:hover h3 { color: var(--wine); }

/* ---------- Diensten detail (dienstenpagina) ---------- */
.svc-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px);
  padding: clamp(52px, 8vh, 96px) 0;
  border-top: 1px solid var(--line);
  align-items: center;
}
.svc-block:nth-child(even) .svc-media { order: 2; }
.svc-block .n { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--wine); display: block; margin-bottom: 10px; }
.svc-block h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.06; letter-spacing: -0.01em; margin-bottom: 18px; }
.svc-block h2 em { font-style: italic; color: var(--wine); }
.svc-block p { color: var(--grey); margin-bottom: 13px; max-width: 50ch; font-size: 15.5px; }
.svc-block p b { color: var(--ink); font-weight: 600; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tags span {
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid var(--line); padding: 7px 13px; color: var(--grey);
}

.img-frame { position: relative; }
.img-frame img { width: 100%; height: auto; filter: saturate(0.94); }
.img-frame::after {
  content: ""; position: absolute; width: 12px; height: 12px; background: var(--wine);
  right: -6px; top: -6px;
}
.img-frame.sq-bl::after { right: auto; top: auto; left: -6px; bottom: -6px; }
.img-frame.portrait { max-width: 420px; }
.img-caption { margin-top: 10px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-l); }

/* ---------- Werkwijze ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-w); border: 1px solid var(--line-w); }
.step { background: var(--ink); padding: clamp(28px, 4vw, 46px); }
.step .num { font-family: var(--serif); font-style: italic; font-size: 34px; color: #C8837F; }
.step h3 { font-family: var(--serif); font-weight: 400; font-size: 22px; margin: 14px 0 8px; }
.step p { color: var(--grey-l); font-size: 14.5px; }

/* ---------- Showreel ---------- */
.reel-title { margin-bottom: clamp(28px, 4vh, 44px); }
.reel { position: relative; aspect-ratio: 16/9; background: #000; overflow: hidden; cursor: pointer; }
.reel .poster { position: absolute; inset: 0; }
.reel .poster img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.reel:hover .poster img { transform: scale(1.015); }
.reel .play {
  position: absolute; inset: 0; margin: auto;
  width: clamp(62px, 6.5vw, 80px); height: clamp(62px, 6.5vw, 80px);
  background: rgba(22,19,15,0.92); border: none; cursor: pointer; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.25s, background 0.25s;
  box-shadow: 0 6px 24px rgba(0,0,0,0.25);
}
.reel:hover .play { transform: scale(1.07); background: var(--wine); }
.reel .play svg path { fill: var(--paper); transition: fill 0.25s; }
.reel:hover .play svg path { fill: #fff; }
.reel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 14px; color: var(--grey-l); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }

/* ---------- Cases ---------- */
.mosaic { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 250px; }
.tile { position: relative; overflow: hidden; background: var(--ink); }
.tile.tall { grid-row: span 2; }
.tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease; filter: saturate(0.95);
}
.tile:hover img { transform: scale(1.04); }
.tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(22,19,15,0.82) 100%);
}
.tile-info { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; color: #fff; }
.tile-info .cat { font-family: var(--micro); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: #E8B9B4; display: block; margin-bottom: 7px; }
.tile-info .name { font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 1.9vw, 24px); line-height: 1.12; letter-spacing: -0.01em; }
.tile-info .soon { display: block; margin-top: 5px; font-size: 11.5px; color: rgba(255,255,255,0.6); }
.tile .sq { position: absolute; top: 16px; right: 16px; width: 8px; height: 8px; background: var(--wine); z-index: 2; opacity: 0; transition: opacity 0.25s; }
.tile:hover .sq { opacity: 1; }

/* Afspeelbare tiles */
.tile[data-video] { cursor: pointer; }
.tile .playb {
  position: absolute; inset: 0; margin: auto; z-index: 3;
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(244,241,235,0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0.85);
  transition: opacity 0.25s, transform 0.25s, background 0.25s;
  pointer-events: none;
}
.tile[data-video]:hover .playb { opacity: 1; transform: scale(1); }
.tile .playb svg { margin-left: 3px; }
.tile[data-video]:hover .playb { background: var(--wine); }
.tile[data-video]:hover .playb svg path { fill: #fff; }

/* ---------- Video lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(22,19,15,0.92);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  opacity: 0; pointer-events: none; transition: opacity 0.25s;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox video {
  max-width: min(100%, 1100px); max-height: 84vh;
  background: #000; display: block;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: absolute; top: 22px; right: 26px;
  background: none; border: none; color: #fff; cursor: pointer;
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 10px;
  display: flex; align-items: center; gap: 10px;
}
.lightbox-close:hover { color: #D9A19C; }
.lightbox-label {
  position: absolute; bottom: 22px; left: 26px; color: rgba(255,255,255,0.75);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}

/* ---------- Statement ---------- */
.statement {
  text-align: center;
  font-size: clamp(26px, 3.8vw, 50px);
  max-width: 26ch; margin: 0 auto;
  color: var(--paper); line-height: 1.22;
}
.statement em { color: #C8837F; }
.statement-sq { width: 8px; height: 8px; background: var(--wine); margin: 0 auto clamp(22px, 3.5vh, 36px); }

/* ---------- CTA band: overal identiek ---------- */
.cta-band { background: var(--wine-deep); color: var(--paper); }
.cta-band .overline { color: rgba(244,241,235,0.7); }
.cta-title { font-size: clamp(38px, 5.6vw, 78px); color: var(--paper); }
.cta-title em { color: #D9A19C; }
.cta-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-top: 30px; }
.cta-row p { max-width: 46ch; color: rgba(244,241,235,0.82); font-size: 15.5px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(44px, 6vw, 96px); align-items: start; }
.contact-list { border-top: 1px solid var(--line); }
.contact-item {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; border-bottom: 1px solid var(--line);
  font-family: var(--serif); font-size: clamp(18px, 1.9vw, 23px); font-weight: 400;
  transition: color 0.2s, padding-left 0.25s;
}
a.contact-item:hover { color: var(--wine); padding-left: 8px; }
.contact-item small { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--grey-l); }
.chat-card { border: 1px solid var(--ink); background: #FDFCFA; position: relative; }
.chat-card::after { content: ""; position: absolute; right: -7px; bottom: -7px; width: 14px; height: 14px; background: var(--wine); z-index: -1; }
.chat-head {
  display: flex; align-items: center; gap: 11px;
  padding: 15px 22px; border-bottom: 1px solid var(--ink);
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
}
.chat-head .pulse { width: 7px; height: 7px; background: var(--wine); border-radius: 50%; animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.chat-body { padding: 8px; min-height: 620px; }
.chat-body zapier-interfaces-chatbot-embed { display: block; width: 100%; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--paper); padding: clamp(56px, 8vh, 88px) 0 32px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 52px; }
.footer-logo img { height: 22px; }
.footer-tag { margin-top: 13px; font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--grey-l); }
.footer-tag b { color: #C8837F; font-weight: 400; }
.footer-cols { display: flex; gap: clamp(44px, 7vw, 104px); flex-wrap: wrap; }
.footer-col h4 { font-size: 10px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey-l); margin-bottom: 15px; }
.footer-col a { display: block; padding: 4px 0; font-size: 14.5px; transition: color 0.2s; }
.footer-col a:hover { color: #C8837F; }
.footer-bottom {
  border-top: 1px solid var(--line-w); padding-top: 22px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--grey-l);
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav-links {
    display: none;
    position: fixed; inset: 0; z-index: 205;
    background: var(--paper);
    flex-direction: column; justify-content: center; align-items: flex-start;
    gap: 6px; padding: 0 var(--pad);
  }
  .nav.menu-open .nav-links { display: flex; }
  .nav-links a { font-family: var(--serif); font-size: clamp(30px, 8vw, 42px); letter-spacing: -0.01em; text-transform: none; padding: 8px 0; color: var(--ink); }
  .nav-links a.active::after { display: none; }
  .nav-cta { display: none; }
  .burger { display: block; }
  .svc-item { grid-template-columns: 44px 1fr 26px; }
  .svc-item .svc-desc { display: none; }
  .svc-block { grid-template-columns: 1fr; }
  .svc-block:nth-child(even) .svc-media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .scroll-hint { display: none; }
  .intro-kicker .overline:last-child { display: none; }
}
@media (max-width: 600px) {
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .tile.tall { grid-row: span 1; }
  .vhero-bottom { flex-direction: column; align-items: flex-start; }
  .chat-body { min-height: 540px; }
}

/* ---------- Intro (home) ---------- */
.intro-kicker { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: clamp(32px, 5vh, 56px); }
.intro-statement { font-size: clamp(32px, 5vw, 66px); max-width: 21ch; line-height: 1.12; }
.intro-cols {
  margin-top: clamp(36px, 6vh, 68px);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.intro-cols p { color: var(--grey); max-width: 52ch; font-size: 16px; }
.intro-cols p b { color: var(--ink); font-weight: 600; }
@media (max-width: 960px) { .intro-cols { grid-template-columns: 1fr; } }
