@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Playfair+Display:wght@400;500;600&display=swap";:root{--cream: #F9F9F7;--charcoal: #2C2C2C;--soft-black: #1A1A1A;--warm-gray: #5A5A5A;--muted-gold: #C5B358;--bg: var(--cream);--text: var(--charcoal);--subtext: var(--warm-gray);--border: rgba(90, 90, 90, .1);--accent: var(--muted-gold);--accent-weak: rgba(197, 179, 88, .1);--shadow: 0 4px 20px rgba(0, 0, 0, .03);--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-32: 128px;--container-width: 1200px;--header-height: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:18px}body{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100vw}html{overflow-x:hidden}@media(max-width:768px){section{padding-top:var(--space-16)!important;padding-bottom:var(--space-16)!important}}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--soft-black);line-height:1.2;margin-bottom:var(--space-4)}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.01em}h3{font-size:1.5rem;font-weight:400}p{margin-bottom:var(--space-4);max-width:70ch}a{color:inherit;text-decoration:none;transition:opacity .3s ease,color .3s ease}button{font-family:inherit;cursor:pointer;border:none;background:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:1px solid var(--accent);outline-offset:4px}
