/* ============================================================== *
 *  Theme Tanker - colour, containerised
 *  Self-contained: no external fonts, no CDN, no phone-home.
 * ============================================================== */

/* Vendored IBM Plex Mono (OFL) - self-hosted; no runtime third party. */
@font-face{font-family:'IBM Plex Mono';src:url('fonts/ibm-plex-mono-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'IBM Plex Mono';src:url('fonts/ibm-plex-mono-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;}

:root {
  --navy: #232C3B;
  --navy-2: #2E3A4D;
  --red: #EC1C23;
  --red-deep: #C1272C;
  --sea: #2E5C9A;

  --paper: #F3F2EE;
  --card: #FFFFFF;
  --ink: #232C3B;
  --ink-2: #5A6472;
  --ink-3: #8B94A2;
  --line: #E4E2DB;
  --line-2: #EFEEE8;

  --shadow: 0 1px 2px rgba(35,44,59,.05), 0 12px 28px rgba(35,44,59,.08);
  --shadow-lift: 0 2px 4px rgba(35,44,59,.06), 0 22px 48px rgba(35,44,59,.14);
  --radius: 16px;
  --radius-sm: 9px;

  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --wrap: 1180px;
  color-scheme: light;
}

/* Dark theme ("night dock") - activated by data-theme="dark" on <html>.
   Only index.html ships the toggle + bootstrap; shared pages stay light. */
:root[data-theme="dark"] {
  --navy: #E9EEF5;        /* headings + wordmark read light on a dark deck */
  --paper: #0E141C;
  --card: #161F2B;
  --ink: #EAEEF4;
  --ink-2: #A9B4C4;
  --ink-3: #78849A;
  --line: rgba(255,255,255,.10);
  --line-2: rgba(255,255,255,.05);
  --red: #EC1C23;
  --red-deep: #FF6B70;
  --shadow: 0 1px 2px rgba(0,0,0,.4), 0 12px 30px rgba(0,0,0,.55);
  --shadow-lift: 0 2px 4px rgba(0,0,0,.45), 0 24px 50px rgba(0,0,0,.6);
  color-scheme: dark;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: .72rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--red-deep);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--red); border-radius: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --------------------------------------------------------------- nav */

.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 18px; height: 66px; }

.brandmark { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brandmark .mark { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; }
.wordmark {
  font-weight: 800; font-size: 1.4rem; line-height: 1; letter-spacing: -.025em; color: var(--navy);
}
.wordmark b { color: var(--red); font-weight: 800; }

.nav-links { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: inline-block; padding: 8px 13px; border-radius: 8px;
  font-size: .92rem; font-weight: 500; color: var(--ink-2);
  transition: background .15s ease, color .15s ease;
}
.nav-links a:hover { color: var(--ink); background: var(--line-2); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 9px; font-weight: 650; font-size: .92rem;
  color: #fff; background: var(--red);
  box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 8px 18px rgba(236,28,35,.28);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 12px 24px rgba(236,28,35,.34); }

@media (max-width: 720px) { .nav-links { display: none; } }

/* --------------------------------------------------------------- hero */

.hero { position: relative; overflow: hidden; padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); }
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: var(--line);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.hero h1 {
  margin: 18px 0 0; font-size: clamp(2.5rem, 6vw, 4.1rem); line-height: 1.02;
  letter-spacing: -.03em; font-weight: 820; color: var(--navy);
}
.hero h1 em { font-style: normal; color: var(--red); }
.hero .sub {
  margin: 20px 0 0; max-width: 30ch; font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--ink-2); line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 11px; font-weight: 650; font-size: 1rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary {
  color: #fff; background: var(--navy);
  box-shadow: 0 2px 0 rgba(0,0,0,.08), 0 12px 26px rgba(35,44,59,.22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 2px 0 rgba(0,0,0,.08), 0 18px 34px rgba(35,44,59,.28); }
.btn-ghost { color: var(--ink); background: var(--card); border: 1px solid var(--line); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--ink-3); }
.btn .cmd { font-family: var(--mono); font-size: .82em; opacity: .85; }

.hero-note {
  margin: 22px 0 0; font-family: var(--mono); font-size: .78rem; color: var(--ink-3);
  line-height: 1.7;
}
.hero-note b { color: var(--red-deep); font-weight: 600; }

/* --------------------------------------------------- CARGO LOAD (star) */
/*
   Five colours as shipping containers: 3 across the deck, 2 stacked on top.
   The top two are the palette's primaries. The hull is a thin, muted navy
   silhouette - present so the metaphor reads, quiet so the colour wins.
*/
.load {
  --ctr-h: 30px;
  --gap: 5px;
  display: grid; gap: var(--gap); justify-items: center;
}
.load-top, .load-bottom {
  display: grid; gap: var(--gap); width: 100%;
}
.load-top { grid-template-columns: repeat(2, 1fr); width: 72%; }   /* 2 primaries, inset */
.load-bottom { grid-template-columns: repeat(3, 1fr); }             /* 3 support */

.ctr {
  height: var(--ctr-h); border-radius: 3px;
  background: var(--c);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.07);  /* hairline only, keeps pale blocks visible */
}

/* a simple thin grey line under the load */
.hull {
  width: 100%; height: 2px; margin-top: 8px;
  background: var(--line);
  border-radius: 2px;
}

/* the featured hero load - bigger containers, more presence */
.hero-load {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(26px, 4vw, 40px) clamp(24px, 4vw, 44px) clamp(20px, 3vw, 30px);
  box-shadow: var(--shadow);
}
.hero-load .load { --ctr-h: 52px; --gap: 8px; }
.hero-load .hull { height: 2px; margin-top: 14px; }
.hero-load-cap {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line-2);
}
.hero-load-cap .name { font-weight: 750; color: var(--navy); }
.hero-load-cap .tag {
  font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3);
}

/* --------------------------------------------------------- section shell */

.section { padding: clamp(48px, 7vw, 88px) 0; }
.section--tint { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 62ch; }
.section-head h2 {
  margin: 12px 0 0; font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.08;
  letter-spacing: -.02em; font-weight: 780; color: var(--navy);
}
.section-head p { margin: 14px 0 0; font-size: 1.05rem; color: var(--ink-2); }
.section-head .cmd { }

.cmd {
  font-family: var(--mono); font-size: .88em; font-weight: 600;
  color: var(--red-deep); background: rgba(236,28,35,.08);
  border: 1px solid rgba(236,28,35,.18); border-radius: 6px; padding: .06em .42em;
  white-space: nowrap;
}

/* sector filter chips */
.sectors {
  display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px;
}
.chip {
  padding: 8px 15px; border-radius: 999px; font-size: .86rem; font-weight: 600;
  color: var(--ink-2); background: var(--card); border: 1px solid var(--line);
  transition: all .15s ease;
}
.chip:hover { border-color: var(--ink-3); color: var(--ink); }
.chip[aria-pressed="true"] { color: #fff; background: var(--navy); border-color: var(--navy); }

/* --------------------------------------------------------- palette grid */

.fleet {
  margin-top: 34px;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 20px;
}

.load-card {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px 18px; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.load-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line); }

.load-card .load { margin-bottom: 18px; }

/* fixed-height header so the hex rows line up across cards even when a name wraps */
.load-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 10px;
  min-height: 2.9rem;
}
.load-head h3 {
  margin: 0; font-size: 1.1rem; line-height: 1.2; font-weight: 720; color: var(--navy); letter-spacing: -.01em;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.load-head .sector-tag { margin-top: 2px; }
.sector-tag {
  font-family: var(--mono); font-size: .64rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
  padding: 3px 8px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap;
}
.load-card[data-source="uxplate"] .sector-tag { color: var(--red-deep); border-color: rgba(236,28,35,.22); }

.hexes {
  display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none;
}
.hex {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: .72rem; color: var(--ink-2);
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 7px; padding: 5px 8px 5px 6px; transition: all .12s ease;
}
.hex:hover { color: var(--ink); border-color: var(--ink-3); }
.hex .dot { width: 12px; height: 12px; border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }
.hex.copied { color: #fff; background: var(--navy); border-color: var(--navy); }
.hex.copied .dot { box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }

.manifest-hint {
  margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line-2);
  font-family: var(--mono); font-size: .72rem; color: var(--ink-3);
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.load-copy {
  font-family: var(--mono); font-size: .72rem; font-weight: 600; color: var(--red-deep);
  background: none; border: 0; padding: 0; display: inline-flex; align-items: center; gap: 6px;
}
.load-copy:hover { color: var(--red); }

/* theme cards: type / scale / space token graphics */
.spec-mini { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-2); display: grid; gap: 9px; }
.spec-row { display: flex; align-items: center; gap: 12px; font-size: .82rem; }
.spec-k { font-family: var(--mono); font-size: .6rem; letter-spacing: .12em; color: var(--ink-3); width: 44px; flex: 0 0 auto; }
.spec-v { color: var(--ink-2); }
.spec-ramp { display: inline-flex; align-items: center; gap: 3px; }
.spec-ramp i { height: 8px; background: var(--navy); border-radius: 2px; opacity: .5; }

/* theme cards: link to the full brand style guide */
.guide-link {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 14px; padding: 10px; border-radius: var(--radius-sm);
  font-weight: 650; font-size: .86rem; color: #fff; background: var(--navy);
  transition: background .15s ease, gap .15s ease;
}
.guide-link:hover { background: var(--navy-2); gap: 11px; }

/* ---------------------------------------------------------- uxplate tie */

.pipeline {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 60px); align-items: center;
}
.pipeline-card {
  background: var(--navy); color: #E8ECF2; border-radius: var(--radius);
  padding: clamp(22px, 3vw, 30px); box-shadow: var(--shadow); overflow: hidden;
}
.pipeline-bar {
  display: flex; align-items: center; gap: 7px; padding-bottom: 14px; margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-family: var(--mono); font-size: .72rem; color: #9AA6B6; letter-spacing: .04em;
}
.pipeline-bar .dot { width: 10px; height: 10px; border-radius: 50%; background: #46536a; }
.pipeline-bar .dot:nth-child(1) { background: var(--red); }
.pipeline-card pre {
  margin: 0; font-family: var(--mono); font-size: .82rem; line-height: 1.7;
  color: #DCE3EC; white-space: pre-wrap; word-break: break-word;
}
.pipeline-card .c-p { color: var(--red); }
.pipeline-card .c-s { color: #E8ECF2; }
.pipeline-card .c-d { color: #7C8AA0; }
.pipeline-card .c-ok { color: #6BE38E; }

/* ---------------------------------------------------- pages + utilities */

.nav-links a[aria-current="page"] { color: var(--navy); background: var(--line-2); }

/* push the card manifest line to the bottom so rows sit level */
.load-card .manifest-hint { margin-top: auto; }

/* teaser heading row with an inline "see all" */
.teaser-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px 32px; flex-wrap: wrap; max-width: none; }
.teaser-head > div { max-width: 62ch; }
.see-all {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-weight: 650; font-size: .95rem; color: var(--red-deep);
  transition: gap .15s ease, color .15s ease;
}
.see-all:hover { color: var(--red); gap: 12px; }
.see-all-row { margin-top: 28px; }

/* sub-page hero (fleet.html / themes.html) */
.page-hero { padding: clamp(44px, 6vw, 72px) 0 8px; }
.page-hero .section-head h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }
.page-hero .eyebrow { color: var(--red-deep); }

/* the Fleet-vs-Themes distinction callout */
.distinction {
  margin-top: 22px; padding: 15px 18px; border-radius: 12px; max-width: 70ch;
  background: var(--card); border: 1px solid var(--line);
  font-size: .95rem; line-height: 1.55; color: var(--ink-2);
}
.distinction b { color: var(--navy); font-weight: 700; }
.distinction a { color: var(--red-deep); font-weight: 600; }
.distinction a:hover { color: var(--red); }

/* plain numbered steps (themes page) */
.steps-plain { list-style: none; counter-reset: s; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; max-width: 70ch; }
.steps-plain li {
  position: relative; padding-left: 44px; counter-increment: s;
  color: var(--ink-2); font-size: 1rem; line-height: 1.55;
}
.steps-plain li::before {
  content: counter(s); position: absolute; left: 0; top: -2px;
  width: 28px; height: 28px; display: grid; place-items: center;
  font-family: var(--mono); font-size: .8rem; font-weight: 600; color: var(--red-deep);
  background: rgba(236,28,35,.08); border: 1px solid rgba(236,28,35,.18); border-radius: 8px;
}
.steps-plain b { color: var(--navy); }
.steps-plain a { color: var(--red-deep); font-weight: 600; }
.steps-plain a:hover { color: var(--red); }

/* --------------------------------------------------------------- footer */

/* UpLinkd Skills suite strip (shared across all four sites) */
.suite-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.suite-card { display: flex; flex-direction: column; gap: 5px; padding: 20px; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .15s ease, transform .15s ease; }
.suite-card:hover { border-color: var(--red); transform: translateY(-2px); }
.suite-card b { font-weight: 750; font-size: 1.08rem; color: var(--navy); letter-spacing: -.01em; }
.suite-card span { font-family: var(--mono); font-size: .72rem; color: var(--ink-3); }
.suite-card[aria-current] { border-color: var(--red); background: rgba(236,28,35,.05); }
@media (max-width: 760px) { .suite-grid { grid-template-columns: repeat(2, 1fr); } }

.site-footer { border-top: 1px solid var(--line); background: var(--card); padding: 34px 0; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink-3); font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { font-size: .9rem; color: var(--ink-2); }
.footer-links a:hover { color: var(--red-deep); }

/* --------------------------------------------------------- responsive */

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .pipeline { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ============================================================== *
 *  upskill-format additions: theme toggle, supported systems,
 *  sample output + palette-spec PDF, pricing, FAQ, hub link,
 *  animated hero. Self-contained, no CDN, no phone-home.
 * ============================================================== */

/* theme toggle (sun/moon) */
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center; padding: .45rem;
  border-radius: 8px; border: 1px solid var(--line); background: transparent; color: var(--ink-2);
  line-height: 0; transition: color .15s ease, border-color .15s ease;
}
.theme-toggle:hover { color: var(--ink); border-color: var(--ink-3); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .ico-sun { display: none; }
.theme-toggle .ico-moon { display: inline; }
:root[data-theme="dark"] .theme-toggle .ico-sun { display: inline; }
:root[data-theme="dark"] .theme-toggle .ico-moon { display: none; }

/* dark-mode component fixes (navy is remapped to light ink in dark, so the
   handful of places that use it as a SURFACE need an explicit dark surface) */
:root[data-theme="dark"] .btn-primary { background: #2B3648; color: #EAEEF4;
  box-shadow: 0 2px 0 rgba(0,0,0,.35), 0 12px 26px rgba(0,0,0,.5); }
:root[data-theme="dark"] .btn-primary:hover { box-shadow: 0 2px 0 rgba(0,0,0,.35), 0 18px 34px rgba(0,0,0,.6); }
:root[data-theme="dark"] .chip[aria-pressed="true"] { background: #2B3648; border-color: #2B3648; color: #fff; }
:root[data-theme="dark"] .guide-link { background: #2B3648; }
:root[data-theme="dark"] .guide-link:hover { background: #38455a; }
:root[data-theme="dark"] .pipeline-card { background: #0C121B; }
:root[data-theme="dark"] .skip-link { background: #2B3648; color: #fff; }
:root[data-theme="dark"] .nav-links a[aria-current="page"] { color: var(--ink); }

/* supported systems pill row */
.stacks { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.stack-pill {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: .82rem;
  color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px;
}
.stack-pill .d { width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }
.stacks-note { margin-top: 16px; font-family: var(--mono); font-size: .78rem; color: var(--ink-3); }

/* sample output: download-PDF action row */
.audit-actions { display: flex; align-items: center; gap: 14px; margin-top: 22px; flex-wrap: wrap; }
.btn-dl {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 11px;
  font-weight: 650; font-size: .92rem; color: var(--ink); background: var(--card); border: 1px solid var(--line);
  transition: border-color .15s ease, transform .15s ease;
}
.btn-dl:hover { border-color: var(--ink-3); transform: translateY(-1px); }
.audit-actions-note { font-family: var(--mono); font-size: .72rem; color: var(--ink-3); }

/* sample output: terminal window (dark in both themes, like the pipeline card) */
.audit { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background: #1B2431; box-shadow: var(--shadow); margin-top: 30px; }
.audit-bar { display: flex; align-items: center; gap: 7px; padding: 11px 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.audit-bar .d { width: 10px; height: 10px; border-radius: 50%; background: #3a4557; }
.audit-bar .d:nth-child(1) { background: var(--red); }
.audit-bar .t { margin-left: 8px; font-family: var(--mono); font-size: .72rem; color: #8b96a8; }
.audit-body { padding: 14px 16px; font-family: var(--mono); font-size: .8rem; line-height: 1.65;
  color: #DCE3EC; overflow-x: auto; white-space: pre-wrap; }
.audit-body .h { color: #E8ECF2; font-weight: 600; }
.audit-body .p { color: #FF7176; }
.audit-body .m { color: #8b96a8; }
.audit-body .ok { color: #6BE38E; }

/* logo-in-window header (shows on screen and in the printed PDF) */
.audit-print-head { display: flex; align-items: center; gap: 12px; padding: 12px 16px 11px;
  border-bottom: 1px solid rgba(255,255,255,.09); color: #DCE3EC; }
.audit-print-head .aph-brand { display: flex; align-items: center; gap: 9px; }
.audit-print-head .aph-brand img { width: 26px; height: 26px; flex: none; }
.audit-print-head .aph-brand span { font-weight: 800; letter-spacing: -.01em; font-size: .95rem; }
.audit-print-head .aph-brand b { color: var(--red); }
.audit-print-head .aph-meta { margin-left: auto; text-align: right; }
.audit-print-head .aph-title { font-weight: 650; font-size: .86rem; }
.audit-print-head .aph-sub { font-family: var(--mono); font-size: .66rem; color: #8b96a8; margin-top: 2px; }

/* the palette spec sheet: on screen hidden, printed in the PDF */
.audit-sample { display: none; }
.audit-sample .cl-head { font-family: var(--mono); font-size: .72rem; color: #8b96a8; margin-bottom: 12px; }
.audit-sample .cl-head b { color: #DCE3EC; }
.pal-table { width: 100%; border-collapse: collapse; font-size: .74rem; }
.pal-table th, .pal-table td { text-align: left; padding: 8px 9px; border-bottom: 1px solid rgba(255,255,255,.08); vertical-align: top; }
.pal-table th { font-family: var(--mono); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: #8b96a8; font-weight: 600; }
.pal-table td { color: #DCE3EC; }
.pal-table .role { font-weight: 650; }
.pal-table .pal-hex { font-family: var(--mono); }
.pal-table .aa { display: block; margin-top: 3px; color: #8b96a8; font-weight: 400; font-size: .7rem; line-height: 1.45; }
.pal-group { font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: #FF7176; }
.sw { display: inline-block; width: 26px; height: 26px; border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); vertical-align: middle;
  -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.pal-ramp { display: flex; margin-top: 16px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); }
.pal-ramp i { flex: 1; height: 34px; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.pal-ramp-note { margin-top: 8px; font-family: var(--mono); font-size: .68rem; color: #8b96a8; }
.audit-print-foot { display: none; }

/* pricing */
.tiers { display: grid; gap: 14px; margin-top: 30px; grid-template-columns: repeat(2, 1fr); }
.tiers--two { max-width: 760px; margin-left: auto; margin-right: auto; }
.tier { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.tier.pop { border-color: rgba(236,28,35,.4); }
.tier .name { font-weight: 750; font-size: 1.15rem; color: var(--navy); }
.tier .price { margin-top: 8px; font-weight: 750; font-size: 1.6rem; color: var(--navy); }
.tier .price span { font-family: var(--mono); font-size: .8rem; color: var(--ink-3); font-weight: 400; }
.tier .desc { margin-top: 10px; color: var(--ink-2); font-size: .9rem; flex: 1; }
.tier ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 7px; }
.tier ul li { font-size: .86rem; color: var(--ink-2); padding-left: 20px; position: relative; }
.tier ul li::before { content: "+"; position: absolute; left: 0; color: var(--red-deep); font-weight: 700; }
.tier .badge-pop { align-self: flex-start; font-family: var(--mono); font-size: .62rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--red-deep); background: rgba(236,28,35,.08);
  border: 1px solid rgba(236,28,35,.22); border-radius: 999px; padding: 3px 9px; margin-bottom: 12px; }
.tier .trial { margin-top: 14px; font-family: var(--mono); font-size: .68rem; color: var(--ink-3); }
.tier-cta { margin-top: 18px; width: 100%; justify-content: center; text-align: center; }
.tier-ctas { margin-top: 18px; display: grid; gap: 9px; }
.tier-ctas .tier-cta { margin-top: 0; }
.bundle-note { margin-top: 24px; font-family: var(--mono); font-size: .8rem; color: var(--ink-3); }
.bundle-note b { color: var(--ink); }
.bundle-note a { color: var(--red-deep); font-weight: 600; }

/* faq */
.faq { margin-top: 26px; }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { font-weight: 700; font-size: 1.05rem; color: var(--navy); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { content: ""; }
.faq p { margin: 12px 0 0; color: var(--ink-2); }

/* upskill hub link under the suite strip */
.suite-hub { margin-top: 22px; text-align: center; font-family: var(--mono); font-size: .8rem; }
.suite-hub a { color: var(--red-deep); font-weight: 600; }
.suite-hub a:hover { color: var(--red); }

/* animated hero cargo load: containers settle in, a light sheen sweeps over */
.hero-load { position: relative; overflow: hidden; }
.hero-load::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.20) 50%, transparent 58%);
  transform: translateX(-130%); animation: tt-sheen 6s ease-in-out 1.2s infinite;
}
.hero-load .ctr { animation: tt-settle .7s cubic-bezier(.2,.8,.2,1) both; }
.hero-load .load-top .ctr:nth-child(1) { animation-delay: .05s; }
.hero-load .load-top .ctr:nth-child(2) { animation-delay: .12s; }
.hero-load .load-bottom .ctr:nth-child(1) { animation-delay: .19s; }
.hero-load .load-bottom .ctr:nth-child(2) { animation-delay: .26s; }
.hero-load .load-bottom .ctr:nth-child(3) { animation-delay: .33s; }
@keyframes tt-settle { from { opacity: 0; transform: translateY(-10px) scaleY(.7); } to { opacity: 1; transform: none; } }
@keyframes tt-sheen { 0% { transform: translateX(-130%); } 55%, 100% { transform: translateX(130%); } }

@media (max-width: 640px) { .tiers--two { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  .hero-load::after { animation: none; display: none; }
  .hero-load .ctr { animation: none; }
}

/* ============================================================== *
 *  Print: "Download PDF" of the sample palette spec (window.print()).
 *  Self-contained, no external PDF service. The Download PDF button
 *  adds .print-audit to <body>, isolating + restyling #audit as a
 *  clean light spec sheet; afterprint removes it. Mechanics (the
 *  @page + #audit padding fix, page-break + color-adjust) mirror
 *  radhr.io so the browser print dialog cannot crop the page.
 * ============================================================== */
@media print {
  @page { margin: 0; }
  .no-print { display: none !important; }
  body.print-audit { background: #fff; color: #232C3B; color-scheme: light; }
  body.print-audit > header.site-nav,
  body.print-audit > section.suite,
  body.print-audit > .site-footer { display: none !important; }
  body.print-audit main > section:not(#audit) { display: none !important; }
  body.print-audit #audit { padding:15mm 14mm !important; background: #fff !important; border: 0 !important; }
  body.print-audit #audit .wrap { padding: 0 !important; max-width: none !important; }
  body.print-audit #audit .section-head .eyebrow,
  body.print-audit #audit .section-head h2,
  body.print-audit #audit .section-head p,
  body.print-audit #audit .audit-actions,
  body.print-audit #audit .audit-bar { display: none !important; }
  body.print-audit #audit .audit { display: block; background: #fff !important; border: 0 !important;
    box-shadow: none !important; margin: 0 !important; overflow: visible !important; }
  body.print-audit #audit .audit-print-head { display: flex !important; align-items: center; gap: 14px;
    border-bottom: 2px solid #232C3B; padding: 0 0 12px !important; margin-bottom: 14px; color: #232C3B; }
  body.print-audit #audit .aph-brand { display: flex; align-items: center; gap: 9px; }
  body.print-audit #audit .aph-brand img { width: 28px; height: 28px; }
  body.print-audit #audit .aph-brand span { font-weight: 800; letter-spacing: -.02em; font-size: 1.15rem; color: #232C3B; }
  body.print-audit #audit .aph-brand b { color: #EC1C23; }
  body.print-audit #audit .aph-meta { margin-left: auto; text-align: right; }
  body.print-audit #audit .aph-title { font-weight: 700; font-size: 1.05rem; color: #232C3B; }
  body.print-audit #audit .aph-sub { font-family: var(--mono); font-size: .7rem; color: #5A6472; }
  body.print-audit #audit .audit-body { display: none !important; }
  body.print-audit #audit .audit-sample { display: block !important; padding: 0 !important; }
  body.print-audit #audit .audit-sample .cl-head { color: #5A6472 !important; }
  body.print-audit #audit .audit-sample .cl-head b { color: #232C3B !important; }
  body.print-audit #audit .pal-table { font-size: 9.5px; }
  body.print-audit #audit .pal-table th { color: #5A6472 !important; border-bottom: 1px solid #bbb !important; }
  body.print-audit #audit .pal-table td { color: #232C3B !important; border-bottom: 1px solid #e2e2e2 !important; }
  body.print-audit #audit .pal-table .aa { color: #5A6472 !important; }
  body.print-audit #audit .pal-group { color: #C1272C !important; }
  body.print-audit #audit .pal-table tr { break-inside: avoid; page-break-inside: avoid; }
  body.print-audit #audit .pal-table thead { display: table-header-group; }
  body.print-audit #audit .sw { box-shadow: inset 0 0 0 1px rgba(0,0,0,.25) !important;
    -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  body.print-audit #audit .pal-ramp { border-color: #ccc !important; }
  body.print-audit #audit .pal-ramp-note { color: #5A6472 !important; }
  body.print-audit #audit .audit-print-foot { display: block !important; margin-top: 16px; padding-top: 10px;
    border-top: 1px solid #C9D3CC; font-family: var(--mono); font-size: .66rem; color: #5A6472; }
  body.print-audit * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
