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