:root {
  --ggs-base-bg: #0b0d12;
  --ggs-base-text: #e5e7eb;
  --ggs-base-text-strong: #ffffff;
  --ggs-base-text-muted: #cbd5e1;
  --ggs-base-link: #93c5fd;
  --ggs-base-warm: #ffd166;
  --ggs-base-action: #1a73e8;
  --ggs-base-text-on-cta: #111111;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.ggs-aeo-body {
  background: var(--ggs-base-bg);
  color: var(--ggs-base-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.ggs-aeo-body a { color: var(--ggs-base-link); }
.ggs-aeo-shell { min-height: 100vh; }
.ggs-aeo-banner { width: 100%; background: #000; }
.ggs-aeo-banner img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: contain; }
.ggs-aeo-wrap { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 64px; }
.ggs-aeo-nav { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 28px; }
.ggs-aeo-nav a { font-weight: 700; }
.ggs-aeo-index-header { max-width: 820px; padding: 30px 0 42px; }
.ggs-aeo-eyebrow { color: var(--ggs-base-warm); font-size: 14px; font-weight: 800; text-transform: uppercase; margin: 0 0 10px; }
.ggs-aeo-index-header h1,
.ggs-aeo-hero h1 { color: var(--ggs-base-text-strong); letter-spacing: 0; line-height: 1.12; margin: 0 0 16px; }
.ggs-aeo-index-header h1 { font-size: 58px; }
.ggs-aeo-index-header > p:not(.ggs-aeo-eyebrow) { font-size: 20px; margin: 0 0 12px; }
.ggs-aeo-date { color: var(--ggs-base-text-muted); font-weight: 650; margin: 8px 0 0; }
.ggs-aeo-directory { border-top: 1px solid rgba(255,255,255,.18); }
.ggs-aeo-directory-row { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.ggs-aeo-directory-row img { width: 112px; aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
.ggs-aeo-directory-row h2 { color: var(--ggs-base-text-strong); font-size: 25px; margin: 0 0 8px; }
.ggs-aeo-directory-row ul,
.ggs-aeo-talk-list { margin: 0; padding-left: 20px; }
.ggs-aeo-directory-row li + li,
.ggs-aeo-talk-list li + li { margin-top: 8px; }
.ggs-aeo-hero { display: grid; grid-template-columns: minmax(190px, 300px) minmax(0, 1fr); gap: 42px; align-items: center; padding: 42px 0 50px; border-bottom: 1px solid rgba(255,255,255,.18); }
.ggs-aeo-headshot { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
.ggs-aeo-hero h1 { font-size: 54px; }
.ggs-aeo-byline { font-size: 22px; margin: 0; }
.ggs-aeo-section { max-width: 820px; padding: 42px 0; }
.ggs-aeo-section + .ggs-aeo-section { border-top: 1px solid rgba(255,255,255,.18); }
.ggs-aeo-section h2,
.ggs-aeo-cta h2 { color: var(--ggs-base-text-strong); font-size: 28px; line-height: 1.2; margin: 0 0 18px; }
.ggs-aeo-section p { margin: 0 0 18px; }
.ggs-aeo-section ul,
.ggs-aeo-section ol { margin: 0 0 18px; padding-left: 24px; }
.ggs-aeo-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin: 14px 0; padding: 26px; border: 2px solid var(--ggs-base-warm); border-radius: 6px; background: rgba(255,255,255,.06); }
.ggs-aeo-cta h2 { margin-bottom: 8px; }
.ggs-aeo-cta p { margin: 0; }
.ggs-aeo-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; background: var(--ggs-base-warm); color: var(--ggs-base-text-on-cta) !important; border: 2px solid currentColor; border-radius: 6px; font-weight: 800; text-align: center; text-decoration: none; }
.ggs-aeo-button:hover,
.ggs-aeo-button:focus { filter: brightness(1.08); text-decoration: underline; }
.ggs-aeo-links { display: flex; flex-wrap: wrap; gap: 12px 22px; padding-top: 12px; }
.ggs-aeo-links a { font-weight: 700; }
.ggs-aeo-credits { border-top: 1px solid rgba(255,255,255,.18); margin-top: 34px; padding-top: 28px; color: var(--ggs-base-text-muted); }
.ggs-aeo-credits p { margin: 0 0 8px; }

@media (max-width: 700px) {
  .ggs-aeo-wrap { width: min(100% - 28px, 1100px); padding-top: 20px; }
  .ggs-aeo-nav { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ggs-aeo-hero { grid-template-columns: 1fr; gap: 26px; padding-top: 24px; }
  .ggs-aeo-headshot { max-width: 300px; }
  .ggs-aeo-index-header h1 { font-size: 40px; }
  .ggs-aeo-hero h1 { font-size: 38px; }
  .ggs-aeo-directory-row { grid-template-columns: 76px minmax(0, 1fr); gap: 16px; }
  .ggs-aeo-directory-row img { width: 76px; }
  .ggs-aeo-cta { grid-template-columns: 1fr; }
  .ggs-aeo-button { width: 100%; }
}
