/* ============================================================
   Africa Curated, Chapter I: The Weight of Holding
   Gallery-grade online exhibition
   ============================================================ */

:root {
  --ink: #0C0A07;
  --gold: #B8913A;
  --cream: #F5F2EB;
  --muted: #6B6457;
  --rule: #D9D2C3;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, sans-serif;

  --maxw: 1280px;
  --gutter: clamp(1.5rem, 5vw, 6rem);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a { color: inherit; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Shared elements ---------- */

.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.eyebrow--gold { color: var(--gold); }
.eyebrow--muted { color: var(--muted); }

.rule { display: block; height: 1px; border: 0; background: var(--gold); }
.rule--hero { width: 96px; margin: 1.6rem auto; }
.rule--thresh { width: 64px; margin: 1.4rem auto; }
.rule--sig { width: 48px; margin: 0 0 1.1rem; }
.rule--plate { width: 48px; margin: 0.9rem 0 1.3rem; }
.rule--reading { width: 40px; margin: 2.2rem auto; }
.rule--footer { width: 100%; height: 1px; background: var(--rule); border-top: none; }
.rule--hair { width: 100%; height: 1px; background: var(--rule); margin: 1.5rem 0; }

/* gold rule used between reading blocks should be true gold */
.rule--reading { background: var(--gold); }

.prose p { margin-bottom: 1.5rem; }
.prose p:last-child { margin-bottom: 0; }

.foreword__intro {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  color: var(--ink);
  line-height: 1.2;
  margin: 1.8rem 0 2.6rem;
}

.signature { margin-top: 3.2rem; }
.signature__name { font-style: italic; font-size: 1.3rem; }
.signature__role {
  font-family: var(--sans); font-size: 12px;
  letter-spacing: 0.04em; color: var(--muted); margin-top: 0.2rem;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 8vh var(--gutter) 6vh;
  position: relative;
}
.hero__inner { max-width: 760px; }
.hero__inner.reveal { transition-duration: 1.2s; }

.hero__chapter {
  font-style: italic; color: var(--gold);
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  margin-bottom: 0.6rem;
}
.hero__title {
  font-weight: 700;
  font-size: clamp(3.4rem, 9vw, 6rem);
  line-height: 1.0;
  letter-spacing: -0.01em;
}
.hero__title span { display: block; }
.hero__subtitle {
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  margin-top: 1.8rem;
}
.hero__subtitle:first-of-type { margin-top: 2.2rem; }
.hero__subtitle--italic { font-style: italic; color: var(--muted); margin-top: 0.2rem; }

.hero__band { margin-top: 3.4rem; }
.hero__band .eyebrow { margin-bottom: 0.8rem; }
.hero__band-line {
  font-family: var(--sans); font-size: 13px; color: var(--ink);
  letter-spacing: 0.02em;
}
.hero__band-line--small { color: var(--muted); font-size: 12px; margin-top: 0.4rem; }

.hero__scroll {
  position: absolute; bottom: 3.2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted); text-decoration: none;
  transition: color 0.3s ease;
}
.hero__scroll:hover { color: var(--gold); }
.hero__scroll svg { animation: nudge 2.4s ease-in-out infinite; }
@keyframes nudge { 0%,100% { transform: translateY(0);} 50% { transform: translateY(5px);} }

/* ============================================================
   FOREWORD / CLOSING
   ============================================================ */
.foreword, .closing {
  padding: clamp(6rem, 12vh, 11rem) var(--gutter);
  display: flex; justify-content: center;
}
.foreword__inner, .closing__inner { max-width: 640px; width: 100%; }
.closing { min-height: 90vh; align-items: center; }

/* ============================================================
   THRESHOLD
   ============================================================ */
.threshold {
  min-height: 80vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 6rem var(--gutter);
}
.threshold--dark { background: var(--ink); color: var(--cream); }
.threshold__inner { max-width: 620px; }
.threshold__title {
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.05;
}
.threshold__sub {
  font-style: italic; color: var(--muted);
  font-size: clamp(1.3rem, 3vw, 1.6rem); margin-top: 0.8rem;
}
.threshold--dark .threshold__sub { color: #b3aa97; }
.threshold__note {
  font-family: var(--sans); font-size: 13px; color: var(--muted);
  letter-spacing: 0.02em; margin-top: 2rem;
}
.threshold--dark .threshold__note { color: #948c79; }

/* Yokanna threshold sign (echoes the physical wall sign) */
.threshold--yokanna {
  background: var(--cream);
  padding: 7rem var(--gutter) 8rem;
  align-items: center;
}
.yokanna-sign {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 2.5rem 1.5rem 2.5rem;
}
/* Corner brackets, all four corners */
.yokanna-sign::before,
.yokanna-sign::after,
.yokanna-sign__corner-bl,
.yokanna-sign__corner-br {
  content: "";
  position: absolute;
  width: 36px; height: 36px;
  border: 1px solid var(--muted);
}
.yokanna-sign::before { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.yokanna-sign::after  { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.yokanna-sign__corner-bl { bottom: 0; left: 0; border-right: 0; border-top: 0; display: block; }
.yokanna-sign__corner-br { bottom: 0; right: 0; border-left: 0; border-top: 0; display: block; }
.yokanna-sign__chapter {
  letter-spacing: 0.22em;
  font-size: 11px;
  margin-bottom: 0.9rem;
}
.yokanna-sign__topline,
.yokanna-sign__midline,
.yokanna-sign__bottomline {
  display: block;
  width: 280px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto;
}
.yokanna-sign__topline { margin-bottom: 2.4rem; }
.yokanna-sign__on {
  letter-spacing: 0.22em;
  font-size: 11px;
  margin-bottom: 0.6rem;
}
.yokanna-sign__name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  margin: 0.3rem 0 1.1rem;
  color: var(--ink);
}
.yokanna-sign__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  color: var(--muted);
  margin-bottom: 2.4rem;
}
.yokanna-sign__midline { margin-bottom: 2.4rem; }
.yokanna-sign__body { margin-bottom: 2.4rem; }
.yokanna-sign__italic {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2.1vw, 1.25rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 1.6rem 0;
}
.yokanna-sign__strong {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.3vw, 1.4rem);
  line-height: 1.4;
  color: var(--ink);
  margin: 2rem 0;
}
.yokanna-sign__bottomline { margin-bottom: 1.4rem; }
.yokanna-sign__brand {
  letter-spacing: 0.22em;
  font-size: 11px;
  margin-bottom: 0.4rem;
}
.yokanna-sign__footnote {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
@media (max-width: 700px) {
  .yokanna-sign { padding: 2rem 0.5rem; }
  .yokanna-sign__topline,
  .yokanna-sign__midline,
  .yokanna-sign__bottomline { width: 200px; }
}

/* ============================================================
   THABISO PLATES
   ============================================================ */
.plate {
  padding: clamp(4rem, 9vh, 8rem) var(--gutter);
}
.plate__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 2.8rem;
  align-items: center;
}

.plate__figure {
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: clamp(0.8rem, 2vw, 1.6rem);
  overflow: hidden;
}
.plate__figure img {
  width: 100%; height: auto; object-fit: contain;
  transition: transform 0.4s ease, opacity 0.5s ease;
}
.plate__figure:hover img { transform: scale(1.01); }

/* Encrypted-image placeholder: holds vertical space while AES-GCM decrypt resolves. */
.plate__figure img.ac-locked {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  background:
    linear-gradient(180deg, #1a1712 0%, #0C0A07 100%);
  opacity: 0.85;
}
.plate__figure img.ac-revealed {
  aspect-ratio: auto;
  background: transparent;
  opacity: 1;
}

.plate__divider { display: none; }
.plate__text { max-width: 520px; }
.plate__title {
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.08;
}
.plate__subtitle { font-style: italic; color: var(--muted); font-size: 1.3rem; margin-top: 0.2rem; }
.plate__artist { font-style: italic; color: var(--muted); font-size: 1.15rem; margin-top: 0.7rem; }
.plate__meta {
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.04em;
  color: var(--muted); margin-top: 0.5rem;
}
.plate__entry { font-size: 16.5px; line-height: 1.65; }
.plate__entry + .plate__entry { margin-top: 1rem; }

/* ============================================================
   ACCESS GATE (overlay on /private/)
   ============================================================ */
.ac-gate {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
  overflow-y: auto;
}
.ac-gate__inner {
  max-width: 540px; width: 100%;
  text-align: center;
  padding: 3rem 1rem;
}
.ac-gate__title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1.05; margin: 0 0 1.6rem; color: var(--ink);
}
.ac-gate__lede {
  font-family: var(--serif); font-size: 17px; line-height: 1.6;
  color: var(--ink); margin: 0 0 1.2rem;
}
.ac-gate__lede--center { color: var(--muted); }
.ac-gate__form {
  display: flex; flex-direction: column; gap: 0.6rem;
  margin-top: 1.8rem;
}
.ac-gate__form input[type=password] {
  font-family: var(--sans); font-size: 15px;
  padding: 0.95rem 1rem;
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--ink); letter-spacing: 0.02em;
  text-align: center;
}
.ac-gate__form input[type=password]:focus {
  outline: none; border-color: var(--gold);
}
.ac-gate__form button {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; padding: 0.95rem 1rem;
  background: var(--ink); color: var(--cream); border: 0;
  cursor: pointer; text-transform: uppercase;
  transition: background .25s ease;
}
.ac-gate__form button:hover { background: #1a1610; }
.ac-gate__msg {
  font-family: var(--serif); font-style: italic; font-size: 14px;
  margin: 1rem 0 0; min-height: 1.4em;
}
.ac-gate__divider {
  display: flex; align-items: center; gap: 0.9rem;
  margin: 2.2rem 0 1.6rem;
}
.ac-gate__divider span { flex: 1; height: 1px; background: var(--rule); }
.ac-gate__divider span.ac-gate__or {
  flex: none; height: auto; background: transparent;
  font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.28em; color: var(--muted);
}
.ac-gate__link {
  color: var(--gold); text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1px;
}
.ac-gate__link:hover { color: var(--ink); }
.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;
}

/* ============================================================
   PUBLIC TEASER PAGE (single featured work + access request)
   ============================================================ */
.teaser-banner {
  background: var(--ink); color: var(--cream);
  padding: 0.8rem var(--gutter);
  text-align: center;
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.22em;
  border-bottom: 1px solid #1f1b15;
}
.teaser-banner__gold { color: var(--gold); }

.featured-frame {
  padding: 5rem var(--gutter);
}
.featured-frame__inner {
  max-width: 1100px; margin: 0 auto;
  text-align: center;
}
.featured-frame__eyebrow {
  letter-spacing: 0.24em; font-size: 11px; color: var(--gold);
  font-family: var(--sans); font-weight: 500;
  margin-bottom: 0.8rem;
}
.featured-frame__title {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  color: var(--muted); margin: 0 0 1.5rem;
}

/* Access section */
.access {
  background: var(--cream);
  padding: 6rem var(--gutter);
  border-top: 1px solid var(--rule);
}
.access__inner {
  max-width: 760px; margin: 0 auto; text-align: center;
}
.access__title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  margin: 0.6rem 0 1.2rem; color: var(--ink);
}
.access__lede {
  font-family: var(--serif); font-size: 17px; line-height: 1.65;
  color: var(--ink); margin: 0 auto 1.2rem; max-width: 620px;
}
.access__form {
  text-align: left;
  margin-top: 3rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem;
}
.access__field { display: flex; flex-direction: column; gap: 0.4rem; }
.access__field--full { grid-column: 1 / -1; }
.access__field label {
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.16em; color: var(--muted);
  text-transform: uppercase;
}
.access__field input,
.access__field select,
.access__field textarea {
  font-family: var(--serif); font-size: 16px;
  padding: 0.85rem 0.9rem;
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--ink);
}
.access__field input:focus,
.access__field select:focus,
.access__field textarea:focus {
  outline: none; border-color: var(--gold);
}
.access__field textarea { min-height: 120px; resize: vertical; }
.access__submit {
  grid-column: 1 / -1;
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.24em; padding: 1.1rem 1rem;
  background: var(--ink); color: var(--cream); border: 0;
  cursor: pointer; text-transform: uppercase;
  margin-top: 1rem;
  transition: background .25s ease;
}
.access__submit:hover { background: #1a1610; }
.access__note {
  grid-column: 1 / -1;
  font-family: var(--serif); font-style: italic; font-size: 13.5px;
  color: var(--muted); margin: 0.8rem 0 0; text-align: center;
}
@media (max-width: 700px) {
  .access__form { grid-template-columns: 1fr; }
}

/* Next-city CTA */
.next-city {
  background: var(--ink); color: var(--cream);
  padding: 6rem var(--gutter);
}
.next-city__inner {
  max-width: 760px; margin: 0 auto; text-align: center;
}
.next-city__title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  margin: 0.6rem 0 1.2rem; color: var(--cream);
}
.next-city__lede {
  font-family: var(--serif); font-size: 17px; line-height: 1.65;
  color: #d6cfb9; max-width: 580px; margin: 0 auto 1.6rem;
}
.next-city__form {
  display: flex; gap: 0.6rem; margin-top: 2rem;
  max-width: 480px; margin-left: auto; margin-right: auto;
}
.next-city__form input {
  flex: 1;
  font-family: var(--serif); font-size: 16px;
  padding: 0.95rem 1rem;
  background: transparent;
  border: 1px solid #2a241b;
  color: var(--cream);
}
.next-city__form input::placeholder { color: #8b8266; }
.next-city__form input:focus { outline: none; border-color: var(--gold); }
.next-city__form button {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.22em; padding: 0.95rem 1.4rem;
  background: var(--gold); color: var(--ink); border: 0;
  cursor: pointer; text-transform: uppercase;
}
.next-city__note {
  font-family: var(--serif); font-style: italic; font-size: 13.5px;
  color: #948c79; margin-top: 1rem;
}
@media (max-width: 600px) {
  .next-city__form { flex-direction: column; }
}

.pullquote {
  margin: 2rem 0;
  padding-left: 1.4rem;
  border-left: 2px solid var(--gold);
}
.pullquote p {
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.35rem);
  line-height: 1.4;
}
.pullquote cite {
  display: block; margin-top: 0.7rem;
  font-style: italic; font-size: 13px; color: var(--muted);
  font-family: var(--sans);
}

/* ---------- Audio player ---------- */
.audio { margin-top: 2.2rem; }
.audio__heading {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.24em; color: var(--gold); text-transform: uppercase;
  margin-bottom: 1rem;
}
.audio__player { display: flex; align-items: center; gap: 1rem; }
.audio__btn {
  flex: 0 0 auto;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--gold);
  background: transparent; color: var(--gold);
  display: grid; place-items: center; cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.audio__btn:hover { background: var(--gold); color: var(--cream); }
.audio__btn svg { width: 18px; height: 18px; fill: currentColor; }
.audio__btn .icon-pause { display: none; }
.audio__btn.is-playing .icon-play { display: none; }
.audio__btn.is-playing .icon-pause { display: block; }

.audio__track {
  flex: 1 1 auto; height: 3px; background: var(--rule);
  position: relative; border-radius: 2px; cursor: pointer;
}
.audio__fill {
  position: absolute; left: 0; top: 0; height: 100%; width: 0;
  background: var(--gold); border-radius: 2px;
}
.audio__time {
  font-family: var(--sans); font-size: 12px; color: var(--muted);
  flex: 0 0 auto; min-width: 34px; text-align: right;
}
.audio__fallback {
  font-family: var(--sans); font-size: 12px; color: var(--muted);
  line-height: 1.5; margin-top: 0.9rem;
}

/* ============================================================
   YOKANNA PLATES
   ============================================================ */
.yplate { padding: clamp(4rem, 9vh, 8rem) var(--gutter); }
.yplate__inner { max-width: var(--maxw); margin: 0 auto; }
.yplate__head { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.yplate__head .rule--plate { margin-left: auto; margin-right: auto; }
.yplate__head .plate__artist,
.yplate__head .plate__meta { margin-left: 0; }

.yplate__grid {
  display: grid; grid-template-columns: 1fr; gap: 3rem;
  align-items: start;
}

.reading {
  max-width: 440px; margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem) 0;
}
.reading__intro {
  font-style: italic; color: var(--gold);
  font-size: 19px; text-align: center;
  line-height: 1.4; margin-bottom: 2rem;
}
.reading__it {
  font-style: italic; text-align: center;
  font-size: 18px; line-height: 1.45;
  margin: 0.5rem 0;
}
.reading__bold {
  font-weight: 700; text-align: center;
  font-size: 19px; line-height: 1.35;
  margin: 1.4rem 0;
}
.reading__body {
  font-size: 17px; line-height: 1.7;
  margin: 1.4rem 0;
}
.reading__it + .reading__it { margin-top: -0.2rem; }

.reading__credit {
  font-family: var(--sans); font-size: 12px; color: var(--muted);
  line-height: 1.5; margin-top: 2.6rem; font-style: normal;
}
.reading__link {
  margin-top: 2rem; padding-top: 1.6rem;
  border-top: 1px solid var(--rule);
}
.reading__link .eyebrow { margin-bottom: 0.7rem; }
.reading__link a {
  font-family: var(--sans); font-size: 13px; color: var(--ink);
  text-decoration: none; border-bottom: 1px solid var(--gold);
  padding-bottom: 2px; transition: color 0.3s ease;
}
.reading__link a:hover { color: var(--gold); }

/* ============================================================
   CTA
   ============================================================ */
.cta { padding: clamp(5rem, 11vh, 9rem) var(--gutter); }
.cta__inner { max-width: var(--maxw); margin: 0 auto; }
.cta__eyebrow { text-align: center; display: block; margin-bottom: 3.2rem; }
.cta__grid {
  display: grid; grid-template-columns: 1fr; gap: 2.6rem;
}
.card {
  border: 1px solid var(--rule);
  padding: clamp(2rem, 4vw, 2.8rem);
  display: flex; flex-direction: column;
}
.card .eyebrow { margin-bottom: 1.1rem; }
.card__title {
  font-weight: 600; font-size: 1.6rem; line-height: 1.18;
  margin-bottom: 1rem;
}
.card__body { font-size: 16px; line-height: 1.65; color: var(--ink); flex: 1 1 auto; }

.card__form { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 0.7rem; }
.card__form input {
  font-family: var(--sans); font-size: 14px;
  padding: 0.85rem 1rem; border: 1px solid var(--rule);
  background: var(--cream); color: var(--ink);
}
.card__form input:focus { outline: none; border-color: var(--gold); }
.card__form button {
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.9rem 1rem;
  background: var(--ink); color: var(--cream); border: none;
  cursor: pointer; transition: background 0.3s ease;
}
.card__form button:hover { background: var(--gold); }

.card__link {
  display: inline-block; margin-top: 1.6rem;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none;
  border: 1px solid var(--ink); padding: 0.9rem 1.4rem; text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.card__link:hover { background: var(--ink); color: var(--cream); }
.card__fine {
  font-family: var(--sans); font-size: 12px; color: var(--muted);
  margin-top: 1.1rem; line-height: 1.5;
}
.contact { color: var(--ink); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 0 var(--gutter) 4rem; }
.footer__inner {
  max-width: var(--maxw); margin: 0 auto;
  padding-top: 3rem;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem;
  align-items: start;
}
.footer__brand {
  font-family: var(--sans); font-weight: 500; font-size: 12px;
  letter-spacing: 0.24em; color: var(--gold);
}
.footer__tag { font-style: italic; color: var(--muted); margin-top: 0.6rem; font-size: 1.05rem; }
.footer__col--center { text-align: center; }
.footer__col--right { text-align: right; }
.footer__line {
  font-family: var(--sans); font-size: 13px; color: var(--muted); line-height: 1.7;
}
.footer__line a { text-decoration: none; transition: color 0.3s ease; }
.footer__line a:hover { color: var(--gold); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 700px) {
  .cta__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1000px) {
  /* Thabiso: image ~56%, gold rule, text ~38% */
  .plate__grid {
    grid-template-columns: 56fr 1px 38fr;
    gap: clamp(2.5rem, 4vw, 4.5rem);
    align-items: center;
  }
  .plate__figure { grid-column: 1; }
  .plate__divider {
    display: block; grid-column: 2;
    width: 1px; align-self: stretch;
    background: linear-gradient(to bottom, transparent, var(--gold) 18%, var(--gold) 82%, transparent);
    min-height: 60%;
  }
  .plate__text { grid-column: 3; }

  /* Yokanna: two even columns */
  .yplate__grid {
    grid-template-columns: 50% 50%;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
  }
  .reading { margin: 0; }
}

@media (max-width: 699px) {
  .footer__inner { grid-template-columns: 1fr; text-align: left; gap: 1.6rem; }
  .footer__col--center, .footer__col--right { text-align: left; }
  body { font-size: 16px; }
}
