/* ============================================================
   JAMI & CORP — EDITION 03.5 · Pages
   Scrolling-video feel: pinned scenes, title cards, collage.
   ============================================================ */

/* Descender clearance: tight display leading (line-height 0.8-0.9) inside
   overflow-hidden reveals and bordered cards was cropping g/j/y/p. Reserve a
   little room below the baseline and lift the clip so descenders never cut. */
h1, h2, h3, .it, .lax__word, .sys-stage__word, .titlecard h2, .tik__word,
.masthead h1, .solhero h1, .cs-hero__head h1, .shape h4, .stamp-row h3,
.iss-card h3, .cs-badge h3, .cs-quote p, .facts2__num, .checker__num,
.sys-stage__line { padding-bottom: 0.08em; }
[data-fx="maskline"] { padding-bottom: 0.12em; }

/* ============ INDEX · TRAIL HERO ============ */
.lax { position: relative; height: 100svh; overflow: hidden; background: var(--night); }
.lax__gl { position: absolute; inset: 0; }
.lax__gl canvas { width: 100%; height: 100%; display: block; }
.lax__word { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  z-index: 2; pointer-events: none; text-align: center; width: 94vw;
  font-family: 'Chillax', var(--f-disp); font-weight: 300; font-size: clamp(2.6rem, 8vw, 7.6rem);
  line-height: 1.02; letter-spacing: -0.01em; mix-blend-mode: difference; color: var(--paper); }
.lax__word .it { display: block; margin-top: 1.1rem; font-family: var(--f-mono); font-weight: 400;
  font-size: clamp(0.6rem, 0.9vw, 0.78rem); letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--paper-70); }
.lax__rule { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  display: flex; align-items: center; gap: 1.4rem; padding: 1.1rem var(--gut);
  font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.1rem, 2.4vw, 2rem); }
.lax__line { flex: 1; height: 2px; background: var(--paper-45); position: relative; }
.lax__line i { position: absolute; top: 50%; left: 0; width: 12px; height: 12px; margin: -6px 0 0 -6px;
  background: var(--blue); border-radius: 50%; }
.lax__file { position: absolute; right: var(--gut); bottom: 5rem; z-index: 3; width: 158px;
  border: 1.5px solid var(--paper-45); background: var(--night); padding: 0.7rem;
  transition: transform var(--fast) var(--ease-out), border-color var(--ui) var(--ease-out); }
@media (hover: hover) { .lax__file:hover { border-color: var(--paper); } }
.lax__file:active { transform: scale(0.97); }
.lax__file .mono { display: block; margin-bottom: 0.55rem; text-transform: uppercase; letter-spacing: 0.16em; }
.lax__file .chip { display: block; height: 60px; background: var(--blue); position: relative;
  transition: background 0.4s var(--ease-out); }
.lax__file .chip::after { content: "→"; position: absolute; right: 0.5rem; bottom: 0.2rem;
  color: var(--paper); font-family: var(--f-mono); }

/* ============ SHARED · ARCH ORNAMENT ============ */
.arch { display: inline-block; width: 0.9em; height: 0.9em; vertical-align: -0.08em; }
.arch path { stroke: var(--earth); stroke-width: 6; fill: none; stroke-linecap: round; }
.arch circle { fill: var(--earth); }

/* ============ SHARED · INK TITLE CARD ============ */
.titlecard { background: var(--ink); overflow: hidden; padding: clamp(1.8rem, 4.5vw, 4rem) 0; }
.titlecard h2 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(4rem, 16vw, 17rem);
  line-height: 0.8; letter-spacing: -0.02em; text-align: center; white-space: nowrap; will-change: transform; }
.titlecard h2 i { font-style: normal; color: transparent; -webkit-text-stroke: 2px var(--paper-45); }

/* ============ INDEX · STATEMENT (orb + strike) ============ */
.statement { overflow: hidden; position: relative; }
.statement .orb { position: absolute; right: 7%; top: 12%; width: clamp(120px, 20vw, 260px); aspect-ratio: 1; }
.statement .orb .sweep { transform-origin: 50% 50%; animation: orb-sweep 7s linear infinite; }
@keyframes orb-sweep { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .statement .orb .sweep { animation: none; } }
.statement h2 { font-family: var(--f-disp); font-weight: 400; font-size: var(--t-mega);
  line-height: 0.9; letter-spacing: -0.02em; position: relative; z-index: 1; }
.statement .row2 { display: flex; justify-content: flex-end; }
[data-fx="strike"] { position: relative; display: inline-block; }
.strike-line { position: absolute; left: -2%; top: 52%; width: 104%; height: 0.09em;
  background: var(--earth); transform: scaleX(0); transform-origin: 0 50%; }

/* ============ INDEX · CHECKER (blue trimmed) ============ */
.checker { background: var(--panel); }
.checker__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: var(--rule); }
.checker__cell { border-right: var(--rule); padding: clamp(1.6rem, 3vw, 3rem) clamp(1rem, 2vw, 2rem);
  position: relative; min-height: clamp(200px, 28vw, 320px); display: flex; flex-direction: column;
  justify-content: flex-end; overflow: hidden; }
.checker__tiles { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr); z-index: 0; pointer-events: none; }
.checker__tiles i { background: var(--paper); opacity: 0; }
.checker__num { font-family: var(--f-disp); font-weight: 400; font-size: clamp(3.6rem, 8vw, 7.5rem);
  line-height: 0.85; position: relative; z-index: 1; }
.checker__cell .sub { position: relative; z-index: 1; margin-top: 0.6rem; font-family: var(--f-mono);
  font-size: var(--t-label); text-transform: uppercase; letter-spacing: 0.18em; color: var(--paper-45); }
.checker__note { padding: 1.4rem var(--gut) 0; font-family: var(--f-mono); font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-45); }
@media (max-width: 860px) { .checker__grid { grid-template-columns: 1fr 1fr; border-top: var(--rule); } }

/* ============ INDEX · SYSTEM MORPH SCENE (pinned) ============ */
.sys-scene { position: relative; }
.sys-stage { height: 100svh; position: sticky; top: 0; display: grid; place-items: center; overflow: hidden; }
.sys-stage__word { font-family: var(--f-disp); font-weight: 400; font-size: clamp(4rem, 17vw, 18rem);
  line-height: 0.85; letter-spacing: -0.02em; }
.sys-stage__word i { font-style: normal; color: var(--blue-hi); }
.sys-stage__line { position: absolute; left: var(--gut); bottom: 16vh; max-width: 26ch;
  font-size: clamp(1rem, 1.8vw, 1.4rem); color: var(--paper-70); }
.sys-stage__items { position: absolute; right: var(--gut); bottom: 16vh; text-align: right; }
.sys-stage__items li { font-family: var(--f-mono); font-size: var(--t-label); color: var(--paper-45); padding: 0.3em 0; }
.sys-stage__no { position: absolute; right: var(--gut); top: 16vh; font-family: var(--f-disp);
  font-weight: 400; font-size: clamp(2rem, 5vw, 4.4rem); color: transparent;
  -webkit-text-stroke: 1.5px var(--paper-20); line-height: 0.9; }
.sys-steps { height: 320vh; }

/* ============ INDEX · CLIENT COLLAGE (portrait + tiles) ============ */
.collage { padding-block: var(--band); }
.collage__stage { position: relative; height: clamp(460px, 82vh, 760px); overflow: visible; }
.collage__cut { position: absolute; left: 50%; top: 50%; width: clamp(240px, 30vw, 400px);
  transform: translate(-50%, -50%); z-index: 1; }
.collage__cut img { width: 100%; }
.ctile { position: absolute; left: 50%; top: 50%; margin: calc(clamp(44px,5.4vw,74px) / -2); z-index: 2; width: clamp(44px, 5.4vw, 74px); text-align: center;
  will-change: transform; }
.ctile img, .ctile canvas { width: 100%; aspect-ratio: 1; object-fit: cover;
  box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.8); }
.ctile figcaption { margin-top: 0.45rem; font-family: var(--f-mono); font-size: 0.55rem;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--paper-45); white-space: nowrap; }
.collage__marq { border-block: var(--rule); padding: 0.9rem 0; margin-top: 2rem; }
.collage__marq span { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1rem, 2vw, 1.6rem);
  color: var(--paper-70); padding-right: 2.2rem; }

/* ============ INDEX · METHOD TYPEWRITER SCENE (pinned) ============ */
.mth-scene { position: relative; background: var(--panel); }
.mth-stage { height: 100svh; position: sticky; top: 0; display: grid; place-items: center; overflow: hidden; }
.mth-stage__word { font-family: var(--f-disp); font-weight: 400; font-size: clamp(3rem, 12vw, 12rem);
  line-height: 0.85; letter-spacing: -0.01em; text-transform: uppercase; }
.mth-stage__word::after { content: ""; display: inline-block; width: 0.08em; height: 0.8em;
  background: var(--blue); margin-left: 0.06em; vertical-align: -0.04em;
  animation: caret-blink 0.85s steps(1) infinite; }
@keyframes caret-blink { 50% { opacity: 0; } }
.mth-stage__line { position: absolute; left: 50%; transform: translateX(-50%); bottom: 18vh;
  font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.1rem, 2.2vw, 1.8rem);
  color: var(--paper-70); white-space: nowrap; }
.mth-stage__discs { position: absolute; top: 16vh; left: 50%; transform: translateX(-50%);
  display: flex; gap: 1rem; }
.mth-stage__discs .disc { width: 2.6em; height: 2.6em; color: var(--paper-45);
  transition: color 0.3s var(--ease-out), background 0.3s var(--ease-out), border-color 0.3s var(--ease-out); }
.mth-stage__discs .disc.on { background: var(--paper); color: var(--night); border-color: var(--paper); }
.mth-steps { height: 400vh; }

/* ============ ABOUT ============ */
.ribbon { position: relative; height: 100svh; overflow: hidden; display: grid; place-items: center;
  background: var(--night); }
.ribbon__cut { position: relative; z-index: 2; width: clamp(250px, 34vw, 440px); }
.ribbon__cut img { width: 100%; }
.ribbon__band { position: absolute; left: 0; width: 100%; overflow: hidden; pointer-events: none;
  mix-blend-mode: difference; }
.ribbon__band--back { top: 27%; z-index: 1; }
.ribbon__band--front { top: 50%; z-index: 3; }
.ribbon__band .marq__track span { font-family: var(--f-disp); font-weight: 400; color: #fff;
  font-size: clamp(4rem, 13vw, 13rem); line-height: 0.9; letter-spacing: -0.02em; padding-right: 0.5em; }
.ribbon__band--back .marq__track span { font-size: clamp(2.6rem, 8vw, 8rem); opacity: 0.5; }

.story3 { max-width: 940px; }
.story3 p { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.5rem, 3.4vw, 3rem);
  line-height: 1.12; letter-spacing: -0.01em; }
.story3 p + p { margin-top: 1.2em; }
.story3 .redact { background: var(--paper); color: var(--paper);
  transition: color 0.3s var(--ease-out), background 0.3s var(--ease-out); }
@media (hover: hover) { .story3 .redact:hover { background: var(--blue); } }
/* phones have no hover, so the redaction lifts on scroll instead of staying blacked out */
.story3 .redact.is-open { background: var(--blue); }
.story3 .it { color: var(--blue-hi); }

/* about · collage facts band (motion-bank) */
.factband { background: var(--ink); overflow: hidden; }
.factband__row { display: flex; align-items: center; justify-content: center;
  gap: clamp(1.4rem, 4vw, 3.6rem); flex-wrap: wrap; padding-block: clamp(1rem, 3vw, 2rem); }
.factband__plate { width: clamp(130px, 16vw, 220px); will-change: transform; }
.factband__plate:nth-child(odd) { transform: rotate(-3deg); }
.factband__plate:nth-child(even) { transform: rotate(2.4deg); }
.fact { text-align: center; }
.fact .disc { width: 2.8em; height: 2.8em; font-size: 1rem; color: var(--paper); }
.fact figcaption { margin-top: 0.7rem; font-family: var(--f-mono); font-size: var(--t-label);
  text-transform: uppercase; letter-spacing: 0.2em; color: var(--paper-45); }

.stamps { background: var(--panel); }
.stamp-row { display: flex; align-items: baseline; gap: clamp(1.2rem, 3vw, 2.6rem);
  border-top: var(--rule); padding: clamp(1.6rem, 3.6vw, 3rem) 0; }
.stamp-row:last-child { border-bottom: var(--rule); }
.stamp-row h3 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.8rem, 5vw, 4.4rem);
  line-height: 0.94; text-transform: uppercase; }
.stamp-row h3 .it { text-transform: none; color: var(--paper-70); }

.pols__row { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 3.5vw, 3rem); justify-content: center; }
.pol { width: clamp(200px, 23vw, 290px); background: #17171D; border: 1px solid var(--paper-10);
  padding: 0.85rem 0.85rem 1rem; position: relative; will-change: transform; }
.pol:nth-child(1) { transform: rotate(-3.2deg); } .pol:nth-child(2) { transform: rotate(2deg); }
.pol:nth-child(3) { transform: rotate(-1.4deg); }
/* Photo lives in its own clipping box so the parallax overscale stays
   inside the frame instead of spilling over the name below it. */
.pol__ph { display: block; aspect-ratio: 4/5; overflow: hidden; }
.pol img { width: 100%; height: 100%; aspect-ratio: 4/5; object-fit: cover; }
/* The photo is parallaxed with scale(1.16) + yPercent 6 and carries
   will-change:transform, which promotes it into its own layer painted
   above normal-flow siblings. Without a stacking context of its own the
   caption sat underneath the overhanging image and the names vanished. */
.pol figcaption { position: relative; z-index: 1;
  padding-top: 0.85rem; font-family: var(--f-mono); font-size: 0.74rem;
  text-transform: uppercase; letter-spacing: 0.14em;
  display: flex; justify-content: space-between; align-items: baseline; }
.pol figcaption span:first-child { color: var(--paper); font-weight: 600; }
.pol figcaption .blue { color: var(--blue-hi); }

/* ============ SOLUTIONS ============ */
.solhero { min-height: 72svh; display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: clamp(2rem, 6vw, 4rem); }
.solhero h1 { font-family: var(--f-disp); font-weight: 400; font-size: var(--t-mega);
  line-height: 0.86; letter-spacing: -0.02em; }
.solhero h1 .it { font-size: 0.55em; color: var(--paper-70); display: block; margin-top: 0.2em; }

.px-scene { position: relative; }
.px-stage { height: 100svh; position: sticky; top: 0; display: grid; place-items: center; overflow: hidden; }
.px-stage canvas { image-rendering: pixelated; width: min(44vh, 78vw); aspect-ratio: 1; }
.px-stage__title { position: absolute; left: var(--gut); top: 20vh; max-width: 30vw; }
/* service names are set in full, so the display size has to tolerate
   multi-word titles like "Conversion Rate Optimization (CRO)" */
.px-stage__title h3 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.6rem, 3.6vw, 3.4rem);
  line-height: 1.02; letter-spacing: -0.015em; text-wrap: balance; padding-bottom: 0.08em; }
.px-stage__desc { position: absolute; right: var(--gut); top: 20vh; max-width: min(30vw, 30ch);
  text-align: right; font-size: clamp(0.95rem, 1.5vw, 1.25rem); color: var(--paper-70); }
.px-stage__list { position: absolute; right: var(--gut); bottom: 14vh; text-align: right; }
.px-stage__list li { font-family: var(--f-mono); font-size: var(--t-label); color: var(--paper-45); padding: 0.3em 0; }
.px-stage__idx { position: absolute; left: var(--gut); bottom: 14vh; font-family: var(--f-disp);
  font-weight: 400; font-size: clamp(2.4rem, 6vw, 5rem); color: transparent;
  -webkit-text-stroke: 1.5px var(--paper-20); line-height: 0.9; }
.px-steps { height: 900vh; }   /* ~100vh of scroll per service (9 services) */
@media (max-width: 860px) {
  .px-stage__title { max-width: 44vw; } .px-stage__desc { display: none; }
}

.shape { position: sticky; top: 0; min-height: 100svh; display: grid; align-content: center;
  padding: 0 var(--gut); border-top: var(--rule); background: var(--night); }
.shape:nth-of-type(2) { background: var(--panel); }
.shape:nth-of-type(3) { background: var(--ink); }
.shape .ltr { font-family: var(--f-disp); font-weight: 400; font-size: clamp(8rem, 26vw, 24rem);
  line-height: 0.8; position: absolute; right: var(--gut); bottom: 4vh; opacity: 0.1; color: var(--blue-hi); }
.shape h4 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(2.4rem, 7vw, 6.5rem);
  line-height: 0.9; max-width: 12ch; }
.shape ul { display: flex; gap: clamp(1.6rem, 5vw, 4rem); flex-wrap: wrap; margin-top: 2rem; }
.shape li { font-family: var(--f-mono); font-size: var(--t-label); text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--paper-70); }
.shape li b { display: block; font-size: 1.25em; color: var(--paper); margin-top: 0.3em; font-weight: 500; }

/* ============ CASES ============ */
/* CASE JOURNAL — an open 3D book. Leaves hinge at the centre spine and turn
   from the right stack onto the left stack, reacting to the cursor. */
.bookhero { position: relative; min-height: 100svh; overflow: hidden; display: grid; place-items: center; }
.bookhero__title { position: absolute; top: 12vh; left: 0; right: 0; text-align: center; z-index: 5; padding: 0 1rem; }
.book-kicker { display: block; margin-bottom: 0.8rem; font-family: var(--f-mono); font-size: var(--t-label);
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--paper-45); }
.bookhero__title h1 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.98; letter-spacing: -0.015em; padding-bottom: 0.12em; }
.book-count { position: absolute; bottom: 8vh; left: 50%; transform: translateX(-50%); z-index: 5;
  font-family: var(--f-mono); font-size: var(--t-label); letter-spacing: 0.2em; color: var(--paper-45); }

.book { position: relative; width: min(760px, 92vw); aspect-ratio: 3 / 2; margin-top: 4vh;
  perspective: 2400px; z-index: 2; }
.book__stage { position: absolute; inset: 0; transform-style: preserve-3d; will-change: transform; }
.book__base { position: absolute; inset: 0; transform: translateZ(-46px); background: #0e0e13;
  border-radius: 12px; box-shadow: 0 54px 120px -34px rgba(0, 0, 0, 0.95); }
.book__spine { position: absolute; left: 50%; top: 1.5%; bottom: 1.5%; width: 2px; z-index: 1;
  transform: translateX(-1px) translateZ(-42px);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7), transparent); }
.leaf { position: absolute; top: 0; left: 50%; width: 50%; height: 100%;
  transform-origin: 0% 50%; transform-style: preserve-3d; will-change: transform; }
.leaf__face { position: absolute; inset: 0; overflow: hidden; background: var(--ink);
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  box-shadow: inset 0 0 0 1px var(--paper-10); border-radius: 1px 12px 12px 1px; }
.leaf__face--back { transform: rotateY(180deg); border-radius: 12px 1px 1px 12px; }
.leaf__face img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* fold shading at the spine edge of each page */
.leaf__face--front::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 13%; z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent); pointer-events: none; }
.leaf__face--back::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 13%; z-index: 3;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.55), transparent); pointer-events: none; }
.leaf__tag { position: absolute; left: 0.9rem; bottom: 0.9rem; z-index: 4; font-family: var(--f-mono);
  font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--paper);
  background: rgba(10, 10, 13, 0.72); padding: 0.5em 0.8em; }

/* ---- scrapbook journal page (each leaf face is a collage spread) ---- */
.leaf__face.spread { background: #F2ECDD; color: #1c1a15; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08),
  inset 0 0 60px rgba(120,100,60,0.08); border-radius: 1px 10px 10px 1px; }
.leaf__face--back.spread { border-radius: 10px 1px 1px 10px; }
/* faint ruled lines */
.leaf__face.spread::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: repeating-linear-gradient(180deg, transparent 0 21px, rgba(90,110,150,0.09) 21px 22px);
  opacity: 0.7; }
.spread > * { position: absolute; z-index: 2; }
.spread__photo { overflow: hidden; background: #ccc; box-shadow: 0 8px 18px -8px rgba(0,0,0,0.45);
  border: 5px solid #fff; }
.spread__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* washi tape strips */
.tape { position: absolute; width: 46px; height: 15px; z-index: 5; opacity: 0.85;
  background: repeating-linear-gradient(45deg, rgba(196,180,140,0.85) 0 5px, rgba(214,200,164,0.85) 5px 10px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.14); }
.tape--tl { top: -7px; left: -6px; transform: rotate(-42deg); }
.tape--br { bottom: -7px; right: -6px; transform: rotate(-42deg); }
.tape--blue { background: repeating-linear-gradient(45deg, rgba(39,64,199,0.5) 0 5px, rgba(82,102,228,0.5) 5px 10px); }
.spread__title { font-family: "Caveat", cursive; font-weight: 700; line-height: 0.82;
  color: #17150f; letter-spacing: 0.005em; }
.spread__date { font-family: "Caveat", cursive; font-weight: 700; color: #2a2620; opacity: 0.7; }
.spread__note { font-family: "Caveat", cursive; font-weight: 500; color: #2a2410; background: #F6DE72;
  padding: 0.5em 0.7em; box-shadow: 2px 3px 7px -2px rgba(0,0,0,0.28); line-height: 1.05; }
.spread__note--mint { background: #BFE3C7; }
.spread__stamp { font-family: var(--f-mono); font-size: 0.5rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #C0472F; border: 1.5px solid #C0472F; border-radius: 4px; padding: 0.35em 0.55em; }
.spread__kick { font-family: var(--f-mono); font-size: 0.48rem; letter-spacing: 0.22em; text-transform: uppercase; color: #6a6455; }
.spread__doodle { stroke: #2a2620; stroke-width: 2.2; fill: none; stroke-linecap: round; opacity: 0.7; overflow: visible; }
.spread__logo { display: grid; place-items: center; }
.spread__logo img { width: 100%; height: 100%; object-fit: contain; }
.dossier { border: 1.5px solid var(--paper-20); }
.dossier__beat { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.2rem, 3vw, 3rem);
  padding: clamp(1.6rem, 3.4vw, 2.6rem) clamp(1rem, 2.4vw, 2rem); border-bottom: 1px solid var(--paper-10); }
.dossier__beat:last-child { border-bottom: 0; }
.dossier__beat .k { font-family: var(--f-mono); font-size: var(--t-label); letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--blue-hi); min-width: 8rem; }
.dossier__beat p { max-width: 48ch; color: var(--paper-70); }
.dossier table { width: 100%; border-collapse: collapse; }
.dossier td, .dossier th { text-align: left; font-family: var(--f-mono); font-size: 0.8rem;
  padding: 0.6rem 1rem 0.6rem 0; color: var(--paper-70); }
.dossier th { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.62rem;
  color: var(--paper-45); font-weight: 400; }
.ph-stamp { display: inline-block; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.14em;
  color: var(--paper); background: var(--earth); padding: 0.3em 0.7em; transform: rotate(-2deg);
  text-transform: uppercase; }

/* ============ INSIGHTS ============ */
.masthead { padding-top: clamp(7rem, 16vh, 11rem); }
.masthead h1 { font-family: var(--f-disp); font-weight: 400; font-size: var(--t-colossal);
  line-height: 0.78; letter-spacing: -0.02em; }
.masthead .deva-line { display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 2.5px solid var(--paper); padding-bottom: 1.4rem; margin-top: 0.4rem; }
.masthead .deva-line .it { font-weight: 400; font-size: clamp(1rem, 2vw, 1.5rem); color: var(--paper-70); }
.masthead__fan { position: absolute; right: var(--gut); top: clamp(6rem, 14vh, 10rem); width: clamp(110px, 13vw, 190px); }
.masthead__fan img { position: absolute; top: 0; left: 0; width: 100%; box-shadow: 0 14px 40px -14px rgba(0,0,0,0.8); }
.masthead__fan img:nth-child(1) { transform: rotate(-7deg) translateX(-14%); }
.masthead__fan img:nth-child(2) { transform: rotate(3deg); }
.masthead__fan img:nth-child(3) { transform: rotate(11deg) translateX(14%); }

.stackwrap { position: relative; }
.iss-card { position: sticky; top: 0; min-height: 92svh; display: grid;
  grid-template-columns: 1fr auto; align-items: center; gap: clamp(1.4rem, 4vw, 4rem);
  padding: 0 var(--gut); border-top: var(--rule); background: var(--night); }
.iss-card:nth-child(even) { background: var(--panel); }
.iss-card__body { display: grid; gap: 1rem; }
.iss-card .no { font-family: var(--f-disp); font-weight: 400; font-size: clamp(4rem, 11vw, 10rem);
  line-height: 0.8; color: transparent; -webkit-text-stroke: 1.5px var(--paper-20); }
.iss-card h3 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(2rem, 6vw, 5.5rem);
  line-height: 0.92; letter-spacing: -0.015em; max-width: 13ch; }
.iss-card .kind { font-family: var(--f-mono); font-size: var(--t-label); text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--paper-45); }
.iss-card--blue .no { -webkit-text-stroke-color: var(--blue-hi); }
.iss-card__img { width: clamp(160px, 24vw, 340px); aspect-ratio: 3/4; }
.iss-card__img img { width: 100%; height: 100%; object-fit: cover; }
.iss-card:nth-child(even) .iss-card__img { order: -1; }
@media (max-width: 760px) { .iss-card { grid-template-columns: 1fr; align-content: center; }
  .iss-card__img { order: -1 !important; width: min(52vw, 260px); } }

.subscribe form { display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-end; max-width: 620px; }
.subscribe input { flex: 1; min-width: 220px; border-bottom: 2px solid var(--paper-20);
  padding: 0.55em 0; font-family: var(--f-mono); font-size: 0.95rem; color: var(--paper);
  transition: border-color var(--ui) var(--ease-out); }
.subscribe input:focus { outline: none; border-color: var(--blue); }
.subscribe input::placeholder { color: var(--paper-45); }

/* ============ CONTACT ============ */
.madlib { min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding-top: 14vh; padding-bottom: 8vh; }
.madlib .line { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.5rem, 4.2vw, 3.6rem);
  line-height: 1.4; letter-spacing: -0.01em; }
.madlib input[type="text"], .madlib input[type="email"] {
  font-family: var(--f-disp); font-weight: 400; font-size: 0.95em; color: var(--blue-hi);
  border-bottom: 3px solid var(--paper-20); min-width: 4ch; width: 7ch; text-align: center;
  transition: border-color var(--ui) var(--ease-out); }
.madlib input:focus { outline: none; border-color: var(--blue); }
.madlib input::placeholder { color: var(--paper-20); }
.madlib input.w-lg { width: 11ch; }
.madlib .chiprow { display: inline-flex; flex-wrap: wrap; gap: 0.5rem; vertical-align: middle; }
.chip2 { font-family: var(--f-mono); font-size: clamp(0.66rem, 1.1vw, 0.85rem); letter-spacing: 0.06em;
  border: 1.5px solid var(--paper-20); padding: 0.5em 1em; cursor: pointer; color: var(--paper-70);
  transition: transform var(--fast) var(--ease-out), border-color var(--ui) var(--ease-out),
    background var(--ui) var(--ease-out), color var(--ui) var(--ease-out); }
@media (hover: hover) { .chip2:hover { border-color: var(--paper); color: var(--paper); } }
.chip2:active { transform: scale(0.95); }
.chip2.on { background: var(--blue); border-color: var(--blue); color: var(--paper); }
.madlib textarea { display: block; width: 100%; margin-top: 2.2rem; font-family: var(--f-mono);
  font-size: 0.9rem; border: 1.5px dashed var(--paper-20); padding: 1rem; min-height: 5rem;
  background: transparent; color: var(--paper); transition: border-color var(--ui) var(--ease-out); }
.madlib textarea:focus { outline: none; border-color: var(--blue); border-style: solid; }
.madlib textarea::placeholder { color: var(--paper-45); }
.madlib__foot { display: flex; justify-content: space-between; align-items: center; gap: 1.4rem;
  flex-wrap: wrap; margin-top: 2.6rem; }
.madlib__meta { display: flex; gap: clamp(1.4rem, 4vw, 3.4rem); flex-wrap: wrap; margin-top: 3.4rem;
  font-family: var(--f-mono); font-size: var(--t-label); color: var(--paper-70); }
.madlib__meta a { display: block; padding: 0.2em 0; transition: color var(--ui) var(--ease-out); }
@media (hover: hover) { .madlib__meta a:hover { color: var(--blue-hi); } }
.sent-stamp { position: fixed; inset: 0; display: grid; place-items: center; z-index: 350; pointer-events: none; }
.sent-stamp span { font-family: var(--f-disp); font-weight: 400; font-size: clamp(3rem, 10vw, 8rem);
  color: var(--blue-hi); border: 6px solid var(--blue-hi); padding: 0.1em 0.5em;
  transform: rotate(-8deg) scale(0); text-transform: uppercase; opacity: 0.95; }

/* ============ INDEX · ARCHIVE PILE (pinned collage) ============ */
.arc-scene { position: relative; background: var(--night); }
.arc-stage { height: 100svh; position: sticky; top: 0; overflow: hidden; display: grid; place-items: center; }
.arc-stage__label { position: absolute; top: 14vh; left: 50%; transform: translateX(-50%);
  font-family: var(--f-mono); font-size: var(--t-label); text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--paper-45); }
.arc-plate { position: absolute; width: clamp(210px, 27vw, 380px); will-change: transform;
  box-shadow: 0 34px 80px -22px rgba(0, 0, 0, 0.9); }
.arc-plate img { width: 100%; display: block; }
.arc-plate figcaption { position: absolute; left: 0; bottom: -1.7rem; font-family: var(--f-mono);
  font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--paper-45); }
.arc-steps { height: 420vh; }

/* testimonial cards ride the same stacking motion as the old plates */
.arc-plate.tstm { width: clamp(268px, 30vw, 400px); background: #F7F5F0; color: #16161A;
  border-radius: 18px; padding: 1.5rem 1.4rem 1.25rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 34px 80px -22px rgba(0, 0, 0, 0.9); }
.arc-plate.tstm .tstm__stars { color: #E8703A; font-size: 0.9rem; letter-spacing: 0.16em; }
.arc-plate.tstm .tstm__quote { font-family: var(--f-body); font-weight: 400; font-size: 0.94rem;
  line-height: 1.5; color: #23232A; }
.arc-plate.tstm figcaption.tstm__by { position: static; display: flex; align-items: center; gap: 0.8rem;
  margin-top: auto; padding-top: 0.95rem; border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--f-body); font-size: inherit; text-transform: none; letter-spacing: normal; color: inherit; }
/* logo slot: a client logo <img> drops in here; initials are the placeholder */
.arc-plate.tstm .tstm__logo { flex: none; width: 64px; height: 64px; border-radius: 12px;
  display: grid; place-items: center; background: #ECE8DF; border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--f-disp); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em; color: #16161A; overflow: hidden; }
.arc-plate.tstm .tstm__logo img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.arc-plate.tstm .tstm__id { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.arc-plate.tstm .tstm__id b { font-family: var(--f-disp); font-weight: 600; font-size: 0.92rem; color: #16161A; }
.arc-plate.tstm .tstm__id i { font-style: normal; font-family: var(--f-mono); font-size: 0.58rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0, 0, 0, 0.52); margin-top: 0.15rem; }

/* ============ CLIENTS · orbiting marks over a changing field ============ */
.clients { position: relative; height: 100svh; overflow: hidden; background: var(--night); }
.clients__bg { position: absolute; inset: 0; overflow: hidden; }
/* no CSS transition here: GSAP drives the cross-fade, and a transition would
   intercept its instant sets and stall the first paint */
.clients__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.06); }
/* only enough veil to keep the nav and the name legible */
.clients__scrim { position: absolute; inset: 0; pointer-events: none; background:
  linear-gradient(180deg, rgba(10, 10, 13, 0.6) 0%, rgba(10, 10, 13, 0) 24%,
    rgba(10, 10, 13, 0.12) 46%, rgba(10, 10, 13, 0.72) 74%, rgba(10, 10, 13, 0.94) 100%); }
.clients__orbit { position: absolute; inset: 0; z-index: 2; }
.cchip { position: absolute; left: 50%; top: 44%; width: 130px; height: 130px; margin: -65px 0 0 -65px;
  border-radius: 999px; overflow: hidden; will-change: transform, opacity; cursor: pointer;
  background: #F4F1E9; box-shadow: 0 22px 55px -18px rgba(0, 0, 0, 0.85); }
/* the full client logo sits inside the disc (contained, never cropped) */
.cchip img { width: 100%; height: 100%; object-fit: contain; padding: 22%; }
.cchip::after { content: ""; position: absolute; inset: 0; border-radius: 999px;
  border: 1px solid rgba(242, 239, 232, 0.32); transition: box-shadow var(--ui) var(--ease-out); }
.cchip.is-active::after { border: 2px solid rgba(242, 239, 232, 0.9);
  box-shadow: 0 0 0 7px rgba(242, 239, 232, 0.09), 0 0 46px rgba(242, 239, 232, 0.26); }
.clients__meta { position: absolute; left: 0; right: 0; bottom: 11vh; z-index: 3; text-align: center; padding: 0 1rem; }
.clients__name { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.8rem, 5vw, 4rem);
  line-height: 1.06; letter-spacing: -0.01em; color: var(--paper); padding-bottom: 0.1em; }
.clients__name i { font-style: italic; }
.clients__sub { display: block; margin: 0.6rem auto 0; max-width: 40ch; font-family: var(--f-mono);
  font-size: 0.64rem; letter-spacing: 0.14em; line-height: 1.5; text-transform: uppercase; color: var(--paper-70); }
.clients__label { display: block; margin-top: 1.5rem; font-family: var(--f-mono); font-size: 0.56rem;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--paper-45); }
@media (max-width: 640px) {
  .cchip { width: 82px; height: 82px; margin: -41px 0 0 -41px; }
  .clients__meta { bottom: 9vh; }
}

/* ============ CAREERS · work with us ============ */
.careers { border-top: var(--rule); margin-top: clamp(4rem, 10vw, 8rem); padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem); }
.careers__kicker { display: block; font-family: var(--f-mono); font-size: var(--t-label);
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--paper-45); margin-bottom: 1rem; }
.careers__head h2 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(2.2rem, 7vw, 5rem);
  line-height: 1.02; letter-spacing: -0.02em; padding-bottom: 0.08em; }
.careers__note { max-width: 46ch; margin-top: 1.1rem; color: var(--paper-70); font-size: var(--t-body); }
.careers__hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.careers__form { margin-top: clamp(2rem, 5vw, 3.4rem); }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.4vw, 1.8rem); }
.fld { display: flex; flex-direction: column; gap: 0.5rem; }
.fld--full { grid-column: 1 / -1; }
.fld > span { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--paper-45); }
.fld > span em { font-style: normal; text-transform: none; letter-spacing: 0.06em; opacity: 0.75; }
.fld input, .fld select, .fld textarea { width: 100%; font-family: var(--f-body); font-size: 0.95rem;
  color: var(--paper); background: transparent; border: 1.5px solid var(--paper-20);
  padding: 0.8rem 0.9rem; border-radius: 2px; transition: border-color var(--ui) var(--ease-out); }
.fld textarea { resize: vertical; min-height: 6rem; }
.fld input::placeholder, .fld textarea::placeholder { color: var(--paper-45); }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: none; border-color: var(--blue); }
.fld select { appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--paper-45) 50%),
    linear-gradient(135deg, var(--paper-45) 50%, transparent 50%);
  background-position: calc(100% - 18px) 55%, calc(100% - 12px) 55%;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.fld select option { background: var(--night); color: var(--paper); }
.fld input[type="file"] { padding: 0.65rem 0.9rem; font-family: var(--f-mono); font-size: 0.75rem; cursor: pointer; }
.fld input[type="file"]::file-selector-button { font-family: var(--f-mono); font-size: 0.65rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper); cursor: pointer;
  background: var(--paper-10); border: 1px solid var(--paper-20); padding: 0.5em 0.9em; margin-right: 0.9rem; }
.careers__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.2rem; margin-top: clamp(1.6rem, 4vw, 2.6rem); }
@media (max-width: 640px) { .fgrid { grid-template-columns: 1fr; } }

/* ============ SOLUTIONS · bottom line-wipe ============ */
.px-wipe { position: absolute; inset: 0; z-index: 5; pointer-events: none;
  background: var(--panel); border-top: 2px solid var(--blue);
  clip-path: inset(100% 0 0 0); }
.px-clip { overflow: hidden; display: block; }
.px-clip > * { display: block; will-change: transform; }


/* METHOD · horizontal pan */
.mth-scene { overflow: hidden; background: var(--panel); }
.mth-track { display: flex; height: 100svh; align-items: center; will-change: transform; }
.mth-panel { flex: 0 0 72vw; padding: 0 var(--gut); position: relative; }
.mth-panel .no { display: block; font-family: var(--f-disp); font-weight: 400;
  font-size: clamp(6rem, 20vw, 20rem); line-height: 0.8; color: transparent;
  -webkit-text-stroke: 1.5px var(--paper-20); will-change: transform; }
.mth-panel h3 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.94; margin-top: -0.5em; }
.mth-panel .it { margin-top: 0.6rem; color: var(--paper-70); font-size: clamp(1rem, 1.8vw, 1.5rem); }

/* checker digit roll */
.checker .roll { display: inline-block; overflow: hidden; vertical-align: bottom; }
.checker .roll span { display: inline-block; will-change: transform; }

/* METHOD · scroll-motion upgrades */
.mth-panel h3, .mth-panel .it { clip-path: inset(-10% 0 -20% 0); }
.mth-panel .no { transition: -webkit-text-stroke-color 0.4s var(--ease-out), color 0.4s var(--ease-out); }
.mth-panel.on .no { color: var(--paper); -webkit-text-stroke-color: transparent; }
.mth-panel.on h3 .dotend { color: var(--blue-hi); }
.mth-progress { position: absolute; left: var(--gut); right: var(--gut); bottom: 9vh;
  height: 1.5px; background: var(--paper-20); z-index: 3; }
.mth-progress i { position: absolute; top: 50%; width: 12px; height: 12px; margin: -6px 0 0 -6px;
  background: var(--blue); border-radius: 50%; left: 0; }
.mth-scene { position: relative; }

/* ============ INDEX · METHOD TICKETS (vertical strips) ============ */
.tickets2 { padding-block: 0; }
.tickets2__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.8rem, 2vw, 1.6rem);
  padding: 0 var(--gut); align-items: stretch; }
.tik { position: relative; min-height: 72vh; padding: 1.1rem; overflow: hidden;
  display: flex; flex-direction: column; will-change: transform;
  background: var(--paper); color: var(--ink); }
.tik--ink { background: var(--ink); color: var(--paper); }
.tik--blue { background: var(--blue); color: var(--paper); }
.tik--deep { background: #E4E0D5; color: var(--ink); }
.tik__top { display: flex; justify-content: space-between; font-family: var(--f-mono);
  font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.18em; opacity: 0.7; }
.tik__no { position: absolute; right: -0.06em; top: 44%; transform: translateY(-50%);
  writing-mode: vertical-rl; font-family: var(--f-disp); font-weight: 400;
  font-size: clamp(4rem, 9vw, 8.5rem); line-height: 0.8; letter-spacing: -0.02em; opacity: 0.92; }
.tik__cross { position: absolute; left: 1.1rem; top: 38%; width: 22px; height: 22px; opacity: 0.6; }
.tik__cross::before, .tik__cross::after { content: ""; position: absolute; background: currentColor; }
.tik__cross::before { top: 50%; left: 0; width: 100%; height: 1.2px; }
.tik__cross::after { left: 50%; top: 0; height: 100%; width: 1.2px; }
.tik__word { margin-top: auto; font-family: var(--f-disp); font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem); line-height: 0.95; }
.tik__line { font-family: var(--f-disp); font-weight: 400; font-size: 0.95rem;
  opacity: 0.75; margin: 0.5rem 0 1rem; max-width: 18ch; }
.tik__bar { height: 2.6rem; display: flex; align-items: stretch; gap: 2px; }
.tik__bar i { flex: 1; background: currentColor; }
.tik__bar i:nth-child(3n) { flex: 2.2; } .tik__bar i:nth-child(4n) { flex: 0.5; }
.tik__bar i:nth-child(5n) { flex: 1.6; } .tik__bar i:nth-child(7n) { flex: 0.3; }
@media (max-width: 900px) { .tickets2__row { grid-template-columns: 1fr 1fr; } .tik { min-height: 54vh; } }

/* ============ SOLUTIONS · KINETIC STACK HERO ============ */
.kin { min-height: 92svh; display: grid; place-items: center; overflow: hidden;
  perspective: 900px; position: relative; }
.kin__corner { position: absolute; font-family: var(--f-mono); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.2em; color: var(--paper-45); }
.kin__corner.tl { top: 5.4rem; left: var(--gut); }
.kin__corner.br { bottom: 2rem; right: var(--gut); text-align: right; }
.kin__stack { transform: rotateX(46deg) rotateZ(-11deg); transform-style: preserve-3d; }
.kin__stack + .kin__stack { margin-top: 2.2em; transform: rotateX(46deg) rotateZ(-11deg) scaleY(-1); opacity: 0.5; }
.kin__row { font-family: var(--f-disp); font-weight: 500; text-transform: uppercase;
  font-size: clamp(2.6rem, 8.5vw, 8rem); line-height: 0.98; letter-spacing: -0.01em;
  color: var(--blue-hi); white-space: nowrap; will-change: transform, filter; }
.kin__row--blur1 { filter: blur(3px); opacity: 0.75; }
.kin__row--blur2 { filter: blur(7px); opacity: 0.45; }

/* ============ ABOUT · POSTER GRID ============ */
.posters { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(0.8rem, 1.8vw, 1.4rem);
  padding: 0 var(--gut); }
.poster { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ink); }
.poster img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.poster--field { background: var(--blue); }
.poster--field img { mix-blend-mode: luminosity; opacity: 0.85; }
.poster__no { position: absolute; top: 1rem; right: 1rem; font-family: var(--f-mono);
  font-size: 0.66rem; letter-spacing: 0.16em; color: var(--paper); background: rgba(10,10,13,0.6);
  padding: 0.3em 0.6em; }
.poster__title { position: absolute; left: 1.2rem; bottom: 1rem; font-family: var(--f-disp);
  font-weight: 400; font-size: clamp(1.5rem, 3.2vw, 3rem); line-height: 0.95; color: var(--paper);
  max-width: 10ch; }
.poster__side { position: absolute; left: 0.4rem; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; rotate: 180deg; font-family: var(--f-mono); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.3em; color: var(--paper-70); }
@media (max-width: 760px) { .posters { grid-template-columns: 1fr; } }

/* collage centre name readout */
.collage__name { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  z-index: 4; font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.6rem, 4vw, 3.6rem);
  color: var(--paper); opacity: 0; transition: opacity var(--ui) var(--ease-out);
  pointer-events: none; text-shadow: 0 4px 30px rgba(10,10,13,0.9); }
.collage__name.on { opacity: 1; }

/* ticket nuances: perforation, punch, side rail, spec rows */
.tik { border-radius: 10px; }
.tik__perf { border: none; border-top: 2px dashed currentColor; opacity: 0.4;
  margin: 0.9rem -1.1rem; position: relative; }
.tik__perf::before, .tik__perf::after { content: ""; position: absolute; top: -7px; width: 14px;
  height: 14px; border-radius: 50%; background: var(--night); }
.tik__perf::before { left: -7px; } .tik__perf::after { right: -7px; }
.tik__spec { display: grid; gap: 0.2rem; font-family: var(--f-mono); font-size: 0.58rem;
  text-transform: uppercase; letter-spacing: 0.12em; opacity: 0.72; }
.tik__spec span { display: flex; justify-content: space-between; }
.tik__side { position: absolute; left: 0.35rem; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; rotate: 180deg; font-family: var(--f-mono); font-size: 0.54rem;
  text-transform: uppercase; letter-spacing: 0.3em; opacity: 0.5; }
.tik__punch { position: absolute; top: 2.6rem; left: 50%; width: 12px; height: 12px;
  margin-left: -6px; border-radius: 50%; background: var(--night);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.6); }

/* facts: three colossal ledger rows */
.facts2 { padding-block: var(--band); }
.facts2__row { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem, 4vw, 3rem);
  align-items: baseline; border-top: var(--rule); padding: clamp(1.4rem, 3.4vw, 2.6rem) var(--gut); }
.facts2__row:last-child { border-bottom: var(--rule); }
.facts2__num { font-family: var(--f-disp); font-weight: 400; font-size: clamp(4.5rem, 12vw, 11rem);
  line-height: 0.8; min-width: 1.2em; }
.facts2__row:nth-child(2) .facts2__num { color: var(--blue-hi); }
.facts2__label { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2.6rem);
  color: var(--paper-70); }
.facts2__tag { font-family: var(--f-mono); font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--paper-45); }

/* stamps: cursor-window image peek */
.stamp-row { position: relative; overflow: hidden; }
.stamp-peek { position: absolute; left: 0; top: 0; width: clamp(180px, 20vw, 300px); aspect-ratio: 3/4;
  transform: translate(-50%, -50%); pointer-events: none; opacity: 0; z-index: 0;
  transition: opacity 0.25s var(--ease-out); }
.stamp-peek img { width: 100%; height: 100%; object-fit: cover; }
.stamp-row:hover .stamp-peek { opacity: 1; }
.stamp-row > *:not(.stamp-peek) { position: relative; z-index: 1; }

/* posters: tighter editorial grid per the four-poster study */
.posters { max-width: 1080px; margin-inline: auto; gap: 10px; }
.poster { aspect-ratio: 3/4; }
.poster__no { top: 0.9rem; right: 0.9rem; border: 1.5px solid var(--paper-70);
  background: none; border-radius: 50%; width: 2.2em; height: 2.2em;
  display: grid; place-items: center; padding: 0; }
.poster__rule { position: absolute; left: 1.2rem; right: 1.2rem; top: 3.2rem;
  border-top: 1px solid rgba(242, 239, 232, 0.35); }
.poster__meta { position: absolute; top: 1.15rem; left: 1.2rem; font-family: var(--f-mono);
  font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper-70); }

/* insights masthead: newspaper furniture */
.masthead__top { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-family: var(--f-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--paper-45); border-top: 1px solid var(--paper-20); border-bottom: 1px solid var(--paper-20);
  padding: 0.55rem 0; margin-bottom: 1.6rem; }
.masthead .deva-line { border-bottom: none; position: relative; padding-bottom: 1.8rem; }
.masthead .deva-line::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  border-bottom: 3px double var(--paper); }
.masthead__teasers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-bottom: 1px solid var(--paper-20); }
.masthead__teasers div { padding: 1rem 1.2rem; border-right: 1px solid var(--paper-20);
  font-size: 0.85rem; color: var(--paper-70); }
.masthead__teasers div:first-child { padding-left: 0; }
.masthead__teasers div:last-child { border-right: 0; }
.masthead__teasers b { display: block; font-family: var(--f-mono); font-size: 0.58rem;
  text-transform: uppercase; letter-spacing: 0.2em; color: var(--paper-45); margin-bottom: 0.4em; font-weight: 400; }
@media (max-width: 760px) { .masthead__teasers { grid-template-columns: 1fr; }
  .masthead__teasers div { border-right: 0; border-bottom: 1px solid var(--paper-20); padding-left: 0; } }

/* ============ CASE STUDY TEMPLATE (cs-*) ============ */
.cs-hero { padding-top: clamp(6.5rem, 14vh, 10rem); }
.cs-crumb { font-family: var(--f-mono); font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--paper-45); }
.cs-crumb a:hover { color: var(--paper); }
.cs-hero__head { display: grid; grid-template-columns: 1fr auto; gap: clamp(1.4rem, 4vw, 4rem);
  align-items: end; margin-top: 1.2rem; }
.cs-hero__head h1 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(2.2rem, 5.4vw, 5rem);
  line-height: 1.02; letter-spacing: -0.015em; max-width: 22ch; }
.cs-hero__meta { text-align: right; font-family: var(--f-mono); font-size: 0.66rem;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--paper-45); line-height: 2; }
.cs-hero__cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 4vw, 4rem);
  margin-top: 2rem; max-width: 900px; }
.cs-hero__cols p { font-family: var(--f-mono); font-size: 0.74rem; line-height: 1.8; color: var(--paper-70); }
/* artifact collage: evidence scattered on the desk */
.cs-desk { position: relative; height: clamp(420px, 62vh, 620px); margin-top: clamp(2rem, 5vw, 4rem); }
.cs-art { position: absolute; will-change: transform; box-shadow: 0 30px 70px -22px rgba(0,0,0,0.85); }
.cs-art img { width: 100%; display: block; }
.cs-art--card { background: #EFE9D8; color: #2A2A2E; padding: 1rem 1.1rem; width: clamp(190px, 22vw, 270px);
  font-family: var(--f-mono); }
.cs-art--card b { display: block; font-family: var(--f-disp); font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1; margin: 0.35rem 0 0.2rem; }
.cs-art--card .k { font-size: 0.56rem; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.65; }
.cs-art--card .d { font-size: 0.62rem; opacity: 0.75; }
.cs-art--teal { background: #14666B; color: #F2EFE8; }
.cs-art--blue { background: var(--blue); color: var(--paper); }
.cs-art--plate { width: clamp(200px, 26vw, 320px); }
/* section chrome */
.cs-sec { border-top: var(--rule); padding: clamp(2.6rem, 6vw, 5rem) 0; }
.cs-sec__k { display: flex; align-items: baseline; gap: 1rem; font-family: var(--f-mono);
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--paper-45);
  margin-bottom: clamp(1.6rem, 4vw, 2.6rem); }
.cs-sec__k b { font-family: var(--f-disp); font-weight: 400; font-size: 1.8rem; color: var(--blue-hi); }
.cs-sec h2 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1.02; max-width: 24ch; margin-bottom: 1.2rem; }
.cs-sec .lede2 { max-width: 60ch; color: var(--paper-70); }
/* stat tiles */
.cs-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: var(--rule); margin-top: 2rem; }
.cs-stat { padding: clamp(1.2rem, 2.6vw, 2rem); border-right: var(--rule); border-bottom: var(--rule); }
.cs-stat:nth-child(3n) { border-right: 0; }
.cs-stat .k { font-family: var(--f-mono); font-size: 0.58rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--paper-45); }
.cs-stat b { display: block; font-family: var(--f-disp); font-weight: 400;
  font-size: clamp(2.2rem, 4.6vw, 4rem); line-height: 1; margin: 0.4rem 0 0.3rem; }
.cs-stat .d { font-size: 0.8rem; color: var(--blue-hi); }
.cs-stat .s { display: block; font-family: var(--f-mono); font-size: 0.58rem; color: var(--paper-45); margin-top: 0.4rem; }
@media (max-width: 760px) { .cs-stats { grid-template-columns: 1fr; } .cs-stat { border-right: 0; } }
/* ledger rows */
.cs-rows .row { display: grid; grid-template-columns: minmax(9rem, auto) 1fr; gap: 1.5rem;
  padding: 1.1rem 0; border-bottom: 1px solid var(--paper-10); }
.cs-rows .row .k { font-family: var(--f-mono); font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.16em; color: var(--paper-45); }
.cs-rows .row p { color: var(--paper-70); font-size: 0.95rem; max-width: 62ch; }
/* before/after bars */
.cs-bars .bar2 { margin-bottom: 1.3rem; }
.cs-bars .bar2 .k { display: flex; justify-content: space-between; font-family: var(--f-mono);
  font-size: 0.66rem; letter-spacing: 0.1em; color: var(--paper-70); margin-bottom: 0.4rem; }
.cs-bars .track { height: 10px; background: var(--paper-10); position: relative; }
.cs-bars .track i { position: absolute; left: 0; top: 0; bottom: 0; }
.cs-bars .track .was { background: var(--paper-45); }
.cs-bars .track .now { background: var(--blue); }
/* gauge */
.cs-gauge { display: flex; align-items: center; gap: clamp(1.6rem, 5vw, 4rem); flex-wrap: wrap; }
.cs-gauge b { font-family: var(--f-disp); font-weight: 400; font-size: clamp(4rem, 10vw, 9rem); line-height: 0.9; }
.cs-gauge .to { color: var(--blue-hi); }
/* outcomes table */
.cs-table { width: 100%; border-collapse: collapse; }
.cs-table th, .cs-table td { text-align: left; font-family: var(--f-mono); font-size: 0.76rem;
  padding: 0.7rem 1rem 0.7rem 0; border-bottom: 1px solid var(--paper-10); color: var(--paper-70); }
.cs-table th { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--paper-45); font-weight: 400; }
.cs-table td.up { color: var(--blue-hi); }
/* quote */
.cs-quote { border-left: 3px solid var(--blue); padding-left: clamp(1.2rem, 3vw, 2.4rem); max-width: 860px; }
.cs-quote p { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.3rem, 2.8vw, 2.4rem); line-height: 1.25; }
.cs-quote .who { display: block; margin-top: 1rem; font-family: var(--f-mono); font-size: 0.62rem;
  text-transform: uppercase; letter-spacing: 0.2em; color: var(--paper-45); }
/* case study cover: black card, company logo on the right, blue border on hover */
.cases-list { display: grid; gap: clamp(1.2rem, 2.6vw, 2rem); }
.cs-badge { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem); min-height: 300px; border-radius: 16px; overflow: hidden;
  background: #060608; border: 1.5px solid var(--paper-10); padding: clamp(1.6rem, 3.4vw, 3rem);
  transition: border-color var(--ui) var(--ease-out), transform var(--ui) var(--ease-out); }
@media (hover: hover) { .cs-badge:hover { border-color: var(--blue); transform: translateY(-3px); }
  .cs-badge:hover .cs-badge__logo { transform: scale(1.04); } }
.cs-badge:active { border-color: var(--blue); }
.cs-badge__in { display: flex; flex-direction: column; gap: 0.9rem; min-width: 0; }
.cs-badge__tags { font-family: var(--f-mono); font-size: 0.6rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--paper-45); }
.cs-badge h3 { font-family: var(--f-disp); font-weight: 400; font-size: clamp(1.5rem, 3.2vw, 2.6rem);
  line-height: 1.05; letter-spacing: -0.01em; max-width: 22ch; color: var(--paper); }
.cs-badge .go { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--blue-hi); }
.cs-badge__logo { flex: none; width: clamp(120px, 20vw, 210px); aspect-ratio: 1; display: grid; place-items: center;
  transition: transform var(--ui) var(--ease-out); }
.cs-badge__logo img { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 640px) { .cs-badge { grid-template-columns: 1fr; min-height: 0; }
  .cs-badge__logo { width: 96px; justify-self: start; order: -1; } }


/* ============ INDEX · THE READ (interlocked type grid) ============ */
.tcn { position: relative; min-height: 118svh; overflow: hidden; }
.tcn__cols { position: absolute; inset: 0 var(--gut); display: grid;
  grid-template-columns: repeat(6, 1fr); pointer-events: none; }
.tcn__cols i { border-left: 1px solid var(--paper-10); }
.tcn__cols i:last-child { border-right: 1px solid var(--paper-10); }
.tcn__meta { position: absolute; top: 12vh; right: var(--gut); text-align: right;
  font-family: var(--f-mono); font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--paper-45); line-height: 2; }
.tcn__data { position: absolute; top: 15vh; left: var(--gut);
  font-family: var(--f-disp); font-weight: 600; font-size: clamp(4rem, 13vw, 13rem);
  line-height: 0.8; letter-spacing: -0.03em; }
.tcn__signal { position: absolute; top: 25vh; left: 45%;
  writing-mode: vertical-rl; font-family: var(--f-disp); font-weight: 600;
  font-size: clamp(3.4rem, 10.5vw, 10.5rem); line-height: 0.8; letter-spacing: -0.02em;
  color: transparent; -webkit-text-stroke: 1.5px var(--paper-45); }
.tcn__noise { position: absolute; bottom: 9vh; right: var(--gut);
  font-family: var(--f-disp); font-weight: 600; font-size: clamp(4rem, 13vw, 13rem);
  line-height: 0.8; letter-spacing: -0.03em; }
.tcn__noise s { text-decoration: none; position: relative; }
.tcn__noise s::after { content: ""; position: absolute; left: -2%; top: 50%; width: 104%;
  height: 0.07em; background: var(--earth); }
.tcn__cell { position: absolute; max-width: 21ch; font-family: var(--f-mono);
  font-size: 0.68rem; line-height: 1.8; color: var(--paper-70); }
.tcn__cell--a { top: 46vh; left: var(--gut); }
.tcn__cell--b { bottom: 32vh; left: 26%; }
.tcn__video { position: absolute; top: 32vh; right: calc(var(--gut) + 2%);
  width: clamp(200px, 24vw, 330px); aspect-ratio: 4/5; overflow: hidden; }
.tcn__video video, .tcn__video img { width: 100%; height: 100%; object-fit: cover; }
.tcn__video figcaption { position: absolute; left: 0.7rem; bottom: 0.6rem;
  font-family: var(--f-mono); font-size: 0.56rem; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--paper); }
@media (max-width: 860px) {
  .tcn { min-height: 0; padding-block: var(--band); }
  .tcn__data, .tcn__signal, .tcn__noise, .tcn__cell, .tcn__video, .tcn__meta {
    position: static; writing-mode: horizontal-tb; -webkit-text-stroke: 0;
    color: var(--paper); display: block; margin: 1.2rem var(--gut) 0; text-align: left; }
}

/* ============ INDEX · TICKETS pinned scene ============ */
.tickets2 { position: relative; height: 320vh; padding-block: 0; }
.tickets2__pin { position: sticky; top: 0; height: 100svh; display: grid;
  align-items: center; overflow: hidden; }
.tik__chip { width: 58px; aspect-ratio: 1; overflow: hidden; margin-top: 0.8rem; }
.tik__chip img { width: 100%; height: 100%; object-fit: cover; }
.tik__marks { display: flex; gap: 0.6rem; align-items: center; margin-top: 0.7rem;
  font-family: var(--f-mono); font-size: 0.7rem; opacity: 0.75; }
.tik__spark { width: 100%; height: 34px; margin-top: 0.7rem; }
.tik__spark path { fill: none; stroke: currentColor; stroke-width: 1.6; opacity: 0.8; }
.tik__dots { display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px; margin-top: 0.8rem; }
.tik__dots i { aspect-ratio: 1; background: currentColor; opacity: 0.28; border-radius: 2px; }
.tik__dots i:nth-child(3n) { opacity: 0.7; }
.tik__brackets { position: absolute; inset: 34% 0.9rem auto; height: 90px; pointer-events: none; }
.tik__brackets::before, .tik__brackets::after { content: ""; position: absolute;
  width: 16px; height: 16px; border: 2px solid currentColor; opacity: 0.6; }
.tik__brackets::before { left: 0; top: 0; border-right: 0; border-bottom: 0; }
.tik__brackets::after { right: 0; bottom: 0; border-left: 0; border-top: 0; }
.tik--blue { background-image:
  repeating-linear-gradient(0deg, rgba(242,239,232,0.09) 0 1px, transparent 1px 14px),
  repeating-linear-gradient(90deg, rgba(242,239,232,0.09) 0 1px, transparent 1px 14px); }

/* ============ ABOUT · POSTERS exact (2×2 duotone) ============ */
.posters { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; max-width: 900px;
  margin-inline: auto; padding: 0 var(--gut); }
.poster { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ink); }
.poster > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.1) brightness(0.9); }
.poster__wash { position: absolute; inset: 0;
  background: linear-gradient(115deg, var(--blue) 0%, transparent 55%);
  mix-blend-mode: multiply; opacity: 0.9; }
.poster--p2 .poster__wash { background: linear-gradient(250deg, var(--blue) 0%, transparent 45%); opacity: 0.55; }
.poster--p3 .poster__wash { background: var(--blue); mix-blend-mode: multiply; opacity: 0.68; }
.poster--p4 { background: var(--blue); }
.poster--p4 > img { top: auto; height: 52%; bottom: 0;
  filter: grayscale(1) contrast(1.15) brightness(0.8); mix-blend-mode: luminosity; opacity: 0.9; }
.poster__title { position: absolute; left: 1.1rem; bottom: 1rem; z-index: 2;
  font-family: var(--f-disp); font-weight: 500; font-size: clamp(1.5rem, 3.2vw, 2.6rem);
  line-height: 0.98; color: var(--paper); max-width: 8ch; }
.poster--p4 .poster__title { top: 1.1rem; bottom: auto; max-width: 10ch; }
.poster__vert { position: absolute; z-index: 2; writing-mode: vertical-rl;
  font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--paper-70); right: 0.9rem; top: 1rem; }
.poster--p3 .poster__vert--title { left: 0.9rem; right: auto; top: auto; bottom: 1rem;
  rotate: 180deg; font-family: var(--f-disp); font-weight: 500;
  font-size: clamp(1.5rem, 3.2vw, 2.6rem); letter-spacing: -0.01em; color: var(--paper);
  text-transform: none; }
.poster__num { position: absolute; z-index: 2; font-family: var(--f-mono); font-size: 0.78rem;
  letter-spacing: 0.12em; color: var(--paper); }
.poster--p1 .poster__num { right: 1rem; bottom: 1rem; }
.poster--p2 .poster__num { right: 1rem; top: 1rem; }
.poster--p3 .poster__num { left: 1rem; top: 1rem; }
.poster--p4 .poster__num { left: 1.1rem; bottom: 1rem; }
.poster__word { position: absolute; z-index: 2; left: 1.1rem; top: 46%;
  font-family: var(--f-disp); font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 2rem); color: var(--paper); }
.poster__mono { position: absolute; z-index: 2; font-family: var(--f-mono); font-size: 0.56rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--paper-70); line-height: 2; }
.poster--p2 .poster__mono { left: 1.1rem; top: 58%; }
.poster--p3 .poster__mono { right: 1rem; top: 1rem; text-align: right; }
.poster--p4 .poster__mono { left: 1.1rem; top: 34%; }
@media (max-width: 700px) { .posters { grid-template-columns: 1fr; } }

/* ============ FOOTER links ============ */
.finale__links { display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 2rem; padding: 2.2rem var(--gut); border-top: 1px solid rgba(242,239,232,0.22);
  margin-top: clamp(2rem, 5vw, 4rem); }
.finale__links nav h6 { font-family: var(--f-mono); font-size: 0.6rem; text-transform: uppercase;
  letter-spacing: 0.26em; color: var(--paper-45); margin-bottom: 0.8em; font-weight: 400; }
.finale__links nav a { display: block; font-family: var(--f-mono); font-size: 0.78rem;
  padding: 0.24em 0; color: var(--paper-70); transition: color var(--ui) var(--ease-out); }
@media (hover: hover) { .finale__links nav a:hover { color: var(--paper); } }


/* ============ INDEX · CROSSWORD (the words share letters) ============ */
.xw { padding-block: var(--band); display: grid; justify-items: center; overflow: hidden; }
.xw__grid { --cell: clamp(2.1rem, 6.4vw, 5.8rem);
  display: grid; grid-template-columns: repeat(11, var(--cell));
  grid-template-rows: repeat(7, var(--cell)); position: relative; }
.xw__grid::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(0deg, var(--paper-10) 0 1px, transparent 1px var(--cell)),
    repeating-linear-gradient(90deg, var(--paper-10) 0 1px, transparent 1px var(--cell));
  opacity: 0.5; }
.xw__grid b { display: grid; place-items: center; font-family: var(--f-disp);
  font-weight: 400; font-size: calc(var(--cell) * 0.74); line-height: 1; color: var(--paper); }
.xw__grid b.w-sig { color: transparent; -webkit-text-stroke: 1.5px var(--paper-45); }
.xw__grid b.w-over { color: var(--paper-45); }
.xw__grid b.xw__x { color: var(--blue-hi); -webkit-text-stroke: 0; background: rgba(39, 64, 199, 0.12); }
.xw__meta { font-family: var(--f-mono); font-size: 0.66rem; line-height: 1.9;
  color: var(--paper-70); align-self: start; padding-right: 1rem; }
.xw__meta--b { align-self: end; }
.xw__tag { font-family: var(--f-mono); font-size: 0.6rem; text-transform: uppercase;
  letter-spacing: 0.24em; color: var(--paper-45); text-align: right; }
.xw__video { position: relative; overflow: hidden; }
.xw__video video { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 700px) { .xw__grid { --cell: clamp(1.6rem, 8vw, 2.6rem); }
  .xw__meta, .xw__tag { display: none; } }

/* ============ TICKET DECOR (reference-grade furniture) ============ */
.tik__keys { display: grid; grid-template-columns: repeat(10, 1fr); gap: 3px; margin-top: 0.8rem; }
.tik__keys i { aspect-ratio: 1.4; background: currentColor; opacity: 0.22; border-radius: 2px; }
.tik__keys i:nth-child(4n) { opacity: 0.55; }
.tik__act { border: 1.5px solid currentColor; padding: 0.5rem 0.6rem; margin-top: 0.8rem; }
.tik__act .k2 { display: flex; justify-content: space-between; font-family: var(--f-mono);
  font-size: 0.52rem; text-transform: uppercase; letter-spacing: 0.16em; opacity: 0.7; margin-bottom: 0.35rem; }
.tik__act .bars { display: flex; align-items: flex-end; gap: 2px; height: 26px; }
.tik__act .bars i { flex: 1; background: currentColor; opacity: 0.6; }
.tik__globe { width: 44px; height: 44px; margin-top: 0.8rem; }
.tik__globe circle, .tik__globe ellipse, .tik__globe line { fill: none; stroke: currentColor;
  stroke-width: 1.3; opacity: 0.7; }
.tik__stamp2 { position: absolute; right: 0.9rem; top: 30%; font-family: var(--f-mono);
  font-size: 0.5rem; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1.5px solid currentColor; border-radius: 50%; width: 54px; height: 54px;
  display: grid; place-items: center; text-align: center; line-height: 1.4;
  transform: rotate(-14deg); opacity: 0.65; }

/* ============ ABOUT · editorial column offset ============ */
.poster--p2, .poster--p4 { transform: translateY(clamp(1.6rem, 5vw, 4rem)); }
.posters-band { padding-bottom: calc(var(--band) + clamp(1.6rem, 5vw, 4rem)); }

/* ============================================================
   MOBILE PASS (<= 640px) — proportions, overflow, touch layouts.
   Pinned scroll-scenes stay (they read as scroll on touch); this
   just fixes type scale, kills horizontal overflow, and collapses
   the multi-column layouts that don't fit a phone.
   ============================================================ */
@media (max-width: 640px) {
  body { overflow-x: clip; }
  main { overflow-x: clip; }

  /* INDEX hero */
  .lax__word { font-size: clamp(2.1rem, 11.5vw, 3.6rem); width: 92vw; line-height: 1.06; }
  .lax__word .it { font-size: 0.6rem; letter-spacing: 0.28em; }

  /* THE READ crossword: smaller cells, meta spans full width */
  .xw__grid { --cell: clamp(1.4rem, 8.4vw, 2.3rem); }
  .xw__meta { max-width: 100% !important; font-size: 0.95rem; }
  .xw__video { grid-area: 6 / 7 / 8 / 12 !important; }

  /* title cards */
  .titlecard h2 { font-size: clamp(3rem, 24vw, 6rem); }

  /* SYSTEM morph: keep the word, tuck the supporting text, drop the list */
  .sys-stage__word { font-size: clamp(3.2rem, 26vw, 7rem); }
  .sys-stage__line { left: 1.1rem; right: 1.1rem; bottom: 12vh; max-width: none; font-size: 0.95rem; }
  .sys-stage__items { display: none; }
  .sys-stage__no { top: 12vh; right: 1.1rem; font-size: clamp(2rem, 10vw, 3rem); }

  /* NUMBERS: keep 2x2, shrink figures */
  .checker__num { font-size: clamp(2.6rem, 15vw, 4.4rem); }

  /* CLIENTS collage */
  .collage__stage { height: clamp(340px, 58vh, 520px); }

  /* tighten the vertical rhythm on a phone */
  :root { --band: clamp(3.2rem, 11vw, 5.5rem); }
  .band { padding-block: var(--band); }
  .collage { padding-block: var(--band); }

  /* METHOD: unpin on phones and let the four cards stack and scroll */
  .tickets2 { height: auto !important; }
  .tickets2__pin { position: static !important; height: auto !important; display: block !important;
    padding: 1.5rem 0; }
  .tickets2__row { grid-template-columns: 1fr !important; gap: 1rem; }
  .tik { min-height: 58vh; padding: 1rem; }
  .tik__no { font-size: clamp(3.5rem, 26vw, 7rem) !important; }
  .tik__word { font-size: clamp(1.6rem, 8vw, 2.4rem) !important; }

  /* CASES book */
  .bookhero__title { top: 9vh; }
  .bookhero__title h1 { font-size: clamp(1.6rem, 8vw, 2.4rem) !important; }
  .book { width: 94vw; margin-top: 3vh; }
  .book-count { bottom: 6vh; }

  /* ABOUT shape hero + ribbon */
  .shape .ltr { font-size: clamp(6rem, 44vw, 12rem); }
  .shape h4 { font-size: clamp(1.8rem, 9vw, 3rem); }
  .ribbon__cut { width: clamp(180px, 62vw, 300px); }
  .ribbon__band--back .marq__track span { font-size: clamp(2rem, 12vw, 4rem); }
  .ribbon__band--front .marq__track span { font-size: clamp(2rem, 12vw, 4.4rem); }

  /* SOLUTIONS hero */
  .solhero h1 { font-size: clamp(2.4rem, 13vw, 4.6rem); }

  /* INSIGHTS masthead */
  .masthead h1 { font-size: clamp(3rem, 21vw, 6.5rem); white-space: normal; }

  /* CASE detail */
  .cs-hero__head h1 { font-size: clamp(1.9rem, 9vw, 3.3rem); }
  .facts2__num { font-size: clamp(3rem, 20vw, 6rem); }

  /* footers never force page width */
  .finale { overflow: hidden; }
  .finale__mark { font-size: clamp(3rem, 20vw, 6.5rem); }
}

/* ============================================================
   MOBILE PASS 2 (<= 640px) — testimonials fully visible, the
   solutions art/name un-clashed, and the case-study outcomes
   table stacked into readable cards.
   ============================================================ */
@media (max-width: 640px) {
  /* TESTIMONIALS: keep the pinned fly-in on phone, just size the cards so the
     top (and tallest) one sits fully inside the viewport */
  .arc-plate.tstm { width: 88vw; max-width: 400px; padding: 1.15rem 1.15rem 1rem; }
  .arc-plate.tstm .tstm__quote { font-size: 0.85rem; line-height: 1.45; }
  .arc-stage__label { top: 8vh; }

  /* SOLUTIONS pixel scene: stack name -> art -> description so nothing overlaps */
  .px-stage { place-items: center; padding: 10vh 1.1rem; }
  .px-stage__title { position: static; max-width: 88vw; text-align: center; margin: 0; }
  .px-stage canvas { width: min(50vw, 200px); }
  .px-stage__desc { position: static; display: block; max-width: 42ch; margin: 0.9rem auto 0;
    right: auto; text-align: center; }
  .px-stage__idx { position: static; margin-top: 0.6rem; text-align: center; }
  .px-stage__list { display: none; }

  /* CASE STUDY outcomes table -> one labelled card per row */
  .cs-table thead { display: none; }
  .cs-table, .cs-table tbody, .cs-table tr, .cs-table td { display: block; width: 100%; }
  .cs-table tr { border: 1px solid var(--paper-10); border-radius: 10px;
    padding: 0.85rem 0.95rem; margin-bottom: 0.85rem; }
  .cs-table td { border: 0; padding: 0.28rem 0; display: flex; justify-content: space-between;
    gap: 1rem; font-size: 0.82rem; color: var(--paper); }
  .cs-table td::before { color: var(--paper-45); font-size: 0.56rem; text-transform: uppercase;
    letter-spacing: 0.14em; align-self: center; }
  .cs-table td:nth-child(2)::before { content: "Before"; }
  .cs-table td:nth-child(3)::before { content: "After"; }
  .cs-table td:nth-child(4)::before { content: "Change"; }
  .cs-table td:nth-child(5)::before { content: "Source"; }
  .cs-table td:first-child { font-size: 0.98rem; border-bottom: 1px solid var(--paper-10);
    padding-bottom: 0.5rem; margin-bottom: 0.4rem; }
}

/* ============================================================
   INSIGHTS · NEWSPAPER BLOG — black paper, white type, blue accent
   ============================================================ */
.news { background: var(--night); color: var(--paper); }
.news__masthead { padding: clamp(2.2rem, 5vw, 4.5rem) 0 1rem; }
.news__brow { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; justify-content: space-between;
  font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--paper-45); border-bottom: 1px solid var(--paper-20); padding-bottom: 0.8rem; }
.news__brow b { color: var(--blue-hi); font-weight: 500; }
.news__title { font-family: "Playfair Display", Georgia, serif; font-weight: 900;
  font-size: clamp(3.4rem, 15vw, 12rem); line-height: 0.86; letter-spacing: -0.01em; text-align: center;
  color: var(--paper); margin: clamp(1rem, 3vw, 2rem) 0 0.4rem; padding-bottom: 0.04em; }
.news__sub { text-align: center; font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--blue-hi); }
.news__rule { height: 3px; border-top: 3px double var(--paper-45); margin: 1.2rem 0 0; }

/* lead story */
.news__lead { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(1.6rem, 4vw, 3.2rem);
  align-items: start; padding: clamp(2rem, 4vw, 3.4rem) 0; border-bottom: 1px solid var(--paper-20); }
.lead__body { min-width: 0; }
.lead__k { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue-hi); }
.lead__title { font-family: "Playfair Display", Georgia, serif; font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -0.01em; margin: 0.7rem 0 0.9rem;
  color: var(--paper); }
.lead__title a { color: inherit; transition: color var(--ui) var(--ease-out); }
@media (hover: hover) { .lead__title a:hover { color: var(--blue-hi); } }
.lead__stand { font-family: var(--f-body); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.6;
  color: var(--paper-70); max-width: 48ch; }
.lead__meta { margin-top: 1.1rem; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--paper-45); }
.news figure { margin: 0; }
.news__lead figure img, .story__img img { width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(1) contrast(1.05); border: 1px solid var(--paper-20); }
.news__lead figure { aspect-ratio: 4 / 3; overflow: hidden; }
.news figcaption { margin-top: 0.5rem; font-family: var(--f-mono); font-size: 0.56rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--paper-45); }

/* story grid */
.news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-top: 0.5rem; }
.story { display: block; padding: clamp(1.4rem, 2.4vw, 2rem) clamp(1.2rem, 2vw, 1.8rem);
  border-right: 1px solid var(--paper-20); border-bottom: 1px solid var(--paper-20); color: inherit;
  transition: background var(--ui) var(--ease-out); }
.story:nth-child(3n) { border-right: 0; }
@media (hover: hover) { .story:hover { background: rgba(39, 64, 199, 0.08); } .story:hover .story__h { color: var(--blue-hi); } }
.story__img { aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 0.9rem; }
.story__k { font-family: var(--f-mono); font-size: 0.56rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue-hi); }
.story__h { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  line-height: 1.06; margin: 0.5rem 0 0.55rem; color: var(--paper); transition: color var(--ui) var(--ease-out); }
.story__d { font-family: var(--f-body); font-size: 0.9rem; line-height: 1.55; color: var(--paper-70); }
.story__more { display: inline-block; margin-top: 0.7rem; font-family: var(--f-mono); font-size: 0.58rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-hi); }
@media (max-width: 860px) { .news__lead { grid-template-columns: 1fr; } .news__lead figure { order: -1; }
  .news__grid { grid-template-columns: 1fr 1fr; } .story:nth-child(3n) { border-right: 1px solid var(--paper-20); }
  .story:nth-child(2n) { border-right: 0; } }
@media (max-width: 560px) { .news__grid { grid-template-columns: 1fr; }
  .story { border-right: 0 !important; } }

/* subscribe strip */
.news__sub-strip { border-top: 3px double var(--paper-45); margin-top: 2rem; padding: clamp(2rem, 4vw, 3rem) 0;
  display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; align-items: center; justify-content: space-between; }
.news__sub-strip h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.6rem); }
.news__sub-strip form { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.news__sub-strip input { font-family: var(--f-mono); font-size: 0.85rem; color: var(--paper);
  background: transparent; border: 1.5px solid var(--paper-20); padding: 0.7rem 0.9rem; min-width: 240px; }
.news__sub-strip input:focus { outline: none; border-color: var(--blue); }

/* ---- article (single post) ---- */
.article { max-width: 760px; margin: 0 auto; padding-top: clamp(1.5rem, 4vw, 3rem); }
.article__crumb { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper-45); }
.article__crumb a { color: var(--blue-hi); }
.article__k { display: block; margin-top: 1.4rem; font-family: var(--f-mono); font-size: 0.62rem;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue-hi); }
.article__title { font-family: "Playfair Display", Georgia, serif; font-weight: 800;
  font-size: clamp(2.2rem, 6vw, 4.4rem); line-height: 1; letter-spacing: -0.01em; margin: 0.6rem 0 1rem; padding-bottom: 0.04em; }
.article__stand { font-family: var(--f-body); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.6; color: var(--paper-70); }
.article__meta { margin: 1.4rem 0; padding: 0.9rem 0; border-top: 1px solid var(--paper-20); border-bottom: 1px solid var(--paper-20);
  font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper-45);
  display: flex; gap: 1.4rem; flex-wrap: wrap; }
.article__lede { aspect-ratio: 16 / 9; overflow: hidden; margin: 1.4rem 0; }
.article__body { font-family: var(--f-body); font-size: 1.06rem; line-height: 1.75; color: var(--paper); }
.article__body > p { margin-bottom: 1.15rem; color: var(--paper-70); }
.article__body > p:first-of-type::first-letter { font-family: "Playfair Display", Georgia, serif; font-weight: 800;
  float: left; font-size: 3.4em; line-height: 0.72; padding: 0.06em 0.12em 0 0; color: var(--paper); }
.article__body h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.1; margin: 2rem 0 0.9rem; color: var(--paper); }
.article__body strong { color: var(--paper); }
.article__body blockquote { border-left: 3px solid var(--blue); padding-left: 1.2rem; margin: 1.6rem 0;
  font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.3rem, 2.4vw, 1.9rem); line-height: 1.25; color: var(--paper); }
.article__end { margin: 2.4rem 0; text-align: center; color: var(--blue-hi); font-family: var(--f-mono); letter-spacing: 0.3em; }
.article__back { display: inline-block; margin: 1rem 0 2rem; font-family: var(--f-mono); font-size: 0.62rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-hi); }
