:root{--cream: #f7f4ef;--cream-dark: #ebe7e0;--cream-mid: #e5e0d8;--bark: #2a2520;--bark-light: #6b6560;--bark-muted: #8b8580;--sage: #5b7a5e;--sage-light: #7a9e7d;--sage-dark: #3f5a41;--sage-bg: #edf3ed;--gold: #c4a97d;--gold-light: #d9c9a5;--gold-dark: #9e8458;--gold-bg: #f5f0e5;--coral: #c2705a;--coral-bg: #f8edea;--info: #0c447c;--info-bg: #e6f1fb;--success: #3b6d11;--success-bg: #eaf3de;--warning: #854f0b;--warning-bg: #faeeda;--danger: #a32d2d;--danger-bg: #fcebeb;--white: #ffffff;--font-display: "DM Serif Display", Georgia, serif;--font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-mono: "SF Mono", "Fira Code", ui-monospace, monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 20px;--radius-pill: 100px;--shadow-sm: 0 1px 3px rgba(42, 37, 32, .06);--shadow-md: 0 4px 12px rgba(42, 37, 32, .08);--shadow-lg: 0 8px 30px rgba(42, 37, 32, .1);--shadow-xl: 0 16px 48px rgba(42, 37, 32, .12);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--max-width: 1200px;--side-padding: 60px;--side-padding-mobile: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-body);background:var(--cream);color:var(--bark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,svg{display:block;max-width:100%}.t-display{font-family:var(--font-display);font-size:72px;font-weight:400;line-height:1.05;letter-spacing:-.02em}.t-h1{font-family:var(--font-display);font-size:36px;font-weight:400;line-height:1.15;letter-spacing:-.01em}.t-h2{font-family:var(--font-display);font-size:24px;font-weight:400;line-height:1.25}.t-h3{font-family:var(--font-body);font-size:17px;font-weight:600;line-height:1.4}.t-body{font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.7;color:var(--bark-light)}.t-caption{font-family:var(--font-body);font-size:12px;line-height:1.5;color:var(--bark-muted)}.t-label{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sage)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--side-padding)}@media(max-width:768px){.container{padding:0 var(--side-padding-mobile)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--cream-mid);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--bark-muted)}::selection{background:var(--sage-bg);color:var(--sage-dark)}
