@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--color-bg:#f9f7f4;--color-surface:#f0ede8;--color-border:#e5e0d8;--color-border-strong:#c8c0b4;--color-text:#1c1a18;--color-text-muted:#7a7269;--color-accent:#8b5e3c;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-8:48px;--space-10:64px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);min-height:100dvh;line-height:1.6}.page-hero{padding:var(--space-8) var(--space-6) var(--space-6);border-bottom:1px solid var(--color-border);max-width:1280px;margin:0 auto}.page-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-2);font-size:.7rem;font-weight:700}.page-hero__title{font-family:var(--font-display);color:var(--color-text);margin-bottom:var(--space-3);letter-spacing:-.01em;font-size:clamp(2rem,5vw,3.2rem);font-weight:300;line-height:1.1}.page-hero__sub{color:var(--color-text-muted);max-width:520px;font-size:1rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:999px}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}
