/* ============================================================
   Rooted and Rising — Southern Crescent Chapter, JJOA Inc.
   Editorial stylesheet
   Palette sampled from the chapter's Canva newsletter.
   ============================================================ */

:root {
  /* Sampled palette */
  --blue-royal: #14489f;      /* masthead band blue */
  --blue-deep: #0d3578;
  --periwinkle: #7f92ee;      /* gradient start */
  --sky: #a9d9f4;             /* gradient end */
  --blue-pale: #e9f3fb;
  --pink: #f59bbc;            /* signature page pink */
  --pink-deep: #e2799f;
  --pink-soft: #f9c6da;
  --pink-pale: #fdeef4;
  --cream: #fdfbf7;
  --white: #ffffff;
  --ink: #2e2e2e;
  --ink-soft: #595959;
  --hairline: rgba(20, 72, 159, 0.25);
  --hairline-pink: rgba(226, 121, 159, 0.4);

  /* Type */
  --serif: "Playfair Display", "Georgia", serif;
  --script: "Great Vibes", cursive;
  --sans: "Jost", "Futura", "Century Gothic", sans-serif;

  --measure: 62ch;
  --gutter: clamp(1.25rem, 5vw, 3rem);
}

/* ---------- Reset & base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--blue-royal); text-decoration-color: var(--pink); text-underline-offset: 3px; }
a:hover { color: var(--pink-deep); }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--blue-royal);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--blue-royal);
  color: var(--white);
  padding: 0.75rem 1.25rem;
  z-index: 100;
  font-family: var(--sans);
  letter-spacing: 0.08em;
}
.skip-link:focus { left: 0; }

/* ---------- Typographic utilities ---------- */

.kicker {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--blue-royal);
}

.kicker--pink { color: var(--pink-deep); }

.script { font-family: var(--script); font-weight: 400; }

.hairline {
  border: 0;
  border-top: 1px solid var(--hairline);
  margin: 0;
}

/* ============================================================
   Masthead
   ============================================================ */

.masthead {
  text-align: center;
  padding: 0 var(--gutter);
  background:
    linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
  border-bottom: 1px solid var(--hairline);
  position: relative;
}

.masthead__band {
  height: 8px;
  background: linear-gradient(90deg, var(--blue-royal) 0 33.3%, var(--pink) 33.3% 66.6%, var(--sky) 66.6% 100%);
  margin: 0 calc(-1 * var(--gutter));
}

.masthead__inner {
  max-width: 60rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem);
}

.masthead__crest {
  width: clamp(164px, 23vw, 252px);
  height: auto;
  margin: 0 auto 1.25rem;
}

.masthead__tagline {
  margin: 0 0 1.25rem;
}

.masthead__rule {
  width: min(18rem, 60%);
  margin: 0 auto;
  border: 0;
  border-top: 1px solid var(--hairline);
  position: relative;
}
.masthead__rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 5px;
  height: 5px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--pink);
}

.masthead__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.9rem, 10vw, 6.75rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--blue-royal);
  margin: 1.5rem 0 1rem;
}

.masthead__title .script {
  font-size: 0.62em;
  color: var(--pink-deep);
  letter-spacing: 0;
  margin: 0 0.08em;
}

.masthead__subline {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(0.85rem, 2vw, 1rem);
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  margin: 0 0 1.75rem;
}

.masthead__edition {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--blue-royal);
}
.masthead__edition::before,
.masthead__edition::after {
  content: "";
  width: 3rem;
  border-top: 1px solid var(--hairline);
}

/* Masthead with the moms layered over the chapter's blue gradient,
   in the spirit of the Canva cover — title and tagline stay the stars */
.masthead--hero {
  /* Royal blue up top (so the crest reads clearly), easing to sky below —
     the same movement as the chapter's cover design */
  background: linear-gradient(178deg,
    var(--blue-royal) 0%,
    #3a5cc4 26%,
    #6478e8 46%,
    #8fa8f0 68%,
    var(--sky) 100%);
  border-bottom: 0;
}
.masthead--hero .masthead__inner {
  padding-bottom: clamp(0.75rem, 2vw, 1.5rem);
}
.masthead--hero .masthead__crest {
  filter: drop-shadow(0 2px 6px rgba(9, 30, 66, 0.35)) drop-shadow(0 12px 26px rgba(9, 30, 66, 0.3));
}
.masthead--hero .masthead__tagline { color: var(--sky); }
.masthead--hero .masthead__title { color: var(--white); }
.masthead--hero .masthead__title .script { color: var(--pink-pale); }
.masthead--hero .masthead__subline { color: var(--blue-deep); }
.masthead--hero .masthead__edition { color: var(--blue-deep); }
.masthead--hero .masthead__edition::before,
.masthead--hero .masthead__edition::after { border-top-color: rgba(13, 53, 120, 0.4); }
.masthead--hero .masthead__rule { border-top-color: rgba(255, 255, 255, 0.55); }
.masthead--hero .masthead__rule::after { background: var(--pink-soft); }

.masthead__photo-wrap {
  max-width: 74rem;
  margin: 0 auto;
}
.masthead__photo {
  width: 100%;
  aspect-ratio: 2.3 / 1;
  object-fit: cover;
  object-position: center 53%;
}
@media (max-width: 640px) {
  .masthead__photo { aspect-ratio: 1.7 / 1; }
}

/* ============================================================
   Section navigation (sticky TOC)
   ============================================================ */

.toc {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 251, 247, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline);
}

.toc__inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 var(--gutter);
}

.toc__label {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--pink-deep);
  white-space: nowrap;
  padding: 0.85rem 0;
}

.toc__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.toc__list::-webkit-scrollbar { display: none; }

.toc__list a {
  display: block;
  padding: 0.85rem 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-soft);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.toc__list a:hover { color: var(--blue-royal); border-bottom-color: var(--pink); }

.toc__toggle {
  display: none;
  background: none;
  border: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-royal);
  padding: 0.9rem 0;
  cursor: pointer;
  align-items: center;
  gap: 0.6rem;
}
.toc__toggle::after {
  content: "";
  width: 7px; height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
}
.toc.is-open .toc__toggle::after { transform: rotate(-135deg) translateY(-2px); }

@media (max-width: 760px) {
  .toc__inner { flex-wrap: wrap; }
  .toc__toggle { display: inline-flex; margin-left: auto; }
  .toc__list {
    display: none;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding-bottom: 0.75rem;
  }
  .toc.is-open .toc__list { display: flex; }
  .toc__list a {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(20, 72, 159, 0.08);
  }
}

/* ============================================================
   Sections — shared editorial scaffolding
   ============================================================ */

.section {
  padding: clamp(3.5rem, 9vw, 6.5rem) var(--gutter);
}

.section__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  margin-bottom: clamp(2.25rem, 5vw, 3.75rem);
}

.section-head .kicker { display: block; margin-bottom: 0.9rem; }

.section-head__title {
  font-family: var(--script);
  font-weight: 400;
  font-size: clamp(2.6rem, 7vw, 4.25rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}
.section-head__title::before,
.section-head__title::after {
  content: "";
  width: clamp(1.5rem, 6vw, 4.5rem);
  border-top: 1px solid var(--hairline-pink);
}

/* Alternating section backgrounds, in the newsletter's own rhythm */
.section--pink { background: var(--pink-pale); }
.section--blue {
  background: linear-gradient(160deg, #eef1fd 0%, var(--blue-pale) 100%);
}
.section--pink .section-head__title,
.section--blue .section-head__title { color: var(--ink); }

.prose { max-width: var(--measure); margin-left: auto; margin-right: auto; }
.prose p { margin: 0 0 1.4em; }
.prose p:last-child { margin-bottom: 0; }

.lede {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  color: var(--ink-soft);
}

/* ---------- Editorial photo frames ---------- */

.frame {
  margin: 0;
  position: relative;
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.frame--arch img,
.frame--arch .placeholder { border-radius: 999px 999px 8px 8px; }
.frame--circle img,
.frame--circle .placeholder { border-radius: 50%; aspect-ratio: 1; }

.frame--pink-key { padding: 8px; border: 1px solid var(--hairline-pink); border-radius: 12px; }
.frame--blue-key { padding: 8px; border: 1px solid var(--hairline); border-radius: 12px; }
.frame--pink-key.frame--arch,
.frame--blue-key.frame--arch { border-radius: 999px 999px 14px 14px; }
.frame--pink-key.frame--circle,
.frame--blue-key.frame--circle { border-radius: 50%; }

/* Flyer/poster: show the whole thing, softly framed, never cropped */
.frame--flyer {
  padding: 10px;
  border: 1px solid var(--hairline-pink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 16px 38px -24px rgba(20, 72, 159, 0.4);
  max-width: 24rem;
  margin-inline: auto;
}
.frame--flyer img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.frame figcaption {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-align: center;
  padding-top: 0.8rem;
}

/* Soft zoom on hover */
.frame .zoom { overflow: hidden; border-radius: inherit; }
.frame .zoom img { transition: transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1); }
@media (hover: hover) {
  .frame:hover .zoom img { transform: scale(1.045); }
}
@media (prefers-reduced-motion: reduce) {
  .frame .zoom img { transition: none; }
  .frame:hover .zoom img { transform: none; }
}

/* Elegant placeholder when a photo isn't supplied yet */
.placeholder {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  background:
    linear-gradient(160deg, var(--pink-pale), var(--blue-pale));
  border: 1px dashed var(--hairline-pink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--ink-soft);
  text-align: center;
  padding: 1.5rem;
}
.placeholder::before {
  content: "❀";
  color: var(--pink-deep);
  font-size: 1.4rem;
}
.placeholder span {
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.placeholder--wide { aspect-ratio: 16 / 10; }

/* ---------- Pull quote ---------- */

.pull-quote {
  margin: clamp(2rem, 5vw, 3rem) auto;
  max-width: 38rem;
  clear: both;
  text-align: center;
  padding: 1.75rem 0;
  border-top: 1px solid var(--hairline-pink);
  border-bottom: 1px solid var(--hairline-pink);
}
.pull-quote p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.3rem, 3vw, 1.65rem);
  line-height: 1.45;
  color: var(--blue-royal);
  margin: 0;
  quotes: "\201C" "\201D";
}
.pull-quote p::before { content: open-quote; color: var(--pink-deep); }
.pull-quote p::after { content: close-quote; color: var(--pink-deep); }

/* ============================================================
   President's Corner
   ============================================================ */

.president {
  max-width: 46rem;
  margin: 0 auto;
}

/* The President's portrait sits inside her letter, text wrapping around it */
.president__portrait.frame {
  float: left;
  width: min(14rem, 42%);
  margin: 0.35rem 1.9rem 1rem 0;
}

@media (max-width: 620px) {
  .president__portrait.frame {
    float: none;
    width: min(13rem, 70%);
    margin: 0 auto 1.5rem;
  }
}

.president__salutation {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--blue-royal);
  margin: 0 0 1.5rem;
}

/* Drop cap on the first paragraph */
.dropcap::first-letter {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 3.6em;
  line-height: 0.82;
  float: left;
  padding: 0.06em 0.12em 0 0;
  color: var(--pink-deep);
}

.signature-block { margin-top: 2.25rem; clear: left; }
.signature-block__signoff { margin: 0 0 0.35rem; color: var(--ink-soft); }
.signature-block__name {
  font-family: var(--script);
  font-size: 1.65rem;
  line-height: 1.2;
  color: var(--blue-royal);
  margin: 0;
}
.signature-block__title {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0.4rem 0 0;
}

/* ============================================================
   Programming Spotlight — editorial feature rows
   ============================================================ */

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(1.75rem, 5vw, 4rem);
  align-items: center;
  max-width: 66rem;
  margin: 0 auto clamp(3rem, 7vw, 5rem);
}
.feature-row:last-child { margin-bottom: 0; }

/* A programme item with no photo runs full width, centred like an editorial note */
.feature-row--text {
  grid-template-columns: minmax(0, 1fr);
  max-width: 44rem;
}
.feature-row--text .feature-row__body { text-align: center; }
.feature-row--text .feature-row__byline { margin-bottom: 1.1rem; }
.feature-row:nth-of-type(even) .feature-row__media { order: 2; }

@media (max-width: 820px) {
  .feature-row { grid-template-columns: 1fr; }
  .feature-row:nth-of-type(even) .feature-row__media { order: 0; }
  .feature-row__media { max-width: 26rem; margin: 0 auto; }
}

/* The Programming Director's announcement — portrait + refined speech card */
.announcer {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 46rem;
  margin: 0 auto clamp(3rem, 7vw, 5rem);
}

.announcer__photo.frame {
  width: clamp(12rem, 34vw, 14rem);
  flex-shrink: 0;
}

.announcer__bubble {
  position: relative;
  background: var(--white);
  border: 1px solid var(--hairline-pink);
  border-radius: 16px;
  padding: 1.4rem 1.75rem;
}
.announcer__bubble::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--white);
  border-left: 1px solid var(--hairline-pink);
  border-bottom: 1px solid var(--hairline-pink);
}
.announcer__bubble .kicker { display: block; margin-bottom: 0.5rem; }
.announcer__bubble p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.6;
}

@media (max-width: 620px) {
  .announcer { flex-direction: column; text-align: center; }
  .announcer__bubble::before {
    left: 50%;
    top: -9px;
    transform: translateX(-50%) rotate(135deg);
  }
}

.feature-row__byline {
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: -0.35rem 0 1rem;
}

.feature-row__link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.section-note {
  max-width: 40rem;
  margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--hairline-pink);
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  color: var(--ink-soft);
}

.feature-row__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0.65rem 0 1rem;
}

/* ============================================================
   Mom Spotlight — interview feature
   ============================================================ */

.spotlight {
  max-width: 62rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 21rem) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: start;
}
@media (max-width: 860px) {
  .spotlight { grid-template-columns: 1fr; }
  .spotlight__media { max-width: 20rem; margin: 0 auto; }
}

.spotlight__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0.6rem 0 0.4rem;
}
.spotlight__role {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--blue-royal);
  margin: 0 0 1.2rem;
}
.spotlight .pull-quote { text-align: left; max-width: none; margin-left: 0; margin-right: 0; }

.spotlight-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 1.75rem);
  max-width: 62rem;
  margin: clamp(2rem, 5vw, 3rem) auto 0;
}
.spotlight-gallery .frame {
  flex: 1 1 15rem;
  max-width: 27rem;
}
/* Portrait-friendly crop, biased toward the top so faces are never cut off */
.spotlight-gallery .frame img {
  aspect-ratio: 4 / 5;
  object-position: center 22%;
}
.spotlight-gallery .placeholder { aspect-ratio: 4 / 5; }

.qa { margin-top: 2rem; }
.qa dt {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--blue-royal);
  padding-top: 1.5rem;
  border-top: 1px solid var(--hairline);
  margin-top: 1.5rem;
}
.qa dt:first-child { margin-top: 0; }
.qa dd { margin: 0.6rem 0 0; }

/* ============================================================
   Our Jacks and Jills / Fathers' Auxiliary — celebration cards
   ============================================================ */

.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 66rem;
  margin: 0 auto;
}
.people-grid--solo { max-width: 44rem; }

.person-card {
  background: var(--white);
  border: 1px solid var(--hairline-pink);
  border-radius: 14px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
}
.section--blue .person-card,
.person-card--blue { border-color: var(--hairline); }

.person-card .frame { max-width: 16.5rem; margin: 0 auto 1.4rem; }
.person-card__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}
.person-card .person-card__byline {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: -0.4rem 0 0.9rem;
  text-align: center;
}
.person-card p { margin: 0; text-align: left; }
.person-card p + p { margin-top: 0.9em; }

/* The Money Minute — Treasurer & Financial Secretary bulletin */
.money-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.75rem, 6vw, 3.5rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
}
.money-person { text-align: center; }
.money-person__photo.frame {
  width: clamp(11rem, 27vw, 15.5rem);
  margin: 0 auto 1rem;
}
/* A fixed crop so both officers' portraits match in height */
.money-person__photo img {
  aspect-ratio: 4 / 5;
  object-position: center 20%;
}
.money-person__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}
.money-person__role {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin: 0.35rem 0 0;
}
.money-note {
  max-width: 42rem;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--hairline-pink);
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
}
.money-note .prose { text-align: left; }
.money-note .prose p:first-child::first-letter {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.15em;
  color: var(--pink-deep);
}

/* Fathers' Auxiliary hero image */
.aux-hero {
  max-width: 40rem;
  margin: 0 auto clamp(2.5rem, 6vw, 4rem);
}
.aux-hero img { aspect-ratio: auto; }

/* Recorded-meeting highlight card (e.g. the Auxiliary orientation) */
.recording-card {
  max-width: 44rem;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}
.recording-card .kicker { display: block; margin-bottom: 0.7rem; }
.recording-card__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}
.recording-card .prose { text-align: left; }

.recording {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
.recording__link {
  display: inline-block;
  background: var(--blue-royal);
  color: var(--white);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  transition: background 0.25s ease;
}
.recording__link:hover { background: var(--blue-deep); color: var(--white); }
.recording__pass {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.recording__pass code {
  font-family: "SFMono-Regular", "Consolas", "Menlo", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: none;
  background: var(--blue-pale);
  color: var(--blue-deep);
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  margin-left: 0.4rem;
  user-select: all;
}

.aux-news {
  max-width: 44rem;
  margin: clamp(2rem, 5vw, 3rem) auto 0;
  padding: 1.5rem 2rem;
  border-left: 2px solid var(--pink);
  background: var(--white);
  border-radius: 0 10px 10px 0;
}
.aux-news h3 { margin: 0 0 0.6rem; }
.aux-news p { margin: 0; }
.aux-news ul { margin: 0; padding-left: 1.1rem; }
.aux-news li + li { margin-top: 0.5rem; }
.section--blue .aux-news { margin-left: auto; margin-right: auto; }

/* ============================================================
   Chapter Cheers — refined celebration board
   ============================================================ */

.cheers-board {
  max-width: 60rem;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--hairline-pink);
  border-radius: 16px;
  padding: clamp(1.75rem, 5vw, 3rem);
  position: relative;
  overflow: hidden;
}
/* delicate confetti dots in the corners — refined, not busy */
.cheers-board::before,
.cheers-board::after {
  content: "";
  position: absolute;
  width: 120px; height: 120px;
  background-image:
    radial-gradient(var(--pink-soft) 2.5px, transparent 3px),
    radial-gradient(var(--sky) 2px, transparent 2.5px),
    radial-gradient(var(--periwinkle) 1.8px, transparent 2.3px);
  background-size: 34px 34px, 46px 46px, 27px 27px;
  background-position: 0 0, 12px 18px, 20px 6px;
  opacity: 0.6;
  pointer-events: none;
}
.cheers-board::before { top: -20px; left: -20px; }
.cheers-board::after { bottom: -20px; right: -20px; }

.cheers-board__note {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
  color: var(--ink-soft);
}

.cheers-board__heading {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 1.5rem;
}

.birthday-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 34rem;
}
.birthday-list li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.65rem 0;
}
.birthday-list li + li { border-top: 1px solid rgba(226, 121, 159, 0.18); }
.birthday-list .name { font-family: var(--serif); font-size: 1.08rem; }
.birthday-list .dots {
  flex: 1;
  border-bottom: 1px dotted var(--hairline-pink);
  transform: translateY(-4px);
}
.birthday-list .date {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--blue-royal);
}

/* Celebration photos inside the cheers board */
.cheer-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: clamp(1rem, 3vw, 1.6rem);
  margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
  max-width: 46rem;
}
.cheer-highlight { margin: 0; }
.cheer-highlight img {
  aspect-ratio: 4 / 5;
  object-position: center 22%;
}
.cheer-highlight figcaption {
  font-family: var(--sans);
  font-size: 0.88rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  padding-top: 0.7rem;
}

/* A highlight shown whole, with nothing cropped away */
.cheer-highlight--whole img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: var(--white);
}

/* A single featured celebration, centred beneath the others */
.cheer-highlights--feature {
  grid-template-columns: minmax(0, 1fr);
  max-width: 22rem;
}

/* ============================================================
   Executive Board roster
   ============================================================ */

/* Flex rather than grid so a short final row centres itself */
.board-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 68rem;
  margin: 0 auto;
}

.board-member {
  text-align: center;
  flex: 0 1 11rem;
}
@media (max-width: 420px) {
  .board-member { flex-basis: 100%; max-width: 15rem; }
}
.board-member__photo { margin-bottom: 0.9rem; }
.board-member__photo img {
  aspect-ratio: 4 / 5;
  object-position: center 20%;
}
.board-member__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.3;
  margin: 0 0 0.3rem;
}
.board-member__role {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin: 0;
  line-height: 1.5;
}

/* An image on a notice card (e.g. a service opportunity) */
.notice-card__figure { margin: 0 0 1.1rem; }
.notice-card__figure img {
  aspect-ratio: 3 / 2;
  object-position: center 25%;
}

.milestones {
  margin: 2.25rem auto 0;
  max-width: 40rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--hairline-pink);
}
.milestones h4 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: var(--pink-deep);
  margin: 0 0 1.1rem;
}
.cheers-board__figure {
  max-width: 24rem;
  margin: 2rem auto 0;
}
.cheers-board__figure img { aspect-ratio: 4 / 3; }
.cheers-board__figure figcaption {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  text-align: center;
  padding-top: 0.7rem;
}

.cheers-board__ps {
  text-align: center;
  max-width: 34rem;
  margin: 1.75rem auto 0;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.milestones ul { list-style: none; margin: 0; padding: 0; }
.milestones li {
  padding: 0.55rem 0 0.55rem 1.5rem;
  position: relative;
}
.milestones li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--pink-deep);
  font-size: 0.8rem;
  top: 0.85rem;
}

/* ============================================================
   Book Nook
   ============================================================ */

/* Featured reading flyer */
.book-flyer {
  max-width: 40rem;
  margin: 0 auto clamp(2.5rem, 6vw, 4rem);
}
.book-flyer img { aspect-ratio: auto; }

/* Editorial reading list */
.reading-list {
  max-width: 54rem;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}
@media (min-width: 620px) {
  .reading-list { grid-template-columns: 1fr 1fr; }
}
.reading-item {
  border-top: 1px solid var(--hairline);
  padding-top: 1.25rem;
}
.reading-item__audience {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin-bottom: 0.55rem;
}
.reading-item__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
}
.reading-item__author {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink-soft);
  margin: 0.2rem 0 0.6rem;
}
.reading-item__text { margin: 0; }

.book-nook {
  max-width: 62rem;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.75rem, 5vw, 3rem);
}
.book-item {
  display: grid;
  grid-template-columns: minmax(0, 17rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
@media (max-width: 760px) {
  .book-item { grid-template-columns: 1fr; }
  .book-item .frame { max-width: 16rem; margin: 0 auto; }
}
.book-item__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin: 0 0 0.9rem;
}
.book-item__link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* ============================================================
   A Note Before You Go + Don't Forget
   ============================================================ */

.closing {
  max-width: 66rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: start;
}
@media (max-width: 860px) {
  .closing { grid-template-columns: 1fr; }
}

.dont-forget {
  background: var(--blue-royal);
  color: var(--white);
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  position: sticky;
  top: 5rem;
}
@media (max-width: 860px) { .dont-forget { position: static; } }

.dont-forget__title {
  font-family: var(--script);
  font-size: 2.3rem;
  color: var(--pink-soft);
  margin: 0 0 1.4rem;
  line-height: 1.1;
}
.dont-forget ul { list-style: none; margin: 0; padding: 0; }
.dont-forget li {
  padding: 1.1rem 0;
}
.dont-forget li + li { border-top: 1px solid rgba(255, 255, 255, 0.22); }
.dont-forget .item-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 0.3rem;
}
.dont-forget .item-date {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sky);
  margin: 0 0 0.45rem;
}
.dont-forget .item-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.55rem;
}
.dont-forget a {
  color: var(--pink-soft);
  text-decoration-color: var(--pink-soft);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dont-forget a:hover { color: var(--white); }
.dont-forget a:focus-visible { outline-color: var(--white); }

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
  background: var(--blue-deep);
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  padding: clamp(3rem, 7vw, 4.5rem) var(--gutter) 2.5rem;
}
.site-footer__crest {
  width: 76px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
}
.site-footer__chapter {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
  color: var(--white);
}
.site-footer__theme {
  font-family: var(--script);
  font-size: 1.9rem;
  color: var(--pink-soft);
  margin: 0.75rem 0 1.5rem;
}
.site-footer__submit {
  font-size: 0.9rem;
  margin: 0 auto 2rem;
  max-width: 34rem;
}
.site-footer__submit a { color: var(--sky); text-decoration-color: var(--sky); }
.site-footer__submit a:hover { color: var(--white); }
.site-footer__submit a:focus-visible { outline-color: var(--white); }
.site-footer__links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.site-footer__links a { color: rgba(255, 255, 255, 0.85); text-decoration: none; border-bottom: 1px solid var(--hairline-pink); padding-bottom: 2px; }
.site-footer__links a:hover { color: var(--pink-soft); }
.site-footer__links a:focus-visible { outline-color: var(--white); }

/* ============================================================
   Archive page
   ============================================================ */

.archive-hero {
  text-align: center;
  padding: clamp(3rem, 8vw, 5.5rem) var(--gutter) clamp(2rem, 5vw, 3.5rem);
}
.archive-hero .masthead__crest { width: 88px; margin-bottom: 1.25rem; }
.archive-hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  letter-spacing: -0.02em;
  color: var(--blue-royal);
  margin: 0.75rem 0;
}
.archive-hero p { color: var(--ink-soft); max-width: 38rem; margin: 0 auto; }

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 19rem), 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(4rem, 9vw, 6.5rem);
}

.issue-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .issue-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -22px rgba(20, 72, 159, 0.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  .issue-card { transition: none; }
  .issue-card:hover { transform: none; }
}

.issue-card__cover { aspect-ratio: 16 / 10; overflow: hidden; background: var(--blue-pale); }
.issue-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s cubic-bezier(0.2,0.6,0.2,1); }
@media (hover: hover) { .issue-card:hover .issue-card__cover img { transform: scale(1.05); } }
@media (prefers-reduced-motion: reduce) { .issue-card__cover img { transition: none; } .issue-card:hover .issue-card__cover img { transform: none; } }

.issue-card__body { padding: 1.5rem 1.6rem 1.75rem; }
.issue-card__edition {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin: 0 0 0.6rem;
}
.issue-card__headline {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
  color: var(--ink);
}
.issue-card__read {
  margin-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue-royal);
}

/* ============================================================
   Roll call — grouped listings (back-to-school, etc.)
   ============================================================ */

.roll-call-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: clamp(1.25rem, 3.5vw, 2rem);
  max-width: 66rem;
  margin: 0 auto;
}

.roll-call {
  background: var(--white);
  border: 1px solid var(--hairline-pink);
  border-radius: 14px;
  padding: clamp(1.35rem, 3.5vw, 1.9rem);
}
.section--blue .roll-call { border-color: var(--hairline); }

.roll-call__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--hairline-pink);
}
.roll-call__icon { font-size: 1.1em; }

.roll-call ul { list-style: none; margin: 0; padding: 0; }
.roll-call li { padding: 0.55rem 0; }
.roll-call li + li { border-top: 1px solid rgba(226, 121, 159, 0.14); }

.roll-call__name {
  display: block;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--ink);
}
.roll-call__note {
  display: block;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-top: 0.15rem;
}

.roll-call__closing {
  margin: 1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--hairline-pink);
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.98rem;
  color: var(--blue-royal);
}

/* Attribution under a pull quote */
.pull-quote__cite {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ============================================================
   Notice board — chapter business, service opportunities
   ============================================================ */

.notice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: clamp(1.25rem, 3.5vw, 2rem);
  max-width: 68rem;
  margin: 0 auto;
}

.notice-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--blue-royal);
  border-radius: 12px;
  padding: clamp(1.35rem, 3.5vw, 1.9rem);
}
.notice-card--urgent { border-top-color: var(--pink-deep); }

.notice-card__icon {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.notice-card__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.18rem;
  line-height: 1.3;
  margin: 0 0 0.4rem;
}
.notice-card__meta {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin: 0 0 0.75rem;
}
.notice-card .prose p { font-size: 0.98rem; margin-bottom: 0.8em; }
.notice-card__mail { margin: 0.5rem 0 0; font-size: 0.95rem; }
.notice-card__link {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Centered prose for feature sections */
.prose--centered { text-align: center; max-width: 44rem; }

.feature-byline {
  text-align: center;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin: -1rem 0 1.75rem;
}

/* ============================================================
   Book Nook — grouped picks
   ============================================================ */

.book-group-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: clamp(1.25rem, 3.5vw, 2rem);
  max-width: 66rem;
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
}

.book-group {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: clamp(1.35rem, 3.5vw, 1.9rem);
}
.book-group__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0 0 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--hairline);
}
.book-group ul { list-style: none; margin: 0; padding: 0; }
.book-group li { padding: 0.5rem 0; }
.book-group li + li { border-top: 1px solid rgba(20, 72, 159, 0.1); }
.book-line__title {
  display: block;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-style: italic;
  color: var(--ink);
}
.book-line__author {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  margin-top: 0.1rem;
}

/* Second heading inside the cheers board (e.g. early-September birthdays) */
.cheers-board__heading + .cheers-board__subhead { margin-top: -0.9rem; }
.cheers-board__subhead {
  text-align: center;
  font-size: 0.92rem;
  color: var(--ink-soft);
  max-width: 34rem;
  margin: 0 auto 1.1rem;
}
.birthday-list + .cheers-board__heading { margin-top: 2.25rem; }

/* ============================================================
   Scroll reveals — gentle fade-and-rise
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Loading / error states
   ============================================================ */

.status-note {
  max-width: 40rem;
  margin: 4rem auto;
  padding: 0 var(--gutter);
  text-align: center;
  color: var(--ink-soft);
}
.status-note h2 { font-family: var(--serif); color: var(--blue-royal); }

/* ============================================================
   Print — a keepsake on paper
   ============================================================ */

@media print {
  :root { --gutter: 0.5in; }

  body { background: #fff; font-size: 10.5pt; line-height: 1.55; }

  .toc, .skip-link, .site-footer__links, .toc__toggle { display: none !important; }

  .masthead__band { print-color-adjust: exact; -webkit-print-color-adjust: exact; }

  /* On paper, the masthead returns to its classic cream look */
  .masthead--hero { background: #fff !important; }
  .masthead--hero .masthead__title { color: var(--blue-royal); }
  .masthead--hero .masthead__title .script { color: var(--pink-deep); }
  .masthead--hero .masthead__tagline,
  .masthead--hero .masthead__edition { color: var(--blue-royal); }
  .masthead--hero .masthead__subline { color: var(--ink-soft); }
  .masthead--hero .masthead__edition::before,
  .masthead--hero .masthead__edition::after,
  .masthead--hero .masthead__rule { border-top-color: var(--hairline); }
  .masthead__photo { aspect-ratio: auto; max-height: 3in; object-fit: contain; }

  .section { padding: 0.35in 0; page-break-inside: auto; }
  .section--pink, .section--blue { background: #fff; }

  .section-head { page-break-after: avoid; }
  .person-card, .cheers-board, .book-item, .feature-row,
  .roll-call, .notice-card, .book-group, .board-member, .cheer-highlight { page-break-inside: avoid; }
  .notice-card, .roll-call, .book-group { border-color: var(--hairline) !important; }

  .dont-forget {
    background: #fff;
    color: var(--ink);
    border: 1.5pt solid var(--blue-royal);
    position: static;
  }
  .dont-forget__title, .dont-forget .item-date { color: var(--blue-royal); }
  .dont-forget a { color: var(--blue-royal); }

  .reveal { opacity: 1 !important; transform: none !important; }

  a { color: var(--ink); text-decoration: none; }
  .dont-forget a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; }

  .president__portrait { position: static; }
  .site-footer { background: #fff; color: var(--ink); border-top: 1pt solid var(--blue-royal); }
  .site-footer__chapter { color: var(--ink); }
  .site-footer__theme { color: var(--pink-deep); }
}
