:root {
  --ssp-ink: #111820;
  --ssp-paper: #f2f1e8;
  --ssp-accent: #a34d7b;
  --ssp-calm: #327064;
  --ssp-gold: #e4b84f;
  --ssp-soft: color-mix(in srgb, var(--ssp-paper) 82%, white);
  --ssp-line: color-mix(in srgb, var(--ssp-ink) 14%, transparent);
  --ssp-shade: 0 24px 70px rgba(16, 18, 25, .16);
  --ssp-curve: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ssp-canvas { margin: 0; font-family: "Plus Jakarta Sans", system-ui, sans-serif; color: var(--ssp-ink); background: var(--ssp-paper); line-height: 1.6; }
a { color: inherit; }
.ssp-mast { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 22px; padding: 16px clamp(18px, 4vw, 54px); background: color-mix(in srgb, var(--ssp-paper) 90%, white); border-bottom: 1px solid var(--ssp-line); backdrop-filter: blur(18px); }
.ssp-mark { font-family: "Bodoni Moda", serif; font-size: clamp(22px, 2vw, 31px); text-decoration: none; letter-spacing: 0; margin-right: auto; }
.ssp-navline, .ssp-footnav, .ssp-legalrow { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.ssp-navline a, .ssp-footnav a, .ssp-legalrow a { text-decoration: none; font-size: 14px; }
.ssp-menubtn { display: none; border: 1px solid var(--ssp-line); background: white; padding: 10px 14px; border-radius: 999px; }
.ssp-drawer { display: none; position: absolute; right: 18px; top: 68px; width: min(320px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--ssp-line); border-radius: var(--ssp-curve); background: white; box-shadow: var(--ssp-shade); }
.ssp-drawer a { display: block; padding: 9px 4px; text-decoration: none; }
.ssp-drawer.ssp-open { display: block; }
.ssp-main { overflow: hidden; }
.ssp-hero { min-height: 78vh; padding: clamp(70px, 10vw, 126px) clamp(18px, 5vw, 72px) 46px; display: grid; gap: 34px; align-items: center; position: relative; }
.ssp-hero::before { content: ""; position: absolute; inset: 18px; border: 1px solid var(--ssp-line); border-radius: calc(var(--ssp-curve) + 16px); pointer-events: none; }
.ssp-hero-split, .ssp-hero-cards, .ssp-hero-trust { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); }
.ssp-hero-center { text-align: center; justify-items: center; }
.ssp-hero-editorial { grid-template-columns: .3fr 1fr .7fr; }
.ssp-herotext, .ssp-skyplot, .ssp-cardstack, .ssp-minicloud, .ssp-trustbar, .ssp-heronote { position: relative; z-index: 1; }
.ssp-eyebrow, .ssp-sectionhead p, .ssp-lettercopy > p:first-child { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; color: var(--ssp-accent); font-weight: 700; }
.ssp-hero h1, .ssp-band h2, .ssp-doc h1, .ssp-doc h2 { font-family: "Bodoni Moda", serif; line-height: 1.05; letter-spacing: 0; }
.ssp-hero h1 { font-size: clamp(42px, 7vw, 88px); margin: 0 0 20px; max-width: 920px; }
.ssp-hero p { max-width: 720px; font-size: clamp(17px, 2vw, 21px); }
.ssp-heroacts, .ssp-finalcall div { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.ssp-heroacts a, .ssp-pathcard a, .ssp-form button, .ssp-finalcall a, .ssp-consent button { border: 0; border-radius: 999px; padding: 13px 18px; text-decoration: none; background: var(--ssp-ink); color: white; font-weight: 700; cursor: pointer; }
.ssp-heroacts a:nth-child(2), .ssp-finalcall a:nth-child(2) { background: transparent; color: var(--ssp-ink); border: 1px solid var(--ssp-line); }
.ssp-skyplot { min-height: 380px; border-radius: var(--ssp-curve); background: radial-gradient(circle at 28% 20%, var(--ssp-gold), transparent 24%), linear-gradient(135deg, var(--ssp-ink), var(--ssp-calm)); color: white; padding: 30px; display: grid; align-content: end; box-shadow: var(--ssp-shade); overflow: hidden; }
.ssp-skyplot span { position: absolute; font-size: clamp(38px, 8vw, 94px); opacity: .18; }
.ssp-skyplot span:nth-child(1) { left: 12%; top: 18%; } .ssp-skyplot span:nth-child(2) { right: 18%; top: 10%; } .ssp-skyplot span:nth-child(3) { left: 45%; bottom: 26%; } .ssp-skyplot span:nth-child(4) { right: 12%; bottom: 16%; }
.ssp-cardstack, .ssp-minicloud { display: grid; gap: 14px; }
.ssp-orbcard { background: white; border: 1px solid var(--ssp-line); border-radius: var(--ssp-curve); padding: 20px; box-shadow: 0 12px 34px rgba(16,18,25,.08); }
.ssp-orbcard b { display: block; font-family: "Bodoni Moda", serif; font-size: 26px; }
.ssp-trustbar, .ssp-heronote { padding: 14px 18px; border-radius: 999px; background: white; border: 1px solid var(--ssp-line); }
.ssp-band { padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.ssp-sectionhead { max-width: 790px; margin-bottom: 30px; }
.ssp-sectionhead h2, .ssp-doc h1 { font-size: clamp(32px, 4.5vw, 58px); margin: 0; }
.ssp-facetgrid, .ssp-pathgrid, .ssp-voicegrid, .ssp-readgrid, .ssp-contactgrid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ssp-facet, .ssp-pathcard, .ssp-voice, .ssp-readtile, .ssp-contactcard, .ssp-docblock, .ssp-qa, .ssp-articleblock { background: color-mix(in srgb, white 80%, var(--ssp-paper)); border: 1px solid var(--ssp-line); border-radius: var(--ssp-curve); padding: 24px; box-shadow: 0 10px 34px rgba(16,18,25,.06); }
.ssp-facet span, .ssp-readtile span, .ssp-articleblock span { color: var(--ssp-accent); font-weight: 700; }
.ssp-paths { background: color-mix(in srgb, var(--ssp-calm) 12%, var(--ssp-paper)); }
.ssp-pathcard { display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; }
.ssp-pathcard em { display: inline-block; color: var(--ssp-accent); font-style: normal; font-weight: 800; margin-bottom: 8px; }
.ssp-pathcard ul { padding-left: 20px; }
.ssp-voice blockquote { margin: 0 0 18px; font-size: 18px; }
.ssp-voice figcaption span { display: block; color: color-mix(in srgb, var(--ssp-ink) 62%, transparent); }
.ssp-readtile { text-decoration: none; min-height: 210px; }
.ssp-letterbox { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; background: var(--ssp-ink); color: white; }
.ssp-lettercopy a { color: white; font-weight: 700; }
.ssp-form { display: grid; gap: 14px; background: white; color: var(--ssp-ink); padding: 24px; border-radius: var(--ssp-curve); }
.ssp-form label { display: grid; gap: 7px; font-weight: 700; }
.ssp-form input, .ssp-form textarea { width: 100%; border: 1px solid var(--ssp-line); border-radius: 14px; padding: 13px; font: inherit; }
.ssp-formstate { min-height: 24px; margin: 0; color: var(--ssp-calm); font-weight: 700; }
.ssp-qalist { max-width: 920px; display: grid; gap: 12px; }
.ssp-qatap { width: 100%; text-align: left; border: 0; background: transparent; font: inherit; font-weight: 800; cursor: pointer; padding: 0; }
.ssp-qapanel { display: none; padding-top: 12px; }
.ssp-qa.ssp-awake .ssp-qapanel { display: block; }
.ssp-finalcall { background: linear-gradient(135deg, var(--ssp-accent), var(--ssp-calm)); color: white; }
.ssp-finalcall h2 { max-width: 880px; }
.ssp-footprint { padding: 44px clamp(18px, 5vw, 72px); background: color-mix(in srgb, var(--ssp-ink) 94%, black); color: white; }
.ssp-footgrid { display: grid; gap: 26px; }
.ssp-legalrow { color: rgba(255,255,255,.72); }
.ssp-consent { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; display: none; gap: 18px; align-items: center; justify-content: space-between; padding: 16px; border-radius: var(--ssp-curve); background: white; color: var(--ssp-ink); box-shadow: var(--ssp-shade); border: 1px solid var(--ssp-line); }
.ssp-consent.ssp-show { display: flex; }
.ssp-doc { max-width: 1050px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) 18px; }
.ssp-crumbs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; color: var(--ssp-accent); }
.ssp-leadline, .ssp-updated { font-size: 19px; color: color-mix(in srgb, var(--ssp-ink) 72%, transparent); }
.ssp-docblock, .ssp-articleblock { margin: 18px 0; }
.ssp-twocol { columns: 2 320px; column-gap: 20px; }
.ssp-twocol .ssp-articleblock { break-inside: avoid; }
.ssp-seealso { margin-top: 22px; padding: 22px; border-radius: var(--ssp-curve); background: color-mix(in srgb, var(--ssp-gold) 20%, white); }
.ssp-seealso a { margin-right: 14px; font-weight: 800; }
@media (max-width: 860px) {
  .ssp-navline { display: none; }
  .ssp-menubtn { display: inline-flex; }
  .ssp-hero, .ssp-hero-split, .ssp-hero-cards, .ssp-hero-trust, .ssp-hero-editorial, .ssp-letterbox { grid-template-columns: 1fr; }
  .ssp-facetgrid, .ssp-pathgrid, .ssp-voicegrid, .ssp-readgrid, .ssp-contactgrid { grid-template-columns: 1fr; }
  .ssp-hero { min-height: auto; }
  .ssp-consent { flex-direction: column; align-items: flex-start; }
}
