@font-face { font-family: "PP Neue Montreal"; src: url("/fonts/PPNeueMontreal-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("/fonts/PPNeueMontreal-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("/fonts/PPNeueMontreal-Extrabold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("/fonts/PPNeueMontreal-Black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --page: #08080a;
  --surface: #0e0e11;
  --surface-raised: #141417;
  --text: #fafafa;
  --body: #aaaab2;
  --muted: #777780;
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.2);
  --header: rgba(5, 5, 5, 0.94);
  --pink: #ea63aa;
  --pink-ink: #ff7fbe;
  --button-text: #050505;
  --focus: rgba(234, 99, 170, 0.34);
  font-family: "PP Neue Montreal", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

:root[data-theme="light"] {
  color-scheme: light;
  --page: #fafafa;
  --surface: #ffffff;
  --surface-raised: #f3f3f5;
  --text: #050505;
  --body: #55555e;
  --muted: #7a7a83;
  --border: rgba(5, 5, 5, 0.12);
  --border-strong: rgba(5, 5, 5, 0.22);
  --header: rgba(250, 250, 250, 0.94);
  --pink: #df4f99;
  --pink-ink: #d81b79;
  --button-text: #050505;
  --focus: rgba(216, 27, 121, 0.24);
}

* { box-sizing: border-box; }
html { background: var(--page); }
body { margin: 0; color: var(--text); background: var(--page); }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--border);
  background: var(--header);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  width: min(1240px, 100%);
  height: 78px;
  margin: 0 auto;
  padding: 0 30px;
  align-items: center;
}

.brand-link { display: inline-flex; align-items: center; border-radius: 6px; }
.brand-link img { display: block; width: 120px; height: auto; }
.site-nav { display: flex; margin-left: auto; align-items: center; gap: 30px; }
.site-nav a { color: var(--body); font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav a:hover { color: var(--text); }
.nav-divider { width: 1px; height: 24px; background: var(--border); }

.theme-toggle {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  color: var(--text);
  background: transparent;
  cursor: pointer;
}

.theme-toggle:hover { border-color: var(--pink); color: var(--pink-ink); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .sun { display: block; }
.theme-toggle .moon { display: none; }
:root[data-theme="light"] .theme-toggle .sun { display: none; }
:root[data-theme="light"] .theme-toggle .moon { display: block; }
.theme-toggle:focus-visible, a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.home-main { overflow: hidden; }
.hero {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 112px 30px 104px;
  text-align: center;
}

.kicker {
  margin: 0 0 26px;
  color: var(--pink-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0 auto;
  font-size: clamp(58px, 8.4vw, 112px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

h1 span { display: block; color: var(--pink); }
.lead { max-width: 700px; margin: 36px auto 0; color: var(--body); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }

.resource-section {
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.resource-shell { width: min(1180px, 100%); margin: 0 auto; padding: 94px 30px 106px; }
.resource-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 80px; align-items: end; padding-bottom: 58px; }
.resource-intro .kicker { margin-bottom: 18px; }
.resource-intro h2 { max-width: 680px; margin: 0; font-size: clamp(42px, 5.8vw, 76px); font-weight: 500; line-height: 0.98; letter-spacing: -0.052em; }
.resource-intro h2 span { color: var(--pink); }
.resource-intro > p { margin: 0; color: var(--body); font-size: 17px; line-height: 1.65; }

.resource-list { border-bottom: 1px solid var(--border); }
.resource-row { display: grid; grid-template-columns: 54px 210px minmax(0, 1fr) auto; gap: 24px; padding: 28px 0; align-items: center; border-top: 1px solid var(--border); }
.resource-index { color: var(--pink-ink); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.resource-row h3 { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.025em; }
.resource-row p { max-width: 540px; margin: 0; color: var(--body); font-size: 15px; }
.resource-link, .actions a { display: inline-flex; min-height: 44px; padding: 10px 18px; align-items: center; justify-content: center; border: 1px solid var(--border-strong); border-radius: 999px; color: var(--text); font-size: 12px; font-weight: 800; letter-spacing: 0.01em; text-decoration: none; white-space: nowrap; }
.resource-link:hover, .actions a:hover { border-color: var(--pink); color: var(--pink-ink); }

.site-footer { border-top: 1px solid var(--border); background: var(--page); }
.footer-shell { display: grid; width: min(1180px, 100%); margin: 0 auto; padding: 42px 30px; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-brand img { display: block; width: 92px; height: auto; margin-bottom: 16px; }
.footer-brand p, .footer-links p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a { color: var(--body); font-size: 12px; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--pink-ink); }

.legal-main { width: min(980px, 100%); margin: 0 auto; padding: 92px 30px 108px; }
.legal-main .kicker { margin-bottom: 18px; }
.legal-main h1 { margin: 0; font-size: clamp(54px, 8vw, 92px); text-align: left; }
.legal-main .meta { margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.legal-panel { margin-top: 68px; border-bottom: 1px solid var(--border); }
.legal-panel h2 { margin: 0; padding: 34px 0 10px; border-top: 1px solid var(--border); font-size: 24px; font-weight: 600; letter-spacing: -0.025em; }
.legal-panel p, .legal-panel li { max-width: 760px; color: var(--body); font-size: 16px; line-height: 1.68; }
.legal-panel p { margin: 0 0 32px; }
.legal-panel ol, .legal-panel ul { max-width: 760px; margin: 0 0 32px; padding-left: 22px; }
.legal-panel li + li { margin-top: 9px; }
.legal-panel a { color: var(--pink-ink); font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.actions a:first-child { border-color: var(--pink); color: var(--button-text); background: var(--pink); }

@media (max-width: 860px) {
  .site-nav a { display: none; }
  .site-nav { gap: 18px; }
  .nav-divider { display: none; }
  .hero { padding-top: 88px; padding-bottom: 84px; }
  .resource-intro { grid-template-columns: 1fr; gap: 26px; }
  .resource-intro > p { max-width: 620px; }
  .resource-row { grid-template-columns: 44px 170px minmax(0, 1fr); }
  .resource-link { grid-column: 2 / -1; width: max-content; }
}

@media (max-width: 580px) {
  .header-shell { height: 70px; padding: 0 20px; }
  .brand-link img { width: 104px; }
  .theme-toggle { width: 40px; height: 40px; }
  .hero { padding: 70px 20px 68px; }
  h1 { font-size: clamp(50px, 15vw, 72px); line-height: 0.95; }
  .lead { margin-top: 28px; font-size: 17px; }
  .resource-shell { padding: 66px 20px 74px; }
  .resource-intro { padding-bottom: 42px; }
  .resource-intro h2 { font-size: 44px; }
  .resource-row { grid-template-columns: 40px minmax(0, 1fr); gap: 10px 14px; padding: 24px 0; }
  .resource-row h3 { font-size: 20px; }
  .resource-row p, .resource-link { grid-column: 2; }
  .resource-link { margin-top: 7px; }
  .footer-shell { padding: 34px 20px; grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 12px 18px; }
  .legal-main { padding: 70px 20px 82px; }
  .legal-main h1 { font-size: 56px; }
  .legal-panel { margin-top: 50px; }
  .legal-panel h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
