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