@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=DM+Sans:wght@300;400;500&family=DM+Mono:wght@300;400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ink: #0a0a0f;--paper: #f5f2ec;--gold: #b8975a;--gold-light: #d4b47a;--gold-pale: #f0e8d5;--mid: #5a5a6a;--line: rgba(184,151,90,.25);--serif: "Cormorant Garamond", serif;--sans: "DM Sans", sans-serif;--mono: "DM Mono", monospace}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--paper);font-family:var(--sans);font-weight:300;overflow-x:hidden}section{position:relative}.section-inner{max-width:1300px;margin:0 auto;padding:9rem 5rem}.section-label{font-family:var(--mono);font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem;display:flex;align-items:center;gap:.75rem}.section-label:before{content:"";display:block;width:1.5rem;height:1px;background:var(--gold)}.section-title{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,5rem);font-weight:300;line-height:1.15;margin-bottom:3rem}.section-title em{font-style:italic;color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollLine{0%{left:-100%}to{left:100%}}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.section-inner{padding:5rem 2rem}}
