/* ==========================================================================
   ONEPAGE — Studio Produk Digital
   1 tokens · 2 base · 3 type · 4 buttons · 5 nav · 6 hero · 7 clients
   8 bento · 9 work · 10 numbers · 11 process · 12 says · 13 faq
   14 contact · 15 footer · 16 motion · 17 responsive
   ========================================================================== */

/* ---------- 1. TOKENS ---------- */
:root {
  color-scheme: light;

  --bg:        #FBFAF7;
  --surface:   #FFFFFF;
  --surface-2: #F2F1EB;
  --ink:       #131316;
  --ink-soft:  #45454E;
  --muted:     #7A7A82;
  --line:      rgba(19, 19, 22, 0.11);
  --line-2:    rgba(19, 19, 22, 0.22);

  --lime:    #DFFF00;
  --on-lime: #14170A;
  --em:      #57660A;

  --shadow-1: 0 1px 2px rgba(18, 18, 22, 0.05), 0 6px 16px rgba(18, 18, 22, 0.05);
  --shadow-2: 0 2px 4px rgba(18, 18, 22, 0.05), 0 18px 44px rgba(18, 18, 22, 0.09);

  /* Space Grotesk carries the logo and everything else. It is wider than a
     neutral grotesk, so tracking across this file is deliberately looser than
     it would be for Inter — see the note in section 3. */
  --font: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;

  --pad: clamp(1.1rem, 4vw, 2.5rem);
  --shell: 1240px;
  --sec: clamp(4.5rem, 10vw, 9rem);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 30px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) {
    color-scheme: dark;
    --bg:        #0C0C0E;
    --surface:   #161619;
    --surface-2: #1E1E22;
    --ink:       #F4F3EF;
    --ink-soft:  #C2C1BC;
    --muted:     #8B8B92;
    --line:      rgba(255, 255, 255, 0.10);
    --line-2:    rgba(255, 255, 255, 0.20);
    --em:        var(--lime);
    --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.4);
    --shadow-2: 0 2px 4px rgba(0, 0, 0, 0.3), 0 18px 44px rgba(0, 0, 0, 0.45);
  }
}

:root[data-theme='dark'] {
  color-scheme: dark;
  --bg:        #0C0C0E;
  --surface:   #161619;
  --surface-2: #1E1E22;
  --ink:       #F4F3EF;
  --ink-soft:  #C2C1BC;
  --muted:     #8B8B92;
  --line:      rgba(255, 255, 255, 0.10);
  --line-2:    rgba(255, 255, 255, 0.20);
  --em:        var(--lime);
  --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-2: 0 2px 4px rgba(0, 0, 0, 0.3), 0 18px 44px rgba(0, 0, 0, 0.45);
}

/* A locally inverted block. Children read the same token names, so every
   component inside adapts without a single override. Its --bg sits a step
   above the dark page background so the band still reads as a band in dark
   mode, not as a hole. */
.invert {
  color-scheme: dark;
  --bg:        #17171A;
  --surface:   #212126;
  --surface-2: #2A2A30;
  --ink:       #F4F3EF;
  --ink-soft:  #C2C1BC;
  --muted:     #8B8B92;
  --line:      rgba(255, 255, 255, 0.11);
  --line-2:    rgba(255, 255, 255, 0.22);
  --em:        var(--lime);
  --shadow-1: none;
  --shadow-2: none;
  color: var(--ink);
}

/* ---------- 2. BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.004em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background-color 0.4s var(--ease-soft), color 0.4s var(--ease-soft);
}
body.locked { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; background: none; border: none; }
button { cursor: pointer; }
ul, ol { list-style: none; }
::selection { background: var(--lime); color: var(--on-lime); }

:focus-visible {
  outline: 2px solid var(--em);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  padding: 0.7rem 1.1rem;
  border-radius: 100px;
  background: var(--lime);
  color: var(--on-lime);
  font-size: 0.85rem;
  font-weight: 600;
  transform: translateY(-180%);
  transition: transform 0.3s var(--ease);
}
.skip:focus { transform: none; }

/* film grain — keeps large flat areas from looking plasticky */
.grain {
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E");
}
:root[data-theme='dark'] .grain { mix-blend-mode: screen; opacity: 0.5; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .grain { mix-blend-mode: screen; opacity: 0.5; }
}

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.section { padding-block: var(--sec); }
.section--tight { padding-block: clamp(3rem, 7vw, 6rem); }

/* ---------- 3. TYPE ----------
   Tracking note: Space Grotesk is a wide grotesk with generous sidebearings
   and already-tight defaults. Every negative letter-spacing here is about a
   third looser than the equivalent value would be for a condensed face — push
   these back toward -0.04em and the display sizes start to collide. Positive
   tracking on uppercase labels is unchanged; it still needs the air. */
.h2 {
  max-width: 20ch;
  font-size: clamp(2.1rem, 5.4vw, 3.9rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.h2 em, .hero__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--em);
  letter-spacing: -0.007em;
}

.kicker {
  margin-bottom: 1.1rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.lede {
  max-width: 52ch;
  margin-top: 1.35rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.62;
  text-wrap: pretty;
}
.lede a { color: var(--em); text-decoration: underline; text-underline-offset: 3px; }

.head { margin-bottom: clamp(2.25rem, 5vw, 3.75rem); }
.head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
}

/* ---------- 4. BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 100px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 550;
  letter-spacing: -0.008em;
  white-space: nowrap;
  transition: background-color 0.28s var(--ease-soft), color 0.28s var(--ease-soft),
              border-color 0.28s var(--ease-soft), transform 0.28s var(--ease),
              box-shadow 0.28s var(--ease-soft);
}
.btn svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.28s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(0); }

.btn--solid {
  background: var(--lime);
  color: var(--on-lime);
  box-shadow: 0 1px 2px rgba(18, 18, 22, 0.08), 0 8px 22px rgba(150, 175, 0, 0.22);
}
.btn--solid:hover { box-shadow: 0 2px 6px rgba(18, 18, 22, 0.1), 0 12px 30px rgba(150, 175, 0, 0.3); }

.btn--quiet {
  border-color: var(--line-2);
  color: var(--ink);
}
.btn--quiet:hover { background: var(--surface-2); border-color: var(--line-2); }

.btn--sm { padding: 0.62rem 1.05rem; font-size: 0.88rem; }
.btn--full { width: 100%; }

.icon-btn {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  border: 1px solid transparent;
  color: var(--ink-soft);
  transition: background-color 0.25s var(--ease-soft), color 0.25s var(--ease-soft);
}
.icon-btn:hover { background: var(--surface-2); color: var(--ink); }
.icon-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- 5. NAV ---------- */
.navwrap {
  position: fixed;
  top: clamp(0.6rem, 1.6vw, 1.1rem);
  left: 0;
  right: 0;
  z-index: 80;
  padding-inline: var(--pad);
  transition: transform 0.45s var(--ease);
}
.navwrap.hide { transform: translateY(calc(-100% - 2rem)); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 0.5rem 0.5rem 0.5rem 1.15rem;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: background-color 0.4s var(--ease-soft), border-color 0.4s var(--ease-soft),
              box-shadow 0.4s var(--ease-soft), backdrop-filter 0.4s;
}
.navwrap.stuck .nav {
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  border-color: var(--line);
  box-shadow: var(--shadow-1);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}

.brand { display: inline-flex; align-items: center; gap: 0.5rem; }
.brand__glyph {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 4px var(--bg);
  transition: box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.brand:hover .brand__glyph { box-shadow: inset 0 0 0 1.5px var(--bg); transform: rotate(90deg); }
/* Uppercase needs positive tracking where the lowercase lockup wanted negative. */
.brand__name {
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: 0.012em;
}
.brand__tld { color: var(--em); }
.brand--lg .brand__name { font-size: 1.2rem; }
.brand--lg .brand__glyph { width: 18px; height: 18px; }

.nav__links { display: flex; gap: 0.15rem; }
.nav__links a {
  position: relative;
  padding: 0.5rem 0.85rem;
  border-radius: 100px;
  font-size: 0.92rem;
  font-weight: 450;
  color: var(--ink-soft);
  transition: color 0.25s, background-color 0.25s var(--ease-soft);
}
.nav__links a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: var(--em);
  opacity: 0;
  transition: opacity 0.25s;
}
.nav__links a:hover { color: var(--ink); background: var(--surface-2); }
.nav__links a.on { color: var(--ink); }
.nav__links a.on::after { opacity: 1; }

.nav__end { display: flex; align-items: center; gap: 0.35rem; }

.icon-sun { display: none; }
:root[data-theme='dark'] .icon-sun { display: block; }
:root[data-theme='dark'] .icon-moon { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .icon-sun { display: block; }
  :root:not([data-theme='light']) .icon-moon { display: none; }
}

.nav__burger { display: none; flex-direction: column; gap: 4px; }
.nav__burger span {
  width: 16px;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.25s;
}
.nav__burger[aria-expanded='true'] span:first-child { transform: translateY(2.75px) rotate(45deg); }
.nav__burger[aria-expanded='true'] span:last-child { transform: translateY(-2.75px) rotate(-45deg); }

.sheet {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding: 6rem var(--pad) 2.5rem;
  background: var(--bg);
  opacity: 0;
  transition: opacity 0.35s var(--ease-soft);
}
.sheet[hidden] { display: none; }
.sheet.open { opacity: 1; }
.sheet__nav { display: grid; }
.sheet__nav a {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.8rem, 8vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.026em;
  opacity: 0;
  translate: 0 14px;
  transition: opacity 0.4s var(--ease), translate 0.4s var(--ease), color 0.25s;
}
.sheet.open .sheet__nav a { opacity: 1; translate: none; }
.sheet.open .sheet__nav a:nth-child(1) { transition-delay: 0.06s; }
.sheet.open .sheet__nav a:nth-child(2) { transition-delay: 0.11s; }
.sheet.open .sheet__nav a:nth-child(3) { transition-delay: 0.16s; }
.sheet.open .sheet__nav a:nth-child(4) { transition-delay: 0.21s; }
.sheet.open .sheet__nav a:nth-child(5) { transition-delay: 0.26s; }
.sheet__nav a:hover { color: var(--em); }
.sheet__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.sheet__foot a { color: var(--em); }

/* ---------- 6. HERO ---------- */
.hero {
  position: relative;
  padding-top: clamp(7.5rem, 15vh, 11rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  overflow: clip;
}
.hero__glow {
  position: absolute;
  top: -30%;
  left: 50%;
  width: min(1200px, 130vw);
  aspect-ratio: 1;
  translate: -50% 0;
  pointer-events: none;
  background:
    radial-gradient(closest-side, color-mix(in srgb, var(--lime) 30%, transparent), transparent 72%),
    radial-gradient(closest-side at 70% 60%, color-mix(in srgb, var(--em) 16%, transparent), transparent 70%);
  opacity: 0.55;
  filter: blur(20px);
  animation: drift 18s var(--ease-soft) infinite alternate;
}
@keyframes drift {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to   { transform: translate3d(3%, 4%, 0) scale(1.08); }
}

.hero__inner { position: relative; text-align: center; }

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.95rem 0.42rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: color-mix(in srgb, var(--surface) 70%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.84rem;
  font-weight: 450;
  color: var(--ink-soft);
}
.status__dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ADE80;
}
.status__dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  animation: ping 2.4s var(--ease-soft) infinite;
}
@keyframes ping {
  0%   { transform: scale(1); opacity: 0.7; }
  70%  { transform: scale(2.8); opacity: 0; }
  100% { transform: scale(2.8); opacity: 0; }
}

.hero__title {
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
  max-width: 17ch;
  font-size: clamp(2.6rem, 7.4vw, 5.4rem);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.029em;
  text-wrap: balance;
}
.hero__title span { display: block; }

.hero__lede {
  max-width: 58ch;
  margin: clamp(1.25rem, 2.6vw, 1.9rem) auto 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

/* product panel */
.panel {
  margin-top: clamp(3rem, 7vw, 5.5rem);
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-2);
  overflow: hidden;
  text-align: left;
}
.panel__chrome {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}
.panel__dots { display: flex; gap: 6px; }
.panel__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.panel__addr {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.panel__body { display: flex; min-height: 300px; }

.panel__rail {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 62px;
  padding: 1.1rem 0.75rem;
  border-right: 1px solid var(--line);
  background: var(--surface-2);
}
.rail__logo { height: 22px; border-radius: 6px; background: var(--lime); }
.rail__item { height: 9px; border-radius: 4px; background: var(--line-2); opacity: 0.55; }
.rail__item.is-on { background: var(--ink); opacity: 0.75; }

.panel__main { flex: 1; padding: clamp(1rem, 2.4vw, 1.75rem); min-width: 0; }
.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.skel { display: block; border-radius: 6px; background: var(--surface-2); }
.skel--title { width: 168px; height: 15px; }
.skel--pill { width: 84px; height: 27px; border-radius: 100px; border: 1px solid var(--line); }

.tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 1.1rem;
}
.tile {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--bg);
}
.tile__k { font-size: 0.7rem; color: var(--muted); }
.tile__v { font-size: clamp(1.05rem, 2.2vw, 1.45rem); font-weight: 600; letter-spacing: -0.023em; }
.tile__d { font-size: 0.7rem; color: var(--muted); }
.tile__d--up { color: #16A34A; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .tile__d--up { color: #4ADE80; }
}
:root[data-theme='dark'] .tile__d--up { color: #4ADE80; }

.chart {
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--bg);
  overflow: hidden;
}
.chart svg { width: 100%; height: clamp(90px, 14vw, 140px); display: block; }
.chart__line {
  fill: none;
  stroke: var(--em);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: draw 2.2s var(--ease) 0.7s forwards;
}
.chart__area { opacity: 0; animation: fadeIn 1.2s var(--ease) 1.6s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeIn { to { opacity: 1; } }

/* ---------- 7. CLIENTS ---------- */
.clients { padding-bottom: clamp(2rem, 5vw, 3.5rem); }
.clients__label {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}
.ticker {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ticker__track { display: flex; width: max-content; animation: slide 38s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__set { display: flex; align-items: center; flex-shrink: 0; }
.ticker__set b {
  padding-inline: clamp(1.25rem, 3vw, 2.75rem);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 550;
  letter-spacing: -0.023em;
  color: var(--muted);
  white-space: nowrap;
  transition: color 0.3s;
}
.ticker__set b:hover { color: var(--ink); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- 8. BENTO ---------- */
.bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.6rem, 1.2vw, 0.9rem);
}
.cell {
  position: relative;
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  min-height: 232px;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
  transition: border-color 0.35s var(--ease-soft), box-shadow 0.35s var(--ease-soft),
              translate 0.35s var(--ease);
}
.cell:hover {
  border-color: var(--line-2);
  box-shadow: var(--shadow-1);
  translate: 0 -3px;
}
.cell--hero { grid-column: span 3; grid-row: span 2; }
.cell--wide { grid-column: span 4; }
.cell--narrow { grid-column: span 2; }
.cell--full {
  grid-column: span 6;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2rem;
  min-height: 168px;
}
.cell--full .cell__art {
  flex: 0 0 clamp(140px, 26%, 280px);
  align-self: stretch;
  margin-bottom: 0;
}
.cell--full .cell__text { flex: 1; margin-top: 0; }

.cell__text { margin-top: auto; }
.cell__text h3 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 550;
  letter-spacing: -0.021em;
}
.cell__text p {
  max-width: 42ch;
  margin-top: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.chips li {
  padding: 0.28rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.76rem;
  color: var(--muted);
}

/* bento artwork */
.cell__art {
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: var(--r);
  background: var(--surface-2);
  overflow: hidden;
}
.cell--hero .cell__art { flex: 1; min-height: 170px; }
.cell:not(.cell--hero):not(.cell--full) .cell__art { height: 84px; }

/* three offset artboards, stacked back-to-front */
.cell__art--layers span {
  position: absolute;
  height: 26%;
  border-radius: 9px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  box-shadow: var(--shadow-1);
  transition: translate 0.45s var(--ease), rotate 0.45s var(--ease);
}
.cell__art--layers span:nth-child(1) { top: 11%; left: 9%;  width: 58%; rotate: -3.5deg; }
.cell__art--layers span:nth-child(2) { top: 37%; left: 24%; width: 58%; rotate: 2deg;
  background: var(--lime); border-color: transparent; }
.cell__art--layers span:nth-child(3) { top: 62%; left: 14%; width: 68%; rotate: -1deg; }
.cell:hover .cell__art--layers span:nth-child(1) { translate: -8px -6px; rotate: -7deg; }
.cell:hover .cell__art--layers span:nth-child(3) { translate: 8px 5px; rotate: 2.5deg; }

.cell__art--code {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 0 18%;
}
.cell__art--code span { height: 7px; border-radius: 4px; background: var(--line-2); }
.cell__art--code span:nth-child(1) { width: 55%; background: var(--em); }
.cell__art--code span:nth-child(2) { width: 82%; }
.cell__art--code span:nth-child(3) { width: 68%; }
.cell__art--code span:nth-child(4) { width: 40%; }

.cell__art--phone { display: grid; place-items: center; }
.cell__art--phone span {
  width: 44px;
  height: 68px;
  border-radius: 9px;
  border: 2px solid var(--line-2);
  background: linear-gradient(160deg, var(--lime), transparent 70%);
  transition: translate 0.4s var(--ease);
}
.cell:hover .cell__art--phone span { translate: 0 -4px; }

.cell__art--brand { display: flex; align-items: center; justify-content: center; gap: 10px; }
.cell__art--brand span { width: 34px; height: 34px; border: 1px solid var(--line-2); }
.cell__art--brand span:nth-child(1) { border-radius: 50%; background: var(--lime); border-color: transparent; }
.cell__art--brand span:nth-child(2) { border-radius: 4px; }
.cell__art--brand span:nth-child(3) { border-radius: 50% 4px 50% 4px; }
.cell__art--brand span:nth-child(4) { border-radius: 4px; background: var(--ink); border-color: transparent; }

.cell__art--growth { display: flex; align-items: flex-end; justify-content: center; gap: 7px; padding-bottom: 16px; }
.cell__art--growth span { width: 13px; border-radius: 3px 3px 0 0; background: var(--line-2); }
.cell__art--growth span:nth-child(1) { height: 22%; }
.cell__art--growth span:nth-child(2) { height: 40%; }
.cell__art--growth span:nth-child(3) { height: 32%; }
.cell__art--growth span:nth-child(4) { height: 58%; }
.cell__art--growth span:nth-child(5) { height: 78%; background: var(--em); }

.cell__art--pulse { display: grid; place-items: center; }
.cell__art--pulse span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--lime) 60%, transparent);
  animation: ping2 2.6s var(--ease-soft) infinite;
}
@keyframes ping2 {
  0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--lime) 55%, transparent); }
  70%  { box-shadow: 0 0 0 24px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

/* ---------- 9. WORK ---------- */
/* Asymmetric card grid. The artwork keeps a fixed height while the column
   spans alternate, so rows stay flush but never look like a plain grid. */
.showcase {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.5vw, 3rem) clamp(1rem, 2.2vw, 1.75rem);
}

.proj { display: flex; flex-direction: column; }
.proj--wide { grid-column: span 7; }
.proj--narrow { grid-column: span 5; }
.proj--full { grid-column: span 12; }

.proj__frame {
  position: relative;
  display: block;
  height: clamp(200px, 24vw, 340px);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.proj__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: scale 0.7s var(--ease), filter 0.5s var(--ease-soft);
}
/* Real photography fills the frame; placeholders are plain gradients. */
.proj__art--img { object-fit: cover; object-position: top;}

.proj:hover .proj__art,
.proj:focus-visible .proj__art { scale: 1.06; }

/* A soft floor under the arrow so it stays legible on any artwork. */
.proj__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(10, 10, 12, 0.28), transparent 42%);
  opacity: 0;
  transition: opacity 0.45s var(--ease-soft);
}
.proj:hover .proj__frame::after { opacity: 1; }

.proj__go {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg);
  opacity: 0;
  scale: 0.7;
  transition: opacity 0.35s var(--ease-soft), scale 0.4s var(--ease),
              background-color 0.3s var(--ease-soft);
}
.proj__go svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s;
}
.proj:hover .proj__go,
.proj:focus-visible .proj__go { opacity: 1; scale: 1; }
.proj:hover .proj__go { background: var(--lime); }
.proj:hover .proj__go svg { stroke: var(--on-lime); }

.proj__info { display: block; padding-top: 1.1rem; }

.proj__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.proj__idx { color: var(--em); font-weight: 600; }

.proj__name {
  position: relative;
  display: inline-block;
  margin-top: 0.45rem;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -0.027em;
  line-height: 1.15;
  transition: color 0.3s;
}
/* Lime rule that draws itself in from the left on hover. */
.proj__name::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.16em;
  height: 2px;
  background: var(--em);
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.45s var(--ease);
}
.proj:hover .proj__name::after,
.proj:focus-visible .proj__name::after { scale: 1 1; }

.proj__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.85rem; }
.proj__tags i {
  padding: 0.24rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.74rem;
  font-style: normal;
  color: var(--muted);
  transition: border-color 0.3s, color 0.3s;
}
.proj:hover .proj__tags i { border-color: var(--line-2); color: var(--ink-soft); }

@media (hover: none), (pointer: coarse) {
  .proj__go { opacity: 1; scale: 1; }
}

/* placeholder artwork — swap for real images, see README */
.art-mb     { background: linear-gradient(145deg, #2E3A46, #8FA3B4 55%, #E7EDF2); }
.art-nest   { background: linear-gradient(145deg, #7A6A4F, #D9C9A8 55%, #F6F1E4); }
.art-timber { background: repeating-linear-gradient(115deg, #4A3F32 0 16px, #3A312717 16px 34px), #5B4C3C; }
.art-red    { background: linear-gradient(145deg, #5B2222, #B85C4E 55%, #EBC9BD); }
/* Fallback when a project has no artwork picked yet. */
.art-none   { background: linear-gradient(145deg, #4A4A4E, #8E8E94 55%, #D6D6D2); }

/* ---------- 9b. CASE STUDY ---------- */
.case {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
}
.case__head {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}
.case__art {
  flex-shrink: 0;
  width: clamp(64px, 9vw, 104px);
  aspect-ratio: 4 / 3;
  border-radius: var(--r-sm);
}
.case__art--img { object-fit: cover; }
.case__head h3 {
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 550;
  letter-spacing: -0.023em;
}
.case__head p {
  max-width: 52ch;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.case__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-block: clamp(1.75rem, 3.5vw, 2.5rem);
}
.col h4 {
  margin-bottom: 0.7rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--em);
}
.col p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.58;
  text-wrap: pretty;
}

.case__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.cstat { padding: clamp(1.1rem, 2.2vw, 1.6rem); background: var(--bg); }
.cstat dd {
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.032em;
  font-variant-numeric: tabular-nums;
}
.cstat dt {
  max-width: 22ch;
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.case__quote { margin-top: clamp(1.5rem, 3vw, 2rem); }
.case__quote p {
  max-width: 62ch;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.case__quote footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

/* ---------- 9c. TEAM ---------- */
.crew {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.6vw, 1.25rem);
}
.mate__photo {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  margin-bottom: 1.1rem;
  border-radius: var(--r);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: translate 0.4s var(--ease);
}
.mate:hover .mate__photo { translate: 0 -4px; }
.mate__photo i {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.019em;
  color: rgba(255, 255, 255, 0.85);
}
/* Placeholder portraits — replace with real photos, see README. */
.mate__photo--a { background: linear-gradient(150deg, #3E4A52, #8FA0AA); }
.mate__photo--b { background: linear-gradient(150deg, #4A423A, #A99478); }
.mate__photo--c { background: linear-gradient(150deg, #3A4438, #849A7C); }
.mate__photo--d { background: linear-gradient(150deg, #4C3E48, #A98CA0); }

.mate h3 { font-size: 1.05rem; font-weight: 550; letter-spacing: -0.018em; }
.mate__role {
  margin-top: 0.15rem;
  color: var(--em);
  font-size: 0.86rem;
  font-weight: 500;
}
.mate__bio {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  text-wrap: pretty;
}

/* ---------- 9d. TRUST ---------- */
/* Fixed 3 columns: with 6 items auto-fit leaves a hole in the last row,
   and the 1px grid gaps make that hole visible as a grey block. */
.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.titem {
  padding: clamp(1.4rem, 2.6vw, 2rem);
  background: var(--bg);
  transition: background-color 0.35s var(--ease-soft);
}
.titem:hover { background: var(--surface); }
.titem__ico {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: var(--lime);
}
.titem__ico svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--on-lime);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.titem h3 { font-size: 1.02rem; font-weight: 550; letter-spacing: -0.018em; }
.titem p {
  margin-top: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
  text-wrap: pretty;
}

/* ---------- 10. NUMBERS ---------- */
.band {
  border-radius: var(--r-xl);
  background: var(--bg);
  margin-inline: clamp(0.6rem, 2vw, 1.5rem);
}

.nums {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
}
.num dd {
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.032em;
  font-variant-numeric: tabular-nums;
}
.num dt {
  max-width: 22ch;
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ---------- 11. PROCESS ---------- */
.stack { display: grid; gap: 1rem; padding-bottom: 2rem; }
.phase {
  position: sticky;
  top: calc(6.5rem + var(--n) * 0.9rem);
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  align-items: start;
  gap: 1.25rem 1.75rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-1);
}
.phase__n {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--em);
  font-variant-numeric: tabular-nums;
  padding-top: 0.35rem;
}
.phase__body h3 {
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.023em;
}
.phase__body p {
  max-width: 58ch;
  margin-top: 0.6rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.58;
  text-wrap: pretty;
}
.phase__t {
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.78rem;
  color: var(--muted);
  white-space: nowrap;
}

/* ---------- 12. TESTIMONIALS ---------- */
.says {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(0.7rem, 1.4vw, 1rem);
}
.say {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  transition: border-color 0.35s var(--ease-soft), box-shadow 0.35s var(--ease-soft);
}
.say:hover { border-color: var(--line-2); box-shadow: var(--shadow-1); }
.say--lead {
  grid-column: span 1;
  background: var(--lime);
  border-color: transparent;
  color: var(--on-lime);
}
.say--lead .ava { background: color-mix(in srgb, var(--on-lime) 12%, transparent); color: var(--on-lime); }
.say--lead em { color: color-mix(in srgb, var(--on-lime) 68%, transparent); }
.say blockquote p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.55;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}
.say--lead blockquote p { font-size: clamp(1.1rem, 1.9vw, 1.3rem); letter-spacing: -0.018em; }
.say figcaption { margin-top: auto; }
.who { display: flex; align-items: center; gap: 0.75rem; }
.ava {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface-2);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.who strong { display: block; font-size: 0.92rem; font-weight: 550; }
.who em { display: block; font-style: normal; font-size: 0.84rem; color: var(--muted); }

/* ---------- 13. FAQ ---------- */
.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.head--sticky { position: sticky; top: 7rem; margin-bottom: 0; }

.qs { display: grid; }
.q {
  border-top: 1px solid var(--line);
}
.q:last-child { border-bottom: 1px solid var(--line); }
.q summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.35rem;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 500;
  letter-spacing: -0.016em;
  transition: color 0.25s;
}
.q summary::-webkit-details-marker { display: none; }
.q summary:hover { color: var(--em); }
.q summary i {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.q summary i::before,
.q summary i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1.6px;
  border-radius: 2px;
  background: currentColor;
  translate: -50% -50%;
  transition: rotate 0.35s var(--ease), opacity 0.25s;
}
.q summary i::after { rotate: 90deg; }
.q[open] summary i::after { rotate: 0deg; opacity: 0; }
.q__a { padding-bottom: 1.5rem; }
.q__a p { max-width: 62ch; color: var(--ink-soft); line-height: 1.62; text-wrap: pretty; }
.q[open] .q__a { animation: qOpen 0.4s var(--ease); }
@keyframes qOpen {
  from { opacity: 0; translate: 0 -6px; }
  to   { opacity: 1; translate: none; }
}

/* ---------- 14. CONTACT ---------- */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: start;
}
.ways { display: grid; gap: 0.15rem; margin-top: 2.5rem; }
.ways li {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  align-items: baseline;
  gap: 1rem;
  padding-block: 0.85rem;
  border-top: 1px solid var(--line);
}
.ways li:last-child { border-bottom: 1px solid var(--line); }
.ways__k { font-size: 0.84rem; color: var(--muted); }
.ways a {
  font-size: 1.02rem;
  font-weight: 450;
  border-bottom: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s;
}
.ways a:hover { color: var(--em); border-bottom-color: currentColor; }

.form {
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
}
.pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem; }
.f { display: grid; gap: 0.5rem; border: none; }
.f > label, .f legend {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 0;
}
.f legend { margin-bottom: 0.6rem; }
.opt { color: var(--muted); font-weight: 400; }

.f input, .f textarea {
  width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--bg);
  font-size: 0.96rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.f textarea { resize: vertical; min-height: 6rem; }
.f input::placeholder, .f textarea::placeholder { color: var(--muted); }
.f input:focus, .f textarea:focus {
  outline: none;
  border-color: var(--em);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--em) 22%, transparent);
}
.f.bad input, .f.bad textarea { border-color: #E5533D; }

.err {
  font-size: 0.8rem;
  color: #E5533D;
  opacity: 0;
  transition: opacity 0.2s;
}
.f.bad .err { opacity: 1; }

.picks { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.pick { cursor: pointer; }
.pick input { position: absolute; opacity: 0; width: 0; height: 0; }
.pick span {
  display: block;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--line-2);
  border-radius: 100px;
  font-size: 0.87rem;
  color: var(--ink-soft);
  transition: all 0.22s var(--ease-soft);
}
.pick:hover span { border-color: var(--em); color: var(--ink); }
.pick input:checked + span {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--on-lime);
  font-weight: 500;
}
.pick input:focus-visible + span { outline: 2px solid var(--em); outline-offset: 2px; }

.note { min-height: 1.3em; font-size: 0.88rem; color: var(--em); }
.note.bad { color: #E5533D; }

/* Honeypot. Off-screen rather than display:none — bots skip hidden fields but
   happily fill this one, and real users never reach it (tabindex -1). */
.hp {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------- 15. FOOTER ---------- */
.footer { padding-top: clamp(3rem, 6vw, 5rem); overflow: hidden; }
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.footer__col p {
  max-width: 34ch;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.footer__col h3 {
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer__col > a:not(.brand) {
  display: block;
  padding: 0.26rem 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  transition: color 0.25s, translate 0.25s var(--ease);
}
.footer__col > a:not(.brand):hover { color: var(--em); translate: 3px 0; }

/* Sized so the uppercase lockup just fits the shell — it is wider per glyph
   than the old lowercase mark, and .footer clips rather than scrolls. */
.wordmark {
  margin-bottom: -0.12em;
  font-size: clamp(2.4rem, 13vw, 11.6rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.02em;
  text-align: center;
  color: transparent;
  background: linear-gradient(180deg, var(--line-2), transparent 88%);
  -webkit-background-clip: text;
  background-clip: text;
  user-select: none;
}

.footer__end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted);
}

/* ---------- 16. MOTION ---------- */
.reveal {
  opacity: 0;
  translate: 0 18px;
  transition: opacity 0.8s var(--ease), translate 0.8s var(--ease);
}
.reveal.in { opacity: 1; translate: none; }

.stagger {
  opacity: 0;
  translate: 0 20px;
  animation: rise 0.9s var(--ease) forwards;
  animation-delay: calc(var(--i, 0) * 80ms);
}
@keyframes rise { to { opacity: 1; translate: none; } }

/* No-JS: nothing may stay invisible. */
.no-js .reveal { opacity: 1; translate: none; }
.no-js .nav__burger { display: none; }

/* ---------- 17. RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .faq { grid-template-columns: 1fr; }
  .head--sticky { position: static; margin-bottom: 2.25rem; }
  .contact { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cell, .cell--hero, .cell--wide, .cell--narrow, .cell--full { grid-column: span 1; grid-row: auto; }
  .cell--full { flex-direction: column; align-items: stretch; gap: 0; }
  .cell--full .cell__art { flex: none; height: 84px; }
  .cell--hero .cell__art { min-height: 150px; }

  .showcase { gap: clamp(2rem, 5vw, 2.75rem) 1rem; }
  .proj--wide, .proj--narrow, .proj--full { grid-column: span 6; }

  .phase { grid-template-columns: 2.75rem minmax(0, 1fr); }
  .phase__t { grid-column: 2; justify-self: start; }

  .case__cols { grid-template-columns: 1fr; gap: 1.5rem; }
  .case__stats { grid-template-columns: 1fr; }
  .crew { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 5.5rem; }
  .bento { grid-template-columns: 1fr; }
  .pair { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .crew, .trust { grid-template-columns: 1fr; }
  .proj--wide, .proj--narrow, .proj--full { grid-column: span 12; }
  .panel__rail { display: none; }
  /* Keep the three tiles side by side — stacking makes the hero far too tall. */
  .tiles { gap: 0.35rem; }
  .tile { padding: 0.6rem 0.55rem; }
  .tile__k, .tile__d { font-size: 0.62rem; }
  .tile__v { font-size: 1rem; }
  .ways li { grid-template-columns: 1fr; gap: 0.2rem; }
}

/* ---------- 18. REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .stagger { opacity: 1; translate: none; }
  .chart__line { stroke-dashoffset: 0; }
  .chart__area { opacity: 1; }
  .phase { position: static; }
  .proj:hover .proj__art { scale: 1; }
}

@media print {
  .navwrap, .sheet, .grain, .hero__glow, .panel { display: none !important; }
  body { background: #fff; color: #000; }
}
