/* ==========================================================================
   Usain Goerke Foundation — Stylesheet
   Off-White · Anthrazit · Foundation-Grün
   ========================================================================== */

:root {
  --paper: #f3f1eb;
  --paper-deep: #ebe8e0;
  --ink: #1e1f1c;
  --ink-soft: #4a4b46;
  --ink-mute: #7d7e77;
  --line: #d6d2c7;
  --line-strong: #b9b4a6;
  --green: #4d5a3d;
  --green-deep: #36402b;
  --green-tint: #e6e8df;
  --dark: #232420;

  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Hoefler Text", Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, "Segoe UI", "Liberation Sans", sans-serif;

  --measure: 66ch;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --max: 1240px;

  --fast: 200ms;
  --slow: 600ms;
}

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

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }
a:hover { color: var(--green); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.6em;
  color: var(--ink);
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1.2em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

.lede {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.5;
  color: var(--ink-soft);
}

.prose { max-width: var(--measure); }
.prose p { font-family: var(--serif); font-size: 1.15rem; line-height: 1.7; }
.prose h2 { margin-top: 2.6em; }
.prose h3 { margin-top: 2em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2em; font-family: var(--serif); font-size: 1.1rem; }
.prose li { margin-bottom: 0.4em; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 1.2rem;
}

.archival {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  line-height: 1.5;
}
.archival .no { color: var(--ink-soft); letter-spacing: 0.1em; }

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

.container {
  width: min(100% - 2 * var(--gutter), var(--max));
  margin-inline: auto;
}
.narrow { width: min(100% - 2 * var(--gutter), 760px); margin-inline: auto; }

.section { padding-block: clamp(4rem, 9vw, 8rem); }
.section--tight { padding-block: clamp(2.5rem, 6vw, 5rem); }
.section--line { border-top: 1px solid var(--line); }
.section--dark { background: var(--dark); color: #e9e7df; }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #f2f0e8; }
.section--dark .eyebrow { color: #a5b08a; }
.section--dark .archival { color: #9a9b93; }
.section--dark .lede { color: #c9c8bf; }
.section--tint { background: var(--paper-deep); }

/* Buttons & links ---------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 0.85rem 1.7rem;
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  transition: background var(--fast) ease, color var(--fast) ease, border-color var(--fast) ease;
  cursor: pointer;
}
.btn:hover, .btn:focus-visible { background: var(--ink); color: var(--paper); }
.btn--green { border-color: var(--green); color: var(--green); }
.btn--green:hover, .btn--green:focus-visible { background: var(--green); color: var(--paper); border-color: var(--green); }
.btn--light { border-color: rgba(255,255,255,0.75); color: #f2f0e8; }
.btn--light:hover, .btn--light:focus-visible { background: #f2f0e8; color: var(--ink); border-color: #f2f0e8; }
.btn--small { padding: 0.55rem 1.1rem; font-size: 0.72rem; }

.textlink {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--green);
  border-bottom: 1px solid transparent;
  transition: border-color var(--fast) ease;
}
.textlink:hover, .textlink:focus-visible { border-bottom-color: var(--green); }
.section--dark .textlink { color: #c9d0b5; }

.actions { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; align-items: center; margin-top: 2.25rem; }

/* Header ------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 241, 235, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--fast) ease;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line-strong); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 78px;
}
.brand { display: flex; align-items: center; gap: 0.9rem; }
.brand img { height: 44px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.02em; }
.brand-sub { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-top: 3px; }

.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: clamp(1.1rem, 2.2vw, 2rem); }
.site-nav a {
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color var(--fast) ease, color var(--fast) ease;
}
.site-nav a:hover, .site-nav a:focus-visible { border-bottom-color: var(--green); color: var(--green); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--ink); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  padding: 0.55rem 0.8rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--ink);
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    padding: 1rem var(--gutter) 1.5rem;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: block; padding: 0.9rem 0; font-size: 1rem; }
  .site-nav a[aria-current="page"] { border-bottom-color: transparent; color: var(--green); }
  .header-cta { display: none; }
  .brand-sub { display: none; }
}

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--paper); padding: 0.6rem 1rem; z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* Hero --------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(92vh, 880px);
  display: grid;
  align-items: end;
  color: #f2f0e8;
  isolation: isolate;
  overflow: hidden;
}
.hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,21,18,0.15) 0%, rgba(20,21,18,0.35) 45%, rgba(20,21,18,0.82) 100%);
}
.hero-content { padding-block: clamp(3rem, 8vw, 6rem); max-width: 820px; }
.hero .eyebrow { color: #c9d0b5; }
.hero h1 { color: #f6f4ee; margin-bottom: 0.4em; }
.hero p { font-family: var(--serif); font-size: clamp(1.1rem, 1.7vw, 1.4rem); color: #ddd9cf; max-width: 640px; }
.hero .textlink { color: #e6e3d9; }
.hero .archival { position: absolute; right: var(--gutter); bottom: 1.2rem; color: rgba(255,255,255,0.55); text-align: right; }

.page-hero {
  position: relative;
  min-height: 46vh;
  display: grid;
  align-items: end;
  color: #f2f0e8;
  isolation: isolate;
  overflow: hidden;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); z-index: -2; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,21,18,0.2), rgba(20,21,18,0.8)); }
.page-hero h1 { color: #f6f4ee; margin-bottom: 0.3em; }
.page-hero .eyebrow { color: #c9d0b5; }
.page-hero .lede { color: #d8d5cb; }
.page-hero .hero-content { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.page-hero .archival { position: absolute; right: var(--gutter); bottom: 1rem; color: rgba(255,255,255,0.55); }

.page-title { padding-block: clamp(3rem, 7vw, 6rem) clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }

/* Figures ------------------------------------------------------------------ */
.figure { margin: 0; }
.figure img { width: 100%; filter: grayscale(1); background: #c8c5bb; }
.figure figcaption { margin-top: 0.6rem; }
.figure--framed img { border: 1px solid var(--line); }

/* Split layouts ------------------------------------------------------------ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.split--text-first .figure { order: 2; }
.split > .prose { max-width: 560px; }
.split .figure img { aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .split--text-first .figure { order: 0; }
}

/* Timeline ----------------------------------------------------------------- */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 0; top: 0.5rem; bottom: 0.5rem;
  width: 1px; background: var(--line-strong);
}
.timeline li {
  position: relative;
  padding: 0 0 2.6rem 2.5rem;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 1.5rem;
}
.timeline li::before {
  content: ""; position: absolute; left: -4px; top: 0.6rem;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--paper); border: 1px solid var(--green);
}
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { background: var(--green); }
.timeline time, .timeline .t-date { font-family: var(--serif); font-size: 1.25rem; color: var(--green); line-height: 1.3; display: block; }
.timeline .t-place { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-top: 0.3rem; display: block; }
.timeline .t-body { font-family: var(--serif); font-size: 1.1rem; line-height: 1.6; color: var(--ink-soft); }
@media (max-width: 640px) {
  .timeline li { grid-template-columns: 1fr; gap: 0.4rem; }
}

/* Works -------------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 3rem 0 4rem;
}
.stats > div { padding: 2rem 1.5rem; border-left: 1px solid var(--line); }
.stats > div:first-child { border-left: 0; padding-left: 0; }
.stats .num { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; color: var(--ink); display: block; }
.stats .lbl { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-top: 0.6rem; display: block; }
@media (max-width: 700px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .stats > div:nth-child(n+3) { border-top: 1px solid var(--line); }
}

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card {
  background: var(--paper);
  padding: 1.75rem 1.5rem 1.6rem;
  display: flex; flex-direction: column;
  transition: background var(--fast) ease;
}
.card:hover { background: var(--paper-deep); }
.card .year { font-size: 0.72rem; letter-spacing: 0.14em; color: var(--ink-mute); }
.card h3 { margin: 0.6rem 0 0.7rem; font-size: 1.45rem; }
.card p { font-size: 0.95rem; color: var(--ink-soft); flex: 1; }
.card .textlink { font-size: 0.95rem; margin-top: 1.4rem; align-self: flex-start; }

.work-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.work-list li { border-bottom: 1px solid var(--line); }
.work-list a, .work-list .entry {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 1.5rem; align-items: baseline;
  padding: 1.1rem 0; transition: padding-left var(--fast) ease;
}
.work-list a:hover { padding-left: 0.5rem; }
.work-list .wl-year { font-family: var(--serif); color: var(--green); }
.work-list .wl-title { font-family: var(--serif); font-size: 1.3rem; }
.work-list .wl-type { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 560px) {
  .work-list a, .work-list .entry { grid-template-columns: 70px 1fr; }
  .work-list .wl-type { grid-column: 2; }
}

/* Poem --------------------------------------------------------------------- */
.poem {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.75;
  white-space: pre-line;
  margin: 0;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.poem strong { font-weight: 400; font-style: italic; }
.commentary { margin-top: 3.5rem; }
.commentary h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.edition-note {
  margin-top: 3rem; padding: 1.5rem 1.75rem;
  border-left: 2px solid var(--green);
  background: var(--green-tint);
  font-size: 0.92rem; color: var(--ink-soft);
}
.edition-note h3 { font-size: 1.05rem; margin-bottom: 0.5rem; font-family: var(--sans); letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-deep); }
.meta-row { display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--ink-mute); margin: 1rem 0 2.5rem; }
.meta-row strong { font-weight: 400; color: var(--ink-soft); }

/* Quote -------------------------------------------------------------------- */
.quote { text-align: center; padding-block: clamp(5rem, 12vw, 10rem); }
.quote blockquote { margin: 0 auto; max-width: 900px; }
.quote blockquote p {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.15;
  margin: 0 auto 1.5rem;
  max-width: none;
  color: var(--ink);
}
.quote cite { font-style: normal; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }

/* Image band --------------------------------------------------------------- */
.band {
  position: relative; isolation: isolate; color: #f2f0e8;
  min-height: 70vh; display: grid; align-items: center; overflow: hidden;
}
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); z-index: -2; }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(24,25,22,0.62); }
.band .prose { max-width: 640px; }
.band h2 { color: #f6f4ee; }
.band .prose p { color: #dad7cd; }
.band .eyebrow { color: #c9d0b5; }
.band .archival { position: absolute; right: var(--gutter); bottom: 1rem; color: rgba(255,255,255,0.5); }
.band--tall { min-height: 84vh; }
.band .container { padding-block: clamp(4rem, 8vw, 7rem); }

/* Gallery ------------------------------------------------------------------ */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 1.5rem; }
.gallery figure { margin: 0; }
.gallery button {
  display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; text-align: left;
}
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: grayscale(1); background: #c8c5bb; transition: opacity var(--fast) ease; }
.gallery button:hover img, .gallery button:focus-visible img { opacity: 0.88; }
.gallery figcaption { margin-top: 0.6rem; }
.gallery figcaption .cap { display: block; font-family: var(--serif); font-size: 1.02rem; color: var(--ink); margin-top: 0.2rem; }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .gallery { grid-template-columns: 1fr; } }

.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 2rem 0 2.5rem; }
.filters button {
  background: none; border: 1px solid var(--line-strong); padding: 0.5rem 1rem;
  font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); cursor: pointer;
  transition: background var(--fast) ease, color var(--fast) ease;
}
.filters button:hover { border-color: var(--ink); color: var(--ink); }
.filters button[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.filter-group { margin-bottom: 1.2rem; }
.filter-group span { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 0.5rem; }
.gallery figure[hidden] { display: none; }
.gallery-empty { font-family: var(--serif); color: var(--ink-mute); padding: 3rem 0; }

/* Lightbox ----------------------------------------------------------------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(20, 21, 18, 0.94);
  display: none; align-items: center; justify-content: center;
  padding: 3rem var(--gutter);
}
.lightbox.is-open { display: flex; }
.lightbox figure { margin: 0; max-width: min(1100px, 100%); max-height: 100%; display: flex; flex-direction: column; }
.lightbox img { max-height: 78vh; width: auto; max-width: 100%; margin-inline: auto; filter: grayscale(1); }
.lightbox figcaption { color: #cfccc2; margin-top: 1rem; text-align: center; }
.lightbox figcaption .cap { display: block; font-family: var(--serif); font-size: 1.1rem; color: #f0eee6; margin-top: 0.3rem; }
.lb-btn {
  position: absolute; background: none; border: 1px solid rgba(255,255,255,0.4); color: #f0eee6;
  padding: 0.6rem 0.9rem; cursor: pointer; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.lb-btn:hover, .lb-btn:focus-visible { background: rgba(255,255,255,0.12); }
.lb-close { top: 1.2rem; right: var(--gutter); }
.lb-prev { left: var(--gutter); top: 50%; transform: translateY(-50%); }
.lb-next { right: var(--gutter); top: 50%; transform: translateY(-50%); }
@media (max-width: 700px) { .lb-prev, .lb-next { top: auto; bottom: 1rem; transform: none; } }
@media (max-width: 640px) {
  .hero .archival, .page-hero .archival, .band .archival { position: static; text-align: left; padding: 0 var(--gutter) 1rem; margin: 0; }
}

/* Foundation areas --------------------------------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; border-top: 1px solid var(--line); padding-top: 2.5rem; margin-top: 3rem; }
.pillars h3 { font-size: 1.9rem; margin-bottom: 0.5rem; }
.pillars p { color: var(--ink-soft); }
@media (max-width: 720px) { .pillars { grid-template-columns: 1fr; gap: 2rem; } }

/* Family ------------------------------------------------------------------- */
.person { display: grid; grid-template-columns: 340px 1fr; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3rem, 7vw, 6rem); border-top: 1px solid var(--line); }
.person:first-of-type { border-top: 0; }
.person .figure img { aspect-ratio: 4 / 5; object-fit: cover; }
.person .dates { font-family: var(--serif); color: var(--green); font-size: 1.1rem; margin-bottom: 1.5rem; }
@media (max-width: 800px) { .person { grid-template-columns: 1fr; } .person .figure { max-width: 380px; } }

/* Sub-navigation on long pages --------------------------------------------- */
.subnav { border-bottom: 1px solid var(--line); position: sticky; top: 78px; background: rgba(243,241,235,0.95); z-index: 40; }
.subnav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.75rem; overflow-x: auto; scrollbar-width: none; }
.subnav ul::-webkit-scrollbar { display: none; }
.subnav a { display: block; padding: 0.9rem 0; font-size: 0.78rem; letter-spacing: 0.08em; white-space: nowrap; color: var(--ink-soft); border-bottom: 1px solid transparent; }
.subnav a:hover { color: var(--green); border-bottom-color: var(--green); }
@media (max-width: 960px) { .subnav { top: 0; } }

/* Definition-style lists --------------------------------------------------- */
.facts { display: grid; grid-template-columns: 180px 1fr; gap: 0.6rem 1.5rem; margin: 0; font-size: 0.95rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.facts dt { color: var(--ink-mute); letter-spacing: 0.06em; font-size: 0.78rem; text-transform: uppercase; padding-top: 0.2rem; }
.facts dd { margin: 0; font-family: var(--serif); font-size: 1.05rem; }
@media (max-width: 560px) { .facts { grid-template-columns: 1fr; gap: 0.2rem 0; } .facts dd { margin-bottom: 0.9rem; } }

.board { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem 2rem; }
.board li { border-top: 1px solid var(--line); padding-top: 1rem; }
.board .name { font-family: var(--serif); font-size: 1.25rem; display: block; }
.board .role { font-size: 0.8rem; color: var(--ink-mute); display: block; margin-top: 0.2rem; }

/* Footer ------------------------------------------------------------------- */
.site-footer { background: var(--dark); color: #b6b5ad; padding-block: 4rem 2.5rem; margin-top: 0; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { height: 48px; width: auto; }
.footer-brand .brand-name { color: #f0eee6; font-size: 1.3rem; }
.footer-claim { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: #cfccc2; margin-top: 1.2rem; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; }
.footer-nav a { color: #d6d3c9; font-size: 0.85rem; letter-spacing: 0.06em; }
.footer-nav a:hover { color: #f0eee6; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; font-size: 0.78rem; letter-spacing: 0.04em; }
.footer-bottom a { color: #b6b5ad; margin-left: 1.2rem; }
.footer-bottom a:hover { color: #f0eee6; }
@media (max-width: 720px) { .footer-top { grid-template-columns: 1fr; } }

/* Motion ------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity var(--slow) ease, transform var(--slow) ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; }
}

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

/* Hero-Slider -------------------------------------------------------------- */
.hero-slider { position: relative; min-height: min(92vh, 880px); isolation: isolate; overflow: hidden; background: var(--dark); }
.hero-slide {
  position: absolute; inset: 0;
  display: grid; align-items: end;
  color: #f2f0e8;
  opacity: 0; transition: opacity 900ms ease;
  pointer-events: none;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); z-index: -2; transform: scale(1.02); }
.hero-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,21,18,0.15) 0%, rgba(20,21,18,0.35) 45%, rgba(20,21,18,0.85) 100%); }
.hero-slide .hero-content { padding-block: clamp(3rem, 8vw, 6rem) clamp(4.5rem, 8vw, 6.5rem); max-width: 820px; }
.hero-slide .eyebrow { color: #c9d0b5; }
.hero-slide h1, .hero-slide .h1 { color: #f6f4ee; margin-bottom: 0.4em; font-family: var(--serif); font-weight: 400; line-height: 1.1; font-size: clamp(2.4rem, 5.5vw, 4.6rem); letter-spacing: -0.005em; }
.hero-slide p.hero-text { font-family: var(--serif); font-size: clamp(1.1rem, 1.7vw, 1.4rem); color: #ddd9cf; max-width: 640px; }
.hero-slide .textlink { color: #e6e3d9; }
.hero-slide .archival { position: absolute; right: var(--gutter); bottom: 1.2rem; color: rgba(255,255,255,0.55); text-align: right; }
.hero-controls {
  position: absolute; left: var(--gutter); bottom: 1.3rem; z-index: 3;
  display: flex; align-items: center; gap: 1rem;
}
.hero-controls .lb-btn { position: static; transform: none; padding: 0.45rem 0.75rem; font-size: 0.66rem; }
.hero-dots { display: flex; gap: 0.5rem; }
.hero-dots button { width: 28px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,0.35); cursor: pointer; transition: background var(--fast) ease; }
.hero-dots button[aria-current="true"] { background: #f2f0e8; }
.hero-dots button:hover { background: rgba(255,255,255,0.7); }
@media (max-width: 640px) {
  .hero-slide .archival { position: static; text-align: left; padding: 0 var(--gutter) 3.5rem; }
  .hero-slide .hero-content { padding-bottom: 1rem; }
}
.brand img { height: 40px; }
.footer-brand img { height: auto; width: 220px; }
.footer-brand .brand-name { display: none; }
html:not(.is-rendered) main { visibility: hidden; }

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.content-section { margin-top: 3rem; }
.content-section:first-child { margin-top: 0; }
.content-section h2 { margin-top: 0; }
.content-figure { margin: 2.5rem 0 0; }
.content-figure img { aspect-ratio: 4 / 3; object-fit: cover; }
