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