@charset "UTF-8";:root{--color-bg: #0a0a0a;--color-bg-alt: #111111;--color-bg-card: #161616;--color-bg-elevated: #1a1a1a;--color-surface: #1e1e1e;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--color-text: #f5f5f5;--color-text-secondary: #a0a0a0;--color-text-muted: #666666;--color-accent: #C9A96E;--color-accent-light: #dfc491;--color-accent-dark: #a8873f;--color-accent-glow: rgba(201, 169, 110, .15);--color-white: #ffffff;--color-black: #000000;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--text-6xl: 4.5rem;--text-7xl: 6rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--space-6xl: 12rem;--max-width: 1200px;--max-width-narrow: 900px;--header-height: 80px;--section-padding: clamp(4rem, 10vw, 8rem);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .2s;--duration-normal: .4s;--duration-slow: .6s;--duration-slower: 1s;--duration-extra-slower: 2s;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}.section-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-lg);display:flex;align-items:center;gap:var(--space-md)}.section-label:before{content:"";display:inline-block;width:40px;height:1px;background:var(--color-accent)}.section-title{font-family:var(--font-display);font-size:clamp(var(--text-3xl),5vw,var(--text-5xl));font-weight:400;line-height:1.15;color:var(--color-text);margin-bottom:var(--space-lg)}.section-subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.7;max-width:600px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;cursor:pointer;background:none;color:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;border:none;outline:none;background:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}@media(max-width:768px){.container{padding:0 var(--space-lg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-hover);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-dark)}::selection{background:var(--color-accent);color:var(--color-black)}
