:root{--color-bg: #FAFAF8;--color-surface: #F3F1ED;--color-surface-raised: #EBE8E2;--color-text-primary: #1A1A18;--color-text-secondary: #6B6B68;--color-text-tertiary: #9E9E9A;--color-accent: #C8A832;--color-accent-muted: #E8D88C;--color-accent-light: #F5EFD4;--color-success: #5C7C5C;--color-destructive: #C45C4A;--color-separator: #E5E3DF;--color-frame: #2A2A27}@media(prefers-color-scheme:dark){:root{--color-bg: #121210;--color-surface: #1E1E1C;--color-surface-raised: #2A2A27;--color-text-primary: #ECECEA;--color-text-secondary: #8A8A87;--color-text-tertiary: #5A5A58;--color-accent: #D4AF37;--color-accent-muted: #8C7A2E;--color-accent-light: #2A2410;--color-success: #6B8E6B;--color-destructive: #B85A4A;--color-separator: #2A2A27;--color-frame: #0A0A08}}:root{--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px}:root{--font-stack: "SF Pro Display", "Helvetica Neue", system-ui, sans-serif;--text-display: 48px;--text-hero: 34px;--text-title: 22px;--text-headline: 17px;--text-body: 17px;--text-subhead: 15px;--text-caption: 13px;--text-overline: 11px;--weight-ultralight: 200;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}:root{--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-stack);font-size:var(--text-body);font-weight:var(--weight-regular);line-height:1.6;color:var(--color-text-primary);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.text-display{font-size:var(--text-display);font-weight:var(--weight-ultralight);line-height:1.1;letter-spacing:-.02em}.text-hero{font-size:var(--text-hero);font-weight:var(--weight-bold);line-height:1.15;letter-spacing:-.015em}.text-title{font-size:var(--text-title);font-weight:var(--weight-semibold);line-height:1.3}.text-headline{font-size:var(--text-headline);font-weight:var(--weight-semibold);line-height:1.4}.text-body{font-size:var(--text-body);font-weight:var(--weight-regular);line-height:1.6}.text-subhead{font-size:var(--text-subhead);font-weight:var(--weight-regular);line-height:1.5}.text-caption{font-size:var(--text-caption);font-weight:var(--weight-medium);line-height:1.4}.text-overline{font-size:var(--text-overline);font-weight:var(--weight-bold);line-height:1.2;letter-spacing:.1em;text-transform:uppercase}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:var(--space-lg)}.section{padding-block:var(--space-4xl)}@media(max-width:768px){.section{padding-block:var(--space-3xl)}.text-display{font-size:36px}.text-hero{font-size:28px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);border-radius:var(--radius-full);font-family:var(--font-stack);font-size:var(--text-subhead);font-weight:var(--weight-semibold);cursor:pointer;border:none;transition:opacity .15s ease,transform .1s ease;text-decoration:none}.btn:hover{text-decoration:none;opacity:.88}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--color-accent);color:#1a1a18}.btn-secondary{background-color:var(--color-surface-raised);color:var(--color-text-primary)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-group{display:flex;flex-direction:column;gap:var(--space-xs)}.form-label{font-size:var(--text-caption);font-weight:var(--weight-semibold);color:var(--color-text-secondary);letter-spacing:.05em;text-transform:uppercase}.form-input,.form-select,.form-textarea{width:100%;padding:var(--space-md);background-color:var(--color-surface);border:1px solid var(--color-separator);border-radius:var(--radius-md);font-family:var(--font-stack);font-size:var(--text-body);color:var(--color-text-primary);transition:border-color .15s ease;appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-accent)}.form-textarea{resize:vertical;min-height:140px}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239E9E9A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-md) center;padding-right:var(--space-3xl)}.separator{border:none;border-top:1px solid var(--color-separator)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
