/* ===================================================================
   kursiv. — Home v3  ·  Premium Agency
   Fotografie · Lila-Akzent · Dark Drama · Outline-Zahlen · Scroll-FX
=================================================================== */

:root {
  --lila: #7c5cf0;
  --lila-soft: #ede9ff;
  --black: #0c0c0e;
  --hair: #e6e5e1;
}

html { scroll-behavior: smooth; }
/* Lenis */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

/* ---------- Scroll progress bar ---------- */
.progressbar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--lila), #b9a6ff);
  z-index: 200; transition: width 0.1s linear;
}

/* ---------- Custom cursor ---------- */
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 300; mix-blend-mode: difference; will-change: transform; }
.cursor { width: 34px; height: 34px; border: 1.5px solid #fff; margin: -17px 0 0 -17px; transition: width .25s var(--ease), height .25s var(--ease), margin .25s var(--ease), background .25s var(--ease); }
.cursor-dot { width: 6px; height: 6px; background: #fff; margin: -3px 0 0 -3px; }
.cursor.is-hover { width: 60px; height: 60px; margin: -30px 0 0 -30px; background: rgba(255,255,255,0.12); }
@media (hover: none) { .cursor, .cursor-dot { display: none; } }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal][data-d="1"] { transition-delay: .08s; }
[data-reveal][data-d="2"] { transition-delay: .16s; }
[data-reveal][data-d="3"] { transition-delay: .24s; }
[data-reveal][data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ---------- shared bits ---------- */
.eyebrow2 { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lila); }
.ital { font-style: italic; color: var(--lila); }
.btn .ar { display: inline-block; transition: transform .4s var(--ease); }
.btn:hover .ar { transform: translate(3px,-3px); }
.linkarrow { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; font-size: 0.95rem; }
.linkarrow .line { width: 40px; height: 1.5px; background: currentColor; transition: width .35s var(--ease); }
.linkarrow:hover .line { width: 64px; }

/* rotating badge */
.badge { position: relative; width: 116px; height: 116px; }
.badge svg { width: 100%; height: 100%; animation: spin 16s linear infinite; }
.badge svg text { font-size: 11.6px; font-weight: 600; letter-spacing: 2.4px; fill: currentColor; text-transform: uppercase; }
.badge .ico { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.badge .ico span { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid currentColor; display: flex; align-items: center; justify-content: center; font-size: 14px; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce){ .badge svg { animation: none; } }

/* ===================================================================
   HERO
=================================================================== */
.hero { position: relative; overflow: hidden; min-height: clamp(620px, 90vh, 920px); display: flex; align-items: center; }
.hero__media {
  position: absolute; right: 0; top: 0; width: 53%; height: 100%;
  z-index: 0; overflow: hidden;
}
.hero__media img { width: 100%; height: 116%; object-fit: cover; will-change: transform; }
.hero__media::before { content:""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(248,248,246,0) 28%); z-index: 2; }
.hero__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--lila); filter: blur(90px); opacity: .42; right: 30%; top: 6%; z-index: 1; }
.hero__line { position: absolute; right: 2%; top: 8%; width: 360px; height: 360px; z-index: 3; pointer-events: none; overflow: visible; }
.hero__line path { fill: none; stroke: var(--lila); stroke-width: 2; stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw2 2.2s var(--ease) .5s forwards; }
@keyframes draw2 { to { stroke-dashoffset: 0; } }
.hero__badge { position: absolute; right: 4%; bottom: 9%; z-index: 4; color: var(--ink); }

.hero__inner { position: relative; z-index: 5; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); width: 100%; }
.hero__copy { max-width: 660px; }
.hero h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -0.04em; margin: 22px 0 0; }
.hero__sub { margin-top: 26px; max-width: 420px; color: var(--grey-600); font-size: clamp(1rem,1.25vw,1.18rem); line-height: 1.55; }
.hero__cta { display: flex; align-items: center; gap: 28px; margin-top: 38px; flex-wrap: wrap; }

/* ===================================================================
   CLIENTS
=================================================================== */
.clients2 { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: clamp(26px,3.4vh,40px) var(--gutter); }
.clients2 .lab { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-400); margin-bottom: 22px; }
.clients2 .row { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.clients2 .row a { font-weight: 700; font-size: clamp(1rem,1.5vw,1.35rem); letter-spacing: -0.01em; color: var(--ink); opacity: .72; transition: opacity .25s var(--ease); white-space: nowrap; }
.clients2 .row a:hover { opacity: 1; }

/* ===================================================================
   CHAOS → KLARHEIT  (Vergleichs-Hero)
=================================================================== */
.cklar { position: relative; background: var(--paper); --pos: 50%; padding-top: 92px; }
.cklar__stage { position: relative; height: clamp(560px, 82vh, 860px); overflow: hidden; border-bottom: 1px solid var(--hair); }
.cklar__chaos, .cklar__klar { position: absolute; inset: 0; overflow: hidden; }
.cklar__chaos { background: #f0efec; }
.cklar__klar { background: var(--paper); clip-path: inset(0 0 0 var(--pos)); }
.cklar__bgword { position: absolute; bottom: -2%; font-family: var(--f-display); font-weight: 800; font-size: clamp(5rem, 16vw, 16rem); letter-spacing: -0.05em; line-height: 1; pointer-events: none; user-select: none; }
.cklar__chaos .cklar__bgword { left: 4%; color: rgba(17,16,20,.06); }
.cklar__klar .cklar__bgword { right: 6%; color: rgba(124,92,240,.14); }
.cklar__tag { position: absolute; top: 30px; z-index: 6; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; padding: 7px 14px; border-radius: 6px; }
.tag--v { left: var(--gutter); color: var(--grey-600); border: 1px solid var(--hair); background: var(--paper); }
.tag--n { right: var(--gutter); color: var(--lila); border: 1px solid var(--lila); }

/* chaos collage */
.ch { position: absolute; z-index: 3; }
.ch--dark { background: #15151a; color: #fff; padding: 16px 18px; border-radius: 12px; font-weight: 800; font-size: 1rem; line-height: 1.1; box-shadow: 0 16px 30px -16px rgba(0,0,0,.4); }
.ch--head { font-family: var(--f-display); font-weight: 900; font-size: clamp(1.6rem,2.6vw,2.4rem); line-height: .95; color: #15151a; max-width: 260px; }
.ch--btn { background: var(--lila); color: #fff; padding: 11px 18px; border-radius: 8px; font-weight: 700; font-size: .85rem; box-shadow: 0 12px 24px -12px rgba(124,92,240,.6); }
.ch--sticky { background: #ffe14d; color: #15151a; padding: 18px; border-radius: 4px; font-weight: 800; font-size: 1.1rem; line-height: 1.05; box-shadow: 0 14px 26px -14px rgba(0,0,0,.3); }
.ch--img { width: 140px; height: 110px; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 34px -18px rgba(0,0,0,.5); }
.ch--list { background: #fff; padding: 16px 18px; border-radius: 10px; font-size: .8rem; color: #444; box-shadow: 0 16px 30px -18px rgba(0,0,0,.3); width: 150px; }
.ch--list b { display: block; font-size: .95rem; color: #15151a; margin-bottom: 8px; }
.ch--list span { display: flex; justify-content: space-between; padding: 3px 0; border-top: 1px solid #eee; }
.ch--form { background: #15151a; color: #fff; padding: 16px; border-radius: 10px; width: 160px; box-shadow: 0 18px 34px -18px rgba(0,0,0,.5); }
.ch--form .ttl { font-weight: 700; font-size: .85rem; margin-bottom: 10px; }
.ch--form .inp { height: 10px; background: #2c2c33; border-radius: 3px; margin-bottom: 8px; }
.ch--form .sub { height: 22px; background: var(--lila); border-radius: 5px; margin-top: 4px; }
.ch--stars { font-size: 1.2rem; color: #ffb020; letter-spacing: 2px; background: #fff; padding: 8px 12px; border-radius: 8px; box-shadow: 0 12px 22px -14px rgba(0,0,0,.3); }
.ch--stars i { color: #ddd; }
.ch--scribble { position: absolute; z-index: 2; pointer-events: none; }
.ch--scribble path { fill: none; stroke: rgba(17,16,20,.4); stroke-width: 1.4; }

/* klarheit content */
.klar__copy { position: absolute; left: 56%; top: 16%; z-index: 5; max-width: 400px; }
.klar__copy h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem, 3.8vw, 3.8rem); line-height: 1.02; letter-spacing: -0.04em; }
.klar__copy p { margin-top: 22px; color: var(--grey-600); font-size: clamp(1rem,1.15vw,1.15rem); line-height: 1.55; max-width: 340px; }
.klar__copy .linkarrow { margin-top: 26px; color: var(--lila); }
.klar__mock { position: absolute; left: 55%; right: -8%; bottom: 8%; z-index: 4; background: #fff; border-radius: 14px; box-shadow: 0 50px 90px -40px rgba(0,0,0,.35); overflow: hidden; border: 1px solid var(--hair); }
.klar__mock .bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--hair); font-size: .82rem; }
.klar__mock .bar .mn { color: var(--grey-600); }
.klar__mock .body { display: grid; grid-template-columns: 1fr 1fr; }
.klar__mock .txt { padding: 26px 22px; }
.klar__mock .txt h3 { font-family: var(--f-display); font-weight: 800; font-size: 1.7rem; letter-spacing: -0.03em; }
.klar__mock .txt p { margin-top: 8px; color: var(--grey-600); font-size: .82rem; line-height: 1.45; }
.klar__mock .txt .pa { margin-top: 18px; font-size: .8rem; font-weight: 600; display: inline-flex; gap: 8px; }
.klar__mock .img { background-size: cover; background-position: center; min-height: 170px; }

/* divider handle */
.cklar__handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: var(--ink); transform: translateX(-1px); z-index: 15; cursor: ew-resize; touch-action: none; }
.cklar__handle .grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--ink); display: flex; align-items: center; justify-content: center; gap: 3px; box-shadow: 0 8px 20px -6px rgba(0,0,0,.25); }
.cklar__handle .grip i { width: 2px; height: 14px; background: var(--ink); border-radius: 2px; }

.cklar__cue { max-width: var(--maxw); margin: 0 auto; padding: 26px var(--gutter); display: flex; align-items: center; gap: 14px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-400); }
.cklar__cue .dn { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--hair); display: inline-flex; align-items: center; justify-content: center; }

@media (max-width: 860px) {
  .cklar__stage { height: auto; display: grid; grid-template-columns: 1fr; }
  .cklar__klar { position: relative; clip-path: none; }
  .cklar__chaos { position: relative; height: 420px; }
  .cklar__handle { display: none; }
  .klar__copy { position: relative; left: 0; top: 0; padding: 40px var(--gutter) 0; max-width: none; }
  .klar__mock { position: relative; left: 0; right: 0; bottom: 0; margin: 24px var(--gutter) 40px; }
  .cklar__klar .cklar__bgword { display: none; }
}

/* ===================================================================
   INTRO (hell)
=================================================================== */
.statement { position: relative; background: var(--paper); color: var(--ink); padding: clamp(80px,15vh,170px) var(--gutter) clamp(40px,6vh,70px); }
.statement__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: start; }
.statement h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem,5vw,4.4rem); line-height: 1.04; letter-spacing: -0.04em; }
.statement .right { color: var(--grey-600); font-size: 1.05rem; line-height: 1.6; padding-top: 8px; }
.statement .right .linkarrow { margin-top: 22px; color: var(--lila); }

/* ===================================================================
   SERVICES
=================================================================== */
.services2 { max-width: var(--maxw); margin: 0 auto; padding: clamp(70px,12vh,140px) var(--gutter); display: grid; grid-template-columns: 0.9fr 2.4fr; gap: clamp(30px,5vw,80px); }
.services2__head h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem,3.2vw,2.8rem); line-height: 1.05; letter-spacing: -0.035em; }
.services2__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.srv { padding: 6px 22px 6px 0; }
.srv + .srv { border-left: 1px solid var(--hair); padding-left: 22px; }
.srv .n { font-size: 0.8rem; font-weight: 700; color: var(--lila); }
.srv h3 { font-size: clamp(1.15rem,1.6vw,1.45rem); font-weight: 700; letter-spacing: -0.02em; margin: 14px 0 10px; }
.srv p { color: var(--grey-600); font-size: 0.92rem; line-height: 1.5; }
.srv .ar { display: inline-block; margin-top: 20px; color: var(--lila); font-size: 1.2rem; transition: transform .35s var(--ease); }
.srv:hover .ar { transform: translateX(6px); }

/* ===================================================================
   SHOWCASE (dark, laptop + streak, slider)
=================================================================== */
.showcase { position: relative; overflow: hidden; background: #efeeea; color: var(--ink); padding: clamp(60px,10vh,110px) var(--gutter); }
.showcase__inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.4fr; gap: clamp(30px,5vw,70px); align-items: center; }
.showcase .eyebrow2 { color: var(--lila); }
.showcase h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem,4.4vw,3.6rem); line-height: 1.0; letter-spacing: -0.04em; }
.showcase .meta-line { margin-top: 18px; color: var(--grey-600); font-size: 1.05rem; line-height: 1.5; }
.showcase__top { position: absolute; top: clamp(30px,5vh,60px); right: var(--gutter); z-index: 3; display: flex; gap: 12px; }
.showcase .nav-arrows { display: flex; gap: 12px; }
.showcase .nav-arrows button { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--hair); background: var(--paper); color: var(--ink); font-size: 1.1rem; cursor: pointer; transition: background .3s var(--ease), color .3s, border-color .3s; }
.showcase .nav-arrows button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.streak { position: absolute; width: 70%; height: 55%; right: -8%; top: 24%; background: radial-gradient(closest-side, rgba(124,92,240,.28), transparent 70%); filter: blur(50px); z-index: 1; }
.laptop { position: relative; z-index: 2; perspective: 1500px; }
.laptop__screen { border-radius: 14px 14px 0 0; overflow: hidden; border: 10px solid #15151a; border-bottom: 0; box-shadow: 0 50px 90px -34px rgba(0,0,0,.45); }
.laptop__screen img { width: 100%; display: block; }
.laptop__base { height: 18px; background: linear-gradient(#d9d9dc,#b7b7bd); border-radius: 0 0 18px 18px; }
.laptop__base::after { content:""; display:block; width: 14%; height: 5px; margin: 0 auto; background: #9a9aa0; border-radius: 0 0 6px 6px; }
.slide-cap { margin-top: 22px; display: flex; justify-content: space-between; align-items: baseline; color: var(--grey-600); font-size: 0.9rem; }
.slide-cap b { color: var(--ink); font-size: 1.05rem; }

/* ===================================================================
   PROCESS
=================================================================== */
.process2 { max-width: var(--maxw); margin: 0 auto; padding: clamp(70px,12vh,130px) var(--gutter); }
.process2 .lab { margin-bottom: 50px; }
.process2__track { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; }
.process2__line { position: absolute; top: 6px; left: 0; height: 2px; background: var(--hair); width: 100%; }
.process2__line i { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--lila); transition: width 1.4s var(--ease); }
.pstep { position: relative; padding-top: 26px; }
.pstep::before { content:""; position: absolute; top: 0; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--paper); border: 2px solid var(--hair); transition: border-color .4s var(--ease), background .4s; }
.pstep.lit::before { border-color: var(--lila); background: var(--lila); }
.pstep .n { font-size: 0.78rem; font-weight: 700; color: var(--lila); }
.pstep h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; margin: 8px 0 8px; }
.pstep p { color: var(--grey-600); font-size: 0.92rem; line-height: 1.5; }

/* ===================================================================
   WHY US (dark split + photo + checklist + badge)
=================================================================== */
.whyus { background: var(--black); color: var(--paper); }
.whyus__grid { display: grid; grid-template-columns: 1fr 1fr; }
.whyus__photo { position: relative; min-height: 520px; overflow: hidden; }
.whyus__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; will-change: transform; }
.whyus__photo::after { content:""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent, rgba(12,12,14,.5)); }
.whyus__body { padding: clamp(50px,9vh,110px) clamp(30px,5vw,80px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.whyus__body h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem,3.4vw,3rem); line-height: 1.08; letter-spacing: -0.035em; }
.checks { list-style: none; margin: 34px 0 0; padding: 0; }
.checks li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--grey-400); }
.checks li b { color: var(--paper); font-weight: 500; }
.checks .ck { width: 22px; height: 22px; border-radius: 50%; background: var(--lila); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex: none; }
.whyus__badge { position: absolute; right: clamp(20px,4vw,60px); bottom: clamp(20px,4vw,60px); color: var(--paper); opacity: .85; }

/* ===================================================================
   STATS (count up)
=================================================================== */
.stats2 { background: var(--paper); color: var(--ink); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: clamp(56px,9vh,110px) var(--gutter); }
.stats2__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr; gap: 30px; align-items: center; }
.stats2__h h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem,3.4vw,2.8rem); line-height: 1; letter-spacing: -0.04em; }
.stat { text-align: left; }
.stat .num { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.4rem,4.6vw,3.8rem); letter-spacing: -0.04em; color: var(--lila); line-height: 1; }
.stat .lbl { margin-top: 12px; color: var(--grey-600); font-size: 0.9rem; }
.stats2__grid > .stat + .stat { padding-left: 30px; border-left: 1px solid var(--hair); }

/* APPROACH (hell) */
.whyus { background: var(--paper); color: var(--ink); border-top: 1px solid var(--hair); }
.whyus__grid { display: grid; grid-template-columns: 1fr 1fr; }
.whyus__photo { position: relative; min-height: 480px; overflow: hidden; }
.whyus__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.whyus__body { padding: clamp(50px,9vh,110px) clamp(30px,5vw,80px); display: flex; flex-direction: column; justify-content: center; }
.whyus__body h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem,3.4vw,3rem); line-height: 1.06; letter-spacing: -0.035em; }
.whyus__body h2 .ital { color: var(--lila); }
.checks { list-style: none; margin: 32px 0 0; padding: 0; }
.checks li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--hair); color: var(--ink); }
.checks .ck { width: 22px; height: 22px; border-radius: 50%; background: var(--lila); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex: none; }
.whyus__body .linkarrow { margin-top: 30px; color: var(--lila); }

/* MARQUEE band */
.mqr { background: var(--ink); color: var(--paper); padding: 24px 0; overflow: hidden; }
.mqr__t { display: flex; white-space: nowrap; width: max-content; animation: mqr 30s linear infinite; }
.mqr__t span { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.5rem,3vw,2.4rem); letter-spacing: -0.02em; padding: 0 26px; }
.mqr__t .s { color: var(--lila); }
@keyframes mqr { to { transform: translateX(-50%); } }

/* TESTIMONIALS */
.tst { max-width: var(--maxw); margin: 0 auto; padding: clamp(70px,12vh,140px) var(--gutter); }
.tst__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.tst__head h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem,3.6vw,2.8rem); letter-spacing: -0.035em; }
.tst__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.tcard { border: 1px solid var(--hair); border-radius: 18px; padding: clamp(26px,2.6vw,38px); background: var(--white); }
.tcard .qm { font-family: var(--f-display); font-weight: 800; font-size: 2.4rem; line-height: .5; color: var(--lila); }
.tcard p { margin-top: 20px; font-size: 1.02rem; line-height: 1.5; letter-spacing: -0.01em; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.tcard .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.tcard .who b { display: block; font-size: .92rem; }
.tcard .who span { color: var(--grey-400); font-size: .82rem; }

/* BIG QUOTE statement */
.bq { background: var(--lila); color: #fff; padding: clamp(80px,16vh,180px) var(--gutter); text-align: center; }
.bq__in { max-width: 1000px; margin: 0 auto; }
.bq h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem,5.5vw,4.6rem); line-height: 1.05; letter-spacing: -0.04em; }
.bq cite { display: block; margin-top: 28px; font-style: normal; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,.7); }

/* FAQ */
.faq { max-width: 900px; margin: 0 auto; padding: clamp(70px,12vh,140px) var(--gutter); }
.faq__head { text-align: center; margin-bottom: 46px; }
.faq__head h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem,3.6vw,2.8rem); letter-spacing: -0.035em; }
.fitem { border-top: 1px solid var(--hair); }
.fitem:last-child { border-bottom: 1px solid var(--hair); }
.fitem summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--f-display); font-weight: 700; font-size: clamp(1.05rem,1.8vw,1.4rem); letter-spacing: -0.02em; }
.fitem summary::-webkit-details-marker { display: none; }
.fitem summary .pm { width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1.5px solid var(--ink); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: transform .35s var(--ease), background .3s, color .3s; }
.fitem[open] summary .pm { transform: rotate(45deg); background: var(--lila); color: #fff; border-color: var(--lila); }
.fitem p { color: var(--grey-600); line-height: 1.6; padding: 0 0 26px; max-width: 70ch; }

/* ===================================================================
   INSIGHTS
=================================================================== */
.insights2 { max-width: var(--maxw); margin: 0 auto; padding: clamp(70px,12vh,130px) var(--gutter); }
.insights2__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 40px; }
.insights2__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.ins { display: block; text-decoration: none; }
.ins__media { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; position: relative; background: var(--grey-200); }
.ins__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ins:hover .ins__media img { transform: scale(1.06); }
.ins__media .tag { position: absolute; left: 12px; top: 12px; z-index: 2; background: var(--paper); color: var(--ink); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 10px; border-radius: 100px; }
.ins h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; margin: 16px 0 10px; }
.ins .meta { display: flex; justify-content: space-between; color: var(--grey-400); font-size: 0.82rem; }

/* ===================================================================
   FINAL CTA
=================================================================== */
.cta2 { position: relative; overflow: hidden; max-width: var(--maxw); margin: 0 auto; padding: clamp(70px,13vh,150px) var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; border-top: 1px solid var(--hair); }
.cta2 h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.4rem,6vw,5rem); line-height: 1; letter-spacing: -0.045em; }
.cta2 p { color: var(--grey-600); font-size: 1.1rem; line-height: 1.6; max-width: 42ch; }
.cta2 .actions { margin-top: 30px; }
.cta2 .glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: var(--lila); filter: blur(90px); opacity: .3; right: -8%; bottom: -30%; z-index: 0; }
.cta2 > * { position: relative; z-index: 1; }

/* ===================================================================
   FOOTER refined
=================================================================== */
.foot { background: var(--paper); border-top: 1px solid var(--hair); }
.foot__top { max-width: var(--maxw); margin: 0 auto; padding: clamp(50px,8vh,80px) var(--gutter) 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 30px; }
.foot__brand p { margin-top: 16px; color: var(--grey-600); max-width: 24ch; font-size: 0.95rem; }
.foot__brand .social { display: flex; gap: 12px; margin-top: 22px; }
.foot__brand .social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--hair); display: flex; align-items: center; justify-content: center; color: var(--ink); transition: background .25s var(--ease), color .25s, border-color .25s; }
.foot__brand .social a:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.foot__col .h { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-400); margin-bottom: 16px; }
.foot__col a { display: block; color: var(--grey-600); padding: 6px 0; transition: color .2s var(--ease); }
.foot__col a:hover { color: var(--ink); }
.foot__ask .h { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-400); margin-bottom: 12px; }
.foot__ask a.mail { font-size: 1.05rem; font-weight: 600; color: var(--lila); }
.foot__ask .askbtn { margin-top: 16px; width: 54px; height: 54px; border-radius: 50%; background: var(--lila); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: transform .4s var(--ease); }
.foot__ask .askbtn:hover { transform: translate(3px,-3px); }
.foot__bottom { max-width: var(--maxw); margin: 0 auto; padding: 22px var(--gutter); border-top: 1px solid var(--hair); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--grey-400); }

/* ===================================================================
   Responsive
=================================================================== */
@media (max-width: 980px) {
  .hero { min-height: auto; padding: 40px 0 0; }
  .hero__media { position: relative; width: 100%; height: 300px; margin-top: 30px; }
  .hero__media::before { background: linear-gradient(0deg, var(--paper), transparent 40%); }
  .hero__inner { order: -1; }
  .hero__badge, .hero__line { display: none; }
  .statement__inner, .services2, .showcase__inner, .whyus__grid, .cta2 { grid-template-columns: 1fr; }
  .services2__grid { grid-template-columns: repeat(2,1fr); gap: 30px; }
  .srv + .srv { border-left: 0; padding-left: 0; }
  .process2__track { grid-template-columns: 1fr 1fr; gap: 30px; }
  .process2__line { display: none; }
  .stats2__grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .stats2__grid > .stat + .stat { border-left: 0; padding-left: 0; }
  .stats2__grid .stat:nth-child(even) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.08); }
  .insights2__grid { grid-template-columns: 1fr 1fr; }
  .bignum { font-size: 30vh; opacity: .6; }
  .foot__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .insights2__grid { grid-template-columns: 1fr; } .services2__grid { grid-template-columns: 1fr; } }
