#divine-light {
  position: fixed;
  width: 700px;
  height: 700px;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(255, 248, 220, 0.36) 0%, rgba(255, 229, 138, 0.28) 15%, rgba(215, 147, 36, 0.16) 35%, rgba(215, 147, 36, 0.06) 55%, transparent 72%);
  mix-blend-mode: screen;
  filter: blur(4px);
  will-change: left, top;
}

#divine-light::after {
  content: "";
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 240, 0.30) 0%, rgba(255, 229, 138, 0.14) 40%, transparent 70%);
  filter: blur(8px);
}

@media (hover: none) {
  #divine-light { display: none; }
}

:root {
  --navy: #00005c;
  --deep-navy: #000131;
  --ink: #101522;
  --gold: #d79324;
  --bright-gold: #ffe58a;
  --bronze: #b47530;
  --ivory: #fffaf0;
  --paper: #ffffff;
  --soft-gray: #eef0f5;
  --burgundy: #68131a;
  --muted: #59606f;
  --shadow: 0 20px 50px rgba(3, 8, 39, 0.16);
}

/* Reference mockup homepage */
.reference-page {
  position: relative;
  min-height: 100vh;
  color: #fff;
  background-color: var(--deep-navy);
  background-image:
    radial-gradient(circle at 11% 5%, rgba(215, 147, 36, 0.46), transparent 17rem),
    linear-gradient(180deg, rgba(0, 1, 49, 0.24), rgba(0, 0, 65, 0.4)),
    url("assets/njccp-background-logo.jpg");
  background-position: left top, center center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, min(92vw, 1120px) auto;
  background-attachment: fixed, fixed, fixed;
  font-family: Georgia, "Times New Roman", serif;
}

.reference-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 11% 5%, rgba(215, 147, 36, 0.46), transparent 17rem),
    linear-gradient(180deg, rgba(0, 1, 49, 0.24), rgba(0, 0, 65, 0.4)),
    url("assets/njccp-background-logo.jpg") center center / min(92vw, 1120px) auto no-repeat,
    #000131;
}

.reference-page > * {
  position: relative;
  z-index: 1;
}

.reference-page a {
  text-decoration: none;
}

.ref-header {
  width: min(1122px, 100%);
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr 225px;
  align-items: center;
  gap: 1.25rem;
  padding: 0.7rem 1.45rem;
  background: rgba(0, 1, 49, 0.92);
  border-bottom: 1px solid var(--gold);
}

.ref-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  min-width: 0;
}

.brand-emblem {
  width: 48px;
  height: 48px;
  border: 1px solid var(--bright-gold);
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  background: var(--navy);
}

.brand-emblem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 23%;
  transform: scale(1.7);
}

.brand-type {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.14em;
}

.brand-type span {
  color: #fff;
  font-size: 0.72rem;
}

.brand-type strong {
  color: var(--bright-gold);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.brand-type small {
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.ref-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.25rem);
  font-size: 1rem;
}

.ref-nav a {
  color: #fff;
  padding: 0.45rem 0;
  border-bottom: 2px solid transparent;
}

.ref-nav a:hover,
.ref-nav .is-active {
  color: var(--bright-gold);
  border-color: var(--gold);
}

.outline-action,
.navy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.65rem 1rem;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--bright-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.outline-action span,
.navy-button span,
.gold-button span {
  margin-left: 0.55rem;
}

.ref-site {
  width: min(1122px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 1, 49, 0.68), rgba(0, 0, 92, 0.62));
  border-left: 1px solid rgba(215, 147, 36, 0.28);
  border-right: 1px solid rgba(215, 147, 36, 0.28);
}

.ref-hero {
  position: relative;
  min-height: 452px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  gap: 1rem;
  padding: 1.85rem 3.25rem 1.65rem 3.25rem;
  background:
    radial-gradient(circle at 5% 0%, rgba(215, 147, 36, 0.52), transparent 14rem),
    radial-gradient(circle at 62% 45%, rgba(0, 0, 92, 0.44), transparent 25rem);
  border-bottom: 2px solid var(--gold);
}

.hero-mark {
  position: absolute;
  inset: 0 0 0 auto;
  width: 54%;
  opacity: 0.13;
  background: url("assets/njccp-background-logo.jpg") center / 118% no-repeat;
  filter: saturate(0.9);
  pointer-events: none;
}

.hero-logo-panel,
.hero-message {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
}

.hero-logo-panel img {
  width: min(100%, 405px);
  margin: 0 auto;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.38));
}

.hero-message {
  max-width: 590px;
}

.hero-message h1 {
  font-size: clamp(2.25rem, 4.15vw, 3rem);
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

.hero-message h1 span {
  color: var(--bright-gold);
}

.gold-rule {
  width: min(100%, 420px);
  height: 2px;
  margin: 1.35rem 0 1.25rem;
  background: linear-gradient(90deg, var(--gold), var(--bright-gold) 50%, transparent);
  box-shadow: 0 0 18px rgba(215, 147, 36, 0.85);
}

.hero-message p {
  max-width: 470px;
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  margin-top: 1.7rem;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.6rem;
  border: 1px solid var(--bright-gold);
  border-radius: 4px;
  color: var(--deep-navy);
  background: linear-gradient(180deg, var(--bright-gold), var(--gold) 72%, var(--bronze));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(0, 0, 0, 0.22);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.welcome-strip,
.feature-band,
.support-band,
.contact-band,
.author-bio-band {
  border-bottom: 1px solid rgba(215, 147, 36, 0.9);
}

.welcome-strip {
  display: grid;
  grid-template-columns: 165px 1fr 290px;
  gap: 1.35rem;
  align-items: center;
  padding: 0.75rem 2.25rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 92, 0.66), rgba(0, 1, 49, 0.74));
}

.scripture-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(215, 147, 36, 0.78);
  box-shadow: 0 0 28px rgba(215, 147, 36, 0.28);
}

.scripture-icon img,
.support-seal img,
.mission-points img,
.title-icon,
.contact-heading-icon,
.social-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-copy h2,
.section-title h2,
.author-card h3,
.support-lead h2,
.contact-band h2,
.author-bio-band h2 {
  color: var(--bright-gold);
  font-size: 1.35rem;
  line-height: 1.14;
}

.welcome-copy p,
.author-bio-band p {
  margin: 0.55rem 0 0;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.48;
}

.welcome-strip blockquote {
  margin: 0;
  padding-left: 2rem;
  border-left: 1px solid rgba(215, 147, 36, 0.58);
  color: var(--bright-gold);
  font-style: italic;
}

.welcome-strip blockquote p {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.35;
}

.welcome-strip cite {
  display: block;
  margin-top: 0.65rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-style: normal;
  text-transform: uppercase;
}

.feature-band {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 2rem;
  padding: 0.8rem 2.25rem 0.8rem;
  background: linear-gradient(90deg, rgba(0, 0, 92, 0.68), rgba(0, 1, 49, 0.76));
}

.featured-books {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.6rem;
  row-gap: 0.95rem;
}

.section-title {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 1rem;
}

.section-title.with-icon {
  grid-template-columns: 34px max-content 1fr;
  gap: 0.65rem;
}

.title-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(215, 147, 36, 0.78);
}

.section-title h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-title span {
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.compact-book {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 1rem;
  align-items: center;
}

.compact-book img {
  width: 100%;
  height: auto;
  object-fit: initial;
  border: 2px solid rgba(215, 147, 36, 0.96);
  border-radius: 4px;
  background: rgba(0, 1, 49, 0.68);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.compact-book .book-spread {
  object-fit: initial;
  padding: 0;
}

.compact-book h3 {
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.1;
}

.compact-book p,
.author-card p,
.support-lead p,
.mission-points span,
.giving-card p,
.contact-band p {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.45;
}

.compact-book a,
.author-card a {
  width: 138px;
  min-height: 40px;
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--bright-gold);
  border: 1px solid var(--gold);
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.compact-book.has-videos {
  grid-column: 1 / -1;
  grid-template-columns: minmax(160px, 220px) 1fr;
}

.companion-videos {
  grid-column: 1 / -1;
  padding: 0.6rem 0 0.3rem;
}

.companion-videos h4 {
  color: var(--bright-gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.6rem;
  font-family: Arial, Helvetica, sans-serif;
}

.inline-video-set {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.75rem 0 0.9rem;
}

.inline-video-set article {
  overflow: hidden;
  border: 1px solid rgba(215, 147, 36, 0.76);
  border-radius: 5px;
  background: rgba(0, 1, 49, 0.76);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
}

.inline-video-set video {
  display: block;
  width: 100%;
  min-height: 80px;
  aspect-ratio: 16 / 9;
  background: #000131;
  object-fit: cover;
  border-bottom: 1px solid rgba(215, 147, 36, 0.5);
}

.inline-video-set span {
  display: block;
  padding: 0.45rem 0.5rem;
  color: #fff;
  font-size: 0.68rem;
  line-height: 1.15;
}

.large-video-set {
  gap: 0.8rem;
  margin: 1rem 0 1.1rem;
}

.large-video-set span {
  color: var(--deep-navy);
  background: linear-gradient(180deg, var(--bright-gold), var(--gold));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.author-card {
  padding-left: 1.8rem;
  border-left: 1px solid rgba(215, 147, 36, 0.78);
}

.author-card > img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  object-position: center;
  margin-top: 0.85rem;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 62%),
    rgba(0, 1, 49, 0.72);
}

.author-card h3 {
  margin-top: 0.65rem;
  text-transform: uppercase;
  font-size: 1.22rem;
}

.author-card p {
  margin: 0.15rem 0 0;
}

.author-card a {
  width: 100%;
}

.author-bio-band {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 2rem;
  padding: 1.25rem 2.25rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 92, 0.7), rgba(0, 1, 49, 0.78));
}

.support-band {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(310px, 0.95fr) 190px;
  gap: 1.35rem;
  align-items: center;
  padding: 1rem 2.25rem;
  background: linear-gradient(90deg, rgba(0, 0, 92, 0.68), rgba(0, 1, 49, 0.76));
}

.support-lead {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1.1rem;
  align-items: center;
}

.support-seal {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--gold);
  background: rgba(0, 1, 49, 0.72);
  box-shadow: 0 0 30px rgba(215, 147, 36, 0.24);
}

.mission-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-left: 1px solid rgba(215, 147, 36, 0.46);
  border-right: 1px solid rgba(215, 147, 36, 0.46);
}

.mission-points div {
  min-height: 88px;
  padding: 0.15rem 0.9rem;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  justify-items: center;
}

.mission-points img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(215, 147, 36, 0.72);
  box-shadow: 0 0 18px rgba(215, 147, 36, 0.22);
}

.mission-points div + div {
  border-left: 1px solid rgba(215, 147, 36, 0.46);
}

.mission-points strong {
  color: var(--bright-gold);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.giving-card {
  text-align: center;
}

.giving-card .gold-button {
  width: 100%;
}

.contact-band {
  display: grid;
  grid-template-columns: 250px 1fr 340px;
  gap: 2rem;
  padding: 1rem 2.25rem 0.9rem;
  background:
    radial-gradient(circle at 72% 38%, rgba(0, 0, 92, 0.34), transparent 19rem),
    linear-gradient(90deg, rgba(0, 0, 92, 0.68), rgba(0, 1, 49, 0.76));
}

.contact-block,
.subscribe-block,
.footer-brand {
  min-height: 96px;
}

.contact-block,
.subscribe-block {
  padding-right: 2rem;
  border-right: 1px solid rgba(215, 147, 36, 0.46);
}

.contact-band h2 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.contact-heading-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(215, 147, 36, 0.72);
}

.contact-band p {
  margin: 0.22rem 0;
  font-size: 0.78rem;
}

.subscribe-block form {
  display: grid;
  grid-template-columns: 1fr 130px;
  margin-top: 0.65rem;
}

.subscribe-block input {
  min-height: 38px;
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--gold);
  color: #fff;
  background: rgba(0, 1, 49, 0.74);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
}

.subscribe-block button {
  min-height: 38px;
  border: 1px solid var(--bright-gold);
  border-radius: 0 4px 4px 0;
  color: var(--deep-navy);
  background: linear-gradient(180deg, var(--bright-gold), var(--gold));
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.footer-brand > p {
  color: var(--bright-gold);
  font-weight: 700;
  text-transform: uppercase;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.35rem 0 0.55rem;
}

.social-row span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(0, 1, 49, 0.74);
}

.social-row img {
  transform: scale(1.08);
}

.footer-brand > img {
  width: 170px;
  height: 112px;
  object-fit: contain;
  object-position: center;
  background: rgba(0, 1, 49, 0.62);
  border: 1px solid rgba(215, 147, 36, 0.46);
  border-radius: 4px;
}

.ref-footer {
  width: min(1122px, 100%);
  margin: 0 auto;
  padding: 0.35rem 1rem;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 1, 49, 0.94);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  line-height: 1;
}

.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;
}

@media (max-width: 980px) {
  .ref-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ref-nav {
    flex-wrap: wrap;
  }

  .ref-hero,
  .welcome-strip,
  .feature-band,
  .author-bio-band,
  .support-band,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .author-card,
  .contact-block,
  .subscribe-block {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .featured-books {
    grid-template-columns: 1fr;
  }

  .compact-book.has-videos {
    grid-template-columns: minmax(120px, 180px) 1fr;
  }

  .inline-video-set {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 620px) {
  .ref-header {
    padding: 0.85rem 1rem;
  }

  .ref-brand {
    width: 100%;
    justify-content: center;
  }

  .ref-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    text-align: center;
  }

  .ref-nav a {
    min-width: 0;
    font-size: 0.95rem;
  }

  .outline-action {
    width: 100%;
  }

  .ref-hero {
    min-height: auto;
    padding: 1.7rem 1rem 2rem;
  }

  .hero-logo-panel img {
    width: min(100%, 300px);
  }

  .hero-message h1 {
    max-width: 100%;
    font-size: 1.82rem;
    overflow-wrap: anywhere;
  }

  .hero-message p {
    max-width: 100%;
    font-size: 0.98rem;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .gold-button,
  .navy-button {
    width: 100%;
  }

  .hero-message {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    gap: 0.85rem;
  }

  .welcome-strip,
  .feature-band,
  .author-bio-band,
  .support-band,
  .contact-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .compact-book,
  .support-lead,
  .mission-points,
  .subscribe-block form {
    grid-template-columns: 1fr;
  }

  .compact-book img {
    height: auto;
  }

  .mission-points,
  .mission-points div + div {
    border: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  color: #fff;
  background: rgba(3, 8, 39, 0.94);
  border-bottom: 1px solid rgba(255, 229, 138, 0.28);
  backdrop-filter: blur(14px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.brand-link img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--deep-navy);
  background: var(--gold);
}

.hero {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 8, 39, 0.74), rgba(7, 17, 86, 0.82)),
    url("assets/njccp-background-logo.jpg") center / cover no-repeat;
}

.hero-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4.5rem);
}

.hero-logo {
  width: min(100%, 460px);
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 229, 138, 0.35);
}

.hero-copy {
  max-width: 720px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.05rem, 4.8vw, 4.35rem);
}

h2 {
  font-size: clamp(1.85rem, 4vw, 3.35rem);
}

h3 {
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
}

.hero-copy p:not(.eyebrow),
.page-hero p,
.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 0;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-gold {
  color: var(--deep-navy);
  background: linear-gradient(180deg, var(--bright-gold), var(--gold));
  box-shadow: 0 12px 24px rgba(215, 168, 57, 0.26);
}

.button-dark {
  color: #fff;
  background: var(--deep-navy);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.section,
.mission-section,
.page-hero,
.author-hero {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 2rem));
}

.welcome-band {
  color: var(--deep-navy);
  background: var(--ivory);
}

.two-column,
.mission-layout,
.contact-layout,
.page-hero-layout,
.author-layout,
.book-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.book-grid,
.values-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
}

.book-card,
.value-card,
.contact-panel {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e7ed;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.book-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.book-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  background: var(--soft-gray);
}

.book-card-body,
.value-card,
.contact-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.book-card-body p,
.value-card p {
  color: var(--muted);
}

.accent-card {
  border-color: rgba(104, 19, 26, 0.18);
}

.text-link {
  display: inline-flex;
  margin-top: 0.5rem;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.mission-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 8, 39, 0.97), rgba(7, 17, 86, 0.92)),
    linear-gradient(90deg, var(--deep-navy), var(--navy));
}

.mission-section p {
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

.cta-section {
  text-align: center;
  background: linear-gradient(180deg, var(--ivory), #fff);
}

.cta-section h2 {
  max-width: 900px;
  margin: 0 auto;
}

.center-buttons {
  justify-content: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: #fff;
  background: var(--deep-navy);
  border-top: 3px solid var(--gold);
}

.site-footer div {
  display: grid;
  gap: 0.15rem;
}

.site-footer span,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.page-hero {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 8, 39, 0.94), rgba(7, 17, 86, 0.88)),
    url("assets/njccp-background-logo.jpg") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 880px;
}

.page-hero img {
  width: min(100%, 330px);
  justify-self: end;
  border-radius: 8px;
  border: 1px solid rgba(255, 229, 138, 0.35);
}

.values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.books-list {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.book-feature {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

.book-feature img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: initial;
  border-radius: 8px;
  border: 2px solid rgba(216, 162, 54, 0.92);
  background: rgba(0, 1, 49, 0.72);
  box-shadow: var(--shadow);
}

.reverse-feature {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.reverse-feature img {
  order: 2;
}

.author-hero {
  background: linear-gradient(180deg, var(--ivory), #fff);
}

.author-layout {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.author-photo {
  margin: 0;
}

.author-photo img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.author-photo figcaption {
  margin-top: 0.75rem;
  color: var(--deep-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
}

.author-copy p {
  font-size: 1.08rem;
}

.support-hero {
  background:
    linear-gradient(135deg, rgba(3, 8, 39, 0.88), rgba(104, 19, 26, 0.78)),
    url("assets/doc-image-2.png") center / cover no-repeat;
}

.support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-layout {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 8px;
  background: var(--ivory);
  border: 1px solid #eadfbf;
}

label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid #c8ccd6;
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  background: #fff;
}

textarea {
  resize: vertical;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .hero-inner,
  .two-column,
  .mission-layout,
  .contact-layout,
  .page-hero-layout,
  .author-layout,
  .book-feature,
  .reverse-feature {
    grid-template-columns: 1fr;
  }

  .hero-logo {
    width: min(100%, 340px);
    justify-self: center;
  }

  .book-grid,
  .values-grid,
  .support-grid,
  .inline-video-set {
    grid-template-columns: 1fr;
  }

  .reverse-feature img {
    order: 0;
  }

  .page-hero img {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .brand-link span {
    font-size: 0.96rem;
  }

  .main-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .main-nav a {
    min-width: 0;
    justify-content: center;
    padding-inline: 0.45rem;
    font-size: 0.92rem;
  }

  .hero-inner {
    width: min(calc(100% - 1.25rem), 380px);
    gap: 1.45rem;
    padding-top: 2rem;
  }

  .hero-logo {
    width: min(100%, 320px);
  }

  h1 {
    font-size: 1.96rem;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .book-card img {
    height: 260px;
  }

  .site-footer {
    display: grid;
  }
}
