/* IGGS hybrid — our blue brand kit + reference layout patterns */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-500-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sky-whisper: #d6e8f5;
  --deep-spiritual: #2c5f8a;
  --calm-water: #7baec8;
  --dove: #b8ccdc;
  --first-light: #e8eff5;
  --warm-sand: #d4c4a8;
  --linen: #c8b8a8;
  --warm-white: #fafaf8;
  --midnight: #1a3d52;
  --mist: #9db8c8;
  --footer-bg: #f3f6f9;

  --bg: var(--warm-white);
  --text: var(--midnight);
  --muted: color-mix(in srgb, var(--midnight) 68%, white);
  --accent: var(--deep-spiritual);
  --line: color-mix(in srgb, var(--dove) 70%, white);

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;

  --space-section: 3.35rem;
  --space-section-lg: 3.85rem;
  --max: 68rem;
  --radius: 0.35rem;
  --radius-card: 0.75rem;
  --card-pad: 1.25rem;
  --header-h: 4.1rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-soft: 0 12px 32px color-mix(in srgb, var(--midnight) 8%, transparent);
  --shadow-hover: 0 18px 40px color-mix(in srgb, var(--midnight) 14%, transparent);
}

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

html { scroll-behavior: smooth; }
html.has-hash-landing { scroll-behavior: auto; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover { color: color-mix(in srgb, var(--accent) 80%, black); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--deep-spiritual);
  margin: 0 0 0.55rem;
}

h1 { font-size: clamp(2.2rem, 4.6vw, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.4rem); }

p { margin: 0 0 0.85rem; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -3rem; z-index: 2200;
  background: var(--deep-spiritual); color: var(--warm-white);
  padding: 0.55rem 0.9rem; border-radius: var(--radius);
}
.skip-link:focus { top: 1rem; color: var(--warm-white); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 2000;
  backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--warm-white) 96%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--dove) 50%, transparent);
  overflow: visible;
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0.35rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  padding: 0.15rem 0.2rem;
  margin: 0 -0.2rem;
  text-decoration: none;
  color: var(--midnight);
  border-radius: var(--radius);
}

.brand img {
  width: 2.5rem;
  height: auto;
  border-radius: 50%;
  background: white;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--deep-spiritual);
  letter-spacing: 0.04em;
}

.brand-text small {
  font-size: 0.7rem;
  color: var(--muted);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem;
  border: 1px solid var(--dove);
  border-radius: 999px;
  background: color-mix(in srgb, var(--sky-whisper) 45%, white);
  flex-shrink: 0;
  gap: 0.1rem;
}

.lang-btn {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.35rem 0.65rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--midnight);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.lang-btn.is-active {
  background: var(--deep-spiritual);
  color: var(--warm-white);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 1px solid var(--dove);
  border-radius: var(--radius);
  background: var(--warm-white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.1rem; height: 2px;
  background: var(--deep-spiritual);
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-list,
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.45rem 0.55rem;
  color: var(--midnight);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius);
  box-shadow: inset 0 -2px 0 transparent;
}

.nav-list a:hover {
  color: var(--deep-spiritual);
  background: color-mix(in srgb, var(--sky-whisper) 70%, white);
}

.nav-list a[aria-current="location"],
.nav-list a[aria-current="page"] {
  color: var(--deep-spiritual);
  background: color-mix(in srgb, var(--sky-whisper) 55%, white);
  box-shadow: inset 0 -2px 0 var(--deep-spiritual);
}

.nav-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav-item.has-sub > a {
  padding-right: 0.35rem;
}

.nav-sub-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  min-height: 2.2rem;
  margin-left: -0.15rem;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--deep-spiritual);
  cursor: pointer;
}

.nav-sub-toggle::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
}

.nav-sub-toggle:focus-visible,
.header-members:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 2px;
}

.nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2100;
  min-width: 14.5rem;
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.nav-sub a {
  display: flex;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.84rem;
  font-weight: 600;
}

.nav-item.has-sub:hover > .nav-sub,
.nav-item.has-sub:focus-within > .nav-sub,
.nav-item.is-open > .nav-sub {
  display: grid;
}

.header-members {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.3rem 0.55rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  border-radius: var(--radius);
  white-space: nowrap;
}

.header-members:hover {
  color: var(--deep-spiritual);
  background: color-mix(in srgb, var(--sky-whisper) 60%, white);
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--deep-spiritual);
  color: var(--warm-white) !important;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
}

.btn-nav:hover {
  background: color-mix(in srgb, var(--deep-spiritual) 85%, black);
  color: var(--warm-white) !important;
}

.social-list { gap: 0.35rem; }

.social-list a,
.social-list .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border-radius: 999px;
  color: var(--deep-spiritual);
  background: color-mix(in srgb, var(--sky-whisper) 65%, white);
  text-decoration: none;
  transition: background 0.22s var(--ease), color 0.22s var(--ease);
}

.social-list svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.social-list a:hover {
  background: var(--deep-spiritual);
  color: var(--warm-white);
}

@media (hover: hover) and (pointer: fine) {
  .social-list a {
    transition: background 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease);
  }

  .social-list a:hover {
    transform: translateY(-2px);
  }
}

.site-header a:focus-visible,
.site-header button:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
}

.site-header .lang-btn:focus-visible,
.site-header .social-list a:focus-visible,
.site-header .btn-nav:focus-visible {
  outline-offset: 2px;
}

/* Hero — full-bleed edge-to-edge image */
.hero {
  position: relative;
  min-height: clamp(36rem, 78svh, 46rem);
  overflow: hidden;
  color: var(--midnight);
  background: var(--first-light);
}

.hero-visual {
  position: absolute;
  inset: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--first-light);
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--warm-white) 94%, transparent) 0%,
      color-mix(in srgb, var(--warm-white) 86%, transparent) 28%,
      color-mix(in srgb, var(--warm-white) 42%, transparent) 48%,
      transparent 68%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--warm-white) 18%, transparent) 0%,
      transparent 22%,
      transparent 72%,
      color-mix(in srgb, var(--warm-white) 35%, transparent) 100%
    );
}

.hero-shell {
  position: relative;
  z-index: 2;
  max-width: 78rem;
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4rem) 1.15rem;
  display: flex;
  align-items: center;
  min-height: clamp(36rem, 78svh, 46rem);
}

.hero-copy {
  max-width: 38rem;
}

.hero-eyebrow,
.hero .eyebrow.hero-eyebrow {
  margin-bottom: 0.85rem;
  color: var(--deep-spiritual);
}

.hero-eyebrow::before,
.hero .eyebrow.hero-eyebrow::before {
  background: var(--deep-spiritual);
}

.hero h1 {
  max-width: 40rem;
  margin: 0 0 1rem;
  font-size: clamp(2.55rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--deep-spiritual);
  text-wrap: balance;
}

.hero-br {
  display: none;
}

@media (min-width: 1024px) {
  .hero-br {
    display: block;
  }
}

.hero-support {
  max-width: 34rem;
  margin: 0 0 0.85rem;
  font-size: clamp(1.02rem, 1.5vw, 1.14rem);
  line-height: 1.55;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.hero-meta {
  margin: 0 0 1.55rem;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--deep-spiritual) 82%, var(--muted));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.hero-cta-primary {
  min-height: 2.9rem;
  padding-inline: 1.35rem;
  font-size: 1rem;
}

.hero-cta-secondary {
  min-height: 2.9rem;
  padding-inline: 1.15rem;
  background: color-mix(in srgb, var(--warm-white) 72%, transparent);
  color: var(--deep-spiritual);
  border-color: color-mix(in srgb, var(--deep-spiritual) 28%, var(--dove));
  backdrop-filter: blur(6px);
}

.hero-cta-secondary:hover {
  background: var(--warm-white);
  color: var(--midnight);
  border-color: var(--calm-water);
}

.hero-cta-primary:focus-visible,
.hero-cta-secondary:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
}

/* Nested motion layers: mask → continuous drift → entrance scale */
.hero-visual-mask,
.hero-visual-motion,
.hero-visual-img {
  width: 100%;
  height: 100%;
}

.hero-visual-mask {
  overflow: hidden;
}

/* Permanent overscan so drift/translate never flash empty edges */
.hero-visual-motion {
  transform: scale(1.08);
  transform-origin: 50% 45%;
  backface-visibility: hidden;
  will-change: auto;
}

.hero-visual-img {
  display: block;
  object-fit: cover;
  object-position: 50% 42%;
  max-width: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/*
  Progressive enhancement:
  Default HTML/CSS stays fully visible.
  Hidden entrance states only after JS opts in.
*/
html.has-js .hero.is-ready-to-animate .hero-stagger {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

html.has-js .hero.is-ready-to-animate.is-animated .hero-stagger {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.38s var(--ease),
    transform 0.38s var(--ease);
  transition-delay: calc(var(--hero-delay, 0) * 80ms);
}

/* Soft opacity wipe instead of hard clip-path (avoids edge flash) */
html.has-js .hero.is-ready-to-animate .hero-visual-mask {
  opacity: 0.72;
  transform: none;
  clip-path: none;
}

html.has-js .hero.is-ready-to-animate.is-animated .hero-visual-mask {
  opacity: 1;
  transition: opacity 0.45s var(--ease);
  transition-delay: 0s;
}

html.has-js .hero.is-ready-to-animate .hero-visual-img {
  transform: scale(1.02) translateZ(0);
}

html.has-js .hero.is-ready-to-animate.is-animated .hero-visual-img {
  transform: scale(1) translateZ(0);
  transition: transform 0.55s var(--ease);
  transition-delay: 0s;
}

html.has-js .hero.is-ready-to-animate .hero-veil {
  opacity: 0.65;
}

html.has-js .hero.is-ready-to-animate.is-animated .hero-veil {
  opacity: 1;
  transition: opacity 0.4s var(--ease);
  transition-delay: 0s;
}

/* Translate-only drift at constant overscan scale — no enlarge jump */
html.has-js .hero.is-animated.is-drifting .hero-visual-motion {
  animation: hero-drift 22s var(--ease) infinite alternate;
  will-change: transform;
}

@supports not (opacity: 1) {
  /* noop — opacity always supported; keep structure for older fallbacks */
}

@keyframes hero-drift {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.1%, -0.55%, 0); }
}

@media (max-width: 1024px) {
  .hero,
  .hero-shell {
    min-height: clamp(34rem, 78svh, 42rem);
  }

  .hero-veil {
    background:
      linear-gradient(
        180deg,
        color-mix(in srgb, var(--warm-white) 55%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 78%, transparent) 38%,
        color-mix(in srgb, var(--warm-white) 88%, transparent) 100%
      );
  }

  .hero-shell {
    align-items: flex-end;
    padding-bottom: clamp(2rem, 6vw, 3rem);
  }

  .hero-copy {
    max-width: 40rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 7vw, 3.25rem);
  }

  .hero-visual-img {
    object-position: 52% 40%;
  }

  html.has-js .hero.is-ready-to-animate .hero-visual-mask {
    opacity: 0.35;
  }

  html.has-js .hero.is-ready-to-animate.is-animated .hero-visual-mask {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .hero,
  .hero-shell {
    min-height: clamp(32rem, 86svh, 40rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 8vw, 2.6rem);
  }

  .hero-visual-img {
    object-position: 50% 38%;
  }

  html.has-js .hero.is-animated.is-drifting .hero-visual-motion {
    animation: none;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stagger,
  .hero-visual-mask,
  .hero-visual-motion,
  .hero-visual-img,
  .hero-veil {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }

  .hero-visual-motion {
    transform: none !important;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-weight: 650;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.22s var(--ease), background 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease);
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--warm-white);
  color: var(--deep-spiritual);
}

.btn-primary:hover {
  background: var(--sky-whisper);
  color: var(--midnight);
}

.btn-ghost {
  background: transparent;
  color: var(--warm-white);
  border-color: color-mix(in srgb, var(--warm-white) 55%, transparent);
}

.btn-ghost:hover {
  background: color-mix(in srgb, var(--warm-white) 12%, transparent);
  color: var(--warm-white);
}

.btn-secondary {
  background: var(--deep-spiritual);
  color: var(--warm-white);
}

.btn-secondary:hover {
  background: color-mix(in srgb, var(--deep-spiritual) 85%, black);
  color: var(--warm-white);
}

.btn-ghost-dark {
  background: transparent;
  color: var(--deep-spiritual);
  border-color: color-mix(in srgb, var(--dove) 70%, var(--deep-spiritual));
}

.btn-ghost-dark:hover {
  background: color-mix(in srgb, var(--sky-whisper) 65%, white);
  color: var(--midnight);
  border-color: var(--calm-water);
}

/* Sections — generous chapter rhythm */
.section { padding: var(--space-section) 0; }

.journal.section,
.events.section {
  padding-top: var(--space-section-lg);
  padding-bottom: var(--space-section-lg);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.15rem;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 1.4rem;
}

.section-head.row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.section-head.row .text-link {
  padding-bottom: 0.55rem;
  flex-shrink: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--calm-water);
}

.eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  border-radius: 2px;
  background: var(--calm-water);
  flex-shrink: 0;
}

.eyebrow.light { color: var(--calm-water); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 650;
  font-size: 0.92rem;
  text-decoration: none;
  color: var(--deep-spiritual);
}

button.text-link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 650;
  font-size: 0.92rem;
  cursor: pointer;
  text-align: left;
  color: var(--deep-spiritual);
}

.text-link::after {
  content: "→";
  transition: transform 0.22s var(--ease);
}

.text-link:hover::after { transform: translateX(3px); }

.text-link:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
}

/* Mission & Society (#verein) */
#verein {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
}

.intro {
  background: linear-gradient(180deg, color-mix(in srgb, var(--sky-whisper) 45%, white), transparent);
}

.mission__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  grid-template-areas:
    "visual content"
    "visual link";
  column-gap: 1.75rem;
  row-gap: 0.85rem;
  align-items: start;
}

.mission__content { grid-area: content; min-width: 0; }
.mission__visual { grid-area: visual; min-width: 0; }
.mission__link { grid-area: link; }

.mission__eyebrow,
#verein .eyebrow {
  color: var(--deep-spiritual);
}

#verein .eyebrow::before {
  background: var(--deep-spiritual);
}

.mission__title {
  text-wrap: balance;
  max-width: 18em;
  margin: 0 0 0.85rem;
  overflow-wrap: break-word;
}

.mission__title-keep {
  white-space: nowrap;
}

/* Progressive reveal — visible by default; hidden only after JS opts in */
.mission__reveal {
  opacity: 1;
  transform: none;
}

html.has-js .mission.is-ready-to-animate .mission__reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s var(--ease),
    transform 0.6s var(--ease);
}

html.has-js .mission.is-ready-to-animate .mission__reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Content + Learn more together; visual follows with a short stagger */
html.has-js .mission.is-ready-to-animate .mission__visual.mission__reveal.is-visible {
  transition-delay: 0.1s;
}

.mission__statement {
  margin: 0 0 0.9rem;
  max-width: 38rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--calm-water);
  background: color-mix(in srgb, var(--sky-whisper) 55%, white);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  color: var(--midnight);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.45;
}

.mission__statement a {
  color: var(--deep-spiritual);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.mission__statement a:hover {
  color: var(--midnight);
}

.mission__statement a:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 2px;
}

.mission__audience {
  margin: 0 0 1.1rem;
  max-width: 37.5rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 1.02rem;
  line-height: 1.55;
}

.mission__pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.mission__pillars li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.mission__pillar-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--deep-spiritual);
  background: var(--sky-whisper);
  flex-shrink: 0;
}

.mission__pillar-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.mission__pillars strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--deep-spiritual);
  margin-bottom: 0.15rem;
}

.mission__pillars p {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 0.95rem;
  line-height: 1.45;
}

.mission__cta {
  margin: 1.15rem 0 0;
  max-width: 37.5rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 1.02rem;
  line-height: 1.55;
}

.mission__visual {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--first-light);
  aspect-ratio: 1 / 1;
}

.mission__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  flex: 1 1 auto;
}

.mission__conviction {
  position: absolute;
  inset: auto 0 0 0;
  margin: 0;
  padding: 1.1rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--midnight) 86%, transparent) 42%);
  color: var(--warm-white);
}

.mission__conviction-label {
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--warm-white) 88%, var(--sky-whisper));
}

.mission__conviction-text {
  margin: 0;
  max-width: 34rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: var(--warm-white);
}

.mission__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  width: fit-content;
}

.mission__link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
  border-radius: 2px;
}

.mission__link:active {
  color: var(--midnight);
}

@media (max-width: 1199px) and (min-width: 981px) {
  .mission__grid {
    column-gap: 1.35rem;
  }

  .mission__title {
    max-width: 18em;
  }
}

@media (max-width: 980px) {
  .mission__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "visual"
      "link";
    row-gap: 1.25rem;
  }

  .mission__title {
    max-width: none;
  }

  .mission__audience,
  .mission__statement {
    max-width: 38.75rem;
  }

  .mission__visual {
    aspect-ratio: auto;
  }

  .mission__visual img {
    height: auto;
    aspect-ratio: 4 / 3;
    flex: 0 0 auto;
  }

  .mission__conviction {
    position: static;
    background: var(--midnight);
    padding: 1rem 1.1rem 1.15rem;
  }

  .mission__conviction-text {
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) {
  #verein .section-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mission__visual img {
    aspect-ratio: 5 / 4;
  }

  .mission__title {
    max-width: none;
    font-size: clamp(1.5rem, 6.2vw, 1.7rem);
  }
}

@media (max-width: 360px) {
  .mission__title {
    font-size: clamp(1.4rem, 6vw, 1.55rem);
    letter-spacing: -0.015em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mission__reveal,
  html.has-js .mission.is-ready-to-animate .mission__reveal,
  html.has-js .mission.is-ready-to-animate .mission__reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0s !important;
  }
}

/* News (#aktuelles) */
#aktuelles {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
}

#aktuelles .news__eyebrow,
#aktuelles .eyebrow {
  color: var(--deep-spiritual);
}

#aktuelles .eyebrow::before {
  background: var(--deep-spiritual);
}

.news__header {
  align-items: end;
}

.news__all-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  color: var(--deep-spiritual);
  font-weight: 650;
}

.news__all-link:hover {
  color: var(--midnight);
}

.news__all-link:active {
  color: var(--midnight);
}

.news__all-link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
  border-radius: 2px;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.news-card {
  min-width: 0;
  height: 100%;
}

.news-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

.news-card__link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .news-card__link {
    transition:
      transform 0.28s var(--ease),
      box-shadow 0.28s var(--ease),
      border-color 0.28s var(--ease);
  }

  .news-card__link:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    border-color: color-mix(in srgb, var(--dove) 55%, var(--calm-water));
  }

  .news-card__link:hover .news-card__action {
    color: var(--midnight);
  }
}

.news-card__link:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.news-card__media {
  margin: 0;
  aspect-ratio: 16 / 10;
  max-height: 11.5rem;
  overflow: hidden;
  background: var(--first-light);
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0.95rem var(--card-pad) var(--card-pad);
  gap: 0.35rem;
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.15rem;
}

.news-card__category,
.news-card__status,
.news-card__meta time {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
}

.news-card__category {
  color: var(--deep-spiritual);
}

.news-card__status,
.news-card__meta time {
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.news-card__body h3 {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--deep-spiritual);
}

.news-card__body > p {
  margin: 0 0 0.85rem;
  color: color-mix(in srgb, var(--midnight) 72%, white);
  font-size: 0.9rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.news-card__action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 2.75rem;
  padding: 0.25rem 0;
  color: var(--deep-spiritual);
  font-weight: 650;
  font-size: 0.92rem;
  line-height: 1.35;
}

.news-card__action::after {
  content: "→";
  transition: transform 0.22s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .news-card__link:hover .news-card__action::after {
    transform: translateX(3px);
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #aktuelles .section-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .news__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card__link,
  .news-card__action::after {
    transition: none !important;
  }

  .news-card__link:hover,
  .news-card__link:focus-visible {
    transform: none;
  }
}

/* Journal (#zeitschrift) */
#zeitschrift {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
}

.journal {
  background: var(--first-light);
}

#zeitschrift .journal__eyebrow,
#zeitschrift .eyebrow {
  color: var(--deep-spiritual);
}

#zeitschrift .eyebrow::before {
  background: var(--deep-spiritual);
}

.journal__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.35rem, 3vw, 2rem);
  align-items: start;
  margin-bottom: clamp(1.25rem, 2.2vw, 1.75rem);
}

.journal__content {
  min-width: 0;
}

#journal-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 4.2vw, 2.85rem);
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.08;
  color: var(--deep-spiritual);
}

.journal__description {
  max-width: 38rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.journal__facts {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.5rem;
  max-width: 38rem;
}

.journal__facts li {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--dove) 60%, white);
  background: color-mix(in srgb, var(--sky-whisper) 45%, white);
  color: color-mix(in srgb, var(--midnight) 82%, white);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.journal__membership {
  margin: 0 0 0.3rem;
  max-width: 36rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.45;
}

.journal__access {
  margin: 0 0 1.25rem;
  max-width: 36rem;
  color: color-mix(in srgb, var(--midnight) 68%, white);
  font-size: 0.84rem;
  line-height: 1.45;
}

.journal__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.1rem;
}

.journal__cta {
  min-height: 2.75rem;
}

.journal__cta:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
}

.journal__archive {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  color: var(--deep-spiritual);
}

.journal__archive:hover,
.journal__archive:active {
  color: var(--midnight);
}

.journal__archive:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
  border-radius: 2px;
}

.journal__current {
  min-width: 0;
}

.journal__panel {
  padding: 0;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 55%, white);
  background: white;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.journal__panel-media {
  margin: 0;
  aspect-ratio: 3 / 4;
  max-height: 16rem;
  overflow: hidden;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--sky-whisper) 70%, white), var(--first-light));
  flex: 0 0 auto;
}

.journal__panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

.journal__panel-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 0 1 auto;
  padding: 1rem clamp(1.1rem, 2.2vw, 1.45rem) 1.1rem;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--sky-whisper) 35%, white), var(--warm-white));
}

.journal__panel h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--deep-spiritual);
  line-height: 1.35;
}

.journal__panel-meta {
  margin: 0;
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.4;
}

.journal__panel-title {
  margin: 0.15rem 0 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--deep-spiritual);
}

.journal__panel-support,
.journal-issue__support {
  margin: 0;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.4;
}

.journal__panel-support:empty,
.journal-issue__support:empty {
  display: none;
}

.journal__panel-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  width: fit-content;
  color: var(--deep-spiritual);
  font-weight: 650;
  text-decoration: none;
}

.journal__panel-link::after {
  content: "→";
  transition: transform 0.22s var(--ease);
}

.journal__panel-link:hover,
.journal__panel-link:active {
  color: var(--midnight);
}

.journal__panel-link:hover::after {
  transform: translateX(3px);
}

.journal__panel-link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
  border-radius: 2px;
}

.journal__issues-title {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: var(--deep-spiritual);
}

.journal__issue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.journal-issue {
  min-width: 0;
  height: 100%;
}

.journal-issue__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 0 1.05rem 1.05rem;
  text-decoration: none;
  color: inherit;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

.journal-issue__band {
  display: block;
  height: 0.55rem;
  margin: 0 -1.05rem 0.95rem;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--deep-spiritual) 78%, var(--calm-water)),
      color-mix(in srgb, var(--sky-whisper) 70%, var(--calm-water)) 55%,
      color-mix(in srgb, var(--first-light) 85%, white)
    );
}

.journal-issue__link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .journal-issue__link {
    transition:
      transform 0.28s var(--ease),
      box-shadow 0.28s var(--ease),
      border-color 0.28s var(--ease);
  }

  .journal-issue__link:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    border-color: color-mix(in srgb, var(--dove) 55%, var(--calm-water));
  }

  .journal-issue__link:hover .journal-issue__action::after {
    transform: translateX(3px);
  }
}

.journal-issue__link:focus-visible {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.journal-issue__meta {
  margin: 0 0 0.45rem;
  font-size: 0.875rem;
  font-weight: 650;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.4;
}

.journal-issue__link h4 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--deep-spiritual);
}

.journal-issue__action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 2.75rem;
  padding-top: 0.55rem;
  color: var(--deep-spiritual);
  font-weight: 650;
  font-size: 0.92rem;
}

.journal-issue__action::after {
  content: "→";
  transition: transform 0.22s var(--ease);
}

@media (max-width: 980px) {
  .journal__intro {
    grid-template-columns: 1fr;
  }

  .journal__panel-media {
    max-height: 18rem;
    aspect-ratio: 3 / 4;
    max-width: 14rem;
    margin-inline: auto;
    width: 100%;
  }

  .journal__issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #zeitschrift .section-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .journal__issue-grid {
    grid-template-columns: 1fr;
  }

  .journal__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .journal__cta,
  .journal__archive {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-issue__link,
  .journal__panel-link::after,
  .journal-issue__action::after {
    transition: none !important;
  }

  .journal-issue__link:hover,
  .journal-issue__link:focus-visible {
    transform: none;
  }

  .journal .reveal,
  .journal__content,
  .journal__current,
  .journal-issue,
  .journal-issue__link {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Events (#veranstaltungen) */
#veranstaltungen {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
}

#veranstaltungen .events__eyebrow,
#veranstaltungen .eyebrow {
  color: var(--deep-spiritual);
}

#veranstaltungen .eyebrow::before {
  background: var(--deep-spiritual);
}

.events__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  margin-bottom: clamp(1.35rem, 2.5vw, 1.85rem);
}

.events__heading {
  min-width: 0;
  flex: 1 1 18rem;
}

.events__intro {
  margin: 0.55rem 0 0;
  max-width: 38rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 1.02rem;
  line-height: 1.55;
}

.events__all-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  color: var(--deep-spiritual);
  font-weight: 650;
  flex-shrink: 0;
}

.events__all-link:hover,
.events__all-link:active {
  color: var(--midnight);
}

.events__all-link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
  border-radius: 2px;
}

.events__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.event-card {
  min-width: 0;
  height: 100%;
}

.event-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

.event-card__link:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 3px;
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

@media (hover: hover) and (pointer: fine) {
  .event-card__link {
    transition:
      transform 0.28s var(--ease),
      box-shadow 0.28s var(--ease),
      border-color 0.28s var(--ease);
  }

  .event-card__link:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    border-color: color-mix(in srgb, var(--dove) 55%, var(--calm-water));
  }

  .event-card__link:hover .event-card__action {
    color: var(--midnight);
  }

  .event-card__link:hover .event-card__action::after {
    transform: translateX(3px);
  }
}

.event-card__media {
  margin: 0;
  aspect-ratio: 16 / 9;
  max-height: 230px;
  overflow: hidden;
  background: var(--first-light);
}

.event-card__media img,
.news-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  display: block;
}

.event-card__media--flyer,
.news-story__media--flyer {
  background: color-mix(in srgb, var(--first-light) 70%, white);
}

.event-card__media--flyer img,
.news-story__media--flyer img,
.news-page-hero__img.is-flyer,
img.event-poster {
  object-fit: contain;
  object-position: center;
}

.news-story__media--who-cares {
  aspect-ratio: 719 / 375;
  max-height: none;
}

.news-story__media--who-cares img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-page-hero__img.is-flyer {
  transform: none;
}

.event-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 auto;
  gap: 0.18rem;
  padding: 0.7rem 0.9rem 0.85rem;
}

.event-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

.event-card__type {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--deep-spiritual);
  line-height: 1.35;
}

.event-card__status {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.35;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.event-card__status:empty {
  display: none;
}

.event-card__date,
.event-card__format,
.event-card__fact {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--midnight) 68%, white);
}

.event-card__date {
  font-weight: 650;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--midnight) 82%, white);
}

.event-card__format,
.event-card__fact {
  font-weight: 500;
}

.event-card__link h3 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.25;
  color: var(--deep-spiritual);
}

.event-card__subtitle {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--midnight) 72%, white);
  font-weight: 500;
}

.event-card__description {
  margin: 0.15rem 0 0;
  color: color-mix(in srgb, var(--midnight) 68%, white);
  font-size: 0.9rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.event-card__action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 2.75rem;
  padding-top: 0.55rem;
  color: var(--deep-spiritual);
  font-weight: 650;
  font-size: 0.95rem;
}

.event-card__action::after {
  content: "→";
  transition: transform 0.22s var(--ease);
}

@media (max-width: 980px) {
  .events__header {
    align-items: flex-start;
  }

  .events__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #veranstaltungen .section-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .event-card__media {
    aspect-ratio: 16 / 10;
  }

  .events__all-link {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .event-card__link,
  .event-card__action::after {
    transition: none !important;
  }

  .event-card__link:hover,
  .event-card__link:focus-visible {
    transform: none;
  }

  .events .reveal,
  .events__header,
  .events__grid,
  .event-card,
  .event-card__link {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Voices */
.voices {
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--warm-sand) 18%, var(--warm-white)));
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.voice-card {
  position: relative;
  margin: 0;
  padding: var(--card-pad);
  background: white;
  border-top: 3px solid var(--warm-sand);
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.voice-card::after {
  content: "\201C";
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 0.6;
  color: color-mix(in srgb, var(--warm-sand) 70%, white);
  pointer-events: none;
}

.avatar {
  width: 2.5rem; height: 2.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 0.7rem;
  background: var(--sky-whisper);
  color: var(--deep-spiritual);
  font-weight: 700;
}

.voice-card p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--deep-spiritual);
  line-height: 1.35;
}

.voice-card footer {
  color: var(--muted);
  font-size: 0.88rem;
}

.placeholder-note {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.voices[hidden],
.voices[hidden] * {
  display: none !important;
}

/* Membership — three-zone layout */
#mitgliedschaft {
  scroll-margin-top: 90px;
}

.membership {
  background: linear-gradient(180deg, color-mix(in srgb, var(--sky-whisper) 42%, var(--warm-white)), var(--warm-white) 55%);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.membership-shell {
  max-width: 75.5rem;
  margin: 0 auto;
  padding: 0 1.15rem;
  display: grid;
  gap: clamp(2.25rem, 4.5vw, 3.25rem);
}

/* Zone 1 — introduction */
.membership-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "text visual"
    "benefits benefits"
    "closing closing";
  column-gap: clamp(2.5rem, 4vw, 3.75rem);
  row-gap: 1.5rem;
  align-items: start;
}

.membership-intro-text { grid-area: text; }
.membership-visual { grid-area: visual; }
.membership-benefits { grid-area: benefits; }
.membership-closing { grid-area: closing; }

.membership-lead {
  color: var(--muted);
  margin: 0 0 0.25rem;
  max-width: 42rem;
  font-size: 1.02rem;
}

.membership-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem 1.1rem;
}

.membership-benefits li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  border-top: 1px solid color-mix(in srgb, var(--dove) 55%, white);
  padding-top: 0.7rem;
}

.benefit-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--deep-spiritual);
  background: color-mix(in srgb, var(--sky-whisper) 65%, white);
  flex-shrink: 0;
}

.benefit-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.membership-benefits strong {
  display: block;
  color: var(--deep-spiritual);
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
  line-height: 1.3;
}

.membership-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.membership-closing {
  margin: 0;
  max-width: 46rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 1.02rem;
  line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
  .membership-benefits li {
    transition: border-color 0.22s var(--ease);
  }

  .membership-benefits li:hover {
    border-top-color: var(--calm-water);
  }

  .membership-benefits li:hover .benefit-icon {
    background: color-mix(in srgb, var(--sky-whisper) 85%, white);
  }
}

.membership-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.membership-media {
  margin: 0;
  position: relative;
  border-radius: 1.65rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 3 / 2;
  width: 100%;
  max-height: 28.75rem;
  background: var(--first-light);
}

.membership-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, color-mix(in srgb, var(--sky-whisper) 14%, transparent), transparent 45%);
  pointer-events: none;
  z-index: 1;
}

.membership-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.membership-trust {
  position: absolute;
  left: 1.15rem;
  bottom: 1.05rem;
  z-index: 2;
  width: min(18.5rem, calc(100% - 2.3rem));
  padding: 0.9rem 1rem;
  background: color-mix(in srgb, var(--warm-white) 94%, white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.membership-trust-count {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--deep-spiritual);
  line-height: 1.15;
}

.membership-trust-region {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.membership-trust-cta {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

/* Zone 2 — categories */
.membership-pricing {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 1.25rem;
  background: color-mix(in srgb, var(--sky-whisper) 38%, var(--warm-white));
  border: 1px solid color-mix(in srgb, var(--dove) 45%, white);
}

.membership-pricing-head {
  max-width: 36rem;
  margin-bottom: 1.35rem;
}

.membership-pricing-head h3 {
  margin-bottom: 0.4rem;
}

.membership-pricing-lead {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.membership-fees {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.fee-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.05rem 1.05rem;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--midnight) 6%, transparent);
  border-top: 3px solid var(--calm-water);
  height: 100%;
  min-height: 12.5rem;
}

.fee-card h4 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--deep-spiritual);
  line-height: 1.3;
  min-height: 2.6em;
}

.fee-amount {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 1.85rem);
  font-weight: 600;
  color: var(--midnight);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.fee-amount small {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
  margin-left: 0.2rem;
}

.fee-note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
  min-height: 3.9em;
  flex: 1;
}

.fee-note:empty {
  visibility: hidden;
}

.fee-badge {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sky-whisper) 70%, white);
  color: var(--deep-spiritual);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Zone 3 — conversion banner */
.membership-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.1rem) clamp(1.35rem, 3vw, 2.25rem);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--calm-water) 35%, transparent), transparent 42%),
    linear-gradient(125deg, var(--deep-spiritual), color-mix(in srgb, var(--midnight) 70%, var(--deep-spiritual)));
  color: var(--warm-white);
  box-shadow: var(--shadow-soft);
}

.membership-banner::before {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--warm-white) 18%, transparent);
  pointer-events: none;
}

.membership-banner-copy,
.membership-banner-actions {
  position: relative;
  z-index: 1;
}

.membership-banner h3 {
  color: var(--warm-white);
  margin-bottom: 0.45rem;
}

.membership-banner p {
  margin: 0;
  color: color-mix(in srgb, var(--sky-whisper) 88%, white);
  max-width: 34rem;
}

.membership-banner-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.membership-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.9rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: var(--warm-white);
  color: var(--deep-spiritual);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: transform 0.22s var(--ease), background 0.22s var(--ease), color 0.22s var(--ease);
}

.membership-apply svg {
  width: 1.05rem;
  height: 1.05rem;
}

.membership-apply:hover {
  background: var(--sky-whisper);
  color: var(--midnight);
  transform: translateY(-1px);
}

.membership-apply:focus-visible {
  outline: 2px solid var(--warm-sand);
  outline-offset: 3px;
}

.membership-login {
  color: color-mix(in srgb, var(--sky-whisper) 92%, white);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.membership-login:hover {
  color: var(--warm-white);
}

.membership-login:focus-visible {
  outline: 2px solid var(--warm-sand);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (max-width: 1100px) {
  .membership-fees {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .membership-intro {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "visual"
      "benefits"
      "closing";
    row-gap: 1.35rem;
  }

  .membership-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .membership-trust {
    position: static;
    width: 100%;
    max-width: 24rem;
    margin-top: 0.85rem;
  }

  .membership-media {
    max-height: none;
  }

  .membership-banner {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
}

@media (max-width: 768px) {
  .membership-fees {
    grid-template-columns: 1fr;
  }

  .membership-media {
    aspect-ratio: 3 / 2;
    border-radius: 1.25rem;
  }

  .membership-trust {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 0.85rem;
  }

  .membership-apply {
    width: 100%;
    justify-content: center;
    min-height: 2.75rem;
  }

  .membership-banner-actions {
    width: 100%;
  }

  .fee-card {
    min-height: 0;
  }

  .fee-card h4,
  .fee-note {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .membership-apply,
  .membership-benefits li {
    transition: none;
  }

  .membership-apply:hover {
    transform: none;
  }
}

/* Footer — reference multi-column */
.site-footer {
  background: var(--footer-bg);
  color: var(--midnight);
  border-top: 1px solid var(--line);
}

.footer-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.15rem 1.35rem;
  display: grid;
  grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr)) 1.25fr;
  gap: 1.5rem 1.6rem;
}

.footer-logo {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  margin-bottom: 0.7rem;
}

.footer-logo img {
  width: 2.6rem;
  height: auto;
  border-radius: 50%;
  background: white;
}

.footer-logo strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--deep-spiritual);
}

.footer-logo small {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.3;
}

.footer-about p,
.site-footer p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
  max-width: 18rem;
}

.site-footer h3 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--deep-spiritual);
  margin: 0.15rem 0 0.7rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.84rem;
}

.contact-address {
  display: block;
  font-style: normal;
  margin: 0 0 0.85rem;
  color: color-mix(in srgb, var(--midnight) 82%, white);
  font-size: 0.95rem;
  line-height: 1.45;
}

.site-footer a:hover { color: var(--deep-spiritual); }

/* Keep white glyphs on the deep-blue hover fill (overrides .site-footer a:hover) */
.site-footer .social-list a:hover {
  color: var(--warm-white);
  background: var(--deep-spiritual);
}

/* ul.* specificity needed to beat the `.site-footer ul` grid rule */
ul.footer-social {
  display: flex;
  margin-top: 1rem;
}

.footer-bar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.9rem 1.15rem 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-bar p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-bar ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.footer-bar a { font-size: 0.85rem; }

/* Motion — visible by default; hidden only after JS arms reveals */
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

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

html.has-js.reveals-armed .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

html.has-js.reveals-armed .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  html.has-js.reveals-armed .reveal,
  html.has-js.reveals-armed .reveal.is-visible {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  /* Hamburger drawer only; DE/EN stays in the sticky header bar */
  .nav-toggle { display: inline-flex; }

  .header-tools {
    gap: 0.45rem;
    flex-shrink: 0;
  }

  .header-tools .lang-switch {
    order: 1;
    position: relative;
    z-index: 2;
  }

  .header-tools .main-nav {
    order: 2;
    position: static;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    position: relative;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 1px);
    left: 0; right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.9rem 1.15rem 1.1rem;
    background: var(--warm-white);
    border-bottom: 1px solid var(--dove);
    box-shadow: var(--shadow-soft);
    z-index: 2100;
  }

  .nav-panel.is-open { display: flex; }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-list a {
    min-height: 2.75rem;
    padding: 0.7rem 0.45rem;
  }

  .nav-item.has-sub {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item.has-sub > a {
    flex: 1;
  }

  .nav-item.has-sub {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .nav-sub {
    position: static;
    display: none;
    grid-column: 1 / -1;
    min-width: 0;
    box-shadow: none;
    border: 0;
    border-left: 2px solid var(--dove);
    border-radius: 0;
    margin: 0 0 0.35rem 0.55rem;
    padding: 0;
    background: transparent;
  }

  .nav-item.has-sub:hover > .nav-sub,
  .nav-item.has-sub:focus-within > .nav-sub {
    display: none;
  }

  .nav-item.is-open > .nav-sub {
    display: grid;
  }

  .header-members {
    justify-content: flex-start;
    min-height: 2.75rem;
    font-size: 0.9rem;
  }

  .btn-nav { justify-content: center; min-height: 2.75rem; }

  .social-list { justify-content: flex-start; }

  .footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 2rem;
  }

  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .section-head.row {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head.row .text-link { padding-bottom: 0; }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

/* Members subpage */
.members-intro {
  padding-top: clamp(1.75rem, 3.2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 2.8vw, 2.25rem);
}

.members-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.75fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.members-intro__copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  color: var(--deep-spiritual);
}

.members-intro__copy p {
  margin: 0 0 0.85rem;
  max-width: 40rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.62;
}

.members-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
  margin-top: 1.15rem;
}

.members-trust {
  padding: 1.25rem 1.3rem 1.35rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
  background:
    linear-gradient(
      160deg,
      color-mix(in srgb, var(--sky-whisper) 55%, white),
      white 70%
    );
  box-shadow: var(--shadow-soft);
}

.members-trust__count {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--deep-spiritual);
  line-height: 1.1;
}

.members-trust__region {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--midnight) 70%, white);
  line-height: 1.45;
}

.members-trust .text-link {
  display: inline-flex;
}

.members-section-head {
  max-width: 38rem;
  margin-bottom: 1.35rem;
}

.members-section-head h2 {
  margin: 0 0 0.45rem;
  color: var(--deep-spiritual);
}

.members-section-head p {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 76%, white);
}

.members-benefit-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

.members-benefit-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem 1.05rem 1.1rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 50%, white);
  background: color-mix(in srgb, white 92%, var(--sky-whisper));
}

.members-benefit-grid h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--deep-spiritual);
}

.members-benefit-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.members-benefits__closing {
  margin: 1.15rem 0 0;
  max-width: 46rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 1.02rem;
  line-height: 1.55;
}

.members-fees {
  background: color-mix(in srgb, var(--first-light) 55%, white);
  border-top: 1px solid color-mix(in srgb, var(--dove) 42%, white);
  border-bottom: 1px solid color-mix(in srgb, var(--dove) 42%, white);
}

.members-fee-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.members-fee {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.2rem 1.15rem 1.25rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 50%, white);
  background: white;
  min-height: 100%;
}

.members-fee--featured {
  border-color: color-mix(in srgb, var(--deep-spiritual) 35%, var(--dove));
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--sky-whisper) 50%, white),
      white 55%
    );
  box-shadow: var(--shadow-soft);
}

.members-fee__label {
  margin: 0;
  align-self: flex-start;
  padding: 0.22rem 0.5rem;
  border-radius: 0.3rem;
  background: var(--deep-spiritual);
  color: var(--warm-white);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.members-fee h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
  color: var(--deep-spiritual);
}

.members-fee__amount {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.members-fee__amount span {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--midnight);
}

.members-fee__amount small {
  font-size: 0.85rem;
  color: var(--muted);
}

.members-fee__note {
  margin: 0;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--midnight) 72%, white);
}

.members-fee__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 0.25rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sky-whisper) 65%, white);
  color: var(--deep-spiritual);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.members-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.members-path {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.25rem 1.2rem 1.3rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 50%, white);
  background: white;
}

.members-path--feature {
  border-color: color-mix(in srgb, var(--deep-spiritual) 32%, var(--dove));
  background:
    linear-gradient(
      150deg,
      color-mix(in srgb, var(--sky-whisper) 48%, white),
      white 60%
    );
  box-shadow: var(--shadow-soft);
}

.members-path__type {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--deep-spiritual);
}

.members-path h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--deep-spiritual);
}

.members-path p {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--midnight) 76%, white);
}

.members-path__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.9rem;
  margin-top: 0.55rem;
}

.members-docs__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.8fr);
  gap: clamp(1.35rem, 3vw, 2.25rem);
  align-items: stretch;
}

.members-docs__panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.members-docs__panel .members-section-head {
  margin-bottom: 0.95rem;
}

.members-doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  min-height: 0;
}

.members-doc-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
  min-height: 100%;
  background: white;
}

.members-doc-list h3 {
  margin: 0 0 0.3rem;
  font-size: 1.1rem;
  color: var(--deep-spiritual);
}

.members-doc-list p {
  margin: 0;
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--midnight) 74%, white);
}

.members-area-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
  min-height: 100%;
  padding: 1.35rem 1.3rem 1.45rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--first-light) 70%, white),
      white
    );
  box-shadow: var(--shadow-soft);
}

.members-area-card__copy {
  display: grid;
  gap: 0.35rem;
}

.members-area-card .eyebrow {
  margin: 0 0 0.15rem;
}

.members-area-card h2 {
  margin: 0;
  font-size: 1.45rem;
  color: var(--deep-spiritual);
}

.members-area-card__copy > p:last-child {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--midnight) 76%, white);
}

.members-area-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 1080px) {
  .members-fee-grid,
  .members-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .members-intro__grid,
  .members-docs__grid,
  .members-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .members-fee-grid,
  .members-benefit-grid,
  .membership-benefits {
    grid-template-columns: 1fr;
  }
}

/* Membership online application form
   Desktop: secondary rail left, primary form right (form first in DOM for a11y/mobile) */
.page-member-apply .event-detail__inner.apply-layout,
.page-members-login .event-detail__inner.apply-layout,
.page-members-forgot .event-detail__inner.apply-layout {
  grid-template-columns: minmax(13.5rem, 17.5rem) minmax(0, 1fr);
  grid-template-areas: "aside main";
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.apply-main {
  grid-area: main;
  min-width: 0;
}

.apply-aside {
  grid-area: aside;
  min-width: 0;
}

.apply-form-head {
  width: 100%;
  max-width: none;
  margin-bottom: 1.25rem;
}

.apply-form-head .eyebrow,
.apply-form-head h2,
.apply-form-head p {
  width: 100%;
  max-width: none;
}

.apply-form-head h2 {
  margin-bottom: 0.4rem;
}

.apply-form-head p {
  margin: 0;
  color: var(--muted);
}

.apply-form {
  width: 100%;
  padding: clamp(1.35rem, 2.4vw, 1.85rem) clamp(1.25rem, 2.2vw, 1.85rem) clamp(1.45rem, 2.4vw, 1.95rem);
  border: 1px solid color-mix(in srgb, var(--dove) 52%, white);
  border-radius: var(--radius-card);
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--sky-whisper) 38%, white) 0%,
      white 42%,
      color-mix(in srgb, var(--first-light) 65%, white) 100%
    );
  box-shadow: 0 10px 28px color-mix(in srgb, var(--midnight) 5%, transparent);
}

.apply-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem 1.1rem;
}

.apply-field {
  display: grid;
  gap: 0.35rem;
}

.apply-field--full {
  grid-column: 1 / -1;
}

.apply-field--short {
  grid-column: 1 / -1;
  max-width: 11rem;
}

.apply-field label {
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--deep-spiritual);
}

.apply-field label abbr {
  text-decoration: none;
  color: color-mix(in srgb, var(--deep-spiritual) 75%, #8a3a2a);
}

.apply-field input,
.apply-field select {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--dove) 70%, var(--midnight));
  border-radius: var(--radius);
  background: white;
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.apply-field input:focus,
.apply-field select:focus {
  outline: none;
  border-color: var(--deep-spiritual);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--calm-water) 45%, transparent);
}

.apply-field input.is-invalid,
.apply-field select.is-invalid {
  border-color: #9a3b32;
  background: color-mix(in srgb, #9a3b32 4%, white);
}

.apply-field__msg {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #8a322c;
}

.apply-field__msg[hidden] {
  display: none;
}

.apply-consent.is-invalid {
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, #9a3b32 35%, white);
  background: color-mix(in srgb, #9a3b32 6%, white);
}

.apply-consent__msg {
  margin: 0.55rem 0 0 1.8rem;
}

.apply-consent {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid color-mix(in srgb, var(--dove) 55%, white);
}

.apply-consent__label {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr) auto;
  gap: 0.55rem 0.65rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--midnight) 82%, white);
  cursor: pointer;
}

.apply-consent__label input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--deep-spiritual);
}

.apply-consent__note {
  margin: 0.65rem 0 0 1.8rem;
  font-size: 0.88rem;
}

.apply-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.45rem;
}

.apply-form__hint {
  margin: 0;
  flex: 1 1 12rem;
  font-size: 0.84rem;
  color: var(--muted);
}

.apply-form__error {
  margin: 0 0 1rem;
  padding: 0.7rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, #9a3b32 35%, white);
  background: color-mix(in srgb, #9a3b32 8%, white);
  color: #6d2c26;
  font-size: 0.92rem;
}

.apply-form-status {
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--calm-water) 55%, white);
  background: color-mix(in srgb, var(--sky-whisper) 50%, white);
}

.apply-form-status h3 {
  margin-bottom: 0.4rem;
}

.apply-form-status__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin: 1rem 0 0;
}

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

.apply-main__back {
  margin-top: 1.35rem;
}

/* Secondary support rail — quieter than the form */
.apply-aside__inner {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  padding: 0.15rem 0.1rem 0.35rem;
}

.apply-aside .eyebrow {
  margin-bottom: 0.35rem;
}

.apply-aside__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  color: color-mix(in srgb, var(--deep-spiritual) 88%, var(--midnight));
}

.apply-aside__lead {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}

.apply-aside__block {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--dove) 48%, white);
}

.apply-aside__block:last-of-type {
  margin-bottom: 0.85rem;
}

.apply-aside__block h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--deep-spiritual);
}

.apply-aside__block p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.apply-aside__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.apply-aside__links a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--deep-spiritual);
}

.apply-aside__links a::after {
  content: "→";
  font-weight: 500;
  transition: transform 0.2s var(--ease);
}

.apply-aside__links a:hover {
  color: color-mix(in srgb, var(--deep-spiritual) 78%, black);
}

.apply-aside__links a:hover::after {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .page-member-apply .event-detail__inner.apply-layout,
  .page-members-login .event-detail__inner.apply-layout,
  .page-members-forgot .event-detail__inner.apply-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "aside";
  }

  .apply-aside__inner {
    position: static;
    margin-top: 0.25rem;
    padding: 1.1rem 1.15rem 1.2rem;
    border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
    border-radius: var(--radius-card);
    background: color-mix(in srgb, var(--first-light) 55%, white);
  }
}

@media (max-width: 560px) {
  .apply-form {
    padding: 1.15rem 1rem 1.3rem;
  }

  .apply-form__grid {
    grid-template-columns: 1fr;
  }

  .apply-field--short {
    max-width: none;
  }
}

/* Members area login / forgot — light-blue panel fills main column width */
.page-members-login .apply-main,
.page-members-forgot .apply-main {
  width: 100%;
}

.page-members-login .apply-form.login-form,
.page-members-forgot .apply-form.login-form {
  width: 100%;
  max-width: none;
  padding: clamp(1.5rem, 2.8vw, 2.1rem) clamp(1.4rem, 3vw, 2.25rem)
    clamp(1.55rem, 2.8vw, 2.15rem);
}

.login-form__grid {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
  gap: 1.15rem;
}

.login-password {
  position: relative;
  display: grid;
}

.login-password input {
  padding-right: 3rem;
}

.login-password__toggle {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: color-mix(in srgb, var(--midnight) 62%, white);
  cursor: pointer;
}

.login-password__toggle:hover,
.login-password__toggle:focus-visible {
  color: var(--deep-spiritual);
  background: color-mix(in srgb, var(--sky-whisper) 55%, white);
  outline: none;
}

.login-form__actions {
  align-items: center;
  margin-top: 1.55rem;
}

.login-form__forgot {
  margin: 0;
  flex: 1 1 14rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.login-form__forgot .text-link {
  margin-left: 0.35rem;
}

/* Shared subpage helpers (news + events) */
.event-page__date {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 650;
  color: color-mix(in srgb, var(--midnight) 72%, white);
}

.event-page__subtitle {
  margin: 0 0 0.7rem;
  font-size: 1.02rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--deep-spiritual) 88%, var(--muted));
}

.event-detail {
  padding-top: clamp(1.65rem, 3vw, 2.25rem);
  padding-bottom: var(--space-section-lg);
}

.event-detail__inner {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.event-detail__facts {
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--dove) 52%, white);
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--sky-whisper) 35%, white);
}

.event-detail__dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.event-detail__dl div {
  margin: 0;
}

.event-detail__dl dt {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--deep-spiritual);
}

.event-detail__dl dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--midnight) 82%, white);
}

.event-detail__actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.event-detail__actions .btn {
  justify-content: center;
  text-align: center;
}

.event-detail__body .news-story__prose {
  max-width: 40rem;
}

.event-detail__back {
  margin: 1.5rem 0 0;
}

@media (max-width: 820px) {
  .event-detail__inner {
    grid-template-columns: 1fr;
  }
}

/* News archive page — subpage hero mirrors landing: image back, text front */
.page-news .news-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--midnight);
  background: var(--first-light);
  border-bottom: 1px solid color-mix(in srgb, var(--dove) 42%, white);
  min-height: clamp(16.5rem, 32svh, 22rem);
}

.news-page-hero__visual {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: var(--first-light);
}

.news-page-hero__mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-page-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  display: block;
  transform: scale(1.04);
  transform-origin: 50% 42%;
}

.news-page-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--warm-white) 94%, transparent) 0%,
      color-mix(in srgb, var(--warm-white) 88%, transparent) 30%,
      color-mix(in srgb, var(--warm-white) 48%, transparent) 52%,
      transparent 72%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--warm-white) 28%, transparent) 0%,
      transparent 28%,
      transparent 70%,
      color-mix(in srgb, var(--warm-white) 40%, transparent) 100%
    );
}

.news-page-hero__shell {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding:
    calc(var(--header-h) + clamp(1.1rem, 2.4vw, 1.75rem))
    1.15rem
    clamp(1.35rem, 2.8vw, 2rem);
  display: flex;
  align-items: center;
  min-height: inherit;
}

.news-page-hero__copy {
  max-width: 36rem;
  text-align: left;
}

.news-page-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--midnight) 62%, white);
}

.news-page-crumb a {
  color: var(--deep-spiritual);
  text-decoration: none;
  font-weight: 600;
}

.news-page-crumb a:hover {
  color: var(--midnight);
  text-decoration: underline;
}

.news-page-hero__eyebrow,
.news-page-hero .eyebrow {
  margin-bottom: 0.35rem;
  color: var(--deep-spiritual);
}

.news-page-hero__eyebrow::before,
.news-page-hero .eyebrow::before {
  background: var(--deep-spiritual);
}

.news-page-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  letter-spacing: -0.02em;
  text-align: left;
  line-height: 1.08;
  color: var(--deep-spiritual);
  text-wrap: balance;
}

.news-page-hero__lead {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.5;
  max-width: 34rem;
  text-align: left;
}

.news-page-feed {
  padding-top: clamp(1.65rem, 3vw, 2.25rem);
  padding-bottom: var(--space-section-lg);
}

.news-page-feed__inner {
  display: grid;
  gap: clamp(1.85rem, 3.5vw, 2.75rem);
  text-align: left;
  justify-items: stretch;
}

/* Feature + list share one card shell so columns and edges align */
.news-feed-stack {
  --feed-pad-x: clamp(1.1rem, 2.2vw, 1.45rem);
  --feed-pad-y: clamp(1.1rem, 2.2vw, 1.45rem);
  --feed-gap: clamp(1.25rem, 2.8vw, 2rem);
  --feed-media: minmax(0, 1.05fr);
  --feed-copy: minmax(0, 0.95fr);
  display: grid;
  gap: 0;
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
  border-radius: var(--radius-card);
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--sky-whisper) 42%, white) 0%,
      white 42%,
      color-mix(in srgb, var(--first-light) 62%, white) 100%
    );
  box-shadow: var(--shadow-soft);
  overflow: clip;
}

.news-story {
  scroll-margin-top: calc(var(--header-h) + 1.25rem);
  text-align: left;
}

.news-story--feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.25rem, 2.8vw, 2rem);
  align-items: center;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
  border-radius: var(--radius-card);
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--sky-whisper) 55%, white) 0%,
      white 48%,
      color-mix(in srgb, var(--first-light) 70%, white) 100%
    );
  box-shadow: var(--shadow-soft);
}

.news-feed-stack .news-story--feature {
  grid-template-columns: var(--feed-media) var(--feed-copy);
  gap: var(--feed-gap);
  padding: var(--feed-pad-y) var(--feed-pad-x);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--dove) 42%, white);
  background: transparent;
  box-shadow: none;
}

.news-feed-stack .news-story--feature .news-story__media {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 11;
}

.news-story__featured-label {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  margin: 0;
  padding: 0.28rem 0.55rem;
  border-radius: 0.35rem;
  background: color-mix(in srgb, var(--deep-spiritual) 92%, white);
  color: var(--warm-white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.news-story--feature .news-story__media {
  margin: 0;
  border-radius: calc(var(--radius-card) - 0.15rem);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  min-height: 0;
  max-height: 18rem;
  background: var(--first-light);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--dove) 35%, transparent);
}

.news-story--feature .news-story__body {
  max-width: none;
  text-align: left;
}

.news-story--feature h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  line-height: 1.18;
  text-align: left;
}

.news-story--feature .news-story__prose p {
  margin-bottom: 0;
}

.news-story-list {
  display: grid;
  gap: 0;
  border-top: 0;
  margin-top: 0.25rem;
}

.news-feed-stack .news-story-list {
  margin-top: 0;
  padding: 0 var(--feed-pad-x);
}

.news-story-list .news-story {
  display: grid;
  grid-template-columns: 10.25rem minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.35rem);
  align-items: start;
  padding: clamp(1rem, 2vw, 1.35rem) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--dove) 48%, white);
}

.news-feed-stack .news-story-list .news-story {
  grid-template-columns: var(--feed-media) var(--feed-copy);
  gap: var(--feed-gap);
  align-items: center;
  padding: clamp(1.25rem, 2.4vw, 1.65rem) 0;
  border-bottom-color: color-mix(in srgb, var(--dove) 42%, white);
}

.news-story-list .news-story:last-child {
  border-bottom: 0;
}

.news-story-list .news-story__media {
  margin: 0;
  width: 10.25rem;
  height: 7.25rem;
  border-radius: calc(var(--radius-card) - 0.1rem);
  overflow: hidden;
  background: var(--first-light);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--dove) 40%, transparent);
}

.news-feed-stack .news-story-list .news-story__media {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  max-height: none;
  min-height: 0;
}

.news-feed-stack .news-story-list .news-story__prose,
.news-feed-stack .news-story-list .news-story__body {
  max-width: none;
  width: 100%;
}

.news-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.news-story__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.3rem 0.65rem;
  margin-bottom: 0.4rem;
}

.news-story__category,
.news-story__status,
.news-story__meta time {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
}

.news-story__category {
  color: var(--deep-spiritual);
}

.news-story__status,
.news-story__meta time {
  color: color-mix(in srgb, var(--midnight) 70%, white);
}

.news-story-list h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.25;
  text-align: left;
}

.news-story__prose {
  max-width: 44rem;
  text-align: left;
}

.news-story__prose p {
  margin: 0 0 0.7rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  font-size: 0.98rem;
  line-height: 1.62;
  text-align: left;
  text-wrap: pretty;
}

.news-story__prose p:last-child {
  margin-bottom: 0;
}

.news-story__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem 1rem;
  margin-top: 1rem;
}

.news-story__actions .btn {
  min-height: 2.75rem;
}

.news-page-cta {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--sky-whisper) 40%, white), color-mix(in srgb, var(--first-light) 55%, white));
  border-top: 1px solid color-mix(in srgb, var(--dove) 45%, white);
}

.news-page-cta__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  text-align: left;
}

.news-page-cta__copy {
  flex: 1 1 18rem;
  max-width: 34rem;
  text-align: left;
}

.news-page-cta__copy h2 {
  margin-bottom: 0.45rem;
  text-align: left;
}

.news-page-cta__copy p {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 76%, white);
  text-align: left;
}

.news-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem 0.9rem;
}

@media (max-width: 980px) {
  .news-story--feature,
  .news-feed-stack .news-story--feature,
  .news-feed-stack .news-story-list .news-story {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .news-story--feature .news-story__media,
  .news-feed-stack .news-story-list .news-story__media {
    max-height: 14rem;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 760px) {
  .page-news .news-page-hero {
    min-height: clamp(15.5rem, 38svh, 20rem);
  }

  .news-page-hero__veil {
    background:
      linear-gradient(
        180deg,
        color-mix(in srgb, var(--warm-white) 90%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 78%, transparent) 42%,
        color-mix(in srgb, var(--warm-white) 55%, transparent) 100%
      );
  }

  .news-page-hero__img {
    object-position: 48% 38%;
  }

  .news-story-list .news-story,
  .news-feed-stack .news-story-list .news-story {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .news-story-list .news-story__media,
  .news-feed-stack .news-story-list .news-story__media {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .news-feed-stack {
    --feed-pad-x: clamp(0.95rem, 3.5vw, 1.2rem);
  }

  .news-page-cta__panel {
    align-items: start;
  }
}

@media (max-width: 900px) {
  .page-about .news-page-hero__veil {
    background:
      linear-gradient(
        90deg,
        color-mix(in srgb, var(--warm-white) 94%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 84%, transparent) 48%,
        color-mix(in srgb, var(--warm-white) 42%, transparent) 100%
      ),
      linear-gradient(
        180deg,
        color-mix(in srgb, var(--warm-white) 42%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 18%, transparent) 38%,
        transparent 72%
      );
  }

  .page-about .news-page-hero__copy {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .page-about .news-page-hero__veil {
    background:
      linear-gradient(
        90deg,
        color-mix(in srgb, var(--warm-white) 94%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 88%, transparent) 40%,
        color-mix(in srgb, var(--warm-white) 72%, transparent) 70%,
        color-mix(in srgb, var(--warm-white) 52%, transparent) 100%
      ),
      linear-gradient(
        180deg,
        color-mix(in srgb, var(--warm-white) 58%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 46%, transparent) 52%,
        color-mix(in srgb, var(--warm-white) 32%, transparent) 100%
      );
  }

  .page-about .news-page-hero__copy {
    margin-left: -0.25rem;
    padding: 0.55rem 0.7rem 0.7rem 0.25rem;
    border-radius: 0.45rem;
    background:
      linear-gradient(
        90deg,
        color-mix(in srgb, var(--warm-white) 82%, transparent) 0%,
        color-mix(in srgb, var(--warm-white) 68%, transparent) 62%,
        color-mix(in srgb, var(--warm-white) 22%, transparent) 100%
      );
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-story__actions .btn:hover,
  .news-page-cta__actions .btn:hover {
    transform: none;
  }
}

/* Contact + legal */
.contact-jump {
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.contact-jump__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--sky-whisper) 55%, white);
  padding-bottom: 1rem;
}

.contact-jump__inner a {
  color: var(--deep-spiritual);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.contact-jump__inner a:hover,
.contact-jump__inner a:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--deep-spiritual) 45%, white);
}

.legal-cards {
  padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--sky-whisper) 20%, white) 0%,
      white 55%
    );
}

.legal-cards__head {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.legal-cards__head h2 {
  margin: 0.25rem 0 0.55rem;
  color: var(--deep-spiritual);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
}

.legal-cards__head p {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 72%, white);
}

.legal-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.legal-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 100%;
  height: 100%;
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 88%, var(--sky-whisper));
}

.legal-card__type {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 78%, white);
}

.legal-card h3 {
  margin: 0;
  color: var(--deep-spiritual);
  font-size: 1.35rem;
  line-height: 1.25;
  min-height: 1.7em;
}

.legal-card p {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.55;
}

.legal-card__body {
  flex: 1 1 auto;
  margin: 0;
  min-height: 4.65em;
}

.legal-card__meta {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--midnight) 68%, white);
  min-height: 4.5em;
}

.legal-card__actions {
  display: flex;
  margin-top: auto;
  padding-top: 0.55rem;
}

.legal-card__actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.news-page-hero--compact {
  min-height: auto;
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--sky-whisper) 55%, white) 0%,
      color-mix(in srgb, var(--sky-whisper) 18%, white) 55%,
      white 100%
    );
}

.news-page-hero--compact .news-page-hero__shell {
  position: relative;
  padding-top: clamp(5.5rem, 10vw, 7rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.news-page-hero--compact .news-page-hero__visual {
  display: none;
}

.news-page-hero--compact .news-page-hero__copy {
  max-width: 40rem;
}

.legal-page {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.legal-page__grid {
  display: grid;
  grid-template-columns: minmax(14rem, 17.5rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.legal-page__simple {
  max-width: 40rem;
}

.legal-toc {
  position: sticky;
  top: 5.5rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 65%, white);
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.legal-toc__label {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 78%, white);
}

.legal-toc__list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.legal-toc__list a {
  color: color-mix(in srgb, var(--midnight) 82%, white);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.35;
}

.legal-toc__list a:hover,
.legal-toc__list a:focus-visible {
  color: var(--deep-spiritual);
  text-decoration: underline;
}

.legal-toc__meta {
  margin: 1rem 0 0.65rem;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--midnight) 60%, white);
}

.legal-toc__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0;
  font-size: 0.92rem;
}

.legal-doc {
  color: color-mix(in srgb, var(--midnight) 88%, white);
  line-height: 1.68;
}

.legal-doc--page {
  max-width: 46rem;
}

.legal-doc h3 {
  margin: 2rem 0 0.7rem;
  scroll-margin-top: 6rem;
  color: var(--deep-spiritual);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2.1vw, 1.55rem);
  font-weight: 600;
}

.legal-doc h3:first-child {
  margin-top: 0;
}

.legal-doc h4 {
  margin: 1.25rem 0 0.45rem;
  color: var(--deep-spiritual);
  font-size: 1.02rem;
  font-weight: 700;
}

.legal-doc p {
  margin: 0 0 0.9rem;
}

.legal-doc .legal-list {
  margin: 0 0 1rem 1.1rem;
  padding: 0;
}

.legal-doc .legal-list li {
  margin: 0 0 0.35rem;
}

.legal-doc .legal-meta {
  margin-top: 1.5rem;
  font-size: 0.95rem;
}

.legal-doc__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
  margin-top: 1.5rem;
}

.page-contact .apply-form textarea {
  width: 100%;
  min-height: 9rem;
  resize: vertical;
}

@media (max-width: 900px) {
  .legal-page__grid {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .legal-cards__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root { --space-section: 3.25rem; --space-section-lg: 3.75rem; }

  .brand-text small { display: none; }

  .footer-main { grid-template-columns: 1fr; }

  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* Journal subpages */
.journal-jump a[aria-current="page"] {
  border-bottom-color: color-mix(in srgb, var(--deep-spiritual) 55%, white);
  color: var(--deep-spiritual);
}

.journal-page {
  padding-top: clamp(1.15rem, 2.4vw, 1.65rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.journal-page__shell {
  display: grid;
  gap: 0;
}

.journal-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15.5rem, 0.72fr);
  gap: clamp(1.35rem, 3vw, 2.25rem);
  align-items: start;
}

.journal-page__layout--online {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.9fr);
}

.journal-page__aside {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}

.journal-prose {
  margin-bottom: 1.35rem;
}

.journal-prose p {
  margin: 0 0 1rem;
  max-width: none;
  color: color-mix(in srgb, var(--midnight) 82%, white);
  line-height: 1.65;
}

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

.journal-page__main h3 {
  margin: 0 0 0.75rem;
  color: var(--deep-spiritual);
  font-size: 1.25rem;
}

.journal-rubrics {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  max-width: none;
}

.journal-rubrics li {
  padding: 0.85rem 1rem;
  border-left: 3px solid color-mix(in srgb, var(--sky-whisper) 80%, var(--deep-spiritual));
  background: color-mix(in srgb, white 88%, var(--sky-whisper));
  color: color-mix(in srgb, var(--midnight) 80%, white);
  line-height: 1.5;
}

.journal-meta-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 0.25rem;
}

.journal-meta-blocks > div {
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 65%, white);
  background: color-mix(in srgb, white 92%, var(--sky-whisper));
}

.journal-meta-blocks h3 {
  margin: 0 0 0.55rem;
}

.journal-meta-blocks p {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 80%, white);
  line-height: 1.55;
}

.journal-aside-card {
  padding: 1.15rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 65%, white);
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.journal-aside-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 0.9rem;
}

.journal-aside-card h2 {
  margin: 0 0 0.75rem;
  color: var(--deep-spiritual);
  font-size: 1.35rem;
}

.journal-aside-card__cta {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.journal-aside-card__cta .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.journal-aside-card--wide img {
  margin-bottom: 0;
}

.journal-subcards__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.journal-subcard {
  min-height: 100%;
  height: 100%;
}

.journal-subcard .legal-card__actions .btn {
  min-height: 2.75rem;
}

.journal-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
  margin: 1.25rem 0 0;
}

.journal-issues-page {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.journal-band-group {
  margin-bottom: 2.25rem;
}

.journal-band-group__title {
  margin: 0 0 1rem;
  color: var(--deep-spiritual);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.journal-band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  gap: 1rem;
}

.journal-band {
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 65%, white);
  background: color-mix(in srgb, white 92%, var(--sky-whisper));
}

.journal-band__head h3 {
  margin: 0 0 0.75rem;
  color: var(--deep-spiritual);
  font-size: 1.15rem;
}

.journal-band__head span {
  font-weight: 500;
  color: color-mix(in srgb, var(--midnight) 55%, white);
}

.journal-band__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.journal-band__list li {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: color-mix(in srgb, var(--midnight) 82%, white);
}

.journal-band__heft {
  font-weight: 700;
  color: var(--deep-spiritual);
}

.journal-issues-page__note {
  margin: 1.5rem 0 0;
}

@media (max-width: 900px) {
  .journal-page__layout,
  .journal-page__layout--online,
  .journal-subcards__grid,
  .journal-meta-blocks {
    grid-template-columns: 1fr;
  }

  .journal-page__aside {
    position: static;
  }

  .journal-aside-card img {
    max-height: 18rem;
  }
}

.page-journal .journal-jump {
  padding-top: 0.85rem;
}

/* Projects / About society */
.about-layout {
  display: grid;
  gap: clamp(2.25rem, 4vw, 3.25rem);
}

.about-layout__split {
  align-items: start;
}

.about-layout__full {
  min-width: 0;
}

.about-full__head h2,
.about-full__head h3 {
  margin: 0 0 0.55rem;
  color: var(--deep-spiritual);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.about-full__head h2 {
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
}

.about-full__head .eyebrow {
  margin-bottom: 0.35rem;
}

.about-full__head p {
  margin: 0;
  max-width: 46rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.55;
}

.about-full__head--spaced {
  margin-top: 0.5rem;
}

.about-aside {
  position: sticky;
  top: calc(var(--header-h, 4.5rem) + 0.75rem);
}

.about-aside__card {
  overflow: hidden;
  padding-top: 0;
}

.about-aside__visual {
  display: block;
  width: calc(100% + 2.3rem);
  max-width: none;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 -1.15rem 1rem;
}

.projects-page .projects-goals {
  margin: 0.85rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.projects-goals li {
  position: relative;
  padding-left: 1.15rem;
  color: color-mix(in srgb, var(--midnight) 82%, white);
  line-height: 1.5;
}

.projects-goals li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--calm-water) 70%, var(--deep-spiritual));
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.board-grid--full {
  grid-template-columns: repeat(3, minmax(0, 11.5rem));
  justify-content: start;
  gap: 0.85rem 1rem;
  align-items: stretch;
}

.board-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 16.5rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.board-card__media {
  margin: 0 auto;
  width: 100%;
  max-width: 230px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius-card);
  background:
    linear-gradient(
      160deg,
      color-mix(in srgb, var(--sky-whisper) 55%, white) 0%,
      color-mix(in srgb, var(--first-light) 70%, white) 100%
    );
}

.board-card__media--placeholder {
  display: grid;
  place-items: center;
}

.board-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.board-card__photo--jenny,
.board-card__photo--frick {
  object-position: center top;
}

.board-card__photo--arndt {
  object-position: 50% 18%;
}

.board-card__photo--knoll {
  object-position: 50% 16%;
}

.board-card__photo--karin {
  object-position: center 18%;
}

.board-card__initials {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--deep-spiritual) 78%, white);
}

.board-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
}

.board-card h4 {
  margin: 0;
  color: var(--deep-spiritual);
  font-size: 1.12rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.board-card__role {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 72%, white);
}

.board-card__bio {
  margin: 0.2rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.board-card__web {
  display: inline-flex;
  align-items: center;
  margin: 0.15rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.board-card__web:hover {
  text-decoration: underline;
}

.board-card__statement {
  margin-top: auto;
  padding-top: 0.7rem;
  border-top: 1px solid color-mix(in srgb, var(--dove) 50%, white);
}

.board-card__statement-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 72%, white);
}

.board-card__excerpt {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.board-card__more {
  margin-top: 0.15rem;
}

.board-dialog__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 72%, white);
}

.board-mgmt {
  display: flex;
  flex-direction: column;
  max-width: 16.5rem;
  margin: 0 0 1.75rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.board-mgmt__media {
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 12.5rem;
  overflow: hidden;
  border-radius: 0;
  background: color-mix(in srgb, var(--sky-whisper) 45%, white);
}

.board-mgmt__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.board-mgmt__label {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 72%, white);
}

.board-mgmt__name {
  margin: 0;
  color: var(--deep-spiritual);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
}

.board-mgmt__meta {
  margin: 0.2rem 0 0;
  color: color-mix(in srgb, var(--midnight) 72%, white);
  font-size: 0.95rem;
}

.projects-more-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0 2rem;
}

.projects-note {
  margin: 0.75rem 0 1.5rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
}

.donate-box {
  margin-top: 1.5rem;
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, var(--sky-whisper) 35%, white);
}

.donate-box--wide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.95fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
  margin-top: 0.25rem;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
}

.donate-box h3 {
  margin: 0 0 0.55rem;
  color: var(--deep-spiritual);
}

.donate-box__copy p {
  margin: 0 0 0.85rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.55;
}

.donate-box__copy p:last-child {
  margin-bottom: 0;
}

.donate-box__details {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0;
}

.donate-box--wide .donate-box__details {
  margin: 0;
  padding: 1rem 1.1rem;
  background: color-mix(in srgb, white 82%, var(--sky-whisper));
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 65%, white);
}

.donate-box__details div {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: baseline;
}

.donate-box__details dt {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 75%, white);
}

.donate-box__details dd {
  margin: 0;
}

.donate-box code {
  font-family: var(--font-body);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.projects-block {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--sky-whisper) 75%, white);
}

.projects-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.projects-block--flush {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.research-layout {
  gap: clamp(2.5rem, 5vw, 3.75rem);
}

.research-callout {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--sky-whisper) 42%, white) 0%,
      color-mix(in srgb, white 92%, var(--sky-whisper)) 100%
    );
}

.research-callout .apply-form-head h2 {
  margin: 0.15rem 0 0.35rem;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: var(--deep-spiritual);
}

.research-callout .journal-prose p {
  max-width: none;
}

.research-prize__split {
  margin-top: 1.25rem;
}

.research-prize__amount {
  margin-top: 0.35rem;
}

.research-prize__aside {
  align-self: start;
}

.research-prize__media {
  padding: 0;
  overflow: hidden;
}

.research-prize__img {
  width: 100%;
  margin: 0;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.research-prize__full {
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid color-mix(in srgb, var(--sky-whisper) 75%, white);
}

.research-apply {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.research-apply h3 {
  margin: 0 0 0.75rem;
  color: var(--deep-spiritual);
  font-size: 1.25rem;
}

.research-apply .journal-prose p {
  max-width: none;
}

.research-apply__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

.research-apply__actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.research-apply__actions .text-link {
  text-align: center;
}

.prize-table-wrap--full {
  margin-top: 0.85rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 92%, var(--sky-whisper));
}

.prize-table-wrap--full .prize-table th,
.prize-table-wrap--full .prize-table td {
  padding: 0.85rem 1rem;
}

.prize-table-wrap--full .prize-table th:nth-child(1),
.prize-table-wrap--full .prize-table td:nth-child(1) {
  width: 5.5rem;
}

.prize-table-wrap--full .prize-table th:nth-child(2),
.prize-table-wrap--full .prize-table td:nth-child(2) {
  width: 22%;
  min-width: 11rem;
}

.projects-status {
  margin: 0.35rem 0 0;
  font-weight: 650;
  color: color-mix(in srgb, var(--deep-spiritual) 85%, #8a2a3a);
}

.projects-cite {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid color-mix(in srgb, var(--calm-water) 70%, var(--deep-spiritual));
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.projects-cite p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--midnight) 80%, white);
}

.prize-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

.prize-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.prize-table th,
.prize-table td {
  padding: 0.7rem 0.75rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid color-mix(in srgb, var(--sky-whisper) 80%, white);
}

.prize-table th {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 78%, white);
}

.prize-table td:first-child {
  white-space: nowrap;
  font-weight: 700;
  color: var(--deep-spiritual);
}

@media (max-width: 1100px) {
  .board-grid--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Partner links */
.links-page-hero .links-page-hero__img {
  object-position: 78% 42%;
}

@media (max-width: 760px) {
  .links-page-hero .links-page-hero__img {
    object-position: 72% 40%;
  }
}

.links-page {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

.partner-group {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.partner-group h2 {
  margin: 0 0 1rem;
  color: var(--deep-spiritual);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.partner-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1.2rem 1.25rem 1.3rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 90%, var(--sky-whisper));
}

.partner-card__place {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--deep-spiritual) 75%, white);
}

.partner-card h3 {
  margin: 0;
  flex: 1 1 auto;
  color: var(--deep-spiritual);
  font-size: 1.15rem;
  line-height: 1.35;
}

.partner-card__actions {
  margin: 0.55rem 0 0;
}

.partner-card__actions .btn {
  width: 100%;
  justify-content: center;
}

/* Events archive */
.archive-page {
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.archive-list {
  display: grid;
  gap: 0.9rem;
}

.archive-card {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem 1.25rem;
  padding: 1.15rem 1.25rem 1.25rem;
  border: 1px solid color-mix(in srgb, var(--sky-whisper) 70%, white);
  background: color-mix(in srgb, white 92%, var(--sky-whisper));
}

.archive-card__year {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--deep-spiritual);
}

.archive-card__body h2 {
  margin: 0 0 0.4rem;
  color: var(--deep-spiritual);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.3;
}

.archive-card__dates,
.archive-card__place {
  margin: 0 0 0.35rem;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.5;
}

.archive-card__dates {
  font-weight: 650;
}

.archive-card__actions {
  margin: 0.75rem 0 0;
}

.archive-page__note {
  margin: 1.75rem 0 0;
}

@media (max-width: 900px) {
  .about-aside {
    position: static;
  }

  .board-grid,
  .board-grid--full,
  .projects-more-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .board-card__media {
    max-width: 230px;
    aspect-ratio: 4 / 5;
  }

  .board-mgmt {
    grid-template-columns: 4.75rem minmax(0, 1fr);
  }

  .board-mgmt__media {
    width: 4.75rem;
    height: 4.75rem;
  }

  .archive-card {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .donate-box--wide,
  .research-apply {
    grid-template-columns: 1fr;
  }

  .research-apply__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .research-apply__actions .btn {
    width: auto;
  }

  .research-apply__actions .text-link {
    width: 100%;
    text-align: left;
  }

  .research-prize__img {
    aspect-ratio: 16 / 10;
  }

  .donate-box__details div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

/* Member voices carousel */
.voices[hidden] {
  display: none;
}

.voices-carousel {
  position: relative;
  margin-top: 0.35rem;
}

.voices-carousel__stage {
  min-height: 22rem;
  display: grid;
}

.voice-slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(9.5rem, 12.5rem) minmax(0, 1fr);
  gap: clamp(1.1rem, 3vw, 2rem);
  align-items: stretch;
  margin: 0;
  padding: clamp(1.15rem, 2.4vw, 1.7rem);
  background: white;
  border-top: 3px solid var(--warm-sand);
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.voice-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .voice-slide {
    transition: opacity 0.45s var(--ease);
  }
}

.voice-slide__media {
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--sky-whisper);
}

.voice-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.voice-slide__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 14.5rem;
}

.voice-slide__quote {
  flex: 1 1 auto;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.1vw, 1.45rem);
  font-style: italic;
  line-height: 1.5;
  overflow: visible;
  color: var(--deep-spiritual);
}

.voice-slide__mark {
  display: inline-block;
  width: 0.86em;
  height: 0.78em;
  color: var(--deep-spiritual);
  line-height: 0;
  vertical-align: -0.02em;
}

.voice-slide__mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.voice-slide__mark--open {
  margin-right: 0.22em;
}

.voice-slide__mark--close {
  margin-left: 0.16em;
}

.voice-slide__mark--close svg {
  transform: rotate(180deg);
}

.voice-slide__person {
  margin: 1rem 0 0;
}

.voice-slide__person strong {
  display: block;
  color: var(--deep-spiritual);
}

.voice-slide__person span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.voice-slide__more {
  align-self: flex-start;
  margin-top: 0.85rem;
}

.voices-carousel__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 1rem;
}

.voices-carousel__btn {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid color-mix(in srgb, var(--dove) 70%, white);
  border-radius: 999px;
  background: white;
  color: var(--deep-spiritual);
  cursor: pointer;
}

.voices-carousel__btn:hover,
.voices-carousel__btn:focus-visible {
  border-color: var(--deep-spiritual);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--calm-water) 45%, transparent);
  outline: none;
}

.voices-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.voices-carousel__dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--dove) 80%, white);
  cursor: pointer;
}

.voices-carousel__dot[aria-current="true"] {
  background: var(--deep-spiritual);
}

.voices-carousel__dot:focus-visible {
  outline: 2px solid var(--deep-spiritual);
  outline-offset: 2px;
}

.voices-dialog {
  width: min(42rem, calc(100vw - 1.5rem));
  max-height: min(88vh, 46rem);
  padding: 0;
  border: 0;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-hover);
}

.voices-dialog::backdrop {
  background: color-mix(in srgb, var(--midnight) 55%, transparent);
}

.voices-dialog__inner {
  padding: 1.35rem 1.4rem 1.5rem;
  overflow: auto;
}

.voices-dialog__close {
  float: right;
}

.voices-dialog__body p {
  margin: 0 0 0.85rem;
  overflow-wrap: break-word;
}

.voices-dialog__credit {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

@media (max-width: 720px) {
  .voices-carousel__stage {
    min-height: 0;
  }

  .voice-slide {
    grid-template-columns: 1fr;
  }

  .voice-slide__media {
    max-width: 12rem;
    aspect-ratio: 1;
    border-radius: 999px;
    justify-self: start;
  }

  .voice-slide__body {
    min-height: 12.5rem;
  }
}

/* Education map */
.edu-map {
  padding-top: 0.5rem;
}

.edu-map__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.edu-map__chip {
  min-height: 2.3rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--dove) 70%, white);
  border-radius: 999px;
  background: white;
  color: var(--deep-spiritual);
  font: inherit;
  font-size: 0.92rem;
  cursor: pointer;
}

.edu-map__chip[aria-pressed="true"] {
  background: var(--deep-spiritual);
  color: white;
  border-color: var(--deep-spiritual);
}

.edu-map__chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--calm-water) 45%, transparent);
}

.edu-map__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.9fr);
  gap: 1rem;
  align-items: stretch;
}

.edu-map__stage {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 28rem;
  height: 28rem;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--dove) 55%, white);
  background: var(--first-light);
}

.edu-map__consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.edu-map__consent[hidden] {
  display: none !important;
}

.edu-map__consent p {
  margin: 0;
  max-width: 22rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.edu-map__canvas {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  background: var(--first-light);
}

.edu-map__canvas[hidden] {
  display: none !important;
}

.edu-map__canvas .leaflet-container,
.edu-map__canvas.leaflet-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 28rem;
}

.edu-map-popup__venue {
  margin: 0 0 0.2rem;
}

.edu-map-popup__addr {
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.edu-map-popup__event + .edu-map-popup__event {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid color-mix(in srgb, var(--dove) 55%, white);
}

.edu-map-popup__event p {
  margin: 0.15rem 0 0;
}

.edu-map-popup__actions {
  margin-top: 0.35rem;
}

.edu-map__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  max-height: 28rem;
  overflow: auto;
}

.edu-map__list > li {
  margin: 0;
  padding: 0;
}

.edu-map__card {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  border: 1px solid color-mix(in srgb, var(--dove) 55%, white);
  border-radius: var(--radius-card);
  background: white;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.edu-map__card.is-selected,
.edu-map__card:focus-visible {
  border-color: var(--deep-spiritual);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--calm-water) 40%, transparent);
  outline: none;
}

.edu-map__card h3 {
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
}

.edu-map__card-link,
.edu-map__card-actions a {
  color: var(--deep-spiritual);
  text-underline-offset: 0.18em;
}

.edu-map [data-edu-map-empty][hidden] {
  display: none !important;
}

.edu-map__meta {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .edu-map__layout {
    grid-template-columns: 1fr;
  }

  .edu-map__stage,
  .edu-map__canvas,
  .edu-map__list {
    max-height: none;
    height: 18.5rem;
    min-height: 18.5rem;
  }

  .edu-map__canvas .leaflet-container,
  .edu-map__canvas.leaflet-container {
    min-height: 18.5rem;
  }

  .edu-map__list {
    height: auto;
    max-height: 22rem;
  }
}

@media (max-width: 767px) {
  .edu-map .members-section-head h2,
  .edu-map h2 {
    font-size: clamp(1.52rem, 6.6vw, 1.9rem);
    line-height: 1.12;
    text-wrap: pretty;
    overflow-wrap: break-word;
  }
}

/* Combined membership + optional SEPA */
.apply-block {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid color-mix(in srgb, var(--dove) 55%, white);
}

.apply-block__title {
  margin-bottom: 0.35rem;
}

.apply-toggle {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.55rem 0.65rem;
  align-items: start;
  font-weight: 650;
  color: var(--deep-spiritual);
  cursor: pointer;
}

.apply-field--postal {
  max-width: none;
}

.sepa-panel[hidden] {
  display: none;
}

.sepa-panel {
  margin-top: 1rem;
}

/* Members dashboard */
.news-page-hero--compact .news-page-hero__shell {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.members-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin-bottom: 1.35rem;
}

.members-subnav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
}

.members-subnav__link[aria-current="page"] {
  font-weight: 700;
  color: var(--deep-spiritual);
}

.members-dash-grid,
.members-cat-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.members-dash-card {
  height: 100%;
  padding: 1.2rem 1.15rem 1.3rem;
  border-radius: var(--radius-card);
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
  background: white;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.4rem;
}

.members-dash-card .btn {
  justify-self: start;
  margin-top: 0.5rem;
}

.members-dash-card--muted {
  background: color-mix(in srgb, var(--first-light) 55%, white);
}

.members-empty-note {
  margin: 0 0 1rem;
  color: var(--muted);
}

.members-pub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.members-pub {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-card);
  background: white;
  border: 1px solid color-mix(in srgb, var(--dove) 48%, white);
}

.members-pub__cat {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.members-minutes-list {
  margin-top: 0;
}

.visually-hidden-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .members-dash-grid,
  .members-cat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 320px) {
  .header-inner,
  .section-inner,
  .edu-map__canvas {
    min-width: 0;
  }
}

.edu-map-marker {
  background: transparent !important;
  border: 0 !important;
}

.edu-map-marker__pin {
  display: block;
  width: 16px;
  height: 16px;
  margin: 3px auto 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #2c5f8a;
  box-shadow: 0 2px 6px rgba(26, 61, 82, 0.28);
}

.news-story__featured-label {
  display: none;
}

.events-feed-compact .news-story-list .news-story {
  grid-template-columns: 9.5rem minmax(0, 1fr);
  padding: 0.85rem 0;
}

.events-feed-compact .news-story-list .news-story__media {
  width: 9.5rem;
  height: 6.75rem;
}

.mgmt-wrap {
  margin: 0 0 1.75rem;
}

.mgmt-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem 1.5rem;
  max-width: 36rem;
}

.mgmt-card__media {
  margin: 0;
  flex: 0 0 auto;
}

.mgmt-card__photo {
  display: block;
  width: clamp(9.4rem, 22vw, 11.25rem);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 20%;
}

.mgmt-card__body {
  min-width: 0;
  flex: 1 1 12rem;
}

.mgmt-card__body h4 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  color: var(--deep-spiritual);
}

.mgmt-card__role,
.mgmt-card__bio {
  margin: 0;
  color: color-mix(in srgb, var(--midnight) 78%, white);
  line-height: 1.45;
}

.assembly-dialog {
  width: min(34rem, calc(100vw - 1.5rem));
  max-height: min(80vh, 32rem);
}

.assembly-dialog .voices-dialog__inner {
  padding: 1.15rem 1.2rem 1.35rem;
}

@media (max-width: 700px) {
  .events-feed-compact .news-story-list .news-story {
    grid-template-columns: 1fr;
  }

  .events-feed-compact .news-story-list .news-story__media {
    width: 100%;
    height: auto;
    max-height: 10rem;
    aspect-ratio: 16 / 9;
  }

  .mgmt-card {
    justify-content: center;
    text-align: center;
  }
}

.archive-card__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.85rem 0 0;
}

.archive-card__gallery img {
  display: block;
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.3rem;
}

@media (max-width: 700px) {
  .archive-card__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

