/* ════════════════════════════════════════════════════════════════════
   MOOPS — Consolidated public-facing stylesheet
   Single source of truth for all public pages. Loaded via <link> in
   resources/views/components/moops-head.blade.php.

   Sections:
     1.  Design tokens            11. About page
     2.  Reset / base             12. Services (index)
     3.  Layout                   13. Service show
     4.  Typography               14. Industry show
     5.  Buttons                  15. Capability show
     6.  Animation system         16. Work (index)
     7.  Hero effects             17. Work show (case study)
     8.  Navigation               18. Insights
     9.  Footer                   19. Contact
     10. Home (welcome)           20. Know-you
                                  21. Shared utilities
   ════════════════════════════════════════════════════════════════════ */


/* ════════════════════════════════════════════════════════════════════
   1. DESIGN TOKENS
   ════════════════════════════════════════════════════════════════════ */
:root {
  --bg: #F5F2ED;
  --bg-alt: #EDE6DA;
  --ink: #0E0E0C;
  --ink-soft: #2A2A26;
  --ink-mute: #6B6B63;
  --line: rgba(14, 14, 12, 0.12);
  --line-soft: rgba(14, 14, 12, 0.06);
  --accent: #FF4D3D;
  --accent-deep: #E63B2B;
  --white: #ffffff;

  /* ── Translucent theme scales (pixel-identical to former raw rgba) ──
     --bg-NN  = light tone (#F5F2ED) at NN% — used for text/borders/overlays on dark surfaces.
     --ink-NN = dark tone  (#0E0E0C) at NN% — used for borders/overlays on light surfaces. */
  --bg-04: rgba(245,242,237,0.04);
  --bg-05: rgba(245,242,237,0.05);
  --bg-06: rgba(245,242,237,0.06);
  --bg-07: rgba(245,242,237,0.07);
  --bg-08: rgba(245,242,237,0.08);
  --bg-10: rgba(245,242,237,0.10);
  --bg-12: rgba(245,242,237,0.12);
  --bg-14: rgba(245,242,237,0.14);
  --bg-15: rgba(245,242,237,0.15);
  --bg-18: rgba(245,242,237,0.18);
  --bg-20: rgba(245,242,237,0.20);
  --bg-22: rgba(245,242,237,0.22);
  --bg-25: rgba(245,242,237,0.25);
  --bg-28: rgba(245,242,237,0.28);
  --bg-30: rgba(245,242,237,0.30);
  --bg-35: rgba(245,242,237,0.35);
  --bg-36: rgba(245,242,237,0.36);
  --bg-38: rgba(245,242,237,0.38);
  --bg-40: rgba(245,242,237,0.40);
  --bg-45: rgba(245,242,237,0.45);
  --bg-50: rgba(245,242,237,0.50);
  --bg-55: rgba(245,242,237,0.55);
  --bg-60: rgba(245,242,237,0.60);
  --bg-03: rgba(245,242,237,0.03);
  --bg-09: rgba(245,242,237,0.09);
  --bg-13: rgba(245,242,237,0.13);
  --bg-16: rgba(245,242,237,0.16);
  --bg-52: rgba(245,242,237,0.52);
  --bg-65: rgba(245,242,237,0.65);
  --bg-68: rgba(245,242,237,0.68);
  --bg-70: rgba(245,242,237,0.70);
  --bg-72: rgba(245,242,237,0.72);
  --bg-75: rgba(245,242,237,0.75);
  --bg-80: rgba(245,242,237,0.80);
  --bg-82: rgba(245,242,237,0.82);
  --bg-85: rgba(245,242,237,0.85);
  --bg-88: rgba(245,242,237,0.88);
  --bg-95: rgba(245,242,237,0.95);
  --ink-03: rgba(14,14,12,0.03);
  --ink-04: rgba(14,14,12,0.04);
  --ink-048: rgba(14,14,12,0.048);
  --ink-05: rgba(14,14,12,0.05);
  --ink-055: rgba(14,14,12,0.055);
  --ink-06: rgba(14,14,12,0.06);
  --ink-07: rgba(14,14,12,0.07);
  --ink-08: rgba(14,14,12,0.08);
  --ink-09: rgba(14,14,12,0.09);
  --ink-10: rgba(14,14,12,0.10);
  --ink-12: rgba(14,14,12,0.12);
  --ink-13: rgba(14,14,12,0.13);
  --ink-14: rgba(14,14,12,0.14);
  --ink-15: rgba(14,14,12,0.15);
  --ink-16: rgba(14,14,12,0.16);
  --ink-18: rgba(14,14,12,0.18);
  --ink-20: rgba(14,14,12,0.20);
  --ink-22: rgba(14,14,12,0.22);
  --ink-28: rgba(14,14,12,0.28);
  --ink-30: rgba(14,14,12,0.30);
  --ink-32: rgba(14,14,12,0.32);
  --ink-35: rgba(14,14,12,0.35);
  --ink-95: rgba(14,14,12,0.95);
  /* Secondary accent (#FF6B28) used on industry pages — distinct hue from --accent. */
  --accent-bright: #FF6B28;
  --accent-bright-05: rgba(255,107,40,0.05);
  --accent-bright-10: rgba(255,107,40,0.10);
  --accent-bright-12: rgba(255,107,40,0.12);
  /* --accent (#FF4D3D) at opacity */
  --accent-06: rgba(255,77,61,0.06);
  --accent-08: rgba(255,77,61,0.08);
  --accent-10: rgba(255,77,61,0.10);
  --accent-12: rgba(255,77,61,0.12);
  --accent-15: rgba(255,77,61,0.15);
  --accent-18: rgba(255,77,61,0.18);
  --accent-20: rgba(255,77,61,0.20);
  --accent-22: rgba(255,77,61,0.22);
  --accent-25: rgba(255,77,61,0.25);
  --accent-30: rgba(255,77,61,0.30);
  --accent-35: rgba(255,77,61,0.35);
  --accent-45: rgba(255,77,61,0.45);
  --accent-glow: #FF8C69;
  /* Success / available state (distinct semantic green) */
  --ok: #10B981;
  --ok-12: rgba(16,185,129,0.12);
  --ok-25: rgba(16,185,129,0.25);
  /* Live-status dot on homepage (brighter green, distinct from --ok) */
  --green-live: #22c55e;
  --green-live-60: rgba(34,197,94,0.6);
  --font-display: "Geist", "Inter", system-ui, -apple-system, sans-serif;
  --font-italic: "Instrument Serif", "Times New Roman", serif;
  --font-sans: "Geist", "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --container: 1440px;
  --nav-h: 72px;
}


/* ════════════════════════════════════════════════════════════════════
   2. RESET / BASE
   ════════════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-feature-settings: "ss01", "ss02", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: white; }


/* ════════════════════════════════════════════════════════════════════
   3. LAYOUT
   ════════════════════════════════════════════════════════════════════ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 720px) { .container { padding: 0 20px; } }

/* ── Section vertical padding — reduced sitewide ──
   These rules target inline padding strings still present on <section>
   elements; do not remove the inline paddings or these stop matching. */

/* Desktop & tablet (all screens) */
section[style*="160px 0"]:not([style*="min-height"]) {
  padding-top:    96px !important;
  padding-bottom: 96px !important;
}
section[style*="0 0 160px"] {
  padding-top:    0    !important;
  padding-bottom: 96px !important;
}
section[style*="40px 0 160px"] {
  padding-top:    40px !important;
  padding-bottom: 96px !important;
}
section[style*="padding: 120px"]:not([style*="min-height"]),
section[style*="padding:120px"]:not([style*="min-height"]) {
  padding-top:    72px !important;
  padding-bottom: 72px !important;
}
section[style*="clamp(80px,10vw"]:not([style*="min-height"]),
section[style*="clamp(80px,10vh"]:not([style*="min-height"]) {
  padding-top:    72px !important;
  padding-bottom: 72px !important;
}
section[style*="clamp(60px,8vw"]:not([style*="min-height"]),
section[style*="clamp(60px,8vh"]:not([style*="min-height"]) {
  padding-top:    60px !important;
  padding-bottom: 60px !important;
}

/* Mobile — further reduction */
@media (max-width: 768px) {
  section[style*="160px 0"]:not([style*="min-height"]) {
    padding-top:    72px !important;
    padding-bottom: 72px !important;
  }
  section[style*="0 0 160px"] {
    padding-top:    0    !important;
    padding-bottom: 72px !important;
  }
  section[style*="40px 0 160px"] {
    padding-top:    32px !important;
    padding-bottom: 72px !important;
  }
  section[style*="padding: 120px"]:not([style*="min-height"]),
  section[style*="padding:120px"]:not([style*="min-height"]) {
    padding-top:    52px !important;
    padding-bottom: 52px !important;
  }
  section[style*="clamp(80px,10vw"]:not([style*="min-height"]),
  section[style*="clamp(80px,10vh"]:not([style*="min-height"]) {
    padding-top:    52px !important;
    padding-bottom: 52px !important;
  }
  section[style*="clamp(60px,8vw"]:not([style*="min-height"]),
  section[style*="clamp(60px,8vh"]:not([style*="min-height"]) {
    padding-top:    40px !important;
    padding-bottom: 40px !important;
  }
}

section { position: relative; }


/* ════════════════════════════════════════════════════════════════════
   4. TYPOGRAPHY
   ════════════════════════════════════════════════════════════════════ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  font-family: var(--font-mono);
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.7;
  display: inline-block;
  flex-shrink: 0;
}
.h-display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.95;
}
.italic {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
}
.text-accent { color: var(--accent); }
.text-mute { color: var(--ink-mute); }


/* ════════════════════════════════════════════════════════════════════
   5. BUTTONS
   ════════════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border-radius: var(--radius-pill);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: transform .3s var(--ease-out), background .3s, color .3s, border-color .3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--accent); }
/* Primary-strength button for dark-background heroes — .btn-primary's
   ink fill would vanish against an already-dark section, so this
   inverts to a light fill. Same "coral only on hover" behavior. */
.btn-light { background: var(--bg); color: var(--ink); }
.btn-light:hover { background: var(--accent); color: var(--white); }
.btn-effect { background: var(--accent); color: var(--white); }
.btn-effect:hover { background: var(--ink); color: var(--bg); }
.btn-ghost {
  background: rgba(255,255,255,0.55);
  color: var(--ink);
  border: 1.5px solid var(--ink-22);
  box-shadow: 0 1px 3px var(--ink-08), inset 0 1px 0 rgba(255,255,255,0.7);
  transition: background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
  box-shadow: 0 4px 16px var(--ink-18);
}
.btn .arrow { width: 20px; height: 20px; transition: transform .35s var(--ease-out); }
.btn:hover .arrow { transform: translate(2px, -2px); }
.btn-sm { padding: 12px 20px; font-size: 14px; }
.btn-sm .arrow { width: 16px; height: 16px; }


/* ════════════════════════════════════════════════════════════════════
   6. ANIMATION SYSTEM
   ════════════════════════════════════════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.fade-up.in { opacity: 1; transform: none; }
.fade-in { opacity: 0; transition: opacity 1s var(--ease-out); }
.fade-in.in { opacity: 1; }

/* Scroll progress */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: var(--accent);
  z-index: 200;
  transform-origin: left;
  width: 100%;
  transform: scaleX(0);
  transition: transform .1s linear;
}

/* Scroll-reveal variants */
.reveal            { opacity:0; transition:opacity .85s var(--ease-out), transform .85s var(--ease-out), filter .85s var(--ease-out); }
.reveal.r-up       { transform:translateY(48px); }
.reveal.r-down     { transform:translateY(-32px); }
.reveal.r-left     { transform:translateX(-48px); }
.reveal.r-right    { transform:translateX(48px); }
.reveal.r-scale    { transform:scale(0.88); }
.reveal.r-blur     { transform:translateY(24px); filter:blur(10px); }
.reveal.r-rotate   { transform:rotate(-4deg) translateY(32px); }
.reveal.in         { opacity:1 !important; transform:none !important; filter:none !important; }

/* Stagger helpers (applied by JS automatically to children) */
.stagger > * { opacity:0; transform:translateY(36px); transition:opacity .75s var(--ease-out), transform .75s var(--ease-out); }
.stagger.in > * { opacity:1; transform:none; }

/* Custom cursor */
#m-cursor {
  position:fixed; top:0; left:0; width:9px; height:9px;
  background:var(--accent); border-radius:50%;
  pointer-events:none; z-index:9999;
  mix-blend-mode:multiply;
  transform:translate(-50%,-50%);
  transition:width .25s var(--ease-out), height .25s var(--ease-out), opacity .3s;
  will-change:transform;
}
#m-cursor-ring {
  position:fixed; top:0; left:0; width:38px; height:38px;
  border:1.5px solid var(--accent-45); border-radius:50%;
  pointer-events:none; z-index:9998;
  transform:translate(-50%,-50%);
  transition:width .4s var(--ease-out), height .4s var(--ease-out), border-color .3s, opacity .3s;
  will-change:transform;
}
#m-cursor.hover  { width:20px; height:20px; opacity:.6; }
#m-cursor-ring.hover { width:56px; height:56px; border-color:var(--accent-25); }
#m-cursor.click  { width:14px; height:14px; }
body:not(:hover) #m-cursor,
body:not(:hover) #m-cursor-ring { opacity:0; }
@media (hover:none) { #m-cursor, #m-cursor-ring { display:none !important; } }

/* Button ripple */
.btn { overflow:hidden; }
.ripple {
  position:absolute; border-radius:50%;
  background:rgba(255,255,255,0.28);
  transform:scale(0); animation:rippleAnim .55s linear;
  pointer-events:none;
}
@keyframes rippleAnim { to { transform:scale(4); opacity:0; } }

/* Card 3-D tilt */
.tilt { transform-style:preserve-3d; will-change:transform; }
.tilt-inner { transform:translateZ(18px); }

/* Magnetic zone */
.magnetic { display:inline-flex; transition:transform .4s var(--ease-out); }

/* Line draw (SVG paths) */
@keyframes lineDraw { from { stroke-dashoffset:1; } to { stroke-dashoffset:0; } }

/* Shimmer sweep — shared by about / service-show / work / work-show buttons.
   (Collapsed from the identical abtShimmer/ssShimmer/wrkShimmer/csShimmer.) */
@keyframes moopsShimmer { from { left: -90%; } to { left: 160%; } }

/* Slide-in sections (on scroll) */
.slide-section {
  opacity:0; transform:translateY(60px);
  transition:opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.slide-section.in { opacity:1; transform:none; }

/* Char-by-char text */
.split-text .char {
  display:inline-block;
  opacity:0; transform:translateY(40px) rotate(4deg);
  transition:opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.split-text.in .char { opacity:1; transform:none; }

/* Glow on accent elements */
@keyframes accentGlow {
  0%,100% { box-shadow:0 0 0 0 rgba(255,77,61,0); }
  50%      { box-shadow:0 0 28px 6px var(--accent-18); }
}
.glow-pulse { animation:accentGlow 3s ease-in-out infinite; }

/* Page-enter curtain */
#page-curtain {
  position:fixed; inset:0; z-index:9000;
  background:var(--ink);
  transform-origin:top;
  animation:curtainLift .8s var(--ease-out) .1s forwards;
}
@keyframes curtainLift {
  0%   { transform:scaleY(1); }
  100% { transform:scaleY(0); }
}


/* ════════════════════════════════════════════════════════════════════
   7. HERO EFFECTS
   ════════════════════════════════════════════════════════════════════ */
.hero-blobs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(72px); opacity: 1; will-change: transform; }
.hero-blob-1 {
  width: 780px; height: 780px;
  background: radial-gradient(circle, rgba(255,77,61,0.52) 0%, var(--accent-18) 40%, transparent 70%);
  top: -220px; left: -220px;
  animation: blobFloat1 20s ease-in-out infinite;
}
.hero-blob-2 {
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(255,152,58,0.46) 0%, rgba(255,152,58,0.14) 45%, transparent 70%);
  bottom: -200px; right: -180px;
  animation: blobFloat2 26s ease-in-out infinite;
}
.hero-blob-3 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(122,141,217,0.32) 0%, rgba(122,141,217,0.08) 50%, transparent 70%);
  top: 20%; right: 15%;
  animation: blobFloat3 32s ease-in-out infinite;
}
@keyframes blobFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(100px, 70px) scale(1.08); }
  66%      { transform: translate(-50px, 120px) scale(0.96); }
}
@keyframes blobFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(-90px, -80px) scale(1.1); }
  66%      { transform: translate(70px, -40px) scale(0.94); }
}
@keyframes blobFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-40px, 60px) scale(1.12); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-blob { animation: none; }
}


/* ════════════════════════════════════════════════════════════════════
   8. NAVIGATION
   ════════════════════════════════════════════════════════════════════ */
/* Fixed nav header shell (extracted from inline style) */
#moops-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 12px min(5vw, 100px);
  pointer-events: none;
}
/* Mobile dropdown menu */
.nav-mob-menu { margin-top: 8px; pointer-events: all; }
.nav-mob-panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px var(--ink-12);
}
.nav-mob-cta-wrap { padding: 16px 24px; }
.nav-mob-cta { width: 100%; justify-content: center; }

.nav-pill-wrap {
  display: flex;
  align-items: center;
  pointer-events: all;
  transition: background .4s var(--ease-out), border-color .4s, border-radius .4s, max-width .4s, padding .4s, box-shadow .4s;
  position: relative; /* for absolute-centered logo on mobile */
}
.nav-flat {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 32px;
  background: var(--bg-82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--ink-07);
  border-radius: 999px;
  box-shadow: 0 2px 16px var(--ink-07), 0 1px 3px var(--ink-05);
}
.nav-pill {
  max-width: 1368px;
  margin: 0 auto;
  padding: 12px 22px;
  background: var(--bg-95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid var(--ink-10);
  border-radius: 999px;
  box-shadow: 0 8px 32px var(--ink-16), 0 3px 10px var(--ink-10), 0 1px 0 rgba(255,255,255,0.8) inset;
}

/* Logo */
.nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
}
.nav-logo-img {
  display: block;
  height: 28px;       /* desktop height */
  width: auto;
  object-fit: contain;
  object-position: left center;
}

/* Desktop links */
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0 auto; /* push CTA to the right */
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
}
.nav-link::after {
  content: '';
  position: absolute; left: 0; bottom: -2px;
  width: 100%; height: 1.5px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease-out);
}
.nav-link:hover::after,
.nav-link--active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Right group */
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
/* Nav CTA — accent (orange) fill instead of the default ink .btn-primary. */
.nav-cta {
  white-space: nowrap;
  background: var(--accent);
  color: var(--white);
}
.nav-cta:hover { background: var(--accent-deep); }

/* Mobile box-arrow button — hidden on desktop */
.nav-circle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--bg);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: background .2s, transform .2s;
  box-shadow: 0 2px 10px var(--ink-20);
}
.nav-circle:hover {
  background: var(--accent);
  transform: scale(1.04);
}

/* Hamburger — hidden on desktop */
.nav-hamburger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1.5px solid var(--ink-18);
  background: var(--bg-75);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  cursor: pointer;
  box-shadow: 0 1px 4px var(--ink-05);
  padding: 0;
  transition: background .2s, border-color .2s;
}
.nav-hamburger:hover { background: var(--bg); border-color: var(--ink-30); }
.ham-line {
  display: block;
  width: 17px;
  height: 1.5px;
  background: var(--ink-mute);
  border-radius: 2px;
  transition: transform .3s cubic-bezier(0.4,0,0.2,1), opacity .2s;
}
.ham-open-1 { transform: rotate(45deg) translate(5px, 5px); }
.ham-open-2 { opacity: 0; transform: translateX(-6px); }
.ham-open-3 { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile menu links */
.mob-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
  text-decoration: none;
  transition: background .2s;
}
.mob-menu-link:hover { background: var(--bg-alt); }

/* Responsive — ≤ 900px */
@media (max-width: 900px) {
  #moops-nav { padding: 12px 0; }
  .nav-links { display: none !important; }
  /* keep the text "Get started" CTA (accent) on mobile too; hide the icon-only circle */
  .nav-cta   { display: inline-flex !important; }
  .nav-circle { display: none !important; }
  .nav-hamburger { display: flex !important; }
  .nav-flat, .nav-pill {
    max-width: calc(100% - 40px) !important;
    border-radius: 22px !important;
    padding: 10px 14px !important;
    background: rgba(245,242,237,0.97) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid var(--ink-12) !important;
    box-shadow: 0 8px 28px var(--ink-14), 0 2px 6px var(--ink-08) !important;
  }
  .nav-pill-wrap {
    display: flex !important;
    align-items: center;
    gap: 0;
  }
  .nav-logo { margin-left: 12px; }
  .nav-logo-img { height: 34px; }   /* +40% on mobile */
  .nav-right {
    margin-left: auto;
    display: flex !important;
    justify-content: flex-end;
  }
}
@media (max-width: 540px) {
  .nav-flat, .nav-pill {
    max-width: calc(100% - 28px) !important;
    border-radius: 20px !important;
    padding: 9px 12px !important;
  }
  .nav-logo { margin-left: 10px !important; }
  .nav-logo-img { height: 31px !important; }   /* +40% on mobile */
  .nav-hamburger {
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
  }
  /* tighten the CTA so logo + hamburger + button fit small screens */
  .nav-cta { padding: 10px 14px !important; font-size: 13px !important; }
}


/* ════════════════════════════════════════════════════════════════════
   9. FOOTER
   ════════════════════════════════════════════════════════════════════ */
/* Link hover (replaces inline onmouseover/onmouseout handlers) */
.ft-link { color: var(--bg); transition: color .25s; }
.ft-link:hover { color: var(--accent); }
.ft-legal-link { color: inherit; transition: color .25s; }
.ft-legal-link:hover { color: var(--bg); }

/* Social row links */
.ft-social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--bg-15);
  color: var(--bg-65);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background .25s, border-color .25s, color .25s;
}
.ft-social-link:hover {
  background: var(--bg-08);
  border-color: var(--bg-35);
  color: var(--bg);
}

/* ── Footer structure (extracted from inline styles) ── */
.moops-footer { background: var(--ink); color: var(--bg); padding-top: 80px; position: relative; overflow: hidden; }
.moops-ft-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--bg-12);
}
.ft-brand { font-family: var(--font-display); font-size: 30px; letter-spacing: -0.02em; color: var(--bg); text-decoration: none; }
.ft-effect-kicker { margin-top: 14px; }
.ft-effect-kicker span { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.ft-blurb { margin-top: 14px; font-size: 16px; line-height: 1.55; color: var(--bg-70); max-width: 300px; }
.ft-cta { background: var(--accent); color: var(--white); margin-top: 28px; padding: 14px 22px; font-size: 14px; }
.ft-col-head { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bg-50); margin-bottom: 18px; }
.ft-col-links { display: flex; flex-direction: column; gap: 10px; }
.ft-col-links .ft-link { font-size: 15px; }
.ft-contact-list { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.ft-address { color: var(--bg-70); line-height: 1.5; }

/* City / location links row */
.ft-cities {
  padding: 28px 0 4px;
  border-top: 1px solid var(--bg-12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 8px;
  flex-wrap: wrap;
}
.ft-cities-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bg-45); margin-right: 6px; }
.ft-cities .ft-link { font-size: 14px; }
.ft-cities-sep { color: var(--bg-25); }

/* Social row */
.ft-social-row {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ft-social-row--bordered { padding: 48px 0; border-top: 1px solid var(--bg-12); }

/* Brand statement */
.ft-statement { padding: 20px 0 40px; text-align: center; overflow: hidden; }
.ft-statement-text { font-size: clamp(24px, 4.5vw, 70px); letter-spacing: -0.04em; line-height: 1; color: var(--bg); white-space: nowrap; }
.ft-statement-text .italic { color: var(--accent); }

/* Bottom legal bar */
.moops-ft-bottom {
  padding: 32px 0;
  border-top: 1px solid var(--bg-12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: var(--bg-55);
}
.ft-legal-links { display: flex; gap: 24px; }
.ft-made { font-family: var(--font-mono); }

/* Tablet: 2-col */
@media (max-width: 900px) {
  .moops-ft-top { grid-template-columns: 1fr 1fr !important; gap: 40px !important; }
}

/* Mobile: stack layout */
@media (max-width: 540px) {
  .moops-ft-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px 24px !important;
    text-align: center !important;
  }
  .moops-ft-top > div:first-child {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .moops-ft-top > div:first-child p { max-width: 100% !important; }
  .moops-ft-top > div:nth-child(2),
  .moops-ft-top > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .moops-ft-top > div:last-child {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .moops-ft-bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
  }
  .moops-ft-bottom > div:nth-child(2) { justify-content: center; }
}




/* ====================================================================
   10. HOME — welcome
   ==================================================================== */
/* shared tiny helpers used on this page */
.hp-nowrap  { white-space: nowrap; }
.hp-shrink0 { flex-shrink: 0; }
.hp-proc-inner { position: relative; z-index: 1; }
/* dimmed eyebrow variants (eyebrow on dark sections) */
.hp-eyebrow-dim   { color: var(--bg-60); }
.hp-eyebrow-dim-5 { color: var(--bg-50); }
.hp-eyebrow-inline { display: inline; }
/* JS hover-lift hook (replaces inline style="border-radius:28px" the welcome script matched) */
.hp-card-lift { border-radius: 28px; }
/* ── HERO ── */
.hero-sec { min-height: 100vh; min-height: 100svh; position: relative; overflow: hidden; background: var(--bg); }
.hero-ghost-word {
  font-size: clamp(240px,32vw,500px);
}
.hero-col { position: relative; z-index: 3; display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; padding-top: 96px; padding-bottom: 56px; }
.hero-h1 { font-size: clamp(56px,8.4vw,132px); line-height: 0.93; letter-spacing: -0.04em; margin: 0; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.hero-line { display: block; overflow: hidden; }
.hero-line-inner { display: block; opacity: 0; transform: translateY(90px); }
.hero-line-1 { transition: opacity .9s var(--ease-out) .2s, transform .9s var(--ease-out) .2s; }
.hero-line-2 { transition: opacity .9s var(--ease-out) .34s, transform .9s var(--ease-out) .34s; }
.hero-left { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease-out) .52s, transform .8s var(--ease-out) .52s; }
.hero-sub { font-size: clamp(14px,1.15vw,17px); line-height: 1.7; color: var(--ink-soft); max-width: 420px; margin: 0 0 32px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-scroll { display: flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }
.hero-scroll-track { width: 28px; height: 1px; background: var(--ink-mute); position: relative; overflow: hidden; flex-shrink: 0; }
.hero-scroll-fill { position: absolute; inset: 0; background: var(--ink); animation: scrollLine 2.5s ease-in-out infinite; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-top: 56px; }
/* ── MARQUEE ── */
.hp-marquee-sec { padding: 0; background: var(--ink); border-top: 1px solid var(--bg-08); border-bottom: 1px solid var(--bg-08); overflow: hidden; }
.hp-marquee-track-wrap { position: relative; padding: 22px 0; }
.hp-marquee-track { display: flex; gap: 0; width: max-content; animation: marqueeScroll 36s linear infinite; }
.hp-marquee-item { display: inline-flex; align-items: center; gap: 0; white-space: nowrap; }
.hp-marquee-text { font-family: var(--font-italic); font-style: italic; font-size: clamp(18px,2vw,28px); letter-spacing: -0.02em; color: var(--bg-82); padding: 0 clamp(24px,3vw,44px); }
.hp-marquee-tag { color: var(--accent); font-family: var(--font-mono); font-size: clamp(8px,0.7vw,11px); letter-spacing: 0.18em; opacity: 0.7; flex-shrink: 0; }
.hp-marquee-fade { position: absolute; top: 0; bottom: 0; width: 120px; pointer-events: none; z-index: 2; }
.hp-marquee-fade-l { left: 0;  background: linear-gradient(to right, var(--ink), transparent); }
.hp-marquee-fade-r { right: 0; background: linear-gradient(to left,  var(--ink), transparent); }
/* ── SERVICES ── */
.hp-svc-eyebrow-row { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.hp-svc-eyebrow-line { width: 28px; height: 1.5px; background: var(--accent); }
.hp-services-h2 { font-size: clamp(48px,6.5vw,110px); letter-spacing: -0.035em; margin-top: 12px; }
.hp-services-intro { font-size: 18px; line-height: 1.5; color: var(--ink-soft); max-width: 460px; justify-self: end; }
.hp-services-cta { margin-top: 60px; text-align: center; }
.services-hdr  { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 100px; align-items: end; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.svc-card-body { padding: clamp(32px,3.5vw,52px); display: flex; flex-direction: column; gap: 32px; min-height: 400px; position: relative; overflow: hidden; }
.svc-num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.5; }
.svc-tag-pill { display: inline-block; padding: 6px 14px; border-radius: 999px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.svc-title { font-size: clamp(32px,3.4vw,56px); letter-spacing: -0.03em; line-height: 1; }
.svc-desc { font-size: 16px; line-height: 1.55; margin-bottom: 24px; }
.svc-desc-dark  { color: var(--bg-75); }
.svc-desc-light { color: var(--ink-soft); }
.svc-stack { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.svc-stack-pill { font-size: 11px; font-family: var(--font-mono); padding: 5px 10px; border-radius: 999px; border: 1px solid; }
.svc-stack-pill-dark  { border-color: var(--bg-18); color: var(--bg-70); }
.svc-stack-pill-light { border-color: var(--line);  color: var(--ink-mute); }
.svc-arrow-btn { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; }
.svc-orb { position: absolute; right: -100px; bottom: -100px; width: 300px; height: 300px; border-radius: 50%; background: var(--accent); pointer-events: none; }
.svc-bottom { margin-top: auto; }
/* ── THE MOOPS EFFECT ── */
.hp-effect-sec { padding: 72px 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.hp-effect-ghost-word {
  font-size: clamp(180px,25vw,420px);
}
.hp-effect-eyebrow-row { display: flex; align-items: center; gap: 16px; margin-bottom: clamp(48px,6vw,80px); }
.hp-effect-eyebrow-line { width: 40px; height: 1px; background: var(--accent); }
.hp-effect-eyebrow-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); }
.hp-effect-h2 { font-size: clamp(52px,7.5vw,130px); letter-spacing: -0.04em; line-height: 0.92; margin-bottom: clamp(40px,5vw,72px); }
.hp-effect-eyebrow { display: flex; margin-bottom: clamp(48px,6vw,80px); }
.effect-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.effect-stage-label { font-size: 11px; font-family: var(--font-mono); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.effect-stage-before { color: var(--bg-30); }
.effect-stage-after  { color: var(--bg-35); }
.effect-stage-text { font-size: 14px; line-height: 1.65; }
.effect-text-before { color: var(--bg-45); }
.effect-text-after  { color: var(--bg-85); }
.effect-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--accent); }
.effect-divider-line { flex: 1; height: 1px; background: var(--accent-30); }
.effect-stat-wrap { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--bg-10); }
.effect-stat { font-family: var(--font-italic); font-style: italic; font-size: clamp(28px,2.5vw,38px); letter-spacing: -0.025em; color: var(--accent); line-height: 1; }
.effect-manifesto { margin-top: clamp(48px,6vw,88px); padding: clamp(28px,3.5vw,48px); border: 1px solid var(--bg-10); border-radius: 24px; background: var(--bg-03); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.effect-manifesto-quote { font-size: clamp(20px,2.2vw,30px); font-weight: 500; letter-spacing: -0.025em; line-height: 1.35; color: var(--bg); margin: 0; }
.effect-manifesto-aside { flex-shrink: 0; text-align: right; }
.effect-manifesto-note { margin-top: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--bg-30); }
/* ── LOCATIONS WE SERVE (light, compact) ── */
.hp-loc-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.hp-loc-title { font-size: clamp(34px, 5vw, 72px); letter-spacing: -0.035em; line-height: 0.98; margin-top: 20px; color: var(--ink); }
.hp-loc-sub { margin-top: 20px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); }
.hp-locations .eyebrow { justify-content: center; }
.hp-loc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
.hp-loc-grid .related-item { font-weight: 600; transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease-out); }
.hp-loc-grid .related-item:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
  transform: translateY(-2px);
}
.hp-loc-grid .related-item:hover .related-item-arrow { opacity: 1; }
@media (max-width: 900px) { .hp-loc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .hp-loc-grid { grid-template-columns: 1fr 1fr; } }
/* ── STATS ── */
.hp-stats-sec { padding: 96px 0; background: var(--bg); color: var(--ink); position: relative; overflow: hidden; }
.hp-stats-sec .ghost-word--filled { color: var(--ink); }
.hp-stats-ghost-wrap {
  opacity: 0.04;
}
.hp-stats-ghost-word {
  font-size: clamp(220px,30vw,460px);
}
.hp-stats-h2 { font-size: clamp(48px,6.5vw,110px); letter-spacing: -0.035em; margin-top: 24px; }
.hp-stats-intro { font-size: 18px; line-height: 1.5; color: var(--ink-mute); max-width: 460px; justify-self: end; }
.stats-hdr  { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 100px; align-items: end; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.stats-cell { padding: 60px 36px; position: relative; }
.stats-cell-border { border-right: 1px solid var(--line); }
.stats-num { font-family: var(--font-display); font-size: clamp(80px,9vw,152px); line-height: 1; letter-spacing: -0.04em; margin-bottom: 20px; display: flex; align-items: baseline; }
.stats-suffix { color: var(--accent); font-size: 0.6em; margin-left: 4px; }
.stats-label { font-size: 17px; font-weight: 500; margin-bottom: 6px; letter-spacing: -0.01em; }
.stats-sub { font-size: 13px; color: var(--ink-mute); line-height: 1.4; }
.stats-bar { position: absolute; bottom: 0; left: 36px; right: 36px; height: 2px; background: var(--line-soft); overflow: hidden; }
.stats-bar-fill { height: 100%; background: var(--accent); transform-origin: left; }
.stats-footer { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 13px; color: var(--ink-mute); }
.stats-footer-live { display: flex; align-items: center; gap: 12px; }
.stats-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-live); box-shadow: 0 0 12px var(--green-live-60); }
.stats-footer-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; padding-bottom: 4px; border-bottom: 1px solid var(--line); }
/* ── PROCESS ── */
.hp-proc-sec { padding: 60px 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.proc-ghost-word {
  right: -3%; top: 50%; transform: translateY(-50%); font-size: clamp(160px,20vw,340px);
}
.proc-hdr { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: clamp(36px,5vw,64px); }
.proc-h2 { font-size: clamp(38px,5vw,76px); letter-spacing: -0.035em; margin-top: 16px; line-height: 1.0; }
.proc-hdr-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.proc-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border: 1px solid var(--bg-15); border-radius: 999px; font-size: 13px; color: var(--bg-65); font-family: var(--font-mono); letter-spacing: 0.08em; }
.proc-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.proc-breakdown-link { font-size: 13px; color: var(--bg-50); font-family: var(--font-mono); letter-spacing: 0.08em; text-decoration: none; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--bg-20); padding-bottom: 2px; transition: color .25s; }
.proc-breakdown-link:hover { color: var(--bg); }

/* ── Process flow — big outline numerals, 2 per row (B&W + orange hints) ── */
.hp-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(40px, 5vw, 88px);
  row-gap: 0;
}
.hp-flow-step {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2vw, 30px);
  padding: clamp(28px, 3.4vw, 44px) 0;
  border-top: 1px solid var(--bg-12);
  transition: border-color .4s var(--ease-out);
}
/* on a 2-col grid, drop the top border on the very first row's two items
   so the block reads as a clean ruled list */
.hp-flow-step:nth-child(1),
.hp-flow-step:nth-child(2) { border-top: none; }
.hp-flow-step:hover { border-color: var(--accent); }
/* big outline numeral */
.hp-flow-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--bg-30);
  flex-shrink: 0;
  min-width: 1.2em;
  font-variant-numeric: tabular-nums;
  transition: -webkit-text-stroke-color .4s var(--ease-out), color .4s var(--ease-out);
}
.hp-flow-step:hover .hp-flow-num {
  -webkit-text-stroke-color: var(--accent);
}

/* Light background variant */
.hp-flow--light .hp-flow-step { border-color: var(--line); }
.hp-flow--light .hp-flow-step:hover { border-color: var(--accent); }
.hp-flow--light .hp-flow-num { -webkit-text-stroke-color: var(--ink-22); }
.hp-flow--light .hp-flow-step:hover .hp-flow-num { -webkit-text-stroke-color: var(--accent); }
.hp-flow--light .hp-flow-label { color: var(--ink); }
.hp-flow--light .hp-flow-desc { color: var(--ink-soft); }

/* 1-column layout variant (e.g. for What You Get section) */
.hp-flow--1col { grid-template-columns: 1fr !important; }
.hp-flow--1col .hp-flow-step:nth-child(2) { border-top-width: 1px; border-top-style: solid; }

.hp-flow-body { padding-top: 6px; min-width: 0; }
.hp-flow-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.hp-flow-label {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--bg);
}
.hp-flow-time {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.hp-flow-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--bg-55);
  margin: 0;
}
/* Process header on mobile: stack title over a compact left-aligned aside
   (badge + link share one row) instead of the right-stacked desktop layout. */
@media (max-width: 760px) {
  .proc-hdr { flex-direction: column; align-items: flex-start; gap: 16px; }
  .proc-hdr-aside {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .proc-badge { padding: 8px 14px; font-size: 12px; }
}

/* ── TESTIMONIALS ── */
.hp-tm-sec { padding: 96px 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.hp-tm-ghost-wrap {
  justify-content: flex-start; opacity: 0.04; padding-left: 5%;
}
.hp-tm-ghost-word {
  font-size: clamp(220px,28vw,440px);
}
.hp-tm-h2 { font-size: clamp(48px,6.5vw,110px); letter-spacing: -0.035em; margin-top: 24px; }
.hp-tm-intro { font-size: 18px; line-height: 1.5; color: var(--bg-70); max-width: 460px; justify-self: end; }
.tm-hdr   { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 90px; align-items: end; }
.tm-quote { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; padding: 60px 0; border-top: 1px solid var(--bg-12); border-bottom: 1px solid var(--bg-12); }
.tm-quotemark { font-family: var(--font-display); font-size: 120px; line-height: 0.6; color: var(--accent); margin-bottom: 30px; }
.tm-quote-text { font-size: clamp(28px,3vw,44px); line-height: 1.25; letter-spacing: -0.025em; margin-bottom: 40px; max-width: 880px; }
.tm-author { display: flex; align-items: center; gap: 18px; }
.tm-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; font-family: var(--font-italic); font-style: italic; font-size: 20px; color: var(--white); flex-shrink: 0; }
.tm-author-name { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.tm-author-role { font-size: 13px; color: var(--bg-60); }
.tm-result { padding: 32px; background: var(--bg-05); border: 1px solid var(--bg-12); border-radius: 22px; }
.tm-result-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bg-50); margin-bottom: 18px; }
.tm-result-stat { font-family: var(--font-italic); font-size: clamp(32px,3vw,48px); letter-spacing: -0.02em; line-height: 1.05; color: var(--accent); margin-bottom: 24px; }
.tm-result-company { font-family: var(--font-italic); font-style: italic; font-size: 20px; color: var(--bg-85); }
.tm-pagination { margin-top: 36px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.tm-dots { display: flex; gap: 10px; }
.tm-dot { height: 10px; border-radius: 999px; transition: all .4s var(--ease-out); padding: 0; border: none; cursor: pointer; }
.tm-dot-on  { width: 40px; background: var(--accent); }
.tm-dot-off { width: 10px; background: var(--bg-18); }
.tm-nav { display: flex; align-items: center; gap: 16px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg-60); }
.tm-nav-btn { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.tm-nav-prev { border: 1px solid var(--bg-20); color: var(--bg); background: transparent; }
.tm-nav-next { background: var(--accent); color: var(--white); border: none; }
/* ── FAQ ── */
.faq-hdr { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: clamp(36px,5vw,56px); }
.faq-h2 { font-size: clamp(38px,5vw,76px); letter-spacing: -0.035em; margin-top: 16px; line-height: 1.0; }
.faq-cta-strip { margin-top: 14px; padding: clamp(20px,3vw,32px) clamp(24px,3vw,40px); background: var(--bg-alt); border-radius: 18px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.faq-cta-info { display: flex; align-items: center; gap: 12px; }
.faq-cta-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-live); flex-shrink: 0; }
.faq-cta-text { font-size: 14px; color: var(--ink-soft); }
.faq-cta-strong { color: var(--ink); }
.faq-cta-btn { padding: 11px 22px; font-size: 13px; white-space: nowrap; }
/* ── CONTACT ── */
.ct-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.hp-ct-h2 { font-size: clamp(54px,7vw,120px); letter-spacing: -0.035em; margin-top: 24px; margin-bottom: 30px; line-height: 0.95; }
.hp-ct-intro { font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 460px; margin-bottom: 40px; }
.hp-ct-channels { display: flex; flex-direction: column; gap: 18px; }
.hp-ct-channel { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); align-items: center; text-decoration: none; color: var(--ink); }
.hp-ct-channel-key { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.hp-ct-channel-val { font-size: 17px; letter-spacing: -0.01em; }
.hp-ct-panel { background: var(--bg-alt); padding: clamp(32px,4vw,56px); border: 1px solid var(--line); }
.hp-form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hp-ct-namerow { margin-bottom: 20px; }
.hp-ct-field { display: flex; flex-direction: column; gap: 7px; }
.hp-ct-field-mb { margin-bottom: 20px; }
.hp-ct-block { margin-bottom: 28px; }
.hp-ct-block-lg { margin-bottom: 32px; }
.hp-ct-block-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.hp-ct-block-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.hp-ct-block-hint { font-family: var(--font-mono); font-size: 10px; color: var(--ink-mute); letter-spacing: 0.08em; }
.hp-ct-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hp-ct-budget-heading { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 12px; }
.hp-ct-budget-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.hp-ct-textarea-label { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 12px; }
.hp-ct-submit { width: 100%; padding: 18px 24px; font-size: 15px; justify-content: center; }
.hp-ct-footnote { font-size: 12px; color: var(--ink-mute); margin-top: 14px; text-align: center; }

@keyframes scrollLine{0%{transform:translateX(-100%);}50%{transform:translateX(100%);}100%{transform:translateX(100%);}}
    @media(max-width:860px){
      .hero-bottom{grid-template-columns:1fr !important;}
      .hero-bottom>div:last-child{justify-content:flex-start !important;}

    }
    @media(max-width:860px){
      #top>.container{padding-top:120px !important;}
    }
    @media(max-width:480px){
      #top>.container{padding-top:108px !important;}
    }
    @media(max-width:520px){
      .hero-bottom>div:first-child .btn{width:100%;justify-content:center;}
    }
    /* Hero title: flow naturally on mobile, no forced line splits */
    @media(max-width:700px){
      .hero-h1{display:block !important;}
      .hero-line{display:inline !important;overflow:visible !important;}
      .hero-line-inner{display:inline !important;transform:none !important;}
    }
  

@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    @media (max-width: 900px) {
      .services-hdr { grid-template-columns: 1fr !important; gap: 30px !important; }
      .services-grid { grid-template-columns: 1fr !important; }
    }
  

    .effect-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      background: var(--bg-07);
      border-radius: 20px;
      overflow: hidden;
    }
    .effect-card {
      background: var(--ink);
      padding: clamp(28px,3vw,44px);
      transition: background .3s;
    }
    .effect-card:hover { background: #161614; }
    @media (max-width: 860px) {
      .effect-grid { grid-template-columns: 1fr; }
      .effect-manifesto { grid-template-columns: 1fr !important; }
    }
  

    @media (max-width: 900px) {
      .stats-hdr { grid-template-columns: 1fr !important; gap: 30px !important; }
      .stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
      .stats-footer { flex-direction: column; align-items: flex-start !important; }
    }
    @media (max-width: 520px) {
      .stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
      .stats-grid > div { padding: 36px 20px !important; border-right: none !important; }
      .stats-grid > div:nth-child(odd) { border-right: 1px solid var(--bg-12) !important; }
    }
  

    /* responsive: process flow stacks to 1 column */
    @media (max-width: 720px) {
      .hp-flow { grid-template-columns: 1fr; }
      .hp-flow-step:nth-child(2) { border-top: 1px solid var(--bg-12); }
    }


    @media (max-width: 900px) {
      .tm-hdr { grid-template-columns: 1fr !important; gap: 30px !important; }
      .tm-quote { grid-template-columns: 1fr !important; gap: 30px !important; }
    }
  

    /* ── FAQ card grid ── */
    .faq-cards-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 14px;
    }
    .faq-card {
      border-radius: 20px;
      padding: clamp(24px, 3vw, 36px);
      display: flex;
      flex-direction: column;
      gap: 0;
      position: relative;
      overflow: hidden;
    }
    .faq-dark  { background: var(--ink); color: var(--bg); }
    .faq-light { background: var(--white); border: 1.5px solid var(--line); color: var(--ink); box-shadow: 0 2px 12px var(--ink-05); }

    .faq-cat {
      font-family: var(--font-mono);
      font-size: 10px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 16px;
      display: inline-block;
    }
    .faq-dark  .faq-cat { color: var(--bg-40); }
    .faq-light .faq-cat { color: var(--ink-mute); }

    .faq-q {
      font-size: clamp(17px, 1.8vw, 21px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 1.25;
      margin-bottom: 14px;
    }
    .faq-a {
      font-size: 14px;
      line-height: 1.75;
      flex: 1;
      margin-bottom: 24px;
    }
    .faq-dark  .faq-a { color: var(--bg-60); }
    .faq-light .faq-a { color: var(--ink-soft); }

    .faq-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 12px;
      font-weight: 500;
      font-family: var(--font-mono);
      letter-spacing: 0.08em;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 1px solid;
      transition: opacity .25s;
      margin-top: auto;
    }
    .faq-dark  .faq-link { color: var(--accent); border-color: var(--accent-35); }
    .faq-light .faq-link { color: var(--ink); border-color: var(--ink-20); }
    .faq-link:hover { opacity: 0.7; }

    @media (max-width: 640px) {
      .faq-cards-grid { grid-template-columns: 1fr; }
    }
  

    @media (max-width: 900px) { .ct-layout { grid-template-columns: 1fr !important; gap: 50px !important; } }

    /* ── Service chips ── */
    .svc-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 15px;
      border-radius: 10px;
      border: 1.5px solid var(--line);
      background: var(--bg);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -0.01em;
      color: var(--ink-soft);
      cursor: pointer;
      transition: all .22s var(--ease-out);
    }
    .svc-chip:hover {
      border-color: var(--ink-28);
      color: var(--ink);
    }
    .svc-chip.svc-on {
      background: var(--ink);
      border-color: var(--ink);
      color: var(--bg);
      box-shadow: 0 4px 14px var(--ink-18);
    }

    /* ── Form inputs ── */
    .hp-ct-input {
      width: 100%;
      padding: 14px 18px;
      border-radius: 12px;
      border: 1.5px solid var(--line);
      background: var(--white);
      font-size: 15px;
      font-family: inherit;
      color: var(--ink);
      outline: none;
      transition: border-color .25s, box-shadow .25s;
      box-sizing: border-box;
      display: block;
    }
    .hp-ct-input::placeholder { color: var(--ink-32); }
    textarea.hp-ct-input { resize: vertical; line-height: 1.6; }
    .hp-ct-input:focus,
    .hp-ct-input-focus {
      border-color: var(--accent) !important;
      box-shadow: 0 0 0 3px var(--accent-12) !important;
    }

    /* ── Budget cards ── */
    .hp-ct-budget {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 3px;
      padding: 13px 8px;
      border-radius: 12px;
      border: 1.5px solid var(--line);
      cursor: pointer;
      transition: all .22s;
      font-family: inherit;
    }
    .hp-ct-budget-off { background: var(--bg); border-color: var(--line); }
    .hp-ct-budget-off:hover { border-color: var(--ink-30); transform: translateY(-2px); box-shadow: 0 6px 16px var(--ink-08); }
    .hp-ct-budget-on  { background: var(--ink); border-color: var(--ink); }
    .hp-ct-budget-amount { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: -0.02em; transition: color .22s; }
    .hp-ct-budget-off .hp-ct-budget-amount { color: var(--ink); }
    .hp-ct-budget-on  .hp-ct-budget-amount { color: var(--accent); }
    .hp-ct-budget-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; transition: color .22s; }
    .hp-ct-budget-off .hp-ct-budget-label { color: var(--ink-mute); }
    .hp-ct-budget-on  .hp-ct-budget-label { color: var(--bg-45); }

    @media (max-width: 540px) {
      .hp-form-2col { grid-template-columns: 1fr !important; }
      .hp-ct-budget-amount { font-size: 11px; }
    }
  

/* ─── SERVICES ─── */ 
.svc-entrance {
  opacity: 0;
  transform: translateY(72px) scale(0.94);
  transform-origin: bottom center;
  filter: blur(8px);
  transition:
    opacity   0.8s var(--ease-out) calc(var(--svc-i, 0) * 140ms),
    transform 0.8s var(--ease-out) calc(var(--svc-i, 0) * 140ms),
    filter    0.6s var(--ease-out) calc(var(--svc-i, 0) * 140ms);
}
.svc-entrance.in {
  opacity: 1;
  transform: none;
  filter: none;
}

/* stagger child elements after card appears */
.svc-top       { opacity:0; transform:translateY(16px); transition:opacity .45s var(--ease-out) .12s, transform .45s var(--ease-out) .12s; }
.svc-tag-pill  { opacity:0; transform:scale(.7) translateY(-6px); transition:opacity .4s var(--ease-out) .18s, transform .5s cubic-bezier(.34,1.56,.64,1) .18s; }
.svc-title     { opacity:0; transform:translateY(22px); transition:opacity .55s var(--ease-out) .22s, transform .55s var(--ease-out) .22s; }
.svc-bottom    { opacity:0; transform:translateY(18px); transition:opacity .55s var(--ease-out) .34s, transform .55s var(--ease-out) .34s; }
.svc-entrance.in .svc-top,
.svc-entrance.in .svc-tag-pill,
.svc-entrance.in .svc-title,
.svc-entrance.in .svc-bottom { opacity:1; transform:none; }

/* shimmer sweep on hover */
.svc-shimmer {
  position:absolute; inset:0; z-index:6; pointer-events:none;
  background: linear-gradient(108deg, transparent 38%, rgba(255,255,255,0.07) 50%, transparent 62%);
  transform: translateX(-200%);
}
.svc-dark:hover .svc-shimmer,
.svc-light:hover .svc-shimmer {
  animation: svcShimmerPass .65s ease-in-out forwards;
}
@keyframes svcShimmerPass { to { transform: translateX(220%); } }

/* orb breathes */
.svc-orb {
  opacity: 0.06;
  animation: svcOrbBreathe 5s ease-in-out infinite;
  will-change: transform, opacity;
}
@keyframes svcOrbBreathe {
  0%,100% { transform:scale(1) rotate(0deg);  opacity:.06; }
  50%      { transform:scale(1.4) rotate(28deg); opacity:.14; }
}

/* arrow button spin */
.svc-arrow-btn {
  transition: transform .5s var(--ease-out), box-shadow .4s;
}
.svc-arrow-btn:hover {
  transform: scale(1.12) rotate(-15deg);
  box-shadow: 0 0 0 8px var(--accent-15);
}

/* ─── WORK PREVIEW — stamp in ─── */
.wp-stamp {
  opacity: 0;
  transform: scale(0.88) translateY(44px);
  filter: blur(7px);
  transition:
    opacity   0.75s var(--ease-out),
    transform 0.75s var(--ease-out),
    filter    0.5s  var(--ease-out);
}
.wp-stamp.in {
  opacity: 1;
  transform: none;
  filter: none;
}
/* stagger result row into view after card */
.wp-stamp.in .wp-result {
  animation: wpResultSlide .5s var(--ease-out) .3s both;
}
@keyframes wpResultSlide {
  from { opacity:0; transform:translateY(12px); }
  to   { opacity:1; transform:none; }
}

/* ─── FAQ ─── */
.faq-from-left,
.faq-from-right {
  opacity: 0;
  transition:
    opacity   0.75s var(--ease-out) var(--faq-delay, 0ms),
    transform 0.75s var(--ease-out) var(--faq-delay, 0ms);
}
.faq-from-left  { transform: translateX(-52px) translateY(24px); }
.faq-from-right { transform: translateX(52px)  translateY(24px); }
.faq-from-left.in,
.faq-from-right.in { opacity:1; transform:none; }

/* category tag spring-bounce in */
.faq-cat {
  display:inline-block;
  opacity:0;
  transform:scale(0.55) translateY(-10px);
  transition:
    opacity   .4s var(--ease-out)                     calc(var(--faq-delay,0ms) + 180ms),
    transform .55s cubic-bezier(.34,1.56,.64,1)       calc(var(--faq-delay,0ms) + 180ms);
}
.faq-from-left.in .faq-cat,
.faq-from-right.in .faq-cat { opacity:1; transform:none; }

/* question slides up */
.faq-q {
  opacity:0;
  transform:translateY(14px);
  transition:
    opacity   .55s var(--ease-out) calc(var(--faq-delay,0ms) + 260ms),
    transform .55s var(--ease-out) calc(var(--faq-delay,0ms) + 260ms);
}
.faq-from-left.in .faq-q,
.faq-from-right.in .faq-q { opacity:1; transform:none; }

/* answer fades in last */
.faq-a {
  opacity:0;
  transition: opacity .6s var(--ease-out) calc(var(--faq-delay,0ms) + 360ms);
}
.faq-from-left.in .faq-a,
.faq-from-right.in .faq-a { opacity:1; }

/* faq-link slides in */
.faq-link {
  opacity:0;
  transform:translateX(-8px);
  transition:
    opacity   .4s var(--ease-out) calc(var(--faq-delay,0ms) + 440ms),
    transform .4s var(--ease-out) calc(var(--faq-delay,0ms) + 440ms);
}
.faq-from-left.in  .faq-link,
.faq-from-right.in .faq-link { opacity:1; transform:none; }

/* light card hover — accent left-bar wipe */
.faq-light { --bar-w: 0%; }
.faq-light:hover { --bar-w: 4px; }
.faq-light::before {
  content:'';
  position:absolute; left:0; top:0; bottom:0;
  width:0;
  background:var(--accent);
  border-radius:20px 0 0 20px;
  transition:width .35s var(--ease-out);
}
.faq-light:hover::before { width:4px; }

/* dark card hover — warmer bg + glow */
.faq-dark {
  transition: background .45s var(--ease-out), box-shadow .45s var(--ease-out), transform .4s var(--ease-out);
}
.faq-dark:hover {
  background: #201D19;
  box-shadow: inset 0 -80px 70px -40px var(--accent-12), 0 28px 56px rgba(14,14,12,0.4);
  transform: translateY(-4px);
}

/* ═══════════════════════════════════════════════
   HOVER REVEAL ANIMATIONS
═══════════════════════════════════════════════ */

/* ── Service cards — accent bar wipes up ── */
.svc-reveal-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 18px clamp(24px, 3vw, 36px);
  background: var(--accent);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 55ms;
  z-index: 10;
}
.svc-dark:hover .svc-reveal-bar,
.svc-light:hover .svc-reveal-bar {
  clip-path: inset(0% 0 0 0);
}
.svc-reveal-bar svg {
  transition: transform 0.3s var(--ease-out);
  transition-delay: 200ms;
}
.svc-dark:hover .svc-reveal-bar svg,
.svc-light:hover .svc-reveal-bar svg {
  transform: translate(3px, -3px);
}

/* ── Work preview cards — frosted strip wipes up ── */
.wp-reveal-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 60ms;
  z-index: 6;
}
.wp-strip-dark {
  background: var(--bg-12);
  color: var(--bg-85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--bg-10);
}
.wp-strip-light {
  background: var(--ink-07);
  color: rgba(14,14,12,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--ink-08);
}
.wp-card:hover .wp-reveal-strip {
  clip-path: inset(0% 0 0 0);
}
.wp-reveal-strip svg {
  transition: transform 0.3s var(--ease-out);
  transition-delay: 190ms;
}
.wp-card:hover .wp-reveal-strip svg {
  transform: translate(3px, -3px);
}

/* ═══════════════════════════════════════════════
   HOVER COLOR TRANSITIONS
═══════════════════════════════════════════════ */

/* ── Service cards — base colours + full transitions ── */
.svc-dark {
  background: var(--ink);
  color: var(--bg);
  box-shadow: 0 30px 60px -20px rgba(14,14,12,0.5);
  transition: background .5s var(--ease-out), box-shadow .5s var(--ease-out);
}
.svc-dark:hover {
  background: #1F1C17;
  box-shadow: 0 44px 80px -20px rgba(14,14,12,0.7), inset 0 -120px 90px -60px rgba(255,77,61,0.16);
}
.svc-light {
  background: var(--bg-alt);
  color: var(--ink);
  box-shadow: 0 20px 40px -20px var(--ink-12);
  transition: background .5s var(--ease-out), box-shadow .5s var(--ease-out);
}
.svc-light:hover {
  background: #D5C9B5;
  box-shadow: 0 32px 64px -20px var(--ink-18), inset 0 -120px 90px -60px rgba(255,110,40,0.08);
}

/* Tag pill — base from CSS (no inline color fighting us) */
.svc-tag-dark {
  color: var(--accent);
  border: 1px solid var(--bg-20);
  transition: background .35s var(--ease-out), border-color .35s, color .35s;
}
.svc-tag-light {
  color: var(--accent);
  border: 1px solid var(--line);
  transition: background .35s var(--ease-out), border-color .35s, color .35s;
}
/* On hover: pill fills accent, text becomes white */
.svc-dark:hover .svc-tag-dark,
.svc-light:hover .svc-tag-light {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

/* Description text brightens on dark card hover */
.svc-dark p { transition: color .4s var(--ease-out); }
.svc-dark:hover p { color: rgba(245,242,237,0.94); }

/* ── Work preview cards ── */
.wp-dark  { transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), filter .4s var(--ease-out); }
.wp-light { transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), filter .4s var(--ease-out); }
.wp-dark:hover  { filter: brightness(1.11); }
.wp-light:hover { filter: brightness(0.95) sepia(0.14) saturate(1.1); }
/* Arrow circle fills solid on hover */
.wp-card .wp-arrow {
  transition: opacity .3s, transform .3s var(--ease-out), background .35s var(--ease-out), border-color .35s;
}
.wp-card:hover .wp-arrow {
  background: color-mix(in srgb, var(--card-fg) 100%, transparent);
  border-color: var(--card-fg);
  opacity: 0.9;
  transform: translate(2px, -2px);
}
.wp-card .wp-arrow svg { transition: color .35s; }
.wp-card:hover .wp-arrow svg { color: var(--card-bg); }

/* ── FAQ light cards — warm cream shift ── */
.faq-light {
  transition: background .42s var(--ease-out), box-shadow .42s var(--ease-out), transform .42s var(--ease-out);
}
.faq-light:hover {
  background: #F0E8DA;
  box-shadow: 0 18px 48px var(--ink-10);
  transform: translateY(-4px);
}
.faq-light .faq-cat {
  transition:
    color .35s var(--ease-out),
    opacity .4s var(--ease-out) calc(var(--faq-delay,0ms) + 180ms),
    transform .55s cubic-bezier(.34,1.56,.64,1) calc(var(--faq-delay,0ms) + 180ms);
}
.faq-light:hover .faq-cat { color: var(--accent); }

/* ── FAQ dark cards — warmer bg + answer brightens ── */
.faq-dark .faq-a {
  transition: opacity .6s var(--ease-out) calc(var(--faq-delay,0ms) + 360ms), color .4s var(--ease-out);
}
.faq-dark:hover .faq-a { color: var(--bg-85); }

/* ====================================================================
   10b. UNIFORM PAGE-HERO SYSTEM
   One shared shell for every non-home hero — about, services,
   for-businesses, partners, cities index/show, contact, services/show,
   industries/show. Each page keeps its own supporting aside content
   (pillar card, meta card, cta card, info card) via .ph-hero-aside,
   but the shell (height, background, eyebrow, title, lead, actions)
   is now one system instead of five hand-rolled ones.
   ==================================================================== */
.ph-hero {
  min-height: 80vh; min-height: 80svh;
  display: flex;
  align-items: center;
  padding: clamp(88px,11vh,130px) 0 clamp(40px,5vh,64px);
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.ph-hero--dark { background: var(--ink); color: var(--bg); }
/* modifier for heroes with a full-width strip below the main content
   (e.g. contact's stats bar) — stacks vertically instead of the default
   single-row centering, with the inner content filling the remaining
   space above the strip */
.ph-hero--stacked { flex-direction: column; align-items: stretch; padding-bottom: 0; }
.ph-hero--stacked > .ph-hero-inner { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-bottom: clamp(40px,5vh,64px); }
/* subtle dot-grid backdrop — light heroes (taupe dots, matches the
   homepage hero's texture); dark variant is soft light dots on ink */
.ph-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #c9b697 1.2px, transparent 1.4px);
  background-size: 48px 48px;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}
.ph-hero--dark::before {
  background-image: radial-gradient(circle, var(--bg) 1.2px, transparent 1.4px);
  opacity: 0.08;
}
.ph-hero-ghost-word { font-size: clamp(160px,22vw,360px); }
.ph-hero-inner { position: relative; z-index: 3; width: 100%; }
.ph-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
/* modifiers for pages whose aside is a fixed-width card rather than a
   full half-width column (kept narrow so the card doesn't stretch) */
.ph-hero-grid--aside-360 { grid-template-columns: 1fr 360px; }
.ph-hero-grid--aside-380 { grid-template-columns: 1fr 380px; }
.ph-hero-grid--aside-420 { grid-template-columns: 1fr 420px; gap: 80px; }
.ph-hero-title { font-size: clamp(42px,5.5vw,84px); margin-top: 24px; line-height: 0.95; }
.ph-hero-lead { margin-top: 22px; font-size: clamp(15px,1.2vw,18px); line-height: 1.65; color: var(--ink-soft); max-width: 520px; transition-delay: .1s; }
.ph-hero--dark .ph-hero-lead { color: var(--bg-55); }
.ph-hero-actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; transition-delay: .2s; }
.ph-hero-aside { display: flex; align-items: center; justify-content: flex-end; transition-delay: .25s; }

/* ── Shared hero aside card ──
   One dark "info panel" look for every static-page hero (about, services,
   for-businesses, partners, contact, locations index) — modelled on the
   contact page's card. Home, and the dynamic detail pages (services/show,
   industries/show, cities/show), keep their own bespoke cards. */
.ph-card { background: var(--ink); border-radius: 22px; overflow: hidden; border: 1px solid var(--bg-06); width: 100%; }
/* simple padded-list content (services/for-businesses/partners/about/locations) */
.ph-card--pad { padding: 28px 32px; }
@media (max-width: 900px) {
  .ph-hero-grid, .ph-hero-grid--aside-360, .ph-hero-grid--aside-380, .ph-hero-grid--aside-420 {
    grid-template-columns: 1fr !important; gap: 36px !important;
  }
}
/* Hero aside cards (pillar/info/meta/cta cards) are hidden on phones and
   on tablets in portrait — the card is secondary content and portrait
   real estate is tight. Landscape tablets and desktop keep it. Applies
   to every non-home hero card: the unified .ph-hero-aside (about,
   services, for-businesses, partners, locations) plus the bespoke
   contact/services-detail/industries-detail cards. */
@media (max-width: 767px), (orientation: portrait) and (max-width: 1024px) {
  .ph-hero-aside, .ct-info-card, .ss-meta-card, .ind-hero-cta-card {
    display: none !important;
  }
  .ph-hero-grid, .ph-hero-grid--aside-360, .ph-hero-grid--aside-380, .ph-hero-grid--aside-420 {
    grid-template-columns: 1fr !important; gap: 36px !important;
  }
  /* shorter hero on phones and portrait tablets — less scrolling before
     the page's actual content starts. Raised to 55vh (from 50vh) to make
     room for the extra top/bottom padding added on phones below. */
  .ph-hero { min-height: 55vh; min-height: 55svh; }
}
@media (max-width: 768px) {
  /* +50px top and bottom vs. the base clamp(72,10vh,100)/clamp(32,4vh,48) */
  .ph-hero { padding: clamp(122px,10vh,150px) 0 clamp(82px,4vh,98px); }
  /* heading is 50% larger on mobile — clamp's vw term is already
     negligible at this width, so the floor (42px) is what actually
     renders; bump it directly rather than raising the whole clamp curve */
  .ph-hero-title { font-size: 63px; margin-top: 12px; }
  /* eyebrow reads even quieter at this size — smaller text, smaller
     dot, tighter to the heading instead of the desktop 24px gap */
  .ph-hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.09em;
    gap: 6px;
  }
  .ph-hero .eyebrow::before {
    width: 5px; height: 5px;
    opacity: 0.6;
  }
}
/* Mobile: keep both hero CTAs on one row instead of stacking — shrink
   the buttons (~30% smaller padding/font) and split the row evenly so
   two buttons of any label length still sit side by side. */
@media (max-width: 600px) {
  .ph-hero-actions { flex-wrap: nowrap; gap: 8px; }
  .ph-hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    text-align: center;
    padding: 13px 14px;
    font-size: 12px;
    gap: 6px;
    line-height: 1.25;
    white-space: normal;
  }
  .ph-hero-actions .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; }
}

/* ====================================================================
   10c. UNIFORM STATS STRIP
   One shared 4-cell dark proof-point band, modeled on the about page's
   original "meta strip" (Founded / Headquarters / Team / Projects) —
   now the default for every non-home page: services, for-businesses,
   partners, cities index/show, contact, services/show, industries/show,
   insights. Values are short static text/numbers, not sentences — this
   is a glance-strip, not a stats dashboard. Home keeps its own bespoke
   animated-counter section, same as home was excluded from the hero
   shell unification.
   ==================================================================== */
.ph-stats { position: relative; }
.ph-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.ph-stats-grid::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(ellipse, var(--accent-08) 0%, transparent 70%);
  pointer-events: none;
}
.ph-stats-item {
  padding: 38px 20px;
  text-align: center;
  border-left: 1px solid var(--bg-08);
  position: relative;
  cursor: default;
  transition: background .35s;
}
.ph-stats-item:first-child { border-left: none; }
.ph-stats-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent-06);
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
}
.ph-stats-item:hover::after { opacity: 1; }
.ph-stats-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease-out);
}
.ph-stats-item:hover::before { transform: scaleX(1); }
.ph-stats-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bg-38);
  margin-bottom: 12px;
  transition: color .3s;
}
.ph-stats-item:hover .ph-stats-label { color: var(--bg-60); }
.ph-stats-value {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.9vw, 42px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--bg);
  transition: color .3s;
}
.ph-stats-item:hover .ph-stats-value { color: var(--accent); }
@media (max-width: 640px) {
  .ph-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ph-stats-item:nth-child(2n+1) { border-left: none; }
  .ph-stats-item:nth-child(1),
  .ph-stats-item:nth-child(2) { border-bottom: 1px solid var(--bg-08); }
}

/* Trust / Reassurance Strip */
.ph-trust-statement {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.25;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin: 0 auto;
  color: var(--ink);
}

/* Split Statement (Reusable 2-column statement) */
.split-statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 16px 0;
}

.split-statement-heading {
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.15;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-align: left;
}

.split-statement-body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  text-align: left;
  max-width: 540px;
}

/* Dark variant */
.split-statement--dark {
  background: var(--ink);
  border-color: var(--bg-12);
}
.split-statement--dark .split-statement-heading {
  color: var(--bg);
}
.split-statement--dark .split-statement-body {
  color: var(--bg-60);
}

@media (max-width: 900px) {
  .split-statement {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
    padding: 16px 0;
  }
  .split-statement-heading {
    text-align: center;
  }
  .split-statement-body {
    text-align: center;
    margin: 0 auto;
  }
}

/* ====================================================================
   11. ABOUT
   ==================================================================== */
.abt-magnetic { display: inline-flex; }
.abt-section-title { font-size: clamp(44px,6vw,96px); margin-top: 24px; }
.abt-section-title-mb { margin-bottom: 80px; }
/* ── 02 Story ── */

.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.hl-orb { position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: var(--accent); opacity: 0.12; pointer-events: none; transition: opacity .4s; }
.hl-meta-row { display: flex; justify-content: space-between; align-items: center; }
.hl-meta { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; }
.hl-meta-primary { letter-spacing: 0.14em; }
.hl-meta-secondary { letter-spacing: 0.12em; text-transform: none; }
.hl-title { font-family: var(--font-italic); font-style: italic; font-size: clamp(36px,4vw,64px); letter-spacing: -0.03em; line-height: 1; }
.hl-body { font-size: 16px; line-height: 1.65; margin-top: auto; }
/* ── 03 Values ── */

.values-header-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.abt-values-intro { font-size: 18px; line-height: 1.6; color: var(--ink-soft); padding-top: 60px; }
.abt-values-list { margin-top: 80px; display: flex; flex-direction: column; gap: 0; }
.vi-num { font-family: var(--font-mono); font-size: 13px; color: var(--ink-mute); }
.vi-kicker { font-size: clamp(20px,2.5vw,28px); font-weight: 500; letter-spacing: -0.02em; color: var(--ink); }
.vi-body { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.vi-arrow { display: flex; justify-content: flex-end; color: var(--ink-mute); }
.vc-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.vc-meta-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bg-35); }
.vc-meta-arrow { stroke: var(--bg-40); }
.vc-head { font-family: var(--font-italic); font-style: italic; font-size: clamp(36px,5vw,76px); letter-spacing: -0.03em; line-height: 0.95; color: var(--bg); flex: 1; display: flex; align-items: center; }
.vc-body { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--bg-10); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.vc-body-text { font-size: 16px; line-height: 1.7; color: var(--bg-68); max-width: 560px; }
.vc-body-hint { flex-shrink: 0; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg-25); white-space: nowrap; }
/* ── 04 Philosophy ── */
.abt-philo-section { padding: 96px 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
@media (max-width: 768px) { .abt-philo-section { padding: 72px 0; } }
.abt-philo-ghost {
  left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: clamp(120px,20vw,280px);
}
.abt-philo-inner { position: relative; z-index: 2; }
.abt-philo-quote-wrap { max-width: 100%; margin: 0 auto 120px; text-align: center; }
.abt-philo-kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg-45); margin-bottom: 40px; }
.abt-philo-quote { font-size: clamp(32px,4.5vw,72px); letter-spacing: -0.03em; line-height: 1.1; color: var(--bg); }
.tenets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
/* ── 05 Impact ── */

.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.impact-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); opacity: 0.9; }
.impact-client { font-size: 13px; font-weight: 500; color: var(--white); }
.impact-body { padding: 36px; }
.impact-ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.impact-delta-wrap { padding-top: 24px; border-top: 1px solid var(--line); }
/* ── 06 Team ── */

.team-header-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-bottom: 80px; }
.abt-team-title { font-size: clamp(44px,5.5vw,88px); margin-top: 24px; }
.abt-team-intro { font-size: 18px; line-height: 1.6; color: var(--ink-soft); padding-top: 60px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.team-card { border-radius: 24px; border: 1px solid var(--line); overflow: hidden; background: var(--bg); transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s; }
.team-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px var(--ink-12); border-color: transparent; }
.team-photo-wrap { aspect-ratio: 3/4; overflow: hidden; position: relative; }
.team-photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s var(--ease-out); }
.team-accent-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; }
.team-info { padding: 22px 24px; }
.team-name { font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); }
.team-role { font-size: 12px; color: var(--ink-mute); margin-top: 5px; font-family: var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; }
.team-rule { width: 28px; height: 2px; border-radius: 1px; margin-top: 14px; }

.team-img-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 64px; }
.team-img-wrap { aspect-ratio: 4/3; }
.team-img-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.team-text-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.team-social-icon:hover svg { color: var(--accent) !important; }

/* Pinned photo effect */
.team-pinned {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 10px 10px 24px 10px; /* Polaroid style: thicker bottom */
  box-shadow: 2px 8px 20px rgba(0,0,0,0.5);
  position: relative;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.team-pinned:hover {
  transform: rotate(0deg) scale(1.05) !important;
  box-shadow: 4px 16px 40px rgba(0,0,0,0.6);
  z-index: 10;
}
.team-pinned::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ff7b7b, var(--accent));
  box-shadow: 2px 6px 8px rgba(0,0,0,0.6), inset -2px -2px 4px rgba(0,0,0,0.3);
  z-index: 5;
}
@media (max-width: 900px) {
  .team-img-grid { grid-template-columns: 1fr; }
  .team-text-grid { grid-template-columns: 1fr; }
}

/* Dark mode overrides for Team section */
.section--dark .abt-team-intro, .section--dark .proc-intro { color: var(--bg-70); }
.section--dark .team-card { background: #1F1C17; border-color: var(--bg-12); }
.section--dark .team-card:hover { box-shadow: 0 24px 48px rgba(0,0,0,0.5); border-color: transparent; }
.section--dark .team-name { color: var(--bg); }
.section--dark .team-role { color: var(--bg-55); }
/* ── 07 Timeline ── */

.tl-header-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 100px; }
.abt-timeline-intro { font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.tl-container { position: relative; max-width: 880px; margin: 0 auto; }
.tl-spine-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, var(--line) 0%, var(--line) 55%, var(--accent) 100%); transform: translateX(-50%); pointer-events: none; }
.tl-row { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: start; margin-bottom: 40px; }
.tl-row-last { margin-bottom: 0; }
.tl-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-top: 12px; }
.tl-stat { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.tl-spine { display: flex; justify-content: center; padding-top: 40px; }
/* ── 08 Press ── */

.abt-press-row { margin-top: 60px; display: flex; justify-content: center; align-items: center; gap: 60px; flex-wrap: wrap; opacity: 0.45; }
.abt-press-item { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
/* ── 09 Contact CTA ── */

.abt-cta-blob { position: absolute; left: -200px; top: -200px; width: 600px; height: 600px; border-radius: 50%; background: var(--accent); opacity: 0.08; pointer-events: none; }
.abt-cta-inner { text-align: center; position: relative; z-index: 2; }
.abt-cta-title { font-size: clamp(52px,8vw,130px); margin-top: 32px; color: var(--bg); }
.abt-cta-body { margin-top: 28px; font-size: 20px; color: var(--bg-70); max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.abt-cta-actions { margin-top: 52px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
/* ── Button bases (selectors that only had :hover in moops.css) ── */
.btn-abt-glow { background: var(--accent); color: var(--white); }
.btn-abt-dark-ghost { border: 1px solid var(--bg-25); color: var(--bg); }

/* Highlight cards */
.highlight-card {
  padding: 56px 44px;
  border-radius: 24px;
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 20px;
  position: relative; overflow: hidden; min-height: 400px;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), background .4s var(--ease-out), border-color .4s var(--ease-out);
  cursor: default;
}
.highlight-card:hover { transform: translateY(-8px); box-shadow: 0 28px 56px var(--ink-13); }
.team-card:hover .team-photo { transform: scale(1.04); }

/* Light card hover → flips dark */
.highlight-card-light { background: var(--bg); }
.highlight-card-light:hover { background: var(--ink); border-color: transparent; }
.highlight-card-light .hl-meta { color: var(--ink-mute); transition: color .4s var(--ease-out); }
.highlight-card-light:hover .hl-meta { color: var(--bg-45); }
.highlight-card-light .hl-title { color: var(--ink); transition: color .4s var(--ease-out); }
.highlight-card-light:hover .hl-title { color: var(--accent); }
.highlight-card-light .hl-body { color: var(--ink-soft); transition: color .4s var(--ease-out); }
.highlight-card-light:hover .hl-body { color: var(--bg-75); }

/* Dark card hover → accent title */
.highlight-card-dark { background: var(--ink); }
.highlight-card-dark .hl-meta { color: var(--bg-45); }
.highlight-card-dark .hl-title { color: var(--bg); transition: color .4s var(--ease-out); }
.highlight-card-dark:hover .hl-title { color: var(--accent); }
.highlight-card-dark .hl-body { color: var(--bg-75); }

/* ── Value item container ── */
.value-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--bg-alt, #f7f4ef);
  margin-bottom: 10px;
  min-height: 0;
  transition: min-height .5s var(--ease-out), border-color .3s, box-shadow .3s, margin .5s var(--ease-out);
  cursor: default;
}
.value-item:not(.vi-open):hover {
  border-color: var(--ink-22);
  box-shadow: 0 8px 28px var(--ink-07);
}
.value-item.vi-open {
  min-height: 300px;
  border-color: transparent;
  margin-bottom: 10px;
  box-shadow: 0 20px 56px var(--ink-14);
}

/* ── Normal row (collapses out on hover) ── */
.vi-row {
  display: grid;
  grid-template-columns: 80px 1fr 2fr;
  gap: 32px;
  align-items: center;
  padding: 32px 40px;
  transition: opacity .22s ease, transform .3s var(--ease-out);
  position: relative; z-index: 1;
}
.vi-open .vi-row {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/* ── Expanded card (pops in on hover) ── */
.vi-card {
  position: absolute;
  inset: 0;
  background: var(--ink);
  border-radius: 22px;
  padding: 40px 52px;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 2;
  /* base: hidden + slightly shrunk */
  opacity: 0;
  transform: scale(0.96) translateY(12px);
  pointer-events: none;
  transition: opacity .38s var(--ease-out), transform .42s var(--ease-out);
}
.vi-open .vi-card {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
}

/* ── Card children staggered reveal ── */
.vi-card .vc-meta   { transition: opacity .3s ease .08s, transform .35s var(--ease-out) .08s; opacity: 0; transform: translateY(8px); }
.vi-card .vc-head   { transition: opacity .32s ease .16s, transform .38s var(--ease-out) .16s; opacity: 0; transform: translateY(12px); }
.vi-card .vc-body   { transition: opacity .32s ease .26s, transform .38s var(--ease-out) .26s; opacity: 0; transform: translateY(16px); }
.vi-open .vi-card .vc-meta,
.vi-open .vi-card .vc-head,
.vi-open .vi-card .vc-body { opacity: 1; transform: translateY(0); }

/* ── Mobile: stack heading + body, hide number, add divider ── */
@media (max-width: 700px) {
  .value-item { border-radius: 16px !important; margin-bottom: 8px !important; }
  .vi-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 24px 20px !important;
    position: relative !important;
  }
  /* Hide the sequence number */
  .vi-row > div:first-child { display: none !important; }
  /* Arrow: pin to top-right corner (inside card padding) */
  .vi-row > div:last-child {
    position: absolute !important;
    top: 24px !important;
    right: 20px !important;
  }
  /* Heading: leave room for the arrow */
  .vi-row > div:nth-child(2) {
    padding-right: 36px !important;
    margin-bottom: 16px !important;
    font-size: 20px !important;
  }
  /* Divider + body text */
  .vi-row > p {
    border-top: 1px solid var(--line) !important;
    padding-top: 16px !important;
    margin-top: 0 !important;
  }
  /* Expanded card: tighten padding on mobile */
  .vi-card { padding: 24px 20px !important; border-radius: 14px !important; }
  .vc-body { flex-direction: column !important; gap: 12px !important; }
  .vc-body > div:last-child { display: none !important; } /* hide "Hover to read" hint */
}

      .tenet-card {
        padding: 56px 48px;
        border: 1px solid var(--bg-10);
        background: var(--bg-04);
        backdrop-filter: blur(4px);
        transition: background .35s var(--ease-out), border-color .35s var(--ease-out), transform .35s var(--ease-out);
        cursor: default;
      }
      .tenet-card:hover {
        background: var(--bg-09);
        border-color: var(--bg-22);
        transform: translateY(-4px);
      }
      .tenet-card .tenet-title {
        font-family: var(--font-italic); font-style: italic; font-size: 28px;
        color: var(--accent); margin-bottom: 20px;
        display: inline-block;
        transition: color .35s var(--ease-out), letter-spacing .35s var(--ease-out);
      }
      .tenet-card:hover .tenet-title { color: var(--white); letter-spacing: 0; }
      .tenet-card .tenet-body {
        font-size: 16px; line-height: 1.7; color: var(--bg-72);
        transition: color .35s var(--ease-out);
      }
      .tenet-card:hover .tenet-body { color: rgba(245,242,237,0.92); }
    

      .impact-card {
        border-radius: 24px; border: 1px solid var(--line);
        background: var(--bg); overflow: hidden;
        transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s var(--ease-out);
        cursor: default;
      }
      .impact-card:hover {
        transform: translateY(-8px) rotate(-0.3deg);
        box-shadow: 0 30px 60px var(--ink-14);
        border-color: transparent;
      }
      .impact-header {
        padding: 12px 24px;
        display: flex; align-items: center; justify-content: space-between;
        transition: padding .35s var(--ease-out), filter .35s var(--ease-out);
      }
      .impact-card:hover .impact-header { padding: 18px 24px; filter: brightness(1.08); }
      .impact-delta {
        font-family: var(--font-display); font-size: 28px; font-weight: 600;
        letter-spacing: -0.02em; display: inline-block;
        transition: font-size .35s var(--ease-out), letter-spacing .35s var(--ease-out);
      }
      .impact-card:hover .impact-delta { font-size: 33px; letter-spacing: -0.03em; }
      .impact-before { font-size: 15px; color: var(--ink-soft); line-height: 1.4; transition: color .35s; }
      .impact-after  { font-size: 15px; color: var(--ink); font-weight: 500; line-height: 1.4; transition: color .35s; }
      .impact-card:hover .impact-after { color: var(--ink); }
    

/* Timeline cards */
.tl-card {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--bg);
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s var(--ease-out), background .4s var(--ease-out);
  cursor: default;
}
.tl-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 56px var(--ink-13);
  border-color: transparent;
  background: var(--bg);
}
.tl-event-title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  transition: color .35s var(--ease-out);
}
.tl-card:hover .tl-event-title { color: var(--accent); }

/* Ghost sequence number inside card */
.tl-ghost {
  position: absolute;
  bottom: -12px; right: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px var(--ink-055);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: -webkit-text-stroke .35s;
}
.tl-card:hover .tl-ghost { -webkit-text-stroke: 1px var(--ink-13); }

/* Dot on the spine */
.tl-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--bg-alt);
  flex-shrink: 0;
  position: relative;
  transition: border-color .4s, background .4s, box-shadow .4s;
}
.tl-dot-active {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-15);
}
/* Outer pulse ring on last dot */
.tl-dot-active::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  opacity: 0;
  animation: tlRing 2.2s ease-out infinite;
}
@keyframes tlRing {
  0%   { transform: scale(0.7); opacity: 0.6; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* Date badge */
.tl-date {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  margin-bottom: 20px;
  transition: border-color .35s, color .35s;
}
.tl-card:hover .tl-date { border-color: var(--accent); color: var(--accent); }

/* Responsive: left-spine single-column on mobile */
@media (max-width: 700px) {
  /* Let container use full width */
  .tl-container { max-width: 100% !important; }

  /* Shift the vertical gradient line from centre → left (aligned with dot) */
  .tl-spine-line { left: 15px !important; transform: none !important; }

  /* Each row becomes a horizontal flex: [dot] [card] */
  .tl-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 0 !important;
    margin-bottom: 12px !important;
  }

  /* Dot column: 30 px wide, dot vertically aligned with card heading */
  .tl-spine {
    order: 1 !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    padding-top: 30px !important;
    justify-content: center !important;
  }

  /* Card: takes remaining width */
  .tl-card {
    order: 2 !important;
    flex: 1 !important;
    min-width: 0 !important;
    padding: 20px 18px !important;
    border-radius: 16px !important;
  }

  /* Ghost number: scale down so it fits a narrower card */
  .tl-ghost { font-size: 72px !important; }

  /* Hide the empty placeholder columns */
  .tl-empty { display: none !important; }
}

    @media(max-width: 760px) {
      .tl-header-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
    }
  

/* ════════════════════════════════════════
   ABOUT PAGE — BUTTON EFFECTS
════════════════════════════════════════ */

/* ── Shimmer keyframe ── */


/* ── Shimmer layer (primary + accent buttons) ── */
.btn-abt::before {
  content: '';
  position: absolute;
  top: -60%; left: -90%;
  width: 48%; height: 220%;
  background: linear-gradient(
    108deg,
    transparent 30%,
    rgba(255,255,255,0.22) 50%,
    transparent 70%
  );
  transform: skewX(-14deg);
  pointer-events: none;
  z-index: 1;
}
.btn-abt:hover::before {
  animation: moopsShimmer .65s cubic-bezier(0.4,0,0.2,1) forwards;
}

/* ── Primary hero button lift + shadow ── */
.btn-primary.btn-abt:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(14,14,12,0.26), 0 4px 12px var(--ink-12);
}

/* ── Ghost hero button — lift + shadow on hover ── */
.btn-abt-ghost {
  transition: background .3s var(--ease-out), color .3s, border-color .3s, transform .3s, box-shadow .3s;
}
.btn-abt-ghost:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px var(--ink-18);
}

/* ── Accent CTA glow (dark section) ── */
.btn-abt-glow:hover {
  transform: translateY(-4px);
  filter: brightness(1.07);
  box-shadow:
    0 0 0 4px var(--accent-18),
    0 20px 48px rgba(255,77,61,0.38),
    0 6px 16px var(--accent-22);
}

/* ── Dark-section ghost hover ── */
.btn-abt-dark-ghost {
  position: relative; z-index: 0;
  transition: transform .35s var(--ease-out), border-color .35s, background .35s, box-shadow .35s;
}
.btn-abt-dark-ghost::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--bg-10);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s var(--ease-out);
  z-index: 0;
}
.btn-abt-dark-ghost > * { position: relative; z-index: 1; }
.btn-abt-dark-ghost:hover::after  { transform: scaleX(1); }
.btn-abt-dark-ghost:hover {
  transform: translateY(-4px);
  border-color: var(--bg-55) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

/* ── Arrow on all about buttons ── */
.btn-abt .arrow,
.btn-abt-glow .arrow {
  transition: transform .4s var(--ease-out);
}
.btn-abt:hover .arrow,
.btn-abt-glow:hover .arrow {
  transform: translate(3px, -3px) scale(1.1);
}

@media (max-width: 900px) {
  .highlight-grid { grid-template-columns: 1fr !important; }
  .values-header-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .value-row { grid-template-columns: 60px 1fr !important; }
  .value-row p, .value-row svg { display: none !important; }
  .tenets-grid { grid-template-columns: 1fr !important; }
  .impact-grid { grid-template-columns: 1fr !important; }
  .team-header-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .team-grid { grid-template-columns: 1fr 1fr !important; }
  .team-card:hover .team-photo { transform: scale(1.04); }
}
@media (max-width: 540px) {
  .team-grid { grid-template-columns: 1fr !important; }
}


/* ====================================================================
   12. SERVICES (index)
   ==================================================================== */
/* ── 01 Hero ── (min-height present → clamp padding kept unchanged) */
/* Optional hero background image for city landing pages (sits below ghost word + content) */
.city-hero-img {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  opacity: 0.18;
}
.city-hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, var(--bg) 30%, rgba(245,242,237,0.65) 100%);
}
/* City "services offered" grid — light theme, no emoji, outline number marker */
.city-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.city-svc-card {
  padding: 32px 28px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s;
}
.city-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px var(--ink-08);
  border-color: transparent;
}
.city-svc-num {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 18px;
}
.city-svc-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 10px;
}
.city-svc-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}
@media (max-width: 900px) { .city-svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .city-svc-grid { grid-template-columns: 1fr; } }
/* City CTA — centered (title, copy, actions) */
.city-cta { text-align: center; }
.city-cta .cap-cta-actions { justify-content: center; }
.svc-pillar-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.svc-pillar-card-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg-35); }
.svc-pillar-card-count { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.03em; color: var(--accent); }
.svc-pillar-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--bg-07); }
.svc-pillar-row-left { display: flex; align-items: center; gap: 10px; }
.svc-pillar-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.svc-pillar-name { font-size: 13px; font-weight: 500; color: var(--bg-82); letter-spacing: -0.01em; }
.svc-pillar-num { font-family: var(--font-mono); font-size: 10px; color: var(--bg-25); }
.svc-pillar-foot { margin-top: 18px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg-28); text-align: center; }
/* ── 02 Four pillar cards ── */
.sol-section { padding: 40px 0 96px; background: var(--bg); }
.sol-main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sol-card { padding: 56px 48px; }
.sol-blob { position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: var(--accent); pointer-events: none; }
.sol-card-light .sol-blob { opacity: 0.07; }
.sol-card-dark  .sol-blob { opacity: 0.10; }
.sol-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 36px; position: relative; z-index: 2; }
.sol-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; }
.sol-card-light .sol-num { color: var(--ink-mute); }
.sol-card-dark  .sol-num { color: var(--bg-30); }
.sol-tag-pill { display: inline-block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink-mute); }
.sol-card-dark .sol-tag-pill { border-color: var(--bg-18); color: var(--bg-50); }
.sol-arrow-svg { color: var(--ink-mute); }
.sol-card-dark .sol-arrow-svg { color: var(--bg-40); }
.sol-heading { font-family: var(--font-display); font-size: clamp(30px,3.5vw,52px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.0; position: relative; z-index: 2; color: var(--ink); }
.sol-card-dark .sol-heading { color: var(--bg-95); }
.sol-heading-italic { font-family: var(--font-italic); font-style: italic; color: var(--accent); }
.sol-tagline { margin-top: 16px; font-size: 15px; line-height: 1.6; color: var(--ink-soft); position: relative; z-index: 2; max-width: 400px; }
.sol-card-dark .sol-tagline, .svc-dark .sol-tagline { color: var(--bg-60); }
.sol-services-list-pos { margin-top: 28px; position: relative; z-index: 2; }
.sol-card-light .sol-service-item { border-bottom: 1px solid var(--ink-06); }
.sol-card-dark  .sol-service-item { border-bottom: 1px solid var(--bg-06); }
.sol-service-more { opacity: 0.5; font-style: italic; }
.sol-stack { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 2; }
.sol-stack-pill { font-family: var(--font-mono); font-size: 11px; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink-mute); }
.sol-card-dark .sol-stack-pill { border-color: var(--bg-14); color: var(--bg-50); }
.sol-cta { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--ink-08); display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--accent); position: relative; z-index: 2; }
.sol-card-dark .sol-cta { border-top-color: var(--bg-08); }
@media(max-width:768px){ .sol-section { padding: 32px 0 72px; } }
/* ── 03 Process ── */
.process-header-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 80px; }
.proc-heading { font-size: clamp(44px,6vw,96px); margin-top: 24px; }
.proc-intro { font-size: 18px; line-height: 1.6; color: var(--ink-soft); padding-bottom: 8px; }
.process-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.proc-card-head { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.proc-z { position: relative; z-index: 2; }

/* ── 04 Industries ── */
.ind-section { padding: 96px 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.ind-section-blob { position: absolute; right: -200px; bottom: -200px; width: 600px; height: 600px; border-radius: 50%; background: var(--accent); opacity: 0.06; pointer-events: none; }
.ind-section-inner { position: relative; z-index: 2; }
.ind-header-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 80px; }
.ind-eyebrow { color: var(--bg-50); }
.ind-heading { font-size: clamp(44px,6vw,96px); margin-top: 24px; color: var(--bg); }
.ind-intro { font-size: 17px; line-height: 1.7; color: var(--bg-55); }
.industries-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.ind-card-link { text-decoration: none; }
.ind-icon svg { stroke: var(--bg-50); }
@media(max-width:768px){ .ind-section { padding: 72px 0; } }
/* ── 05 CTA ── */
.svc-cta-container { text-align: center; }
.svc-cta-inner { max-width: 760px; margin: 0 auto; }
.svc-cta-heading { font-size: clamp(48px,7vw,110px); margin-top: 24px; }
.svc-cta-body { font-size: 20px; line-height: 1.55; color: var(--ink-soft); margin-top: 28px; }
.svc-cta-actions { margin-top: 52px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.svc-cta-note { margin-top: 40px; font-size: 13px; color: var(--ink-mute); }



.sol-card {
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.sol-card:hover {
  transform: translateY(-10px) rotate(-0.4deg);
  box-shadow: 0 40px 80px var(--ink-18);
  z-index: 2;
}
.sol-card-light { background: var(--bg-alt); }
.sol-card-dark  { background: var(--ink); }
.sol-card-light:hover { background: var(--bg); }
.sol-arrow { transition: transform .38s var(--ease-out); }
.sol-card:hover .sol-arrow { transform: translate(4px,-4px); }
.sol-blob { transition: transform .55s var(--ease-out), opacity .55s; }
.sol-card:hover .sol-blob { transform: scale(1.3); opacity: 0.18; }
.sol-pill { transition: border-color .3s, color .3s; }
.sol-card-light:hover .sol-pill { border-color: var(--ink); color: var(--ink); }
.sol-card-dark:hover  .sol-pill { border-color: var(--bg-40); color: var(--bg-85); }
.sol-services-list { list-style: none; padding: 0; margin: 0; }
.sol-services-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 5px 0; transition: color .3s; }
.sol-services-list li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; flex-shrink: 0; }
.sol-card-light .sol-services-list li, .svc-light .sol-services-list li { color: var(--ink-soft); }
.sol-card-dark  .sol-services-list li, .svc-dark .sol-services-list li { color: var(--bg-60); }
.sol-card-light .sol-services-list li::before, .svc-light .sol-services-list li::before { background: var(--ink-mute); }
.sol-card-dark  .sol-services-list li::before, .svc-dark .sol-services-list li::before { background: var(--bg-35); }
/* Fix: dark cards keep light text on hover, light cards stay readable */
.sol-card-light:hover .sol-services-list li, .svc-light:hover .sol-services-list li { color: var(--ink-soft); }
.sol-card-dark:hover  .sol-services-list li, .svc-dark:hover .sol-services-list li { color: var(--bg-72); }
@media(max-width:900px){ .sol-main-grid{ grid-template-columns: 1fr !important; gap: 12px !important; } .sol-card{ padding: 36px 28px !important; } }
@media(max-width:540px){ .sol-card{ padding: 28px 20px !important; } }

.proc-card { padding:48px 40px;background:var(--bg);border-radius:24px;border:1px solid var(--line);position:relative;overflow:hidden;display:flex;flex-direction:column;cursor:default;transition:transform .42s var(--ease-out),box-shadow .42s var(--ease-out),background .42s var(--ease-out),border-color .42s var(--ease-out); }
.proc-card:hover { transform:translateY(-10px);box-shadow:0 32px 64px var(--ink-16);background:var(--ink);border-color:transparent; }
.proc-ghost { position:absolute;right:-6px;bottom:-18px;font-family:var(--font-display);font-weight:700;font-size:130px;letter-spacing:-0.06em;line-height:1;color:transparent;-webkit-text-stroke:1px var(--ink-07);pointer-events:none;user-select:none;transition:-webkit-text-stroke .42s; }
.proc-card:hover .proc-ghost { -webkit-text-stroke:1px var(--bg-10); }
.proc-num { font-family:var(--font-mono);font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--ink-mute);transition:color .38s; }
.proc-card:hover .proc-num { color:var(--bg-38); }
.proc-time { font-family:var(--font-mono);font-size:11px;color:var(--accent);padding:4px 10px;border-radius:999px;border:1px solid var(--accent-25);background:var(--accent-06);transition:background .38s,border-color .38s; }
.proc-card:hover .proc-time { background:var(--accent-18);border-color:rgba(255,77,61,0.5); }
.proc-phase { font-family:var(--font-italic);font-style:italic;font-size:36px;letter-spacing:-0.025em;line-height:1;margin:24px 0 20px;color:var(--ink);transition:color .38s; }
.proc-card:hover .proc-phase { color:var(--accent); }
.proc-desc { font-size:14px;line-height:1.7;color:var(--ink-soft);margin-top:auto;transition:color .38s; }
.proc-card:hover .proc-desc { color:var(--bg-72); }

    @media(max-width:900px){ .process-header-grid{grid-template-columns:1fr !important;gap:28px !important;} .process-steps-grid{grid-template-columns:1fr 1fr !important;} .proc-card{padding:36px 28px !important;} .proc-ghost{font-size:90px !important;} }
    @media(max-width:540px){ .process-steps-grid{grid-template-columns:1fr !important;} }
  

.ind-card { display:block;padding:36px 28px 28px;border-radius:20px;border:1px solid var(--bg-09);background:transparent;position:relative;overflow:hidden;cursor:pointer;transition:transform .4s var(--ease-out),background .4s var(--ease-out),border-color .4s var(--ease-out),box-shadow .4s var(--ease-out); }
.ind-card:hover { transform:translateY(-8px);background:var(--bg-07);border-color:var(--bg-22);box-shadow:0 24px 48px rgba(0,0,0,0.35); }
.ind-card::before { content:'';position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(circle at 50% 120%,rgba(255,107,40,0.13) 0%,transparent 65%);opacity:0;transition:opacity .4s var(--ease-out);pointer-events:none; }
.ind-card:hover::before { opacity:1; }
.ind-icon { width:40px;height:40px;border-radius:10px;background:var(--bg-07);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .35s var(--ease-out),transform .35s var(--ease-out); }
.ind-icon svg { transition:stroke .35s var(--ease-out); }
.ind-card:hover .ind-icon { background:rgba(255,107,40,0.15);transform:scale(1.08); }
.ind-card:hover .ind-icon svg { stroke:var(--accent) !important; }
.ind-name { font-size:17px;font-weight:500;letter-spacing:-0.02em;color:var(--bg-85);margin-bottom:10px;transition:color .35s var(--ease-out); }
.ind-card:hover .ind-name { color:var(--accent); }
.ind-desc { font-size:13px;line-height:1.65;color:var(--bg-45);transition:color .35s var(--ease-out); }
.ind-card:hover .ind-desc { color:var(--bg-72); }
.ind-arrow { margin-top:20px;display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:var(--bg-20);transition:color .35s var(--ease-out); }
.ind-card:hover .ind-arrow { color:var(--accent); }
.ind-card::after { content:'';position:absolute;bottom:0;left:20px;right:20px;height:2px;border-radius:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .42s var(--ease-out); }
.ind-card:hover::after { transform:scaleX(1); }

/* Light Theme overrides */
.ind-section--light { background: var(--bg-alt); color: var(--ink); }
.ind-section--light .ind-eyebrow { color: var(--ink-mute); }
.ind-section--light .ind-heading { color: var(--ink); }
.ind-section--light .ind-intro { color: var(--ink-soft); }
.ind-section--light .ind-icon svg { stroke: var(--ink-soft); }
.ind-section--light .ind-card {
  border-color: var(--line);
  background: var(--bg);
}
.ind-section--light .ind-card:hover {
  background: var(--bg-alt);
  border-color: var(--ink-22);
  box-shadow: 0 16px 40px var(--ink-07);
}
.ind-section--light .ind-icon {
  background: var(--bg-alt);
}
.ind-section--light .ind-card:hover .ind-icon {
  background: rgba(255,107,40,0.1);
}
.ind-section--light .ind-card:hover .ind-icon svg {
  stroke: var(--accent) !important;
}
.ind-section--light .ind-name { color: var(--ink); }
.ind-section--light .ind-desc { color: var(--ink-soft); }
.ind-section--light .ind-card:hover .ind-name { color: var(--accent); }
.ind-section--light .ind-card:hover .ind-desc { color: var(--ink-soft); }
.ind-section--light .ind-arrow { color: var(--ink-mute); }
.ind-section--light .ind-card:hover .ind-arrow { color: var(--accent); }

    @media(max-width:900px){ .ind-header-grid{grid-template-columns:1fr !important;gap:28px !important;} .industries-grid{grid-template-columns:1fr 1fr !important;} }
    @media(max-width:540px){ .industries-grid{grid-template-columns:1fr !important;} }


/* ====================================================================
   13. SERVICE SHOW
   ==================================================================== */
/* color helper driven by --ss-color */
.ss-color-text { color:var(--ss-color); }
/* 01 HERO */
.ss-hero-ghost {
  left: -1%; bottom: -3%; font-size: clamp(120px,18vw,280px); z-index: 2; line-height: 0.85;
}
.ss-hero-orb { position:absolute;right:-60px;top:-60px;width:280px;height:280px;border-radius:50%;background:var(--ss-color);opacity:0.09;filter:blur(55px);pointer-events:none;z-index:2; }
.ss-topbar { display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:clamp(36px,5vh,56px); }
.ss-hero-tagline { font-size:clamp(16px,1.6vw,20px);line-height:1.6;color:var(--ink-soft);max-width:540px;margin-bottom:8px;transition-delay:.06s; }
.ss-hero-actions { display:flex;align-items:center;gap:12px;flex-wrap:wrap;transition-delay:.12s; margin-top: 30px; }
.ss-cta-btn { overflow:hidden;position:relative;background:var(--ss-color);border-color:var(--ss-color); }
.ss-meta-inline { display:flex;align-items:center;gap:16px;flex-wrap:wrap; }
.ss-meta-item { display:flex;align-items:center;gap:6px;color:var(--ink-mute); }
.ss-meta-mono { font-family:var(--font-mono);font-size:11px;letter-spacing:0.05em; }
.ss-card { background:var(--ink);border-radius:22px;overflow:hidden;border:1px solid var(--bg-06); }
.ss-card-head { padding:24px 28px 20px;border-bottom:1px solid var(--bg-07);position:relative;overflow:hidden; }
.ss-card-head-orb { position:absolute;right:-16px;bottom:-16px;width:100px;height:100px;border-radius:50%;background:var(--ss-color);opacity:0.14;filter:blur(16px);pointer-events:none; }
.ss-card-kicker { font-family:var(--font-mono);font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--bg-30);margin-bottom:12px; }
.ss-card-title { font-size:clamp(18px,2vw,22px);font-weight:500;letter-spacing:-0.02em;color:var(--white);line-height:1.2; }
.ss-card-title-italic { font-family:var(--font-italic);font-style:italic;color:var(--ss-color); }
.ss-card-body { padding:16px 28px; }
.ss-card-label { font-family:var(--font-mono);font-size:10px;letter-spacing:0.1em;text-transform:uppercase;color:var(--bg-28);margin-bottom:12px; }
.ss-card-svc { display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--bg-05); }
.ss-card-svc-dot { width:5px;height:5px;border-radius:50%;background:var(--ss-color);flex-shrink:0; }
.ss-card-svc-text { font-size:12px;color:var(--bg-70);letter-spacing:-0.01em; }
.ss-card-more { padding-top:8px;font-family:var(--font-mono);font-size:10px;color:var(--bg-28);letter-spacing:0.06em; }
.ss-card-stats { padding:14px 28px 22px;display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.ss-card-stat-label { font-family:var(--font-mono);font-size:10px;letter-spacing:0.09em;text-transform:uppercase;color:var(--bg-28);margin-bottom:4px; }
.ss-card-stat-val { font-size:13px;font-weight:500;color:var(--bg-80); }
.ss-card-stat-accent { font-weight:600;color:var(--ss-color); }
.ss-stack-bar { position:relative;z-index:3;background:var(--ink);border-top:1px solid var(--bg-07); }
.ss-stack-inner { padding-top:16px;padding-bottom:16px; }
.ss-stack-row { display:flex;align-items:center;gap:10px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none; }
.ss-stack-label { font-family:var(--font-mono);font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:var(--bg-28);flex-shrink:0; }
.ss-stack-tag { flex-shrink:0;font-family:var(--font-mono);font-size:11px;padding:5px 14px;border-radius:999px;border:1px solid var(--bg-10);color:var(--bg-55);white-space:nowrap; }
/* shared section heads */
.ss-section-head { display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:60px; }
.ss-section-title { font-size:clamp(36px,4.5vw,72px);margin-top:20px; }
.ss-section-title-light { color:var(--bg); }
.ss-section-lead { font-size:17px;line-height:1.6;color:var(--ink-soft); }
/* 02 OVERVIEW */
.ss-overview-rule { margin-top:28px;width:40px;height:3px;background:var(--ss-color);border-radius:2px; }
.ss-overview-body-wrap { transition-delay:.1s; }
.ss-overview-text { font-size:clamp(18px,2.2vw,26px);line-height:1.6;color:var(--ink-soft);font-weight:400;letter-spacing:-0.01em;text-align:left; }
/* section-head desktop base (responsive overrides via existing .ss-del-head/.ss-faq-head/.ss-proc-head) */
.ss-overview-grid { display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center; }
/* 03 DELIVERABLES */
.ss-del { padding:112px 0;background:var(--ink); }
.ss-del-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
/* merges with existing .ss-del-card (transition only) */
.ss-del-card { background:var(--bg-05);border:1px solid var(--bg-10);border-radius:22px;padding:36px 32px;position:relative;overflow:hidden;transition:background .3s, border-color .3s; }
.ss-del-card:hover { background:var(--bg-10);border-color:var(--bg-20); }
.ss-del-num { position:absolute;right:-8px;top:-12px;font-family:var(--font-display);font-size:100px;font-weight:700;letter-spacing:-0.05em;color:transparent;-webkit-text-stroke:1px var(--bg-08);pointer-events:none;line-height:1;user-select:none;transition: -webkit-text-stroke-color .3s; }
.ss-del-card:hover .ss-del-num { -webkit-text-stroke-color: var(--accent-deep); }
.ss-del-icon { font-size:28px;margin-bottom:16px;position:relative;z-index:1; }
.ss-del-title { font-size:clamp(20px, 2.2vw, 24px);font-family:var(--font-display);line-height:1.2;font-weight:500;letter-spacing:-0.02em;color:var(--bg);margin-bottom:0;position:relative;z-index:1; }
.ss-del-desc { font-size:14px;line-height:1.65;color:var(--bg-65);position:relative;z-index:1; }
/* 04 PROCESS */
/* merges with existing .ss-proc-card (transition + responsive border) */
.ss-proc-card { padding:32px 28px;border-right:1px solid var(--line); }
.ss-proc-card:last-child { border-right:none; }
/* 05 FAQ */
.ss-faq { padding:96px 0;background:var(--ink); }
.ss-faq-cards { display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start; }
.ss-faq-intro-wrap { transition-delay:.1s; }
.ss-faq-intro { font-size:16px;line-height:1.65;color:var(--bg-50);margin-bottom:28px; }
.ss-faq-cta { background:transparent;border:1.5px solid var(--bg-30);color:var(--bg);display:inline-flex;align-items:center;gap:8px;transition:background .3s,border-color .3s,transform .3s; }
.ss-faq-cta:hover { background:var(--bg);color:var(--ink);border-color:var(--bg);transform:translateY(-2px); }
.ss-faq-btn { width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px;text-align:left;cursor:pointer;background:none;border:none; }
.ss-faq-q-wrap { display:flex;align-items:flex-start;gap:16px;flex:1;min-width:0; }
.ss-faq-idx { font-family:var(--font-mono);font-size:10px;letter-spacing:0.12em;color:var(--bg-30);flex-shrink:0;padding-top:4px; }
/* closed question — visible (white) */
.ss-faq-q { color:var(--bg); font-weight:500; letter-spacing:-0.01em; line-height:1.4; transition:color .3s; }
/* toggle icon — borderless, no background, just the stroke glyph */
.ss-faq-icon { background:none; border:none; color:var(--bg-50); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:color .3s,transform .3s var(--ease-out); }
.ss-faq-icon-svg { width:18px;height:18px;transition:transform .35s var(--ease-out); }
.ss-faq-icon-svg-open { transform:rotate(45deg); }
.ss-faq-answer { padding:0 28px 24px;padding-left:calc(28px + 16px + 18px); }
.ss-faq-a { font-size:14px;line-height:1.75;color:var(--bg-85); }
.ss-faq-card { border-radius:20px;border:1px solid var(--bg-10);overflow:hidden;transition:border-color .3s,background .3s; }
.ss-faq-ask { border-radius:20px;border:1px dashed var(--bg-12);padding:28px;display:flex;flex-direction:column;justify-content:space-between;min-height:96px;transition:border-color .3s,background .3s; }
.ss-faq-ask:hover { border-color:var(--bg-25);background:var(--bg-03); }
.ss-faq-ask-title { font-size:15px;font-weight:500;letter-spacing:-0.02em;color:var(--bg-40);line-height:1.4; }
.ss-faq-ask-link { margin-top:16px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--ss-color);text-decoration:none;letter-spacing:-0.01em;transition:gap .25s; }
.ss-faq-ask-link:hover { gap:12px; }
/* 06 NEXT PILLAR */
.ss-next { padding:60px 0;background:var(--bg-alt);border-top:1px solid var(--line); }
.ss-next-top { display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:16px; }
.ss-next-all { font-size:12px;font-family:var(--font-mono);letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-mute);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .25s; }
.ss-next-all:hover { color:var(--ink); }
.ss-next-card-inner { display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap; }
.ss-next-card-text { flex:1;min-width:0; }
.ss-next-title { font-size:clamp(18px,2.5vw,30px);font-weight:500;letter-spacing:-0.025em;line-height:1.25;color:var(--ink);transition:color .3s; }
.ss-next-title-italic { font-family:var(--font-italic);font-style:italic;color:var(--ss-next-color); }
.ss-next-tagline { margin-top:8px;font-size:14px;color:var(--ink-mute); }
/* 07 CTA */
.ss-cta-blob-a { position:absolute;left:-120px;bottom:-120px;width:400px;height:400px;border-radius:50%;background:var(--ss-color);opacity:0.07;pointer-events:none; }
.ss-cta-blob-b { position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:var(--accent);opacity:0.05;pointer-events:none; }
.ss-cta-inner { position:relative;z-index:2;text-align:center; }
.ss-cta-kicker { justify-content:center;color:var(--bg-38); }
.ss-cta-heading { font-size:clamp(44px,7vw,110px);margin-top:24px;color:var(--bg); }
.ss-cta-body { margin-top:24px;font-size:18px;color:var(--bg-60);max-width:480px;margin-left:auto;margin-right:auto;line-height:1.55; }
.ss-cta-actions { margin-top:48px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap; }
.ss-cta-btn-fill { background:var(--ss-color);color:var(--white);border-color:var(--ss-color);overflow:hidden;position:relative; }
/* mobile padding bake */
@media (max-width:768px) {
  .ss-del      { padding:72px 0; }
  .ss-faq      { padding:72px 0; }
  .ss-next     { padding:40px 0; }
}

.ss-del-card { transition:transform .4s var(--ease-out),box-shadow .4s,border-color .3s; }
.ss-del-card:hover { transform:translateY(-7px);box-shadow:0 24px 48px var(--ink-10);border-color:var(--ink-18); }
.ss-del-card:hover .ss-del-line { transform:scaleX(1); }

    @media(max-width:900px){ .ss-del-head{grid-template-columns:1fr !important;gap:28px !important;} .ss-del-grid{grid-template-columns:1fr 1fr !important;} }
    @media(max-width:540px){ .ss-del-grid{grid-template-columns:1fr !important;} }
  

.ss-proc-card { transition:background .35s var(--ease-out); }
.ss-proc-card:hover { background:var(--ink); }
.ss-proc-card:hover .ss-proc-num   { color:var(--ss-color) !important; }
.ss-proc-card:hover .ss-proc-title { color:var(--white) !important; }
.ss-proc-card:hover .ss-proc-body  { color:var(--bg-60) !important; }

    @media(max-width:900px){ .ss-proc-head{grid-template-columns:1fr !important;gap:28px !important;} .ss-proc-grid{grid-template-columns:1fr 1fr !important;} .ss-proc-card{border-right:none !important;border-bottom:1px solid var(--line);} }
    @media(max-width:540px){ .ss-proc-grid{grid-template-columns:1fr !important;} }
  

    .ss-faq-card:hover { border-color:var(--bg-18) !important; }
    .ss-faq-card:hover .ss-faq-icon { color:var(--bg-85); }
    .ss-faq-card-open { border-color:var(--accent) !important; background:var(--bg-04) !important; }
    .ss-faq-card-open .ss-faq-q { color:var(--accent) !important; }
    .ss-faq-card-open .ss-faq-icon { color:var(--accent); }
    @media(max-width:900px){ .ss-faq-head{grid-template-columns:1fr !important;gap:32px !important;} .ss-faq-cards{grid-template-columns:1fr !important;} }
  

.ss-btn-glow { transition:transform .35s var(--ease-out),box-shadow .35s; }
.ss-btn-glow:hover { transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,0.3),0 6px 16px rgba(0,0,0,0.15); }
.ss-btn-glow::before { content:'';position:absolute;top:-50%;left:-90%;width:60%;height:200%;background:rgba(255,255,255,0.2);transform:skewX(-20deg);pointer-events:none; }
.ss-btn-glow:hover::before { animation:moopsShimmer .6s cubic-bezier(0.4,0,0.2,1) forwards; }


.ss-next-card:hover { border-color:var(--ink-20);transform:translateY(-6px);box-shadow:0 24px 48px var(--ink-10); }
.ss-next-card:hover .ss-next-arrow { background:var(--ink);border-color:var(--ink);transform:translate(3px,-3px); }
.ss-next-card:hover h3 { color:var(--accent); }

@media(max-width:900px){
  .ss-meta-card { display:none !important; }
  .ss-overview-grid { grid-template-columns:1fr !important;gap:32px !important; }
}
@media(max-width:540px){ .ss-next-card{padding:22px 18px !important;} }


/* ====================================================================
   14. INDUSTRY SHOW
   ==================================================================== */
/* --- hero --- */
.ind-hero-ghost {
  right: -1%; top: 50%; transform: translateY(-50%); font-size: clamp(180px,26vw,400px);
}
.ind-hero-blob { position: absolute; left: -100px; bottom: -100px; width: 500px; height: 500px; border-radius: 50%; background: var(--accent); opacity: 0.07; pointer-events: none; }
.ind-hero-tagline { font-size: clamp(17px,1.5vw,24px); line-height: 1.45; color: var(--accent); font-weight: 500; letter-spacing: -0.02em; font-family: var(--font-display); margin-top: 4px; }
.ind-hero-cta-card { background: var(--bg-06); border: 1px solid var(--bg-10); border-radius: 20px; padding: 32px; }
.ind-hero-cta-title { font-size: clamp(20px,2vw,28px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.25; color: var(--bg); margin-bottom: 16px; font-family: var(--font-display); }
.ind-hero-cta-body { font-size: 13px; line-height: 1.65; color: var(--bg-50); margin-bottom: 28px; }
.ind-hero-cta-btn { width: 100%; justify-content: center; display: flex; }
.ind-hero-cta-alt { display: block; text-align: center; margin-top: 14px; font-size: 13px; color: var(--bg-40); text-decoration: none; transition: color .2s; }
.ind-hero-cta-alt:hover { color: var(--bg-85); }
/* --- why / pain points --- */
/* --- why / pain points --- */
.ind-why-heading { font-size: clamp(28px,3vw,48px); line-height: 1.1; letter-spacing: -0.03em; margin-top: 24px; margin-bottom: 28px; }
.ind-why-body { font-size: clamp(15px,1.2vw,18px); line-height: 1.75; color: var(--ink-soft); }
.ind-pain-list { margin-top: 28px; display: flex; flex-direction: column; gap: 0; }
.ind-pain-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; }
.ind-pain-item-divided { border-bottom: 1px solid var(--line); }
.ind-pain-icon { width: 24px; height: 24px; border-radius: 6px; background: var(--accent-bright-10); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.ind-pain-text { font-size: 14px; line-height: 1.6; color: var(--ink-soft); }
/* --- what we build --- */
.ind-build { padding: 60px 0; background: var(--ink-03); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ind-build-heading { font-size: clamp(32px,4vw,64px); line-height: 1; letter-spacing: -0.04em; text-align: center; margin-top: 20px; margin-bottom: 56px; }
.ind-build-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.ind-build-num { width: 32px; height: 32px; border-radius: 8px; background: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ind-build-num-text { font-family: var(--font-mono); font-size: 10px; font-weight: 700; color: var(--white); letter-spacing: 0.05em; }
.ind-build-card-title { font-size: 16px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 10px; }
.ind-build-card-desc { font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
/* --- case study --- */
.ind-case-grid { display: grid; grid-template-columns: 400px 1fr; gap: 80px; align-items: start; }
.ind-case-card { margin-top: 40px; padding: 32px; border-radius: 20px; background: var(--ink); color: var(--bg); }
.ind-case-card-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bg-40); margin-bottom: 20px; }
.ind-case-card-name { font-size: 22px; font-weight: 600; letter-spacing: -0.03em; color: var(--bg); margin-bottom: 4px; font-family: var(--font-display); }
.ind-case-card-role { font-size: 13px; color: var(--bg-50); margin-bottom: 4px; }
.ind-case-card-company { font-size: 13px; color: var(--accent); font-weight: 500; }
.ind-case-card-impact { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--bg-10); }
.ind-case-card-label-impact { margin-bottom: 12px; }
.ind-case-card-impact-text { font-size: 14px; line-height: 1.6; color: var(--bg-72); }
.ind-case-result { margin-top: 16px; padding: 24px 28px; border-radius: 16px; border-left: 3px solid var(--accent); background: var(--accent-bright-05); }
.ind-case-result-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.ind-case-result-text { font-size: 14px; line-height: 1.65; color: var(--ink); }
.ind-case-story-block { margin-bottom: 40px; }
.ind-case-story-divided { margin-bottom: 0; padding-top: 36px; border-top: 1px solid var(--line); }
.ind-case-story-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 16px; }
.ind-case-story-text { font-size: clamp(15px,1.25vw,18px); line-height: 1.8; color: var(--ink-soft); }
/* --- other sectors --- */
.ind-related { padding: 60px 0; background: var(--ink-03); border-top: 1px solid var(--line); }
.ind-related-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
/* --- bottom CTA --- */
.ind-cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, var(--accent-bright-12) 0%, transparent 70%); pointer-events: none; }
.ind-cta-inner { position: relative; z-index: 2; text-align: center; }
.ind-cta-kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bg-40); margin-bottom: 24px; display: inline-block; }
.ind-cta-heading { font-size: clamp(40px,6vw,96px); letter-spacing: -0.04em; line-height: 0.96; color: var(--bg); margin-bottom: 28px; }
.ind-cta-heading-accent { color: var(--accent); font-style: italic; font-family: var(--font-italic); }
.ind-cta-body { font-size: 17px; color: var(--bg-60); max-width: 480px; margin: 0 auto 44px; line-height: 1.6; text-align: center; }
.ind-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* --- mobile padding bake --- */
@media (max-width: 768px) {
  .ind-build { padding: 40px 0; }
  .ind-related { padding: 40px 0; }
}

.ind-build-card {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 32px;
  transition: transform .4s var(--ease-out), background .4s var(--ease-out);
}
.ind-build-card:hover {
  background: var(--bg-alt) !important;
}
@media (max-width: 1100px) {
  .ind-related-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 900px) {
  .ind-body-grid   { grid-template-columns: 1fr !important; gap: 48px !important; }
  .ind-case-grid   { grid-template-columns: 1fr !important; gap: 40px !important; }
  .ind-build-grid  { grid-template-columns: 1fr !important; }
}
@media (max-width: 600px) {
  .ind-hero-cta-card { padding: 24px !important; }
  .ind-related-grid  { grid-template-columns: 1fr !important; }
}


/* ====================================================================
   15. CAPABILITY SHOW
   ==================================================================== */
/* ── Hero ── */
.cap-hero { min-height: 72vh; min-height: 72svh; background: var(--ink); color: var(--bg); display: flex; align-items: flex-end; padding: clamp(100px,14vh,160px) 0 clamp(56px,7vh,96px); position: relative; overflow: hidden; }
.cap-hero-ghost {
  right: -2%; top: 50%; transform: translateY(-50%); font-size: clamp(200px,28vw,420px);
}
.cap-hero-blob { position: absolute; left: -120px; bottom: -120px; width: 400px; height: 400px; border-radius: 50%; opacity: 0.07; pointer-events: none; }
.cap-hero-inner { position: relative; z-index: 2; width: 100%; }
.cap-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: end; }
.cap-hero-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; }
.cap-hero-title { font-size: clamp(44px,6.5vw,108px); line-height: 0.95; letter-spacing: -0.04em; margin-bottom: 28px; color: var(--bg); }
.cap-hero-short { font-size: clamp(16px,1.4vw,22px); line-height: 1.6; color: var(--bg-65); max-width: 560px; }
.cap-hero-cta-card { background: var(--bg-06); border: 1px solid var(--bg-10); border-radius: 20px; padding: 32px; }
.cap-hero-card-headline { font-size: clamp(22px,2.2vw,32px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.2; color: var(--bg); margin-bottom: 20px; font-family: var(--font-display); }
.cap-hero-card-copy { font-size: 14px; line-height: 1.65; color: var(--bg-50); margin-bottom: 28px; }
.cap-hero-card-btn { width: 100%; justify-content: center; display: flex; }
.cap-hero-card-link { display: block; text-align: center; margin-top: 14px; font-size: 13px; color: var(--bg-45); text-decoration: none; transition: color .2s; }
.cap-hero-card-link:hover { color: var(--bg-85); }
/* ── Overview ── */
.cap-body-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.cap-overview-desc { font-size: clamp(16px,1.3vw,20px); line-height: 1.75; color: var(--ink-soft); margin-top: 24px; }
.cap-outcome { margin-top: 40px; padding: 24px 28px; border-radius: 16px; border-left: 3px solid var(--accent); background: var(--ink-03); }
.cap-outcome-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 10px; }
.cap-outcome-text { font-size: 17px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); line-height: 1.4; }
.cap-includes { margin-top: 28px; display: flex; flex-direction: column; gap: 0; }
.cap-include-row { display: flex; align-items: center; gap: 16px; padding: 18px 0; }
.cap-include-row--bordered { border-bottom: 1px solid var(--line); }
.cap-include-icon { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cap-include-text { font-size: 15px; font-weight: 500; color: var(--ink); }
/* ── Other capabilities ── */
.cap-related { padding: 60px 0; background: var(--ink-03); border-top: 1px solid var(--line); }
.cap-related-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
/* ── Bottom CTA ── */
.cap-cta-glow { position: absolute; inset: 0; pointer-events: none; }
.cap-cta-inner { position: relative; z-index: 2; }
.cap-cta-title { font-size: clamp(40px,6vw,96px); letter-spacing: -0.04em; line-height: 0.96; color: var(--bg); margin-bottom: 28px; }
.cap-cta-title-em { font-style: italic; font-family: var(--font-italic); }
.cap-cta-copy { font-size: 17px; color: var(--bg-60); max-width: 460px; margin: 0 auto 44px; line-height: 1.6; }
.cap-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* ── Responsive padding bakes ── */
@media (max-width: 768px) {
  .cap-related  { padding: 40px 0; }
}

@media (max-width: 900px) {
  .cap-hero-grid  { grid-template-columns: 1fr !important; gap: 40px !important; }
  .cap-body-grid  { grid-template-columns: 1fr !important; gap: 48px !important; }
  .cap-related-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 540px) {
  .cap-hero-cta-card { padding: 24px !important; }
  .cap-related-grid { grid-template-columns: 1fr !important; }
}


/* ====================================================================
   16. WORK (index)
   ==================================================================== */
/* ── Hero ── */
.work-hero {
  min-height: 82vh;
  min-height: 82svh;
  padding: clamp(100px,14vh,160px) 0 clamp(48px,6vh,80px);
  position: relative;
  overflow: hidden;
  background: var(--bg);
  display: flex;
  align-items: center;
}
.work-ghost {
  right: -2%; top: 50%; transform: translateY(-50%); font-size: clamp(140px,20vw,300px); z-index: 2;
}
.work-hero-inner { position: relative; z-index: 3; width: 100%; }
.work-hero-title { font-size: clamp(48px,7vw,116px); margin-top: 28px; line-height: 0.95; }
.work-hero-actions { margin-top: 36px; display: flex; gap: 16px; flex-wrap: wrap; }

/* ── Capabilities section shell ── */
.work-cap-section {
  padding: clamp(80px,11vh,140px) 0;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.work-cap-gridlines { position: absolute; inset: 0; pointer-events: none; opacity: 0.04; }
.work-cap-gridline { position: absolute; top: 0; bottom: 0; width: 1px; background: var(--bg); }
.work-cap-inner { position: relative; z-index: 2; }
.cap-sec-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(48px,7vh,80px);
}
.cap-sec-eyebrow { color: var(--bg-45); }
.cap-sec-title {
  font-size: clamp(40px,6vw,96px);
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin-top: 20px;
  color: var(--bg);
}
.cap-sec-sub { max-width: 340px; padding-bottom: 12px; }
.cap-sec-sub p { font-size: 15px; line-height: 1.7; color: var(--bg-50); }
.cap-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }

/* ── Bottom CTA strip ── */
.cap-cta-strip {
  margin-top: 3px;
  padding: 28px 32px;
  background: var(--bg-04);
  border: 2px solid var(--bg-06);
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.cap-cta-text { font-size: 15px; color: var(--bg-55); line-height: 1.5; }
.cap-cta-text strong { color: var(--bg-85); font-weight: 500; }

/* ── Final CTA section ──
   padding matches the former section[style*="160px 0"] override result:
   96px desktop, 72px mobile (was inline 160px reduced by the override hack). */

.work-cta-blob {
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
  pointer-events: none;
}
.work-cta-blob-1 { left: -160px; bottom: -160px; width: 480px; height: 480px; opacity: 0.07; }
.work-cta-blob-2 { right: -80px; top: -80px; width: 320px; height: 320px; opacity: 0.04; }
.work-cta-inner { position: relative; z-index: 2; text-align: center; }
.work-cta-title { font-size: clamp(52px,8vw,130px); margin-top: 28px; color: var(--bg); }
.work-cta-sub {
  margin-top: 28px;
  font-size: 20px;
  color: var(--bg-65);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
.work-cta-actions { margin-top: 52px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Misc work-page one-offs */
.cap-cta-strip .btn { flex-shrink: 0; }

/* ═══════════════════════════════════════
   CAPABILITIES SECTION
═══════════════════════════════════════ */
.cap-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 28px;
  background: var(--bg-04);
  border: 1px solid var(--bg-08);
  text-decoration: none;
  color: var(--bg);
  position: relative;
  overflow: hidden;
  transition: background .3s, border-color .3s, transform .3s var(--ease-out);
  min-height: 280px;
}
.cap-card:hover {
  background: var(--bg-09);
  border-color: var(--bg-18);
  transform: translateY(-4px);
  z-index: 1;
}
.cap-card-accent {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease-out);
}
.cap-card:hover .cap-card-accent { transform: scaleX(1); }

.cap-card-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--bg-28);
  margin-bottom: 20px;
}
.cap-card-body { flex: 1; }
.cap-card-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--bg);
  margin-bottom: 12px;
  line-height: 1.2;
  transition: color .2s;
}
.cap-card:hover .cap-card-title { color: var(--white); }
.cap-card-short {
  font-size: 13px;
  line-height: 1.65;
  color: var(--bg-45);
  margin: 0;
}
.cap-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--bg-08);
}
.cap-card-outcome {
  font-size: 12px;
  line-height: 1.5;
  color: var(--bg-38);
  flex: 1;
  font-style: italic;
}
.cap-card-arrow {
  width: 34px; height: 34px;
  border-radius: 10px;
  border: 1px solid var(--bg-12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--bg-40);
  transition: all .25s;
}
.cap-card:hover .cap-card-arrow {
  border-color: var(--bg-35);
  color: var(--bg);
  transform: translate(2px,-2px);
}

/* Round corners on grid extremities */
.cap-grid { border-radius: 20px 20px 0 0; overflow: hidden; }
.cap-grid .cap-card:first-child { border-radius: 20px 0 0 0; }
.cap-grid .cap-card:nth-child(3) { border-radius: 0 20px 0 0; }

/* ═══════════════════════════════════════
   WORK GALLERY
   Mobile (base): native horizontal swipe rail + controls.
   Desktop (>=1025px, hover): sticky-pinned, scroll drives the rail
   horizontally (see @media block + JS .wgal--pinned).
═══════════════════════════════════════ */
.wgal {
  position: relative;
  background: var(--bg);
}
.wgal-stage {
  padding: 96px 0;                 /* uniform section rhythm (matches .section) */
}
/* Header composition mirrors the capabilities section header (.cap-sec-hdr):
   eyebrow + two-line italic-accent title on the left, supporting copy on the right. */
.wgal-head {
  max-width: var(--container);
  margin: 0 auto clamp(48px, 7vh, 80px);
  padding: 0 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.wgal-head-title {
  font-size: clamp(40px, 6vw, 96px);   /* matches .cap-sec-title */
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin-top: 20px;
}
.wgal-head-sub {
  max-width: 360px;
  padding-bottom: 12px;
}
.wgal-head-sub p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* ── Rail ── */
.wgal-viewport { overflow: hidden; }
.wgal-rail {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 32px 28px;
  scrollbar-width: none;
  cursor: grab;
}
.wgal-rail::-webkit-scrollbar { display: none; }
.wgal-rail.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.wgal-rail.is-dragging .wgal-card { pointer-events: none; }

/* ── Card — 4:3 landscape rectangle ── */
.wgal-card {
  scroll-snap-align: center;
  flex: 0 0 auto;
  width: min(560px, 82vw);
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: var(--ink);
  text-decoration: none;
  color: var(--bg);
  border: 1px solid var(--ink-10);
  box-shadow: 0 8px 28px var(--ink-10);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out),
              filter .45s var(--ease-out), opacity .45s var(--ease-out);
  will-change: transform;
}
.wgal-card:hover {
  transform: translateY(-6px);
  /* accent-tinted lift shadow — subtle modern depth */
  box-shadow: 0 26px 56px var(--ink-22),
              0 8px 24px color-mix(in srgb, var(--proj-color) 28%, transparent);
}
/* accent top bar — grows to full width on hover/current */
.wgal-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 56px; height: 4px;
  background: var(--proj-color);
  border-radius: 0 0 4px 0;
  z-index: 4;
  transition: width .5s var(--ease-out);
}
.wgal-card:hover::before { width: 100%; }
/* inner hairline ring for crisp, layered edges */
.wgal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px var(--bg-08), inset 0 1px 0 var(--bg-12);
  pointer-events: none;
  z-index: 3;
  transition: box-shadow .45s var(--ease-out);
}
.wgal-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top center;
  /* B&W at rest → full colour on focus */
  filter: grayscale(1);
  transition: transform .7s var(--ease-out), filter .55s var(--ease-out);
}
.wgal-card:hover .wgal-card-img,
.wgal-card.is-current .wgal-card-img {
  transform: scale(1.05);
  filter: grayscale(0);
}
/* lighter scrim at rest (just enough for the text); deepens on focus so the
   colour image stays vivid up top while the copy stays legible. */
.wgal-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--ink) 0%, rgba(14,14,12,0.40) 30%, rgba(14,14,12,0) 58%);
  z-index: 1;
  transition: opacity .55s var(--ease-out);
  opacity: 0.7;
}
.wgal-card:hover .wgal-card-shade,
.wgal-card.is-current .wgal-card-shade { opacity: 1; }

/* ── Current slide distinction ──
   Non-focus cards stay crisp B&W (no opacity tint); colour + lift mark the
   active one. */
/* the current card itself — lift, accent ring + glow, full accent bar */
.wgal-card.is-current {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px var(--ink-22),
              0 6px 20px color-mix(in srgb, var(--proj-color) 30%, transparent);
}
.wgal-card.is-current::before { width: 100%; }
.wgal-card.is-current::after {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--proj-color) 55%, transparent),
              inset 0 1px 0 var(--bg-15);
}
.wgal-card-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
}
.wgal-card-client {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.05;
  color: var(--bg);
  margin-bottom: 4px;
}
.wgal-card-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--bg-80);
  margin-bottom: 16px;
}
.wgal-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--bg-15);
  padding-top: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--bg-60);
}
.wgal-card-result {
  color: var(--proj-color);
  font-weight: 600;
  white-space: nowrap;
}
/* small accent category kicker above the client name */
.wgal-card-cat {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--proj-color);
  padding: 4px 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--proj-color) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--proj-color) 32%, transparent);
}
/* corner "go" affordance — reveals on hover / current */
.wgal-card-go {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 4;
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--bg);
  box-shadow: 0 4px 14px var(--ink-30);
  opacity: 0;
  transform: scale(0.6) translateY(-4px);
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-out), background .3s, color .3s;
}
.wgal-card-go svg { width: 16px; height: 16px; }
.wgal-card:hover .wgal-card-go,
.wgal-card.is-current .wgal-card-go {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.wgal-card:hover .wgal-card-go { background: var(--proj-color); color: var(--bg); }
/* gentle upward nudge of the text block on hover */
.wgal-card-body { transition: transform .45s var(--ease-out); }
.wgal-card:hover .wgal-card-body { transform: translateY(-4px); }

/* ── CTA card (last) ── */
.wgal-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 40px;
  background: var(--ink);
}
.wgal-cta::before { background: var(--accent); }
.wgal-cta-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.2vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--bg);
}
.wgal-cta-text {
  font-size: 15px;
  color: var(--bg-60);
  line-height: 1.55;
  margin-bottom: 24px;
  max-width: 320px;
}

/* ── Controls bar (buttons · counter · progress) — all breakpoints ── */
.wgal-controls {
  max-width: var(--container);
  margin: 8px auto 0;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wgal-btns { display: flex; gap: 10px; flex-shrink: 0; }
.wgal-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease-out), opacity .25s;
}
.wgal-btn:hover:not(:disabled) { background: var(--ink); color: var(--bg); border-color: var(--ink); transform: translateY(-2px); }
.wgal-btn:disabled { opacity: 0.32; cursor: default; }
.wgal-btn svg { width: 18px; height: 18px; }
.wgal-counter {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.wgal-counter b { color: var(--ink); font-weight: 600; }
.wgal-progress {
  flex: 1;
  height: 2px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.wgal-progress-fill {
  height: 100%;
  width: 0;
  background: var(--accent);
  border-radius: 2px;
  transition: width .25s var(--ease-out);
}

/* ── Desktop: sticky-pinned, scroll-driven horizontal rail ──
   JS adds .wgal--pinned and sets the section height. */
@media (min-width: 1025px) and (hover: hover) {
  .wgal--pinned .wgal-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding-top: var(--nav-h);              /* keep heading clear of the nav */
    padding-bottom: 28px;
  }
  /* full-width head so the title aligns left (not centered by the flex column);
     match the rail's lead inset so the title lines up with the first card. */
  .wgal--pinned .wgal-head {
    margin: 0;
    max-width: none;
    align-self: stretch;
    padding-left: max(48px, calc(50vw - 540px));
    padding-right: 32px;
  }
  /* slightly contained inside the pinned 100vh frame so heading + cards + controls fit */
  .wgal--pinned .wgal-head-title { font-size: clamp(40px, 4.5vw, 64px); }
  /* viewport grows to fill the stage and clips the translated rail; rail centers */
  .wgal--pinned .wgal-viewport {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
  }
  /* JS translates the rail; disable native scroll/snap while pinned */
  .wgal--pinned .wgal-rail {
    overflow: visible;
    scroll-snap-type: none;
    scroll-behavior: auto;
    cursor: default;
    /* symmetric inset so first & last cards breathe at the viewport edges */
    padding: 0 max(48px, calc(50vw - 540px));
    will-change: transform;
  }
  .wgal--pinned .wgal-card {
    /* size by width so it stays a true 4:3 landscape (not 90vh-wide);
       height follows the ratio, capped to fit the pinned viewport. */
    width: min(640px, 60vw);
    height: auto;
    max-height: 62vh;
    aspect-ratio: 4 / 3;
  }
  .wgal--pinned .wgal-controls {
    margin: 0;
    max-width: none;
    padding-left: max(48px, calc(50vw - 540px));
    padding-right: 32px;
  }
}

/* ═══════════════════════════════════════   HERO BUTTONS
═══════════════════════════════════════ */
.btn-wrk { overflow: hidden; position: relative; }
.btn-wrk::before { content:'';position:absolute;top:-50%;left:-90%;width:60%;height:200%;background:rgba(255,255,255,0.25);transform:skewX(-20deg);pointer-events:none; }
.btn-wrk:hover::before { animation: moopsShimmer .6s cubic-bezier(0.4,0,0.2,1) forwards; }
.btn-wrk:hover { transform:translateY(-4px);box-shadow:0 18px 44px var(--ink-22); }

.btn-wrk-ghost { position:relative;overflow:hidden; }
.btn-wrk-ghost::after { content:'';position:absolute;inset:0;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .42s var(--ease-out);z-index:0; }
.btn-wrk-ghost:hover::after { transform:scaleX(1); }
.btn-wrk-ghost:hover { border-color:var(--ink) !important; }
.btn-wrk-ghost:hover span,.btn-wrk-ghost:hover svg { color:var(--accent) !important; }
.btn-wrk-ghost > * { position:relative;z-index:1;transition:color .3s; }
.btn-wrk-ghost span,.btn-wrk-ghost svg { position:relative;z-index:1; }

.btn-wrk-glow { transition:transform .35s var(--ease-out),box-shadow .35s; }
.btn-wrk-glow:hover { transform:translateY(-4px);box-shadow:0 0 0 4px var(--accent-20),0 20px 48px rgba(255,77,61,0.4),0 6px 16px var(--accent-22); }
.btn-wrk-glow::before { content:'';position:absolute;top:-50%;left:-90%;width:60%;height:200%;background:rgba(255,255,255,0.22);transform:skewX(-20deg);pointer-events:none; }
.btn-wrk-glow:hover::before { animation:moopsShimmer .6s cubic-bezier(0.4,0,0.2,1) forwards; }

.btn-wrk-ghost-cta { position:relative;overflow:hidden;transition:border-color .3s,color .3s,box-shadow .3s,transform .3s var(--ease-out); }
.btn-wrk-ghost-cta:hover { border-color:var(--bg-85) !important;color:var(--accent) !important;box-shadow:0 0 0 3px var(--bg-08),0 8px 28px rgba(0,0,0,0.25);transform:translateY(-3px); }



/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 900px) {
  .work-hero-grid  { grid-template-columns: 1fr !important; gap: 40px !important; }

  
  
  .cap-grid { grid-template-columns: 1fr 1fr !important; }
  .cap-sec-hdr { flex-direction: column !important; align-items: flex-start !important; }
  .cap-sec-sub { max-width: 100% !important; }
  .wgal-head { flex-direction: column; align-items: flex-start; gap: 18px; }
  .wgal-head-sub { max-width: 100%; padding-bottom: 0; }
}
@media (max-width: 600px) {
  
  .cap-grid  { grid-template-columns: 1fr !important; }
  .cap-grid .cap-card:first-child { border-radius: 20px 20px 0 0; }
  .cap-grid .cap-card:nth-child(3) { border-radius: 0; }
  .cap-card { min-height: auto; padding: 24px 20px 20px; }
}
@media (max-width: 1024px) {
  /* never pin below the desktop breakpoint, even if JS added the class */
  .wgal--pinned .wgal-stage { position: static; height: auto; }
}
@media (max-width: 900px) {
  .wgal-rail { padding-left: 40px; padding-right: 24px; }
  .wgal-card { scroll-snap-align: start; }   /* start-align reads better on small screens */
}
@media (max-width: 768px) {
  .wgal-stage { padding: 72px 0; }            /* uniform mobile rhythm (matches .section) */
  .wgal-head, .wgal-controls { padding-left: 20px; padding-right: 20px; }
  .wgal-head { margin-bottom: 32px; }
  .wgal-rail { gap: 16px; padding-left: 32px; padding-right: 20px; }
  .wgal-card { width: min(440px, 86vw); }
  .wgal-card-body, .wgal-cta { padding: 22px 24px; }
}
@media (max-width: 480px) {
  .wgal-card { width: 86vw; }
  .wgal-controls { gap: 14px; }
  .wgal-btn { width: 44px; height: 44px; }
}


/* ====================================================================
   17. WORK SHOW — case study
   ==================================================================== */
/* ── Hero shell ── */
.cs-hero { min-height: 100vh; min-height: 100svh; position: relative; overflow: hidden; background: var(--bg); display: flex; flex-direction: column; }
.cs-hero-ghost {
  left: -1%; bottom: -3%; font-size: clamp(130px,19vw,300px); z-index: 2; line-height: 0.85;
}
.cs-hero-orb { position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border-radius: 50%; opacity: 0.09; filter: blur(55px); pointer-events: none; z-index: 2; }
.cs-hero-inner { position: relative; z-index: 3; width: 100%; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(96px,13vh,140px); padding-bottom: clamp(32px,4vh,52px); }
/* ── Top bar ── */
.cs-topbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: clamp(36px,5vh,56px); }
.cs-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cs-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg-75); backdrop-filter: blur(8px); }
.cs-badge-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.cs-badge-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.cs-badge-text { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.cs-url-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--ink-15); background: var(--ink); backdrop-filter: blur(8px); text-decoration: none; transition: background .25s, transform .25s; }
.cs-ico-10 { width: 10px; height: 10px; }
.cs-url-ico { color: var(--bg-70); }
.cs-url-text { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: lowercase; color: var(--bg-75); }
/* ── Hero grid: headline + facts ── */
.cs-hero-grid { display: grid; grid-template-columns: 1fr 360px; gap: 52px; align-items: center; }
.cs-hero-title { font-size: clamp(40px,5.8vw,96px); line-height: 0.96; letter-spacing: -0.035em; margin-bottom: 28px; }
.cs-hero-facts { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; transition-delay: .08s; }
.cs-result-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); border-radius: 999px; padding: 9px 18px; }
.cs-result-pill-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); display: inline-block; flex-shrink: 0; }
.cs-result-pill-text { font-size: 13px; font-weight: 600; color: var(--white); letter-spacing: -0.01em; }
.cs-fact { display: flex; align-items: center; gap: 5px; color: var(--ink-mute); }
.cs-fact-text { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.05em; }
/* ── Meta card ── */
.cs-meta-inner { background: var(--ink); border-radius: 22px; overflow: hidden; border: 1px solid var(--bg-06); }
.cs-meta-key { padding: 24px 28px 20px; border-bottom: 1px solid var(--bg-07); position: relative; overflow: hidden; }
.cs-meta-key-glow { position: absolute; right: -16px; bottom: -16px; width: 100px; height: 100px; border-radius: 50%; opacity: 0.13; filter: blur(16px); pointer-events: none; }
.cs-meta-key-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg-30); margin-bottom: 10px; }
.cs-meta-key-value { font-family: var(--font-display); font-size: clamp(32px,3.5vw,46px); font-weight: 600; letter-spacing: -0.04em; color: var(--accent); line-height: 1; margin-bottom: 4px; }
.cs-meta-key-sub { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bg-38); }
.cs-meta-details { padding: 16px 28px; }
.cs-meta-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--bg-06); gap: 12px; }
.cs-meta-row-url { align-items: center; padding: 8px 0; border-bottom: 0; }
.cs-meta-row-key { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--bg-30); flex-shrink: 0; }
.cs-meta-row-val { font-size: 12px; font-weight: 500; color: var(--bg-80); text-align: right; letter-spacing: -0.01em; }
.cs-meta-link { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-mono); font-size: 11px; color: var(--accent); text-decoration: none; letter-spacing: -0.01em; transition: opacity .2s; }
.cs-meta-link:hover { opacity: .7; }
.cs-meta-stack { padding: 14px 28px 22px; display: flex; flex-wrap: wrap; gap: 5px; }
.cs-meta-pill { font-family: var(--font-mono); font-size: 10px; padding: 3px 9px; border-radius: 999px; border: 1px solid var(--bg-10); color: var(--bg-45); }
.cs-meta-pill-more { border-color: var(--bg-08); color: var(--bg-30); }
/* ── Metrics bar ── */
.cs-metrics-bar { position: relative; z-index: 3; background: var(--ink); border-top: 1px solid var(--bg-07); }
.cs-metric-cell { padding: 22px 20px; text-align: center; position: relative; overflow: hidden; }
.cs-metric-cell-div { border-right: 1px solid var(--bg-07); }
.cs-metric-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 120%, var(--accent-10), transparent 65%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.cs-metric-value { font-family: var(--font-display); font-size: clamp(22px,2.8vw,38px); font-weight: 600; letter-spacing: -0.03em; color: var(--accent); line-height: 1; position: relative; z-index: 1; }
.cs-metric-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg-36); margin-top: 5px; position: relative; z-index: 1; }
/* ── Screenshot + overview ── */
.cs-shot-overview { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,4vw,64px); align-items: start; }
.cs-shot { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 16px 48px -12px var(--ink-10); position: relative; }
.cs-shot-bar { height: 3px; width: 100%; }
.cs-shot-img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; object-position: top center; }
.cs-shot-ph { border-radius: 20px; border: 1px solid var(--line); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; }
.cs-shot-ph-text { font-family: var(--font-italic); font-style: italic; font-size: 48px; opacity: 0.25; }
.cs-overview { transition-delay: .14s; padding-top: 12px; }
.cs-overview-rule { margin-top: 20px; width: 40px; height: 2px; background: var(--accent); border-radius: 1px; margin-bottom: 28px; }
.cs-overview-text { font-size: clamp(17px,1.6vw,22px); line-height: 1.68; color: var(--ink-soft); font-weight: 400; letter-spacing: -0.01em; }
/* ── Challenge / Solution ── */
.cs-cs-sec { padding: 72px 0; background: var(--bg-alt); }
.cs-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); }
.cs-text-block-2 { transition-delay: .12s; }
.cs-block-head { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.cs-block-title { font-size: clamp(26px,3vw,40px); font-weight: 500; letter-spacing: -0.025em; line-height: 1.2; color: var(--ink); margin-bottom: 24px; }
.cs-block-body { font-size: 16px; line-height: 1.7; color: var(--ink-soft); }
/* ── Results ── */
.cs-results-sec { padding: 72px 0; background: var(--ink); position: relative; overflow: hidden; }
.cs-results-orb { position: absolute; right: -160px; top: -160px; width: 500px; height: 500px; border-radius: 50%; opacity: 0.07; pointer-events: none; }
.cs-results-wrap { position: relative; z-index: 2; }
.cs-results-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; }
.cs-results-title { font-size: clamp(38px,5vw,80px); margin-top: 24px; color: var(--bg); }
.cs-results-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 60px; }
.cs-result-card { background: var(--bg-05); border: 1px solid var(--bg-10); border-radius: 22px; padding: clamp(24px,3vw,40px) 28px; }
.cs-result-value { font-family: var(--font-display); font-size: clamp(34px,3.5vw,52px); font-weight: 600; letter-spacing: -0.04em; color: var(--white); line-height: 1.1; margin-bottom: 10px; } /* note: original markup had undefined var(--display); corrected to --font-display */
.cs-result-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg-40); }
.cs-result-rule { margin-top: 20px; height: 2px; border-radius: 1px; opacity: 0.6; }
.cs-quote { background: var(--bg-04); border: 1px solid var(--bg-10); border-radius: 24px; padding: clamp(32px,4vw,56px); position: relative; overflow: hidden; }
.cs-quote-mark { position: absolute; top: 24px; left: 32px; font-family: var(--font-italic); font-style: italic; font-size: 80px; line-height: 1; opacity: 0.18; pointer-events: none; }
.cs-quote-text { font-size: clamp(18px,2.2vw,26px); line-height: 1.55; color: var(--bg-88); font-weight: 400; letter-spacing: -0.01em; position: relative; z-index: 1; padding-top: 16px; max-width: 760px; }
.cs-quote-by { margin-top: 28px; display: flex; align-items: center; gap: 14px; }
.cs-quote-avatar { width: 36px; height: 36px; border-radius: 50%; opacity: 0.7; }
.cs-quote-name { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bg-40); }
/* ── Tech stack ── */
.cs-stack-desc { margin-top: 16px; font-size: 15px; line-height: 1.6; color: var(--ink-mute); }
.cs-stack-list { display: flex; flex-wrap: wrap; gap: 10px; transition-delay: .1s; }
/* ── Next project ── */
.cs-next-sec { padding: 60px 0; background: var(--bg-alt); border-top: 1px solid var(--line); }
.cs-next-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }
.cs-next-all { font-size: 13px; font-family: var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color .25s; }
.cs-next-all:hover { color: var(--ink); }
.cs-next-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cs-next-info { flex: 1; min-width: 0; }
.cs-next-title { font-size: clamp(18px,2.5vw,30px); font-weight: 500; letter-spacing: -0.025em; line-height: 1.25; color: var(--ink); transition: color .3s; }
.cs-next-result { margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.cs-next-result-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
/* ── CTA ── */
.cs-cta-orb { position: absolute; left: -120px; bottom: -120px; width: 400px; height: 400px; border-radius: 50%; background: var(--accent); opacity: 0.07; pointer-events: none; }
.cs-cta-wrap { position: relative; z-index: 2; text-align: center; }
.cs-cta-title { font-size: clamp(44px,7vw,110px); margin-top: 24px; color: var(--bg); }
.cs-cta-sub { margin-top: 24px; font-size: 18px; color: var(--bg-60); max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.cs-cta-actions { margin-top: 48px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cs-cta-btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); overflow: hidden; position: relative; }
/* ── Responsive: bake reduced section padding for mobile ── */
@media (max-width: 768px) {
  .cs-cs-sec    { padding: 52px 0; }
  .cs-results-sec { padding: 52px 0; }
  .cs-next-sec  { padding: 40px 0; }
}

/* ── Back link ── */

/* ── Live URL badge ── */
.cs-url-badge:hover {
  background: var(--accent) !important;
  transform: translateY(-2px);
}

/* ── Stack pills ── */
.cs-stack-pill {
  font-size: 15px;
  font-weight: 500;
  padding: 11px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--ink);
  letter-spacing: -0.01em;
  transition: background .28s var(--ease-out), color .28s, border-color .28s,
              transform .28s var(--ease-out), box-shadow .28s;
  cursor: default;
}
.cs-stack-pill:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 24px var(--ink-16);
}

/* ── Result cards hover ── */
.cs-result-card {
  transition: background .3s, border-color .3s, transform .35s var(--ease-out);
}
.cs-result-card:hover {
  background: var(--bg-08) !important;
  border-color: var(--bg-20) !important;
  transform: translateY(-5px);
}

/* ── Next project card ── */
.cs-next-card {
  display: block;
  padding: 32px 36px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--bg);
  text-decoration: none;
  transition: border-color .3s, transform .4s var(--ease-out), box-shadow .4s;
}
.cs-next-card:hover {
  border-color: var(--ink-20);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px var(--ink-10);
}
.cs-next-card:hover .cs-next-arrow {
  background: var(--ink);
  border-color: var(--ink);
  transform: translate(3px, -3px);
  color: var(--bg);
}
.cs-next-card:hover h3 { color: var(--accent); }

/* ── CTA buttons ── */
.cs-btn-glow {
  transition: transform .35s var(--ease-out), box-shadow .35s;
}
.cs-btn-glow:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 4px var(--accent-20), 0 20px 48px rgba(255,77,61,0.42), 0 6px 16px var(--accent-20);
}
.cs-btn-glow::before {
  content: '';
  position: absolute;
  top: -50%; left: -90%;
  width: 60%; height: 200%;
  background: rgba(255,255,255,0.22);
  transform: skewX(-20deg);
  pointer-events: none;
}
.cs-btn-glow:hover::before { animation: moopsShimmer .6s cubic-bezier(0.4,0,0.2,1) forwards; }

.cs-btn-ghost {
  position: relative;
}
.cs-btn-ghost::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-10);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .42s var(--ease-out);
  z-index: 0;
}
.cs-btn-ghost:hover::after { transform: scaleX(1); }
.cs-btn-ghost:hover { transform: translateY(-3px); }



/* ── Metric cell hover glow ── */
.cs-metric-cell:hover .cs-metric-glow { opacity: 1; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .cs-hero-grid     { grid-template-columns: 1fr !important; gap: 40px !important; }
  .cs-meta-card     { display: none !important; }
  .cs-metrics-grid  { grid-template-columns: 1fr 1fr !important; }
  .cs-shot-overview { grid-template-columns: 1fr !important; gap: 32px !important; }
  .cs-overview-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .cs-two-col       { grid-template-columns: 1fr !important; gap: 48px !important; }
  .cs-results-head  { grid-template-columns: 1fr !important; gap: 24px !important; }
  .cs-results-grid  { grid-template-columns: 1fr 1fr !important; }
  .cs-stack-grid    { grid-template-columns: 1fr !important; gap: 28px !important; }
}

@media (max-width: 540px) {
  .cs-metrics-grid { grid-template-columns: 1fr 1fr !important; }
  .cs-results-grid { grid-template-columns: 1fr 1fr !important; }
  .cs-next-card    { padding: 24px 20px !important; }
}


/* ====================================================================
   18. INSIGHTS
   ==================================================================== */
/* ── 01 Hero ── */
.ins-hero-orb { position: absolute; right: -120px; top: -120px; width: 440px; height: 440px; border-radius: 50%; background: var(--accent); opacity: 0.06; pointer-events: none; z-index: 1; }
.ins-ghost {
  left: -1%; bottom: 4%; font-size: clamp(100px,18vw,260px); z-index: 1;
}
.ins-btn-fill { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: 15px; font-weight: 500; transition: background .3s; }
.ins-btn-fill:hover { background: var(--accent-deep); }
.ins-btn-fill-lg { gap: 12px; padding: 18px 28px; }
.ins-card-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bg-35); }
.ins-card-label-mb { letter-spacing: 0.14em; margin-bottom: 12px; }
.ins-topics { display: flex; flex-wrap: wrap; gap: 8px; }
.ins-topic { padding: 7px 14px; border-radius: 999px; border: 1px solid var(--c-bd); background: var(--c-bg); color: var(--c); font-size: 12px; font-family: var(--font-mono); letter-spacing: 0.04em; }
.ins-card-block { border-top: 1px solid var(--bg-07); padding-top: 20px; margin-top: 20px; }
.ins-card-drop-title { font-size: 14px; font-weight: 500; color: var(--bg); line-height: 1.45; margin-bottom: 6px; }
.ins-card-meta { font-family: var(--font-mono); font-size: 11px; color: var(--bg-35); }
.ins-card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ins-card-stat { font-size: 26px; font-weight: 600; letter-spacing: -0.03em; }
.ins-card-stat-accent { color: var(--accent); }
.ins-card-stat-ink { color: var(--bg); }
.ins-card-stat-label { font-size: 12px; color: var(--bg-35); margin-top: 4px; }
/* ── 02 Featured ── */
.ins-featured-sec { padding: 40px 0 80px; background: var(--bg); }
.ins-featured { border-radius: 28px; background: var(--ink); color: var(--bg); overflow: hidden; position: relative; }
.ins-featured-glow { position: absolute; right: -160px; top: -160px; width: 480px; height: 480px; border-radius: 50%; background: var(--accent); opacity: 0.08; pointer-events: none; }
.ins-featured-glow2 { position: absolute; left: -100px; bottom: -100px; width: 360px; height: 360px; border-radius: 50%; background: var(--c); opacity: 0.06; pointer-events: none; }
.ins-featured-inner { padding: clamp(48px, 6vw, 80px); }
.ins-featured-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; margin-bottom: 48px; }
.ins-featured-cat-row { display: flex; align-items: center; gap: 16px; }
.ins-featured-cat { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; background: var(--c-bg); color: var(--c); border: 1px solid var(--c-bd); }
.ins-featured-flag { font-family: var(--font-mono); font-size: 12px; color: var(--bg-45); }
.ins-featured-grid { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: end; }
.ins-featured-title { font-size: clamp(36px, 4.5vw, 72px); color: var(--bg); line-height: 1.05; }
.ins-featured-excerpt { margin-top: 28px; font-size: 18px; line-height: 1.65; color: var(--bg-70); }
.ins-featured-side { display: flex; flex-direction: column; gap: 32px; }
.ins-author-card { padding: 32px; border: 1px solid var(--bg-12); border-radius: 20px; background: var(--bg-04); }
.ins-author-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--c-bg); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 500; margin-bottom: 16px; color: var(--c); }
.ins-author-name { font-weight: 500; color: var(--bg); margin-bottom: 4px; }
.ins-author-role { font-size: 13px; color: var(--bg-50); font-family: var(--font-mono); }
/* ── 03 Filter + grid ── */
.ins-grid-sec { padding: 40px 0 96px; background: var(--bg); }
.ins-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 60px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.ins-filter-btn { padding: 10px 20px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--ink-mute); font-size: 13px; font-weight: 500; letter-spacing: -0.01em; transition: all .25s; cursor: pointer; }
.ins-filter-btn-on { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.ins-articles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ins-art-card { border-radius: 22px; border: 1px solid var(--line); overflow: hidden; background: var(--bg-alt); transition: transform .35s var(--ease-out), box-shadow .35s; cursor: pointer; display: flex; flex-direction: column; }
.ins-art-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px var(--ink-10); }
.ins-art-accent { height: 3px; background: var(--c); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out); }
.ins-art-card:hover .ins-art-accent { transform: scaleX(1); }
.ins-art-body { padding: 32px; flex: 1; display: flex; flex-direction: column; gap: 16px; }
.ins-art-head { display: flex; justify-content: space-between; align-items: center; }
.ins-art-cat { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; background: var(--c-bg); color: var(--c); border: 1px solid var(--c-bd); }
.ins-art-read { font-family: var(--font-mono); font-size: 11px; color: var(--ink-mute); }
.ins-art-title { font-size: 19px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.3; color: var(--ink); flex: 1; }
.ins-art-excerpt { font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
.ins-art-foot { padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.ins-art-author { font-size: 13px; font-weight: 500; }
.ins-art-date { font-size: 11px; color: var(--ink-mute); font-family: var(--font-mono); }
.ins-art-arrow { stroke: var(--ink-mute); fill: none; }
.ins-loadmore-wrap { text-align: center; margin-top: 64px; }
.ins-loadmore { padding: 18px 40px; border-radius: 999px; border: 1px solid var(--line); background: transparent; font-size: 15px; font-weight: 500; color: var(--ink); cursor: pointer; transition: all .3s; }
.ins-loadmore:hover { background: var(--ink); color: var(--bg); }
/* ── 04 Newsletter ── */
.ins-news-sec { padding: 72px 0; background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.ins-news-orb { position: absolute; right: -120px; top: -120px; width: 400px; height: 400px; border-radius: 50%; background: var(--accent); opacity: 0.08; pointer-events: none; }
.ins-news-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.ins-news-h2 { font-size: clamp(40px, 6vw, 80px); margin-top: 24px; color: var(--bg); }
.ins-news-sub { margin-top: 24px; font-size: 17px; color: var(--bg-65); line-height: 1.6; }
.ins-news-form { margin-top: 48px; display: flex; gap: 12px; max-width: 520px; margin-left: auto; margin-right: auto; }
.ins-news-input { flex: 1; padding: 18px 24px; border-radius: 999px; border: 1px solid var(--bg-18); background: var(--bg-06); color: var(--bg); font-size: 15px; font-family: var(--font-sans); outline: none; transition: border-color .3s; }
.ins-news-input:focus { border-color: var(--accent); }
.ins-news-btn { padding: 18px 28px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: 15px; font-weight: 500; cursor: pointer; white-space: nowrap; transition: background .3s; }
.ins-news-btn:hover { background: var(--accent-deep); }
.ins-news-sent { margin-top: 48px; }
.ins-news-sent-pill { display: inline-flex; align-items: center; gap: 12px; padding: 18px 32px; border-radius: 999px; border: 1px solid var(--bg-20); color: var(--bg-80); font-size: 15px; }
.ins-news-sent-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); display: inline-block; }
.ins-news-fine { margin-top: 20px; font-size: 12px; color: var(--bg-35); font-family: var(--font-mono); }

@media (max-width: 900px) {
  .ins-hero-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .ins-hero-card { display: none !important; }
  .ins-stats-bar { grid-template-columns: repeat(2, 1fr) !important; }
  .featured-inner { grid-template-columns: 1fr !important; gap: 40px !important; }
  .articles-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 600px) {
  .ins-stats-bar { grid-template-columns: repeat(2, 1fr) !important; }
  .articles-grid { grid-template-columns: 1fr !important; }
  .newsletter-form { flex-direction: column !important; }
}


/* ====================================================================
   19. CONTACT
   ==================================================================== */
/* ── 01 Hero (min-height present → clamp padding kept unchanged) ── */
.ct-hero-ghost {
  right: -2%; bottom: -4%; font-size: clamp(130px,19vw,300px); z-index: 2; line-height: 0.85;
}
.ct-hero-orb { position: absolute; left: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: var(--accent); opacity: 0.07; filter: blur(55px); pointer-events: none; z-index: 2; }
.ct-info-card { transition-delay: .18s; }
.ct-info-head { padding: 22px 28px 18px; border-bottom: 1px solid var(--bg-07); }
.ct-info-head-kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg-30); margin-bottom: 6px; }
.ct-info-head-title { font-size: 15px; font-weight: 500; color: var(--white); letter-spacing: -0.01em; }
.ct-info-rows { padding: 0 28px; }
.ct-info-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--bg-06); }
.ct-info-row-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--bg-06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ct-info-row-body { min-width: 0; flex: 1; }
.ct-info-row-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg-28); margin-bottom: 2px; }
.ct-info-row-link { font-size: 13px; font-weight: 500; color: var(--bg-80); text-decoration: none; letter-spacing: -0.01em; transition: color .2s; white-space: nowrap; }
.ct-info-row-link:hover { color: var(--accent); }
.ct-info-row-val { font-size: 13px; font-weight: 500; color: var(--bg-80); letter-spacing: -0.01em; }
.ct-info-foot { padding: 16px 28px 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.ct-info-hours { font-family: var(--font-mono); font-size: 10px; color: var(--bg-35); letter-spacing: 0.06em; }
.ct-info-status { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; background: var(--ok-12); border: 1px solid var(--ok-25); }
.ct-info-status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ok); display: inline-block; }
.ct-info-status-txt { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; color: var(--ok); text-transform: uppercase; }
/* ── Stats bar ── */
/* ── 02 Contact grid ── */
.ct-main { padding: 60px 0 72px; background: var(--bg); }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1.65fr; gap: 80px; align-items: start; }
.contact-main-grid--balanced { grid-template-columns: 1fr 1.3fr; }
.ct-details { margin-bottom: 48px; }
.ct-details-head { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 24px; }
.ct-details-list { display: flex; flex-direction: column; gap: 0; }
.ct-contact-row { display: flex; flex-direction: column; gap: 3px; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.ct-contact-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
.ct-contact-val { font-size: 17px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); transition: color .25s; }
.ct-contact-office { display: flex; flex-direction: column; gap: 3px; padding: 18px 0; }
.ct-contact-office-val { font-size: 17px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink); line-height: 1.4; }
.ct-loc { border-radius: 20px; background: var(--ink); color: var(--bg); padding: 32px; position: relative; overflow: hidden; margin-bottom: 36px; }
.ct-loc-orb { position: absolute; right: -50px; bottom: -50px; width: 180px; height: 180px; border-radius: 50%; background: var(--accent); opacity: 0.1; pointer-events: none; }
.ct-loc-kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg-40); margin-bottom: 12px; }
.ct-loc-title { font-family: var(--font-italic); font-style: italic; font-size: 26px; letter-spacing: -0.02em; color: var(--bg); }
.ct-loc-sub { font-size: 14px; color: var(--bg-55); margin-top: 4px; }
.ct-loc-tags { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.ct-loc-tag { font-size: 11px; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--bg-15); color: var(--bg-60); font-family: var(--font-mono); }
.ct-social-head { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.ct-social-row { display: flex; gap: 8px; flex-wrap: wrap; }
.ct-social { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink); text-decoration: none; transition: all .3s; }
/* ── Form card ── */
.ct-form-card { background: var(--bg-alt); border-radius: 28px; padding: clamp(32px,4vw,56px); border: 1px solid var(--line); }
.ct-form-title { font-family: var(--font-display); font-size: clamp(22px,2.5vw,30px); font-weight: 500; letter-spacing: -0.025em; margin-bottom: 6px; }
.ct-form-sub { font-size: 14px; color: var(--ink-soft); margin-bottom: 40px; }
.ct-form-fields { display: flex; flex-direction: column; gap: 20px; }
.ct-field { display: flex; flex-direction: column; gap: 7px; }
.ct-field-lg { display: flex; flex-direction: column; gap: 10px; }
.ct-field-err { font-size: 11px; color: var(--accent); font-family: var(--font-mono); }
.ct-label-note { color: var(--ink-35); }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ct-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ct-budget-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.ct-submit { width: 100%; padding: 18px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: 15px; font-weight: 500; letter-spacing: -0.01em; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 4px; transition: background .3s, transform .3s, box-shadow .3s; border: none; }
.ct-submit:hover:not(:disabled) { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 12px 32px var(--accent-35); }
.ct-submit-note { font-size: 11px; color: var(--ink-mute); text-align: center; font-family: var(--font-mono); margin-top: -4px; }
/* ── Success state ── */
.ct-success-bar { height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-glow)); border-radius: 3px; margin-bottom: 40px; }
.ct-success-top { text-align: center; margin-bottom: 36px; }
.ct-success-icon-wrap { position: relative; width: 80px; height: 80px; margin: 0 auto 24px; }
.ct-success-ping { position: absolute; inset: -8px; border-radius: 50%; background: var(--accent-08); animation: successPing 1.6s ease-out infinite; }
.ct-success-icon { position: relative; width: 80px; height: 80px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 32px var(--accent-30); }
.ct-success-title { font-family: var(--font-display); font-size: clamp(26px,3vw,36px); font-weight: 600; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 10px; }
.ct-success-body { font-size: 15px; color: var(--ink-soft); line-height: 1.65; max-width: 380px; margin: 0 auto; }
.ct-success-name { color: var(--ink); font-weight: 600; }
.ct-next { background: var(--bg); border-radius: 20px; padding: 28px; margin-bottom: 28px; border: 1px solid var(--line); }
.ct-next-head { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 20px; }
.ct-next-list { display: flex; flex-direction: column; gap: 0; }
.ct-next-row { display: flex; gap: 16px; padding: 16px 0; }
.ct-next-row-div { border-bottom: 1px solid var(--line); }
.ct-next-num { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; border: 1px solid; display: flex; align-items: center; justify-content: center; }
.ct-next-num-txt { font-family: var(--font-mono); font-size: 10px; font-weight: 600; }
.ct-next-body { flex: 1; min-width: 0; }
.ct-next-time { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 3px; }
.ct-next-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }
.ct-success-cta { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.ct-success-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; border: 1px solid var(--line); font-size: 13px; font-weight: 500; color: var(--ink); text-decoration: none; transition: all .3s; }
.ct-success-link:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.ct-success-note { font-family: var(--font-mono); font-size: 11px; color: var(--ink-mute); letter-spacing: 0.06em; }
/* ── 03 FAQ ── */
.ct-faq { padding: 72px 0; background: var(--ink); }
.ct-faq-wrap { max-width: 920px; margin: 0 auto; }
.ct-faq-header { text-align: center; margin-bottom: 56px; }
.ct-faq-title { font-size: clamp(38px,5.5vw,80px); margin-top: 20px; color: var(--bg); }
.ct-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ct-faq-card { border-radius: 18px; border: 1px solid var(--bg-10); overflow: hidden; transition: border-color .3s, background .3s; }
.ct-faq-btn { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 22px 24px; text-align: left; cursor: pointer; background: none; border: none; }
.ct-faq-q-wrap { display: flex; align-items: flex-start; gap: 14px; flex: 1; }
.ct-faq-num { font-family: var(--font-mono); font-size: 10px; color: var(--bg-22); flex-shrink: 0; padding-top: 3px; }
.ct-faq-q { font-size: 14px; font-weight: 500; letter-spacing: -0.01em; color: var(--bg-70); line-height: 1.4; transition: color .3s; }
.ct-faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--bg-12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .3s; }
.ct-faq-icon-svg { width: 11px; height: 11px; transition: transform .3s var(--ease-out); }
.ct-faq-icon-rot { transform: rotate(45deg); }
.ct-faq-answer { padding: 0 24px 20px; padding-left: calc(24px + 14px + 20px); }
.ct-faq-a { font-size: 13px; line-height: 1.75; color: var(--bg-45); }
.ct-faq-ask { border-radius: 18px; border: 1px dashed var(--bg-12); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.ct-faq-ask-q { font-size: 14px; font-weight: 500; color: var(--bg-38); line-height: 1.4; }
.ct-faq-ask-link { margin-top: 14px; display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: var(--accent); text-decoration: none; transition: gap .25s; }
.ct-faq-ask-link:hover { gap: 12px; }
/* ── Responsive: reduced section padding on mobile ── */
@media (max-width: 768px) {
  .ct-main { padding: 40px 0 52px; }
  .ct-faq  { padding: 52px 0; }
}

@keyframes ctaPulse  { 0%,100%{opacity:1} 50%{opacity:.4} }
@keyframes successPing { 0%{transform:scale(1);opacity:.6} 100%{transform:scale(1.55);opacity:0} }

/* ── Form inputs ── */
.ct-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: var(--white);
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color .25s, box-shadow .25s;
  box-sizing: border-box;
  display: block;
}
.ct-input::placeholder { color: var(--ink-32); }
textarea.ct-input { resize: vertical; line-height: 1.6; }
.ct-input:focus,
.ct-input-focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-12) !important;
}
.ct-input-error {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-12) !important;
}

/* ── Contact row hover ── */
.ct-contact-row:hover .ct-contact-val { color: var(--accent); }

/* ── Social circles ── */
.ct-social:hover { background: var(--ink); color: var(--bg) !important; border-color: var(--ink) !important; transform: translateY(-2px); }

/* ── Service chips ── */
.ct-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all .22s;
  font-family: inherit;
  letter-spacing: -0.01em;
}
.ct-chip-off {
  background: var(--bg);
  color: var(--ink-soft);
  border-color: var(--line);
}
.ct-chip-off:hover {
  border-color: var(--ink-30);
  color: var(--ink);
  transform: translateY(-1px);
}
.ct-chip-on {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.ct-chip-check { display: flex; align-items: center; color: var(--accent); }

/* ── Budget cards ── */
.ct-budget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid;
  cursor: pointer;
  transition: all .22s;
  font-family: inherit;
}
.ct-budget-off {
  background: var(--bg);
  border-color: var(--line);
}
.ct-budget-off:hover {
  border-color: var(--ink-30);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--ink-08);
}
.ct-budget-on {
  background: var(--ink);
  border-color: var(--ink);
}
.ct-budget-amount {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color .22s;
}
.ct-budget-off .ct-budget-amount { color: var(--ink); }
.ct-budget-on  .ct-budget-amount { color: var(--accent); }
.ct-budget-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color .22s;
}
.ct-budget-off .ct-budget-label { color: var(--ink-mute); }
.ct-budget-on  .ct-budget-label { color: var(--bg-45); }

/* ── FAQ cards ── */
.ct-faq-card:hover { border-color:var(--bg-18)!important; background:rgba(245,242,237,0.025); }
.ct-faq-open { border-color:var(--bg-20)!important; background:var(--bg-04)!important; }
.ct-faq-open .ct-faq-q { color:var(--white)!important; }
.ct-faq-open .ct-faq-icon { background:var(--accent); border-color:var(--accent); }
.ct-faq-ask:hover { border-color:var(--bg-25)!important; background:var(--bg-03); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .ct-info-card       { display: none !important; }
  .ct-stats-grid      { grid-template-columns: 1fr 1fr !important; }
  .contact-main-grid  { grid-template-columns: 1fr !important; }
  .ct-faq-grid        { grid-template-columns: 1fr !important; }
}
@media (max-width: 600px) {
  .form-2col          { grid-template-columns: 1fr !important; }
  .ct-budget-grid     { grid-template-columns: 1fr 1fr !important; }
}


/* ====================================================================
   20. KNOW-YOU
   ==================================================================== */
/* ── KNOW-YOU: inline-style conversions ── */
.ky-success-name    { color: var(--accent); font-style: italic; }
.ky-success-company { color: var(--ink); }
.ky-success-cta     { margin-top: 40px; }
.ky-dot-clickable   { cursor: pointer; }
.ky-hidden-input    { display: none; }
.ky-chip-check      { flex-shrink: 0; }
.ky-radio-centered  { flex: 1; justify-content: center; }
.ky-nav-back-hidden { opacity: 0; pointer-events: none; }

/* ════════════════════════════════════
   SUCCESS STATE
════════════════════════════════════ */
.ky-success {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  padding: 120px 24px 80px;
}
.ky-success-inner {
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.ky-success-icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(16,185,129,0.1);
  border: 1.5px solid var(--ok-25);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px;
}
.ky-success-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  display: block;
}
.ky-success-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.ky-success-body {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 32px;
}
.ky-success-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.ky-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-soft);
}
.ky-pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ok);
  animation: pillPulse 2s ease-in-out infinite;
}
@keyframes pillPulse { 0%,100%{opacity:1} 50%{opacity:.3} }

/* ════════════════════════════════════
   FORM WRAPPER
════════════════════════════════════ */
.ky-wrap {
  min-height: 100vh;
  background: var(--bg);
}

/* ════════════════════════════════════
   SPLIT SHELL — dark rail + form column
════════════════════════════════════ */
.ky-shell {
  display: grid;
  grid-template-columns: clamp(360px, 30vw, 440px) 1fr;
  min-height: 100vh;
}
.ky-main {
  display: flex;
  flex-direction: column;
  min-width: 0;              /* let the form column shrink; prevents overflow */
  padding-top: var(--nav-h); /* clear the floating nav */
  position: relative;        /* stacking context for the ambient dot layer */
  z-index: 0;
}
/* Ambient drifting dot-field — ultra-faint texture behind the form only.
   Oversized + translated exactly one 44px tile so the loop is seamless;
   compositor-only (transform), sits below all form content (z-index:-1). */
.ky-main::before {
  content: "";
  position: absolute;
  top: -44px; left: -44px; right: -44px; bottom: -44px;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(circle, #c9b697 1.1px, transparent 1.3px);
  background-size: 44px 44px;
  opacity: 0.18;
  will-change: transform;
  animation: kyDotsDrift 26s linear infinite;
}
@keyframes kyDotsDrift {
  from { transform: translate(0, 0); }
  to   { transform: translate(44px, 44px); }
}
@media (prefers-reduced-motion: reduce) {
  .ky-main::before { animation: none; }
}

/* ── Left rail (dark, sticky) ── */
.ky-rail {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  background: var(--ink);
  color: var(--bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ky-rail-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--bg) 1.1px, transparent 1.3px);
  background-size: 44px 44px;
  opacity: 0.06;
  pointer-events: none;
}
.ky-rail-ghost {
  left: -4%;
  bottom: -6%;
  font-size: clamp(140px, 16vw, 240px);
  z-index: 0;
  opacity: 0.9;
}
.ky-rail-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: calc(var(--nav-h) + 40px) clamp(32px, 3vw, 52px) 44px;
}
.ky-rail-brand { flex-shrink: 0; }
.ky-rail-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.ky-rail-wordmark {
  font-family: var(--font-display);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: var(--bg);
}

/* Named vertical stepper */
.ky-rail-steps {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 44px 0;
}
.ky-rstep {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  transition: background .3s var(--ease-out), opacity .3s;
  font-family: inherit;
}
.ky-rstep-marker {
  width: 30px; height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  transition: all .3s var(--ease-out);
}
.ky-rstep-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color .3s;
}
.ky-rstep-idle { opacity: 0.5; }
.ky-rstep-idle .ky-rstep-marker { border: 1.5px solid var(--bg-22); color: var(--bg-45); }
.ky-rstep-idle .ky-rstep-name { color: var(--bg-55); }
.ky-rstep-active { background: var(--bg-06); opacity: 1; }
.ky-rstep-active .ky-rstep-marker { background: var(--bg); color: var(--ink); box-shadow: 0 0 0 4px var(--bg-08); }
.ky-rstep-active .ky-rstep-name { color: var(--bg); }
.ky-rstep-done { opacity: 1; cursor: pointer; }
.ky-rstep-done .ky-rstep-marker { background: var(--accent); color: var(--white); }
.ky-rstep-done .ky-rstep-name { color: var(--bg-70); }
.ky-rstep-done:hover { background: var(--bg-06); }
.ky-rstep-done:hover .ky-rstep-name { color: var(--bg); }

/* Trust footer */
.ky-rail-trust {
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 28px;
  border-top: 1px solid var(--bg-08);
}
.ky-rail-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--bg-45);
}
.ky-rail-trust-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ok);
  flex-shrink: 0;
  animation: pillPulse 2s ease-in-out infinite;
}

/* Top accent progress line */
.ky-progress-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--ink-07);
  z-index: 300;
}
.ky-progress-fill {
  height: 100%;
  background: var(--accent);
  transition: width .5s cubic-bezier(.16,1,.3,1);
}

/* ════════════════════════════════════
   STEP INDICATOR (top)
════════════════════════════════════ */
/* Top dot stepper — mobile only; the dark rail is the desktop stepper */
.ky-top-header {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 36px 24px 0;
  gap: 16px;
}
.ky-step-dots {
  display: flex;
  align-items: center;
  gap: 0;
}
.ky-dot {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  transition: all .3s cubic-bezier(.16,1,.3,1);
  position: relative;
  z-index: 1;
}
.ky-dot-idle {
  background: var(--white);
  border: 1.5px solid var(--line);
  color: var(--ink-mute);
}
.ky-dot-active {
  background: var(--ink);
  border: none;
  color: var(--bg);
  box-shadow: 0 0 0 4px var(--ink-10);
}
.ky-dot-done {
  background: var(--accent);
  border: none;
  color: var(--white);
}
.ky-dot-num { line-height: 1; }
.ky-dot-line {
  width: 28px; height: 2px;
  background: var(--line);
  flex-shrink: 0;
  transition: background .3s;
}
.ky-dot-line-done { background: var(--accent); }
.ky-step-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ════════════════════════════════════
   FORM LAYOUT
════════════════════════════════════ */
.ky-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ky-form-body {
  flex: 1;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(48px, 7vh, 88px) clamp(16px, 2vw, 32px) 40px;
  box-sizing: border-box;
}

/* ════════════════════════════════════
   STEP HEADER
════════════════════════════════════ */
.ky-step-header { margin-bottom: 32px; }
.ky-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.ky-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.03;
  color: var(--ink);
  margin-bottom: 10px;
}
.ky-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 560px;
}

/* ════════════════════════════════════
   FIELDS
════════════════════════════════════ */
.ky-fields { display: flex; flex-direction: column; gap: 24px; }
.ky-field  { display: flex; flex-direction: column; gap: 10px; }

/* LABEL — big, bold */
.ky-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.3;
}
.ky-req { color: var(--accent); margin-left: 2px; }
.ky-opt {
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-mute);
  margin-left: 6px;
}
/* Live "N selected" counter on multi-select steps */
.ky-count {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--accent);
  margin-left: 8px;
}

/* Input */
.ky-input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1.5px solid var(--line);
  background: var(--white);
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color .22s, box-shadow .22s;
  box-sizing: border-box;
}
.ky-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-12);
}
.ky-input::placeholder { color: var(--ink-28); }
textarea.ky-input { resize: vertical; line-height: 1.65; }

/* Two-col grid */
.ky-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ════════════════════════════════════
   CHIPS
════════════════════════════════════ */
.ky-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.ky-chips-lg { gap: 12px; }
.ky-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 18px;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  line-height: 1;
}
.ky-chip-lg { padding: 13px 20px; font-size: 15px; }
.ky-chip:hover { border-color: var(--ink-30); color: var(--ink); }
.ky-chip:focus-visible { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-12); }
.ky-chip-on {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
  box-shadow: 0 6px 18px var(--ink-20);
  transform: scale(1.035);
}

/* ════════════════════════════════════
   RADIO ROWS — always horizontal wrap
════════════════════════════════════ */
.ky-radios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
/* Fixed 2-per-row variant (desktop) — for long, evenly-weighted options
   like step 4's "how are operations managed today?" */
@media (min-width: 641px) {
  .ky-radios-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .ky-radios-2col .ky-radio { flex: initial; }
}
.ky-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: 14px;
  border: 1.5px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .2s;
  line-height: 1.4;
  flex: 1 1 auto;          /* grow to fill row, wrap naturally */
  min-width: min-content;
}
.ky-radio:hover { border-color: var(--ink-28); color: var(--ink); }
.ky-radio:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-12); }
.ky-radio-on { border-color: var(--ink) !important; color: var(--ink) !important; background: rgba(14,14,12,0.025); box-shadow: 0 4px 14px var(--ink-10); }
.ky-radio-dot {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid var(--line);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.ky-radio-dot-on {
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: inset 0 0 0 4px var(--white);
}

/* ════════════════════════════════════
   CONSENT + TRUST
════════════════════════════════════ */
.ky-consent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  padding: 20px;
  border-radius: 14px;
  border: 1.5px solid var(--line);
  background: var(--white);
  transition: border-color .2s;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.ky-consent-on { border-color: var(--ink); }
.ky-checkbox {
  width: 22px; height: 22px; border-radius: 7px;
  border: 1.5px solid var(--line);
  flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; cursor: pointer;
}
.ky-checkbox-on { background: var(--ink); border-color: var(--ink); color: var(--white); }


/* ════════════════════════════════════
   NAVIGATION FOOTER
════════════════════════════════════ */
.ky-nav {
  position: sticky;
  bottom: 0;
  background: var(--bg-95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: 18px clamp(16px, 2vw, 32px);
  z-index: 100;
}
.ky-nav-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ky-nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ky-nav-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 4px;
  transition: color .2s;
}
.ky-nav-back:hover { color: var(--ink); }
.ky-nav-counter {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
}

/* ════════════════════════════════════
   TRANSITIONS — step + staggered field entrance
   (Alpine adds .ky-enter on each step enter, so the descendant-scoped
    field animations replay every time a step becomes active.)
════════════════════════════════════ */
[x-cloak] { display: none !important; }
.ky-enter { animation: kyStepIn .45s var(--ease-out) both; }
@keyframes kyStepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.ky-enter .ky-field { animation: kyFieldIn .5s var(--ease-out) both; }
.ky-enter .ky-field:nth-child(1) { animation-delay: .05s; }
.ky-enter .ky-field:nth-child(2) { animation-delay: .12s; }
.ky-enter .ky-field:nth-child(3) { animation-delay: .19s; }
@keyframes kyFieldIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .ky-enter, .ky-enter .ky-field { animation: none; }
}

/* ════════════════════════════════════
   RESPONSIVE
════════════════════════════════════ */
/* Collapse the split shell → single column; rail hidden, top stepper back */
@media (max-width: 900px) {
  .ky-shell { grid-template-columns: 1fr; }
  .ky-rail { display: none; }
  .ky-main { padding-top: var(--nav-h); }
  .ky-top-header { display: flex; }
  .ky-form-body { max-width: 680px; padding: 32px clamp(20px, 5vw, 40px) 28px; }
}

@media (max-width: 640px) {
  .ky-form-body { padding: 28px 20px 24px; }
  .ky-step-header { margin-bottom: 24px; }
  .ky-fields { gap: 20px; }
  .ky-2col { grid-template-columns: 1fr; gap: 14px; }
  .ky-top-header { padding: 20px 16px 0; }
  .ky-dot { width: 26px; height: 26px; font-size: 10px; }
  .ky-dot-line { width: 14px; }
  .ky-nav { padding: 14px 16px; }
  .ky-chips-lg { gap: 8px; }
  .ky-chip-lg { padding: 10px 14px; font-size: 13px; }
  .ky-radio { padding: 11px 14px; font-size: 13px; }
}

@media (max-width: 400px) {
  .ky-dot-line { width: 8px; }
  .ky-dot { width: 24px; height: 24px; font-size: 9px; }
}


/* ════════════════════════════════════════════════════════════════════
   21. SHARED UTILITIES
   ════════════════════════════════════════════════════════════════════ */
/* ── Ghost watermark word — unified system ──
   Base recipe shared by every hero/section watermark. Per-element rules keep
   only their font-size + position. Modifiers:
     .ghost-word--serif    italic serif face (vs the default bold display face)
     .ghost-word--on-light dark stroke, for watermarks over the light --bg
     .ghost-word--on-dark  light stroke, for watermarks over the dark --ink
   (on-light / on-dark are deliberately NOT merged — opposite themes.) */
.ghost-word {
  position: absolute;
  color: transparent;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.06em;
}
.ghost-word--serif {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.ghost-word--on-light { -webkit-text-stroke: 1px var(--ink-08); }
.ghost-word--on-dark  { -webkit-text-stroke: 1px var(--bg-05); }
/* Filled (not stroked) light watermark — faded via a faint wrapper (stats/tm). */
.ghost-word--filled { color: var(--bg); }

/* ── Back link — small mono "← back" link above hero content ──
   on-light / on-dark kept separate (opposite themes). */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .25s;
}
.back-link--on-light { color: var(--ink-mute); }
.back-link--on-light:hover { color: var(--ink); }
.back-link--on-dark { color: var(--bg-40); margin-bottom: 40px; }
.back-link--on-dark:hover { color: var(--bg-85); }

/* ── Related-item link — bordered row card linking to a sibling page
   (was .ind-related-link / .cap-related-item). */
.related-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: all .2s;
}
.related-item:hover { border-color: var(--ink); transform: translateY(-2px); }
.related-item-arrow { flex-shrink: 0; opacity: 0.4; margin-left: 8px; }

/* ── Eyebrow modifiers (compose on the base .eyebrow) ──
   --center centers it; --on-dark gives the muted light tone for dark sections. */
.eyebrow--center { justify-content: center; }
.eyebrow--on-dark { color: var(--bg-45); }

/* ── Dark CTA section shell — the repeated "Ready to be next?" footer band
   (was .work-cta/.abt-cta-section/.cap-cta/.ind-cta/.cs-cta-sec/.ss-cta).
   Light-bg CTA (.svc-cta-section) is intentionally left separate. */
.cta-section {
  padding: 96px 0;
  background: var(--ink);
  color: var(--bg);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) { .cta-section { padding: 72px 0; } }

/* ── Dark ghost button — outline button on dark sections
   (was btn-cta-ghost/cap-cta-back/ind-cta-ghost-btn/ss-cta-ghost/cs-cta-btn-ghost).
   Composes on the base .btn. Light-bg ghost = .btn-ghost (separate theme). */
.btn-ghost-dark {
  background: transparent;
  color: var(--bg);
  border: 1px solid var(--bg-22);
  overflow: hidden;
  position: relative;
  transition: background .3s, border-color .3s, transform .3s;
}
.btn-ghost-dark:hover { background: var(--bg-08); transform: translateY(-3px); }

/* ── Section vertical rhythm — unified light-bg section shells.
   Replaces ~16 per-page padding/background shells for a consistent cadence.
   (Dark sections use .cta-section / their own shells; not merged here.) */
.section          { padding: 96px 0; background: var(--bg); }
.section--alt     { background: var(--bg-alt); }
.section--dark    { background: var(--ink); color: var(--bg); }
.section--tight   { padding: 72px 0; }
.section--compact { padding: 60px 0; }
@media (max-width: 768px) {
  .section          { padding: 72px 0; }
  .section--tight   { padding: 52px 0; }
  .section--compact { padding: 40px 0; }
}

/* Centered watermark wrapper (was hero/effect/stats/tm/svc/abt -ghost-wrap). */
.ghost-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

/* Accent blob decoration. Size/position/opacity vary per use and stay
   inline (or via --blob-* custom props). */
.accent-blob {
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
  pointer-events: none;
}

/* Mono uppercase micro-label — the dominant repeated inline label pattern.
   Variants with different colors/spacing remain inline. */
.mono-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.mono-label-mb { margin-bottom: 10px; }

/* ── Inline-SVG arrow / icon sizes (replace repeated width/height inline) ── */
.ico-10 { width: 10px; height: 10px; }
.ico-11 { width: 11px; height: 11px; }
.ico-12 { width: 12px; height: 12px; }
.ico-13 { width: 13px; height: 13px; }
.ico-14 { width: 14px; height: 14px; }
.ico-15 { width: 15px; height: 15px; }
.ico-16 { width: 16px; height: 16px; }
.ico-17 { width: 17px; height: 17px; }
.ico-18 { width: 18px; height: 18px; }
.ico-19 { width: 19px; height: 19px; }
.ico-20 { width: 20px; height: 20px; }
.ico-22 { width: 22px; height: 22px; }
.ico-32 { width: 32px; height: 32px; }

/* ── Button color variants on the shared .btn base ── */
.btn-accent-fill { background: var(--accent); color: var(--white); border-color: var(--accent); }

/* ── Stacking helpers (replace inline position:relative;z-index:N) ── */
.stack-2 { position: relative; z-index: 2; }
.stack-3 { position: relative; z-index: 3; }
.stack-2-center { position: relative; z-index: 2; text-align: center; }

/* ── Centered max-width measure (replace inline margin:auto;max-width) ── */
.measure   { margin-left: auto; margin-right: auto; }

/* Insights Article Single */
.ins-author-wrap { display: flex; align-items: center; gap: 16px; }
.ins-author-img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.ins-author-initial { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; color: var(--bg); flex-shrink: 0; }
.ins-author-name { font-size: 18px; font-weight: 500; color: var(--bg); margin-bottom: 4px; }
.ins-author-pos { font-size: 14px; color: var(--bg-55); }
.ins-author-bio { margin-top: 16px; }
.ins-author-links { display: flex; gap: 16px; margin-top: 24px; }
.ins-hero-author-title { margin-bottom: 24px; font-size: 16px; opacity: 0.8; }
.ins-content-wrap { max-width: 800px; margin: 0; font-size: 18px; line-height: 1.8; color: var(--ink); }
.ins-content-img { width: 100%; height: auto; max-height: 500px; object-fit: cover; border-radius: 20px; }
.ins-related-sec { background: var(--bg-alt); padding-top: 96px; }
.text-capitalize { text-transform: capitalize; }
.ins-hero-card-lead { position: relative; font-size: 16px; color: var(--bg-80); line-height: 1.6; margin-bottom: 32px; font-weight: 400; border-bottom: 1px solid var(--bg-10); padding-bottom: 28px; z-index: 1; }

.ins-hero-card { border-top: 1.5px solid var(--accent) !important; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }

/* Insights Related Flat Cards */
.ins-related-wrap { text-align: center; }
.ins-related-grid-flat {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  max-width: 100%;
}
.ins-related-card-flat {
  width: 360px;
  max-width: 100%;
  background: var(--bg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: background .3s;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.ins-related-card-flat:hover {
  background: var(--bg-alt);
}
@media (max-width: 1140px) {
  .ins-related-card-flat { width: calc(50vw - 24px); }
}
@media (max-width: 768px) {
  .ins-related-card-flat { width: 100%; }
  .ins-related-grid-flat { display: flex; }
}

/* Insights Related Header */
.ins-related-head-wrap { margin-bottom: 80px; }
.ins-related-h2 { font-size: clamp(48px, 8vw, 110px); }
.ins-related-h2 { margin-top: 16px; }

/* Insights Mobile Hero Card Override */
@media (max-width: 767px), (orientation: portrait) and (max-width: 1024px) {
  .ins-hero-card {
    display: block !important;
    margin: 32px auto 0;
    max-width: 100%;
    padding: 24px !important;
  }
  .ins-hero-card-lead {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ins-hero-card-lead::before {
    font-size: 60px;
    top: -10px;
    left: -10px;
  }
  .ins-author-img, .ins-author-initial {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
  .ins-author-name {
    font-size: 16px;
  }
  .ins-author-pos {
    font-size: 13px;
  }
}

/* Insights Content Typography */
.ins-content-wrap h2 { font-size: 32px; font-weight: 500; margin-top: 56px; margin-bottom: 24px; color: var(--ink); letter-spacing: -0.02em; }
.ins-content-wrap h3 { font-size: 24px; font-weight: 500; margin-top: 40px; margin-bottom: 16px; color: var(--ink); letter-spacing: -0.01em; }
.ins-content-wrap p { margin-bottom: 24px; }
.ins-content-wrap ul, .ins-content-wrap ol { margin-bottom: 32px; padding-left: 24px; }
.ins-content-wrap li { margin-bottom: 12px; }
.ins-content-wrap blockquote { border-left: 4px solid var(--accent); padding-left: 24px; font-size: 22px; font-style: italic; color: var(--ink-soft); margin: 40px 0; line-height: 1.5; }
.ins-content-wrap table { width: 100%; margin-bottom: 40px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.ins-content-wrap th, .ins-content-wrap td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.ins-content-wrap th { background: var(--bg-alt); font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-soft); }
.ins-content-wrap tr:last-child td { border-bottom: none; }

/* Insights Content Mobile Overrides */
@media (max-width: 767px) {
  .ins-content-wrap { font-size: 16px; line-height: 1.7; }
  .ins-content-wrap h2 { font-size: 26px; margin-top: 40px; margin-bottom: 16px; }
  .ins-content-wrap h3 { font-size: 20px; margin-top: 32px; margin-bottom: 12px; }
  .ins-content-wrap p { margin-bottom: 16px; }
  .ins-content-wrap ul, .ins-content-wrap ol { margin-bottom: 24px; padding-left: 16px; }
  .ins-content-wrap li { margin-bottom: 8px; }
  .ins-content-wrap blockquote { padding-left: 16px; font-size: 18px; margin: 24px 0; }
  
  /* Responsive Tables */
  .ins-content-wrap table { 
    display: block; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    white-space: nowrap; 
    margin-bottom: 32px;
  }
  .ins-content-wrap th, .ins-content-wrap td { padding: 12px 16px; font-size: 14px; }
}

@media (max-width: 767px) {
  .ins-hero-title {
    font-size: 44px !important;
  }
}

/* Insight Article Custom CTA */
.ins-article-cta {
  background: var(--ink);
  color: var(--bg);
  border-radius: 20px;
  padding: 48px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 24px;
  gap: 40px;
}
.ins-article-cta-heading {
  font-size: clamp(28px, 3.5vw, 42px);
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--bg) !important;
  flex: 0 0 50%;
  margin: 0;
}
.ins-article-cta-btn-wrap {
  flex: 1;
  text-align: right;
}
.btn-ins-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: var(--bg);
  padding: 18px 36px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.35s ease;
  white-space: nowrap;
}
.btn-ins-cta:hover {
  background: var(--bg);
  color: var(--ink);
}

@media (max-width: 900px) {
  .ins-article-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    gap: 32px;
  }
  .ins-article-cta-heading {
    flex: auto;
    font-size: 28px;
  }
  .ins-article-cta-btn-wrap {
    text-align: left;
    width: 100%;
  }
  .btn-ins-cta { width: 100%; justify-content: center; }
}

/* Insights Sidebar Layout */
.ins-article-layout {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 80px;
  align-items: start;
}
.ins-article-main {
  min-width: 0;
}
.ins-article-sidebar {
  position: sticky;
  top: 120px;
}

@media (max-width: 900px) {
  .ins-article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ins-article-sidebar {
    display: none;
  }
  .ins-content-wrap {
    margin: 0 auto;
  }
}

/* CTA BG Decor */
.ins-article-cta {
  position: relative;
  overflow: hidden;
}
.ins-article-cta::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(rgba(255,255,255,0.1) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  z-index: 0;
  pointer-events: none;
}
.ins-article-cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: var(--accent);
  opacity: 0.15;
  clip-path: ellipse(100% 150% at 100% 50%);
  z-index: 0;
  pointer-events: none;
}
.ins-article-cta-heading,
.ins-article-cta-btn-wrap {
  position: relative;
  z-index: 1;
}

/* Insight Sidebar Widgets */
.ins-widget {
  background: var(--bg-alt);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

/* Make the first widget dark theme to mix colors */
.ins-widget:nth-child(1) {
  background: var(--ink);
  color: var(--bg);
}
.ins-widget:nth-child(1) .ins-widget-title {
  color: var(--bg);
  border-bottom-color: rgba(255,255,255,0.1);
}
.ins-widget:nth-child(1) .ins-widget-link {
  background: transparent;
  color: var(--bg-80);
  padding: 10px 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.ins-widget:nth-child(1) .ins-widget-link:hover {
  color: var(--accent);
  background: transparent;
  transform: translateX(6px);
}
.ins-widget:nth-child(1) .ins-widget-link svg {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s;
}
.ins-widget:nth-child(1) .ins-widget-link:hover svg {
  opacity: 1;
  transform: translateX(0);
}

.ins-widget-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.ins-widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ins-widget-list li {
  margin-bottom: 0;
}
.ins-widget-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: var(--ink-soft);
  font-weight: 500;
  transition: all 0.3s;
  border-bottom: 1px solid var(--line);
}
.ins-widget-link:hover {
  color: var(--accent);
  transform: translateX(4px);
}

/* Latest Posts Widget */
.ins-widget-posts {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ins-widget-post {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  transition: all 0.3s;
  position: relative;
}
.ins-widget-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ins-widget-post:first-child {
  padding-top: 0;
}
.ins-widget-post::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--accent);
  transition: height 0.3s ease;
}
.ins-widget-post:hover {
  transform: translateX(6px);
}
.ins-widget-post:hover::before {
  height: 60%;
}
.ins-widget-post-date {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 6px;
}
.ins-widget-post-title {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  color: var(--ink);
}

/* Categories Widget */
.ins-widget-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ins-widget-tag {
  font-size: 12px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink-soft);
  transition: all 0.3s;
  cursor: pointer;
}
.ins-widget-tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(255, 95, 88, 0.05);
}

/* Center alignment variant (Process section) */
.hp-flow--process .hp-flow-step {
  align-items: center;
}
.hp-flow--process .hp-flow-body {
  padding-top: 0;
}

.hp-flow-proc-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--bg);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .4s var(--ease-out);
}
.hp-flow--light .hp-flow-proc-title {
  color: var(--ink);
}
.hp-flow-step:hover .hp-flow-proc-title {
  color: var(--accent);
}
