/* ════════════════════════════════════════════════════════════════════════
   925 GLOBAL — High-functioning consultancy / product-page direction.
   Dark mode. Sans-serif. Electric blue accent. Interactive throughout.
   ════════════════════════════════════════════════════════════════════════ */

:root {
  --bg:           #0B0B0D;
  --bg-elev:     #111114;
  --bg-card:     #15151A;
  --bg-card-hi:  #1B1C22;
  --line:        rgba(255,255,255,0.07);
  --line-strong: rgba(255,255,255,0.14);
  --text:        #EDEDF1;
  --text-dim:    #9596A0;
  --text-mute:   #6A6B75;
  --accent:      #4F7BFF;
  --accent-soft: rgba(79,123,255,0.14);
  --accent-glow: rgba(79,123,255,0.45);
  --good:        #3DDC84;
  --warn:        #FFB454;
  --bad:         #FF6066;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 22px;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ───────────────────────── Buttons ───────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: all 160ms ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 0 var(--accent-glow);
}
.btn-primary:hover {
  background: #6A8FFF;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px var(--accent-glow);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  background: var(--bg-card);
  border-color: rgba(255,255,255,0.25);
}
.btn-full { width: 100%; }

/* ───────────────────────── Nav ───────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,11,13,0.78);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--accent), #B7C9FF);
  position: relative;
}
.brand-mark::after {
  content: '';
  position: absolute;
  inset: 4px;
  background: var(--bg);
  border-radius: 3px;
}
.nav-links {
  display: flex;
  gap: 28px;
}
.nav-links a {
  font-size: 14px;
  color: var(--text-dim);
  transition: color 140ms ease;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  font-size: 13px;
  padding: 8px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line-strong);
  background: var(--bg-card);
  transition: all 140ms ease;
}
.nav-cta:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

/* ───────────────────────── Hero ───────────────────────── */
.hero {
  position: relative;
  padding: 96px 0 88px;
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: -1px -1px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  pointer-events: none;
  opacity: 0.7;
}
.hero .container { position: relative; z-index: 1; }

.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,0.02);
  font-size: 12.5px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  margin-bottom: 28px;
}
.status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 12px var(--good);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero-title {
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 0 0 28px;
  max-width: 14ch;
}
.hero-title .accent {
  background: linear-gradient(180deg, #B7C9FF 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-dim);
  max-width: 62ch;
  margin: 0 0 36px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.hero-proof {
  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;
  max-width: 880px;
}
.proof-stat {
  background: var(--bg-elev);
  padding: 28px 24px;
}
.proof-num {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--text);
}
.proof-label {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.45;
}

/* ───────────────────────── Client logos ───────────────────────── */
.clients {
  padding: 56px 0 24px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.clients-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-mute);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px;
}
.clients-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 8px 32px;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 80px;
}
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D7D8DE;
  transition: color 200ms ease, transform 200ms ease, opacity 200ms ease, filter 200ms ease;
  opacity: 0.85;
  white-space: nowrap;
  filter: saturate(0.95);
}
/* Default sizing per modifier — emblems get more pixel height so a square mark
   reads at the same visual weight as a wide wordmark. */
.client-logo--wordmark { height: 34px; }
.client-logo--emblem   { height: 70px; }   /* Frank's spec: 80–100px target */

.client-logo .logo-png,
.client-logo .logo-svg {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.client-logo:hover { opacity: 1; transform: translateY(-1px); filter: saturate(1); }

/* Brand-specific colorways (apply to the SVG fallback; the PNGs carry their own color) */
.client-logo.client-netflix  { color: #E50914; opacity: 1; }
.client-logo.client-netflix .logo-png { height: 30px; }
.client-logo.client-netflix:hover { color: #FF1E26; }
.client-logo.client-chipotle { color: #A81612; opacity: 1; }
.client-logo.client-chipotle:hover { color: #C81612; }
.client-logo.client-usmc     { color: #BC0017; opacity: 1; }
.client-logo.client-usmc:hover { color: #E2152C; }
.client-logo.client-mrbeast  { color: #F6F7FA; }
.client-logo.client-owner    { color: #F6F7FA; }
.client-logo.client-fanatics { color: #F6F7FA; }

/* ───────────────────────── Section heads ───────────────────────── */
.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}
.section-title {
  font-size: clamp(34px, 4.4vw, 50px);
  letter-spacing: -0.028em;
  font-weight: 600;
  line-height: 1.06;
  margin: 0 0 16px;
}
.section-sub {
  font-size: 17px;
  color: var(--text-dim);
  margin: 0;
  max-width: 60ch;
}

/* ───────────────────────── Services ───────────────────────── */
.services { padding: 100px 0; border-top: 1px solid var(--line); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.service-tile {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  overflow: hidden;
  transition: all 240ms cubic-bezier(.2,.7,.2,1);
  cursor: pointer;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.service-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, var(--accent-soft) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}
.service-tile:hover,
.service-tile:focus-within {
  background: var(--bg-card-hi);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.service-tile:hover::before,
.service-tile:focus-within::before { opacity: 1; }

.service-tile-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-mute);
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.service-tile-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.018em;
  margin: 0 0 10px;
}
.service-tile-line {
  font-size: 15px;
  color: var(--text-dim);
  margin: 0;
  line-height: 1.5;
}
.service-tile-reveal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(.2,.7,.2,1), opacity 240ms ease, margin-top 240ms ease;
  opacity: 0;
  margin-top: 0;
}
.service-tile:hover .service-tile-reveal,
.service-tile:focus-within .service-tile-reveal,
.service-tile.is-open .service-tile-reveal {
  max-height: 360px;
  opacity: 1;
  margin-top: 20px;
}
.service-tile.is-open {
  background: var(--bg-card-hi);
  border-color: var(--accent);
}
.service-tile.is-open::before { opacity: 1; }
.service-tile-reveal ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.service-tile-reveal li {
  font-size: 14px;
  color: var(--text);
  padding-left: 18px;
  position: relative;
}
.service-tile-reveal li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
}
.service-tile-deliv {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-mute);
  padding-top: 12px;
  border-top: 1px dashed var(--line);
  line-height: 1.55;
}

/* ───────────────────────── Process ───────────────────────── */
.process {
  padding: 100px 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(79,123,255,0.06), transparent 70%),
    var(--bg);
}
.process-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
}
.process-step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 22px;
  text-align: left;
  color: var(--text);
  transition: all 220ms ease;
  position: relative;
  font-family: inherit;
  display: flex;
  flex-direction: column;
}
.process-step:hover {
  border-color: var(--line-strong);
  background: var(--bg-card-hi);
}
.process-step.is-open {
  border-color: var(--accent);
  background: var(--bg-card-hi);
}
.step-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.step-week {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.step-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  flex: 1;
}
.step-toggle {
  font-size: 20px;
  color: var(--text-dim);
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  transition: all 220ms ease;
  font-weight: 400;
}
.process-step.is-open .step-toggle {
  transform: rotate(45deg);
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.step-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 320ms ease;
  margin-top: 0;
}
.process-step.is-open .step-body {
  max-height: 400px;
  opacity: 1;
  margin-top: 16px;
}
.step-body p {
  font-size: 14px;
  color: var(--text-dim);
  margin: 0 0 14px;
  line-height: 1.55;
}
.step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.step-tags span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text);
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
}
.process-arrow {
  align-self: center;
  width: 28px;
  height: 1px;
  background: var(--line-strong);
  position: relative;
}
.process-arrow::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  width: 6px; height: 6px;
  border-top: 1px solid var(--line-strong);
  border-right: 1px solid var(--line-strong);
  transform: translateY(-50%) rotate(45deg);
}

/* ───────────────────────── Work / Cases (2×2 card grid) ───────────────────────── */
.work { padding: 100px 0; border-top: 1px solid var(--line); }
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.case {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all 220ms ease;
  display: flex;
  flex-direction: column;
}
.case:hover {
  border-color: var(--line-strong);
  background: var(--bg-card-hi);
  transform: translateY(-2px);
}
.case.case-feature {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(79,123,255,0.10), var(--bg-card) 50%);
  grid-column: 1 / -1;
}
.case-mark-journeys { color: #FFFFFF; }
.case-mark-misfits  { color: #E53935; }
.case-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 28px 24px;
  background: transparent;
  border: none;
  text-align: left;
  color: var(--text);
  cursor: pointer;
  font-family: inherit;
}
.case-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}
.case-client-mark {
  height: 26px;
  color: #EDEDF1;
  display: inline-flex;
  align-items: center;
}
.case-client-mark .logo-png,
.case-client-mark .logo-svg { height: 100%; width: auto; display: block; max-width: 220px; object-fit: contain; }
.case-client-mark.case-mark--emblem { height: 44px; }
.case-mark-mrbeast  { color: #F6F7FA; }
.case-mark-chipotle { color: #C81612; }
.case-mark-usmc     { color: #E2152C; }

.case-role {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: right;
}
.case-role-pill {
  display: inline-block;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(79,123,255,0.35);
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.case-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.22;
  margin: 0;
}
.case-summary {
  font-size: 14.5px;
  color: var(--text-dim);
  line-height: 1.55;
  margin: 0;
}
.case-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 4px;
}
.case-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.case-stat-num {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.018em;
  color: var(--accent);
  line-height: 1.1;
}
.case-stat-label {
  font-size: 11.5px;
  color: var(--text-mute);
  line-height: 1.35;
}
.case-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed var(--line);
  padding-top: 16px;
  margin-top: 4px;
}
.case-read {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--text);
  text-transform: uppercase;
}
.case-toggle {
  width: 30px; height: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 17px;
  color: var(--text-dim);
  transition: all 220ms ease;
}
.case.is-open .case-toggle {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}
.case-detail {
  max-height: 0;
  overflow: hidden;
  background: var(--bg-elev);
  transition: max-height 420ms cubic-bezier(.2,.7,.2,1);
}
.case.is-open .case-detail { max-height: 1200px; }
.case-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 24px 28px 28px;
  border-top: 1px solid var(--line);
}
.detail-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.case-detail-grid p {
  font-size: 14px;
  color: var(--text-dim);
  margin: 0;
  line-height: 1.6;
}

/* ───────────────────────── Impact / Giving Back ───────────────────────── */
.impact {
  padding: 100px 0;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(79,123,255,0.06), transparent 70%),
    var(--bg);
}
.impact-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  background: var(--bg-card);
  border: 1px solid var(--accent);
  border-radius: var(--r-xl);
  padding: 44px 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.impact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, var(--accent-soft) 0%, transparent 55%);
  opacity: 1;
  pointer-events: none;
}
.impact-stat { position: relative; z-index: 1; }
.impact-stat-num {
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--accent);
  background: linear-gradient(180deg, #B7C9FF 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}
.impact-stat-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.impact-body { position: relative; z-index: 1; }
.impact-body p {
  font-size: 16.5px;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 18px;
}
.impact-body p strong { color: var(--text); font-weight: 600; }
.impact-body .impact-meta {
  font-size: 13.5px;
  color: var(--text-dim);
  margin: 0;
}
.impact-meta a { color: var(--accent); border-bottom: 1px solid transparent; transition: border-color 160ms ease; }
.impact-meta a:hover { border-bottom-color: var(--accent); }

/* ───────────────────────── Founder ───────────────────────── */
.founder { padding: 100px 0; border-top: 1px solid var(--line); }
.founder-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: start;
}
.founder-copy .section-title { margin-bottom: 24px; }
.founder-bio {
  font-size: 17px;
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0 0 24px;
}
.founder-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 14.5px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease, transform 160ms ease;
}
.founder-link:hover { border-bottom-color: var(--accent); transform: translateX(2px); }
.founder-stats {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.founder-stat {
  background: var(--bg-elev);
  padding: 22px 24px;
}
.founder-stat-num {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 6px;
}
.founder-stat-label {
  font-size: 13px;
  color: var(--text-dim);
}

/* ───────────────────────── Engagements / Tiers ───────────────────────── */
.engagements { padding: 100px 0; border-top: 1px solid var(--line); }
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.tier {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  transition: all 220ms ease;
}
.tier:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.tier-feature {
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(79,123,255,0.08), var(--bg-card) 40%);
  position: relative;
}
.tier-feature::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  padding: 1px;
  background: linear-gradient(180deg, var(--accent), transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.tier-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.tier-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.tier-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.tier-tag-accent {
  color: var(--accent);
  border-color: var(--accent);
  background: var(--accent-soft);
}
.tier-price {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.price-from {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-mute);
  margin-right: 6px;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: var(--font-mono);
}
.price-per {
  font-size: 14px;
  color: var(--text-mute);
  font-weight: 500;
  letter-spacing: 0;
}
.tier-meta {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 22px;
  font-family: var(--font-mono);
}
.tier-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  flex: 1;
}
.tier-list li {
  font-size: 14px;
  color: var(--text);
  padding-left: 22px;
  position: relative;
}
.tier-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 9px; height: 5px;
  border-left: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(-45deg);
}
.tier-cta {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  padding: 12px 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  text-align: center;
  transition: all 180ms ease;
}
.tier-cta:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--text);
}
.tier-feature .tier-cta {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.tier-feature .tier-cta:hover {
  background: #6A8FFF;
}

/* ───────────────────────── Fit widget ───────────────────────── */
.fit {
  padding: 100px 0;
  border-top: 1px solid var(--line);
}
.fit-container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.fit-copy { padding-top: 12px; }
.fit-widget {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 36px;
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.fit-progress {
  height: 3px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 28px;
}
.fit-progress-bar {
  height: 100%;
  width: 33.33%;
  background: var(--accent);
  border-radius: 2px;
  transition: width 320ms cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 0 12px var(--accent-glow);
}
.fit-question {
  display: none;
  flex-direction: column;
  flex: 1;
}
.fit-question.is-active { display: flex; }
.fit-q-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-mute);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.fit-q-text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.25;
  margin-bottom: 28px;
}
.fit-options {
  display: grid;
  gap: 10px;
  margin-top: auto;
}
.fit-opt {
  background: var(--bg-elev);
  border: 1px solid var(--line-strong);
  color: var(--text);
  padding: 16px 18px;
  border-radius: var(--r-md);
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  transition: all 180ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fit-opt::after {
  content: '→';
  color: var(--text-mute);
  font-size: 16px;
  transition: all 180ms ease;
}
.fit-opt:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
  transform: translateX(2px);
}
.fit-opt:hover::after {
  color: var(--accent);
  transform: translateX(4px);
}

.fit-result {
  display: none;
  flex-direction: column;
  flex: 1;
}
.fit-result.is-active { display: flex; }
.fit-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.fit-result-badge.is-good { background: rgba(61,220,132,0.14); color: var(--good); border: 1px solid rgba(61,220,132,0.3); }
.fit-result-badge.is-warn { background: rgba(255,180,84,0.14); color: var(--warn); border: 1px solid rgba(255,180,84,0.3); }
.fit-result-badge.is-bad  { background: rgba(255,96,102,0.14); color: var(--bad);  border: 1px solid rgba(255,96,102,0.3); }
.fit-result-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.2;
}
.fit-result-body {
  font-size: 15px;
  color: var(--text-dim);
  line-height: 1.6;
  margin-bottom: 24px;
}
.fit-result-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

/* ───────────────────────── Contact ───────────────────────── */
.contact {
  padding: 100px 0 120px;
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: start;
}
.contact-title {
  font-size: clamp(34px, 4.4vw, 50px);
  letter-spacing: -0.028em;
  font-weight: 600;
  line-height: 1.06;
  margin: 0 0 16px;
}
.contact-sub {
  font-size: 17px;
  color: var(--text-dim);
  margin: 0 0 40px;
  max-width: 50ch;
}
.contact-meta {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.contact-meta a { color: var(--accent); }
.contact-meta-label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px;
  display: grid;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form label > span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: var(--bg-elev);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  padding: 12px 14px;
  color: var(--text);
  font-family: inherit;
  font-size: 14.5px;
  resize: none;
  transition: border-color 160ms ease, background 160ms ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text-mute);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--bg-card-hi);
}
.form-msg {
  display: none;
  padding: 10px 14px;
  background: rgba(61,220,132,0.12);
  color: var(--good);
  border: 1px solid rgba(61,220,132,0.3);
  border-radius: var(--r-md);
  font-size: 13.5px;
}
.form-msg.is-on { display: block; }

/* ───────────────────────── Footer ───────────────────────── */
.foot {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  background: var(--bg-elev);
}
.foot-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
}
.foot-meta {
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: var(--text-dim);
}
.foot-meta a { color: var(--accent); }
.foot-links {
  display: flex;
  gap: 20px;
  font-size: 13px;
}
.foot-links a { color: var(--text-dim); transition: color 140ms ease; }
.foot-links a:hover { color: var(--text); }

/* ───────────────────────── Responsive ───────────────────────── */
@media (max-width: 1024px) {
  .clients-row { gap: 28px 24px; grid-template-columns: repeat(3, 1fr); min-height: 0; }
  .client-logo--wordmark { height: 30px; }
  .client-logo--emblem   { height: 58px; }
  .client-logo.client-netflix .logo-png { height: 26px; }
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { padding: 64px 0 60px; }
  .hero-proof { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .process-map { grid-template-columns: 1fr; gap: 14px; }
  .process-arrow { display: none; }
  .tier-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; gap: 14px; }
  .case-row { padding: 22px 22px 18px; }
  .case-title { font-size: 19px; }
  .case-detail-grid { padding: 22px 22px 24px; }
  .impact-card { grid-template-columns: 1fr; gap: 24px; padding: 32px 28px; }
  .founder-grid { grid-template-columns: 1fr; gap: 36px; }
  .fit-container, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .container { padding: 0 20px; }
  .nav-inner { padding: 12px 20px; }
  .clients-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 24px;
  }
}
@media (max-width: 640px) {
  .hero { padding: 52px 0 48px; }
  .hero-title { font-size: clamp(38px, 9vw, 56px); }
  .hero-actions { margin-bottom: 56px; }
  .clients { padding: 40px 0 12px; }
  .clients-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 18px;
    max-width: 460px;
  }
  .client-logo--wordmark { height: 26px; }
  .client-logo--emblem   { height: 52px; }
  .client-logo.client-netflix .logo-png { height: 22px; }
  .services, .process, .work, .impact, .founder, .engagements, .fit, .contact { padding: 64px 0; }
  .section-head { margin-bottom: 36px; }
  .case-stats { grid-template-columns: 1fr 1fr; gap: 12px 16px; }
  .case-row-top { flex-direction: column; align-items: flex-start; gap: 10px; }
  .case-role { text-align: left; }
  .impact-card { padding: 28px 22px; }
  .impact-stat-num { font-size: 56px; }
  .fit-widget { padding: 24px; min-height: 0; }
  .fit-q-text { font-size: 20px; }
  .contact-form { padding: 24px; }
  .contact-grid { gap: 32px; }
}
@media (max-width: 400px) {
  .container, .nav-inner { padding: 0 16px; }
  .hero-title { font-size: 34px; }
  .hero-sub { font-size: 15.5px; }
  .proof-num { font-size: 30px; }
  .nav-cta { padding: 7px 11px; font-size: 12.5px; }
  .brand-text { display: none; }
  .clients-row { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .client-logo--wordmark { height: 22px; }
  .client-logo--emblem   { height: 44px; }
  .client-logo.client-netflix .logo-png { height: 18px; }
  .section-title { font-size: 30px; }
  .case-row { padding: 18px 18px; }
  .tier { padding: 24px 20px; }
  .tier-price { font-size: 30px; }
}
@media (hover: none) {
  .service-tile { cursor: pointer; }
}
