:root {
  color: #2b1548;
  background: #fff8f2;
  font-family: "Outfit", "Segoe UI", sans-serif;
  line-height: 1.55;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(880px 520px at -8% -12%, #ffe14a 0%, transparent 56%),
    radial-gradient(820px 500px at 110% -8%, #7ec4ff 0%, transparent 54%),
    radial-gradient(720px 460px at 96% 108%, #ff7a45 0%, transparent 52%),
    #fff8f2;
}
a { color: #2f6bff; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 560; letter-spacing: -0.03em; }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin: 0.2em 0 0.3em; }
h2 { font-size: 1.45rem; margin: 1.4em 0 0.4em; }
p, li { font-size: 1.02rem; }
.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: #2b1548;
  color: white;
  padding: 8px 12px;
  border-radius: 999px;
}
.skip:focus { top: 12px; }
.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b1548;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.15rem;
}
.brand-mark { display: block; width: 28px; height: 28px; }
.top nav { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.top nav a { color: #2b1548; font-weight: 650; text-decoration: none; }
.top nav a:hover { text-decoration: underline; }
main {
  width: min(760px, calc(100% - 32px));
  margin: 8px auto 32px;
  background: rgba(255, 252, 248, 0.92);
  border-radius: 22px;
  padding: 28px 28px 36px;
}
.kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff3d78;
}
.lede { color: #6b5684; font-size: 1.08rem; }
.disclaimer {
  background: #fff4d6;
  border: 1px solid rgba(43, 21, 72, 0.16);
  border-radius: 14px;
  padding: 12px 14px;
}
.site-footer {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 40px;
  color: #2b1548;
}
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.site-footer a { color: #2b1548; font-weight: 750; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
code { font-size: 0.92em; }
@media (max-width: 720px) {
  main { padding: 20px 16px 28px; }
}
