:root{
  --wine:#67101a;
  --wine-2:#841522;
  --wine-dark:#3f0910;
  --gold:#c99b36;
  --gold-soft:#f2dfad;
  --cream:#f7f3ed;
  --paper:#fffdf9;
  --ink:#241f1c;
  --muted:#756d67;
  --line:#e7ddd2;
  --success:#1f7a52;
  --danger:#a12b38;
  --shadow:0 22px 60px rgba(61,10,15,.10);
  --shadow-sm:0 10px 28px rgba(61,10,15,.08);
  --radius:24px;
  --radius-sm:16px;
  --max:1220px;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --serif:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
h1,h2,h3,p{margin-top:0}
.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}
.eyebrow{
  display:block;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold);
}
.serif{font-family:var(--serif)}
.muted{color:var(--muted)}
.sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important
}
