
:root {
  --bg: #f7f3ec;
  --paper: #fffaf2;
  --ink: #191716;
  --muted: #706a62;
  --line: rgba(25, 23, 22, .14);
  --red: #c63d2f;
  --red-dark: #8f271f;
  --graphite: #2b2926;
  --soft: #ebe3d6;
  --card: rgba(255, 250, 242, .72);
  --shadow: 0 24px 80px rgba(44, 35, 27, .10);
  --radius: 14px;
  --mono: "SFMono-Regular", "Roboto Mono", Consolas, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(198, 61, 47, .10), transparent 34rem),
    linear-gradient(180deg, #fbf7f0 0%, var(--bg) 42%, #f3eee5 100%);
}
a { color: inherit; text-decoration: none; }
p, h3, h4, .lead, .muted, .badge, .tag, .role-list span { overflow-wrap: break-word; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(247, 243, 236, .78);
  border-bottom: 1px solid var(--line);
}
.nav-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -.03em; }
.logo-mark { width: 34px; height: 34px; border: 2px solid var(--ink); border-radius: 8px; display: grid; place-items: center; color: var(--red); font-weight: 900; }
.nav-links { display: none; gap: 22px; color: var(--muted); font-size: 14px; align-items: center; }
.nav-links a:hover { color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: 14px; transition: .18s ease; background: var(--ink); color: #fffaf2; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(25,23,22,.18); }
.btn.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.btn.secondary:hover { border-color: var(--ink); box-shadow: none; }
.btn.red { background: var(--red); border-color: var(--red); }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  font: 800 11px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--red);
  transform: translateY(-1px);
}
.hero { padding: 82px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: end; }
h1 { font-size: clamp(48px, 7vw, 94px); line-height: .91; letter-spacing: -.075em; margin: 18px 0 22px; font-weight: 820; overflow-wrap: break-word; }
.lead { font-size: clamp(18px, 2vw, 23px); line-height: 1.42; color: var(--graphite); max-width: 760px; letter-spacing: -.018em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
@media (min-width: 701px) {
  .slot-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.hero-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.site-note { font-family: var(--mono); color: var(--muted); font-size: 12px; line-height: 1.55; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 22px; }
.visual-stack { display: grid; gap: 14px; }
.mock-shot { min-height: 150px; border: 1px solid rgba(25,23,22,.12); border-radius: 8px; background: linear-gradient(135deg, #26211e, #6f2b24 56%, #e2b168); position: relative; overflow: hidden; }
.mock-shot:nth-child(2) { min-height: 110px; background: linear-gradient(135deg, #eee4d2, #c74232 38%, #1c1a18); }
.mock-shot::after { content: "PLACEHOLDER GAME VISUAL"; position: absolute; left: 18px; bottom: 16px; font: 700 11px/1 var(--mono); color: rgba(255,255,255,.78); letter-spacing: .08em; }
.section { padding: 70px 0; }
.proof-band { padding: 26px 0 52px; }
.proof-band-main { padding-top: 8px; }
.proof-band-service { padding-top: 26px; }
.proof-grid {
  display: grid;
  align-items: start;
  row-gap: 22px;
  overflow: visible;
  padding: 0;
  counter-reset: proof-metric;
}
.proof-grid-main {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(14px, 2vw, 30px);
}
.proof-grid-service {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(20px, 2.4vw, 34px);
}
.proof-intro {
  grid-column: 1 / -1;
  min-width: 0;
}
.proof-intro .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
}
.proof-intro .kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--red);
}
.proof-intro p { display: none; }
.proof-item {
  position: relative;
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(25,23,22,.13);
  counter-increment: proof-metric;
}
.proof-item::before {
  content: counter(proof-metric, decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font: 800 10px/1 var(--mono);
  letter-spacing: .12em;
}
.proof-item strong {
  display: block;
  color: var(--red);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .88;
  letter-spacing: -.055em;
  font-weight: 880;
  white-space: nowrap;
}
.proof-grid-main .proof-item strong {
  font-size: clamp(34px, 3.6vw, 52px);
}
.proof-grid-service .proof-item strong {
  font-size: clamp(38px, 4.4vw, 58px);
}
.proof-item span {
  display: block;
  max-width: 180px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.32;
}
.section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}
.section-head > p,
.section-head > .muted {
  max-width: 820px;
  margin: 0;
}
h2 { font-size: clamp(34px, 4.6vw, 58px); line-height: .98; letter-spacing: -.055em; margin: 0; overflow-wrap: break-word; }
.kicker { font: 700 12px/1 var(--mono); color: var(--red); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.muted { color: var(--muted); line-height: 1.55; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: rgba(255,250,242,.66); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; transition: .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); background: rgba(255,250,242,.9); }
.card h3 { font-size: 28px; line-height: 1; letter-spacing: -.04em; margin: 0 0 16px; }
.card ul, .split-card ul { padding: 0; margin: 18px 0 0; list-style: none; display: grid; gap: 8px; color: var(--muted); font-size: 14px; }
.card li::before, .split-card li::before { content: "— "; color: var(--red); }
.card-link { margin-top: 24px; color: var(--red); font-weight: 800; }
.process { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.step { border: 1px solid var(--line); border-radius: 7px; padding: 14px; min-height: 112px; background: rgba(255,250,242,.58); }
.step span { display: block; font: 700 11px/1 var(--mono); color: var(--red); margin-bottom: 14px; }
.step b { font-size: 14px; line-height: 1.15; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.split-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,250,242,.66); padding: 28px; }
.split-card h3 { margin: 0; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255,250,242,.72); }
.work-img { height: 190px; background: linear-gradient(135deg, #1d1a17, #bf3f32 45%, #f2c37a); position: relative; }
.work:nth-child(2) .work-img { background: linear-gradient(135deg, #26322c, #705a37, #ebd5a5); }
.work:nth-child(3) .work-img { background: linear-gradient(135deg, #14161d, #3d5c83, #d5dae7); }
.work:nth-child(4) .work-img { background: linear-gradient(135deg, #211b29, #9445a2, #f3bdff); }
.work:nth-child(5) .work-img { background: linear-gradient(135deg, #262420, #9f7a35, #ffe2a3); }
.work:nth-child(6) .work-img { background: linear-gradient(135deg, #1b2829, #2f8d83, #c8fff6); }
.work-body { padding: 18px; }
.work h3 { margin: 0 0 8px; letter-spacing: -.03em; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag { font: 700 11px/1 var(--mono); padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); }
.form { display: grid; gap: 14px; }
.input { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 14px 15px; background: rgba(255,250,242,.82); font: inherit; color: var(--ink); }
textarea.input { min-height: 130px; resize: vertical; }
.footer {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid var(--line);
  padding: clamp(28px, 3.2vw, 42px) 0 18px;
  color: var(--muted);
  font-size: 14px;
  background:
    linear-gradient(180deg, rgba(255,250,242,.32), rgba(255,250,242,.72)),
    radial-gradient(circle at 10% 6%, rgba(191,63,50,.1), transparent 32%);
  overflow: clip;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .95fr) minmax(0, .72fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
.footer-brand {
  min-width: 0;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--ink);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.footer-logo .logo-mark {
  width: 36px;
  height: 36px;
}
.footer-logo strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -.025em;
  color: var(--ink);
}
.footer-statement,
.footer-brand p.footer-statement {
  max-width: 390px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1.28vw, 19px);
  line-height: 1.16;
  letter-spacing: -.01em;
}
.footer-col {
  display: grid;
  gap: 0;
  min-width: 0;
}
.footer-title {
  margin-bottom: 12px;
  color: var(--red);
  font: 800 11px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-service-link,
.footer-contact-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}
.footer-service-link:last-child,
.footer-contact-link:last-child {
  border-bottom: 1px solid var(--line);
}
.footer-service-link span,
.footer-contact-link span {
  color: var(--red);
  font: 800 11px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-service-link strong,
.footer-contact-link strong {
  min-width: 0;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.1;
  letter-spacing: -.018em;
  overflow-wrap: anywhere;
}
.footer-contact-link {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
}
.footer-contact-link strong {
  font-size: clamp(14px, .95vw, 15px);
  line-height: 1.14;
}
.footer-service-link:hover strong,
.footer-contact-link:hover strong {
  color: var(--red);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: clamp(18px, 2.4vw, 28px);
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font: 700 11px/1.35 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-legal {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-legal a,
.footer-legal span {
  color: var(--muted);
  text-decoration: none;
}
.footer-legal a:hover {
  color: var(--red);
}
@media (max-width: 980px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .footer-statement,
  .footer-brand p.footer-statement {
    max-width: 720px;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 28px 0 18px;
  }
  .footer-inner {
    gap: 22px;
  }
  .footer-logo .logo-mark {
    width: 34px;
    height: 34px;
  }
  .footer-statement,
  .footer-brand p.footer-statement {
    font-size: clamp(15px, 4.2vw, 17px);
    line-height: 1.18;
    letter-spacing: -.006em;
  }
  .footer-service-link,
  .footer-contact-link {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
  }
  .footer-contact-link {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
.page-title { padding: 70px 0 38px; border-bottom: 1px solid var(--line); }
.page-title h1 { font-size: clamp(48px, 6vw, 82px); }
.callout { background: var(--ink); color: #fffaf2; border-radius: var(--radius); padding: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.callout .muted { color: rgba(255,250,242,.72); }
.callout .btn { background: #fffaf2; color: var(--ink); border-color: #fffaf2; }
@media (max-width: 900px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .cards, .works-grid { grid-template-columns: 1fr; }
  .proof-band { padding: 18px 0 38px; }
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 18px;
    overflow: visible;
  }
  .proof-grid-main,
  .proof-grid-service {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    max-width: none;
  }
  .proof-intro { grid-column: 1 / -1; }
  .proof-grid-main .proof-item:last-child { grid-column: 1 / -1; }
  .proof-item { padding-top: 13px; }
  .proof-item::before { margin-bottom: 10px; }
  .proof-grid-main .proof-item strong,
  .proof-grid-service .proof-item strong,
  .proof-item strong {
    font-size: clamp(28px, 8.2vw, 33px);
    letter-spacing: -.035em !important;
  }
  .proof-item span {
    max-width: 100%;
    margin-top: 9px;
    font-size: 11.5px;
    line-height: 1.3;
  }
  .process { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .section-head { display: block; }
  .callout { display: block; }
  .callout .btn { margin-top: 20px; }
}


.lang-switch { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,250,242,.56); }
.lang-switch a { font: 800 11px/1 var(--mono); padding: 8px 9px; border-radius: 999px; color: var(--muted); }
.lang-switch a.active { background: var(--ink); color: #fffaf2; }
.nav-right { display:flex; align-items:center; gap:12px; }
.nav-right .btn.secondary {
  border-radius: 8px;
  background: transparent;
}
@media (max-width: 900px) { .nav-right .btn { display:none; } .lang-switch a { padding: 8px 8px; } }

.cards.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .cards.two { grid-template-columns: 1fr; } }

/* Why / proof points: typography-first, not heavy cards */
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.cards.four .card {
  min-height: 0;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  display: block;
}
.cards.four .card:hover { transform: none; box-shadow: none; background: transparent; }
.cards.four .card h3 { font-size: 24px; line-height: 1.02; margin-bottom: 12px; }
.cards.four .card p { font-size: 15px; line-height: 1.48; margin: 0; }
@media (max-width: 1100px) { .cards.four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .cards.four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; } }
@media (max-width: 420px) {
  .cards.four { gap: 22px 14px; }
  .cards.four .card { padding-top: 14px !important; }
  .cards.four .card h3 { font-size: 20px; line-height: 1.05; margin-bottom: 10px; }
  .cards.four .card p { font-size: 13.5px; line-height: 1.42; }
}


.hero-gallery { display: grid; gap: 14px; }
.hero-gallery-main { position: relative; overflow: hidden; border-radius: 8px; border: 1px solid rgba(25,23,22,.14); min-height: 260px; background: #161412; box-shadow: 0 18px 60px rgba(25,23,22,.16); }
.hero-gallery-main img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; }
.hero-gallery-main .caption,
.hero-thumb .caption { position: absolute; left: 14px; bottom: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(10,9,8,.72); color: #fffaf2; font: 800 11px/1 var(--mono); letter-spacing: .04em; backdrop-filter: blur(10px); }
.hero-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-thumb { position: relative; overflow: hidden; border-radius: 8px; border: 1px solid rgba(25,23,22,.14); min-height: 132px; background: #161412; }
.hero-thumb img { width: 100%; height: 132px; object-fit: cover; display: block; }
@media (max-width: 900px) { .hero-gallery-main { min-height: 220px; } .hero-gallery-main img { min-height: 220px; } }

.cycle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cycle-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,250,242,.66); padding: 22px; min-height: 260px; }
.cycle-card .num { font: 800 11px/1 var(--mono); color: var(--red); letter-spacing: .10em; text-transform: uppercase; margin-bottom: 18px; display:block; }
.cycle-card h3 { margin: 0 0 12px; font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.cycle-card p { color: var(--muted); line-height: 1.48; margin: 0 0 16px; font-size: 14px; }
.cycle-card b { display: block; font-size: 13px; margin-bottom: 8px; }
.cycle-card ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 7px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.cycle-card li::before { content: "— "; color: var(--red); }
@media (max-width: 1000px) { .cycle-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .cycle-grid { grid-template-columns: 1fr; } .cycle-card { min-height: auto; } }

.principles-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 22px; }
.principle { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: rgba(255,250,242,.56); min-height: 150px; }
.principle b { display: block; font-size: 15px; letter-spacing: -.02em; margin-bottom: 9px; }
.principle span { display: block; color: var(--muted); font-size: 13px; line-height: 1.38; }
.framework-note { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,250,242,.66); padding: 22px; margin-bottom: 18px; color: var(--muted); line-height: 1.5; }
@media (max-width: 1100px) { .principles-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .principles-row { grid-template-columns: 1fr; } }

.callout { overflow: hidden; }
.callout h2, .callout p { overflow-wrap: anywhere; }
@media (max-width: 700px) {
  .callout { display: grid !important; grid-template-columns: 1fr !important; gap: 22px !important; padding: 30px 24px !important; }
  .callout .btn, .callout a.btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .callout h2 { font-size: clamp(36px, 12vw, 54px); line-height: .92; }
}

/* CTA callout hardening */
.callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.callout > div { min-width: 0; }
.callout h2, .callout p { max-width: 100%; overflow-wrap: break-word; word-break: normal; }
.callout .btn, .callout a.btn { flex-shrink: 0; }
@media (max-width: 820px) {
  .callout { grid-template-columns: 1fr !important; align-items: stretch !important; gap: 22px !important; }
  .callout .btn, .callout a.btn { width: 100% !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; white-space: normal !important; text-align: center !important; }
}

/* Stronger primary hero CTA */
.hero-actions .btn.red { border-radius: 7px; min-height: 58px; padding: 0 26px; box-shadow: 0 16px 38px rgba(199,41,32,.24), inset 0 1px 0 rgba(255,255,255,.38); }
.hero-actions .btn.secondary { background: rgba(255,250,242,.62); min-height: 54px; }
.btn-arrow { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: rgba(255,255,255,.22); margin-left: 4px; }
@media (max-width: 700px) {
  .hero-actions { align-items: stretch; }
  .hero-actions .btn.red { width: 100%; justify-content: center; border-radius: 8px; min-height: 62px; font-size: 16px; }
  .hero-actions .btn.secondary { width: fit-content; max-width: 100%; }
}

.hero-actions.single { margin-bottom: 18px; }
.hero-service-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 2px; color: var(--muted); font: 800 12px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.hero-service-links a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(199,41,32,.28); padding-bottom: 4px; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.hero-service-links a:hover { color: var(--red); border-color: var(--red); transform: translateY(-1px); }
.hero-service-links span { color: var(--muted); }
@media (max-width: 700px) {
  .hero-service-links { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 16px; }
  .hero-service-links a { width: fit-content; font-size: 13px; }
}

/* Global real CTA button style */
a.btn:not(.secondary), button.btn:not(.secondary) { border-radius: 7px; min-height: 58px; padding: 0 26px; box-shadow: 0 16px 38px rgba(199,41,32,.18), inset 0 1px 0 rgba(255,255,255,.32); }
a.btn.secondary, button.btn.secondary { border-radius: 999px; box-shadow: none; }
.callout a.btn { border-radius: 7px; min-height: 58px; }
@media (max-width: 700px) { a.btn:not(.secondary), button.btn:not(.secondary) { min-height: 62px; } }

/* Entry points: editorial numbered grid */
.entry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; counter-reset: entry; }
.entry-grid > .entry-card {
  position: relative;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 16px;
  box-shadow: none;
}
.entry-grid > .entry-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 2px;
  background: linear-gradient(180deg, var(--red), rgba(25,23,22,.10));
}
.entry-grid > .entry-card .tag {
  display: block;
  margin: 0 0 34px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: rgba(199,41,32,.82);
  background: transparent;
  font: 900 clamp(30px, 5vw, 48px)/.72 var(--mono);
  letter-spacing: -.12em;
}
.entry-grid > .entry-card h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.02; letter-spacing: -.045em; }
.entry-grid > .entry-card p { margin: 0; color: var(--muted); line-height: 1.45; font-size: 14px; }
@media (max-width: 1000px) { .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) {
  .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }
  .entry-grid > .entry-card { min-height: auto; padding: 0 0 0 12px !important; }
  .entry-grid > .entry-card .tag { margin-bottom: 26px; font-size: 32px; }
  .entry-grid > .entry-card h3 { font-size: 20px; }
  .entry-grid > .entry-card p { font-size: 13.5px; line-height: 1.42; }
}

.works-preview { display: grid; gap: 26px; }
.studio-group { display: grid; gap: 14px; }
.studio-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.studio-head h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.studio-head p { margin: 0; color: var(--muted); max-width: 620px; line-height: 1.45; font-size: 14px; }
.slot-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.slot-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,242,.68); display: grid; min-height: 330px; }
.slot-media { min-height: 190px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(199,41,32,.16), rgba(255,250,242,.72)); border-bottom: 1px solid var(--line); color: rgba(25,23,22,.42); font: 900 12px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; text-align: center; padding: 18px; }
.slot-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-body { padding: 18px; display: grid; gap: 12px; }
.slot-body h4 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.slot-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.slot-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 9px; color: var(--muted); font: 800 11px/1 var(--mono); letter-spacing: .04em; }
.slot-link { color: var(--red); font-weight: 900; font-size: 14px; text-decoration: none; width: fit-content; }
.slot-link.is-disabled { color: var(--muted); pointer-events: none; }
@media (max-width: 1000px) { .slot-cards { grid-template-columns: repeat(2, 1fr); } .studio-head { display: grid; } }
@media (max-width: 700px) { .slot-cards { grid-template-columns: 1fr; } .slot-card { min-height: auto; } }

.slot-media.image { padding: 0; min-height: 260px; background: #15120f; }
.slot-media.image img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; }
@media (max-width: 700px) { .slot-media.image, .slot-media.image img { min-height: 360px; } }

/* Compact works cards */
.slot-cards { grid-template-columns: repeat(4, 1fr); gap: 12px; }
.slot-card { min-height: auto; border-radius: 7px; }
.slot-media { min-height: 150px; font-size: 10px; padding: 12px; }
.slot-media.image { min-height: 150px; }
.slot-media.image img { min-height: 150px; height: 150px; }
.slot-body { padding: 13px; gap: 9px; }
.slot-body h4 { font-size: 17px; line-height: 1.05; }
.slot-meta { gap: 5px; }
.slot-meta span { padding: 6px 7px; font-size: 9px; }
.slot-link { font-size: 12px; }
@media (max-width: 1180px) { .slot-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .slot-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .slot-media, .slot-media.image { min-height: 136px; } .slot-media.image img { height: 136px; min-height: 136px; } .slot-body { padding: 11px; } .slot-body h4 { font-size: 15px; } }
@media (max-width: 420px) { .slot-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .slot-media, .slot-media.image { min-height: 118px; } .slot-media.image img { height: 118px; min-height: 118px; } .slot-body { padding: 10px; } .slot-meta span { font-size: 8px; padding: 5px 6px; } .slot-link { font-size: 11px; } }

/* Show full slot covers in works cards */
.slot-media.image { background: #17120f; padding: 6px; }
.slot-media.image img { object-fit: contain !important; background: #17120f; border-radius: 8px; }
@media (max-width: 820px) { .slot-media.image { padding: 5px; } .slot-media.image img { border-radius: 7px; } }

/* Work tiles */
.slot-tile { position: relative; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #17120f; min-height: 170px; text-decoration: none; box-shadow: 0 10px 30px rgba(25,23,22,.08); }
.slot-tile img { width: 100%; height: 190px; object-fit: contain; display: block; background: #17120f; padding: 6px; transition: transform .22s ease; }
.slot-tile span { position: absolute; left: 10px; right: 10px; bottom: 10px; border-radius: 8px; padding: 9px 10px; background: rgba(12,10,9,.72); color: #fffaf2; font-size: 13px; font-weight: 900; letter-spacing: -.02em; backdrop-filter: blur(10px); }
.slot-tile:hover img { transform: scale(1.025); }
@media (max-width: 820px) { .slot-tile { min-height: 142px; border-radius: 8px; } .slot-tile img { height: 150px; padding: 5px; } .slot-tile span { font-size: 11px; padding: 7px 8px; left: 7px; right: 7px; bottom: 7px; border-radius: 7px; } }
@media (max-width: 420px) { .slot-tile img { height: 130px; } .slot-tile span { font-size: 10px; } }

/* Work tiles: fit vertical covers instead of wide black boxes */
.slot-cards { justify-content: start; align-items: start; }
.slot-tile { width: 100%; aspect-ratio: 3 / 4.25; min-height: 0; background: transparent; border-radius: 8px; box-shadow: none; }
.slot-tile img { width: 100%; height: 100%; object-fit: cover; padding: 0; border-radius: 8px; background: transparent; }
.slot-tile span { left: 6px; right: 6px; bottom: 6px; font-size: 11px; padding: 7px 8px; }
@media (max-width: 820px) {
  .slot-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .slot-tile { aspect-ratio: 3 / 4.35; border-radius: 8px; }
  .slot-tile img { height: 100%; border-radius: 8px; }
}
@media (max-width: 520px) {
  .slot-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .slot-tile span { font-size: 9px; padding: 6px 7px; left: 5px; right: 5px; bottom: 5px; border-radius: 6px; }
}
@media (max-width: 380px) {
  .slot-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
}

/* Work tile names below images */
.slot-tile { display: grid; grid-template-rows: 1fr auto; gap: 8px; aspect-ratio: auto; overflow: visible; border: 0; }
.slot-tile img { aspect-ratio: 3 / 4.35; border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(25,23,22,.08); }
.slot-tile span { position: static; display: block; background: transparent; color: var(--ink); padding: 0 2px; border-radius: 0; backdrop-filter: none; font-size: 13px; line-height: 1.15; font-weight: 900; letter-spacing: -.03em; }
@media (max-width: 520px) { .slot-tile { gap: 6px; } .slot-tile span { font-size: 10.5px; padding: 0; } }

.slot-tile span { display: inline-flex; align-items: center; gap: 6px; width: fit-content; border-bottom: 1px solid rgba(199,41,32,.25); padding-bottom: 3px; transition: color .2s ease, border-color .2s ease; }
.slot-tile span em { font-style: normal; color: var(--red); transition: transform .2s ease; }
.slot-tile:hover span { color: var(--red); border-color: var(--red); }
.slot-tile:hover span em { transform: translateX(2px); }

.team-block { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.team-fact { border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; padding: 18px 0 0; display: grid; align-content: start; min-height: 0; }
.team-number { font-size: clamp(74px, 10vw, 132px); line-height: .78; letter-spacing: -.09em; font-weight: 950; color: var(--red); }
.team-number span { font-size: .35em; letter-spacing: -.06em; }
.team-fact h2 { margin-top: 22px; }
.team-fact p { color: var(--muted); line-height: 1.5; max-width: 440px; }
.team-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.role-card { border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; padding: 18px 0 0; }
.role-card h3 { margin: 0 0 10px; font-size: 28px; line-height: .98; letter-spacing: -.05em; }
.role-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.48; font-size: 14.5px; max-width: 390px; }
.role-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; }
.role-list span { border: 0; border-radius: 0; padding: 0 0 8px; border-bottom: 1px solid rgba(25,23,22,.10); color: var(--ink); background: transparent; font: 800 11px/1.2 var(--mono); letter-spacing: .02em; }
@media (max-width: 1000px) { .team-block { grid-template-columns: 1fr; gap: 28px; } .team-fact { min-height: auto; } }
@media (max-width: 700px) { .team-roles { grid-template-columns: 1fr; gap: 26px; } .team-fact, .role-card { padding: 14px 0 0 !important; } .team-number { font-size: 82px; } .role-card h3 { font-size: 24px; } .role-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; } .role-list span { font-size: 10px; padding: 0 0 7px; } }

/* Refined entry points block */
.entry-panel { border: 1px solid var(--line); border-radius: 7px; background: linear-gradient(135deg, rgba(255,250,242,.78), rgba(199,41,32,.07)); padding: 28px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; align-items: stretch; }
.entry-intro { display: grid; align-content: center; }
.entry-intro h2 { margin-bottom: 16px; }
.entry-intro p { line-height: 1.5; }
.entry-grid.refined { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.entry-grid.refined .entry-card { background: rgba(255,255,255,.38); min-height: 150px; padding: 18px; border-radius: 8px; }
.entry-grid.refined .entry-card .tag { color: var(--red); margin-bottom: 16px; }
.entry-grid.refined .entry-card h3 { font-size: 21px; }
.entry-grid.refined .entry-card p { font-size: 13.5px; max-width: 260px; }
@media (max-width: 900px) { .entry-panel { grid-template-columns: 1fr; padding: 22px; } }
@media (max-width: 620px) { .entry-grid.refined { grid-template-columns: 1fr; } .entry-grid.refined .entry-card { min-height: auto; } }

/* Mobile spacing reset: reduce side gutters */
@media (max-width: 700px) {
  .container { width: min(1180px, calc(100% - 24px)) !important; }
  .section { padding: 46px 0 !important; }
  .hero { padding: 54px 0 42px !important; }
  .hero-grid { gap: 28px !important; }
  .hero-card { padding: 10px !important; border-radius: 12px !important; }
  .card, .entry-card, .role-card, .team-fact, .cycle-card, .principle, .split-card { padding: 18px !important; }
  .section-head { margin-bottom: 20px !important; }
  .callout { padding: 24px 18px !important; }
  .studio-head { gap: 10px !important; }
  .split-card { padding: 14px !important; }
}
@media (max-width: 420px) {
  .container { width: min(1180px, calc(100% - 18px)) !important; }
  .card, .entry-card, .role-card, .team-fact, .cycle-card, .principle, .split-card { padding: 16px !important; }
  .callout { padding: 22px 16px !important; }
  .split-card { padding: 12px !important; }
}

/* Works section mobile gutter fix */
@media (max-width: 700px) {
  .works-preview { width: calc(100vw - 18px) !important; max-width: none !important; margin-left: calc(50% - 50vw + 9px) !important; margin-right: calc(50% - 50vw + 9px) !important; gap: 22px !important; }
  .works-preview > .section-head,
  .works-preview > .studio-group { padding-left: 0 !important; padding-right: 0 !important; }
  .works-preview .section-head { margin-bottom: 12px !important; }
  .works-preview .studio-head { padding-bottom: 10px !important; }
  .works-preview .studio-head h3 { font-size: 32px !important; }
  .works-preview .studio-head p { font-size: 16px !important; line-height: 1.42 !important; }
  .works-preview .slot-cards { width: 100% !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 8px !important; }
}
@media (max-width: 380px) {
  .works-preview { width: calc(100vw - 14px) !important; margin-left: calc(50% - 50vw + 7px) !important; margin-right: calc(50% - 50vw + 7px) !important; }
  .works-preview .slot-cards { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* Final override: Why section stays typography-first on mobile */
.cards.four .card {
  min-height: 0 !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 700px) {
  .cards.four { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 24px 16px !important; }
  .cards.four .card { padding: 14px 0 0 !important; }
  .cards.four .card h3 { font-size: 20px !important; line-height: 1.05 !important; margin-bottom: 10px !important; }
  .cards.four .card p { font-size: 13.5px !important; line-height: 1.42 !important; }
}

/* Final override: Team roles stay typography-first */
.team-fact,
.role-card {
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.role-list span {
  border: 0 !important;
  border-bottom: 1px solid rgba(25,23,22,.10) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
@media (max-width: 700px) {
  .team-roles { grid-template-columns: 1fr !important; gap: 26px !important; }
  .team-fact, .role-card { padding: 14px 0 0 !important; }
  .role-list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 9px 14px !important; }
  .role-list span { padding: 0 0 7px !important; font-size: 10px !important; }
}

/* Final override: Starting points stay editorial-numbered */
.entry-grid > .entry-card {
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.entry-grid > .entry-card .tag {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
@media (max-width: 700px) {
  .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 26px 18px !important; }
  .entry-grid > .entry-card { padding: 0 0 0 12px !important; }
}

/* Primary service choices: prominent editorial service panels */
.cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}
.cards.two > .card {
  position: relative;
  min-height: 0 !important;
  display: grid !important;
  gap: 22px;
  padding: 26px 0 0 76px !important;
  border: 0 !important;
  border-top: 3px solid var(--ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
.cards.two > .card::before {
  content: "01";
  position: absolute;
  left: 0;
  top: 23px;
  color: var(--red);
  font: 950 44px/.78 var(--mono);
  letter-spacing: -.14em;
}
.cards.two > .card:nth-child(2)::before { content: "02"; }
.cards.two > .card h3 {
  margin: 0 0 16px;
  max-width: 620px;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: .9;
  letter-spacing: -.075em;
}
.cards.two > .card p.muted {
  max-width: 640px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.35;
  color: var(--graphite);
  letter-spacing: -.02em;
}
.cards.two > .card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.35;
}
.cards.two > .card li {
  min-height: 42px;
  padding: 10px 0;
  border-top: 1px solid rgba(25,23,22,.12);
}
.cards.two > .card li::before { content: none; }
.cards.two > .card-link,
.cards.two > .card .card-link {
  margin-top: 2px;
  color: var(--red);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -.02em;
  border-bottom: 1px solid rgba(199,41,32,.30);
  width: fit-content;
  padding-bottom: 5px;
}
.cards.two > .card:hover .card-link { border-color: var(--red); }
@media (max-width: 900px) {
  .cards.two { grid-template-columns: 1fr !important; gap: 42px !important; }
  .cards.two > .card { padding: 22px 0 0 58px !important; }
  .cards.two > .card::before { top: 22px; font-size: 34px; }
  .cards.two > .card h3 { font-size: clamp(38px, 11vw, 56px); }
  .cards.two > .card p.muted { font-size: 18px; line-height: 1.38; }
  .cards.two > .card ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .cards.two > .card li { min-height: auto; font-size: 12.5px; }
}
@media (max-width: 420px) {
  .cards.two { gap: 38px !important; }
  .cards.two > .card { padding-left: 50px !important; }
  .cards.two > .card::before { font-size: 30px; }
  .cards.two > .card h3 { font-size: 36px; line-height: .92; }
  .cards.two > .card p.muted { font-size: 17px; }
}

/* Showcase strip: selected works in one horizontal line */
.work-strip { gap: 28px !important; }
.showcase-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.showcase-item {
  display: grid;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}
.showcase-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10.6;
  border: 1px solid rgba(25,23,22,.16);
  border-radius: 8px;
  background: #17120f;
  box-shadow: 0 14px 34px rgba(25,23,22,.10);
}
.showcase-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
}
.showcase-item:hover .showcase-media img { transform: scale(1.018); }
.showcase-caption {
  display: grid;
  gap: 8px;
  align-items: start;
}
.showcase-caption h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: .96;
  letter-spacing: -.055em;
}
.showcase-caption span {
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid rgba(25,23,22,.14);
  border-radius: 999px;
  color: var(--red);
  background: rgba(255,250,242,.56);
  font: 900 10px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .work-strip { width: calc(100vw - 18px) !important; max-width: none !important; margin-left: calc(50% - 50vw + 9px) !important; margin-right: calc(50% - 50vw + 9px) !important; }
  .showcase-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 82vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .showcase-row::-webkit-scrollbar { height: 4px; }
  .showcase-row::-webkit-scrollbar-thumb { background: rgba(25,23,22,.18); border-radius: 999px; }
  .showcase-item { scroll-snap-align: start; }
  .showcase-media { border-radius: 7px; }
  .showcase-caption h3 { font-size: 24px; }
  .showcase-caption span { font-size: 9px; padding: 6px 8px; }
}

/* Hero selected works strip */
.hero-work-card {
  overflow: hidden;
  padding: 14px !important;
}
.hero-work-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 84%);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.hero-work-strip::-webkit-scrollbar { height: 4px; }
.hero-work-strip::-webkit-scrollbar-thumb { background: rgba(25,23,22,.18); border-radius: 999px; }
.hero-work-strip .showcase-item { scroll-snap-align: start; }
.hero-work-strip .showcase-media { aspect-ratio: 16 / 10.8; }
.hero-work-strip .showcase-caption h3 { font-size: 24px; }
.hero-work-strip .showcase-caption span { font-size: 9px; padding: 6px 8px; }
@media (max-width: 700px) {
  .hero-work-card { padding: 9px !important; }
  .hero-work-strip { grid-auto-columns: minmax(286px, 86vw); gap: 10px; }
}

/* Hero gallery: remove outer box so it matches typography-led page style */
.hero-work-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
@media (max-width: 700px) {
  .hero-work-card { padding: 0 !important; }
}

/* Showcase tags: lightweight text labels, no pill bubble */
.showcase-caption span {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--red) !important;
  font: 900 10px/1 var(--mono) !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
@media (max-width: 700px) {
  .showcase-caption span { font-size: 9px !important; }
}

/* Hide horizontal showcase scrollbars while keeping swipe/scroll */
.hero-work-strip,
.showcase-row {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hero-work-strip::-webkit-scrollbar,
.showcase-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Mobile CTA callout: softer Russian headline sizing */
@media (max-width: 700px) {
  .callout h2 {
    font-size: clamp(31px, 9.5vw, 42px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em !important;
  }
}
@media (max-width: 390px) {
  .callout h2 { font-size: 32px !important; }
}

/* Real PNG logo in navbar */
.logo { gap: 10px; }
.logo-mark {
  width: 38px !important;
  height: 38px !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}
.logo-mark img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}
@media (max-width: 700px) {
  .logo { gap: 9px; }
  .logo-mark,
  .logo-mark img { width: 34px !important; height: 34px !important; }
}

/* Logo-only navbar refinement */
.logo {
  min-width: 0;
  gap: 0 !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
}
.logo:hover,
.logo:active,
.logo:focus,
.logo:focus-visible {
  background: transparent !important;
  outline: none;
  box-shadow: none;
}
.logo-mark,
.logo-mark img {
  width: 54px !important;
  height: 54px !important;
}
@media (max-width: 700px) {
  .logo-mark,
  .logo-mark img {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Logo final scale after trimming transparent padding */
.logo-mark,
.logo-mark img {
  width: 66px !important;
  height: 50px !important;
}
@media (max-width: 700px) {
  .logo-mark,
  .logo-mark img {
    width: 58px !important;
    height: 43px !important;
  }
}

/* Logo vertical centering fix */
.logo {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  line-height: 0 !important;
}
.logo-mark {
  width: 66px !important;
  height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  line-height: 0 !important;
}
.logo-mark img {
  width: 66px !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 700px) {
  .logo-mark {
    width: 58px !important;
    height: 50px !important;
  }
  .logo-mark img {
    width: 58px !important;
    max-height: 44px !important;
  }
}

/* Optical logo placement: the mark artwork is top-heavy, shift bitmap down */
.logo-mark img {
  transform: translateY(9px) !important;
  object-position: center center !important;
}
@media (max-width: 700px) {
  .logo-mark img { transform: translateY(8px) !important; }
}

/* Language switch: remove pill, make it typographic */
.lang-switch {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.lang-switch a {
  position: relative;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--muted) !important;
  font: 900 12px/1 var(--mono) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.lang-switch a + a {
  margin-left: 20px !important;
}
.lang-switch a + a::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: rgba(25,23,22,.22);
}
.lang-switch a.active {
  color: var(--red) !important;
}
.lang-switch a:hover {
  color: var(--ink) !important;
}
@media (max-width: 700px) {
  .lang-switch a { font-size: 11px !important; letter-spacing: .07em !important; }
  .lang-switch a + a { margin-left: 18px !important; }
  .lang-switch a + a::before { left: -10px; height: 13px; }
}

/* Site-wide typographic pass: remove boxed card language except CTA/media */
:is(.card, .split-card, .cycle-card, .principle, .framework-note, .step, .slot-card, .work) {
  border: 0 !important;
  border-top: 1px solid rgba(25,23,22,.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
:is(.card, .split-card, .cycle-card, .principle, .framework-note, .step):hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
.card:not(.showcase-item),
.split-card,
.cycle-card,
.principle,
.framework-note,
.step {
  padding: 18px 0 0 !important;
  min-height: 0 !important;
}
.cards:not(.two):not(.four) {
  gap: 34px 28px !important;
}
.cards:not(.two):not(.four) .card h3,
.split-card h3,
.cycle-card h3 {
  margin-bottom: 12px !important;
}
.cards:not(.two):not(.four) .card p.muted,
.split-card p.muted,
.cycle-card p.muted,
.principle span,
.framework-note {
  max-width: 680px;
}
.cards:not(.two):not(.four) .card ul,
.split-card ul,
.cycle-card ul {
  margin-top: 14px !important;
}
.step {
  display: grid;
  align-content: start;
  gap: 10px;
}
.step span {
  margin-bottom: 0 !important;
}
.process {
  gap: 18px 14px !important;
}
.principles-row {
  gap: 22px 18px !important;
}
.principle {
  display: grid;
  align-content: start;
}
.framework-note {
  margin-bottom: 24px !important;
}
.slot-card {
  display: grid;
  gap: 14px;
  padding: 16px 0 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.slot-media:not(.image) {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(25,23,22,.14) !important;
  background: transparent !important;
  place-items: start !important;
  color: var(--red) !important;
}
.slot-body {
  padding: 0 !important;
}
.slot-meta span,
.tag-row .tag,
.tag {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: var(--red) !important;
  letter-spacing: .08em !important;
}
.work {
  padding: 16px 0 0 !important;
  overflow: visible !important;
}
.work-img {
  height: 180px;
}
@media (max-width: 900px) {
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 700px) {
  .cards:not(.two):not(.four),
  .split,
  .cycle-grid,
  .principles-row,
  .slot-cards,
  .works-grid {
    gap: 28px !important;
  }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 18px 16px !important; }
  .step b { font-size: 13px; line-height: 1.2; }
  .split-card h3 { font-size: 28px !important; line-height: 1.02 !important; }
  .cycle-card h3 { font-size: 24px !important; }
}
@media (max-width: 420px) {
  .process { grid-template-columns: 1fr 1fr !important; }
}

/* Secondary hero actions: typographic link, not pill button */
.hero-actions .btn.secondary {
  width: fit-content !important;
  min-height: 0 !important;
  padding: 0 0 5px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(25,23,22,.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  justify-content: flex-start !important;
}
.hero-actions .btn.secondary:hover {
  border-color: var(--red) !important;
  color: var(--red) !important;
  transform: none !important;
}
@media (max-width: 700px) {
  .hero-actions .btn.secondary {
    width: fit-content !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-top: 2px !important;
    font-size: 15px !important;
  }
}

/* Text arrow for underlined secondary hero links */
.text-arrow {
  display: inline-block;
  margin-left: 4px;
  color: inherit;
  transform: translateY(-.5px);
}
.hero-actions .btn.secondary .text-arrow {
  margin-left: 5px;
}

/* Slot development page: remove first post-hero split separators */
.slot-dev-page .page-title + .section .split-card {
  border-top: 0 !important;
}

/* Slot development page: no grey divider directly after hero */
.slot-dev-page .page-title {
  border-bottom: 0 !important;
}

/* Slot development audience rows: typographic, not bullet list */
.audience-card {
  display: grid;
  align-content: start;
}
.audience-rows {
  display: grid;
  gap: 0;
  margin-top: 24px;
}
.audience-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(25,23,22,.14);
}
.audience-row:last-child {
  border-bottom: 1px solid rgba(25,23,22,.14);
}
.audience-row > span {
  color: var(--red);
  font: 950 13px/1 var(--mono);
  letter-spacing: .08em;
  padding-top: 3px;
}
.audience-row b {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1;
  letter-spacing: -.045em;
}
.audience-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -.01em;
}
@media (max-width: 700px) {
  .audience-rows { margin-top: 22px; }
  .audience-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    padding: 15px 0;
  }
  .audience-row > span { font-size: 12px; }
  .audience-row b { font-size: 22px; }
  .audience-row p { font-size: 13.5px; line-height: 1.4; }
}

/* Slot development production scope stack */
.scope-card {
  display: grid;
  align-content: start;
}
.scope-stack {
  display: grid;
  gap: 0;
  margin-top: 24px;
}
.scope-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(25,23,22,.14);
}
.scope-row:last-child {
  border-bottom: 1px solid rgba(25,23,22,.14);
}
.scope-row > span {
  order: 2;
  justify-self: end;
  color: var(--red);
  font: 950 13px/1 var(--mono);
  letter-spacing: .08em;
  padding-top: 4px;
}
.scope-row > div { min-width: 0; }
.scope-row b {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1;
  letter-spacing: -.045em;
}
.scope-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -.01em;
}
@media (max-width: 700px) {
  .scope-stack { margin-top: 22px; }
  .scope-row {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 15px 0;
  }
  .scope-row > span { font-size: 12px; }
  .scope-row b { font-size: 21px; }
  .scope-row p { font-size: 13.5px; line-height: 1.4; }
}

/* Slot development production package anatomy */
.package-card {
  display: grid;
  align-content: start;
}
.package-anatomy {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(25,23,22,.16);
}
.package-label {
  position: absolute;
  top: -10px;
  right: 0;
  color: rgba(25,23,22,.18);
  font: 950 clamp(28px, 4vw, 48px)/.82 var(--display);
  letter-spacing: -.075em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.package-layer {
  position: relative;
  padding: 14px 0 14px 22px;
  border-left: 2px solid rgba(25,23,22,.18);
}
.package-layer::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 14px;
  width: 2px;
  height: 28px;
  background: var(--red);
}
.package-layer.visual { margin-left: 22px; }
.package-layer.tech { margin-left: 44px; }
.package-layer.delivery { margin-left: 66px; }
.package-layer b {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(21px, 2.3vw, 29px);
  line-height: .95;
  letter-spacing: -.055em;
}
.package-layer p {
  max-width: 32ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -.01em;
}
@media (max-width: 700px) {
  .package-anatomy {
    margin-top: 24px;
    padding-top: 28px;
    gap: 6px;
  }
  .package-label {
    top: -5px;
    right: auto;
    left: 0;
    font-size: 32px;
  }
  .package-layer {
    padding: 13px 0 13px 18px;
  }
  .package-layer.visual { margin-left: 12px; }
  .package-layer.tech { margin-left: 24px; }
  .package-layer.delivery { margin-left: 36px; }
  .package-layer b { font-size: 24px; }
  .package-layer p { font-size: 13.5px; line-height: 1.4; }
}

/* Slot development deliverables grid: clean typographic scope, no stagger */
.deliverables-card {
  display: grid;
  align-content: start;
}
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(25,23,22,.16);
  border-left: 1px solid rgba(25,23,22,.16);
}
.deliverable-unit {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 18px;
  border-right: 1px solid rgba(25,23,22,.16);
  border-bottom: 1px solid rgba(25,23,22,.16);
}
.deliverable-unit span {
  color: var(--red);
  font: 950 11px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.deliverable-unit b {
  display: block;
  max-width: 18ch;
  font-size: clamp(17px, 1.75vw, 22px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
@media (max-width: 700px) {
  .deliverables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 23px;
  }
  .deliverable-unit {
    min-height: 142px;
    padding: 14px 12px 13px;
    gap: 18px;
  }
  .deliverable-unit span { font-size: 10px; }
  .deliverable-unit b {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -.035em;
  }
}

/* Slot development: remove dividers before starting-points block */
.slot-dev-page .entry-section .split-card {
  border-top: 0 !important;
}

/* Slot development estimate sheet: brief inputs, not a bullet list */
.estimate-card {
  display: grid;
  align-content: start;
}
.estimate-sheet {
  margin-top: 24px;
  border-top: 2px solid var(--ink);
}
.estimate-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 13px 0 14px;
  border-bottom: 1px solid rgba(25,23,22,.16);
}
.estimate-row span {
  color: var(--red);
  font: 950 11px/1 var(--mono);
  letter-spacing: .12em;
}
.estimate-row b {
  display: block;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
@media (max-width: 700px) {
  .estimate-sheet { margin-top: 22px; }
  .estimate-row {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
  }
  .estimate-row span { font-size: 10px; }
  .estimate-row b { font-size: 19px; line-height: 1.08; }
}

/* Slot development detailed production principles */
.principles-system {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(25,23,22,.18);
}
.principle-detail {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(24px, 4vw, 46px) 0;
  border-bottom: 1px solid rgba(25,23,22,.18);
}
.principle-detail > span {
  color: var(--red);
  font: 950 13px/1 var(--mono);
  letter-spacing: .12em;
  padding-top: 7px;
}
.principle-detail h3 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 62px);
  line-height: .9;
  letter-spacing: -.07em;
}
.principle-detail p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.42;
  letter-spacing: -.02em;
}
.principle-detail p + p,
.pipeline-chain + p {
  margin-top: 14px;
}
.pipeline-chain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 13px;
  margin: 22px 0 0;
  padding: 18px 0;
  border-top: 1px solid rgba(25,23,22,.14);
  border-bottom: 1px solid rgba(25,23,22,.14);
}
.pipeline-chain b {
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1;
  letter-spacing: -.045em;
}
.pipeline-chain i {
  color: var(--red);
  font-style: normal;
  font-weight: 950;
  transform: translateY(-1px);
}
.source-delivery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 22px;
  max-width: 900px;
}
.source-delivery-list span {
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(25,23,22,.22);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.source-delivery-list span::after {
  content: ';';
  color: var(--red);
  margin-left: 1px;
}
.source-delivery-list span:last-child::after { content: '.'; }
@media (max-width: 700px) {
  .principles-system { margin-top: 30px; }
  .principle-detail {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0;
  }
  .principle-detail > span {
    font-size: 12px;
    padding-top: 5px;
  }
  .principle-detail h3 {
    font-size: 34px;
    line-height: .92;
    margin-bottom: 10px;
  }
  .principle-detail p {
    font-size: 14.5px;
    line-height: 1.42;
  }
  .pipeline-chain {
    gap: 8px 10px;
    margin-top: 18px;
    padding: 14px 0;
  }
  .pipeline-chain b { font-size: 18px; }
  .source-delivery-list { gap: 7px 9px; margin-top: 18px; }
  .source-delivery-list span { font-size: 13px; padding: 6px 0; }
}

/* Refined pipeline chain: readable production flow */
.pipeline-chain {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 !important;
  align-items: stretch;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(25,23,22,.18) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.pipeline-chain b {
  position: relative;
  display: grid;
  min-height: 96px;
  align-content: end;
  padding: 14px 12px 13px;
  border-right: 1px solid rgba(25,23,22,.18);
  border-bottom: 1px solid rgba(25,23,22,.18);
  font-size: clamp(15px, 1.6vw, 21px) !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
}
.pipeline-chain b::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  width: 22px;
  height: 2px;
  background: var(--red);
}
.pipeline-chain b:not(:last-of-type)::after {
  content: '→';
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--red);
  font: 950 16px/1 var(--mono);
}
.pipeline-chain i {
  display: none !important;
}
@media (max-width: 700px) {
  .pipeline-chain {
    grid-template-columns: 1fr !important;
    margin-top: 20px !important;
    border-right: 1px solid rgba(25,23,22,.18) !important;
  }
  .pipeline-chain b {
    min-height: 54px;
    align-content: center;
    padding: 12px 46px 12px 44px;
    font-size: 20px !important;
  }
  .pipeline-chain b::before {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 16px;
  }
  .pipeline-chain b:not(:last-of-type)::after {
    content: '↓';
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 17px;
  }
}

/* Pipeline chain variant: process rail */
.pipeline-chain {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 !important;
  align-items: start;
  margin: 26px 0 0 !important;
  padding: 34px 0 8px !important;
  border: 0 !important;
}
.pipeline-chain::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 1px;
  background: rgba(25,23,22,.22);
}
.pipeline-chain b {
  position: relative;
  display: block !important;
  min-height: 0 !important;
  padding: 0 18px 0 0 !important;
  border: 0 !important;
  font-size: clamp(16px, 1.7vw, 24px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}
.pipeline-chain b::before {
  content: '';
  position: absolute;
  top: -23px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 5px var(--paper);
}
.pipeline-chain b::after {
  content: none !important;
}
.pipeline-chain b:not(:last-of-type) {
  border-right: 1px solid transparent !important;
}
.pipeline-chain b:not(:last-of-type)::after {
  content: '→' !important;
  position: absolute;
  top: -29px;
  right: 15px;
  color: var(--red);
  font: 950 13px/1 var(--mono);
}
.pipeline-chain i { display: none !important; }
@media (max-width: 700px) {
  .pipeline-chain {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: 22px !important;
    padding: 0 0 0 26px !important;
  }
  .pipeline-chain::before {
    left: 4px;
    right: auto;
    top: 3px;
    bottom: 4px;
    width: 1px;
    height: auto;
  }
  .pipeline-chain b {
    padding: 0 0 22px 0 !important;
    font-size: 24px !important;
    line-height: .98 !important;
  }
  .pipeline-chain b::before {
    top: 4px;
    left: -26px;
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 5px var(--paper);
  }
  .pipeline-chain b:not(:last-of-type)::after {
    content: none !important;
  }
  .pipeline-chain b:last-of-type {
    padding-bottom: 0 !important;
  }
}

/* Source delivery artifacts: numbered artifact matrix */
.source-delivery-list {
  counter-reset: artifact;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  margin-top: 24px !important;
  max-width: 980px !important;
  border-top: 1px solid rgba(25,23,22,.18);
  border-left: 1px solid rgba(25,23,22,.18);
}
.source-delivery-list span {
  counter-increment: artifact;
  position: relative;
  display: grid !important;
  align-content: space-between;
  min-height: 106px;
  padding: 14px 14px 13px !important;
  border: 0 !important;
  border-right: 1px solid rgba(25,23,22,.18) !important;
  border-bottom: 1px solid rgba(25,23,22,.18) !important;
  color: var(--ink) !important;
  font-size: clamp(14px, 1.2vw, 17px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}
.source-delivery-list span::before {
  content: counter(artifact, decimal-leading-zero);
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font: 950 10px/1 var(--mono);
  letter-spacing: .12em;
}
.source-delivery-list span::after {
  content: none !important;
}
@media (max-width: 700px) {
  .source-delivery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px !important;
  }
  .source-delivery-list span {
    min-height: 96px;
    padding: 12px 11px 11px !important;
    font-size: 13.5px !important;
    line-height: 1.12 !important;
  }
  .source-delivery-list span::before {
    margin-bottom: 18px;
    font-size: 9.5px;
  }
}

/* Source delivery artifacts variant: clean delivery manifest */
.source-delivery-list {
  counter-reset: none !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin-top: 22px !important;
  max-width: 680px !important;
  border-top: 1px solid rgba(25,23,22,.2) !important;
  border-left: 0 !important;
}
.source-delivery-list span {
  counter-increment: none !important;
  position: relative;
  display: block !important;
  min-height: 0 !important;
  padding: 12px 0 12px 24px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(25,23,22,.14) !important;
  color: var(--ink) !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.02em !important;
}
.source-delivery-list span::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  margin: 0 !important;
  border-radius: 999px;
  background: var(--red);
}
.source-delivery-list span::after {
  content: none !important;
}
@media (min-width: 900px) {
  .source-delivery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 880px !important;
    column-gap: 34px !important;
  }
}
@media (max-width: 700px) {
  .source-delivery-list {
    margin-top: 19px !important;
  }
  .source-delivery-list span {
    padding: 10px 0 10px 20px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
  }
  .source-delivery-list span::before {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}

/* Slot development: full production pipeline timeline */
.timeline-overview {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid rgba(25,23,22,.22);
  border-left: 1px solid rgba(25,23,22,.16);
}
.timeline-overview span {
  min-height: 82px;
  padding: 12px 10px 10px;
  border-right: 1px solid rgba(25,23,22,.16);
  border-bottom: 1px solid rgba(25,23,22,.16);
  color: var(--ink);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.05;
  letter-spacing: -.025em;
}
.timeline-overview span:first-child,
.timeline-overview span:nth-child(2),
.timeline-overview span:nth-child(3) {
  box-shadow: inset 0 3px 0 var(--red);
}
.pipeline-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: clamp(38px, 6vw, 78px);
}
.pipeline-timeline::before {
  content: '';
  position: absolute;
  left: 95px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(25,23,22,.2);
}
.pipeline-stage {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(26px, 5vw, 74px);
  padding: clamp(26px, 5vw, 56px) 0;
  border-top: 1px solid rgba(25,23,22,.16);
}
.pipeline-stage:last-child { border-bottom: 1px solid rgba(25,23,22,.16); }
.pipeline-stage::before {
  content: '';
  position: absolute;
  left: 90px;
  top: clamp(32px, 5vw, 63px);
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--paper);
  border: 2px solid var(--red);
  z-index: 1;
}
.stage-time {
  position: sticky;
  top: 16px;
  align-self: start;
  color: var(--red);
  font: 950 13px/1 var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
  padding-top: 8px;
}
.stage-body h3 {
  margin: 0 0 12px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .88;
  letter-spacing: -.075em;
}
.stage-body p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.42;
  letter-spacing: -.02em;
}
.stage-points,
.workstreams {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 20px;
  max-width: 900px;
}
.stage-points span,
.workstreams span {
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(25,23,22,.22);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: -.015em;
}
.workstreams span {
  color: var(--red);
  font-weight: 800;
}
.stage-note {
  margin-top: 18px !important;
  padding-left: 18px;
  border-left: 2px solid var(--red);
}
.pipeline-stage.is-parallel .stage-time::after {
  content: 'параллельно';
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font: 800 10px/1 var(--mono);
  letter-spacing: .12em;
}
html[lang="en"] .pipeline-stage.is-parallel .stage-time::after {
  content: 'parallel';
}
@media (max-width: 900px) {
  .timeline-overview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .timeline-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }
  .timeline-overview span {
    min-height: 58px;
    font-size: 13px;
  }
  .pipeline-timeline { margin-top: 34px; }
  .pipeline-timeline::before {
    left: 4px;
  }
  .pipeline-stage {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0 28px 25px;
  }
  .pipeline-stage::before {
    left: -1px;
    top: 32px;
    width: 9px;
    height: 9px;
  }
  .stage-time {
    position: static;
    padding-top: 0;
    font-size: 12px;
  }
  .stage-body h3 {
    font-size: 38px;
    line-height: .9;
    margin-bottom: 10px;
  }
  .stage-body p {
    font-size: 14.5px;
    line-height: 1.42;
  }
  .stage-points,
  .workstreams {
    gap: 7px 9px;
    margin-top: 16px;
  }
  .stage-points span,
  .workstreams span {
    font-size: 13px;
    padding: 6px 0;
  }
}

/* Production pipeline: remove grey stage dividers, separate by rhythm */
.pipeline-stage {
  border-top: 0 !important;
  padding-top: clamp(30px, 5.5vw, 62px) !important;
  padding-bottom: clamp(30px, 5.5vw, 62px) !important;
}
.pipeline-stage:last-child {
  border-bottom: 0 !important;
}
@media (max-width: 700px) {
  .pipeline-stage {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* Production pipeline overview: no selected-state accent lines */
.timeline-overview span:first-child,
.timeline-overview span:nth-child(2),
.timeline-overview span:nth-child(3) {
  box-shadow: none !important;
}

/* Slot development: Production Scope ledger */
.scope-section {
  background: linear-gradient(180deg, rgba(25,23,22,.025), rgba(25,23,22,0));
}
.scope-ledger {
  margin-top: clamp(34px, 5vw, 68px);
  border-top: 1px solid rgba(25,23,22,.22);
}
.scope-module {
  border-bottom: 1px solid rgba(25,23,22,.16);
}
.scope-module summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(210px, .72fr) 26px;
  gap: clamp(16px, 3vw, 42px);
  align-items: baseline;
  padding: clamp(21px, 3.4vw, 40px) 0;
}
.scope-module summary::-webkit-details-marker { display: none; }
.scope-module summary > span {
  color: var(--red);
  font: 950 12px/1 var(--mono);
  letter-spacing: .12em;
}
.scope-module summary h3 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: .88;
  letter-spacing: -.075em;
}
.scope-module summary em {
  color: var(--muted);
  font-style: normal;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.25;
  letter-spacing: -.02em;
}
.scope-module summary::after {
  content: '+';
  justify-self: end;
  color: var(--red);
  font: 950 24px/1 var(--mono);
  transform: translateY(2px);
}
.scope-module[open] summary::after { content: '–'; }
.scope-module-body {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 42px);
  padding: 0 0 clamp(24px, 4vw, 44px);
}
.scope-module-body > p,
.scope-module-body > .scope-items {
  grid-column: 2;
}
.scope-module-body p {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.42;
  letter-spacing: -.02em;
}
.scope-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  max-width: 920px;
}
.scope-items span {
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(25,23,22,.18);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.08;
  letter-spacing: -.015em;
}
.scope-module[open] {
  border-bottom-color: rgba(25,23,22,.24);
}
.scope-module[open] summary h3 {
  color: var(--red);
}
@media (max-width: 850px) {
  .scope-module summary {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    gap: 13px;
  }
  .scope-module summary em {
    grid-column: 2 / 3;
    margin-top: 8px;
  }
  .scope-module summary::after {
    grid-column: 3;
    grid-row: 1;
  }
  .scope-module-body {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }
}
@media (max-width: 700px) {
  .scope-ledger { margin-top: 30px; }
  .scope-module summary {
    padding: 22px 0;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
  }
  .scope-module summary > span {
    font-size: 11px;
    padding-top: 4px;
  }
  .scope-module summary h3 {
    font-size: 34px;
    line-height: .9;
  }
  .scope-module summary em {
    font-size: 13.5px;
    line-height: 1.25;
  }
  .scope-module-body {
    grid-template-columns: 36px minmax(0, 1fr);
    padding-bottom: 26px;
  }
  .scope-module-body p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .scope-items {
    gap: 7px 9px;
  }
  .scope-items span {
    font-size: 13px;
    padding: 6px 0;
  }
}

/* Production Scope ledger — stronger designed treatment */
.scope-section {
  background: transparent !important;
}
.scope-ledger {
  margin-top: clamp(38px, 6vw, 76px) !important;
  border-top: 2px solid var(--ink) !important;
}
.scope-module {
  border-bottom: 1px solid rgba(25,23,22,.18) !important;
  background: transparent;
}
.scope-module summary {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1.1fr) minmax(220px, .72fr) 42px !important;
  gap: clamp(18px, 3vw, 46px) !important;
  align-items: center !important;
  padding: clamp(24px, 3.8vw, 44px) 0 !important;
  cursor: pointer;
}
.scope-module summary::marker,
.scope-module summary::-webkit-details-marker {
  display: none !important;
  content: '' !important;
}
.scope-module summary > span {
  color: var(--red) !important;
  font: 950 12px/1 var(--mono) !important;
  letter-spacing: .14em !important;
}
.scope-module summary h3 {
  margin: 0 !important;
  font-size: clamp(40px, 6.2vw, 86px) !important;
  line-height: .82 !important;
  letter-spacing: -.085em !important;
  color: var(--ink) !important;
}
.scope-module summary em {
  max-width: 360px;
  color: var(--muted) !important;
  font-style: normal !important;
  font-size: clamp(14px, 1.18vw, 17px) !important;
  line-height: 1.25 !important;
  letter-spacing: -.018em !important;
}
.scope-module summary::after {
  content: '+' !important;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  justify-self: end;
  border: 1px solid rgba(25,23,22,.22);
  color: var(--red) !important;
  font: 950 23px/1 var(--mono) !important;
  transform: none !important;
}
.scope-module[open] summary::after {
  content: '–' !important;
  border-color: var(--red);
  background: var(--red);
  color: #fff !important;
}
.scope-module[open] summary h3 {
  color: var(--red) !important;
}
.scope-module-body {
  position: relative;
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  gap: clamp(18px, 3vw, 46px) !important;
  padding: 0 0 clamp(34px, 5vw, 58px) !important;
}
.scope-module-body::before {
  content: '';
  grid-column: 1;
  justify-self: start;
  width: 2px;
  height: 100%;
  margin-left: 5px;
  background: var(--red);
  opacity: .9;
}
.scope-module-body > p,
.scope-module-body > .scope-items {
  grid-column: 2 !important;
}
.scope-module-body p {
  max-width: 820px !important;
  margin: 0 0 22px !important;
  color: var(--ink) !important;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.34 !important;
  letter-spacing: -.03em !important;
}
.scope-items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 34px !important;
  max-width: 980px !important;
  border-top: 1px solid rgba(25,23,22,.18);
}
.scope-items span {
  position: relative;
  display: block !important;
  padding: 12px 0 12px 18px !important;
  border-bottom: 1px solid rgba(25,23,22,.14) !important;
  color: var(--ink) !important;
  font-size: clamp(14px, 1.18vw, 16.5px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.015em !important;
}
.scope-items span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--red);
}
.scope-module:not([open]) summary:hover h3 {
  color: var(--red) !important;
}
@media (max-width: 850px) {
  .scope-module summary {
    grid-template-columns: 42px minmax(0, 1fr) 36px !important;
    gap: 14px !important;
  }
  .scope-module summary em {
    grid-column: 2 / 3;
    margin-top: 8px;
  }
  .scope-module summary::after {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: start;
  }
  .scope-module-body {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
}
@media (max-width: 700px) {
  .scope-ledger {
    margin-top: 30px !important;
  }
  .scope-module summary {
    grid-template-columns: 34px minmax(0, 1fr) 32px !important;
    padding: 24px 0 !important;
  }
  .scope-module summary > span {
    font-size: 10.5px !important;
    padding-top: 2px;
  }
  .scope-module summary h3 {
    font-size: 38px !important;
    line-height: .86 !important;
  }
  .scope-module summary em {
    font-size: 13.5px !important;
    line-height: 1.25 !important;
    max-width: 100%;
  }
  .scope-module summary::after {
    width: 30px;
    height: 30px;
    font-size: 20px !important;
  }
  .scope-module-body {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding-bottom: 30px !important;
  }
  .scope-module-body::before {
    margin-left: 4px;
  }
  .scope-module-body p {
    font-size: 15px !important;
    line-height: 1.34 !important;
    margin-bottom: 18px !important;
  }
  .scope-items {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .scope-items span {
    padding: 10px 0 10px 17px !important;
    font-size: 13.5px !important;
  }
  .scope-items span::before {
    top: 15px;
    width: 5px;
    height: 5px;
  }
}

/* Slot development: shortened review process gates */
.review-section {
  background: transparent;
}
.review-gates {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(36px, 5.5vw, 72px);
  border-top: 2px solid var(--ink);
  border-left: 1px solid rgba(25,23,22,.16);
}
.review-gate {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 420px;
  border-right: 1px solid rgba(25,23,22,.16);
  border-bottom: 1px solid rgba(25,23,22,.16);
}
.gate-index {
  padding: 16px 14px 0;
  color: var(--red);
  font: 950 12px/1 var(--mono);
  letter-spacing: .14em;
}
.gate-content {
  display: grid;
  align-content: start;
  padding: 22px 14px 18px;
}
.gate-content h3 {
  margin: 0 0 16px;
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
  color: var(--ink);
}
html[lang="ru"] .gate-content h3 {
  font-size: clamp(24px, 2.25vw, 32px);
  line-height: .98;
  letter-spacing: -.035em;
}
.gate-content p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13.5px, 1.1vw, 16px);
  line-height: 1.34;
  letter-spacing: -.018em;
}
.gate-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 9px;
  margin-top: 20px;
}
.gate-checks span {
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1px solid rgba(25,23,22,.18);
  color: var(--ink);
  font-size: 12.5px;
  line-height: 1.06;
  letter-spacing: -.012em;
}
.review-gate:nth-child(even) {
  background: rgba(25,23,22,.018);
}
.review-gate:hover .gate-content h3 {
  color: var(--red);
}
.acceptance-strip {
  display: grid;
  grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 60px);
  align-items: start;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 34px) 0 0;
  border-top: 1px solid var(--ink);
}
.acceptance-strip b {
  color: var(--red);
  font-size: clamp(24px, 3vw, 42px);
  line-height: .9;
  letter-spacing: -.065em;
}
.acceptance-strip p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.38;
  letter-spacing: -.02em;
}
@media (max-width: 1100px) {
  .review-gates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .review-gate {
    min-height: 300px;
  }
  .review-gate:last-child {
    grid-column: 1 / -1;
    min-height: 240px;
  }
}
@media (max-width: 700px) {
  .review-gates {
    grid-template-columns: 1fr;
    margin-top: 30px;
    border-left: 0;
  }
  .review-gate,
  .review-gate:last-child {
    grid-column: auto;
    min-height: 0;
    border-right: 0;
    background: transparent !important;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 14px;
    padding: 24px 0;
  }
  .gate-index {
    padding: 4px 0 0;
    font-size: 11px;
  }
  .gate-content {
    padding: 0;
  }
  .gate-content h3 {
    font-size: 36px;
    line-height: .88;
    margin-bottom: 10px;
  }
  .gate-content p {
    font-size: 14px;
    line-height: 1.36;
  }
  .gate-checks {
    margin-top: 15px;
    gap: 7px 9px;
  }
  .gate-checks span {
    font-size: 13px;
  }
  .acceptance-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }
  .acceptance-strip b {
    font-size: 30px;
  }
  .acceptance-strip p {
    font-size: 14.5px;
    line-height: 1.38;
  }
}

/* Review gates: prevent long RU copy from widening mobile viewport */
.gate-content {
  min-width: 0;
}
.gate-content h3 {
  max-width: 100%;
  overflow-wrap: normal !important;
  word-break: normal;
  hyphens: none;
}
.gate-content p,
.gate-checks {
  max-width: 100%;
  overflow-wrap: anywhere;
}
@media (max-width: 700px) {
  .review-gate,
  .review-gate:last-child {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
}

/* Slot development: final delivery package */
.deliverables-section {
  background: transparent;
}
.delivery-sheet {
  display: grid;
  grid-template-columns: minmax(280px, .36fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  padding-top: clamp(30px, 4vw, 54px);
  border-top: 2px solid var(--ink);
}
.delivery-intro {
  position: sticky;
  top: 92px;
}
.delivery-intro h2 {
  max-width: 520px;
  margin: 12px 0 18px;
  font-size: clamp(42px, 5.1vw, 74px);
  line-height: .88;
  letter-spacing: -.075em;
}
html[lang="ru"] .delivery-intro h2 {
  max-width: 500px;
  font-size: clamp(36px, 3.35vw, 48px);
  line-height: .98;
  letter-spacing: -.046em;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
}
.delivery-intro p {
  max-width: 460px;
}
.delivery-list {
  display: grid;
  border-top: 1px solid rgba(25,23,22,.18);
}
.delivery-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  padding: clamp(22px, 3.1vw, 38px) 0;
  border-bottom: 1px solid rgba(25,23,22,.18);
}
.delivery-row > span {
  color: var(--red);
  font: 950 12px/1 var(--mono);
  letter-spacing: .14em;
  padding-top: .55em;
}
.delivery-row h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: .9;
  letter-spacing: -.065em;
}
.delivery-row p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.28vw, 18px);
  line-height: 1.38;
  letter-spacing: -.018em;
}
@media (max-width: 900px) {
  .delivery-sheet {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .delivery-intro {
    position: static;
  }
  .delivery-intro h2 {
    max-width: 680px;
  }
}
@media (max-width: 700px) {
  .delivery-sheet {
    padding-top: 24px;
    gap: 24px;
  }
  .delivery-intro h2 {
    font-size: 42px;
    line-height: .9;
    margin: 10px 0 14px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .delivery-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 0;
  }
  .delivery-row > span {
    font-size: 11px;
  }
  .delivery-row h3 {
    font-size: 31px;
    line-height: .92;
    margin-bottom: 8px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .delivery-row p {
    font-size: 14px;
    line-height: 1.38;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Slot development: scope boundaries note */
.boundaries-section {
  scroll-margin-top: 96px;
  padding-top: 0;
  background: transparent;
}
.boundaries-note {
  display: grid;
  grid-template-columns: minmax(320px, .36fr) minmax(0, 1fr);
  gap: clamp(28px, 4.4vw, 60px);
  align-items: start;
  padding: clamp(24px, 3.5vw, 42px) clamp(22px, 3.2vw, 42px);
  border: 1px solid rgba(25,23,22,.18);
  border-top: 2px solid var(--ink);
  background: rgba(25,23,22,.018);
}
.boundaries-head h2 {
  margin: 12px 0 16px;
  color: var(--ink);
  font-size: clamp(34px, 3.35vw, 46px);
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
}
html[lang="ru"] .boundaries-head h2 {
  font-size: clamp(34px, 3.15vw, 44px);
  line-height: 1;
  letter-spacing: -.044em;
}
.boundaries-head p {
  max-width: 460px;
}
.boundaries-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(26px, 3.8vw, 58px);
}
.boundaries-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(25,23,22,.14);
}
.boundaries-list article:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.boundaries-list span {
  color: var(--red);
  font: 950 11px/1 var(--mono);
  letter-spacing: .14em;
  padding-top: .45em;
}
.boundaries-list h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 31px);
  line-height: .96;
  letter-spacing: -.055em;
}
.boundaries-list p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13.5px, 1vw, 15.5px);
  line-height: 1.38;
  letter-spacing: -.014em;
}
@media (max-width: 980px) {
  .boundaries-note {
    grid-template-columns: 1fr;
  }
  .boundaries-head p {
    max-width: 720px;
  }
}
@media (max-width: 700px) {
  .boundaries-note {
    padding: 22px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: transparent;
    gap: 24px;
  }
  .boundaries-head h2 {
    font-size: 39px;
    line-height: .9;
    margin: 10px 0 14px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .boundaries-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .boundaries-list article,
  .boundaries-list article:nth-last-child(-n+2) {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .boundaries-list article:last-child {
    margin-bottom: 0;
  }
  .boundaries-list h3 {
    font-size: 27px;
    line-height: .96;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .boundaries-list p {
    font-size: 14px;
    line-height: 1.38;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Slot development: contextual inline CTAs */
.inline-cta-section {
  padding-top: 0;
  padding-bottom: clamp(34px, 5.5vw, 70px);
}
.inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 54px);
  min-width: 0;
}
.inline-cta > div {
  min-width: 0;
}
.inline-cta h2 {
  margin: 10px 0 10px;
  color: var(--ink);
  font-size: clamp(32px, 4.1vw, 58px);
  line-height: .92;
  letter-spacing: -.07em;
  max-width: 780px;
}
.inline-cta p {
  max-width: 760px;
}
.inline-cta .btn {
  white-space: normal;
  text-align: center;
}
.compact-cta {
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(25,23,22,.2);
  border-bottom: 1px solid rgba(25,23,22,.12);
}
.scope-cta {
  padding: clamp(26px, 3.6vw, 44px) clamp(24px, 3.6vw, 48px);
  border: 1px solid rgba(25,23,22,.16);
  border-left: 4px solid var(--red);
  background: rgba(25,23,22,.018);
}
.scope-cta h2 {
  font-size: clamp(36px, 4.8vw, 68px);
}
.technical-cta-section {
  padding-top: 0;
}
.technical-cta {
  padding: clamp(20px, 2.8vw, 32px) 0;
  border-top: 1px solid rgba(25,23,22,.16);
  border-bottom: 1px solid rgba(25,23,22,.12);
}
.technical-cta h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  max-width: 760px;
}
@media (max-width: 820px) {
  .inline-cta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 18px;
  }
  .inline-cta .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .inline-cta-section {
    padding-bottom: 42px;
  }
  .inline-cta h2,
  .scope-cta h2,
  .technical-cta h2 {
    font-size: 34px;
    line-height: .98;
    letter-spacing: -.06em;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .inline-cta p {
    font-size: 14px;
    line-height: 1.38;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .compact-cta,
  .technical-cta {
    padding: 22px 0;
  }
  .scope-cta {
    padding: 22px 16px;
    border-left-width: 3px;
  }
}

/* Slot development: unified editorial CTA style */
.editorial-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(22px, 4.8vw, 70px);
  padding: clamp(30px, 4.6vw, 62px) clamp(22px, 3.4vw, 46px);
  border: 1px solid rgba(25,23,22,.16);
  border-top: 2px solid var(--ink);
  background: linear-gradient(135deg, rgba(25,23,22,.026), rgba(199,41,32,.032));
}
.editorial-cta > div { min-width: 0; }
.editorial-cta .kicker { color: var(--red); }
.editorial-cta h2 {
  max-width: 860px;
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(44px, 6.1vw, 88px);
  line-height: .86;
  letter-spacing: -.085em;
}
.editorial-cta p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.4;
  letter-spacing: -.018em;
}
.editorial-btn,
a.btn.editorial-btn {
  min-height: 62px;
  padding: 0 clamp(24px, 3vw, 38px);
  border-radius: 999px !important;
  border-color: rgba(25,23,22,.24) !important;
  background: transparent !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  font-weight: 850;
  white-space: normal;
  text-align: center;
}
.editorial-btn:hover,
a.btn.editorial-btn:hover {
  border-color: var(--ink) !important;
  background: rgba(25,23,22,.035) !important;
}
.final-editorial-cta {
  border-top: 2px solid var(--ink);
  border-bottom: 0;
}
.final-cta-section { padding-top: clamp(28px, 4.5vw, 64px); }
@media (max-width: 820px) {
  .editorial-cta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 20px;
  }
  .editorial-btn,
  a.btn.editorial-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .editorial-cta {
    padding: 26px 0;
  }
  .editorial-cta h2 {
    font-size: 42px;
    line-height: .9;
    letter-spacing: -.075em;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .editorial-cta p {
    font-size: 14.5px;
    line-height: 1.38;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .editorial-btn,
  a.btn.editorial-btn {
    min-height: 58px;
    padding: 0 18px;
  }
}

/* Slot development: intermediate CTAs as compact black notes */
.inline-cta-section .editorial-cta {
  position: relative;
  padding: clamp(24px, 3.4vw, 40px) clamp(22px, 3vw, 38px);
  border: 1px solid rgba(25,23,22,.9);
  border-radius: 18px;
  background: var(--ink);
  color: #fffaf2;
  box-shadow: 0 18px 42px rgba(25,23,22,.10);
}
.inline-cta-section .editorial-cta::before {
  content: "";
  position: absolute;
  left: clamp(18px, 2.2vw, 28px);
  top: 0;
  width: clamp(58px, 6vw, 88px);
  height: 3px;
  background: var(--red);
}
.inline-cta-section .editorial-cta .kicker {
  color: #ff5a4f;
}
.inline-cta-section .editorial-cta h2 {
  color: #fffaf2;
  font-size: clamp(36px, 4.5vw, 64px);
}
.inline-cta-section .editorial-cta p {
  color: rgba(255,250,242,.70);
}
.inline-cta-section .editorial-btn,
.inline-cta-section a.btn.editorial-btn {
  border-color: rgba(255,250,242,.36) !important;
  background: transparent !important;
  color: #fffaf2 !important;
}
.inline-cta-section .editorial-btn:hover,
.inline-cta-section a.btn.editorial-btn:hover {
  border-color: #fffaf2 !important;
  background: rgba(255,250,242,.08) !important;
}
.final-cta-section,
.final-editorial-cta {
  all: unset;
}
@media (max-width: 700px) {
  .inline-cta-section .editorial-cta {
    padding: 24px 18px;
    border-radius: 14px;
  }
  .inline-cta-section .editorial-cta::before {
    left: 18px;
    width: 64px;
  }
  .inline-cta-section .editorial-cta h2 {
    font-size: 35px;
    line-height: .94;
  }
}

/* Contact page: avoid double divider after page title */
.contact-page .page-title + .section .split-card {
  border-top: 0 !important;
}

/* RU homepage: Threads / community block */
.ru-founder-community {
  padding-top: 56px;
}
.community-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
  padding: clamp(28px, 4.2vw, 48px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.community-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: clamp(68px, 8vw, 112px);
  height: 3px;
  background: var(--red);
}
.community-story {
  min-width: 0;
  display: grid;
  align-content: start;
}
.community-story h2 {
  max-width: 860px;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: .9;
  letter-spacing: -.078em;
}
.lead-small {
  margin: 24px 0 0;
  max-width: 760px;
  color: var(--graphite);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.38;
  letter-spacing: -.022em;
}
.community-story > .muted {
  max-width: 740px;
  margin: 18px 0 0;
  font-size: 15.5px;
}
.threads-shot {
  margin: 28px 0 0;
  max-width: 720px;
}
.threads-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(25,23,22,.14);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(25,23,22,.10);
  background: #fff;
}
.threads-shot figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}
.community-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 760px;
  margin-top: 28px;
}
.community-topics span {
  padding: 12px 0;
  border-top: 1px solid rgba(25,23,22,.12);
  color: var(--ink);
  font: 850 12px/1.25 var(--mono);
  letter-spacing: .02em;
  text-transform: uppercase;
}
.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 28px;
}
.text-link {
  width: fit-content;
  color: var(--red);
  font-weight: 950;
  letter-spacing: -.02em;
  border-bottom: 1px solid rgba(199,41,32,.30);
  padding-bottom: 5px;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.text-link:hover {
  color: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-1px);
}
.text-link.is-pending {
  cursor: default;
  color: rgba(199,41,32,.62);
  border-color: rgba(199,41,32,.18);
}
.text-link.is-pending:hover {
  color: rgba(199,41,32,.62);
  border-color: rgba(199,41,32,.18);
  transform: none;
}
.community-request {
  position: relative;
  overflow: hidden;
  align-self: start;
  border: 1px solid rgba(25,23,22,.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(198,61,47,.15), transparent 16rem),
    rgba(255,250,242,.72);
  box-shadow: var(--shadow);
  padding: clamp(22px, 3vw, 30px);
}
.request-label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(199,41,32,.22);
  border-radius: 999px;
  color: var(--red);
  background: rgba(255,250,242,.60);
  font: 900 10px/1 var(--mono);
  letter-spacing: .10em;
  text-transform: uppercase;
}
.request-label-secondary {
  margin-top: 24px;
  margin-bottom: 14px;
  color: var(--muted);
  border-color: rgba(25,23,22,.14);
}
.community-note {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(25,23,22,.12);
}
.community-note b {
  font-size: 15px;
  letter-spacing: -.02em;
}
.community-note span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}
.community-request h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: .96;
  letter-spacing: -.055em;
}
.community-request > .muted {
  margin: 0 0 22px;
  font-size: 14.5px;
}
.community-form .input {
  background: rgba(255,250,242,.88);
}
.community-form .btn {
  width: 100%;
  margin-top: 2px;
}
.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 980px) {
  .community-panel {
    grid-template-columns: 1fr;
  }
  .community-request {
    max-width: 680px;
  }
}
@media (max-width: 700px) {
  .ru-founder-community {
    padding-top: 42px !important;
  }
  .community-panel {
    padding: 30px 0;
    gap: 28px;
  }
  .community-story h2 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: .92;
    letter-spacing: -.07em;
  }
  .lead-small {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.38;
  }
  .community-topics {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 22px;
  }
  .community-topics span {
    padding: 11px 0;
    font-size: 11px;
  }
  .community-actions {
    display: grid;
    gap: 14px;
  }
  .community-request {
    width: 100%;
    padding: 20px 16px;
    border-radius: 14px;
  }
  .community-request h3 {
    font-size: 30px;
    line-height: .98;
  }
}

/* FAQ: compact editorial accordion */
.faq-section { padding-top: 38px; }
.faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.7fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: start;
}
.faq-head { position: sticky; top: 104px; }
.faq-head h2 {
  margin: 0;
  max-width: 460px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .98;
  letter-spacing: -.06em;
}
.faq-list {
  border-top: 1px solid rgba(25,23,22,.18);
}
.faq-item {
  border-bottom: 1px solid rgba(25,23,22,.16);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 26px;
  gap: 16px;
  align-items: start;
  padding: clamp(18px, 2.6vw, 30px) 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span {
  color: var(--red);
  font: 850 11px/1 var(--mono);
  letter-spacing: .12em;
  padding-top: 6px;
}
.faq-item summary h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.faq-item summary::after {
  content: '+';
  justify-self: end;
  color: var(--muted);
  font: 760 24px/1 var(--mono);
  transform: translateY(-1px);
}
.faq-item[open] summary::after { content: '–'; color: var(--red); }
.faq-item p {
  max-width: 780px;
  margin: -6px 0 clamp(20px, 2.8vw, 34px) 58px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.faq-item[open] summary h3 { color: var(--red); }
@media (max-width: 900px) {
  .faq-section { padding-top: 28px; }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .faq-head { position: static; }
  .faq-item summary { grid-template-columns: 34px minmax(0, 1fr) 22px; gap: 12px; padding: 20px 0; }
  .faq-item summary h3 { font-size: 24px; line-height: 1.04; }
  .faq-item p { margin-left: 46px; font-size: 14px; }
}
@media (max-width: 520px) {
  .faq-item summary { grid-template-columns: 30px minmax(0, 1fr) 20px; }
  .faq-item summary h3 { font-size: 22px; }
  .faq-item p { margin-left: 42px; }
}

/* Mobile fullscreen menu + service page anchor nav */
.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,250,242,.58);
  color: var(--ink);
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus,
.mobile-menu-toggle:focus-visible,
.mobile-menu-close:active,
.mobile-menu-close:focus,
.mobile-menu-close:focus-visible {
  outline: none;
  box-shadow: none;
  background: rgba(255,250,242,.78);
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s ease;
}
.mobile-menu.is-open {
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-panel {
  min-height: 100%;
  background:
    radial-gradient(circle at 12% 0%, rgba(198, 61, 47, .13), transparent 28rem),
    linear-gradient(180deg, #fbf7f0 0%, var(--bg) 100%);
  color: var(--ink);
  padding: 22px 20px 26px;
  transform: translateY(-12px);
  transition: transform .22s ease;
  display: flex;
  flex-direction: column;
}
.mobile-menu.is-open .mobile-menu-panel { transform: translateY(0); }
.mobile-menu-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu-title {
  font: 800 12px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
}
.mobile-menu-lang {
  flex: 0 0 auto;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,250,242,.58);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-content {
  display: grid;
  gap: 32px;
  padding-top: 34px;
  flex: 1;
}
.mobile-menu-group {
  display: grid;
  gap: 0;
}
.mobile-menu-label {
  font: 800 11px/1 var(--mono);
  color: var(--muted);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mobile-menu-link,
.mobile-menu-anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  border-top: 1px solid var(--line);
  font-weight: 780;
  letter-spacing: -.035em;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-link { font-size: clamp(30px, 8vw, 46px); line-height: .96; }
.mobile-menu-anchor { font-size: 22px; color: var(--graphite); }
.mobile-menu-link:last-child,
.mobile-menu-anchor:last-child { border-bottom: 1px solid var(--line); }
.mobile-menu-link.active { color: var(--red); }
.mobile-menu-cta {
  align-self: end;
  width: 100%;
  min-height: 54px;
  margin-top: auto;
}
body.menu-open { overflow: hidden; }
.page-nav-section {
  padding: 0 0 22px;
}
.page-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 14px 0 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.page-nav > span {
  flex: 0 0 auto;
  font: 800 11px/1 var(--mono);
  color: var(--red);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.page-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  transition: color .16s ease;
}
.page-nav a:hover { color: var(--ink); }
.desktop-command-toggle {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,250,242,.58);
  color: var(--ink);
  padding: 0;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
  -webkit-tap-highlight-color: transparent;
}
.desktop-command-toggle:hover,
.desktop-command-toggle[aria-expanded="true"] {
  background: rgba(255,250,242,.82);
  border-color: rgba(25,23,22,.24);
}
.desktop-command-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.desktop-command-toggle em { display: none; }
#home-proof,
#home-services,
#home-examples,
#home-team,
#home-contact,
#slot-timeline,
#slot-scope,
#slot-deliverables,
#slot-examples,
#slot-faq,
#visual-formats,
#visual-timeline,
#visual-scope,
#visual-deliverables,
#visual-examples,
#visual-faq {
  scroll-margin-top: 98px;
}
@media (max-width: 900px) {
  .mobile-menu-toggle { display: inline-flex; }
  .desktop-command-toggle { display: none; }
  .page-nav-section { display: none; }
}
@media (min-width: 901px) {
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(18, 15, 13, .44);
    backdrop-filter: blur(8px);
  }
  .mobile-menu-panel {
    width: min(560px, calc(100vw - 64px));
    min-height: 0;
    max-height: calc(100vh - 64px);
    overflow: auto;
    border: 1px solid rgba(255,250,242,.34);
    border-radius: 14px;
    padding: 22px;
    background:
      radial-gradient(circle at 12% 0%, rgba(198, 61, 47, .12), transparent 24rem),
      linear-gradient(180deg, rgba(255,250,242,.98), rgba(248,241,231,.96));
    box-shadow: 0 34px 100px rgba(0,0,0,.28);
    transform: translateY(12px) scale(.985);
  }
  .mobile-menu.is-open .mobile-menu-panel {
    transform: translateY(0) scale(1);
  }
  .mobile-menu-top {
    padding-bottom: 18px;
  }
  .mobile-menu-content {
    gap: 24px;
    padding-top: 24px;
  }
  .mobile-menu-link {
    min-height: 48px;
    font-size: 32px;
  }
  .mobile-menu-anchor {
    min-height: 42px;
    font-size: 18px;
    letter-spacing: -.02em;
  }
  .mobile-menu-cta {
    margin-top: 4px;
  }
}

/* Contact page next steps */
.contact-split {
  align-items: stretch;
}
@media (min-width: 761px) {
  .contact-page textarea.input {
    min-height: 250px;
  }
}
.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,250,242,.72);
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}
.form-status strong,
.form-status span {
  display: block;
}
.form-status strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  letter-spacing: -.02em;
}
.form-status[data-state="success"] {
  border-color: rgba(23,107,54,.24);
  background: rgba(238,249,241,.82);
  color: #345a3d;
}
.form-status[data-state="success"] strong {
  color: #176b36;
}
.form-status[data-state="error"] {
  border-color: rgba(180,35,24,.24);
  background: rgba(255,244,242,.82);
  color: #7a271a;
}
.form-status[data-state="pending"] {
  color: var(--muted);
}
.form .btn:disabled {
  cursor: wait;
  opacity: .72;
}
body.lead-modal-open {
  overflow: hidden;
}
.lead-success-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.lead-success-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lead-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 15, 13, .46);
  backdrop-filter: blur(10px);
}
.lead-success-panel {
  position: relative;
  width: min(620px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,250,242,.52);
  border-radius: 18px;
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(circle at 8% 0%, rgba(198,61,47,.16), transparent 18rem),
    linear-gradient(180deg, rgba(255,250,242,.98), rgba(247,243,236,.97));
  box-shadow: 0 34px 110px rgba(0,0,0,.32);
  transform: translateY(14px) scale(.985);
  transition: transform .22s ease;
}
.lead-success-modal.is-open .lead-success-panel {
  transform: translateY(0) scale(1);
}
.lead-success-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: var(--red);
}
.lead-success-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,250,242,.74);
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.lead-success-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: var(--ink);
  color: #fffaf2;
  box-shadow: 0 18px 36px rgba(25,23,22,.16);
}
.lead-success-mark span {
  transform: translateY(-1px);
  color: var(--red);
  font-size: 30px;
  font-weight: 950;
}
.lead-success-copy .kicker {
  margin-bottom: 16px;
}
.lead-success-copy h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .9;
  letter-spacing: -.06em;
}
.lead-success-copy > p {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--graphite);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.42;
  letter-spacing: -.02em;
}
.lead-success-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.lead-success-note span {
  color: var(--red);
  font: 800 12px/1 var(--mono);
  letter-spacing: .08em;
}
.lead-success-note p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.lead-success-action {
  margin-top: 30px;
  border-radius: 10px;
}
@media (max-width: 560px) {
  .lead-success-modal {
    align-items: center;
    padding: 14px;
  }
  .lead-success-panel {
    border-radius: 16px;
    padding: 28px 22px 22px;
  }
  .lead-success-close {
    top: 12px;
    right: 12px;
  }
  .lead-success-mark {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 22px;
  }
  .lead-success-note {
    grid-template-columns: 30px 1fr;
  }
  .lead-success-action {
    width: 100%;
  }
}
.next-steps-card {
  display: flex;
  flex-direction: column;
}
.next-steps-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.next-steps-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.next-steps-list article:first-child {
  padding-top: 0;
  border-top: 0;
}
.next-steps-list span {
  color: var(--red);
  font: 800 12px/1 var(--mono);
  letter-spacing: .08em;
}
.next-steps-list h4 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.18;
}
.next-steps-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
@media (max-width: 760px) {
  .next-steps-list {
    gap: 16px;
  }
  .next-steps-list article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
}

/* Homepage hero desktop: make copy full-width, move work strip below */
@media (min-width: 901px) {
  .hero .hero-grid {
    display: block;
  }
  .hero .hero-grid > div:first-child {
    max-width: 1120px;
  }
  .hero .hero-grid h1 {
    max-width: 1120px;
  }
  .hero .hero-grid .lead {
    max-width: 900px;
  }
  .hero .hero-grid .hero-work-card {
    margin-top: 34px;
  }
  .hero-work-strip {
    grid-auto-columns: minmax(330px, calc((100% - 24px) / 3));
    gap: 12px;
  }
  .hero-work-strip .showcase-media {
    aspect-ratio: 16 / 9.4;
  }
}

/* Heading tracking: reduce tight letter spacing */
h1 {
  letter-spacing: -.045em !important;
}
h2 {
  letter-spacing: -.032em !important;
}
h3,
.card h3,
.cards.two > .card h3,
.split-card h3,
.work h3,
.cycle-card h3,
.entry-grid > .entry-card h3,
.studio-head h3,
.role-card h3,
.showcase-caption h3 {
  letter-spacing: -.024em !important;
}
h4,
.slot-body h4 {
  letter-spacing: -.018em !important;
}
.proof-item strong,
.proof-grid-main .proof-item strong,
.proof-grid-service .proof-item strong,
.team-number,
.team-number span,
.package-label {
  letter-spacing: -.045em !important;
}
.scope-module summary h3 {
  letter-spacing: -.045em !important;
}
.audience-row b,
.estimate-row b,
.pipeline-chain b,
.package-layer b,
.deliverable-unit b,
.scope-row b {
  letter-spacing: -.024em !important;
}

/* Desktop case cards: smaller portfolio tiles */
@media (min-width: 1181px) {
  .slot-cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 11px;
  }
}

@media (min-width: 901px) {
  .works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .work-img {
    height: 136px;
  }
  .work-body {
    padding: 14px;
  }
  .work h3 {
    font-size: 18px;
    line-height: 1.05;
  }
  .work-body p {
    font-size: 13.5px;
    line-height: 1.42;
  }
  .tag-row {
    gap: 6px;
    margin-top: 12px;
  }
  .tag {
    padding: 6px 8px;
    font-size: 10px;
  }
}

/* Production pipeline polish: numbered overview + aligned stage markers */
.timeline-overview {
  counter-reset: pipeline-step;
}
.timeline-overview span {
  counter-increment: pipeline-step;
  display: grid;
  grid-template-rows: 12px minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  align-content: center;
  gap: 9px;
  text-align: center;
  padding: 14px 10px;
}
.timeline-overview span::before {
  content: counter(pipeline-step, decimal-leading-zero);
  color: var(--red);
  font: 900 10px/1 var(--mono);
  letter-spacing: .12em;
}
.pipeline-stage {
  --stage-pad-y: clamp(30px, 5.5vw, 62px);
  padding-top: var(--stage-pad-y) !important;
  padding-bottom: var(--stage-pad-y) !important;
}
.pipeline-stage::before {
  top: var(--stage-pad-y) !important;
}
.stage-time {
  position: static !important;
  padding-top: 0 !important;
  min-height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(-8px, -1px);
}
@media (max-width: 700px) {
  .timeline-overview span {
    min-height: 72px;
    padding: 12px 8px;
    gap: 8px;
  }
  .pipeline-stage {
    --stage-pad-y: 30px;
  }
  .pipeline-stage::before {
    top: var(--stage-pad-y) !important;
  }
  .stage-time {
    min-height: 13px;
    transform: translate(-6px, -1px);
  }
}

/* Desktop CTA blocks: actions sit under the copy, not on the right */
@media (min-width: 821px) {
  .callout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    justify-items: start !important;
    gap: 24px !important;
  }
  .callout > div {
    max-width: 860px;
  }
  .callout .btn,
  .callout a.btn {
    justify-self: start;
    margin-top: 0;
  }
  .editorial-cta {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    justify-items: start !important;
    gap: 24px !important;
  }
  .editorial-btn,
  a.btn.editorial-btn {
    justify-self: start;
  }
}

/* Service pages: compact production sections */
@media (min-width: 901px) {
  :is(.slot-dev-page, .visual-production-page) .principles-section .section-head h2,
  :is(.slot-dev-page, .visual-production-page) .cycle-section .section-head h2,
  :is(.slot-dev-page, .visual-production-page) .scope-section .section-head h2 {
    font-size: clamp(42px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -.048em;
    text-wrap: balance;
  }

  :is(.slot-dev-page, .visual-production-page) .principles-system {
    margin-top: 32px;
  }
  :is(.slot-dev-page, .visual-production-page) .principle-detail {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: clamp(18px, 3vw, 42px);
    padding: clamp(20px, 3vw, 34px) 0;
  }
  :is(.slot-dev-page, .visual-production-page) .principle-detail h3 {
    font-size: clamp(30px, 3.7vw, 48px);
    line-height: .96;
    letter-spacing: -.052em;
    margin-bottom: 10px;
    text-wrap: balance;
  }
  :is(.slot-dev-page, .visual-production-page) .principle-detail p {
    font-size: clamp(15px, 1.28vw, 17.5px);
    line-height: 1.42;
    max-width: 720px;
  }
  :is(.slot-dev-page, .visual-production-page) .pipeline-chain {
    margin-top: 18px !important;
  }
  :is(.slot-dev-page, .visual-production-page) .pipeline-chain b {
    min-height: 76px;
    padding: 12px 10px 11px;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.08;
  }
  :is(.slot-dev-page, .visual-production-page) .source-delivery-list {
    margin-top: 16px;
    gap: 6px 9px;
  }
  :is(.slot-dev-page, .visual-production-page) .source-delivery-list span {
    padding: 6px 0;
    font-size: 13px;
  }

  :is(.slot-dev-page, .visual-production-page) .timeline-overview {
    margin-top: 30px;
  }
  .visual-production-page .timeline-overview {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :is(.slot-dev-page, .visual-production-page) .timeline-overview span {
    min-height: 68px;
    padding: 12px 9px;
    gap: 7px;
    font-size: clamp(11.5px, .88vw, 13.5px);
    line-height: 1.08;
  }
  :is(.slot-dev-page, .visual-production-page) .pipeline-timeline {
    margin-top: clamp(30px, 4.4vw, 56px);
  }
  :is(.slot-dev-page, .visual-production-page) .pipeline-stage {
    --stage-pad-y: clamp(24px, 4.1vw, 46px);
    grid-template-columns: 140px minmax(0, 1fr);
    gap: clamp(22px, 4vw, 56px);
  }
  :is(.slot-dev-page, .visual-production-page) .pipeline-timeline::before {
    left: 90px;
  }
  :is(.slot-dev-page, .visual-production-page) .pipeline-stage::before {
    left: 85px;
    top: var(--stage-pad-y) !important;
  }
  :is(.slot-dev-page, .visual-production-page) .stage-time {
    transform: translate(-8px, -1px);
  }
  :is(.slot-dev-page, .visual-production-page) .stage-body h3 {
    font-size: clamp(34px, 4.7vw, 60px);
    line-height: .94;
    letter-spacing: -.058em;
    margin-bottom: 10px;
    text-wrap: balance;
  }
  :is(.slot-dev-page, .visual-production-page) .stage-body p {
    font-size: clamp(15px, 1.28vw, 17.5px);
    line-height: 1.42;
    max-width: 760px;
  }
  :is(.slot-dev-page, .visual-production-page) .stage-points,
  :is(.slot-dev-page, .visual-production-page) .workstreams {
    margin-top: 16px;
    gap: 6px 9px;
  }
  :is(.slot-dev-page, .visual-production-page) .stage-points span,
  :is(.slot-dev-page, .visual-production-page) .workstreams span {
    padding: 6px 0;
    font-size: 13px;
  }

  :is(.slot-dev-page, .visual-production-page) .scope-ledger {
    margin-top: 34px;
  }
  :is(.slot-dev-page, .visual-production-page) .scope-module summary {
    grid-template-columns: 56px minmax(0, 1fr) minmax(220px, .32fr) 36px !important;
    gap: clamp(16px, 2.8vw, 38px) !important;
    padding: clamp(24px, 3.5vw, 42px) 0 !important;
  }
  :is(.slot-dev-page, .visual-production-page) .scope-module summary h3 {
    font-size: clamp(42px, 5.1vw, 64px) !important;
    line-height: .9 !important;
    letter-spacing: -.052em !important;
    text-wrap: balance;
  }
  :is(.slot-dev-page, .visual-production-page) .scope-module summary em {
    font-size: clamp(14px, 1.12vw, 16px) !important;
    line-height: 1.32 !important;
  }
  :is(.slot-dev-page, .visual-production-page) .scope-module-body {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: clamp(16px, 2.8vw, 38px) !important;
    padding-bottom: clamp(26px, 3.8vw, 42px) !important;
  }
  :is(.slot-dev-page, .visual-production-page) .scope-module-body p {
    font-size: clamp(15px, 1.28vw, 17.5px) !important;
    line-height: 1.38 !important;
    max-width: 760px !important;
  }
  :is(.slot-dev-page, .visual-production-page) .scope-items span {
    padding: 10px 0 10px 16px !important;
    font-size: clamp(13px, 1vw, 14.5px) !important;
  }
}


/* Insights / article pages */
.insights-page .insights-hero,
.article-page .article-hero { padding-bottom: 44px; }
.insights-page .insight-card .tag-row { gap: 8px 18px; }
.insights-page .insight-card .tag-row .tag + .tag { position: relative; }
.insights-page .insight-card .tag-row .tag + .tag::before {
  content: "•";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-52%);
  color: rgba(191,63,50,.58);
  letter-spacing: 0;
}
.insight-card h3 { font-size: clamp(30px, 3.8vw, 48px); line-height: .96; letter-spacing: -.055em; }
.insight-card-muted { opacity: .72; }
.article-section .section-head { margin-bottom: 30px; }
.article-summary-card p,
.article-page .review-gate p,
.article-page .delivery-row p { font-size: 16px; line-height: 1.58; }
.article-ledger .scope-module-body p { max-width: 820px; }
.article-question-list { margin-top: 0; }
.article-page .article-question-list.review-gates {
  grid-template-columns: 1fr;
  border-left: 0;
}
.article-page .article-question-list .review-gate {
  min-height: 0;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto;
  border-right: 0;
  padding: 28px 0;
  background: transparent !important;
}
.article-page .article-question-list .gate-index {
  padding: 8px 0 0;
}
.article-page .article-question-list .gate-content {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: 14px clamp(24px, 4vw, 58px);
  padding: 0;
}
.article-page .article-question-list .gate-content h3 {
  grid-row: 1 / 3;
  margin: 0;
  font-size: clamp(30px, 3.7vw, 48px);
  line-height: .92;
}
.article-page .article-question-list .gate-content p,
.article-page .article-question-list .gate-checks {
  grid-column: 2;
}
.article-page .article-question-list .gate-checks {
  margin-top: 4px;
}
.article-red-flags .card { min-height: 250px; }
.article-page .estimate-sheet { margin-top: 22px; }
.article-page .delivery-sheet {
  grid-template-columns: minmax(340px, .58fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
}
.article-page .delivery-intro {
  position: static;
}
.article-page .delivery-intro h2 {
  max-width: 640px;
  font-size: clamp(34px, 3.45vw, 48px);
  line-height: .96;
  text-wrap: balance;
  overflow-wrap: normal;
}
.article-page .delivery-intro p {
  max-width: 520px;
}
@media (max-width: 900px) {
  .article-page .article-question-list .gate-content {
    grid-template-columns: 1fr;
  }
  .article-page .article-question-list .gate-content h3,
  .article-page .article-question-list .gate-content p,
  .article-page .article-question-list .gate-checks {
    grid-column: auto;
    grid-row: auto;
  }
  .article-page .delivery-sheet {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .insight-card h3 { font-size: 30px; }
  .article-page .page-title h1,
  .insights-page .page-title h1 { font-size: clamp(44px, 13vw, 62px); }
  .article-page .proof-grid-service { grid-template-columns: 1fr; }
  .article-page .proof-item strong,
  .article-page .proof-item span { overflow-wrap: anywhere; }
  .article-red-flags.cards.four { grid-template-columns: 1fr !important; }
}


/* Homepage team photo grid */
.team-section { padding-top: 64px; }
.team-head { align-items: end; }
.team-head h2 { margin-bottom: 0; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
}
.team-grid { align-items: start; }
.team-person { min-width: 0; display: grid; grid-template-rows: auto auto; align-content: start; align-items: start; gap: 12px; }
.team-copy { align-self: start; }
.team-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
  background: #151313;
  border: 1px solid rgba(25,23,22,.10);
  box-shadow: 0 14px 34px rgba(25,23,22,.10);
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-photo-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(199,41,32,.92), rgba(28,24,23,.96)),
    var(--red);
  box-shadow: none;
}
.team-photo-placeholder::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,250,242,.20);
  border-radius: 7px;
}
.team-photo-placeholder span {
  position: relative;
  z-index: 1;
  color: rgba(255,250,242,.78);
  font: 800 11px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.team-copy h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.045em;
}
.team-role {
  margin: -1px 0 8px;
  color: var(--red);
  font: 800 10px/1.25 var(--mono);
  letter-spacing: .035em;
  text-transform: uppercase;
}
.team-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.42;
}
@media (max-width: 1100px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .team-section { padding-top: 48px !important; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .team-photo { border-radius: 8px; }
  .team-copy h3 { font-size: 16px; margin-bottom: 5px; }
  .team-role { font-size: 8.5px; line-height: 1.22; margin-bottom: 7px; }
  .team-copy p { font-size: 12px; line-height: 1.36; }
  .team-photo-placeholder::after { inset: 8px; }
}
@media (max-width: 380px) {
  .team-grid { gap: 20px 10px; }
  .team-copy h3 { font-size: 15px; }
  .team-copy p { font-size: 11.5px; }
}

/* Partner program page */
.partner-page .partner-hero .hero-actions { margin-top: 28px; }
.partner-page .partner-commission { padding-top: 54px; }
.partner-commission-card h2 { font-size: clamp(42px, 5.4vw, 76px); line-height: .92; letter-spacing: -.055em; margin: 0 0 18px; }
.partner-examples { display: grid; gap: 12px; }
.partner-example { border-top: 1px solid var(--line); padding-top: 14px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: baseline; }
.partner-example strong { color: var(--red); font-size: clamp(30px, 4vw, 48px); line-height: .95; letter-spacing: -.055em; }
.partner-example span { font-weight: 800; color: var(--ink); }
.partner-note { margin-top: 18px; font-size: 13px; }
.partner-card { min-height: 230px; }
.partner-card p { margin: 0; }
.partner-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: partner-step; }
.partner-step { border-top: 1px solid var(--line); padding-top: 18px; min-width: 0; }
.partner-step > span { display: block; color: var(--red); font: 800 12px/1 var(--mono); letter-spacing: .12em; margin-bottom: 18px; }
.partner-step h3 { margin: 0 0 10px; font-size: clamp(24px, 2.4vw, 34px); line-height: .98; letter-spacing: -.045em; }
.partner-step p { margin: 0; color: var(--muted); line-height: 1.48; font-size: 14px; }
.partner-divider { border: 0; border-top: 1px solid var(--line); margin: 28px 0 22px; }
.partner-page .callout .btn { margin-top: 22px; }
@media (max-width: 980px) {
  .partner-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
}
@media (max-width: 700px) {
  .partner-page .partner-hero .hero-actions { align-items: stretch; }
  .partner-page .partner-hero .hero-actions .btn { width: 100%; }
  .partner-example { grid-template-columns: 1fr; gap: 6px; }
  .partner-steps { grid-template-columns: 1fr; }
  .partner-card { min-height: 0; }
}

.partner-rules-section { padding-top: 76px; }
.partner-rules-layout {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.55fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5vw, 66px) 0;
}
.partner-rules-intro { position: sticky; top: 96px; }
.partner-rules-intro h2 {
  margin: 0 0 18px;
  max-width: 620px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: .92;
  letter-spacing: -.055em;
}
.partner-rules-intro p { max-width: 520px; }
.partner-rules-board { display: grid; gap: 0; }
.partner-rule-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: start;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.partner-rule-row:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.partner-rule-row > span {
  color: var(--red);
  font: 800 13px/1 var(--mono);
  letter-spacing: .14em;
  padding-top: 8px;
}
.partner-rule-row h3 {
  margin: 0 0 10px;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .94;
  letter-spacing: -.052em;
}
.partner-rule-row p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.48;
}
.partner-boundary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 18px;
  margin-top: 18px;
}
.partner-boundary-card {
  border: 1px solid var(--line);
  background: rgba(255,250,242,.7);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 34px);
}
.partner-boundary-card.is-warning {
  background: linear-gradient(135deg, rgba(201,59,46,.09), rgba(255,250,242,.78) 56%);
  border-color: rgba(201,59,46,.28);
}
.partner-boundary-card h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: .98;
  letter-spacing: -.048em;
}
.partner-boundary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}
@media (max-width: 980px) {
  .partner-rules-layout { grid-template-columns: 1fr; gap: 32px; }
  .partner-rules-intro { position: static; }
  .partner-boundary-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .partner-rules-section { padding-top: 52px; }
  .partner-rules-layout { padding: 30px 0; }
  .partner-rule-row { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding-bottom: 22px; margin-bottom: 22px; }
  .partner-rule-row h3 { font-size: clamp(28px, 10vw, 40px); }
}

/* Partner payout rules compact pass */
.partner-page .partner-rules-section { padding-top: 52px; }
.partner-page .partner-rules-layout {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.65fr);
  gap: clamp(24px, 3.6vw, 54px);
  padding: clamp(26px, 3.6vw, 44px) 0;
}
.partner-page .partner-rules-intro h2 {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: .98;
  letter-spacing: -.048em;
  margin-bottom: 14px;
}
.partner-page .partner-rules-intro p {
  max-width: 440px;
  font-size: 15px;
  line-height: 1.5;
}
.partner-page .partner-rule-row {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.partner-page .partner-rule-row > span { padding-top: 5px; font-size: 12px; }
.partner-page .partner-rule-row h3 {
  font-size: clamp(24px, 2.45vw, 36px);
  line-height: 1;
  letter-spacing: -.045em;
  margin-bottom: 7px;
}
.partner-page .partner-rule-row p {
  font-size: 14px;
  line-height: 1.48;
  max-width: 680px;
}
.partner-page .partner-boundary-grid { margin-top: 14px; gap: 14px; }
.partner-page .partner-boundary-card { padding: clamp(18px, 2.4vw, 26px); }
.partner-page .partner-boundary-card h3 {
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1;
  margin-bottom: 10px;
}
.partner-page .partner-boundary-card p { font-size: 14px; line-height: 1.5; }
@media (max-width: 700px) {
  .partner-page .partner-rules-section { padding-top: 42px; }
  .partner-page .partner-rules-layout { padding: 24px 0; }
  .partner-page .partner-rule-row { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding-bottom: 18px; margin-bottom: 18px; }
  .partner-page .partner-rule-row h3 { font-size: clamp(23px, 7vw, 30px); }
}

/* Partner payout rules smaller card grid */
.partner-page .partner-rules-compact-section { padding: 56px 0; }
.partner-page .partner-rules-compact-section .partner-rules-head { margin-bottom: 22px; }
.partner-page .partner-rules-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.partner-page .partner-rules-compact-grid article {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  min-width: 0;
}
.partner-page .partner-rules-compact-grid span {
  display: block;
  color: var(--red);
  font: 800 12px/1 var(--mono);
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.partner-page .partner-rules-compact-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: .98;
  letter-spacing: -.045em;
}
.partner-page .partner-rules-compact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.partner-page .partner-rules-note {
  margin-top: 24px;
  border: 1px solid rgba(201,59,46,.24);
  background: linear-gradient(135deg, rgba(201,59,46,.07), rgba(255,250,242,.78));
  border-radius: 12px;
  padding: 18px 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.partner-page .partner-rules-note strong { color: var(--ink); }
@media (max-width: 980px) {
  .partner-page .partner-rules-compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
}
@media (max-width: 700px) {
  .partner-page .partner-rules-compact-section { padding: 44px 0; }
  .partner-page .partner-rules-compact-grid { grid-template-columns: 1fr; gap: 18px; }
  .partner-page .partner-rules-compact-grid article { padding-top: 14px; }
}

/* Partner payout rules heading scale */
.partner-page .partner-rules-head h2 {
  max-width: 780px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .96;
  letter-spacing: -.052em;
}
.partner-page .partner-rules-head > .muted { max-width: 760px; }
@media (max-width: 700px) {
  .partner-page .partner-rules-head h2 { font-size: clamp(34px, 10vw, 44px); }
}

/* Partner payout terms strip */
.partner-page .partner-terms-section { padding: 46px 0; }
.partner-page .partner-terms-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,250,242,.72);
  padding: clamp(22px, 3vw, 34px);
}
.partner-page .partner-terms-head {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.partner-page .partner-terms-head h2 {
  margin: 0;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: .96;
  letter-spacing: -.052em;
}
.partner-page .partner-terms-head p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.5;
}
.partner-page .partner-terms-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin-top: 8px;
}
.partner-page .partner-terms-list > div {
  position: relative;
  display: grid;
  grid-template-columns: minmax(145px, .44fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.partner-page .partner-terms-list > div::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  position: absolute;
  left: 0;
  top: 25px;
}
.partner-page .partner-terms-list span {
  display: block;
  padding-left: 18px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -.018em;
}
.partner-page .partner-terms-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}
.partner-page .partner-terms-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.partner-page .partner-terms-note strong { color: var(--red); }
@media (max-width: 980px) {
  .partner-page .partner-terms-head { grid-template-columns: 1fr; align-items: start; gap: 12px; }
  .partner-page .partner-terms-list { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .partner-page .partner-terms-section { padding: 38px 0; }
  .partner-page .partner-terms-card { padding: 18px; border-radius: 12px; }
  .partner-page .partner-terms-list > div { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .partner-page .partner-terms-list p { padding-left: 18px; }
}

/* Partner terms strip final scale */
.partner-page .partner-terms-head h2 {
  font-size: clamp(30px, 3.15vw, 46px);
  line-height: .98;
}
.partner-page .partner-terms-card { padding-top: clamp(20px, 2.7vw, 30px); padding-bottom: clamp(20px, 2.7vw, 30px); }


/* Partner lead form */
.partner-lead-section { padding-top: 34px; }
.partner-lead-split { align-items: stretch; }
.partner-lead-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.partner-lead-copy .muted { max-width: 620px; }
.partner-lead-hints { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.partner-lead-hints span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255,250,242,.54);
  font: 800 11px/1 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.partner-lead-form { margin-top: 18px; }
.partner-lead-form .textarea { min-height: 150px; }
@media (max-width: 760px) {
  .partner-lead-section { padding-top: 22px; }
  .partner-lead-hints { gap: 7px; }
  .partner-lead-hints span { font-size: 10px; padding: 7px 9px; }
}


/* Partner intro guide and privacy note */
.partner-intro-guide { padding-top: 34px; }
.partner-intro-split { align-items: stretch; }
.partner-good-lead-card h2 { font-size: clamp(34px, 4vw, 52px); }
.partner-check-list { display: grid; gap: 12px; margin-top: 24px; }
.partner-check-list > div { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 12px; align-items: start; }
.partner-check-list span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); margin-top: 8px; }
.partner-check-list p { margin: 0; color: var(--muted); line-height: 1.5; }
.partner-intro-template-card { background: rgba(25,23,22,.035); }
.partner-intro-template { display: grid; gap: 12px; margin-top: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,250,242,.66); }
.partner-intro-template p { margin: 0; color: var(--muted); line-height: 1.55; }
.partner-privacy-section { padding: 34px 0; }
.partner-privacy-card { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: 28px; align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-top: 26px; padding-bottom: 26px; }
.partner-privacy-card h2 { font-size: clamp(30px, 3.15vw, 46px); line-height: .98; }
.partner-privacy-card p { margin: 0; color: var(--muted); line-height: 1.55; max-width: 820px; }
@media (max-width: 900px) {
  .partner-privacy-card { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 700px) {
  .partner-intro-guide { padding-top: 22px; }
  .partner-privacy-section { padding: 28px 0; }
  .partner-intro-template { padding: 15px; }
}


/* Partner good lead editorial board */
.partner-good-lead-section { padding-top: 34px; }
.partner-good-lead-board { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-top: clamp(28px, 4vw, 46px); padding-bottom: clamp(28px, 4vw, 46px); }
.partner-good-lead-head { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.partner-good-lead-head h2 { font-size: clamp(36px, 4.6vw, 58px); line-height: .98; }
.partner-good-lead-head p { margin: 0; color: var(--muted); line-height: 1.55; max-width: 820px; }
.partner-good-lead-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.partner-good-lead-grid article { min-width: 0; border-top: 1px solid rgba(25,23,22,.18); padding-top: 18px; }
.partner-good-lead-grid span { display: block; color: var(--red); font: 900 12px/1 var(--mono); letter-spacing: .12em; margin-bottom: 18px; }
.partner-good-lead-grid h3 { margin: 0 0 10px; font-size: clamp(23px, 2.25vw, 32px); line-height: 1; letter-spacing: -.04em; }
.partner-good-lead-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.48; }
@media (max-width: 980px) {
  .partner-good-lead-head { grid-template-columns: 1fr; align-items: start; gap: 12px; }
  .partner-good-lead-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
}
@media (max-width: 620px) {
  .partner-good-lead-section { padding-top: 22px; }
  .partner-good-lead-grid { grid-template-columns: 1fr; }
}


/* Partner lead form simplified */
.partner-lead-form-container { max-width: 820px; }
.partner-lead-form-card { width: 100%; }
.partner-lead-form-card h3 { max-width: 700px; }
