:root{--theme-bg-primary: #faf9f6;--theme-bg-secondary: #f0eeea;--theme-bg-card: rgba(255, 255, 255, .85);--theme-text-primary: #1c1917;--theme-text-secondary: #57534e;--theme-text-tertiary: #a8a29e;--theme-accent: #b8860b;--theme-accent-glow: rgba(184, 134, 11, .2);--theme-accent-dark: #946b08;--theme-accent-light: #d4a745;--theme-water: #dbeafe;--theme-water-light: #3b82f6;--theme-gradient-start: #faf9f6;--theme-gradient-end: #f0eeea;--theme-border-color: rgba(28, 25, 23, .08);--theme-border-light: rgba(28, 25, 23, .05);--theme-bg-hover: rgba(28, 25, 23, .04);--theme-bg-active: rgba(28, 25, 23, .07);--theme-scrollbar-track: #faf9f6;--theme-scrollbar-thumb: #d6d3d1;--theme-scrollbar-thumb-hover: #a8a29e;--glass-bg: rgba(255, 255, 255, .72);--glass-border: rgba(28, 25, 23, .06);--glass-shadow: 0 8px 32px rgba(28, 25, 23, .06);--glass-blur: blur(20px);--deep-navy: var(--theme-bg-primary);--midnight: var(--theme-bg-secondary);--gold: var(--theme-accent);--gold-light: var(--theme-accent-light);--gold-dark: var(--theme-accent-dark);--ocean-blue: #2563eb;--ocean-deep: #1e3a5f;--ocean-light: #3b82f6;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--section-padding: clamp(4rem, 8vw, 8rem);--container-width: 1280px;--container-padding: clamp(1.25rem, 4vw, 3rem);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(28, 25, 23, .06);--shadow-md: 0 4px 16px rgba(28, 25, 23, .08);--shadow-lg: 0 8px 32px rgba(28, 25, 23, .1);--shadow-xl: 0 16px 48px rgba(28, 25, 23, .12);--shadow-gold: 0 4px 24px rgba(184, 134, 11, .2);--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-base: .35s cubic-bezier(.4, 0, .2, 1);--transition-slow: .6s cubic-bezier(.4, 0, .2, 1);--transition-spring: .5s cubic-bezier(.34, 1.56, .64, 1);--mobile-bar-height: 72px}:root[data-theme=night]{--theme-bg-primary: #0c1220;--theme-bg-secondary: #131c2e;--theme-bg-card: rgba(19, 28, 46, .8);--theme-text-primary: #e2e8f0;--theme-text-secondary: #94a3b8;--theme-text-tertiary: #64748b;--theme-accent: #e0a84c;--theme-accent-glow: rgba(224, 168, 76, .2);--theme-accent-dark: #c48d2a;--theme-accent-light: #f0c96e;--theme-water: #0f2847;--theme-water-light: #1e4070;--theme-gradient-start: #0c1220;--theme-gradient-end: #131c2e;--theme-border-color: rgba(226, 232, 240, .08);--theme-border-light: rgba(226, 232, 240, .04);--theme-bg-hover: rgba(226, 232, 240, .04);--theme-bg-active: rgba(226, 232, 240, .08);--theme-scrollbar-track: #0c1220;--theme-scrollbar-thumb: #334155;--theme-scrollbar-thumb-hover: #475569;--glass-bg: rgba(19, 28, 46, .65);--glass-border: rgba(226, 232, 240, .08);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .35);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .35);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .4);--shadow-gold: 0 4px 24px rgba(224, 168, 76, .25)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background:var(--theme-bg-primary);color:var(--theme-text-primary);line-height:1.6;overflow-x:hidden;transition:background var(--transition-slow),color var(--transition-slow)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--theme-scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb-hover)}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}.section{padding:var(--section-padding) 0;position:relative}.section-label{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.15;color:var(--theme-text-primary);margin-bottom:1.25rem}.section-subtitle{font-family:var(--font-body);font-size:clamp(.95rem,1.5vw,1.125rem);color:var(--theme-text-secondary);max-width:580px;line-height:1.7}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}::selection{background:var(--gold);color:#fff}@media(max-width:768px){body{padding-bottom:var(--mobile-bar-height)}}
