@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--font-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;--font-sans:"DM Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--bg:#f7f1ea;--bg-elevated:#fffaf5;--text:#111111;--text-muted:#6b645c;--text-soft:#8a8278;--accent:#c85a58;--accent-hover:#b34b49;--accent-soft:#e8c4c2;--border:rgba(17,17,17,0.12);--border-strong:rgba(17,17,17,0.22);--dark:#14110f;--dark-text:#f7f1ea;--dark-muted:rgba(247,241,234,0.68);--max-width:1280px;--header-height:5.25rem;--section-pad:clamp(4.5rem,8vw,7.5rem);--ease:cubic-bezier(0.22,1,0.36,1);color-scheme:light}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body.nav-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.section-shell{width:min(100% - 2.5rem,var(--max-width));margin-inline:auto}@media(min-width:768px){.section-shell{width:min(100% - 4rem,var(--max-width))}}.eyebrow{margin:0;color:var(--accent);font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.legal-page{min-height:100vh;display:grid;place-items:center;padding:6rem 1rem;background:var(--bg);color:var(--text)}.legal-page__inner{width:min(100%,760px);padding:2rem;border:1px solid var(--border);background:var(--bg-elevated)}.legal-page h1{margin:.75rem 0 1rem;font-family:var(--font-serif);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:500;line-height:1}.legal-page p{color:var(--text-muted);line-height:1.7}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}