/* =========================================================
   SPMG — Groupe local de Saint-André-de-Cubzac
   Refined Editorial / Literary Magazine
   ========================================================= */

:root {
  --ivory:   #f7f3ec;
  --ink:     #1a1a18;
  --ink-2:   #3a3630;
  --ink-3:   #6b6457;
  --rule-lt: #ddd8ce;
  --rule:    #c9c3b8;
  --rule-dk: #9e9689;
  --navy:    #1B3A5C;
  --gold:    #C8A96E;
  --gold-dk: #a88553;
  --max:     1160px;
  --prose:   700px;
}

/* ── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); }
a:hover { text-decoration-thickness: 1px; }
h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1.18;
  font-family: Georgia, 'Times New Roman', serif;
}

/* ── TYPOGRAPHIC DEVICES ────────────────────────────────── */
.kicker {
  display: block;
  font-variant: small-caps;
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: lowercase;
  color: var(--gold);
  margin-bottom: 0.65rem;
}
.section-label {
  display: block;
  font-variant: small-caps;
  font-size: 0.60rem;
  letter-spacing: 0.26em;
  text-transform: lowercase;
  color: var(--ink-3);
  margin-bottom: 0.85rem;
}
.issue-line {
  font-variant: small-caps;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  color: var(--ink-3);
}

/* ── LAYOUT ─────────────────────────────────────────────── */
.wrap       { max-width: var(--max);   margin: 0 auto; padding: 0 2.5rem; }
.wrap--prose{ max-width: var(--prose); margin: 0 auto; padding: 0 2rem;   }

/* ── NAVIGATION ─────────────────────────────────────────── */
.site-header {
  background: var(--ivory);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav-bar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
}
.brand:hover { text-decoration: none; }
.brand-icon { height: 36px; width: auto; }
.brand-word { height: 24px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 2rem; list-style: none; }
.main-nav a {
  font-family: Georgia, 'Times New Roman', serif;
  font-variant: small-caps;
  letter-spacing: 0.14em;
  font-size: 0.70rem;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active { color: var(--navy); text-decoration: none; }
.nav-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  flex-shrink: 0;
}
.nav-btn span { display: block; width: 22px; height: 1px; background: var(--ink); margin: 5px 0; }

/* ── FOOTER / COLOPHON ──────────────────────────────────── */
.site-footer {
  background: var(--navy);
  color: rgba(247,243,236,0.80);
  padding: 4.5rem 0 2.5rem;
  margin-top: 6rem;
}
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 2.5rem 3rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 4rem;
  border-bottom: 1px solid rgba(200,169,110,0.28);
}
.footer-logo    { height: 36px; width: auto; filter: brightness(0) invert(1); }
.footer-wordmark{ height: 21px; width: auto; filter: brightness(0) invert(1); margin-top: 0.55rem; display: block; }
.footer-tagline {
  font-style: italic;
  font-size: 0.80rem;
  color: rgba(247,243,236,0.50);
  margin-top: 0.85rem;
  line-height: 1.5;
}
.footer-head {
  display: block;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  font-size: 0.58rem;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.32rem; }
.footer-links a {
  color: rgba(247,243,236,0.62);
  text-decoration: none;
  font-size: 0.80rem;
  font-variant: small-caps;
  letter-spacing: 0.10em;
  transition: color 0.15s;
}
.footer-links a:hover { color: var(--gold); text-decoration: none; }
.footer-contact-p {
  font-size: 0.78rem;
  color: rgba(247,243,236,0.62);
  margin-bottom: 0.4rem;
  line-height: 1.55;
  word-break: break-all;
}
.footer-contact-p a { color: var(--gold); text-decoration: none; }
.footer-contact-p a:hover { text-decoration: underline; }
.footer-sep { border: none; border-top: 1px solid rgba(200,169,110,0.28); margin: 0.9rem 0; }
.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.8rem 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 0.60rem;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  color: rgba(247,243,236,0.32);
}

/* ── HERO ───────────────────────────────────────────────── */
.hero { padding: 5.5rem 0 0; border-bottom: 1px solid var(--rule); }
.hero-inner { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; }
.hero-above { max-width: 820px; margin-bottom: 4rem; }
.hero-tagline {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  letter-spacing: -0.025em;
  line-height: 1.07;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--ink);
}
.hero-sub {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--ink-2);
  max-width: 600px;
}
.hero-mat {
  border: 1px solid var(--rule);
  padding: 1.25rem 1.25rem 0;
  background: var(--ivory);
  max-width: 1020px;
}
.hero-mat img { width: 100%; display: block; }
.img-caption {
  padding: 0.65rem 0;
  font-style: italic;
  font-size: 0.73rem;
  color: var(--ink-3);
  border-top: 1px solid var(--rule);
}

/* ── SECTIONS ───────────────────────────────────────────── */
.section        { padding: 5rem 0; }
.section--tight { padding: 3.5rem 0; }
.section + .section,
.section + .section--tight,
.section--tight + .section { border-top: 1px solid var(--rule); }

.section-head   { margin-bottom: 3rem; }
.section-title  { font-size: clamp(1.7rem, 2.8vw, 2.4rem); font-style: italic; }

/* ── DROP CAP ───────────────────────────────────────────── */
.drop-cap::first-letter {
  float: left;
  font-size: 4.8rem;
  line-height: 0.77;
  margin-right: 0.09em;
  margin-top: 0.07em;
  color: var(--navy);
  font-family: Georgia, 'Times New Roman', serif;
}
.text-body { font-size: 0.94rem; line-height: 1.84; }
.text-body p + p { margin-top: 1.2em; }

/* ── PULL QUOTE ─────────────────────────────────────────── */
.pull-quote {
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  padding: 2.5rem 0;
  margin: 4rem auto;
  max-width: 660px;
}
.pull-quote p {
  font-size: 1.28rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--navy);
}
.pull-quote cite {
  display: block;
  margin-top: 1.1rem;
  font-size: 0.60rem;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  color: var(--ink-3);
  font-style: normal;
}

/* ── IMPACT STATS ───────────────────────────────────────── */
.impact-row {
  display: flex;
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  padding: 3rem 0;
}
.impact-cell {
  flex: 1;
  padding-right: 2.5rem;
  border-right: 1px solid var(--rule);
}
.impact-cell:first-child { padding-left: 0; }
.impact-cell:last-child  { border-right: none; padding-right: 0; }
.impact-cell + .impact-cell { padding-left: 2.5rem; }
.impact-num {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.impact-lbl {
  font-variant: small-caps;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
  color: var(--ink-3);
}

/* ── HIGHLIGHTS (3-col editorial) ───────────────────────── */
.hl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.hl-cell {
  padding: 2.5rem 2.25rem 2.5rem 0;
  border-right: 1px solid var(--rule);
}
.hl-cell:last-child  { border-right: none; padding-right: 0; }
.hl-cell + .hl-cell  { padding-left: 2.25rem; }
.hl-icon  { font-size: 1rem; margin-bottom: 0.9rem; }
.hl-title { font-size: 1.05rem; font-style: italic; margin-bottom: 0.55rem; }
.hl-blurb { font-size: 0.84rem; line-height: 1.72; color: var(--ink-2); }

/* ── PAGE HEADER ────────────────────────────────────────── */
.page-head {
  padding: 5rem 0 3.5rem;
  border-bottom: 2px solid var(--ink);
}
.page-title { font-size: clamp(2rem, 4vw, 3.1rem); font-style: italic; }
.page-deck  {
  font-size: 1rem;
  font-style: italic;
  color: var(--ink-2);
  max-width: 520px;
  line-height: 1.65;
  margin-top: 1rem;
}

/* ── MATTED IMAGE ───────────────────────────────────────── */
.mat-wrap {
  border: 1px solid var(--rule);
  padding: 1.25rem 1.25rem 0;
  background: var(--ivory);
}
.mat-wrap img { width: 100%; display: block; }
.mat-wrap .img-caption { margin-top: 0; }
.mat-aside { max-width: 460px; }

/* ── SPLIT LAYOUT ───────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.split--wide   { grid-template-columns: 1.35fr 1fr; }
.split--img-r  { grid-template-columns: 1.5fr 1fr; }

/* ── TWO-COLUMN TEXT ────────────────────────────────────── */
.two-col {
  columns: 2;
  column-gap: 3.25rem;
  column-rule: 1px solid var(--rule);
}
.two-col p + p { margin-top: 1.1em; }

/* ── PROGRAMMES — CONTENTS REGISTER ────────────────────── */
.reg-list { border-top: 2px solid var(--ink); }
.reg-entry {
  display: grid;
  grid-template-columns: 2.8rem 230px 1fr;
  gap: 0 2.75rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.reg-num {
  font-variant: small-caps;
  font-size: 0.60rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  padding-top: 0.18em;
}
.reg-icon  { font-size: 1rem; margin-bottom: 0.55rem; }
.reg-title { font-size: 1.15rem; font-style: italic; margin-bottom: 0.5rem; line-height: 1.28; }
.reg-blurb { font-size: 0.82rem; color: var(--ink-2); line-height: 1.68; }
.reg-detail{ font-size: 0.88rem; color: var(--ink-2); line-height: 1.82; }

/* ── TRUSTEES ───────────────────────────────────────────── */
.trustee-list { border-top: 1px solid var(--rule); }
.trustee-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--rule-lt);
  gap: 1rem;
}
.trustee-name { font-style: italic; font-size: 1rem; }
.trustee-role {
  font-variant: small-caps;
  letter-spacing: 0.20em;
  font-size: 0.60rem;
  color: var(--ink-3);
}

/* ── WAYS / GET INVOLVED ────────────────────────────────── */
.ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.way-cell {
  padding: 2.5rem 2.25rem 2.5rem 0;
  border-right: 1px solid var(--rule);
}
.way-cell:last-child  { border-right: none; padding-right: 0; }
.way-cell + .way-cell { padding-left: 2.25rem; }
.way-icon  { font-size: 1rem; margin-bottom: 0.75rem; }
.way-title { font-size: 1.05rem; font-style: italic; margin-bottom: 0.55rem; }
.way-blurb { font-size: 0.84rem; line-height: 1.72; color: var(--ink-2); }

/* ── CTA STRIP ──────────────────────────────────────────── */
.cta-strip {
  background: var(--navy);
  text-align: center;
  padding: 5.5rem 2rem;
  margin-top: 0;
}
.cta-strip h2 {
  color: var(--ivory);
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-style: italic;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  line-height: 1.35;
}
.btn-ghost {
  display: inline-block;
  padding: 0.68rem 2.6rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  font-size: 0.70rem;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-ghost:hover { background: var(--gold); color: var(--navy); text-decoration: none; }

/* ── BLOG TEASERS ───────────────────────────────────────── */
.blog-list { border-top: 1px solid var(--rule); }
.blog-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3.25rem;
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.blog-thumb {
  border: 1px solid var(--rule);
  padding: 0.75rem 0.75rem 0;
  background: var(--ivory);
  flex-shrink: 0;
}
.blog-thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.blog-thumb-cap {
  padding: 0.5rem 0;
  font-style: italic;
  font-size: 0.70rem;
  color: var(--ink-3);
}
.blog-meta { display: flex; gap: 1.5rem; align-items: center; margin-bottom: 0.7rem; }
.blog-cat  {
  font-variant: small-caps;
  letter-spacing: 0.22em;
  font-size: 0.58rem;
  color: var(--gold);
}
.blog-date {
  font-variant: small-caps;
  letter-spacing: 0.14em;
  font-size: 0.58rem;
  color: var(--ink-3);
}
.blog-item h2 { font-size: 1.32rem; font-style: italic; margin-bottom: 0.7rem; }
.blog-item h2 a { color: var(--ink); text-decoration: none; }
.blog-item h2 a:hover { color: var(--navy); text-decoration: none; }
.blog-dek { font-size: 0.88rem; line-height: 1.70; color: var(--ink-2); margin-bottom: 1.2rem; }
.read-link {
  font-variant: small-caps;
  letter-spacing: 0.22em;
  font-size: 0.60rem;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
}
.read-link:hover { color: var(--gold); border-bottom-color: transparent; text-decoration: none; }

/* ── ARTICLE ────────────────────────────────────────────── */
.art-header {
  padding: 5rem 0 3.5rem;
  border-bottom: 1px solid var(--rule);
}
.art-header-inner { max-width: var(--prose); margin: 0 auto; padding: 0 2rem; }
.art-title {
  font-size: clamp(1.85rem, 3.5vw, 2.9rem);
  font-style: italic;
  line-height: 1.14;
  margin-bottom: 1.25rem;
}
.art-dek  {
  font-size: 1.04rem;
  font-style: italic;
  line-height: 1.62;
  color: var(--ink-2);
  margin-bottom: 1.5rem;
}
.art-meta {
  font-variant: small-caps;
  letter-spacing: 0.20em;
  font-size: 0.60rem;
  color: var(--ink-3);
  border-top: 1px solid var(--rule);
  padding-top: 1rem;
}
.art-image-spread {
  max-width: 860px;
  margin: 3.5rem auto;
  padding: 0 2rem;
}
.art-body { max-width: var(--prose); margin: 0 auto; padding: 0 2rem 5rem; }
.art-body p { font-size: 0.94rem; line-height: 1.88; }
.art-body p + p { margin-top: 1.25em; }
.art-back {
  max-width: var(--prose);
  margin: 0 auto;
  padding: 2rem 2rem 0;
  border-top: 1px solid var(--rule);
  margin-bottom: 1rem;
}
.art-back a {
  font-variant: small-caps;
  letter-spacing: 0.20em;
  font-size: 0.60rem;
  color: var(--ink-3);
  text-decoration: none;
}
.art-back a:hover { color: var(--navy); text-decoration: none; }

/* ── CONTACT FORM ───────────────────────────────────────── */
.form-row    { margin-bottom: 2rem; }
.form-lbl    {
  display: block;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  font-size: 0.60rem;
  color: var(--ink-3);
  margin-bottom: 0.35rem;
}
.form-ctrl {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule-dk);
  padding: 0.4rem 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.9rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
}
.form-ctrl:focus { border-bottom-color: var(--navy); }
textarea.form-ctrl { resize: vertical; min-height: 130px; padding-top: 0.4rem; }
.form-submit {
  margin-top: 0.5rem;
  display: inline-block;
  padding: 0.68rem 2.5rem;
  border: 1px solid var(--navy);
  color: var(--navy);
  background: transparent;
  font-family: Georgia, 'Times New Roman', serif;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  font-size: 0.70rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.form-submit:hover { background: var(--navy); color: var(--ivory); }

/* ── CONTACT COLOPHON BLOCK ─────────────────────────────── */
.colophon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  padding: 3.5rem 0;
  border-top: 1px solid var(--rule);
}
.col-head {
  display: block;
  font-variant: small-caps;
  letter-spacing: 0.24em;
  font-size: 0.58rem;
  color: var(--ink-3);
  margin-bottom: 0.8rem;
}
.col-body { font-size: 0.84rem; line-height: 1.72; color: var(--ink-2); }
.col-body a { color: var(--navy); text-decoration: none; }
.col-body a:hover { text-decoration: underline; }
.col-body p + p { margin-top: 0.5em; }

/* ── ORNAMENT ───────────────────────────────────────────── */
.ornament {
  text-align: center;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.55em;
  padding: 1.5rem 0;
  user-select: none;
}

/* ── UTILITIES ──────────────────────────────────────────── */
.mt-xs  { margin-top: 0.75rem; }
.mt-sm  { margin-top: 1.5rem;  }
.mt-md  { margin-top: 2.25rem; }
.mt-lg  { margin-top: 3.5rem;  }
.mt-xl  { margin-top: 5rem;    }
.mb-sm  { margin-bottom: 1.5rem; }
.mb-md  { margin-bottom: 2.25rem; }
.mb-lg  { margin-bottom: 3.5rem;  }
.italic { font-style: italic; }
.muted  { color: var(--ink-3); }
.center { text-align: center; }
.gold   { color: var(--gold); }
.navy   { color: var(--navy); }
.divider      { border: none; border-top: 1px solid var(--rule); margin: 3rem 0; }
.divider--hvy { border: none; border-top: 2px solid var(--ink);  margin: 0; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .reg-entry {
    grid-template-columns: 2.8rem 1fr;
    grid-template-rows: auto auto;
  }
  .reg-detail { grid-column: 2; }

  .hl-grid  { grid-template-columns: 1fr 1fr; }
  .hl-cell:nth-child(2) { border-right: none; padding-right: 0; }
  .hl-cell:nth-child(3) {
    grid-column: 1 / span 2;
    border-right: none;
    padding-left: 0;
    border-top: 1px solid var(--rule);
    padding-top: 2.5rem;
  }
  .hl-cell:nth-child(3) + .hl-cell { padding-left: 0; }

  .ways-grid { grid-template-columns: 1fr 1fr; }
  .way-cell:nth-child(2) { border-right: none; padding-right: 0; }
  .way-cell:nth-child(3) {
    grid-column: 1 / span 2;
    border-right: none;
    padding-left: 0;
    border-top: 1px solid var(--rule);
    padding-top: 2.5rem;
  }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .colophon    { grid-template-columns: 1fr 1fr; }
  .blog-item   { grid-template-columns: 260px 1fr; }
  .two-col     { columns: 1; }
  .split--wide { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  html { font-size: 16px; }
  .wrap      { padding: 0 1.25rem; }
  .nav-bar   { padding: 0 1.25rem; }

  .nav-btn   { display: flex; }
  .main-nav  {
    display: none;
    position: absolute;
    top: 66px;
    left: 0; right: 0;
    background: var(--ivory);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    gap: 1.1rem;
  }
  .main-nav.open { display: flex; }
  .site-header   { position: relative; }

  .hero        { padding: 3rem 0 0; }
  .hero-above  { margin-bottom: 2.5rem; }
  .hero-inner  { padding: 0 1.25rem; }
  .section     { padding: 3rem 0; }
  .page-head   { padding: 3rem 0 2.5rem; }

  .hl-grid  { grid-template-columns: 1fr; }
  .hl-cell  { border-right: none; padding-left: 0; padding-right: 0; border-bottom: 1px solid var(--rule); }
  .hl-cell:nth-child(3) { grid-column: 1; padding-top: 0; }
  .hl-cell:last-child   { border-bottom: none; }

  .ways-grid { grid-template-columns: 1fr; }
  .way-cell  { border-right: none; padding-left: 0; padding-right: 0; border-bottom: 1px solid var(--rule); }
  .way-cell:nth-child(3) { grid-column: 1; padding-top: 0; }
  .way-cell:last-child   { border-bottom: none; }

  .impact-row { flex-direction: column; padding: 2rem 0; }
  .impact-cell { border-right: none; padding: 1.4rem 0 !important; border-bottom: 1px solid var(--rule); }
  .impact-cell:last-child { border-bottom: none; padding-bottom: 0 !important; }

  .reg-entry { grid-template-columns: 1fr; gap: 0.5rem; padding: 2rem 0; }
  .reg-num   { display: none; }
  .reg-detail{ grid-column: 1; }

  .split      { grid-template-columns: 1fr; gap: 2.5rem; }
  .split--wide{ grid-template-columns: 1fr; }
  .split--img-r{ grid-template-columns: 1fr; }

  .blog-item  { grid-template-columns: 1fr; gap: 1.5rem; }

  .footer-grid   { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.25rem 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 0.6rem; text-align: center; padding: 1.5rem 1.25rem 0; }
  .colophon { grid-template-columns: 1fr; gap: 2rem; }

  .pull-quote { margin: 2.5rem 0; }
  .art-header { padding: 3rem 0 2.5rem; }
  .art-header-inner { padding: 0 1.25rem; }
  .art-body  { padding: 0 1.25rem 3rem; }
  .art-image-spread { padding: 0 1.25rem; margin: 2.5rem auto; }
  .art-back  { padding: 1.5rem 1.25rem 0; }
  .wrap--prose { padding: 0 1.25rem; }
}

@media (max-width: 480px) {
  .brand-word  { display: none; }
  .hero-tagline{ font-size: 2rem; }
}
