@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Cormorant+SC:wght@300;400&family=Corinthia:wght@400;700&family=EB+Garamond:ital,wght@1,400&family=DM+Sans:ital,wght@0,300;0,400;1,300&display=swap");:root{--color-warm:#fffef9;--color-cream:#faf9f6;--color-parchment:#f2f0eb;--color-charcoal:#2d2c29;--color-ink:#1a1814;--color-ink-light:#3d3a33;--color-ink-mid:#6b6560;--color-ink-faint:#a09990;--color-gold:#b8936a;--color-gold-light:#d4b48f;--color-gold-dark:#8a6a45;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sc:"Cormorant SC",serif;--font-script:"Corinthia",cursive;--font-sans:"DM Sans",sans-serif;--text-xs:0.85rem;--text-sm:0.75rem;--text-base:0.95rem;--text-md:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:2.8rem;--text-4xl:3.8rem;--text-script-sm:2rem;--text-script-md:3.5rem;--text-script-lg:5.5rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4rem;--space-10:5rem;--space-11:6rem;--space-12:7rem;--grid-gap:1.5rem;--grid-max:1400px;--grid-padding:4rem;--tracking-tight:-0.01em;--tracking-wide:0.1em;--tracking-wider:0.18em;--tracking-widest:0.24em;--leading-tight:1.05;--leading-snug:1.2;--leading-normal:1.45;--leading-relaxed:1.85;--leading-loose:1.92;--shadow-sm:0 2px 12px rgba(26,24,20,.06);--shadow-md:0 8px 40px rgba(26,24,20,.12);--ease-default:0.3s ease;--ease-reveal:0.85s ease;--ease-draw:2.8s cubic-bezier(.25,.1,.25,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-warm);color:var(--color-ink);font-family:var(--font-sans);font-weight:300;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap);max-width:var(--grid-max);margin:0 auto;padding:0 var(--grid-padding)}.sr,.sr-left,.sr-right{opacity:1!important;transform:none!important;transition:none!important}@media (max-width:768px){:root{--grid-padding:1.5rem}.grid{grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 1.5rem}}