:root {
  --ink: #20151b;
  --deep: #7d2751;
  --rose: #d85d98;
  --pink: #f9a8c9;
  --baby: #ffd6e7;
  --cream: #fff0f5;
  --white: #fff;
  --line: #ead5df;
  --muted: #765966;
  --success: #16745b;
  --shadow: 0 22px 55px rgba(72, 21, 45, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font:
    400 15px/1.65 "DM Sans",
    Arial,
    sans-serif;
}
a {
  color: inherit;
}
.skip {
  position: fixed;
  top: -70px;
  left: 14px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 14px;
}
.chapter-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 12px max(20px, calc((100% - 1320px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.96);
  backdrop-filter: blur(15px);
}
.chapter-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.chapter-brand img {
  display: block;
  width: 160px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}
.chapter-header nav {
  display: flex;
  gap: 23px;
  margin-left: auto;
}
.chapter-header nav a {
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  text-decoration: none;
}
.header-cta,
.button.dark {
  background: var(--ink);
  color: white;
}
.button.light {
  border: 1px solid var(--ink);
  background: white;
}
.chapter-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 55px;
  align-items: center;
  min-height: 720px;
  padding: 90px max(24px, calc((100% - 1220px) / 2));
  background:
    radial-gradient(circle at 8% 5%, #ffdbe9, transparent 37%),
    linear-gradient(135deg, var(--cream), #fff);
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.chapter-hero h1,
.section-heading h2,
.chapter-standards h2 {
  margin: 0;
  font:
    400 clamp(54px, 7vw, 92px) / 0.96 "DM Serif Display",
    serif;
}
.chapter-hero h1 em,
.section-heading h2 em {
  color: var(--rose);
  font-family: Pacifico, cursive;
  font-size: 0.68em;
  font-style: normal;
}
.chapter-hero > div > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
.resource-gateway {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(55px, 8vw, 90px) max(24px, calc((100% - 1220px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(249, 168, 201, 0.28), transparent 24rem),
    linear-gradient(140deg, #7d2751, #20151b);
}
.resource-gateway > div { max-width: 790px; }
.resource-gateway .eyebrow { color: var(--pink); }
.resource-gateway h2 {
  margin: 0;
  font: 400 clamp(44px, 5vw, 70px) / 0.98 "DM Serif Display", Georgia, serif;
}
.resource-gateway p:not(.eyebrow) { max-width: 700px; color: rgba(255, 255, 255, 0.74); font-size: 17px; }
.resource-gateway .button { flex: 0 0 auto; color: var(--ink); background: var(--white); }
.resource-gateway .button:hover { color: var(--white); background: var(--rose); }
.promise-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  color: var(--rose);
  font-weight: 800;
}
.hero-card {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.hero-card > p {
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.hero-card ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-card li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.hero-card b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--baby);
  color: var(--rose);
}
.chapter-section,
.resource-hub,
.chapter-standards {
  padding: 95px max(24px, calc((100% - 1220px) / 2));
}
.chapter-section {
  background: #fff;
}
.section-heading {
  max-width: 850px;
  margin-bottom: 36px;
}
.section-heading h2,
.chapter-standards h2 {
  font-size: clamp(44px, 5vw, 70px);
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
}
.chapter-filters {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 14px;
  margin-bottom: 22px;
}
.chapter-filters label,
.chapter-form label {
  display: grid;
  gap: 7px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
}
.chapter-filters input,
.chapter-filters select,
.chapter-form input,
.chapter-form select,
.chapter-form textarea {
  width: 100%;
  border: 1px solid #d8c0cb;
  border-radius: 12px;
  background: white;
  padding: 14px;
  color: var(--ink);
  font: inherit;
}
.chapter-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.chapter-directory article,
.resource-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 8px 22px rgba(61, 17, 40, 0.06);
}
.chapter-directory h3,
.resource-grid h3,
.pathway-grid h3 {
  margin: 6px 0;
  font: 400 28px/1.1 "DM Serif Display";
}
.chapter-directory p,
.resource-grid p,
.pathway-grid p {
  color: var(--muted);
}
.chapter-directory .chapter-status {
  display: inline-block;
  border-radius: 999px;
  background: var(--baby);
  padding: 5px 9px;
  color: var(--rose);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.empty-card {
  grid-column: 1/-1;
}
.chapter-pathway,
.resource-hub {
  padding: 95px max(24px, calc((100% - 1220px) / 2));
  background: var(--ink);
  color: white;
}
.section-heading.light > p:last-child,
.pathway-grid p,
.resource-hub .resource-grid p {
  color: #e8cad8;
}
.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.pathway-grid article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}
.pathway-grid b {
  color: var(--pink);
  font-size: 30px;
}
.chapter-form {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.membership-notice {
  margin: 0 0 28px;
  border-left: 5px solid var(--pink);
  border-radius: 14px;
  background: var(--cream);
  padding: 18px 20px;
  color: var(--deep);
}
.membership-notice strong,
.membership-notice a {
  display: block;
}
.membership-notice a {
  margin-top: 8px;
  color: var(--rose);
  font-weight: 900;
}
.form-progress {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.form-progress span {
  border-radius: 999px;
  background: white;
  padding: 7px 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.form-progress .active {
  background: var(--ink);
  color: white;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 18px;
}
.chapter-form label {
  margin: 9px 0;
}
.chapter-form label span {
  font-weight: 400;
  color: var(--muted);
}
.chapter-form textarea {
  min-height: 125px;
  resize: vertical;
}
.chapter-form .wide {
  grid-column: 1/-1;
}
.chapter-form .consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 11px;
  margin: 20px 0;
}
.chapter-form .consent input {
  width: auto;
  margin-top: 5px;
}
.chapter-form .submit {
  border: 0;
  cursor: pointer;
}
.chapter-form .submit:disabled {
  opacity: 0.55;
  cursor: wait;
}
.honeypot {
  position: absolute !important;
  left: -9999px;
}
.form-message {
  min-height: 24px;
  font-weight: 800;
  color: var(--rose);
}
.groupme-next-step {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(159, 40, 82, 0.2);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.55;
}
.groupme-next-step .button {
  justify-self: start;
  color: #fff;
}
.groupme-next-step small {
  color: var(--muted);
  font-size: 0.82rem;
}
.leadership-library {
  position: relative;
  z-index: 1;
  margin: 0 0 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: #fffaf7;
  padding: clamp(22px, 4vw, 44px);
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(20, 8, 14, 0.28);
}
.library-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 36px;
  align-items: end;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.library-heading h3,
.resource-browser-heading h3 {
  margin: 0;
  font: 400 clamp(34px, 4vw, 52px)/1.03 "DM Serif Display";
}
.library-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.academy-library-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 28px 0 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ink), #633145);
  padding: 30px;
  color: #fff;
}
.library-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.academy-library-card .library-kicker { color: #f3bed2; }
.academy-library-card h4,
.manual-card h4,
.workbook-heading h4 {
  margin: 0 0 9px;
  font: 400 30px/1.1 "DM Serif Display";
}
.academy-library-card p {
  max-width: 760px;
  margin: 0;
  color: #f3dce5;
}
.journey-stages {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}
.journey-stages li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.library-button,
.download-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.library-button.primary {
  background: var(--pink);
  color: var(--ink);
  white-space: nowrap;
}
.manual-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.manual-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(159, 40, 82, 0.15);
  border-radius: 18px;
  background: #fff;
  padding: 25px;
}
.manual-card > p:not(.draft-status) {
  margin: 0;
  color: var(--muted);
}
.draft-status {
  margin: 20px 0;
  border-left: 3px solid var(--gold);
  background: #fff7e8;
  padding: 10px 12px;
  color: #573b24;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.download-actions a {
  border: 1px solid var(--deep);
  color: var(--deep);
}
.download-actions a:first-child {
  background: var(--deep);
  color: #fff;
}
.workbook-library {
  margin-top: 16px;
  border: 1px solid rgba(159, 40, 82, 0.15);
  border-radius: 18px;
  background: #fcedf3;
  padding: 25px;
}
.workbook-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}
.workbook-heading h4 { margin-bottom: 0; }
.workbook-heading > p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.workbook-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.workbook-grid a {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(159, 40, 82, 0.14);
  border-radius: 12px;
  background: #fff;
  padding: 15px;
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}
.workbook-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--deep);
}
.workbook-grid a:last-child { grid-column: 1 / -1; }
.workbook-grid b { color: var(--deep); font-size: 13px; }
.workbook-grid span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.resource-browser-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.resource-browser-heading h3 { color: #fff; font-size: clamp(30px, 3vw, 42px); }
.resource-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.resource-tabs button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: transparent;
  color: white;
  padding: 9px 14px;
  font-weight: 800;
}
.resource-tabs button.active {
  background: var(--pink);
  color: var(--ink);
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.resource-grid article {
  display: flex;
  flex-direction: column;
  color: var(--ink);
}
.resource-hub .resource-grid article p {
  color: var(--muted);
}
.resource-grid .resource-label {
  color: var(--rose);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.resource-grid a {
  margin-top: auto;
  color: var(--rose);
  font-weight: 900;
}
.resource-grid .locked {
  color: var(--muted);
  font-size: 11px;
}
.chapter-standards {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  gap: 40px;
  background: linear-gradient(135deg, #fff4f8, #fff);
}
.chapter-standards ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chapter-standards li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.chapter-standards li:before {
  content: "♡";
  margin-right: 9px;
  color: var(--rose);
}
.chapter-standards aside {
  align-self: start;
  padding: 25px;
  border-radius: 18px;
  background: var(--ink);
  color: white;
}
.chapter-standards aside strong {
  font: 400 28px "DM Serif Display";
}
.chapter-standards aside p {
  color: #e8cad8;
}
.onboarding-section {
  background: linear-gradient(180deg, #fff, var(--cream));
}
.onboarding-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.onboarding-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  padding: 24px;
}
.onboarding-grid b {
  color: var(--rose);
  font-size: 32px;
}
.onboarding-grid h3 {
  margin: 6px 0;
  font: 400 25px "DM Serif Display";
}
.onboarding-grid p {
  margin-bottom: 0;
  color: var(--muted);
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 35px max(24px, calc((100% - 1220px) / 2));
  background: #170d12;
  color: white;
}
footer b,
footer span,
footer a {
  display: block;
}
footer span {
  color: var(--pink);
  font-size: 12px;
}
footer div:last-child {
  display: flex;
  gap: 20px;
}
footer a {
  font-size: 12px;
}
@media (max-width: 900px) {
  .chapter-header nav {
    display: none;
  }
  .chapter-hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .chapter-directory,
  .pathway-grid,
  .resource-grid,
  .onboarding-grid {
    grid-template-columns: 1fr 1fr;
  }
  .chapter-standards {
    grid-template-columns: 1fr;
  }
  .library-heading,
  .academy-library-card,
  .manual-library {
    grid-template-columns: 1fr;
  }
  .academy-library-card { align-items: start; }
  .academy-library-card .library-button { justify-self: start; }
  .form-grid,
  .chapter-filters {
    grid-template-columns: 1fr;
  }
  .chapter-form .wide {
    grid-column: auto;
  }
}
@media (max-width: 620px) {
  .header-cta {
    display: none;
  }
  .chapter-directory,
  .pathway-grid,
  .resource-grid,
  .onboarding-grid,
  .workbook-grid {
    grid-template-columns: 1fr;
  }
  .workbook-grid a:last-child { grid-column: auto; }
  .workbook-heading { display: block; }
  .workbook-heading > p { margin-top: 8px; }
  .leadership-library { border-radius: 18px; padding: 20px; }
  .academy-library-card,
  .manual-card,
  .workbook-library { padding: 20px; }
  .hero-actions,
  footer,
  footer div:last-child {
    flex-direction: column;
  }
  .chapter-hero h1 {
    font-size: 52px;
  }
  .chapter-form {
    padding: 22px;
  }
}

/* 2026 PGWS national editorial system */
:root {
  --ink: #2d2025;
  --deep: #9f2852;
  --rose: #9f2852;
  --pink: #e88fb3;
  --baby: #f8dce7;
  --cream: #fff8f1;
  --white: #fff;
  --gold: #c4a26a;
  --pearl: #fffdfb;
  --line: rgba(45, 32, 37, 0.13);
  --muted: #6f5a63;
  --shadow: 0 24px 70px rgba(68, 35, 47, 0.13);
}
::selection { background: var(--baby); color: var(--ink); }
body { background: var(--pearl); }
.chapter-header {
  min-height: 82px;
  padding-block: 10px;
  border-bottom-color: rgba(159, 40, 82, 0.13);
  background: rgba(255, 253, 251, 0.94);
  box-shadow: 0 8px 30px rgba(45, 32, 37, 0.04);
}
.chapter-brand img { width: 58px; height: 58px; border-radius: 14px; object-position: center; }
.chapter-header nav a { position: relative; color: #503d45; font-size: 11px; letter-spacing: 0.035em; }
.chapter-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--deep);
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.chapter-header nav a:hover::after { transform: scaleX(1); }
.header-cta,
.button { border-radius: 999px; }
.header-cta,
.button.dark { background: var(--ink); box-shadow: 0 10px 24px rgba(45, 32, 37, 0.14); }
.chapter-hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.85fr);
  min-height: 820px;
  background:
    radial-gradient(circle at 9% 10%, rgba(232, 143, 179, 0.2), transparent 28%),
    linear-gradient(135deg, var(--pearl), var(--cream) 62%, #f6e3ea);
}
.chapter-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.36;
  background-image: linear-gradient(rgba(196, 162, 106, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(196, 162, 106, 0.12) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}
.eyebrow { color: var(--deep); letter-spacing: 0.19em; }
.chapter-hero h1 { max-width: 720px; color: var(--ink); font-size: clamp(64px, 7.2vw, 104px); }
.chapter-hero h1 em { color: var(--deep); }
.chapter-hero > div > p:not(.eyebrow) { color: #65515a; font-size: 18px; line-height: 1.75; }
.promise-row { color: var(--deep); }
.hero-card {
  overflow: hidden;
  padding: 0 32px 32px;
  border: 9px solid rgba(255, 255, 255, 0.92);
  border-radius: 230px 230px 24px 24px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: none;
}
.chapter-hero-media { position: relative; height: 330px; margin: 0 -32px 26px; overflow: hidden; }
.chapter-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(45, 32, 37, 0.7)); }
.chapter-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.chapter-hero-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.chapter-hero-media figcaption span:not(:last-child)::after { content: " ◆"; margin-left: 16px; color: #f5cbd9; }
.hero-card > p { color: var(--deep); letter-spacing: 0.18em; }
.hero-card li { border-color: rgba(159, 40, 82, 0.13); }
.hero-card b { background: var(--baby); color: var(--deep); }
.chapter-section,
.resource-hub,
.chapter-standards,
.chapter-pathway { padding-block: clamp(76px, 8vw, 116px); }
.chapter-section { background: #fff; }
.chapter-directory article,
.resource-grid article,
.onboarding-grid article {
  border-radius: 16px;
  border-color: rgba(159, 40, 82, 0.14);
  box-shadow: 0 12px 35px rgba(68, 35, 47, 0.08);
}
.chapter-pathway { background: linear-gradient(145deg, var(--ink), #432631); }
.pathway-grid article { border-radius: 15px; background: rgba(255, 255, 255, 0.055); }
.pathway-grid b { color: #f1b9cf; }
.chapter-form { border-color: rgba(159, 40, 82, 0.16); border-radius: 20px; background: var(--cream); }
.chapter-filters input,
.chapter-filters select,
.chapter-form input,
.chapter-form select,
.chapter-form textarea { border-color: rgba(159, 40, 82, 0.2); border-radius: 10px; }
.chapter-filters input:focus,
.chapter-filters select:focus,
.chapter-form input:focus,
.chapter-form select:focus,
.chapter-form textarea:focus { outline: 3px solid rgba(196, 162, 106, 0.42); border-color: var(--gold); }
.resource-hub {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, #3c202c, var(--ink) 55%, #5b2639);
}
.resource-hub::after {
  content: "◆  ●  ●  ◆";
  position: absolute;
  top: 54px;
  right: max(24px, calc((100% - 1220px) / 2));
  color: rgba(232, 143, 179, 0.48);
  font-size: 14px;
  letter-spacing: 0.8em;
}
.privacy-callout { position: relative; z-index: 1; margin-bottom: 34px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 14px; background: rgba(255, 255, 255, 0.1); padding: 18px 20px; color: #fff; backdrop-filter: blur(12px); }
.privacy-callout p { color: #f1d9e2; }
.resource-tabs button { border-color: rgba(255, 255, 255, 0.27); }
.resource-tabs button.active { background: var(--pink); color: var(--ink); }
.resource-grid article { color: var(--ink); }
.chapter-standards { background: linear-gradient(135deg, var(--cream), #fff); }
.chapter-standards li::before { content: "◆"; color: var(--deep); }
.chapter-standards aside { border: 1px solid rgba(196, 162, 106, 0.42); border-radius: 16px; background: var(--ink); }
.onboarding-section { background: linear-gradient(180deg, #fff, var(--cream)); }
footer { background: var(--ink); }
.footer-identity { display: flex; align-items: center; gap: 14px; }
.footer-identity img { width: 58px; height: 58px; border-radius: 14px; object-fit: cover; }
.footer-identity b { letter-spacing: 0.05em; }
.footer-identity span { color: #f2b9cf; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (max-width: 900px) {
  .chapter-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { width: min(100%, 620px); margin: auto; }
}
@media (max-width: 620px) {
  .chapter-header { min-height: 68px; }
  .chapter-brand img { width: 48px; height: 48px; }
  .chapter-hero { padding-inline: 18px; }
  .chapter-hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-card { padding-inline: 22px; border-width: 7px; border-radius: 180px 180px 20px 20px; }
  .chapter-hero-media { height: 280px; margin-inline: -22px; }
  .resource-gateway { align-items: stretch; flex-direction: column; }
  .resource-gateway .button { width: 100%; }
  .resource-hub::after { display: none; }
  .footer-identity { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
