@charset "UTF-8";:root{color-scheme:dark;--bg: #1a1714;--bg-deep: #120f0d;--surface: #231e19;--surface-solid: #29231d;--surface-raised: #322a22;--border: #3a3128;--border-strong: #4d4234;--text: #faf6ef;--muted: #a9a196;--muted-strong: #d8d2c6;--accent: #f4b000;--accent-strong: #ffc94d;--accent-soft: #e67e22;--accent-ink: #1a1206;--platinum: #faf6ef;--cool: #6f9c86;--display-font: "Fraunces", "Georgia", "Times New Roman", serif;--body-font: "Geist", system-ui, "Segoe UI", sans-serif;--mono-font: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;--radius: 1rem;--radius-lg: 1.5rem;--maxw: 1240px;--shadow-soft: 0 1px 0 color-mix(in srgb, var(--text) 6%, transparent);--shadow-lift: 0 24px 70px -30px rgba(0, 0, 0, .9);--glow: 0 0 40px -8px color-mix(in srgb, var(--accent) 40%, transparent)}:root[data-theme=light]{color-scheme:light;--bg: #faf6ef;--bg-deep: #efe8db;--surface: #ffffff;--surface-solid: #f6f1e7;--surface-raised: #ffffff;--border: #e6ddcd;--border-strong: #ccbfa8;--text: #1a1714;--muted: #6f6659;--muted-strong: #3a3128;--accent: #c67900;--accent-strong: #9c5f00;--accent-soft: #e67e22;--accent-ink: #ffffff;--platinum: #3a3128;--cool: #2f4f3e;--shadow-lift: 0 24px 70px -34px rgba(20, 30, 50, .45);--glow: 0 0 40px -10px color-mix(in srgb, var(--accent) 30%, transparent)}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;position:relative;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:var(--body-font);font-weight:400;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(90% 60% at 50% -15%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 60%),radial-gradient(120% 90% at 50% 120%,color-mix(in srgb,var(--cool) 7%,transparent),transparent 65%)}body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}body>app-root{position:relative;z-index:1}*,*:before,*:after{box-sizing:border-box}a{color:inherit}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4{font-family:var(--display-font);font-weight:600;letter-spacing:-.02em;line-height:1.05}::selection{background:var(--accent);color:var(--bg-deep)}.section-heading{display:grid;gap:.5rem;margin-bottom:1.5rem}.section-heading .eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--mono-font);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.section-heading .eyebrow:before{content:attr(data-index);color:var(--muted)}.section-heading h2{margin:0;font-size:clamp(1.9rem,4.5vw,3.4rem);font-weight:400;letter-spacing:-.03em;max-width:20ch}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
