:root{--bg: #FDFBF7;--surface: #F5EFE6;--fg: #3E2C20;--muted: #8B7355;--primary: #C2956B;--secondary: #A3B18A;--accent: #E6A970;--border: #E5DDD0;--ring: #C2956B;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Karla", system-ui, sans-serif;--text-sm: 14px;--text-base: 18px;--text-lg: 22px;--text-xl: 28px;--text-2xl: 36px;--text-3xl: 48px;--text-4xl: 64px;--text-5xl: 80px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--radius: 12px;--radius-lg: 20px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(62, 44, 32, .08);--shadow-md: 0 4px 12px rgba(62, 44, 32, .1);--shadow-lg: 0 12px 40px rgba(62, 44, 32, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.7;color:var(--fg);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.15;color:var(--fg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}::selection{background:var(--accent);color:var(--fg)}.hand-underline{position:relative;display:inline-block}.hand-underline svg{position:absolute;bottom:-8px;left:0;width:100%;height:12px;pointer-events:none}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.paper-texture{position:relative}.paper-texture:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.76 0 0 0 0 0.58 0 0 0 0 0.42 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;opacity:.5;z-index:0}.paper-texture>*{position:relative;z-index:1}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
