:root{--color-bg:#080c09;--color-bg-soft:#0d120e;--color-surface:#111815;--color-surface-hover:#18201b;--color-surface-elevated:#1a221e;--color-text:#ecf0ea;--color-text-emphasis:#f8faf7;--color-text-secondary:#b9c1b4;--color-text-muted:#5f6b5c;--color-primary:#c49a3c;--color-primary-hover:#d9b055;--color-primary-soft:#c49a3c1f;--color-primary-glow:#c49a3c14;--color-secondary:#5a8a53;--color-accent:#966c22;--color-error:#dc5050;--color-border:#ffffff0d;--color-border-hover:#ffffff1a;--color-border-accent:#c49a3c26;--font-heading:"Georgia", "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"SF Mono", "Fira Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3.25rem;--font-weight-book:400;--font-weight-medium:550;--font-weight-bold:700;--letter-spacing-tight:-.025em;--letter-spacing-normal:0;--letter-spacing-wide:.02em;--leading-heading:1.1;--leading-body:1.65;--leading-tight:1.25;--space-xs:.375rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--space-xl:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 16px #00000038;--shadow-lg:0 12px 40px #0000004d;--shadow-button:0 2px 8px #c49a3c26;--shadow-card-hover:0 8px 32px #00000047;--shadow-cta:0 0 60px #c49a3c0f;--layout-page:1120px;--layout-narrow:720px;--layout-wide:1280px;--section-padding-y:clamp(3.5rem, 7vw, 6rem);--section-padding-compact:clamp(2rem, 4vw, 3.5rem);--grid-gap:clamp(1rem, 2vw, 1.5rem);--card-padding:clamp(1rem, 2vw, 1.5rem);--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration-fast:.15s;--duration-base:.25s;--duration-slow:.4s;--focus-ring:0 0 0 3px #c49a3c59}
@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes soft-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes subtle-reveal{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur()}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fade-in var(--duration-base) var(--ease-out) both}.animate-slide-up{animation:slide-up var(--duration-slow) var(--ease-out) both}.animate-slide-in-left{animation:slide-in-left var(--duration-slow) var(--ease-out) both}.animate-soft-scale{animation:soft-scale var(--duration-slow) var(--ease-out) both}.animate-subtle-reveal{animation:subtle-reveal var(--duration-slow) var(--ease-out) both}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:80ms}.stagger>:nth-child(3){animation-delay:.16s}.stagger>:nth-child(4){animation-delay:.24s}.stagger>:nth-child(5){animation-delay:.32s}.stagger>:nth-child(6){animation-delay:.4s}.hover-lift{transition:transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out)}.hover-lift:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.shimmer-placeholder{background:linear-gradient(90deg, var(--color-surface) 25%, var(--color-surface-hover) 50%, var(--color-surface) 75%);background-size:200% 100%;animation:2s ease-in-out infinite shimmer}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background:var(--color-bg);scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{line-height:var(--leading-body);font-weight:var(--font-weight-book);overflow-x:hidden}a{color:var(--color-primary);transition:color var(--duration-fast);text-decoration:underline}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto;display:block}:focus-visible{box-shadow:var(--focus-ring);outline:none}::selection{background:var(--color-primary-soft);color:var(--color-text-emphasis)}strong,b{font-weight:var(--font-weight-bold);color:var(--color-text-emphasis)}em,i{font-style:italic}hr{border:none;border-top:1px solid var(--color-border);margin:var(--space-xl) 0}
.Navbar-module__cRh5nW__header{z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border);background:#080c09e0;position:sticky;top:0}.Navbar-module__cRh5nW__nav{max-width:var(--layout-page);padding:1rem var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-xl);margin:0 auto;display:flex}.Navbar-module__cRh5nW__brand{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-primary);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-tight);overflow-wrap:break-word;word-break:break-word;max-width:100%;transition:color var(--duration-fast);flex-shrink:1;text-decoration:none}.Navbar-module__cRh5nW__brand:hover{color:var(--color-primary-hover);text-decoration:none}.Navbar-module__cRh5nW__links{gap:var(--space-lg);align-items:center;list-style:none;display:flex}.Navbar-module__cRh5nW__link{color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:.01em;padding:var(--space-xs) 0;transition:color var(--duration-fast);text-decoration:none;position:relative}.Navbar-module__cRh5nW__link:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width var(--duration-base) var(--ease-out);border-radius:1px;position:absolute;bottom:-2px;left:0}.Navbar-module__cRh5nW__link:hover{color:var(--color-text)}.Navbar-module__cRh5nW__link:hover:after{width:100%}.Navbar-module__cRh5nW__linkCta{color:var(--color-primary);font-weight:var(--font-weight-bold)}@media (max-width:768px){.Navbar-module__cRh5nW__nav{gap:var(--space-sm);padding:.75rem var(--space-md);flex-direction:column}.Navbar-module__cRh5nW__brand{font-size:var(--text-base)}.Navbar-module__cRh5nW__links{justify-content:center;gap:var(--space-md);overflow-wrap:break-word;flex-wrap:wrap;width:100%;max-width:100%;overflow:hidden}}
.Footer-module__3hUVsW__footer{background:var(--color-bg);border-top:1px solid var(--color-border);padding:var(--space-xl) 0 var(--space-lg)}.Footer-module__3hUVsW__inner{max-width:var(--layout-page);padding:0 var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-xl);flex-wrap:wrap;max-width:100vw;margin:0 auto;display:flex;overflow-x:hidden}.Footer-module__3hUVsW__brand{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-text-muted);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-tight);overflow-wrap:break-word;word-break:break-word;max-width:100%}.Footer-module__3hUVsW__links{gap:var(--space-lg);flex-wrap:wrap;max-width:100%;list-style:none;display:flex}.Footer-module__3hUVsW__link{color:var(--color-text-muted);font-size:var(--text-sm);transition:color var(--duration-fast);text-decoration:none}.Footer-module__3hUVsW__link:hover{color:var(--color-text)}.Footer-module__3hUVsW__tagline{text-align:center;width:100%;font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-md)}@media (max-width:768px){.Footer-module__3hUVsW__inner{text-align:center;gap:var(--space-md);flex-direction:column}.Footer-module__3hUVsW__links{justify-content:center}}
