nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;background:var(--cream)}.wordmark{font-family:Cormorant Garamond,serif;font-weight:500;font-size:1.25rem;letter-spacing:.04em;color:var(--black);text-decoration:none}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;max-width:1200px}.hero h1{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(3rem,7vw,5.5rem);line-height:1.1;letter-spacing:-.02em;max-width:14ch;margin-bottom:2.5rem}.hero h1 em{font-style:italic;font-weight:300}.hero-sub{font-size:1.05rem;color:var(--muted);max-width:42ch;line-height:1.8}@media(max-width:768px){nav{padding:1.5rem 2rem}.hero{padding:0 2rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--cream: #F8F4EE;--black: #1A1A1A;--muted: #6B6560;--light-muted: #B5AFA8;--rule: #E0DBD4}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--cream);color:var(--black);font-family:Inter,-apple-system,sans-serif;font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased}
