:root{--orange-50: #fef7f0;--orange-100: #fdebd9;--orange-200: #fad4b1;--orange-300: #f6b57f;--orange-400: #f18d4a;--orange-500: #e87025;--orange-600: #d4561a;--orange-700: #b04217;--blue-50: #f0f6fc;--blue-100: #dfeaf7;--blue-200: #c5d9f1;--blue-300: #9fc0e7;--blue-400: #729fd9;--blue-500: #4a7dc8;--blue-600: #3660a8;--blue-700: #2d4d88;--blue-800: #1e3a5f;--blue-900: #142842;--cream: #fdfbf7;--cream-dark: #f5f0e8;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--font-serif: "Instrument Serif", Georgia, serif;--font-sans: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;--section-padding: clamp(4rem, 10vw, 8rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.7;color:var(--slate-700);background-color:var(--cream);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.2;color:var(--slate-800)}p{margin-bottom:1rem}a{color:var(--orange-500);text-decoration:none;transition:color .2s ease}a:hover{color:var(--orange-600)}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-balance{text-wrap:balance}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes pulse-soft{0%,to{opacity:.6}50%{opacity:.9}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
