:root {
  --grey: #dbdad4;
  --ink: #16150f;
  --muted: #3a382f;
  --faint: #67645c;
  --rule: rgba(20,18,12,.45);
  --rule-soft: rgba(20,18,12,.16);
  --line2: rgba(20,18,12,.62);
  --blue: 47, 72, 129;
  --accent: 47, 72, 129;
  --maxw: 1760px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --sans: "General Sans", -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Segoe UI", "Noto Sans SC", Roboto, sans-serif;
  --mono: "General Sans", -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", "Noto Sans SC", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--grey);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
::selection { background: rgba(var(--blue), .9); color: #fff; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(28px, 11vw, 220px); }
.mono { font-family: var(--mono); }
.arr { opacity: .72; font-weight: 400; }
.spark { color: rgb(var(--blue)); }

/* ---------- hero background: WebGL glow, banner-only ---------- */
header.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(70vmax 60vmax at 60% 56%, rgba(var(--blue), .9), rgba(var(--blue), .5) 22%, rgba(var(--blue), .22) 44%, transparent 70%); }
.bgfx { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; }
/* richer blue settling at the banner's lower edge (home hero only; case heroes paint their own) */
header.hero:not(.case)::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 56%, rgba(var(--blue), .12) 78%, rgba(var(--blue), .3) 100%); }
.pause {
  position: fixed; right: 22px; bottom: 22px; z-index: 40;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--rule); background: rgba(255,255,255,.35);
  backdrop-filter: blur(6px); cursor: pointer; color: var(--ink);
  font-size: 12px; display: grid; place-items: center; transition: all .2s var(--ease);
}
.pause:hover { border-color: var(--ink); }

/* ---------- nav ---------- */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 30; border-bottom: 1.5px solid var(--line2); transition: transform .35s var(--ease); }
nav.nav-hidden { transform: translateY(-100%); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.nav-left { display: flex; align-items: center; gap: 56px; }
.nav-primary { display: flex; align-items: center; gap: 30px; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-primary a, .nav-right a { font-size: 15px; color: var(--ink); font-weight: 500; transition: opacity .2s var(--ease); }
.nav-primary a:hover, .nav-right a:hover { opacity: .55; }
.nav-ic { display: inline-flex; align-items: center; color: var(--ink); transition: opacity .2s var(--ease); }
.nav-ic:hover { opacity: .5; }
.nav-ic svg { display: block; }
/* 3D-world entry: a small line-drawn gamepad, playful on hover */
.nav-fox svg { transition: transform .25s var(--ease); transform-origin: 50% 60%; }
.nav-fox:hover { opacity: 1; }
.nav-fox:hover svg { transform: rotate(-8deg) scale(1.12); }
.nav-ic svg text { font-family: var(--sans); letter-spacing: -.02em; }
.nav-right a .ext { font-size: 10px; opacity: .5; vertical-align: super; margin-left: 1px; }
.lang { font-family: var(--mono); font-size: 12px; color: var(--muted); border: 1px solid var(--rule); border-radius: 999px; padding: 5px 11px; cursor: pointer; background: transparent; transition: all .2s var(--ease); }
.lang:hover { border-color: var(--ink); color: var(--ink); }
/* nav over a dark case hero: invert to white until scrolled past */
nav.on-dark { background: rgb(var(--case-navy, 88, 8, 28)); border-bottom-color: #050505; }
nav.on-dark .brand, nav.on-dark .nav-primary a, nav.on-dark .nav-right a, nav.on-dark .nav-ic { color: #fff; }
nav.on-dark .lang { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.4); }
nav.on-dark .lang:hover { color: #fff; border-color: #fff; }
/* scrolled into content: frosted background so the nav stays readable */
nav.solid { background: color-mix(in srgb, var(--grey) 85%, transparent); backdrop-filter: saturate(140%) blur(10px); border-bottom-color: var(--rule); }
nav.solid .brand, nav.solid .nav-primary a, nav.solid .nav-right a, nav.solid .nav-ic { color: var(--ink); }
nav.solid .lang { color: var(--muted); border-color: var(--rule); }
@media (max-width: 720px) {
  .nav-primary { display: none; }
  .nav-left { gap: 0; }
  .nav-inner { height: 62px; }
  .nav-right { gap: 16px; }
}

/* ---------- hero ---------- */
header.hero { padding: 78px 0 104px; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden; }
header.hero .wrap { width: 100%; position: relative; z-index: 2; }
.hero-top { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--mono); font-size: 16.5px; color: #2c2a22; gap: 16px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.hero-top b { color: var(--ink); font-weight: 600; }
hr.rule { border: 0; border-top: 1.5px solid var(--line2); margin: 18px 0 0; }
h1.hello { font-size: clamp(48px, 9.4vw, 118px); line-height: 1.0; letter-spacing: -.035em; font-weight: 500; margin: 46px 0 0; }
h1.hello .nw { white-space: nowrap; }
.hero-meta { margin-top: 104px; display: flex; flex-direction: column; gap: 11px; }
.hero-meta p { font-size: clamp(16px, 2vw, 19px); color: #2c2a22; }
.hero-meta .lbl { display: inline-block; min-width: 88px; }
.hero-meta b { color: var(--ink); font-weight: 600; }
@media (max-width: 720px) {
  header.hero { padding: 86px 0 76px; }
  .hero-top { flex-direction: column; align-items: flex-start; gap: 7px; font-size: 14.5px; }
  hr.rule { margin-top: 14px; }
  h1.hello { margin-top: 34px; font-size: clamp(42px, 12.5vw, 54px); }
  .hero-meta { margin-top: 56px; gap: 13px; }
  /* hanging indent: wrapped lines align under the value, not the label */
  .hero-meta p { display: grid; grid-template-columns: minmax(52px, auto) 14px 1fr; column-gap: 7px; font-size: 15px; }
  .hero-meta .lbl { min-width: 0; }
}

/* ---------- section ---------- */
section { padding: 46px 0; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--rule); }
.sec-head h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 680; letter-spacing: -.02em; }
.sec-stat { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.sec-stat b { color: var(--ink); font-weight: 600; }

/* ---------- rows ---------- */
.rows { margin-top: 6px; }
.row {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 26px; align-items: center;
  padding: 30px 8px; border-bottom: 1px solid var(--rule); position: relative;
  transition: padding .3s var(--ease);
}
.row:hover { padding-left: 16px; }
.mark {
  width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center;
  font-family: var(--mono); font-weight: 700; font-size: 24px; color: #fff;
  background: var(--c, #444); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  transition: transform .3s var(--ease);
}
.mark-logo { width: 84%; height: 84%; object-fit: contain; filter: none; transition: transform .3s var(--ease); }
.mark-logo.mark-wide { width: 142%; height: auto; }
.mark:has(.mark-logo) { background: transparent; box-shadow: none; }
.row:hover .mark { transform: rotate(-8deg) scale(1.12); }
.row:hover .mark-logo { animation: markpop .55s var(--ease); }
@keyframes markpop { 0% { transform: scale(1) rotate(0); } 45% { transform: scale(.8) rotate(10deg); } 100% { transform: scale(1) rotate(0); } }
.row-main h3 { font-size: clamp(20px, 2.6vw, 28px); font-weight: 640; letter-spacing: -.02em; transition: color .2s var(--ease); }
.row-main .ital { margin-top: 6px; font-style: italic; font-size: clamp(14px, 1.7vw, 16.5px); color: var(--muted); max-width: 60ch; }
.row:hover .row-main h3 { color: rgb(var(--blue)); }
.circ {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--rule);
  display: grid; place-items: center; font-size: 18px; color: var(--ink);
  transition: all .25s var(--ease); flex: none;
}
.row:hover .circ { background: var(--ink); color: var(--grey); transform: translateX(4px); border-color: var(--ink); }
@media (max-width: 720px) {
  .row { grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 4px; }
  .mark { width: 48px; height: 48px; font-size: 19px; border-radius: 13px; }
  .circ { display: none; }
}

/* ---------- about ---------- */
.about { margin-top: 30px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; }
.about .lead { font-size: clamp(18px, 2.2vw, 23px); line-height: 1.62; letter-spacing: -.01em; }
.about .lead b { font-weight: 640; }
.about-meta { display: flex; flex-direction: column; gap: 14px; padding-top: 6px; }
.about-meta p { font-family: var(--mono); font-size: 13.5px; color: var(--muted); display: flex; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid var(--rule-soft); }
.about-meta p:last-child { border-bottom: 0; }
.about-meta .k { min-width: 58px; color: var(--faint); }
.about-meta b { color: var(--ink); font-weight: 560; }
@media (max-width: 720px) { .about { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- footer ---------- */
footer { position: relative; margin-top: 50px; padding: 70px 0 44px; background: #c4c3bd; overflow: hidden; border-top: 1px solid var(--rule-soft); }
footer::before {
  content: ""; position: absolute; right: -8%; bottom: -60%; width: 60vmax; height: 60vmax;
  background: radial-gradient(closest-side, rgba(var(--blue), .5), transparent 70%);
  pointer-events: none;
}
footer .wrap { position: relative; }
.foot-row { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 26px; }
.foot-links { display: flex; flex-direction: column; gap: 10px; }
.foot-links a { font-family: var(--mono); font-size: 15px; color: var(--ink); width: max-content; transition: color .2s var(--ease); }
.foot-links a:hover { color: rgb(var(--blue)); }
.foot-meta { font-family: var(--mono); font-size: 12.5px; color: var(--muted); text-align: right; line-height: 1.7; }
.egg { display: inline-block; margin-top: 40px; font-family: var(--mono); font-size: 12.5px; color: var(--faint); transition: color .2s var(--ease); }
.egg:hover { color: rgb(var(--blue)); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ===========================================================
   CASE DETAIL PAGE
   =========================================================== */
/* case hero: leedave-style wine-to-rose grain field, white editorial type */
header.hero.case {
  min-height: 74vh;
  min-height: 74svh;
  align-items: flex-start;
  padding-top: clamp(150px, 20vh, 230px);
  padding-bottom: clamp(82px, 11vh, 130px);
  background: linear-gradient(180deg, rgb(var(--case-navy, 88, 8, 28)) 0%, rgb(118, 32, 52) 24%, rgb(188, 118, 139) 56%, rgb(var(--case-pink, 230, 190, 202)) 100%);
  border-bottom: 2px solid #050505;
}
header.hero.case::before {
  background:
    radial-gradient(circle at 60% 58%, rgba(255,255,255,.12), transparent 62%),
    radial-gradient(circle at 78% 36%, rgba(230,190,202,.22), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,.08), transparent 42%);
}
header.hero.case::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 42%, rgba(255,255,255,.18), transparent 62%),
    radial-gradient(58vmax 34vmax at 18% 84%, rgba(230,190,202,.44), transparent 70%);
  background-blend-mode: screen, normal;
  mix-blend-mode: overlay;
  opacity: .7;
}
.case .bgfx { background: linear-gradient(180deg, rgb(var(--case-navy, 88, 8, 28)) 0%, rgb(118, 32, 52) 24%, rgb(188, 118, 139) 56%, rgb(var(--case-pink, 230, 190, 202)) 100%); }
.case .case-head { display: flex; align-items: center; justify-content: space-between; gap: clamp(34px, 8vw, 130px); }
.case h1.case-title {
  color: rgb(var(--case-white, 255, 245, 250));
  font-size: clamp(56px, 8.6vw, 118px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .96;
  max-width: none;
  text-shadow: 0 2px 24px rgba(88, 8, 28, .38);
}
.case-logo {
  position: relative;
  flex: none;
  width: clamp(188px, 18vw, 286px);
  aspect-ratio: 3.6 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgb(var(--case-navy, 88, 8, 28));
  border: 2px solid rgb(var(--case-navy, 88, 8, 28));
  background:
    radial-gradient(circle at 20% 35%, rgba(255,255,255,.5) 0 .8px, transparent 1.1px) 0 0 / 2px 2px,
    radial-gradient(circle at 70% 65%, rgba(88,8,28,.28) 0 .85px, transparent 1.1px) 0 0 / 3px 3px,
    rgb(var(--case-logo-pink, 255, 198, 215));
  box-shadow:
    0 18px 42px rgba(0,0,0,.25),
    9px 9px 0 rgb(var(--case-navy, 88, 8, 28));
  transform: rotate(-2deg);
}
.case-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.13) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(0,0,0,.1) 0 1px, transparent 1px 5px);
  mix-blend-mode: overlay;
  opacity: .75;
}
.case-logo span {
  position: relative;
  font-family: var(--mono);
  font-size: clamp(22px, 2.4vw, 39px);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  transform: scaleX(.92);
  text-shadow: 0 0 .01px rgb(var(--case-black, 5, 5, 5));
}
.case .hero-meta { margin-top: clamp(100px, 15vh, 170px); gap: 13px; }
.case .hero-meta p {
  color: rgba(255,245,250,.88);
  font-size: clamp(17px, 1.8vw, 24px);
  letter-spacing: -.01em;
  text-shadow: 0 1px 8px rgba(88, 8, 28, .68), 0 0 22px rgba(88, 8, 28, .42);
}
.case .hero-meta b { color: rgb(var(--case-white, 255, 245, 250)); }
.case .hero-meta .arr { opacity: .6; }
.case .hero-meta .lbl { min-width: 0; }
.case-scroll-cue { margin-top: 40px; font-family: var(--mono); font-size: 13px; color: rgba(255,255,255,.6); }
@media (max-width: 720px) {
  header.hero.case { min-height: 72svh; padding-top: 126px; padding-bottom: 86px; }
  .case .case-head { flex-direction: column-reverse; align-items: flex-start; gap: 24px; }
  .case h1.case-title { font-size: clamp(54px, 15vw, 70px); letter-spacing: -.04em; }
  .case-logo { width: min(248px, 74vw); box-shadow: 7px 7px 0 rgb(var(--case-navy, 88, 8, 28)); }
  .case .hero-meta { margin-top: 64px; }
}

/* highlight tagline */
.case-tagline-sec { padding: clamp(88px, 11vh, 132px) 0 clamp(48px, 8vh, 84px); }
.case-tagline { display: inline; font-size: clamp(30px, 5.4vw, 66px); font-weight: 600; letter-spacing: -.02em; line-height: 1.28; }
.case-tagline mark {
  background:
    radial-gradient(circle at 22% 28%, rgba(255,225,234,.28) 0 .45px, transparent .9px) 0 0 / 2px 2px,
    radial-gradient(circle at 70% 60%, rgba(40,0,11,.24) 0 .5px, transparent .95px) 1px 1px / 3px 3px,
    rgb(var(--accent, var(--blue)));
  background-blend-mode: screen, multiply, normal;
  color: #fff;
  padding: .06em .16em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.case-tagline-sec .case-tagline {
  color: #fff;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,225,234,.32) 0 .45px, transparent .9px) 0 0 / 2px 2px,
    radial-gradient(circle at 70% 60%, rgba(40,0,11,.26) 0 .5px, transparent .95px) 1px 1px / 3px 3px,
    rgb(var(--case-navy, 88, 8, 28));
  background-blend-mode: screen, multiply, normal;
  padding: 0 .1em .05em;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.42;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: -.035em;
}
.case-tagline-sec .case-tagline mark { background: transparent; color: inherit; padding: 0; }

/* prose block (intro / role) */
.case-prose { max-width: 64ch; margin-top: 8px; }
.case-prose h3 { font-size: 16px; font-weight: 700; letter-spacing: .01em; margin: 34px 0 12px; }
.case-prose h3:first-child { margin-top: 0; }
.case-prose p { font-size: clamp(16px, 1.8vw, 18px); color: var(--muted); line-height: 1.72; }
.case-prose p b { color: var(--ink); font-weight: 600; }

/* divider used between case blocks */
.case-div { border: 0; border-top: 2.5px solid #0a0a0a; margin: 0 calc(-1 * clamp(28px, 11vw, 220px)); }

/* two-column block: left title, right content */
.case-two { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.5fr); gap: clamp(32px, 6vw, 90px); padding-block: 8px; align-items: start; }
.case-two .ct-title { font-size: clamp(24px, 3.2vw, 38px); font-weight: 680; letter-spacing: -.025em; position: sticky; top: 100px; }
.case-two .ct-title .sub { display: block; margin-top: 12px; font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--faint); letter-spacing: .04em; }
.case-block h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.case-block h4 + p { margin-bottom: 26px; }
.case-block p { font-size: clamp(15.5px, 1.7vw, 17px); color: var(--muted); line-height: 1.66; }
.case-block p:last-child { margin-bottom: 0; }
.case-block p b { color: var(--ink); font-weight: 600; }
@media (max-width: 820px) { .case-two { grid-template-columns: 1fr; gap: 22px; } .case-two .ct-title { position: static; } }

/* abstract architecture / flow (replaces client screenshots) */
.flow { margin-top: 26px; display: flex; align-items: stretch; flex-wrap: wrap; border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.4); }
.flow-node { flex: 1 1 0; min-width: 130px; padding: 26px 18px; border-right: 1px solid var(--rule); position: relative; }
.flow-node:last-child { border-right: 0; }
.flow-node .n-k { font-family: var(--mono); font-size: 11px; color: var(--faint); letter-spacing: .06em; }
.flow-node .n-t { font-size: 16px; font-weight: 640; margin-top: 8px; letter-spacing: -.01em; }
.flow-node .n-d { font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.45; }
.flow-node::after { content: "→"; position: absolute; right: -9px; top: 50%; transform: translateY(-50%); z-index: 2; color: var(--faint); font-size: 14px; background: var(--grey); padding: 2px 0; }
.flow-node:last-child::after { display: none; }
@media (max-width: 720px) {
  .flow { flex-direction: column; }
  .flow-node { border-right: 0; border-bottom: 1px solid var(--rule); }
  .flow-node:last-child { border-bottom: 0; }
  .flow-node::after { content: "↓"; right: 50%; top: auto; bottom: -9px; transform: translateX(50%); }
}

/* metric callouts (big numbers) */
.metrics { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); }
.metric { padding: 30px 26px 26px; border-bottom: 1px solid var(--rule); border-right: 1px solid var(--rule); }
.metric:last-child { border-right: 0; }
.metric .v { font-size: clamp(32px, 4.4vw, 52px); font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.metric .k { font-family: var(--mono); font-size: 12.5px; color: var(--muted); margin-top: 12px; }
@media (max-width: 820px) { .metrics { grid-template-columns: repeat(2, 1fr); } .metric:nth-child(2){border-right:0;} }
@media (max-width: 560px) {
  .metrics { grid-template-columns: 1fr; }
  .metric, .metric:nth-child(2) { border-right: 0; }
}

/* reflective closing (leedave "My time at...") */
.case-close { padding-top: clamp(40px, 7vh, 80px); }
.case-close .case-tagline { font-size: clamp(28px, 4.6vw, 56px); }
.case-close-body { max-width: 60ch; margin-top: 30px; }
.case-close-body p { font-size: clamp(16px, 1.8vw, 18px); color: var(--muted); line-height: 1.72; margin-bottom: 20px; }
.case-close-body p:last-child { margin-bottom: 0; }
.case-close-body b { color: var(--ink); font-weight: 600; }

/* simple next-case link (leedave "Blind →") */
.case-next { text-align: right; padding: 12px 0 4px; }
.case-next .cn-k { font-family: var(--mono); font-size: 12px; color: var(--faint); letter-spacing: .04em; }
.case-next a { display: inline-flex; align-items: baseline; gap: 14px; font-size: clamp(26px, 4.6vw, 54px); font-weight: 640; letter-spacing: -.025em; margin-top: 8px; transition: color .2s var(--ease); }
.case-next a .cn-arr { transition: transform .25s var(--ease); }
.case-next a:hover { color: rgb(var(--accent)); }
.case-next a:hover .cn-arr { transform: translateX(8px); }

/* case CTA / next */
.case-cta { display: flex; align-items: stretch; gap: 18px; flex-wrap: wrap; margin-top: 10px; }
.cta-card {
  flex: 1 1 280px; border: 1px solid var(--rule); border-radius: 16px; padding: 28px 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  transition: background .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}
.cta-card:hover { background: rgba(255,255,255,.5); transform: translateY(-3px); border-color: var(--line2); }
.cta-card .cc-k { font-family: var(--mono); font-size: 12px; color: var(--faint); }
.cta-card .cc-t { font-size: clamp(19px, 2.4vw, 26px); font-weight: 660; letter-spacing: -.02em; margin-top: 6px; }
.cta-card .cc-arr { font-size: 22px; color: var(--faint); transition: transform .25s var(--ease), color .25s var(--ease); }
.cta-card:hover .cc-arr { transform: translateX(5px); color: var(--ink); }

/* ---------- mobile layout (site-wide) ---------- */
@media (max-width: 720px) {
  .wrap { padding: 0 22px; }
  section { padding: 40px 0; }
  .sec-head { padding-bottom: 14px; }
  footer { padding: 56px 0 42px; margin-top: 34px; }
  .foot-row { flex-direction: column; align-items: flex-start; gap: 22px; }
  .foot-meta { text-align: left; }
  .egg { margin-top: 32px; }
  .pause { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 34px; height: 34px; }
  .case-div { margin: 0 -22px; }
  .case-tagline-sec { padding: 64px 0 44px; }
  .case-next a { gap: 10px; }
  .cta-card { padding: 22px 22px; }
}
