:root {
    --forest-base: #042420;
    --forest-raised: #06342d;
    --forest-lifted: #0a463c;
    --forest-sunk: #021512;
    --paper: #fbf8f1;
    --paper-card: #fffdf8;
    --paper-well: #efe8da;
    --ink: #0a2e28;              
    --ink-soft: #4a5f59;         
    --ink-title: #0a463c;        
    --link: #0b5f54;             
    --on-forest: #f6f2e9;                        
    --on-forest-2: rgba(246, 242, 233, .74);     
    --on-forest-muted: rgba(246, 242, 233, .62); 
    --on-forest-deco: rgba(246, 242, 233, .34);  
    --gold: #f4c24c;
    --gold-lit: #ffdd86;
    --gold-ink: #26210a;         
    --gilt: #b08a2e;             
    --teal: #12897a;             
    --teal-lit: #3dc0a7;         
    --danger-on-forest: #ffb4b4;
    --danger-on-paper: #b5443f;
    --info-on-forest: #a9c4ff;
    --info-on-paper: #2c4a7c;
    --font-display: 'Petrona', Georgia, 'Times New Roman', serif;
    --font-ui: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --font-data: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    --s1: 4px;
    --s2: 8px;
    --s3: 12px;
    --s4: 16px;
    --s5: 24px;
    --s6: 32px;
    --s7: 48px;
    --s8: 72px;
    --s9: 112px;
    --section: var(--s8);
    --r-sm: 8px;      
    --r-md: 12px;     
    --r-lg: 20px;     
    --r-pill: 999px;  
    --gutter: 20px;
    --measure: 68ch;  
    --max: 1320px;
}
@media (min-width: 480px) { :root { --gutter: 24px; } }
@media (min-width: 768px) { :root { --gutter: 40px; } }
@media (min-width: 1024px) { :root { --gutter: 56px; --section: var(--s9); } }
.surface-forest {
    --bg: var(--forest-base);
    --card: var(--forest-raised);
    --lifted: var(--forest-lifted);
    --well: var(--forest-sunk);
    --text: var(--on-forest);
    --text-2: var(--on-forest-2);
    --text-muted: var(--on-forest-muted);
    --text-title: var(--on-forest);
    --deco: var(--on-forest-deco);
    --rule: rgba(246, 242, 233, .1);
    --rule-strong: rgba(246, 242, 233, .24);
    --field-bg: var(--forest-sunk);
    --field-border: rgba(246, 242, 233, .18);
    --action: var(--gold);       
    --danger: var(--danger-on-forest);
    --info: var(--info-on-forest);
    --success: var(--teal-lit);
    --focus: var(--gold-lit);
    --shadow-raised: 0 12px 28px -18px rgba(0, 0, 0, .8);
    --shadow-float: 0 40px 70px -30px rgba(0, 0, 0, .9);
    background: var(--bg);
    color: var(--text);
}
.surface-paper {
    --bg: var(--paper);
    --card: var(--paper-card);
    --lifted: var(--paper-card);
    --well: var(--paper-well);
    --text: var(--ink);
    --text-2: var(--ink-soft);
    --text-muted: var(--ink-soft);
    --text-title: var(--ink-title);
    --deco: rgba(10, 46, 40, .28);
    --rule: rgba(10, 46, 40, .14);
    --rule-strong: rgba(10, 46, 40, .24);
    --field-bg: var(--paper-card);
    --field-border: rgba(10, 46, 40, .24);
    --action: var(--link);
    --danger: var(--danger-on-paper);
    --info: var(--info-on-paper);
    --success: var(--link);
    --focus: var(--gilt);
    --shadow-raised: 0 12px 28px -18px rgba(10, 46, 40, .3);
    --shadow-float: 0 40px 70px -30px rgba(10, 46, 40, .42);
    background: var(--bg);
    color: var(--text);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font: 400 16px/1.65 var(--font-ui);
    background: var(--paper);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; }
img, video { height: auto; display: block; }
:focus-visible {
    outline: 3px solid var(--focus, var(--gold-lit));
    outline-offset: 2px;
    border-radius: var(--r-sm);
}
:focus:not(:focus-visible) { outline: none; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}
.t-display-xl,
.t-display-l,
.t-display-m { font-family: var(--font-display); color: var(--text-title); margin: 0; text-wrap: balance; }
.t-display-xl { font-weight: 400; font-size: clamp(40px, 7vw, 68px); line-height: 1.02; letter-spacing: -.025em; }
.t-display-l  { font-weight: 400; font-size: clamp(30px, 4.6vw, 46px); line-height: 1.06; letter-spacing: -.02em; }
.t-display-m  { font-weight: 500; font-size: clamp(22px, 3vw, 28px); line-height: 1.15; letter-spacing: -.015em; }
.t-title  { font: 700 18px/1.35 var(--font-ui); letter-spacing: -.01em; margin: 0; color: var(--text); }
.t-body   { font: 400 16px/1.65 var(--font-ui); color: var(--text); margin: 0; max-width: var(--measure); }
.t-ui     { font: 600 15px/1.45 var(--font-ui); color: var(--text); }
.t-meta   { font: 500 13px/1.5 var(--font-ui); color: var(--text-muted); }
.t-eyebrow {
    font: 800 12px/1.4 var(--font-ui);
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0;
}
.t-data {
    font: 500 14px/1.4 var(--font-data);
    font-variant-numeric: tabular-nums;
    color: var(--text);
}
.t-soft { color: var(--text-2); }
.t-muted { color: var(--text-muted); }
.container {
    width: 100%;
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: var(--gutter);
}
.section { padding-block: var(--section); }
.grid { display: grid; gap: var(--s5); grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 480px)  { .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px)  { .grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } }
@media (min-width: 1024px) {
    .col-3 { grid-column: span 3; } .col-4 { grid-column: span 4; }
    .col-5 { grid-column: span 5; } .col-6 { grid-column: span 6; }
    .col-7 { grid-column: span 7; } .col-8 { grid-column: span 8; }
    .col-12 { grid-column: span 12; }
}
.stack { display: flex; flex-direction: column; gap: var(--s4); }
.row { display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999;
    padding: 10px var(--gutter);
    background: var(--gold);
    color: var(--gold-ink);
    font: 700 13.5px var(--font-ui);
    text-decoration: none;
}
.skip-link:focus {
    left: 0;
    outline: 3px solid var(--gilt);
    outline-offset: -3px;
}
.card {
    background: var(--card);
    border: 1px solid var(--rule);
    border-radius: var(--r-md);
    padding: var(--s5);
}
.card-raised { box-shadow: var(--shadow-raised); }
.card-float { box-shadow: var(--shadow-float); border-radius: var(--r-lg); }
.well {
    background: var(--well);
    border-radius: var(--r-sm);
    padding: var(--s4);
}
.btn {
    --btn-bg: transparent;
    --btn-fg: var(--action);
    --btn-border: transparent;
    --btn-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s2);
    min-height: 44px;
    padding: 12px 22px;
    border-radius: var(--r-pill);
    border: 1px solid var(--btn-border);
    background: var(--btn-bg);
    color: var(--btn-fg);
    box-shadow: var(--btn-shadow);
    font: 700 15px/1 var(--font-ui);
    text-decoration: none;
    cursor: pointer;
    transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
    -webkit-appearance: none;
    appearance: none;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary {
    --btn-bg: linear-gradient(135deg, var(--gold), var(--gold-lit));
    --btn-fg: var(--gold-ink);
    --btn-shadow: 0 14px 30px -16px rgba(244, 194, 76, .85);
}
.btn-secondary {
    --btn-bg: rgba(246, 242, 233, .06);
    --btn-border: var(--rule-strong);
    --btn-fg: var(--text);
    font-weight: 600;
}
.surface-paper .btn-secondary { --btn-bg: transparent; }
.btn-quiet { --btn-fg: var(--action); padding-inline: var(--s3); }
.btn-quiet:hover { text-decoration: underline; text-underline-offset: 3px; }
.btn-destructive {
    --btn-bg: rgba(181, 68, 63, .16);
    --btn-border: rgba(255, 180, 180, .45);
    --btn-fg: var(--danger);
}
.surface-paper .btn-destructive { --btn-border: rgba(181, 68, 63, .5); }
.btn-block { width: 100%; }
.btn-sm { min-height: 36px; padding: 8px 16px; font-size: 14px; }
.btn[data-pending] {
    opacity: .8;
    cursor: progress;
    pointer-events: none;
    transform: none;
}
.btn[data-pending]::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: gepa-spin .7s linear infinite;
    flex: none;
}
@keyframes gepa-spin { to { transform: rotate(360deg); } }
.btn[aria-disabled="true"] {
    cursor: not-allowed;
    --btn-bg: rgba(246, 242, 233, .06);
    --btn-border: var(--rule-strong);
    --btn-fg: rgba(246, 242, 233, .7);
    --btn-shadow: none;
}
.btn[aria-disabled="true"]:hover { transform: none; }
.surface-paper .btn[aria-disabled="true"] { --btn-fg: var(--ink-soft); }
.field { display: block; margin-bottom: var(--s4); }
.field-label {
    display: block;
    font: 700 13px/1.4 var(--font-ui);
    color: var(--text);
    margin-bottom: 7px;
}
.field-optional { font-weight: 500; color: var(--text-muted); }
.input,
.select,
.textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 13px 15px;
    border-radius: var(--r-sm);
    background: var(--field-bg);
    border: 1px solid var(--field-border);
    color: var(--text);
    font: 400 16px/1.5 var(--font-ui);   
    -webkit-appearance: none;
    appearance: none;
}
.textarea { min-height: 120px; resize: vertical; }
.select {
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
                      linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 19px) 50%, calc(100% - 13px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px;
}
.input::placeholder, .textarea::placeholder { color: var(--text-muted); opacity: 1; }
.field-hint {
    display: block;
    font: 400 13px/1.5 var(--font-ui);
    color: var(--text-muted);
    margin-top: 7px;
}
.input[aria-invalid="true"],
.select[aria-invalid="true"],
.textarea[aria-invalid="true"] {
    border: 1.5px solid var(--danger);
    box-shadow: 0 0 0 3px rgba(255, 180, 180, .14);
}
.surface-paper .input[aria-invalid="true"],
.surface-paper .select[aria-invalid="true"],
.surface-paper .textarea[aria-invalid="true"] {
    box-shadow: 0 0 0 3px rgba(181, 68, 63, .12);
}
.field-error {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 7px;
    font: 600 13px/1.45 var(--font-ui);
    color: var(--danger);
}
.field-error::before {
    content: "!";
    flex: none;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--danger);
    color: var(--bg);
    font: 700 11px/15px var(--font-ui);
    text-align: center;
}
.field-row { display: grid; gap: var(--s4); }
@media (min-width: 768px) { .field-row-2 { grid-template-columns: 1fr 1fr; } }
.badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 11px;
    border-radius: var(--r-pill);
    border: 1px solid transparent;
    font: 700 12.5px/1.3 var(--font-ui);
    white-space: nowrap;
}
.badge::before {
    content: "";
    flex: none;
    width: 7px;
    height: 7px;
    background: currentColor;
}
.badge-published   { color: var(--success); background: rgba(61, 192, 167, .12); }
.badge-published::before { border-radius: 50%; }
.badge-draft       { color: var(--text-muted); background: rgba(246, 242, 233, .07); }
.badge-draft::before { border-radius: 1px; }
.badge-coming      { color: var(--gold); background: rgba(244, 194, 76, .13); }
.badge-coming::before {
    width: 0; height: 0; background: none;
    border-left: 4px solid transparent; border-right: 4px solid transparent;
    border-bottom: 7px solid currentColor;
}
.badge-review      { color: var(--info); background: rgba(169, 196, 255, .12); }
.badge-review::before { transform: rotate(45deg); border-radius: 1px; }
.badge-revoked     { color: var(--danger); background: rgba(255, 180, 180, .12); }
.badge-revoked::before { width: 9px; height: 3px; border-radius: 1px; }
.badge-archived    { color: var(--text-muted); background: transparent; border: 1px dashed var(--rule-strong); }
.badge-archived::before { display: none; }
.surface-paper .badge-published { color: var(--link); background: rgba(11, 95, 84, .1); }
.surface-paper .badge-draft { color: var(--ink-soft); background: rgba(10, 46, 40, .06); }
.surface-paper .badge-coming { color: #6b5200; background: rgba(244, 194, 76, .18); }
.surface-paper .badge-review { color: var(--info-on-paper); background: rgba(44, 74, 124, .1); }
.surface-paper .badge-revoked { color: var(--danger-on-paper); background: rgba(181, 68, 63, .1); }
.toast-region {
    position: fixed;
    z-index: 200;
    right: var(--s5);
    bottom: var(--s5);
    display: flex;
    flex-direction: column;
    gap: var(--s3);
    max-width: min(420px, calc(100vw - 32px));
    pointer-events: none;
}
@media (max-width: 599px) {
    .toast-region {
        right: var(--s4);
        left: var(--s4);
        bottom: calc(var(--s4) + env(safe-area-inset-bottom, 0px));
        max-width: none;
    }
}
.toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    gap: var(--s3);
    padding: 14px 16px;
    border-radius: var(--r-md);
    background: var(--forest-lifted);
    color: var(--on-forest);
    border: 1px solid var(--rule-strong);
    box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .9);
    font: 500 14px/1.5 var(--font-ui);
    animation: gepa-toast-in .22s ease-out;
}
.toast-success { border-color: rgba(61, 192, 167, .5); }
.toast-error { border-color: rgba(255, 180, 180, .5); }
.toast-warning { border-color: rgba(244, 194, 76, .5); }
.toast-body { flex: 1; min-width: 0; }
.toast-dismiss {
    flex: none;
    width: 32px; height: 32px;
    display: grid; place-items: center;
    border: 0; border-radius: var(--r-sm);
    background: transparent;
    color: var(--on-forest-2);
    cursor: pointer;
}
.toast-dismiss:hover { background: rgba(246, 242, 233, .08); color: var(--on-forest); }
@keyframes gepa-toast-in { from { opacity: 0; transform: translateY(8px); } }
.table-shell {
    background: var(--card);
    border: 1px solid var(--rule);
    border-radius: var(--r-md);
    overflow: hidden;
}
.data-table { width: 100%; border-collapse: collapse; }
.data-table caption {
    caption-side: top;
    text-align: left;
    padding: var(--s4) var(--s5) 0;
    font: 500 13px/1.5 var(--font-ui);
    color: var(--text-muted);
}
.data-table th,
.data-table td {
    padding: 14px var(--s4);
    text-align: left;
    border-bottom: 1px solid var(--rule);
    vertical-align: middle;
}
.data-table th {
    font: 800 12px/1.4 var(--font-ui);
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-muted);
    white-space: nowrap;
}
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table td.num { font-family: var(--font-data); font-variant-numeric: tabular-nums; }
.table-cards { display: none; }
@media (max-width: 767px) {
    .data-table { display: none; }
    .table-cards { display: grid; gap: var(--s3); }
    .row-card {
        background: var(--card);
        border: 1px solid var(--rule);
        border-radius: var(--r-md);
        padding: var(--s4);
        display: grid;
        gap: var(--s3);
    }
    .row-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--s3); }
    .row-card-meta {
        display: flex; flex-wrap: wrap; gap: var(--s3);
        font: 500 13px/1.4 var(--font-data);
        font-variant-numeric: tabular-nums;
        color: var(--text-muted);
    }
}
.readiness { display: flex; align-items: center; gap: var(--s2); }
.readiness-bar {
    width: 60px; height: 6px;
    background: var(--well);
    border-radius: var(--r-pill);
    overflow: hidden;
    flex: none;
}
.readiness-fill { height: 100%; background: var(--gold); border-radius: inherit; }
.readiness-fill.is-complete { background: var(--success); }
.readiness-note { font: 500 12.5px/1.4 var(--font-ui); color: var(--danger); }
.progress {
    height: 6px;
    background: var(--well);
    border-radius: var(--r-pill);
    overflow: hidden;
}
.surface-forest .progress { background: rgba(246, 242, 233, .12); }
.progress-fill { height: 100%; background: var(--gold); border-radius: inherit; }
.overflow-btn {
    width: 40px; height: 40px;
    display: grid; place-items: center;
    border: 1px solid var(--rule);
    border-radius: var(--r-sm);
    background: transparent;
    color: var(--text-2);
    cursor: pointer;
}
.overflow-btn:hover { background: var(--well); color: var(--text); }
.dialog-backdrop {
    position: fixed; inset: 0; z-index: 300;
    background: rgba(2, 21, 18, .72);
    display: grid; place-items: center;
    padding: var(--s4);
}
.dialog {
    width: min(560px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    background: var(--card);
    color: var(--text);
    border: 1px solid var(--rule-strong);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-float);
    padding: var(--s6);
}
.icon {
    width: 20px; height: 20px;
    flex: none;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.icon-sm { width: 16px; height: 16px; }
.icon-lg { width: 24px; height: 24px; }
.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.rule { height: 1px; background: var(--rule); border: 0; margin: 0; }
.gilt-rule { height: 1px; background: var(--gilt); opacity: .55; border: 0; margin: 0; }
.tabular { font-variant-numeric: tabular-nums; }
.nowrap { white-space: nowrap; }
.empty-state {
    align-items: flex-start;
    gap: var(--s3);
    padding: var(--s6) var(--s5);
    text-align: left;
}
.empty-state-icon {
    display: grid;
    place-items: center;
    width: 44px; height: 44px;
    border-radius: var(--r-pill);
    background: var(--well);
    color: var(--text-muted);
}
.empty-state p { margin: 0; }
.grid-home {
    --forest: #042420;
    --forest-2: #06342d;
    --forest-3: #0a463c;
    --teal: #0c5c52;
    --teal-lit: #12897a;
    --gold: #f4c24c;
    --gold-hi: #ffdd86;
    --gold-press: #d9a531;
    --ivory: #f6f2e9;
    --ivory-dim: rgba(246, 242, 233, .66);
    --line-cold: rgba(244, 194, 76, .14);
    --shadow-lg: 0 40px 80px -32px rgba(4, 36, 32, .5);
    --shadow-card: 0 24px 46px -28px rgba(4, 36, 32, .42);
    --serif: 'Fraunces', Georgia, serif;
    --ease: cubic-bezier(.16, 1, .3, 1);
    --ease-io: cubic-bezier(.65, 0, .35, 1);
    --ease-hover: cubic-bezier(.22, 1, .36, 1);
    position: relative;
    isolation: isolate; 
    background: var(--forest);
    color: var(--ivory);
    font-family: Inter, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.grid-home ::selection { background: var(--gold); color: var(--forest); }
.gx-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.gx-grain {
    position: fixed;
    inset: 0;
    z-index: 14;
    pointer-events: none;
    opacity: .05;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.gx-vignette {
    position: fixed;
    inset: 0;
    z-index: 15;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 52%, rgba(4, 36, 32, .62) 100%);
}
.gx-current {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    pointer-events: none;
    overflow: visible;
}
.gx-meter {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 45;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .55rem .8rem;
    border: 1px solid rgba(244, 194, 76, .22);
    border-radius: 999px;
    background: rgba(4, 36, 32, .62);
    backdrop-filter: blur(10px);
    color: var(--ivory-dim);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.gx-meter.on { opacity: 1; transform: none; }
.gx-meter .gx-meter-label { white-space: nowrap; }
.gx-meter .gx-meter-bar { display: flex; gap: 2px; }
.gx-meter .gx-tick { width: 3px; height: 12px; border-radius: 2px; background: rgba(246, 242, 233, .18); transition: background .18s, box-shadow .18s; }
.gx-meter .gx-tick.lit { background: var(--gold); box-shadow: 0 0 6px rgba(244, 194, 76, .8); }
.gx-meter .gx-meter-state { color: var(--gold); min-width: 2.4em; }
.gx-sec { position: relative; z-index: 10; padding-block: clamp(4.5rem, 9vw, 8rem); }
.gx-inner { max-width: 1360px; margin: 0 auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }
.gx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: #3dc0a7;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.gx-eyebrow::before { content: ""; width: 30px; height: 1.5px; background: var(--gold); display: inline-block; }
.gx-h {
    font-family: var(--serif);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.02em;
    margin: 1rem 0 0;
}
.gx-h.xl { font-size: clamp(2.6rem, 6.2vw, 5.7rem); }
.gx-h.lg { font-size: clamp(2rem, 4vw, 3.5rem); }
.gx-h.md { font-size: clamp(1.5rem, 2.4vw, 2.15rem); }
.gx-h em { font-style: italic; color: var(--gold); }
.gx-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.6rem; }
.gx-sec-head p { color: var(--ivory-dim); max-width: 46ch; margin: .9rem 0 0; line-height: 1.6; }
.gx-js .gx-sec [data-reveal] {
    animation: gx-rise .55s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(var(--i, 0) * 45ms);
}
@keyframes gx-rise {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: none; }
}
@supports (animation-timeline: view()) {
    .gx-js .gx-sec [data-reveal] {
        animation-timeline: view();
        animation-range: entry 0% entry 40%;
        animation-delay: 0s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .gx-js .gx-sec [data-reveal] { animation: none; }
}
.gx-rule { height: 2px; background: linear-gradient(90deg, var(--gold), transparent); transform-origin: left; }
.gx-js .gx-rule { transform: scaleX(0); transition: transform .8s var(--ease) .1s; }
.gx-js .gx-sec.is-live .gx-rule { transform: scaleX(1); }
.gx-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .7rem;
    border-radius: 999px;
    background: rgba(18, 137, 122, .18);
    border: 1px solid rgba(244, 194, 76, .2);
    color: var(--gold);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.gx-btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .95rem 1.7rem;
    border-radius: 999px;
    border: 1.5px solid transparent;
    font-weight: 700;
    font-size: .98rem;
    transition: transform .22s var(--ease-hover), box-shadow .22s var(--ease-hover), background .22s;
}
.gx-btn .a { transition: transform .22s var(--ease-hover); }
.gx-btn:hover .a { transform: translateX(4px); }
.gx-btn.solid { background: linear-gradient(180deg, var(--gold-hi), var(--gold)); color: #3a2a00; box-shadow: 0 14px 34px -14px rgba(244, 194, 76, .75); }
.gx-btn.solid:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -14px rgba(244, 194, 76, .9); }
.gx-btn.ghost { border-color: rgba(246, 242, 233, .28); color: var(--ivory); }
.gx-btn.ghost:hover { border-color: var(--gold); background: rgba(244, 194, 76, .08); transform: translateY(-2px); }
.gx-photo { position: relative; overflow: hidden; background: var(--forest-2); }
.gx-photo img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: saturate(.5) contrast(1.06) brightness(.58);
    transform: scale(1.05);
    transition: filter 1.1s var(--ease), transform 1.3s var(--ease);
}
.gx-photo::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(150deg, rgba(4, 36, 32, .5), rgba(18, 137, 122, .12) 45%, rgba(244, 194, 76, .16));
    mix-blend-mode: soft-light;
}
.gx-photo::after {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(0deg, rgba(4, 36, 32, .92), rgba(4, 36, 32, .1) 55%, transparent);
}
.gx-sec.is-live .gx-photo img { filter: saturate(.94) contrast(1.06) brightness(.84); transform: scale(1); }
.gx-hero { min-height: 100svh; display: flex; align-items: center; padding-block: 7rem 4rem; overflow: hidden; }
.gx-hero-photo {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    -webkit-mask-image: radial-gradient(120% 100% at 60% 40%, #000 45%, transparent 92%);
    mask-image: radial-gradient(120% 100% at 60% 40%, #000 45%, transparent 92%);
}
.gx-hero-photo img {
    width: 100%; height: 116%; object-fit: cover;
    filter: saturate(.9) contrast(1.08) brightness(.72);
    animation: gx-ken 18s ease-out forwards;
    opacity: .82;
    transition: opacity 1.6s var(--ease), filter 1.6s var(--ease);
}
.gx-js .gx-hero-photo img { opacity: 0; filter: saturate(.62) contrast(1.08) brightness(.5); }
.gx-hero.ready .gx-hero-photo img { opacity: .96; filter: saturate(1) contrast(1.08) brightness(.92); }
.gx-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 36, 32, .9) 0%, rgba(4, 36, 32, .5) 42%, rgba(4, 36, 32, .1) 100%), linear-gradient(0deg, rgba(4, 36, 32, .55), transparent 40%); }
@keyframes gx-ken { from { transform: scale(1.08) translateY(-1%); } to { transform: scale(1) translateY(0); } }
.gx-hero-inner { position: relative; z-index: 10; max-width: 1360px; margin: 0 auto; padding-inline: clamp(1.25rem, 4vw, 3rem); width: 100%; }
.gx-hero-copy { max-width: 62ch; }
.gx-hero h1 { font-size: clamp(2.9rem, 8vw, 6.6rem); }
.gx-hero .gx-lead { color: rgba(246, 242, 233, .82); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.6; margin: 1.5rem 0 0; max-width: 34rem; }
.gx-hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.3rem; }
.gx-hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.6rem; padding-top: 1.5rem; border-top: 1px solid rgba(246, 242, 233, .14); color: rgba(246, 242, 233, .68); font-size: .9rem; }
.gx-hero-trust span { display: inline-flex; align-items: center; gap: .5rem; }
.gx-hero-trust span::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.gx-hero h1 .ln { display: block; overflow: hidden; }
.gx-hero h1 .ln > span { display: block; }
.gx-js .gx-hero h1 .ln > span { transform: translateY(110%); transition: transform .8s var(--ease); }
.gx-js .gx-hero.ready h1 .ln > span { transform: none; }
.gx-hero h1 .ln:nth-child(2) > span { transition-delay: .09s; }
.gx-hero h1 .ln:nth-child(3) > span { transition-delay: .18s; }
.gx-js .gx-hero .gx-fade { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.gx-js .gx-hero.ready .gx-fade { opacity: 1; transform: none; }
.gx-hero.ready .gx-lead { transition-delay: .28s; }
.gx-hero.ready .gx-hero-actions { transition-delay: .38s; }
.gx-hero.ready .gx-hero-trust { transition-delay: .48s; }
.gx-scrollcue { position: absolute; left: 50%; bottom: 26px; z-index: 10; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .5rem; color: var(--ivory-dim); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; }
.gx-scrollcue .tube { width: 1px; height: 42px; background: rgba(244, 194, 76, .25); position: relative; overflow: hidden; }
.gx-scrollcue .tube::after { content: ""; position: absolute; left: -1.5px; width: 4px; height: 10px; border-radius: 4px; background: var(--gold); box-shadow: 0 0 10px var(--gold); animation: gx-drop 2s var(--ease) infinite; }
@keyframes gx-drop { 0% { top: -12px; opacity: 0; } 30% { opacity: 1; } 100% { top: 44px; opacity: 0; } }
.gx-stats { background: var(--forest-2); }
.gx-stats-grid { display: grid; grid-template-columns: repeat(var(--stat-count, 4), 1fr); gap: 1px; background: rgba(244, 194, 76, .12); border: 1px solid rgba(244, 194, 76, .12); border-radius: 20px; overflow: hidden; }
.gx-stat { padding: 2.2rem 1.8rem; background: var(--forest); position: relative; }
.gx-stat .n { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 500; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.gx-stat .l { color: var(--ivory-dim); font-size: .8rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; margin-top: .7rem; }
.gx-stat .u { transition: transform .6s var(--ease); }
.gx-track-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.gx-track { position: relative; display: flex; flex-direction: column; border: 1px solid rgba(244, 194, 76, .14); border-radius: 18px; overflow: hidden; background: var(--forest-2); transition: transform .3s var(--ease-hover), border-color .3s; }
.gx-track:hover { transform: translateY(-7px); border-color: rgba(244, 194, 76, .5); }
.gx-track-thumb { aspect-ratio: 4 / 3; }
.gx-track:hover .gx-track-thumb img { transform: scale(1.06); filter: saturate(1) contrast(1.06) brightness(.9); }
.gx-track-body { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; }
.gx-track .num { font-family: var(--serif); color: var(--teal-lit); font-size: 1.1rem; opacity: .8; }
.gx-track h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; line-height: 1.15; margin: .5rem 0 .5rem; }
.gx-track p { color: var(--ivory-dim); font-size: .92rem; line-height: 1.55; flex: 1; margin: 0 0 1.2rem; }
.gx-track .go { display: inline-flex; align-items: center; gap: .45rem; color: var(--gold); font-weight: 700; font-size: .9rem; }
.gx-track:hover .go .a { transform: translateX(4px); }
.gx-track .go .a { transition: transform .22s; }
.gx-course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.gx-course { display: flex; flex-direction: column; border: 1px solid rgba(244, 194, 76, .13); border-radius: 18px; overflow: hidden; background: var(--forest-2); transition: transform .3s var(--ease-hover), box-shadow .3s; }
.gx-course:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7); }
.gx-course-thumb { aspect-ratio: 16 / 10; position: relative; }
.gx-course:hover .gx-course-thumb img { transform: scale(1.06); filter: saturate(1) contrast(1.06) brightness(.92); }
.gx-course-tags { position: absolute; z-index: 2; left: .8rem; bottom: .8rem; display: flex; gap: .4rem; }
.gx-course-tags .t { padding: .28rem .6rem; border-radius: 999px; font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; background: rgba(246, 242, 233, .92); color: var(--forest); backdrop-filter: blur(4px); }
.gx-course-tags .t.gold { background: var(--gold); color: #3a2a00; }
.gx-course-body { padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.gx-course-body h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; line-height: 1.2; margin: 0 0 .35rem; }
.gx-course-meta { color: #3dc0a7; font-size: .82rem; margin: 0 0 .8rem; }
.gx-course-body p { color: var(--ivory-dim); font-size: .9rem; line-height: 1.5; margin: 0 0 1.1rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gx-course .go { display: inline-flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(244, 194, 76, .12); padding-top: 1rem; color: var(--ivory); font-weight: 700; font-size: .9rem; }
.gx-course .go .a { color: var(--gold); transition: transform .22s; }
.gx-course:hover .go .a { transform: translateX(4px); }
.gx-faculty { background: var(--forest-2); }
.gx-fac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.gx-fac { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid rgba(246, 242, 233, .1); transition: transform .3s var(--ease-hover), border-color .3s; }
.gx-fac:hover { transform: translateY(-6px); border-color: rgba(244, 194, 76, .55); }
.gx-fac-photo { aspect-ratio: 3 / 4; }
.gx-fac:hover .gx-fac-photo img { filter: saturate(1) contrast(1.05) brightness(.95); transform: scale(1.04); }
.gx-fac-info { position: absolute; z-index: 2; inset: auto 0 0 0; padding: 1.2rem; }
.gx-fac-info .role { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gx-fac-info h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: .3rem 0 .2rem; }
.gx-fac-info p { color: var(--ivory-dim); font-size: .82rem; margin: 0; }
.gx-impact { position: relative; overflow: hidden; }
.gx-impact-photo { position: absolute; inset: 0; z-index: 1; }
.gx-impact-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.5) contrast(1.1) brightness(.42); transition: filter 1.4s var(--ease); }
.gx-impact.is-live .gx-impact-photo img { filter: saturate(.95) contrast(1.08) brightness(.66); }
.gx-impact-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 36, 32, .82), rgba(4, 36, 32, .55) 40%, rgba(4, 36, 32, .88)); }
.gx-impact .gx-inner { position: relative; z-index: 10; }
.gx-impact blockquote { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.22; margin: 1.4rem 0 0; max-width: 22ch; }
.gx-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 3rem; }
.gx-pillar { border-top: 1px solid rgba(244, 194, 76, .3); padding-top: 1rem; }
.gx-pillar .pn { font-family: var(--serif); color: var(--gold); font-size: 1.6rem; }
.gx-pillar h3 { font-size: 1rem; font-weight: 600; margin: .5rem 0 .4rem; }
.gx-pillar p { color: var(--ivory-dim); font-size: .88rem; line-height: 1.55; margin: 0; }
.gx-close-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.gx-panel { position: relative; border: 1px solid rgba(244, 194, 76, .16); border-radius: 24px; padding: clamp(1.8rem, 3vw, 2.8rem); overflow: hidden; }
.gx-panel-photo { position: absolute; inset: 0; z-index: 0; opacity: .18; }
.gx-panel-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) brightness(.6); }
.gx-panel > * { position: relative; z-index: 1; }
.gx-panel.verify { background: linear-gradient(150deg, rgba(18, 137, 122, .28), rgba(4, 36, 32, .6)); }
.gx-panel.corp { background: linear-gradient(150deg, rgba(244, 194, 76, .16), rgba(4, 36, 32, .6)); }
.gx-panel h2 { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 500; margin: 1rem 0 .7rem; }
.gx-panel p { color: rgba(246, 242, 233, .78); line-height: 1.6; margin: 0 0 1.6rem; max-width: 40ch; }
.gx-verify-field { position: relative; display: flex; gap: .6rem; flex-wrap: wrap; }
.gx-verify-field input { flex: 1; min-width: 200px; background: rgba(4, 36, 32, .55); border: 1px solid rgba(246, 242, 233, .18); border-bottom: 2px solid rgba(244, 194, 76, .3); border-radius: 12px; color: var(--ivory); padding: .9rem 1rem; font: inherit; transition: border-color .3s, box-shadow .3s; }
.gx-verify-field input:focus { outline: none; border-bottom-color: var(--gold); box-shadow: 0 6px 24px -12px rgba(244, 194, 76, .7); }
.gx-verify-field input::placeholder { color: rgba(246, 242, 233, .4); }
.gx-corp-btn { position: relative; }
.gx-corp-btn.solid { animation: gx-shimmer 3.5s ease-in-out infinite; }
@keyframes gx-shimmer { 0%, 100% { box-shadow: 0 14px 34px -14px rgba(244, 194, 76, .55); } 50% { box-shadow: 0 14px 44px -10px rgba(244, 194, 76, .9); } }
.gx-ground { text-align: center; padding-block: 3rem 4rem; position: relative; z-index: 10; }
.gx-ground .sym { font-size: 1.4rem; color: var(--gold); }
.gx-ground p { color: var(--ivory-dim); font-size: .85rem; margin: .6rem 0 0; }
@media (max-width: 1040px) {
    .gx-track-grid, .gx-fac-grid { grid-template-columns: repeat(2, 1fr); }
    .gx-course-grid { grid-template-columns: repeat(2, 1fr); }
    .gx-pillars { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .gx-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .gx-track-grid, .gx-course-grid, .gx-fac-grid, .gx-close-grid { grid-template-columns: 1fr; }
    .gx-sec-head { flex-direction: column; align-items: flex-start; }
    .gx-meter { right: 12px; bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .grid-home * { animation: none !important; }
    .gx-sec [data-reveal], .gx-hero .gx-fade, .gx-hero h1 .ln > span { opacity: 1 !important; transform: none !important; transition: none !important; }
    .gx-rule { transform: scaleX(1) !important; }
    .gx-hero-photo img { opacity: .82 !important; }
    .gx-photo img, .gx-impact-photo img { filter: saturate(.9) contrast(1.06) brightness(.8) !important; transform: none !important; }
}
.grid-home .gx-course-link {
    position: relative; display: block; margin-top: 1.5rem;
    padding: 1.05rem 3rem 1.05rem 1.2rem; border-radius: 16px;
    background: linear-gradient(135deg, rgba(18, 137, 122, .18), rgba(244, 194, 76, .07));
    border: 1px solid rgba(244, 194, 76, .3);
    text-decoration: none; color: inherit;
    transition: transform .2s cubic-bezier(.16,1,.3,1), border-color .2s, box-shadow .2s;
}
.grid-home .gx-course-link:hover {
    transform: translateY(-3px); border-color: var(--gold);
    box-shadow: 0 24px 48px -24px rgba(0, 0, 0, .8);
}
.grid-home .gx-course-k {
    display: block; margin-bottom: .3rem;
    color: var(--gold); font-size: .66rem; font-weight: 800;
    letter-spacing: .19em; text-transform: uppercase;
}
.grid-home .gx-course-link strong {
    display: block; font-family: var(--serif); font-weight: 500; font-size: 1.12rem; line-height: 1.25;
}
.grid-home .gx-course-m { display: block; margin-top: .35rem; font-size: .8rem; opacity: .72; }
.grid-home .gx-course-a {
    position: absolute; top: 50%; right: 1.2rem; transform: translateY(-50%);
    color: var(--gold); font-size: 1.2rem; transition: transform .2s;
}
.grid-home .gx-course-link:hover .gx-course-a { transform: translateY(-50%) translateX(4px); }
@media (prefers-reduced-motion: reduce) {
    .grid-home .gx-course-link, .grid-home .gx-course-a { transition: none; }
}
.grid-home .gx-halo { will-change: stroke-dashoffset; }
.grid-home .gx-live { will-change: stroke-dashoffset; }
.grid-home.gx-static .gx-halo,
.grid-home.gx-static .gx-live { will-change: auto; }
body { min-height: 100vh; display: flex; flex-direction: column; }
        main { flex: 1; }
        .site-header {
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 3px solid var(--gilt);
        }
        .site-header-inner {
            display: flex;
            align-items: center;
            gap: var(--s4);
            padding-block: 14px;
        }
        @media (min-width: 1024px) {
            .site-header-inner { gap: var(--s6); padding-block: 18px; }
        }
        .site-brand {
            display: flex;
            align-items: center;
            gap: var(--s3);
            flex: none;
            min-height: 44px;
            color: var(--text);
            text-decoration: none;
        }
        .site-brand img { height: 38px; width: auto; }
        .site-brand-name { display: flex; flex-direction: column; line-height: 1.1; }
        .site-brand-name strong {
            font-family: var(--font-display);
            font-size: 20px;
            font-weight: 500;
            letter-spacing: -.01em;
        }
        .site-brand-name span {
            font: 700 10px/1.3 var(--font-ui);
            letter-spacing: .14em;
            text-transform: uppercase;
            color: var(--text-2);
        }
        @media (max-width: 419px) {
            .site-brand-name span {
                position: absolute;
                width: 1px;
                height: 1px;
                overflow: hidden;
                clip-path: inset(50%);
                white-space: nowrap;
            }
        }
        .site-nav { display: none; }
        @media (min-width: 1024px) {
            .site-nav { display: flex; align-items: center; gap: 2px; flex: 1; }
        }
        .site-nav a {
            display: inline-flex;
            align-items: center;
            min-height: 44px;
            padding-inline: 14px;
            border-radius: var(--r-sm);
            color: var(--text-2);
            font: 600 15px/1 var(--font-ui);
            text-decoration: none;
        }
        .site-nav a:hover { background: color-mix(in srgb, var(--text) 8%, transparent); color: var(--text); }
        .site-nav a[aria-current="page"] {
            color: var(--text);
            box-shadow: inset 0 -2px 0 var(--gold);
            border-radius: var(--r-sm) var(--r-sm) 0 0;
        }
        .site-actions {
            display: flex;
            align-items: center;
            gap: var(--s2);
            margin-left: auto;
            flex: none;
        }
        .site-actions form { margin: 0; }
        .site-desk { display: none; }
        @media (min-width: 1024px) { .site-desk { display: inline-flex; } }
        .site-signup { min-height: 44px; padding: 11px 18px; }
        .site-signup-long { display: none; }
        @media (min-width: 1024px) {
            .site-signup-long { display: inline; }
            .site-signup-short { display: none; }
            .site-signup { padding: 12px 22px; font-size: 15px; }
        }
        .site-burger {
            display: none;
            width: 44px;
            height: 44px;
            place-items: center;
            flex: none;
            border: 1px solid var(--rule-strong);
            border-radius: var(--r-sm);
            background: transparent;
            color: var(--text);
            cursor: pointer;
        }
        .site-burger:hover { background: color-mix(in srgb, var(--text) 8%, transparent); }
        .js .site-burger { display: grid; }
        @media (min-width: 1024px) { .js .site-burger { display: none; } }
        .site-drawer { border-bottom: 1px solid var(--rule); }
        @media (min-width: 1024px) { .site-drawer { display: none; } }
        .js .site-drawer {
            position: fixed;
            inset: 0;
            z-index: 150;
            border: 0;
            background: color-mix(in srgb, var(--forest-sunk) 72%, transparent);
        }
        .site-drawer-panel {
            display: flex;
            flex-direction: column;
            gap: var(--s4);
            padding: var(--s4) var(--gutter) var(--s7);
        }
        .js .site-drawer-panel {
            max-height: 100%;
            overflow-y: auto;
            border-bottom: 1px solid var(--rule-strong);
            box-shadow: var(--shadow-float);
        }
        .site-drawer-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: var(--s3);
        }
        .site-drawer-close {
            width: 44px;
            height: 44px;
            display: grid;
            place-items: center;
            border: 1px solid var(--rule-strong);
            border-radius: var(--r-sm);
            color: var(--text);
            text-decoration: none;
        }
        .site-drawer-nav { display: flex; flex-direction: column; }
        .site-drawer-nav a,
        .site-drawer-nav button {
            display: flex;
            align-items: center;
            min-height: 48px;
            padding-inline: 2px;
            border: 0;
            background: none;
            color: var(--text);
            font: 600 17px/1.3 var(--font-ui);
            text-align: left;
            text-decoration: none;
            cursor: pointer;
        }
        .site-drawer-nav a[aria-current="page"] { color: var(--gold); }
        .site-drawer-group {
            display: flex;
            flex-direction: column;
            padding-top: var(--s3);
            border-top: 1px solid var(--rule);
        }
        .site-drawer-group a,
        .site-drawer-group button {
            font-size: 15px;
            font-weight: 500;
            min-height: 44px;
            color: var(--text-2);
        }
        .site-footer-inner { padding-block: var(--s7) var(--s6); }
        .site-footer-top {
            display: flex;
            flex-wrap: wrap;
            gap: var(--s5);
            justify-content: space-between;
            align-items: center;
        }
        .site-footer-brand {
            display: flex;
            align-items: center;
            gap: var(--s3);
            color: var(--text);
            text-decoration: none;
        }
        .site-footer-brand img { height: 32px; width: auto; }
        .site-footer-brand span {
            font-family: var(--font-display);
            font-size: 18px;
            font-weight: 500;
        }
        .site-footer-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0 var(--s5);
        }
        .site-footer-nav a {
            display: inline-flex;
            align-items: center;
            min-height: 44px;
            color: var(--text-2);
            font: 500 14.5px/1 var(--font-ui);
            text-decoration: none;
        }
        .site-footer-nav a:hover { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
        .site-footer-legal {
            display: flex;
            flex-wrap: wrap;
            gap: var(--s2) var(--s5);
            justify-content: space-between;
            margin-top: var(--s5);
            padding-top: var(--s5);
            border-top: 1px solid var(--rule);
        }
        .site-footer-legal a { color: var(--text-2); text-decoration: underline; text-underline-offset: 2px; }
.site-footer-policies { display: flex; flex-wrap: wrap; gap: var(--s4); margin-block: var(--s3); }
.site-footer-policies a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font: 600 13px/1 var(--font-ui);
    color: var(--on-forest-2);
    text-decoration: none;
}
.site-footer-policies a:hover { color: var(--on-forest); text-decoration: underline; text-underline-offset: 3px; }