*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
:root{
  --bx:#7a1a2e;--bx-mid:#a82840;--bx-light:#f5e8eb;--bx-pale:#fdf2f4;
  --bx-dark:#4a0f1c;--bx-deep:#2a0810;
  --gold:#c9a84c;
  --text:#0f0a0b;--text-s:#6b5a5f;--text-xs:#9e8a8f;
  --bg:#ffffff;--bg2:#faf7f8;
  --border:#e8dfe2;
  --r:14px;--r-sm:8px;
}
html{scroll-behavior:smooth;scroll-padding-top:68px;}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.75;}
a{color:var(--bx);text-decoration:none;}
a:hover{text-decoration:underline;}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:12px 24px;background:var(--bx);color:#fff;font-size:14px;border-radius:0 0 8px 0;text-decoration:none;}
.skip-link:focus{left:0;top:0;width:auto;height:auto;overflow:visible;}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
