/* Satellite pages share V2.5 foundations; their layout and state logic stay intact. */
html[data-edition="2.5"][data-surface="satellite"] {
  --fg: var(--ink);
  --fg-2: var(--ink-2);
  --fg-3: var(--ink-2);
  --fg-hover: var(--brand-strong);
  --rule: var(--line);
  --field-border: var(--line-strong);
  --accent: var(--brand);
  --accent-2: var(--link);
  --pos-text: #226547;
  --neg-text: #AF482B;
  --font-sans: var(--font-body);
  --font-mono: var(--font-body);
  --measure: 62ch;
}
html[data-edition="2.5"][data-surface="satellite"][data-theme="dark"] {
  --pos-text: #73D4A8;
  --neg-text: #F1A188
}
a {
  color: var(--ink)
}
.foot a {
  color: var(--ink-2)
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink)
}
.wrap {
  max-width: 1200px
}
.page-head {
  margin-bottom: 48px
}
.back {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.03em;
  gap: 10px
}
.back .logo-mark {
  width: 26px;
  height: 36px;
  background: transparent;
  border-radius: 0
}
.logo-mark img {
  display: block;
  width: 26px;
  height: 36px
}
html[data-theme="dark"] .logo-mark img {
  filter: brightness(1.35)
}
h1,h2,h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -.025em
}
h1 {
  font-size: clamp(32px,4.5vw,48px);
  line-height: 1.12
}
h2 {
  line-height: 1.25
}
p,li {
  font-size: 15px;
  line-height: 1.7
}
.lbl {
  display: none
}
.cta {
  background: var(--brand-strong);
  color: var(--brand-ink);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-family: var(--font-body);
  font-weight: 600;
  padding: 14px 24px
}
.cta:hover {
  background: var(--brand-strong)
}
.btn-danger {
  border-radius: 999px
}
.foot {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--ink-2)
}
/* Match the landing header controls, including the active pill height. */
html[data-edition="2.5"] .site-preferences {
  display: flex;
  align-items: center;
  gap: 8px;
}
html[data-edition="2.5"] .theme-toggle {
  box-sizing: border-box;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 10px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-2);
}
html[data-edition="2.5"] nav.lang {
  display: inline-flex;
  align-items: stretch;
  box-sizing: border-box;
  gap: 0;
  height: 40px;
  width: 82px;
  min-height: 0;
  padding: .2rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}
html[data-edition="2.5"] nav.lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: auto;
  min-height: 0;
  padding: .3rem .6rem;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink-2);
  border: 0;
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
}
html[data-edition="2.5"] nav.lang a[aria-current="page"] {
  background: var(--ink);
  color: var(--bg);
}
html[data-edition="2.5"] nav.lang a:not([aria-current="page"]):hover,
html[data-edition="2.5"] .theme-toggle:hover {
  color: var(--ink);
  background: var(--surface-2);
}
.wrap {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  padding: 0;
}
.page-head {
  min-height: 72px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.page-foot {
  max-width: none;
  padding-bottom: 24px;
}
html[data-page-kind="status"] main {
  padding-block: 64px;
}
#states, main > noscript {
  padding: clamp(28px,5vw,64px);
  border-radius: 32px;
  background: var(--surface-2);
}
#states h1 { max-width: 24ch; }
#states p { font-size: 17px; max-width: 58ch; }
html[data-page-kind="privacy"] main {
  margin-block: 48px;
  padding: clamp(24px,4vw,48px);
  border-radius: 32px;
  background: var(--surface);
}
html[data-page-kind="privacy"] main > h1 { max-width: 24ch; }
html[data-page-kind="privacy"] .toc {
  padding: 24px;
  border: 0;
  border-radius: 24px;
  background: var(--surface-2);
}
html[data-page-kind="privacy"] .doc { column-gap: 48px; }
html[data-page-kind="privacy"] .doc-body p,
html[data-page-kind="privacy"] .doc-body li { font-size: 16px; }
@media(max-width:620px) {
  .wrap { width: calc(100% - 32px); }
  .back { font-size: 24px; }
  html[data-edition="2.5"] .site-preferences { gap: 6px; }
  html[data-edition="2.5"] .theme-toggle { width: 34px; min-width: 34px; height: 36px; padding: 8px; }
  html[data-edition="2.5"] nav.lang { width: 64px; height: 36px; }
  html[data-edition="2.5"] nav.lang a { font-size: 11px; padding: .3rem .35rem; }
  html[data-page-kind="status"] main { padding-block: 32px; }
  #states, main > noscript { padding: 28px 24px; border-radius: 24px; }
  #states p { font-size: 16px; }
  html[data-page-kind="privacy"] main { margin-block: 24px; border-radius: 24px; }
}
