:root {
  --navy:         #002952;
  --navy-mid:     #003D7A;
  --navy-light:   #0052A3;
  --amber:        #C8860A;
  --amber-light:  #E6A010;
  --amber-pale:   #FFF3CC;
  --off-white:    #F8F5EE;
  --white:        #FFFFFF;
  --text-dark:    #1A1A1A;
  --text-mid:     #3A3A3A;
  --text-light:   #5A5A5A;
  --border:       #D0C8B8;
  --focus-ring:   #E6A010;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Serif 4', Georgia, serif;

  --base-size:    1.25rem;
  --nav-height:   5.5rem;
  --section-gap:  5rem;
  --radius:       0.375rem;
  --shadow:       0 4px 24px rgba(0,0,0,0.12);
  --shadow-deep:  0 8px 40px rgba(0,0,0,0.20);
  --transition:   280ms ease-out;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 20px; scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: var(--base-size); line-height: 1.7; color: var(--text-dark); background: var(--off-white); }
img { max-width: 100%; height: auto; display: block; }

/* ── SKIP LINK ── */
.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: var(--amber); color: var(--navy);
  font-weight: 700; font-size: 1.1rem;
  padding: 0.85rem 1.5rem; border-radius: var(--radius);
  z-index: 9999; text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 1rem; outline: 3px solid var(--navy); outline-offset: 2px; }
:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; border-radius: 2px; }

/* ── ANCHOR SECTIONS ── */
/* Only target anchor sections in acidstream-bookstore.html, not the main resources section in index.html */
.acidstream-bookstore #resources, 
.acidstream-bookstore #advocacy, 
.acidstream-bookstore #about, 
.acidstream-bookstore #appstore { height: 1px; }

/* ── TEMPORARY CONSTRUCTION NOTICE ── */
.temp-construction-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #b52d00;
  color: white;
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  border-bottom: 2px solid #941f00;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ── NAVIGATION DROPDOWN CONSTRUCTION NOTICES ── */
.nav-construction-container {
  text-align: center;
  line-height: 1.2;
}

.nav-construction-small {
  font-size: 0.5rem;
  color: var(--amber);
  margin-top: 1px;
}

.nav-construction-smaller {
  font-size: 0.45rem;
  color: var(--amber);
  line-height: 1;
}

.nav-construction-notice {
  padding: 12px 16px;
  margin-top: 8px;
  border-top: 1px solid rgba(200,134,10,.3);
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  color: rgba(255,255,255,.5);
  text-align: center;
  font-style: italic;
}

/* ── RESOURCE CATEGORY HEADING ── */
.resource-category-heading {
  font-family: var(--font-display);
  color: var(--navy);
  margin-top: 2.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
  font-weight: 700;
}

/* ── APP BUTTONS CONTAINER ── */
.app-button-container {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ── JOIN WAITLIST BUTTON ── */
.btn-waitlist {
  border: 2px solid var(--navy);
  color: var(--navy);
  font-weight: 700;
}

/* ── ADVOCACY BUTTONS CONTAINER ── */
.advocacy-button-container {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* ── ABOUT THE AUTHOR SECTION ── */
.about-author-section {
  background: var(--off-white);
  padding: 4rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.about-author-section h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--navy);
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
}

.about-author-section h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.author-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.author-header-image {
  text-align: center;
  margin-bottom: 2rem;
}

.author-main-photo {
  max-width: 300px;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 3px solid var(--amber-light);
}

.author-content p {
  font-size: 1.1rem;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  text-align: justify;
}

.author-image-container {
  float: right;
  margin: 0 0 1.5rem 2rem;
  max-width: 300px;
  text-align: center;
}

.author-photo {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 3px solid var(--amber-light);
}

.photo-caption {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--text-light);
  font-size: 0.95rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.author-quote {
  background: var(--navy);
  color: var(--amber-light);
  padding: 2rem;
  margin: 2rem 0;
  border-left: 4px solid var(--amber);
  font-family: var(--font-display);
  text-align: center;
  border-radius: var(--radius);
}

.author-quote p {
  font-size: 1.3rem;
  font-style: italic;
  margin: 0;
  color: var(--amber-light);
}

@media (max-width: 768px) {
  .about-author-section {
    padding: 2rem 1.5rem;
  }
  
  .author-image-container {
    float: none;
    margin: 1.5rem auto;
    max-width: 250px;
  }
  
  .author-content p {
    text-align: left;
  }
}

/* ── STATE RESOURCES CARDS ── */
.state-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow);
  transition: all var(--transition);
}

.state-card:hover {
  box-shadow: var(--shadow-deep);
  transform: translateY(-2px);
}

.state-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.state-name {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.4rem;
  margin: 0;
}

.resource-count {
  background: var(--amber);
  color: var(--navy);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.state-categories {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.category-tag {
  background: var(--navy-light);
  color: var(--white);
  padding: 0.2rem 0.6rem;
  border-radius: 15px;
  font-size: 0.75rem;
}

.state-resources {
  margin: 1rem 0;
}

.resource-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}

.resource-preview:last-child {
  border-bottom: none;
}

.resource-contact {
  color: var(--text-light);
  font-size: 0.9rem;
}

.more-resources {
  color: var(--amber);
  font-style: italic;
  text-align: center;
  padding: 0.5rem;
}

.view-state-btn {
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background var(--transition);
}

.view-state-btn:hover {
  background: var(--navy-light);
}

.no-resources, .no-results {
  text-align: center;
  color: var(--text-light);
  font-style: italic;
  padding: 2rem;
}

/* ── RESOURCE MODAL ── */
.resource-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: var(--white);
  max-width: 800px;
  max-height: 80vh;
  width: 90%;
  border-radius: var(--radius);
  overflow: hidden;
}

.modal-header {
  background: var(--navy);
  color: var(--white);
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
  font-family: var(--font-display);
}

.close-modal {
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.modal-body {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}

.resource-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.resource-card h4 {
  color: var(--navy);
  margin-bottom: 0.5rem;
}

/* ── RESOURCE CARD SECTIONS ── */
.resource-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.resource-section:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
}

.resource-section h5 {
  color: var(--navy-light);
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0;
  border-bottom: 2px solid var(--amber-light);
  display: inline-block;
}

.resource-section p {
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.resource-section a {
  color: var(--navy-light);
  text-decoration: underline;
  transition: color var(--transition);
}

.resource-section a:hover,
.resource-section a:focus {
  color: var(--amber);
  text-decoration: none;
}

/* ── ACCESSIBILITY HELPERS ── */
.resource-metadata {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.resource-metadata small {
  color: var(--text-light);
  font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── EXTERNAL LINK ACCESSIBILITY ── */
#external-link-desc {
  display: none;
}

/* ── BOOKSTORE PAGE STYLES ── */
.buy-button {
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber-light) 100%);
  color: var(--navy);
  border: none;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(200, 134, 10, 0.3);
}

.buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 134, 10, 0.4);
}

.feedback-notice {
  margin-top: 16px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

.resource-description {
  color: var(--text-mid);
  margin-bottom: 1rem;
}

.resource-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.detail-item {
  font-size: 0.95rem;
}

.detail-item a {
  color: var(--navy-light);
  text-decoration: none;
}

.detail-item a:hover {
  text-decoration: underline;
}

/* ── STICKY PRE-PUB BADGE (floating button, always visible) ── */
.prepub-float {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prepub-float-btn {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: var(--amber);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.6rem 0.9rem;
  border-radius: var(--radius) 0 0 var(--radius);
  box-shadow: -4px 0 20px rgba(0,0,0,0.35);
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.3;
}
.prepub-float-btn:hover,
.prepub-float-btn:focus {
  background: var(--amber-light);
  box-shadow: -6px 0 28px rgba(200,134,10,0.5);
  transform: translateY(-50%) translateX(-4px);
  outline: 3px solid var(--navy);
  outline-offset: 2px;
}
.prepub-float-btn:focus { transform: translateX(-4px); }
.prepub-price-pill {
  background: var(--navy);
  color: var(--amber-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius) 0 0 var(--radius);
  box-shadow: -3px 0 12px rgba(0,0,0,0.25);
  margin-top: 3px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* ── HERO CORNER BADGE (static, catches attention on arrival — LEFT side) ── */
.hero-corner-badge {
  position: absolute;
  top: 2rem;
  left: 0;
  background: var(--amber);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 0.9rem 1.2rem 0.9rem 1.6rem;
  text-decoration: none;
  box-shadow: 4px 4px 16px rgba(0,0,0,0.35);
  border-radius: 0 var(--radius) var(--radius) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  z-index: 10;
  transition: background var(--transition), transform var(--transition);
  animation: badgePulse 3s ease-in-out infinite;
}
.hero-corner-badge:hover, .hero-corner-badge:focus {
  background: var(--amber-light);
  transform: translateX(4px);
  outline: 3px solid var(--white);
  outline-offset: 2px;
}
.hero-corner-badge .badge-main { font-size: 1.15rem; font-weight: 900; }
.hero-corner-badge .badge-price { font-size: 1.4rem; font-weight: 900; font-family: var(--font-display); color: var(--navy); }
.hero-corner-badge .badge-dates { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; opacity: 0.85; }
@keyframes badgePulse {
  0%, 100% { box-shadow: 4px 4px 16px rgba(0,0,0,0.35); }
  50% { box-shadow: 8px 4px 32px rgba(200,134,10,0.6); }
}

/* ── HEADER ── */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--navy);
  box-shadow: 0 2px 16px rgba(0,0,0,0.30);
  border-bottom: 3px solid var(--amber);
}
.header-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 1.5rem; height: var(--nav-height);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}

/* Logo + brand */
.brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; flex-shrink: 0; }
.brand-logo {
  width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid var(--amber-light);
  box-shadow: 0 0 0 3px rgba(230,160,16,0.25);
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-size: 1.6rem; font-weight: 900; color: var(--amber-light); letter-spacing: 0.04em; }
.brand-tagline { font-size: 0.72rem; color: rgba(255,255,255,0.80); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }

/* Nav */
.primary-nav { display: flex; align-items: stretch; gap: 0; height: 100%; }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-trigger {
  display: flex; align-items: center; gap: 0.35rem;
  padding: 0 1.1rem; background: transparent; border: none;
  color: var(--white); font-family: var(--font-body); font-size: 0.92rem;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: background var(--transition), color var(--transition);
  height: 100%; border-bottom: 3px solid transparent;
}
.nav-trigger:hover, .nav-trigger[aria-expanded="true"] {
  background: var(--navy-mid); color: var(--amber-light); border-bottom-color: var(--amber);
}
.nav-chevron { display: inline-block; font-size: 0.65rem; transition: transform var(--transition); flex-shrink: 0; }
.nav-trigger[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 15rem;
  background: var(--white); border-top: 3px solid var(--amber);
  border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-deep); z-index: 800;
  transform-origin: top center;
  transform: perspective(600px) rotateX(-90deg);
  opacity: 0; visibility: hidden;
  transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
}
.nav-item.is-open .nav-dropdown { transform: perspective(600px) rotateX(0deg); opacity: 1; visibility: visible; }
.nav-dropdown a {
  display: block; padding: 0.85rem 1.25rem; color: var(--navy);
  text-decoration: none; font-size: 1rem; font-weight: 600;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition), color var(--transition), padding var(--transition);
}
.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:hover, .nav-dropdown a:focus { background: var(--amber-pale); color: var(--navy); padding-left: 1.75rem; }
.nav-toggle {
  display: none; background: none; border: 2px solid var(--amber);
  color: var(--amber); padding: 0.4rem 0.75rem; border-radius: var(--radius);
  cursor: pointer; font-size: 1.4rem; line-height: 1; font-weight: 700;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 60%, #004A99 100%);
  color: var(--white); padding: 5rem 1.5rem 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.015) 0px, rgba(255,255,255,0.015) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}
.hero-inner { max-width: 860px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.hero-eyebrow {
  display: inline-block; background: var(--amber); color: var(--navy);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.4rem 1.1rem; border-radius: 2rem; margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900;
  line-height: 1.2; color: var(--white); margin-bottom: 1.25rem;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.hero-headline em { color: var(--amber-light); font-style: italic; }
.hero-subhead { font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,0.92); max-width: 640px; margin: 0 auto 2.5rem; line-height: 1.75; }
.hero-cta-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 2rem; border-radius: var(--radius);
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 700;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: all var(--transition); min-height: 3.25rem;
}
.btn-primary { background: var(--amber); color: var(--navy); border-color: var(--amber); }
.btn-primary:hover { background: var(--amber-light); border-color: var(--amber-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,134,10,0.40); }
.btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-secondary:hover { background: rgba(255,255,255,0.14); border-color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: var(--shadow); }

/* ── SECTIONS ── */
.section { padding: var(--section-gap) 1.5rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); margin-bottom: 0.5rem; }
.section-title { font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 1rem; }
.section-subtitle { font-size: 1rem; font-weight: 500; color: var(--text-mid); max-width: 640px; line-height: 1.75; margin-bottom: 2.5rem; }
.section-rule { width: 4rem; height: 4px; background: var(--amber); border-radius: 2px; margin-bottom: 1.25rem; }

/* ── PILLARS ── */
.pillars { background: var(--off-white); }
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.75rem; }
.pillar-card {
  background: var(--white); border-radius: var(--radius); border: 1px solid var(--border);
  border-top: 5px solid var(--navy); padding: 2rem 1.75rem; text-decoration: none;
  color: inherit; display: flex; flex-direction: column; gap: 0.75rem;
  box-shadow: var(--shadow); transition: all var(--transition);
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-deep); border-top-color: var(--amber); }
.pillar-card:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.pillar-icon { font-size: 2.2rem; line-height: 1; }
.pillar-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--navy); }
.pillar-desc { font-size: 0.95rem; font-weight: 500; color: var(--text-mid); line-height: 1.65; flex: 1; }
.pillar-cta { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.92rem; font-weight: 700; color: var(--amber); text-decoration: none; margin-top: 0.5rem; }
.pillar-cta::after { content: '→'; transition: transform var(--transition); }
.pillar-card:hover .pillar-cta::after { transform: translateX(4px); }

/* ── BOOKSTORE ── */
.bookstore { background: var(--navy); color: var(--white); }
.bookstore .section-label { color: var(--amber-light); }
.bookstore .section-title { color: var(--white); }
.bookstore .section-subtitle { color: rgba(255,255,255,0.88); }
.bookstore .section-rule { background: var(--amber); }
.book-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 3.5rem; align-items: start; }
.book-cover-img {
  border-radius: 4px; border: 2px solid var(--amber);
  box-shadow: 8px 8px 0 var(--amber);
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
}
.book-cover-placeholder {
  background: linear-gradient(145deg, var(--navy-mid), #001A3A);
  border: 2px solid var(--amber); border-radius: 4px; padding: 3rem 2rem;
  text-align: center; box-shadow: 8px 8px 0 var(--amber); aspect-ratio: 3/4;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem;
}
.book-cover-placeholder .book-title-text { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--amber-light); font-style: italic; line-height: 1.3; }
.book-cover-placeholder .book-subtitle-text { font-size: 0.72rem; color: rgba(255,255,255,0.70); letter-spacing: 0.08em; }
.book-cover-placeholder .book-author-text { font-size: 0.82rem; color: var(--amber); font-weight: 700; letter-spacing: 0.06em; }
.book-details { display: flex; flex-direction: column; gap: 1.25rem; }
.book-description { font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.92); line-height: 1.8; }
.book-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.book-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.95rem; font-weight: 500; color: rgba(255,255,255,0.88); line-height: 1.55; }
.book-features li::before { content: '◆'; color: var(--amber); font-size: 0.6rem; margin-top: 0.45rem; flex-shrink: 0; }
.book-price-block { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 0.5rem; }
.book-price { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--amber-light); }

/* Pre-pub callout inside bookstore section */
.prepub-callout {
  background: rgba(200,134,10,0.15);
  border: 2px solid var(--amber);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem; margin-top: 0.5rem;
}
.prepub-callout-text { font-size: 1rem; font-weight: 700; color: var(--amber-light); }
.prepub-callout-text span { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; }

/* ── RESOURCES ── */
.resources { background: var(--off-white); }
.state-search-wrap { position: relative; max-width: 480px; margin-bottom: 2rem; }
.state-search-label { display: block; font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }
.state-search-input {
  width: 100%; padding: 0.9rem 1rem 0.9rem 3rem;
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 500;
  border: 2px solid var(--border); border-radius: var(--radius);
  background: var(--white); color: var(--text-dark);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.state-search-input:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(200,134,10,0.2); outline: none; }
.state-search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(25%); color: var(--text-light); pointer-events: none; font-size: 1.1rem; }
.state-search-hint { font-size: 0.82rem; font-weight: 500; color: var(--text-light); margin-top: 0.35rem; }
.state-list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.6rem; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1rem; background: var(--white);
}
.state-item {
  display: block; padding: 0.65rem 0.9rem; border-radius: var(--radius);
  background: var(--off-white); text-decoration: none; color: var(--navy);
  font-size: 0.95rem; font-weight: 700;
  transition: background var(--transition), color var(--transition);
  border: 1px solid transparent;
}
.state-item:hover, .state-item:focus { background: var(--amber-pale); border-color: var(--amber); color: var(--navy); }
.state-item.hidden { display: none; }
.no-results-msg { display: none; grid-column: 1 / -1; padding: 1.5rem; text-align: center; color: var(--text-light); font-style: italic; font-weight: 500; }
.no-results-msg.visible { display: block; }
.resource-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.category-chip {
  background: var(--white); border: 2px solid var(--border); border-radius: var(--radius);
  padding: 0.8rem 1.1rem; text-decoration: none; color: var(--navy);
  font-size: 0.92rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem;
  transition: all var(--transition);
}
.category-chip:hover { border-color: var(--amber); background: var(--amber-pale); transform: translateY(-2px); }
.chip-icon { font-size: 1.1rem; }

/* ── ADVOCACY ── */
.advocacy { background: var(--white); }
.advocacy-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.advocacy-quote { background: var(--navy); border-radius: var(--radius); padding: 2.5rem 2rem; position: relative; }
.advocacy-quote::before { content: '\201C'; font-family: var(--font-display); font-size: 6rem; color: var(--amber); opacity: 0.4; position: absolute; top: -1.5rem; left: 1.5rem; line-height: 1; }
.advocacy-quote-text { font-family: var(--font-display); font-size: 1.3rem; font-style: italic; color: var(--white); line-height: 1.65; position: relative; z-index: 1; }
.advocacy-quote-attr { margin-top: 1.25rem; font-size: 0.85rem; font-weight: 600; color: var(--amber-light); letter-spacing: 0.08em; }
.advocacy-content { display: flex; flex-direction: column; gap: 1.25rem; }
.advocacy-body { font-size: 1rem; font-weight: 500; color: var(--text-mid); line-height: 1.8; }

/* ── APP STORE ── */
.appstore { background: var(--amber-pale); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.app-card {
  background: var(--white); border-radius: var(--radius); border: 1px solid var(--border);
  border-left: 6px solid var(--amber); padding: 2rem; display: flex; gap: 1.5rem;
  align-items: flex-start; box-shadow: var(--shadow); max-width: 760px;
}
.app-icon-placeholder {
  width: 5rem; height: 5rem; background: var(--navy); border-radius: 1rem;
  display: flex; align-items: center; justify-content: center; font-size: 2.2rem;
  flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,41,82,0.25);
}
.app-info { display: flex; flex-direction: column; gap: 0.5rem; }
.app-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--navy); }
.app-desc { font-size: 0.95rem; font-weight: 500; color: var(--text-mid); line-height: 1.65; }
.app-platforms { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.25rem; }
.platform-badge { background: var(--navy); color: var(--white); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; padding: 0.25rem 0.65rem; border-radius: 1rem; }
.coming-soon-badge { background: var(--amber); color: var(--navy); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; padding: 0.25rem 0.75rem; border-radius: 1rem; }

/* ── FOOTER ── */
.site-footer { background: #001A3A; color: rgba(255,255,255,0.85); padding: 3.5rem 1.5rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .brand-name-foot { font-family: var(--font-display); font-size: 1.6rem; font-weight: 900; color: var(--amber-light); }
.footer-brand .brand-tag-foot { font-size: 0.78rem; color: rgba(255,255,255,0.55); letter-spacing: 0.10em; text-transform: uppercase; margin-top: 0.2rem; margin-bottom: 1rem; font-weight: 600; }
.footer-about { font-size: 0.92rem; font-weight: 500; line-height: 1.7; color: rgba(255,255,255,0.70); }
.footer-col-title { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--amber); margin-bottom: 1rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.70); text-decoration: none; font-size: 0.92rem; font-weight: 500; transition: color var(--transition); }
.footer-links a:hover { color: var(--amber-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; font-weight: 500;
  color: rgba(255,255,255,0.50);
}
.footer-bottom a { color: rgba(255,255,255,0.60); text-decoration: none; font-weight: 600; }
.footer-bottom a:hover { color: var(--amber-light); }
.accessibility-statement { font-size: 0.82rem; color: var(--amber); font-weight: 700; }
.amber-divider { height: 4px; background: linear-gradient(90deg, var(--amber) 0%, var(--amber-light) 50%, var(--amber) 100%); }

/* ── INLINE ERROR / LIVE REGIONS ── */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .book-layout { grid-template-columns: 1fr; }
  .book-cover-placeholder { max-width: 280px; margin: 0 auto; }
  .book-cover-img { max-width: 280px; margin: 0 auto; }
  .advocacy-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  html { font-size: 18px; }
  .primary-nav { display: none; }
  .primary-nav.nav-open { display: flex; flex-direction: column; }
  .nav-toggle { display: flex; }
  .site-header { position: static; }
  .header-inner { flex-wrap: wrap; height: auto; padding: 1rem 1.5rem; }
  .primary-nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--navy); z-index: 999; overflow-y: auto;
    padding: 5rem 1.5rem 2rem; gap: 0; align-items: stretch;
  }
  .primary-nav.nav-open { display: flex; }
  .nav-item { flex-direction: column; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .nav-trigger { padding: 1rem 0.5rem; font-size: 1.1rem; width: 100%; }
  .nav-dropdown { position: static; transform: none !important; opacity: 1 !important; visibility: visible !important; box-shadow: none; border-top: none; border-left: 3px solid var(--amber); border-radius: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .nav-item.is-open .nav-dropdown { max-height: 1000px; }
  .mobile-close { position: absolute; top: 1rem; right: 1.5rem; background: none; border: 2px solid rgba(255,255,255,0.5); color: var(--white); font-size: 1.2rem; padding: 0.3rem 0.7rem; border-radius: var(--radius); cursor: pointer; }
  .hero { padding: 3rem 1.5rem 3rem; }
  .hero-corner-badge { top: 1rem; left: 0; font-size: 0.88rem; padding: 0.7rem 0.9rem 0.7rem 1.1rem; }
  .hero-corner-badge .badge-price { font-size: 1.15rem; }
  .section { padding: 3rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .app-card { flex-direction: column; }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .state-list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .prepub-float-btn { font-size: 0.88rem; padding: 1.2rem 0.75rem; }
}
@media print {
  .site-header, .hero-cta-group, .site-footer, .prepub-float { display: none; }
  body { font-size: 12pt; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-corner-badge { animation: none; }
  * { transition-duration: 0.01ms !important; }
}