/* Mystic staged design lock - 2026-06-18 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
:root {
  --mw-header-offset: 74px;
  --mw-bg: #f2f2ec;
  --mw-surface: #e9e8e1;
  --mw-paper: #fafaf4;
  --mw-ink: #272a1f;
  --mw-muted: #5c5f53;
  --mw-primary: #617209;
  --mw-primary-dark: #465530;
  --mw-accent: #b37736;
  --mw-border: #d7d8d2;
  --mw-shadow: 0 24px 70px rgba(39, 42, 31, 0.14);
  --mw-radius-card: 8px;
  --mw-radius-button: 6px;
  --mw-font-display: "Cormorant Garamond", Georgia, serif;
  --mw-font-body: var(--mw-font-display);
  --mw-brand: clamp(25px, 3vw, 34px);
  --mw-h1: clamp(54px, 7vw, 96px);
  --mw-h2: clamp(34px, 4.5vw, 66px);
  --mw-h3: clamp(24px, 2.3vw, 34px);
  --mw-lead: clamp(20px, 2vw, 27px);
  --mw-body: 18px;
  --mw-body-line: 1.62;
  --mw-nav: 16px;
  --mw-button: 17px;
  --mw-button-small: 14px;
  --mw-kicker: 13px;
  --mw-card-title: clamp(22px, 2.4vw, 30px);
  --mw-card-body: 16px;
  --mw-article-title: 22px;
  --mw-photo-hero: 16 / 9;
  --mw-photo-portrait: 4 / 5;
  --mw-photo-event: 16 / 10;
  --mw-photo-profile: 4 / 3;
}

html {
  scroll-padding-top: var(--mw-header-offset);
}

[id] {
  scroll-margin-top: var(--mw-header-offset);
}

body {
  background: var(--mw-bg);
  color: var(--mw-ink);
  font-family: var(--mw-font-body);
  font-size: var(--mw-body);
  line-height: var(--mw-body-line);
}

h1,
h2,
h3,
.brand,
.site-brand {
  font-family: var(--mw-font-display);
  letter-spacing: 0;
}

h1 { font-size: var(--mw-h1); line-height: 1.02; }
h2 { font-size: var(--mw-h2); line-height: 1.06; }
h3 { font-size: var(--mw-h3); line-height: 1.08; }
.brand,
.site-brand { font-size: var(--mw-brand); }
.lead,
.hero p { font-size: var(--mw-lead); line-height: 1.45; }
nav,
.top-nav { font-size: var(--mw-nav); }

.button,
.nav-button,
button.button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--mw-radius-button);
  border: 1px solid var(--mw-primary);
  background: var(--mw-primary);
  color: var(--mw-paper);
  font-family: var(--mw-font-body);
  font-size: var(--mw-button);
  font-weight: 700;
}

.button.secondary,
.button.ghost-dark {
  background: transparent;
  color: var(--mw-primary);
  border-color: rgba(97, 114, 9, 0.42);
}

.button:hover,
.nav-button:hover,
button.button:hover {
  background: var(--mw-accent);
  border-color: var(--mw-accent);
}

.button.small { font-size: var(--mw-button-small); }
.kicker,
.eyebrow { font-size: var(--mw-kicker); }

#community-journal #seo-content-library article h2,
#community-journal .journal-entry summary {
  font-size: var(--mw-article-title);
  line-height: 1.3;
}

.photo-card,
.founder-note,
.board-card,
.event-card,
.profile-card,
.gathering-card,
.host-choice,
.updates-panel,
.journal-guide-card {
  border-radius: var(--mw-radius-card);
}

.photo-card img { aspect-ratio: var(--mw-photo-portrait); object-fit: cover; }
.event-card img { aspect-ratio: var(--mw-photo-event); object-fit: cover; }
.profile-card img { aspect-ratio: var(--mw-photo-profile); object-fit: cover; }

@media (max-width: 768px) {
  :root {
    --mw-h1: 46px;
    --mw-h2: 40px;
    --mw-h3: 28px;
    --mw-lead: 18px;
    --mw-body: 17px;
    --mw-nav: 15px;
    --mw-button: 16px;
  }
}
