/* Jennings Cloud — site styles */

/* ---------- Fonts (self-hosted, variable weight) ---------- */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/raleway-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/nunito-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/patrick-hand-var.woff2') format('woff2');
}

/* ---------- Theme ---------- */
:root {
  --bg: #f5f8fc;
  --bg-tint: #eef3f9;
  --surface: #ffffff;
  --surface-2: #eef2f7;
  --border: #dce3ed;
  --border-2: #c4cfdc;
  --text: #1e2e35;
  --text-muted: #54646f;
  --text-faint: #8592a0;
  --accent: #2c569e;
  --accent-soft: #eaf0fa;
  --cta: #0090c9;
  --cta-plain: #00adef;
  --link: #1f4f97;
  --gold: #a9781f;
  --shadow: 0 1px 2px rgba(30,46,53,.06), 0 8px 24px -12px rgba(30,46,53,.18);
  --shadow-lg: 0 2px 4px rgba(30,46,53,.08), 0 24px 48px -20px rgba(30,46,53,.30);
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #111b21;
    --bg-tint: #16232a;
    --surface: #1b2a31;
    --surface-2: #22333b;
    --border: #31454f;
    --border-2: #415863;
    --text: #eaf1f6;
    --text-muted: #a6b4bf;
    --text-faint: #788793;
    --accent: #7ea3d8;
    --accent-soft: #22334b;
    --cta: #2cc0f5;
    --cta-plain: #00adef;
    --link: #8fb4ea;
    --gold: #e9c765;
    --shadow: 0 1px 2px rgba(0,0,0,.4), 0 10px 28px -14px rgba(0,0,0,.6);
    --shadow-lg: 0 2px 6px rgba(0,0,0,.5), 0 28px 56px -22px rgba(0,0,0,.7);
  }
}

/* ---------- Base ---------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--link); }
a:hover { color: var(--cta); }
img { max-width: 100%; }

.wrap {
  max-width: 1120px;
  margin: 0 auto;
}

/* Show the right logo mark for the color scheme */
.mark-dark { display: none; }
@media (prefers-color-scheme: dark) {
  .mark-light { display: none; }
  .mark-dark { display: inline; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}
@keyframes sway {
  0% { transform: translateX(-16px); }
  38% { transform: translateX(10px); }
  62% { transform: translateX(-4px); }
  100% { transform: translateX(20px); }
}
@keyframes twinkle {
  from { opacity: .25; }
  to { opacity: .75; }
}
@keyframes beacon {
  0%, 100% { opacity: .9; }
  50% { opacity: .15; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.site-header nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: .98rem;
  white-space: nowrap;
}
.brand img {
  width: 34px;
  height: 24px;
  object-fit: contain;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-link {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 600;
  font-size: .82rem;
  color: var(--text-muted);
  padding: 6px 11px;
  border-radius: 999px;
  text-decoration: none;
  transition: .18s;
}
.nav-link:hover {
  color: var(--text);
  background: var(--surface-2);
}
.nav-cta {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .82rem;
  color: #fff;
  background: var(--cta-plain);
  padding: 8px 17px;
  border-radius: 999px;
  text-decoration: none;
  margin-left: 8px;
  transition: .18s;
  box-shadow: 0 6px 16px -8px rgba(0,173,239,.8);
}
.nav-cta:hover {
  background: #0098d2;
  color: #fff;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: #070e18;
  color: #eef3f9;
  isolation: isolate;
}
.hero-glow {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(90% 70% at 68% 0%, rgba(44,86,158,.4), transparent 65%),
    radial-gradient(50% 45% at 22% 78%, rgba(0,173,239,.16), transparent 62%),
    radial-gradient(45% 35% at 82% 82%, rgba(233,199,101,.1), transparent 65%),
    linear-gradient(168deg, #0e1930 0%, #0a1322 48%, #070e18 100%);
}
.hero-band {
  position: absolute;
  inset: -30% -10%;
  z-index: -2;
  transform: rotate(-16deg);
  background:
    radial-gradient(45% 16% at 50% 42%, rgba(126,163,216,.13), transparent 70%),
    radial-gradient(30% 10% at 58% 46%, rgba(233,199,101,.06), transparent 70%);
}
.hero-stars {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(1.4px 1.4px at 22% 28%, rgba(255,255,255,.9), transparent),
    radial-gradient(1px 1px at 68% 14%, rgba(255,255,255,.7), transparent),
    radial-gradient(1.2px 1.2px at 84% 44%, rgba(255,255,255,.8), transparent),
    radial-gradient(1px 1px at 44% 62%, rgba(255,255,255,.55), transparent),
    radial-gradient(1.6px 1.6px at 8% 74%, rgba(255,255,255,.75), transparent),
    radial-gradient(1px 1px at 92% 78%, rgba(255,255,255,.6), transparent);
  background-size: 340px 340px;
}
.hero-stars.twinkling {
  animation: twinkle 5.5s ease-in-out infinite alternate;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.8), transparent),
    radial-gradient(1.3px 1.3px at 56% 36%, rgba(220,234,246,.85), transparent),
    radial-gradient(1px 1px at 78% 8%, rgba(255,255,255,.7), transparent),
    radial-gradient(1px 1px at 34% 84%, rgba(255,255,255,.6), transparent),
    radial-gradient(1.2px 1.2px at 64% 68%, rgba(233,199,101,.5), transparent);
  background-size: 460px 460px;
}
.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 24px 190px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
  position: relative;
}
.hero-copy {
  flex: 1 1 480px;
  display: flex;
  flex-direction: column;
}
.hero-kicker {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e9c765;
  margin: 0;
}
.hero h1 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5.4vw, 4rem);
  letter-spacing: -.02em;
  line-height: 1.08;
  margin: .35em 0 .3em;
  text-wrap: balance;
}
.hero-tagline {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.02rem, 2vw, 1.3rem);
  color: #bcd3ea;
  letter-spacing: .01em;
  margin: 0;
}
.hero-tagline b { color: #fff; }
.hero-sub {
  margin: 18px 0 0;
  max-width: 46ch;
  color: #c4d6e6;
  font-size: 1.06rem;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.btn-primary {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: #00adef;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
  box-shadow: 0 6px 16px -8px rgba(0,173,239,.8);
  transition: .18s;
}
.btn-primary:hover {
  background: #0098d2;
  transform: translateY(-1px);
  color: #fff;
}
.hero-aside {
  font-family: 'Patrick Hand', 'Nunito', cursive;
  font-size: 1.05rem;
  color: #e9c765;
}
.hero-art {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  animation: sway 19s ease-in-out infinite alternate;
}
.hero-art img {
  width: min(430px, 88%);
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.45));
  animation: float 7s ease-in-out infinite;
}
.hero-skyline {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}

/* ---------- Sections ---------- */
.section {
  padding: 84px 24px;
  border-bottom: 1px solid var(--border);
}
.section .wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-head {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-head.wide { max-width: 760px; }
.kicker {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cta);
  margin: 0;
}
.section-head h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
}
.section-lede {
  color: var(--text-muted);
  font-size: 1.08rem;
  margin: 0;
  text-wrap: pretty;
}

/* ---------- Consultant bingo ---------- */
.bingo {
  width: 100%;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bingo-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.bingo-tab {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .82rem;
  color: var(--text-muted);
  background: transparent;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  padding: 8px 18px;
  cursor: pointer;
  transition: .18s;
}
.bingo-tab[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #2c569e, #00adef);
  border-color: transparent;
}
.bingo-card {
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--surface);
}
.bingo-header {
  background: linear-gradient(150deg, #22303a, #141f28);
  color: #fff;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.bingo-title {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .24em;
}
.bingo-hint {
  font-family: 'Patrick Hand', 'Nunito', cursive;
  font-size: .98rem;
  color: #e9c765;
}
.bingo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1px;
  background: var(--border);
}
.bingo-cell {
  position: relative;
  background: var(--surface);
  border: 0;
  margin: 0;
  padding: 16px 12px;
  min-height: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  cursor: pointer;
  font-family: 'Nunito', system-ui, sans-serif;
  transition: background .18s;
}
.bingo-cell:hover { background: var(--bg-tint); }
.bingo-cell.free { background: var(--accent-soft); }
.bingo-cell .phrase {
  font-size: .92rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.45;
}
.bingo-cell .free-label {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: .62rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent);
}
.bingo-cell.free .phrase {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--text);
}
.daub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 88px;
  margin: -44px 0 0 -52px;
  border: 3px solid rgba(0,173,239,.55);
  border-radius: 50%;
  pointer-events: none;
}
.bingo-cell.free .daub { border-color: rgba(198,148,52,.65); }
.bingo-banner {
  background: linear-gradient(150deg, #22303a, #141f28);
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.bingo-banner[hidden] { display: none; }
.bingo-punchline {
  font-family: 'Patrick Hand', 'Nunito', cursive;
  font-size: 1.25rem;
  color: #e9c765;
}
.btn-small {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .85rem;
  color: #fff;
  background: #00adef;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.btn-small:hover {
  background: #0098d2;
  color: #fff;
}
.bingo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.bingo-note {
  font-family: 'Patrick Hand', 'Nunito', cursive;
  font-size: 1.05rem;
  color: var(--text-faint);
}
.btn-ghost {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .8rem;
  color: var(--accent);
  background: transparent;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  padding: 7px 16px;
  cursor: pointer;
  transition: .18s;
}
.btn-ghost:hover { background: var(--accent-soft); }

/* ---------- Services ---------- */
.services { display: flex; flex-direction: column; gap: 20px; }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.service-lead { overflow: hidden; }
.service-lead .accent-bar {
  height: 8px;
  background: linear-gradient(90deg, #2c569e, #00adef);
}
.service-lead .card-body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-label {
  margin: 0;
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.services h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  margin: 0;
}
.service-lead h3, .service-ai h3 { font-size: 1.45rem; }
.card-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 70ch;
  text-wrap: pretty;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.service-grid .card {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-grid h3 { font-size: 1.2rem; }
.service-grid .card-copy { font-size: .95rem; }
.service-ai {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #1a2831, #111c26);
  color: #eef3f9;
  border-radius: 22px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-ai::after {
  content: '';
  position: absolute;
  left: -50px;
  top: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(0,173,239,.25), transparent 70%);
}
.service-ai .card-label { color: #e9c765; }
.service-ai .card-copy { color: #c4d6e6; }

/* ---------- Clients ---------- */
.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.client-grid article {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tag {
  align-self: flex-start;
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .74rem;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
}
.client-grid h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  margin: 0;
}
.client-grid p {
  margin: 0;
  color: var(--text-muted);
  font-size: .95rem;
  text-wrap: pretty;
}

/* ---------- Industries ---------- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 720px) {
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}
.industry-grid > div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
}
.industry-grid span {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.team-grid article { overflow: hidden; display: flex; flex-direction: column; }
.team-grid img {
  width: 100%;
  height: auto; /* the width/height attributes would otherwise win over aspect-ratio */
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.team-grid img.portrait-high { object-position: center 20%; }
.team-body {
  padding: 22px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.team-name {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.team-name h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0;
}
.team-role {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cta);
}
.team-bio {
  margin: 0;
  color: var(--text-muted);
  font-size: .95rem;
  text-wrap: pretty;
}
.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}

/* ---------- Final CTA ---------- */
.cta-section {
  padding: 84px 24px;
}
.cta-panel {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #1a2831, #111c26);
  color: #eef3f9;
  border-radius: 22px;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.cta-panel::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -110px;
  width: 280px;
  height: 280px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(233,199,101,.2), transparent 70%);
}
.cta-panel .kicker { color: #e9c765; }
.cta-panel h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
}
.cta-panel > p {
  margin: 0;
  max-width: 54ch;
  color: #c4d6e6;
  font-size: 1.05rem;
  text-wrap: pretty;
}
.btn-gold {
  margin-top: 12px;
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #3a2c08;
  background: linear-gradient(120deg, #a9781f 0%, #d5a63c 22%, #f2d986 46%, #e6c15a 60%, #b8862b 82%, #e9c765 100%);
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 6px 18px -8px rgba(201,148,52,.7);
  border: 1px solid rgba(0,0,0,.06);
  transition: .18s;
}
.btn-gold:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #3a2c08;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 48px 24px 56px;
}
.site-footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-brand-row img {
  width: 34px;
  height: 24px;
  object-fit: contain;
}
.footer-brand-row span {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.footer-motto {
  margin: 0;
  font-family: 'Patrick Hand', 'Nunito', cursive;
  font-size: 1.05rem;
  color: var(--gold);
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-links a {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 600;
  font-size: .88rem;
  color: var(--text-muted);
  text-decoration: none;
}
.footer-links a:hover { color: var(--cta); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.footer-bottom small { color: var(--text-faint); }
.footer-aside {
  font-family: 'Patrick Hand', 'Nunito', cursive;
  font-size: .95rem;
}

/* ---------- Privacy page ---------- */
.page-hero {
  background: #070e18;
  color: #eef3f9;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-hero .hero-inner {
  padding: 64px 24px 72px;
  display: block;
}
.page-hero h1 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: .35em 0 .3em;
  text-wrap: balance;
}
.page-hero .hero-kicker { margin: 0; }
.page-hero .hero-sub { margin-top: 6px; }
.privacy-layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 84px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 860px) {
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-toc { position: static; }
}
.privacy-toc {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.privacy-toc a {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 600;
  font-size: .88rem;
  color: var(--text-muted);
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 10px;
  transition: .18s;
}
.privacy-toc a:hover {
  color: var(--text);
  background: var(--surface-2);
}
.privacy-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 72ch;
}
.privacy-body section {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 26px 30px;
  box-shadow: var(--shadow);
}
.privacy-body h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0 0 10px;
}
.privacy-body h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin: 18px 0 6px;
}
.privacy-body p {
  margin: 0 0 12px;
  color: var(--text-muted);
}
.privacy-body p:last-child { margin-bottom: 0; }
.privacy-body ul {
  margin: 0 0 12px;
  padding-left: 22px;
  color: var(--text-muted);
}
.privacy-body li { margin-bottom: 6px; }
.privacy-meta {
  color: var(--text-faint);
  font-size: .92rem;
}
