:root {
  --forest: #173126;
  --forest-2: #244739;
  --ink: #1d2620;
  --moss: #52685a;
  --paper: #fbf8f1;
  --parchment: #f0eadf;
  --stone: #d8d0c3;
  --brass: #ad8545;
  --white: #fffdf8;
  --line: rgba(29, 38, 32, .16);
  --shadow: 0 24px 70px rgba(23, 49, 38, .12);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.15em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; margin: 0 0 .45em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.65rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 880px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--white); padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.topline { background: var(--forest); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.topline-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topline a { text-decoration: none; color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 241, .94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-row { min-height: 82px; display: grid; grid-template-columns: 132px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 115px; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); }
.primary-nav a { text-decoration: none; font-size: .88rem; font-weight: 620; color: #33423a; padding: 9px 0; border-bottom: 1px solid transparent; }
.primary-nav a:hover, .primary-nav a.active { color: var(--forest); border-color: var(--brass); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.text-link { font-size: .86rem; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; background: var(--forest); color: #fff; border: 1px solid var(--forest); text-decoration: none; font-weight: 700; font-size: .88rem; letter-spacing: .01em; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-2); }
.button-small { min-height: 38px; padding: 0 16px; font-size: .78rem; }
.button-ghost { background: transparent; color: var(--forest); border-color: var(--stone); }
.button-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.button-light { background: var(--white); color: var(--forest); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.eyebrow { margin: 0 0 14px; color: var(--brass); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lede { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.72rem); line-height: 1.45; color: #536057; max-width: 740px; }
.hero { background: var(--parchment); padding: clamp(52px, 8vw, 105px) 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(44px, 7vw, 96px); align-items: center; }
.hero h1 { max-width: 800px; }
.hero h1 em { color: var(--brass); font-weight: 400; }
.hero-copy .lede { max-width: 640px; }
.hero-image { margin: 0; position: relative; }
.hero-image:before { content: ""; position: absolute; inset: -20px 36px 20px -20px; border: 1px solid rgba(173,133,69,.55); z-index: 0; }
.hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / .83; object-fit: cover; box-shadow: var(--shadow); }
.hero-image figcaption { position: relative; z-index: 2; width: 78%; margin: -26px 0 0 auto; background: var(--forest); color: rgba(255,255,255,.9); padding: 22px 26px; font: italic 1.02rem/1.5 var(--serif); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 540px; margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-facts strong { display: block; font: 500 1.65rem/1 var(--serif); color: var(--forest); }
.hero-facts span { display: block; margin-top: 7px; font-size: .73rem; color: var(--moss); }
.section { padding: clamp(72px, 9vw, 128px) 0; }
.section-tint { background: var(--parchment); }
.section-dark { background: var(--forest); color: #fff; }
.section-dark .eyebrow { color: #d0b47a; }
.section-dark p { color: rgba(255,255,255,.74); }
.split-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.prose-large { font-family: var(--serif); font-size: clamp(1.28rem, 2vw, 1.72rem); line-height: 1.55; color: #46534a; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.section-head h2 { max-width: 760px; }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.feature-card { padding: 34px; background: var(--paper); border: 1px solid var(--line); min-height: 335px; display: flex; flex-direction: column; }
.feature-card h3 { margin-top: 22px; }
.feature-card p { color: #58645c; }
.feature-card .arrow-link { margin-top: auto; }
.card-number { color: var(--brass); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.arrow-link { font-weight: 750; text-decoration: none; color: var(--forest); }
.arrow-link:hover { text-decoration: underline; text-decoration-color: var(--brass); text-underline-offset: 5px; }
.image-story { overflow: hidden; }
.image-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.image-stack { position: relative; min-height: 650px; }
.img-main { width: 74%; height: 620px; object-fit: cover; object-position: center; }
.img-detail { position: absolute; right: 0; bottom: 0; width: 39%; background: var(--parchment); padding: 18px; box-shadow: var(--shadow); }
.story-copy blockquote { margin: 42px 0; padding: 28px 0 28px 28px; border-left: 2px solid var(--brass); font: italic 1.6rem/1.35 var(--serif); }
.story-copy blockquote span { display: block; margin-top: 10px; color: var(--moss); font: .75rem/1.5 var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.callout-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.callout-grid p { max-width: 600px; font-size: 1.08rem; }
.page-hero { padding: clamp(80px, 10vw, 150px) 0; background: var(--parchment); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(3.4rem, 7.5vw, 7rem); }
.page-hero-story { background: linear-gradient(rgba(240,234,223,.94), rgba(240,234,223,.94)), url('../images/historic-baltersan.jpg') center/cover; }
.page-hero-music { background: linear-gradient(rgba(240,234,223,.92), rgba(240,234,223,.92)), url('../images/music-ensemble.jpg') center/cover; }
.story-layout { display: grid; grid-template-columns: 320px 1fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
.story-aside { position: sticky; top: 140px; margin: 0; }
.story-aside img { width: 100%; border: 1px solid var(--line); }
.caption { margin-top: 12px; color: var(--moss); font-size: .75rem; line-height: 1.5; }
.timeline { border-left: 1px solid var(--stone); }
.timeline article { position: relative; padding: 0 0 62px 45px; }
.timeline article:before { content: ""; position: absolute; left: -6px; top: 5px; width: 11px; height: 11px; border-radius: 50%; background: var(--brass); }
.timeline-date { display: block; margin-bottom: 8px; color: var(--brass); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.timeline h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
.timeline p { color: #59655d; max-width: 720px; }
.quote-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.quote-panel > img { width: 100%; max-height: 610px; object-fit: contain; background: #fff; padding: 18px; border: 1px solid var(--line); }
.media-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.media-split.reverse > div:first-child { order: 2; }
.media-split img { width: 100%; max-height: 650px; object-fit: cover; box-shadow: var(--shadow); }
.media-split h2 { font-size: clamp(2.4rem, 4.4vw, 4.4rem); }
.media-split p { color: #56635a; }
.note { padding: 16px 18px; border-left: 2px solid var(--brass); background: var(--parchment); font-size: .85rem; }
.fellowship-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.crest-panel { text-align: center; padding: 35px; background: var(--parchment); border: 1px solid var(--line); }
.crest-panel img { max-width: 360px; margin: auto; }
.crest-panel p { margin: 20px 0 0; font: italic 1.15rem/1.4 var(--serif); color: var(--forest); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-card { display: flex; flex-direction: column; min-height: 330px; padding: 30px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.support-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.support-card > span { color: var(--brass); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.support-card h3 { margin-top: 25px; }
.support-card p { color: #5b675f; }
.support-card strong { margin-top: auto; color: var(--forest); font-size: .86rem; }
.centered-copy { max-width: 850px; text-align: center; }
.centered-copy .eyebrow { text-align: center; }
.centered-copy p { font-family: var(--serif); font-size: 1.35rem; color: #56635a; }
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journal-card { padding: clamp(28px, 4vw, 55px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 355px; display: flex; flex-direction: column; }
.journal-card h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
.journal-card h2 a { text-decoration: none; }
.journal-card > p:not(.meta) { color: #5c675f; }
.journal-card .arrow-link { margin-top: auto; }
.meta { display: flex; gap: 14px; color: var(--brass); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-grid h2 { font-size: clamp(2rem, 4vw, 4rem); word-break: break-word; }
.contact-grid h2 a { text-decoration-thickness: 1px; text-underline-offset: 8px; }
.contact-rule { height: 1px; background: var(--line); margin: 48px 0; }
.contact-panel { background: var(--forest); color: #fff; padding: clamp(34px, 5vw, 62px); }
.contact-panel p { color: rgba(255,255,255,.72); }
.contact-panel .eyebrow { color: #d0b47a; }
.contact-panel .button { margin: 18px 0 28px; background: var(--white); color: var(--forest); border-color: var(--white); }
.small { font-size: .84rem; }
.muted { color: rgba(255,255,255,.56); }
.legal-copy { max-width: 860px; }
.legal-copy h2 { font-size: 2.1rem; margin-top: 1.5em; }
.legal-copy p { color: #526057; }
.notice { padding: 18px 20px; background: #f4eee1; border: 1px solid #d9c69f; }
.article { padding-bottom: 90px; }
.article-header { padding-top: clamp(70px, 9vw, 130px); padding-bottom: 50px; }
.article-header h1 { font-size: clamp(3rem, 6.5vw, 6rem); }
.article-media { margin-bottom: 55px; }
.article-media img { width: 100%; max-height: 680px; object-fit: cover; background: var(--parchment); }
.article-copy { max-width: 780px; font: 1.13rem/1.78 var(--serif); }
.article-copy h2 { font-size: 2.5rem; margin-top: 1.4em; }
.article-copy blockquote { margin: 35px 0; padding: 24px 28px; border-left: 2px solid var(--brass); background: var(--parchment); font-style: italic; font-size: 1.35rem; }
.article-copy hr { border: 0; border-top: 1px solid var(--line); margin: 50px 0 25px; }
.site-footer { padding: 70px 0 24px; background: #10251c; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr .8fr .8fr; gap: 45px; }
.footer-grid h2 { font: 800 .72rem/1.2 var(--sans); text-transform: uppercase; letter-spacing: .13em; color: #d0b47a; }
.footer-grid p { color: rgba(255,255,255,.67); font-size: .86rem; }
.footer-grid a { color: #fff; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 4px; }
.footer-brand img { width: 200px; margin-bottom: 22px; }
.footer-brand p { max-width: 360px; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .72rem; }
@media (max-width: 1060px) {
  .nav-row { grid-template-columns: 110px 1fr auto; gap: 16px; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: .78rem; }
  .nav-actions .text-link { display: none; }
  .hero-grid, .image-story-grid, .media-split, .split-intro, .quote-panel, .callout-grid { gap: 50px; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 680px); }
  .topline-inner { min-height: 30px; }
  .topline-inner span { display: none; }
  .nav-row { grid-template-columns: 1fr auto; min-height: 70px; }
  .brand img { width: 95px; }
  .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line); padding: 9px 12px; font: 700 .78rem var(--sans); }
  .primary-nav { display: none; grid-column: 1 / -1; padding: 8px 0 20px; flex-direction: column; align-items: stretch; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px 0; font-size: .9rem; }
  .nav-actions { display: none; }
  .hero-grid, .split-intro, .image-story-grid, .callout-grid, .story-layout, .quote-panel, .media-split, .fellowship-intro, .contact-grid { grid-template-columns: 1fr; }
  .hero-image { margin: 15px 10px 0 20px; }
  .hero-facts { max-width: none; }
  .card-grid.three, .card-grid.two { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .image-stack { min-height: 570px; }
  .img-main { height: 540px; }
  .story-aside { position: relative; top: auto; max-width: 420px; }
  .media-split.reverse > div:first-child { order: 0; }
  .support-grid, .journal-grid { grid-template-columns: 1fr; }
  .journal-grid { border-left: 0; }
  .journal-card { border-left: 1px solid var(--line); min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 520px) {
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .hero { padding-top: 54px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-image figcaption { width: 92%; }
  .image-stack { min-height: 490px; }
  .img-main { width: 84%; height: 465px; }
  .img-detail { width: 45%; padding: 10px; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-base { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
.people-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.person-card { display: grid; grid-template-columns: 190px 1fr; gap: 28px; align-items: center; padding: 24px; background: var(--paper); border: 1px solid var(--line); }
.person-card img { width: 190px; height: 210px; object-fit: cover; }
.person-card h3 { margin-bottom: 6px; }
.person-card p { color: #5b675f; }
.person-card .meta-role { color: var(--brass); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
@media (max-width: 820px) { .people-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .person-card { grid-template-columns: 1fr; } .person-card img { width: 100%; height: 320px; } }
