:root{--color-bg: #080c18;--color-accent: #b89b64;--color-accent-dim: rgba(184, 155, 100, .4);--color-highlight: #f5e8b4;--color-text: #f5f0e6;--color-muted: #8a8472;--color-border: #2a3147;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 48px;--space-2xl: 96px;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hero{max-width:var(--max-width);margin:0 auto;padding:var(--space-xl) var(--space-md) var(--space-2xl);display:flex;flex-direction:column;align-items:center;gap:var(--space-2xl)}.hero__header{text-align:center;max-width:860px}.hero__title{font-family:var(--font-display);font-size:clamp(2.25rem,4.6vw,3.75rem);font-weight:500;letter-spacing:.01em;text-align:center;margin:0;line-height:1.12}.hero__subtitle{font-size:1.0625rem;color:var(--color-muted);text-align:center;max-width:620px;margin:var(--space-md) auto 0;line-height:1.6}.hero__stage{width:100%;display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:var(--space-xl);align-items:center;will-change:transform}.hero__globe{min-width:0;display:flex;justify-content:center}.hero__featured{min-width:0;display:flex;justify-content:flex-start}@media (max-width: 860px){.hero__stage{grid-template-columns:1fr;gap:var(--space-lg)}.hero__featured{order:-1;justify-content:center}.hero__featured .featured-diplomat{max-width:100%;width:100%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
