/* Selbst gehostete Schriften (SIL Open Font License).
   Kein Laden von Google-Servern, keine Datenuebertragung an Dritte. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Inter-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Inter-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Inter-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Inter-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Manrope-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Manrope-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Manrope-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Manrope-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/Manrope-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --bg: #ffffff;
  --bg-soft: #f5f3f4;
  --paper: #fafafa;
  --ink: #1a1a1a;
  --ink-2: #494649;
  --muted: #8a868a;
  --line: #e6e2e4;
  --line-soft: #efedee;
  --line-strong: #c4bdc1;
  --accent: #a8245a;
  --accent-soft: #c84a82;
  --accent-ink: #fff;
  --max: 1180px;
  --gutter: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }

p { margin: 0 0 1em; }

em { font-style: italic; }
strong { font-weight: 600; }

/* ---------- Topbar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--gutter);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}

.wordmark {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
.wordmark .long {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.wordmark .num {
  font-style: italic;
  color: var(--accent);
  margin-left: 6px;
}
.wordmark .alias {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  border: 1px solid var(--line-strong);
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1;
  align-self: center;
}

.topbar nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.topbar nav a { color: var(--ink-2); transition: color 0.2s; }
.topbar nav a:hover { color: var(--ink); }
.topbar nav a.primary {
  background: var(--ink);
  color: var(--paper);
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 500;
}
.topbar nav a.primary:hover { background: var(--accent); color: #fff; }
.topbar nav a.lang {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  line-height: 1;
}
.topbar nav a.lang:hover { border-color: var(--ink); color: var(--ink); }

/* ---------- Layout primitives ---------- */
main { display: block; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) var(--gutter);
  border-top: 1px solid var(--line-soft);
}

.kicker {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 500;
  margin: 0 0 20px;
}

h1, h2, h3 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}

h2 {
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.05;
  max-width: 22ch;
  margin: 0 0 32px;
}

h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 500;
}

.prose {
  max-width: 64ch;
  font-size: 18px;
  color: var(--ink-2);
}
.prose p { margin: 0 0 1.1em; }
.prose .highlight {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-top: 32px;
}
.prose .highlight em {
  color: var(--accent);
  font-style: italic;
}

.prose.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  max-width: none;
}
.prose.two-col h3 { margin-top: 28px; }
.prose.two-col h3:first-child { margin-top: 0; }

/* ---------- Brand banner ---------- */
.brand-banner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px) var(--gutter) 0;
}
.brand-banner svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 760px;
  margin: 0 auto;
}

/* ---------- Hero ---------- */
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) var(--gutter) clamp(56px, 7vw, 88px);
}
.hero .eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 24px;
}
.hero h1 {
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 400;
  max-width: 22ch;
  margin: 0 0 28px;
}
.hero h1 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}
.hero .lede {
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.45;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0 0 32px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: var(--ink);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.btn:hover { background: var(--accent); color: #fff; transform: translateY(-1px); }
.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn.ghost:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn.large {
  padding: 18px 30px;
  font-size: 16px;
}

/* ---------- Two paths ---------- */
.paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.path {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 36px 32px;
}
.path-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(26px, 2.6vw, 32px);
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: var(--ink);
}
.path-tag {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.path dl {
  margin: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  row-gap: 16px;
  column-gap: 24px;
  font-size: 16px;
  padding-top: 0;
}
.path dt {
  color: var(--muted);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-self: baseline;
  padding-top: 2px;
}
.path dd {
  margin: 0;
  color: var(--ink-2);
}

/* ---------- Values ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.values article {
  padding: 32px 28px 0 0;
  border-right: 1px solid var(--line);
}
.values article:last-child { border-right: 0; padding-right: 0; }
.values article + article { padding-left: 28px; }
.values article p { color: var(--ink-2); margin: 0 0 1em; }
.values ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 16px;
}
.values ul li {
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--line-soft);
  color: var(--ink-2);
  position: relative;
}
.values ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 1px;
  background: var(--accent);
}
.values ul li:last-child { border-bottom: 1px solid var(--line-soft); }

.quote {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin-top: 22px !important;
  padding-left: 16px;
  border-left: 2px solid var(--accent);
}

/* ---------- Expectations ---------- */
.expect {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
}
.expect > div { min-width: 0; }
.lead-line {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 500;
  margin: 28px 0 12px;
}
.lead-line:first-of-type { margin-top: 16px; }
.lead-line.spaced { margin-top: 40px; }

.dotlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dotlist li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 16px;
  color: var(--ink-2);
  align-items: baseline;
}
.dotlist li:last-child { border-bottom: 1px solid var(--line-soft); }
.dotlist li span {
  color: var(--ink);
  font-weight: 500;
}
.dotlist li em { font-style: normal; color: var(--ink-2); }
.dotlist.tight li { padding: 11px 0; }

.flatlist {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.flatlist li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 500;
}

/* ---------- Ideas ---------- */
.ideas {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
.ideas li {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.ideas li:nth-child(2n) { border-right: 0; }
.ideas li span {
  font-family: "Manrope", "Inter", sans-serif;
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  min-width: 32px;
}
.ideas li p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.footnote {
  margin-top: 22px;
  font-size: 14.5px;
  color: var(--muted);
  max-width: 60ch;
  font-style: italic;
}

/* ---------- Apply ---------- */
.section.apply {
  background: var(--bg-soft);
  border-radius: 10px;
  border-top: 0;
  padding: clamp(48px, 6vw, 80px) clamp(28px, 4vw, 56px);
  max-width: calc(var(--max) - 2 * var(--gutter));
}
.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-bottom: 56px;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.steps li {
  counter-increment: step;
  position: relative;
  padding: 16px 0 16px 50px;
  border-top: 1px solid var(--line-soft);
  font-size: 17px;
  color: var(--ink-2);
}
.steps li:last-child { border-bottom: 1px solid var(--line-soft); }
.steps li:before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 17px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 16px;
  color: var(--accent);
  font-weight: 500;
}

.cta {
  margin-top: 8px;
  padding: 40px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 32px;
  align-items: center;
}
.cta-text {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--paper);
  margin: 0;
}
.cta .btn {
  background: var(--paper);
  color: var(--ink);
}
.cta .btn:hover { background: var(--accent); color: #fff; }
@media (max-width: 720px) {
  .cta { grid-template-columns: 1fr; padding: 28px; }
}

/* ---------- Apply: journey timeline ---------- */
.journeys {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  margin-top: 12px;
}
.journey-label {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 22px;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: tl;
}
.timeline li {
  counter-increment: tl;
  position: relative;
  padding: 0 0 22px 44px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-2);
}
.timeline li:last-child { padding-bottom: 2px; }
.timeline li::before {
  content: counter(tl);
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  color: var(--accent);
  background: var(--bg-soft);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline li::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 28px;
  bottom: 0;
  width: 1px;
  background: var(--line-strong);
}
.timeline li:last-child::after { display: none; }

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding: 40px var(--gutter) 28px;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.foot-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.foot-mark {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 24px;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.foot-brand p:last-child { color: var(--muted); margin: 0; }
.foot-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin: 0 0 10px;
  font-weight: 500;
}
.foot-meta p { margin: 0 0 4px; color: var(--ink-2); font-size: 15px; }
.foot-meta a { color: var(--accent); }

.foot-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line-soft);
  padding-top: 22px;
  font-size: 14px;
  color: var(--muted);
}
.foot-bottom p { margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .topbar nav { gap: 16px; }
  .topbar nav a:not(.primary):not(.lang) { display: none; }

  .paths,
  .values,
  .expect,
  .journeys,
  .ideas,
  .prose.two-col {
    grid-template-columns: 1fr;
  }
  .values article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 36px 0;
  }
  .values article:last-child { border-bottom: 0; }
  .values article + article { padding-left: 0; }
  .ideas li:nth-child(2n) { border-right: 1px solid var(--line); }
  .ideas li { border-right: 0; }

  .path dl { grid-template-columns: 140px 1fr; }
  .dotlist li { grid-template-columns: 1fr; gap: 4px; }
  .foot-top { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .path dl { grid-template-columns: 1fr; gap: 4px; }
  .path dt { padding-top: 12px; }
  .ideas li p { font-size: 16px; }
}

/* ---------- Warum H36 ---------- */
.path-list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}
.path-list li {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.path-list .struck {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--accent);
}
.path-list .answer {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}
.path-explanation {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 60ch;
  line-height: 1.55;
  margin: 0 0 24px;
}
.path-conclusion {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--ink);
  max-width: 64ch;
  margin: 36px 0 0;
  padding: 28px 32px;
  background: var(--paper);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  position: relative;
}
.path-conclusion::before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: 18px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: var(--accent);
  opacity: 0.35;
}

/* ---------- Legal pages ---------- */
.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) var(--gutter) 80px;
}
.legal-h1 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 36px;
  color: var(--ink);
}
.legal-prose { color: var(--ink-2); font-size: 17px; line-height: 1.6; }
.legal-prose h3 {
  font-size: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 36px 0 10px;
}
.legal-prose h3:first-child { margin-top: 12px; }
.legal-prose p { margin: 0 0 14px; }
.legal-prose a { color: var(--accent); }
.legal-prose .legal-lead {
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 28px;
}
.legal-prose .legal-meta {
  font-size: 14px;
  color: var(--muted);
  margin-top: 36px;
  font-style: italic;
}
.legal-back { margin-top: 56px; font-size: 15px; }
.legal-back a { color: var(--ink-2); }
.legal-back a:hover { color: var(--accent); }
.legal-footer {
  border-top: 1px solid var(--line-soft);
  margin: 60px auto 0;
  padding: 24px var(--gutter);
  max-width: var(--max);
}
.legal-footer .foot-bottom {
  border-top: 0;
  padding-top: 0;
}
.legal-footer .foot-bottom a { color: var(--muted); }
.legal-footer .foot-bottom a:hover { color: var(--accent); }

/* ---------- Whitepaper page ---------- */
.wp-body { background: var(--bg); }
.wp {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) var(--gutter) 80px;
}
.wp-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.wp-cover {
  border-bottom: 1px solid var(--line);
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.wp-eyebrow {
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin: 0 0 24px;
}
.wp-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: var(--ink);
}
.wp-title em { color: var(--accent); font-style: italic; }
.wp-sub {
  font-size: 19px;
  color: var(--ink-2);
  margin: 0 0 32px;
}
.wp-question {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
  max-width: 26ch;
}
.wp-section { margin-bottom: 56px; }
.wp-section h2 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  color: var(--ink);
  display: flex;
  gap: 18px;
  align-items: baseline;
}
.wp-section h2 span {
  font-size: 16px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wp-section h3 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--ink);
  margin: 28px 0 10px;
}
.wp-section p {
  margin: 0 0 14px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.6;
}
.wp-section ul, .wp-section ol {
  margin: 0 0 14px;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.6;
}
.wp-section ul li, .wp-section ol li { margin-bottom: 6px; }
.wp-section blockquote {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  color: var(--ink);
  margin: 18px 0 22px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
}
.wp-italic { font-style: italic; color: var(--muted) !important; }

.wp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 16px;
  font-size: 16px;
}
.wp-table th, .wp-table td {
  text-align: left;
  vertical-align: top;
  padding: 12px 14px 12px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-2);
}
.wp-table thead th {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.wp-table tbody th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 500;
  width: 32%;
}

.wp-footer {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  margin-top: 32px;
  font-size: 15px;
  color: var(--ink-2);
}
.wp-footer .wp-meta { color: var(--muted); margin-top: 8px; font-size: 13px; }
.wp-footer a { color: var(--accent); }

/* ---------- Style Guide ---------- */
.sg-body { background: var(--bg); }
.sg {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) var(--gutter) 80px;
}

.sg-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 56px;
  margin-bottom: 40px;
}
.sg-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: var(--ink);
}
.sg-title em { color: var(--accent); font-style: italic; }
.sg-lead {
  font-size: 19px;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0 0 28px;
  line-height: 1.5;
}
.sg-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.sg-section {
  border-top: 1px solid var(--line-soft);
  padding: 56px 0;
}
.sg-section h2 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
  color: var(--ink);
}

.sg-grid.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  margin-bottom: 16px;
}

.sg-eyebrow {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 500;
  margin: 0 0 12px;
}
.sg-eyebrow.spaced { margin-top: 40px; }

.sg-quote {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
  max-width: 30ch;
}
.sg-meta {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0 0 8px;
}
.sg-meta code {
  font-family: "JetBrains Mono", "SF Mono", Menlo, monospace;
  font-size: 13.5px;
  color: var(--ink);
  background: rgba(14, 14, 12, 0.06);
  padding: 2px 6px;
  border-radius: 3px;
}

/* Lists */
.sg-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sg-list li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 16px;
  color: var(--ink-2);
  align-items: baseline;
  line-height: 1.5;
}
.sg-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.sg-list li span {
  color: var(--ink);
  font-weight: 500;
  font-size: 15px;
}
.sg-list li em { font-style: normal; color: var(--ink-2); }
.sg-list li a { color: var(--accent); }
.sg-list.compact li { padding: 10px 0; }

.sg-dont {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sg-dont li {
  padding: 14px 0 14px 28px;
  border-top: 1px solid var(--line-soft);
  position: relative;
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.5;
}
.sg-dont li:last-child { border-bottom: 1px solid var(--line-soft); }
.sg-dont li:before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--accent);
  font-weight: 600;
}

/* Mark display */
.sg-mark-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
.sg-mark-row.single { grid-template-columns: 1fr; }
.sg-mark-cell {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sg-mark-display {
  background: var(--bg-soft);
  border: 1px solid var(--line-soft);
  padding: 56px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 140px;
}
.sg-mark-display.center { justify-content: center; }
.sg-mark-display.lockup { gap: 14px; align-items: center; }

.sg-wm-long {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.sg-wm-long .sg-wm-num {
  color: var(--accent);
  margin-left: 10px;
}
.sg-h36 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 88px;
  letter-spacing: -0.03em;
  color: var(--accent);
  line-height: 1;
}
.sg-wm-alias {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

/* Color swatches */
.sg-swatches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
  margin-bottom: 16px;
}
.sg-swatch { display: flex; flex-direction: column; gap: 8px; }
.sg-chip {
  width: 100%;
  aspect-ratio: 16 / 7;
  border: 1px solid var(--line-soft);
}
.sg-color-name {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  margin: 6px 0 0;
}
.sg-color-hex {
  font-family: "JetBrains Mono", "SF Mono", Menlo, monospace;
  font-size: 13.5px;
  color: var(--accent);
  margin: 0;
  letter-spacing: 0.02em;
}
.sg-color-use {
  font-size: 14px;
  color: var(--ink-2);
  margin: 4px 0 0;
  line-height: 1.45;
}

/* Type specimens */
.sg-type-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  margin-bottom: 24px;
}
.sg-type-cell { display: flex; flex-direction: column; gap: 12px; }
.sg-type-specimen {
  font-size: 92px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--ink);
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
}
.sg-type-specimen.serif { font-family: "Manrope", "Inter", sans-serif; font-weight: 400; }
.sg-type-specimen.sans { font-family: "Inter", sans-serif; font-weight: 600; }

.sg-typescale {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}
.sg-typescale > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: baseline;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
}
.sg-typescale > div:last-child { border-bottom: 0; }
.sg-tscale-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 500;
}

/* Voice & tone */
.sg-vt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.sg-vt-cell {
  padding: 22px 24px;
  border-left: 3px solid var(--line);
  background: transparent;
}
.sg-vt-cell.good { border-left-color: var(--accent); }
.sg-vt-cell.bad { border-left-color: rgba(14, 14, 12, 0.32); }
.sg-vt-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin: 0 0 8px;
}
.sg-vt-cell.good .sg-vt-label { color: var(--accent); }
.sg-vt-cell.bad .sg-vt-label { color: var(--muted); }
.sg-vt-text {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
}
.sg-vt-cell.bad .sg-vt-text { color: var(--muted); }

/* Instagram mockups */
.sg-ig-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 16px;
}
.sg-ig-post { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.sg-ig-post-canvas {
  aspect-ratio: 1;
  background: var(--bg);
  border: 1px solid var(--line-soft);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.sg-ig-post-canvas.type-headline { background: var(--accent); }
.sg-ig-mark {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.sg-ig-mark.light { color: var(--bg); }
.sg-ig-headline {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
.sg-ig-big {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 100px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--bg);
  margin: 0;
  font-weight: 400;
}
.sg-ig-foot {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  letter-spacing: 0.04em;
}
.sg-ig-foot.light { color: var(--bg); opacity: 0.85; }
.sg-ig-kicker {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 500;
}
.sg-ig-stack {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.sg-ig-stack li {
  padding: 4px 0;
}
.sg-ig-stack li.struck {
  color: rgba(14, 14, 12, 0.36);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(14, 14, 12, 0.5);
}
.sg-ig-stack li.answer {
  color: var(--accent);
  font-weight: 500;
}
.sg-ig-post figcaption {
  font-size: 13px;
  color: var(--muted);
  text-align: left;
  font-style: italic;
}

/* Quick rules */
.sg-rules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.sg-rules li {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sg-rules li span {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.sg-rules li p {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
}

/* Style guide responsive */
@media (max-width: 900px) {
  .sg-grid.two,
  .sg-mark-row,
  .sg-type-row,
  .sg-vt-grid,
  .sg-ig-row,
  .sg-rules {
    grid-template-columns: 1fr;
  }
  .sg-swatches { grid-template-columns: repeat(2, 1fr); }
  .sg-list li { grid-template-columns: 1fr; gap: 4px; }
  .sg-typescale > div { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 560px) {
  .sg-swatches { grid-template-columns: 1fr; }
  .sg-type-specimen { font-size: 64px; }
  .sg-h36 { font-size: 64px; }
  .sg-wm-long { font-size: 28px; }
}

/* Style guide print */
@media print {
  .sg-section { page-break-inside: avoid; }
  .sg-ig-post-canvas.type-headline { background: #f4f1ea !important; -webkit-print-color-adjust: exact; }
}

/* ---------- Team page ---------- */
.team-block { margin-top: 56px; }
.team-block:first-of-type { margin-top: 32px; }
.kicker.spaced { margin-top: 0; margin-bottom: 28px; }

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.team-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0 20px;
}
.team-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 8px;
}
.team-card h3 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  letter-spacing: -0.01em;
}
.team-card .team-role {
  font-size: 14px;
  color: var(--accent);
  margin: 0 0 6px;
  font-weight: 500;
}
.team-card .team-bio {
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0;
}
.team-card .team-links { font-size: 14px; margin: 4px 0 0; }
.team-card .team-links a { color: var(--accent); }

.role-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.role-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  gap: 24px;
}
.role-list .role-name {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 19px;
  color: var(--ink);
  font-weight: 500;
}
.role-list .role-status {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 500;
}

/* ---------- Press page ---------- */
.press-block { margin-top: 48px; }
.press-block:first-of-type { margin-top: 28px; }
.press-contact {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.press-contact-name {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--ink);
}
.press-contact-role {
  font-size: 14px;
  color: var(--accent);
  margin: 0 0 16px;
  font-weight: 500;
}
.press-contact-line {
  font-size: 16px;
  color: var(--ink-2);
  margin: 0 0 4px;
}
.press-contact-line a { color: var(--accent); }

.blog-stub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.blog-stub {
  border-left: 2px solid var(--line);
  padding: 4px 0 4px 18px;
  opacity: 0.62;
}
.blog-stub-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin: 0 0 10px;
  font-weight: 500;
}
.blog-stub-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 8px;
}
.blog-stub-snippet {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
  margin: 0;
}

.dotlist.compact li { padding: 11px 0; }

/* ---------- FAQ page ---------- */
.faq-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  counter-reset: faq;
  border-top: 1px solid var(--line);
}
.faq-item {
  counter-increment: faq;
  padding: 32px 0;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.faq-item::before {
  content: counter(faq, decimal-leading-zero);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 14px;
  color: var(--accent);
  position: absolute;
  top: 36px;
  left: -52px;
  font-weight: 500;
}
.faq-q {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 14px;
}
.faq-a { font-size: 16.5px; color: var(--ink-2); line-height: 1.6; }
.faq-a p { margin: 0 0 12px; }
.faq-a p:last-child { margin: 0; }
.faq-a a { color: var(--accent); }

@media (max-width: 700px) {
  .faq-item::before { display: none; }
}

/* ---------- Newsletter page ---------- */
.newsletter-page {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) var(--gutter) 80px;
}
.newsletter-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: var(--ink);
}
.newsletter-lead {
  font-size: 19px;
  color: var(--ink-2);
  line-height: 1.5;
  margin: 0 0 36px;
  max-width: 56ch;
}
.newsletter-form-wrap {
  border: 1px solid var(--line);
  padding: 24px;
  margin: 0 0 16px;
  background: transparent;
}
.newsletter-fallback {
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
  margin: 0 0 32px;
}
.newsletter-rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 32px 0;
}

/* ---------- Templates index ---------- */
.template-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.template-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
}
.template-num {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 22px;
  color: var(--accent);
  font-weight: 500;
}
.template-item h3 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: var(--ink);
}
.template-item p {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0 0 10px;
  max-width: 60ch;
}
.template-item .template-action { margin-top: 6px; font-size: 14.5px; }
.template-item .template-action a { color: var(--accent); font-weight: 500; }
.template-stub {
  color: var(--muted) !important;
  font-style: italic;
}
.template-pending h3, .template-pending .template-num { color: var(--muted); }

/* ---------- Templates content (signature, code, etc.) ---------- */
.signature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  margin-top: 32px;
}
.sig-line {
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 4px;
  letter-spacing: 0.5px;
}
.sig-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin: 0;
  font-weight: 500;
}

.sig-preview {
  border: 1px solid var(--line);
  padding: 24px;
  margin: 0 0 32px;
  background: transparent;
}

.code-block {
  background: rgba(14, 14, 12, 0.045);
  border: 1px solid var(--line-soft);
  padding: 18px 20px;
  font-family: "JetBrains Mono", "SF Mono", Menlo, monospace;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-2);
  overflow-x: auto;
  margin: 0 0 28px;
  white-space: pre-wrap;
}
.code-block code { font-family: inherit; color: inherit; }

/* ---------- One-Pager ---------- */
.op-body { background: var(--bg); }
.op-page {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) var(--gutter) 80px;
}
.op-actions { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }

.op-sheet {
  background: var(--bg);
  padding: 0;
}
.op-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 28px;
  margin-bottom: 28px;
  gap: 24px;
}
.op-eyebrow {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 500;
}
.op-title {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  color: var(--ink);
}
.op-title em { color: var(--accent); font-style: italic; }
.op-tagline {
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
}
.op-h36 {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}

.op-question {
  border-left: 2px solid var(--accent);
  padding: 6px 0 6px 18px;
  margin: 0 0 36px;
}
.op-question p {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
}

.op-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.op-col h2 {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 600;
  margin: 18px 0 10px;
}
.op-col h2:first-child { margin-top: 0; }
.op-col p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0 0 14px;
}

.op-strike {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.op-strike li.struck {
  color: rgba(14, 14, 12, 0.36);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.op-strike li.answer { color: var(--accent); font-weight: 500; }

.op-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 0 14px;
}
.op-table th, .op-table td {
  padding: 10px 12px 10px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line-soft);
}
.op-table th {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--ink);
  width: 35%;
  font-size: 13px;
}
.op-table td { color: var(--ink-2); }

.op-bullets {
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
}
.op-bullets li { margin-bottom: 4px; }

.op-foot {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--muted);
}
.op-foot p { margin: 0; }

@media print {
  .op-actions, .topbar, .legal-footer { display: none !important; }
  body, .op-body { background: white; color: #111; }
  .op-page { max-width: none; padding: 0; }
  .op-sheet { padding: 0; }
  .op-cols { gap: 28px; }
  @page { size: A4; margin: 14mm; }
}

/* ---------- Responsive shared ---------- */
@media (max-width: 700px) {
  .team-grid, .blog-stub-grid, .op-cols { grid-template-columns: 1fr; }
  .signature-grid { grid-template-columns: 1fr; }
  .op-head { flex-direction: column; }
}

/* ---------- Recruiting Map ---------- */
.rmap-diagram-block { padding-top: 32px; }

.rmap-diagram {
  width: 100%;
  margin: 8px 0 24px;
  display: flex;
  justify-content: center;
}
.rmap-svg {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
}
.rmap-caption {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink);
  text-align: center;
  max-width: 56ch;
  margin: 0 auto;
  letter-spacing: -0.005em;
}

.rmap-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
  font-size: 15px;
}
.rmap-table thead th {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  padding: 10px 14px 10px 0;
}
.rmap-table tbody th {
  text-align: left;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -0.005em;
  width: 30%;
  vertical-align: top;
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid var(--line-soft);
}
.rmap-table tbody td {
  vertical-align: top;
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-2);
  line-height: 1.5;
}
.rmap-table tbody td:first-of-type {
  font-family: "Manrope", "Inter", sans-serif;
  color: var(--accent);
  font-weight: 500;
  font-size: 16px;
  width: 60px;
  white-space: nowrap;
}

.rmap-note {
  font-size: 14.5px;
  color: var(--muted);
  font-style: italic;
  margin: 8px 0 0;
  line-height: 1.5;
}

.rmap-trend {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 28px 0 8px;
  padding-left: 18px;
  position: relative;
}
.rmap-trend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--ink);
}
.rmap-trend.up::before { background: var(--accent); }
.rmap-trend.up { color: var(--accent); }
.rmap-trend.stable::before { background: var(--ink); }
.rmap-trend.stable { color: var(--ink); }
.rmap-trend.down::before { background: var(--muted); }
.rmap-trend.down { color: var(--muted); }
.rmap-trend.watch::before { background: transparent; border: 2px solid var(--accent); width: 8px; height: 8px; }
.rmap-trend.watch { color: var(--ink); }
.rmap-trend.avoid::before { background: transparent; border: 2px solid var(--muted); width: 8px; height: 8px; }
.rmap-trend.avoid { color: var(--muted); }

@media (max-width: 600px) {
  .rmap-table { font-size: 14px; }
  .rmap-table tbody th { width: 100%; display: block; padding-bottom: 4px; border-bottom: 0; }
  .rmap-table tbody td { display: block; padding-top: 0; }
  .rmap-table tbody td:first-of-type { width: auto; padding-bottom: 6px; }
}

@media print {
  .rmap-svg { max-width: 600px; }
  .rmap-trend { page-break-after: avoid; }
  .rmap-table tr { page-break-inside: avoid; }
  .wp-section { page-break-inside: auto; }
}

/* Print styles for whitepaper PDF export */
@media print {
  .no-print { display: none !important; }
  body { background: white; color: #111; font-size: 11pt; }
  .wp {
    max-width: none;
    padding: 0;
  }
  .wp-cover { padding-bottom: 24px; margin-bottom: 32px; }
  .wp-title { font-size: 48pt; }
  .wp-question { font-size: 16pt; }
  .wp-section { page-break-inside: avoid; margin-bottom: 28px; }
  .wp-section h2 { font-size: 18pt; }
  .wp-section h3 { font-size: 11pt; }
  .wp-section p, .wp-section ul, .wp-section ol { font-size: 11pt; }
  a { color: #c2410c; }
  @page { margin: 22mm 18mm; }
}
