:root{--bg:#fff;--fg:#222;--accent:#C4A265;--border:#e5e5e5;--bg-elev1:#f7f7f8}
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--fg);background:var(--bg);font-display:swap;line-height:1.6}
img,picture,video,canvas{max-width:100%;height:auto}
img[loading="lazy"]{content-visibility:auto}
.hero,header[role="banner"]{min-height:240px;contain:layout style}
h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(28px,5vw,42px);margin:0 0 .5em;line-height:1.2}
a{color:var(--accent);text-decoration:none}
a:hover,a:focus{text-decoration:underline}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:static;width:auto;height:auto;padding:8px;background:var(--accent);color:#fff;outline:3px solid #000}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
@media (prefers-color-scheme:dark){:root{--bg:#0f0f10;--fg:#f0f0f0;--bg-elev1:#1a1a1a;--border:#333}}