/* ==========================================================================
   TN Masonic Museum & Library — Site Styles
   Palette: Deep Navy + Antique Gold + Parchment Cream
   ========================================================================== */

:root {
  --navy: #0e1d3a;
  --navy-deep: #081427;
  --navy-mid: #1a2c4f;
  --gold: #b8893a;
  --gold-light: #d4a854;
  --gold-deep: #8a6328;
  --cream: #f5efe1;
  --cream-warm: #ebe2cc;
  --parchment: #f9f4e8;
  --ink: #1c1c1c;
  --muted: #5a5a5a;
  --rule: rgba(184, 137, 58, 0.35);

  --serif: "Cormorant Garamond", "Playfair Display", "Garamond", "Times New Roman", serif;
  --display: "Cinzel", "Trajan Pro", "Cormorant Garamond", serif;
  --sans: "Lato", "Helvetica Neue", Arial, sans-serif;

  --shadow-soft: 0 4px 18px rgba(8, 20, 39, 0.12);
  --shadow-deep: 0 12px 38px rgba(8, 20, 39, 0.28);
  --max-width: 1200px;
  --max-prose: 720px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--parchment);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--gold-deep); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin: 0 0 0.6em;
  line-height: 1.18;
}

h1 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.1rem; letter-spacing: 0.06em; text-transform: uppercase; }

p { margin: 0 0 1em; }
.lead { font-size: 1.18rem; color: #2c2c2c; line-height: 1.7; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 28px; }
.prose { max-width: var(--max-prose); margin: 0 auto; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
  margin: 0 0 1rem;
  display: inline-block;
}

.divider {
  display: flex; align-items: center; justify-content: center;
  margin: 2.4rem auto;
  gap: 14px;
  color: var(--gold);
}
.divider::before, .divider::after {
  content: ""; flex: 0 0 80px; height: 1px; background: var(--rule);
}
.divider .glyph {
  font-size: 1.2rem; color: var(--gold);
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy-deep);
  color: var(--cream);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 2px 14px rgba(0,0,0,.25);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px; max-width: var(--max-width); margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.05;
}
.brand:hover { color: var(--gold-light); text-decoration: none; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: all .2s ease;
}
.nav a:hover, .nav a.active {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
  text-decoration: none;
}
.nav .donate-btn {
  background: var(--gold);
  color: var(--navy-deep);
  padding: 9px 18px;
  border-radius: 2px;
  border: none;
  letter-spacing: 0.2em;
}
.nav .donate-btn:hover {
  background: var(--gold-light);
  color: var(--navy-deep);
  border-bottom-color: transparent;
}

.nav-toggle {
  display: none; background: none; border: 0; color: var(--cream);
  font-size: 1.6rem; cursor: pointer; padding: 4px 8px;
}

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--navy-deep);
    padding: 8px 0 16px;
    border-bottom: 3px solid var(--gold);
    display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 14px 28px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav .donate-btn { margin: 14px 28px 0; text-align: center; }
}

/* ---------- Hero (Index) ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: grid; place-items: center;
  text-align: center;
  color: var(--cream);
  overflow: hidden;
  background: var(--navy-deep);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(184,137,58,.20), transparent 65%),
    linear-gradient(180deg, rgba(8,20,39,.55) 0%, rgba(8,20,39,.82) 100%),
    url("../assets/images/timeline/background.jpg") center/cover no-repeat;
  background-attachment: fixed, fixed, scroll;
  z-index: 0;
}
.hero .inner {
  position: relative; z-index: 1;
  padding: 80px 28px;
  max-width: 920px;
}
.hero h1 {
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  margin-bottom: 0.3em;
}
.hero .tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--gold-light);
  letter-spacing: 0.04em;
  margin-bottom: 1.4em;
}
.hero .estab {
  font-family: var(--sans);
  font-size: .8rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6em;
}
.hero .actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 28px;
  border: 2px solid var(--gold);
  background: var(--gold);
  color: var(--navy-deep);
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
}
.btn:hover { background: var(--gold-light); color: var(--navy-deep); text-decoration: none; }
.btn.outline { background: transparent; color: var(--gold-light); }
.btn.outline:hover { background: var(--gold); color: var(--navy-deep); }
.btn.dark { background: var(--navy); border-color: var(--navy); color: var(--cream); }
.btn.dark:hover { background: var(--navy-deep); }

.scroll-cue {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  z-index: 2;
  text-align: center;
}
.scroll-cue::after {
  content: ""; display: block; margin: 8px auto 0;
  width: 1px; height: 36px;
  background: linear-gradient(var(--gold), transparent);
}

/* ---------- Intro panel ---------- */
.intro {
  background: var(--cream);
  padding: 100px 28px;
  text-align: center;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.intro::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.intro .prose { max-width: 760px; margin: 0 auto; }

/* ---------- Timeline ---------- */
.timeline-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(14,29,58,.05), transparent 70%),
    var(--parchment);
  padding: 80px 0 100px;
  position: relative;
}
.timeline-section .container { max-width: 1100px; }
.timeline-header { text-align: center; margin-bottom: 60px; }

.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent 0%, var(--gold) 8%, var(--gold) 92%, transparent 100%);
  transform: translateX(-1px);
}

/* Each milestone uses flexbox so text + figure sit reliably in the same row,
   centered against each other regardless of which side has the longer content.
   .left  → text first  (text on left, figure on right)
   .right → row-reverse (figure on left, text on right) */
.timeline-item {
  position: relative;
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 90px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}
.timeline-item.in-view { opacity: 1; transform: translateY(0); }
.timeline-item.right { flex-direction: row-reverse; }

/* Both halves take equal width */
.timeline-item .text-side,
.timeline-item > figure {
  flex: 1 1 0;
  min-width: 0;
}

/* Marker sits on the center line for every item */
.timeline-item .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold);
  border: 4px solid var(--parchment);
  box-shadow: 0 0 0 2px var(--gold), 0 0 0 6px rgba(184,137,58,.25);
  z-index: 2;
}

/* Per-side text alignment + inner padding so content breathes away from the line */
.timeline-item.left  .text-side { text-align: right; padding-right: 24px; }
.timeline-item.left  > figure   { padding-left: 24px; }
.timeline-item.right .text-side { text-align: left;  padding-left: 24px; }
.timeline-item.right > figure   { padding-right: 24px; }

/* If a milestone has no figure, prevent the text-side from stretching to full width
   (so layout still looks balanced rather than spanning across the timeline line) */
.timeline-item:not(:has(> figure)) .text-side { flex: 0 1 calc(50% - 45px); }

/* Items without a figure: keep text on its side, leave the other side empty */
.timeline-item:not(:has(figure)) .text-side { padding-bottom: 0; }

/* Reset stray margins on the text-side so its element box matches its visual extent.
   This is what makes "align-items: center" actually look centered against the figure. */
.timeline-item .text-side > :first-child { margin-top: 0; }
.timeline-item .text-side > :last-child  { margin-bottom: 0; }

.timeline-item .year {
  font-family: var(--display);
  font-size: 2rem;
  color: var(--gold-deep);
  letter-spacing: 0.06em;
  margin: 0 0 4px;
  line-height: 1.05;
}
.timeline-item .title {
  font-family: var(--display);
  font-size: 1.45rem;
  color: var(--navy);
  margin: 0 0 14px;
  line-height: 1.2;
}
.timeline-item .body {
  font-size: 1.02rem;
  color: var(--ink);
  line-height: 1.7;
  margin: 0;
}

.timeline-item figure {
  margin: 0;
  background: var(--cream);
  padding: 10px;
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timeline-item figure img {
  width: 100%; height: 280px; object-fit: cover;
  display: block;
}
.timeline-item figure figcaption {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin: 10px 0 0;
}

@media (max-width: 820px) {
  .timeline::before { left: 22px; }
  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 30px 0 30px 56px;
  }
  .timeline-item.left  .text-side,
  .timeline-item.right .text-side {
    text-align: left;
    padding: 0;
  }
  .timeline-item.left  > figure,
  .timeline-item.right > figure {
    padding: 0;
  }
  .timeline-item .marker {
    left: 11px;
    top: 38px;
    transform: translate(0, 0);
  }
}

/* ---------- Quote panel ---------- */
.quote-band {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 100px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quote-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(184,137,58,.08), transparent 50%),
                    radial-gradient(circle at 80% 50%, rgba(184,137,58,.08), transparent 50%);
}
.quote-band blockquote {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--cream);
}
.quote-band cite {
  display: block;
  margin-top: 24px;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 120px 28px 90px;
  text-align: center;
  position: relative;
  border-bottom: 3px solid var(--gold);
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(184,137,58,.15), transparent 65%);
}
.page-hero .inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.page-hero h1 { color: var(--cream); margin-bottom: 12px; }
.page-hero .tag { color: var(--gold-light); font-style: italic; font-size: 1.1rem; }
.page-hero .breadcrumb {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

/* ---------- Section helpers ---------- */
.section { padding: 90px 0; }
.section.cream { background: var(--cream); }
.section.navy { background: var(--navy-deep); color: var(--cream); }
.section.navy h1, .section.navy h2, .section.navy h3 { color: var(--cream); }

/* ---------- Card grid (articles index) ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.card {
  background: var(--cream);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-deep); }
.card a { color: inherit; text-decoration: none; }
.card .img-wrap {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--navy-deep);
}
.card .img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.card:hover .img-wrap img { transform: scale(1.04); }
.card .img-wrap .ribbon {
  position: absolute; top: 14px; left: 14px;
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 4px 12px;
  font-weight: 700;
}
.card .body {
  padding: 24px 26px 26px;
  flex-grow: 1;
  display: flex; flex-direction: column;
}
.card .body h3 {
  margin-bottom: 6px;
  font-size: 1.4rem;
}
.card .body .role {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.card .body p {
  flex-grow: 1;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.6;
}
.card .body .read-more {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
}
.card .body .read-more::after { content: " →"; }

/* ---------- Article (single post) ---------- */
.article-body {
  padding: 80px 0 100px;
  background: var(--parchment);
}
.article-body .container { max-width: 760px; }
.article-body h1 { margin-bottom: 6px; text-align: center; }
.article-body .meta {
  text-align: center;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 36px;
}
.article-body .portrait {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 40px;
  background: var(--cream);
  padding: 14px;
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-deep);
}
.article-body .portrait img { width: 100%; }
.article-body .portrait figcaption {
  margin-top: 12px;
  text-align: center;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.article-body p { font-size: 1.06rem; line-height: 1.78; }
.article-body p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 4.2rem;
  float: left;
  line-height: .9;
  margin: 6px 12px 0 0;
  color: var(--gold-deep);
}
.article-body h2 {
  margin-top: 2.2em;
  font-size: 1.7rem;
}
.article-body blockquote {
  margin: 1.8em 0;
  padding: 16px 26px;
  border-left: 3px solid var(--gold);
  background: rgba(184,137,58,.06);
  font-style: italic;
  color: #2c2c2c;
}
.article-nav {
  margin-top: 60px;
  display: flex; justify-content: space-between; gap: 20px;
  border-top: 1px solid var(--rule);
  padding-top: 30px;
}
.article-nav a {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
}

/* ---------- Gallery (Grand Lodge) ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 18px;
  margin-top: 50px;
}
.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  box-shadow: var(--shadow-soft);
}
.gallery figure img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.gallery figure:hover img { transform: scale(1.06); }
.gallery figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(8,20,39,.85));
  color: var(--cream);
  padding: 30px 18px 14px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.gallery .span-6 { grid-column: span 6; }
.gallery .span-4 { grid-column: span 4; }
.gallery .span-8 { grid-column: span 8; }
.gallery .span-12 { grid-column: span 12; }
.gallery .row-2 { grid-row: span 2; }

@media (max-width: 820px) {
  .gallery { grid-auto-rows: 200px; gap: 12px; }
  .gallery .span-6, .gallery .span-4, .gallery .span-8 { grid-column: span 12; }
  .gallery .row-2 { grid-row: span 1; }
}

/* ---------- Donor tiers ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px;
  margin-top: 40px;
}
.tier {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
  padding: 36px 24px 30px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column;
}
.tier:hover { transform: translateY(-4px); box-shadow: var(--shadow-deep); }
.tier .name {
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--navy);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.tier .amount {
  font-family: var(--display);
  font-size: 2.2rem;
  color: var(--gold-deep);
  margin-bottom: 16px;
}
.tier ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 0.96rem;
  text-align: left;
  flex-grow: 1;
}
.tier ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px dashed var(--rule);
}
.tier ul li:last-child { border-bottom: none; }
.tier ul li::before {
  content: "✦";
  position: absolute; left: 0; top: 6px;
  color: var(--gold);
}
.tier .btn { width: 100%; display: block; }
.tier.featured {
  border-top-color: var(--navy);
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--cream);
  position: relative;
}
.tier.featured .name, .tier.featured .amount { color: var(--gold-light); }
.tier.featured ul li { border-bottom-color: rgba(245,239,225,.18); }
.tier.featured ul li::before { color: var(--gold-light); }
.tier.featured::after {
  content: "Most Impact";
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 14px;
  font-weight: 700;
}

/* ---------- Two-col layout ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 60px 0;
}
.two-col img { width: 100%; box-shadow: var(--shadow-deep); border: 1px solid var(--rule); }
.two-col.flip > :first-child { order: 2; }
@media (max-width: 820px) {
  .two-col, .two-col.flip { grid-template-columns: 1fr; gap: 30px; }
  .two-col.flip > :first-child { order: 0; }
}

/* ---------- Mission / impact stat row ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin: 40px 0;
  text-align: center;
}
.stat .num {
  font-family: var(--display);
  font-size: 2.6rem;
  color: var(--gold-light);
  display: block;
  line-height: 1;
}
.stat .label {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  margin-top: 8px;
  display: block;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 70px 28px 30px;
  border-top: 3px solid var(--gold);
}
.site-footer .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.site-footer h4 {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer a { color: var(--cream); font-size: 0.96rem; }
.site-footer a:hover { color: var(--gold-light); text-decoration: none; }
.site-footer .brand-block { max-width: 320px; }
.site-footer .brand-block p {
  font-size: 0.95rem; color: rgba(245,239,225,.8); line-height: 1.6;
  margin-top: 14px;
}
.site-footer address {
  font-style: normal; font-size: 0.95rem; color: rgba(245,239,225,.85);
  line-height: 1.7;
}
.site-footer .colophon {
  border-top: 1px solid rgba(245,239,225,.12);
  padding-top: 22px;
  margin-top: 50px;
  text-align: center;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,239,225,.6);
}

@media (max-width: 820px) {
  .site-footer .container { grid-template-columns: 1fr; gap: 30px; }
}
