@font-face {
  font-family: Karla;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/karla-latin.woff2") format("woff2");
}
@font-face {
  font-family: Newsreader;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2");
}
:root {
  --paper: #fffcf8;
  --paper-deep: #f3ede7;
  --ink: #211c1d;
  --muted: #62585a;
  --maroon: #8c2232;
  --maroon-deep: #641724;
  --gold: #c5a572;
  --line: #ded5ce;
  --gutter: clamp(20px, 4.7vw, 72px);
  --width: 1280px;
  --sans: Karla, Arial, sans-serif;
  --serif: Newsreader, Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
.mobile-only, .mobile-nav { display: none; }
img, svg { max-width: 100%; }
img { height: auto; display: block; }
figure { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: var(--maroon); }
:focus-visible { outline: 3px solid var(--maroon); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 6.2vw, 6rem); }
h2 { font-size: clamp(2rem, 3.65vw, 3.45rem); }
h3 { font-size: clamp(1.5rem, 2.15vw, 2rem); }
p { max-width: 68ch; margin-bottom: 1.25rem; }
.editorial { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.skip { position: fixed; top: 12px; left: 20px; z-index: 30; padding: 12px 20px; background: var(--paper); transform: translateY(-180%); }
.skip:focus { transform: translateY(0); }
.section-wrap, .inner-main, .site-header, .site-footer { width: min(calc(100% - var(--gutter) * 2), var(--width)); margin-inline: auto; }
.site-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 110px; border-bottom: 1px solid var(--line); z-index: 10; }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 70px; height: 70px; object-fit: contain; }
.brand span { font-size: 16px; line-height: 1.2; font-weight: 600; letter-spacing: -.025em; }
.nav { display: flex; align-items: center; gap: clamp(10px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.nav a { display: block; padding: 12px 0; font-size: 16px; text-decoration: none; font-weight: 600; border-bottom: 2px solid transparent; transition: color 150ms, border-color 150ms; }
.nav a[aria-current="page"] { border-bottom-color: var(--maroon); color: var(--maroon); }
.nav .nav-join { padding: 10px 24px; border: 1px solid var(--maroon); color: var(--maroon); }
.nav .nav-join:hover, .nav .nav-join[aria-current="page"] { background: var(--maroon); color: var(--paper); }
.menu-toggle { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: transparent; padding: 10px 14px; min-height: 46px; }
.menu-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 15px 24px; min-height: 54px; font-size: 17px; line-height: 1.35; font-weight: 600; text-decoration: none; border: 1px solid transparent; border-radius: 0; transition: background-color 150ms, color 150ms; }
.btn-primary { color: var(--paper); background: var(--maroon); }
.btn-primary:hover { color: var(--paper); background: var(--maroon-deep); }
.btn-light { color: var(--maroon); background: var(--paper); }
.btn-light:hover { color: var(--ink); background: var(--gold); }
.btn:disabled { opacity: .6; cursor: wait; }
.text-link { display: inline-flex; min-height: 44px; gap: 12px; align-items: center; font-size: 17px; font-weight: 600; text-decoration: underline; }
.link-label { min-width: 0; }
.link-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-actions, .program-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 32px; }
.hero { --home-handoff-height: clamp(72px, 8vw, 120px); --home-header-height: 110px; position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: calc(100svh - var(--home-header-height)); }
.hero-layout { width: min(calc(100% - var(--gutter) * 2), var(--width)); margin-inline: auto; display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 24px; padding-top: clamp(48px, 6vw, 90px); }
.hero-copy h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 6.6vw, 6rem); line-height: .99; letter-spacing: -.04em; }
.hero-copy h1 span { color: var(--maroon); }
.hero-copy > p { max-width: 43ch; margin-bottom: 32px; font-size: 20px; line-height: 1.5; }
.hero-artwork { position: relative; align-self: stretch; display: flex; align-items: center; }
.hero-art { display: block; width: 100%; overflow: visible; }
.hero-artwork > p { display: none; }
.hero-layout { flex: 1 0 auto; }
.scroll-cue { display: flex; align-items: center; justify-content: center; gap: 12px; align-self: center; padding: 16px; margin-top: 24px; font-size: 15px; text-decoration: none; }
.scroll-cue svg { width: 24px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: scroll-invitation 1.3s ease-in-out 3; }
@keyframes scroll-invitation { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.transition-space { height: 0; flex: 0 0 auto; }
.home-motion-ready .transition-space { height: var(--home-handoff-height); }
[data-st-03-pixels] { position: absolute; inset: auto 0 0; pointer-events: none; z-index: 4; display: grid; contain: layout paint; }
[data-st-03-cell] { display: block; }
/* One-pixel overlap closes fractional-pixel seams at the wave boundary. */
.next-event { margin-top: -1px; background: var(--maroon); color: var(--paper); padding: 64px max(var(--gutter), calc((100% - var(--width)) / 2)); }
.next-event a:hover { color: var(--gold); }
.next-event .btn-light:hover { color: var(--ink); }
.next-event :focus-visible, .cta-band :focus-visible { outline-color: var(--gold); }
.next-event-inner > h2 { font-size: 21px; letter-spacing: -.02em; margin: 0 0 20px; }
.next-event-layout { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-areas: "title details" "summary actions"; gap: 20px 8%; align-items: start; }
.next-event-title { grid-area: title; font-size: clamp(2.4rem, 4.4vw, 3.5rem); margin: 0; max-width: 19ch; }
.next-event-details { grid-area: details; }
.next-event-details p { margin: 0 0 6px; }
.next-event-date { font-size: 18px; }
.next-event-time { font-size: 27px; letter-spacing: -.025em; line-height: 1.2; }
.next-event-place { font-size: 17px; }
.next-event-summary { grid-area: summary; }
.next-event-summary > p { max-width: 48ch; margin: 0 0 10px; }
.next-event-summary .next-event-host { font-size: 15px; color: #f0d7dc; margin: 0; }
.next-event-actions { grid-area: actions; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; align-self: center; }
.learn-section { padding-block: 64px; }
.section-intro { margin-bottom: 36px; }
.section-intro h2 { margin: 0 0 24px; font-size: clamp(2rem, 3.1vw, 2.8rem); }
.section-intro p { color: var(--muted); max-width: 35ch; margin: 0; }
.learning-content { display: grid; grid-template-columns: minmax(0, .46fr) minmax(0, .54fr); gap: 48px; align-items: start; }
.learning-copy article + article { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.learning-copy h3 { font-size: 26px; margin-bottom: 14px; }
.learning-copy p { color: var(--muted); }
.book-panel { min-width: 0; }
.home .book-panel { padding: 28px; background: var(--maroon); color: var(--paper); }
.home .book-panel .book-note, .home .book-panel .asset-name, .home .book-table thead { color: #f0d7dc; }
.home .book-table th, .home .book-table td { border-bottom-color: #ad6370; }
.home .book-panel h3 { margin-bottom: 18px; }
.book-panel h2, .book-panel h3 { font-size: 26px; }
.book-note { font-size: 14px; color: var(--muted); }
.book-table-wrap { overflow-x: auto; }
.book-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.book-table th, .book-table td { padding: 12px 8px; text-align: left; border-bottom: 1px solid var(--line); }
.book-table th:first-child, .book-table td:first-child { padding-left: 0; }
.book-table .num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.book-table thead { color: var(--muted); font-size: 13px; }
.book-table tfoot { font-size: 18px; }
.asset-name { display: block; font-size: 12px; color: var(--muted); font-weight: 400; }
.alumni-section { padding-block: 64px; border-top: 1px solid var(--line); }
.alumni-section h2 { font-size: 20px; margin-bottom: 28px; }
.alumni-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px 20px; }
.alumni-logos img { flex: 0 0 calc((100% - 200px) / 11); width: calc((100% - 200px) / 11); max-width: none; height: 26px; object-fit: contain; }
.alumni-section > p { font-size: 12px; color: var(--muted); margin: 24px 0 0; }
.inner-main { padding-bottom: 100px; min-height: 65vh; }
.page-hero { padding-block: 72px 60px; }
.page-hero h1 { margin-bottom: 28px; }
.page-hero p { max-width: 52ch; font-size: 21px; color: var(--muted); }
.page-hero > .btn { margin-top: 16px; }
.about-study, .membership-section, .chat-details { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; border-top: 1px solid var(--line); padding-block: 48px 60px; }
.about-study h2, .membership-section h2, .chat-details h2 { font-size: 32px; }
.topic-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 0; padding: 0; }
.topic-list li { padding: 8px 14px; border: 1px solid var(--line); font-size: 16px; }
.topic-list li:nth-child(even) { background: var(--maroon); color: var(--paper); border-color: var(--maroon); }
.membership-rows article + article, .detail-rows article + article { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 30px; }
.membership-rows p, .detail-rows p { color: var(--muted); }
.cta-band { padding: 50px; background: var(--maroon); color: var(--paper); }
.cta-band h2 { margin-bottom: 16px; }
.cta-band .text-link { margin-left: 28px; }
.cta-band a:hover { color: var(--gold); }
.cta-band .btn-light:hover { color: var(--ink); }
.officer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px 36px; }
.officer { min-width: 0; }
.officer .well { width: 100%; aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: center top; background: var(--paper-deep); margin-bottom: 24px; }
.officer h2 { font-size: 28px; margin-bottom: 6px; }
.officer .role { color: var(--maroon); font-weight: 600; font-size: 16px; }
.officer .bio { font-size: 16px; color: var(--muted); line-height: 1.6; }
.officer .links { display: flex; gap: 20px; font-size: 16px; }
.pending-portrait { display: grid; place-items: center; color: #8c7773; font-size: 42px; font-weight: 600; letter-spacing: -.04em; }
.join-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.join-layout .page-hero { padding-top: 76px; }
.join-layout h1 { font-size: clamp(3.3rem, 5.5vw, 5rem); }
.join-layout .join-help { margin-top: 36px; font-size: 16px; }
.form-wrap { padding-top: 80px; min-width: 0; }
.form-wrap > h2 { font-size: 30px; margin-bottom: 30px; }
.form-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-panel > label { display: flex; flex-direction: column; gap: 7px; font-size: 15px; font-weight: 600; }
.form-panel .field-optional { color: var(--muted); font-weight: 400; }
.form-panel input:not([type="checkbox"]), .form-panel select { width: 100%; min-width: 0; min-height: 50px; border: 1px solid #968581; background: transparent; border-radius: 0; padding: 10px 12px; font-size: 17px; color: var(--ink); }
.span-2 { grid-column: 1 / -1; }
.form-checks { display: grid; gap: 18px; padding-block: 8px; }
.check { display: grid; grid-template-columns: 20px 1fr; gap: 12px; font-size: 16px; line-height: 1.5; align-items: start; }
.check input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--maroon); }
.form-status { padding: 16px; margin: 0; background: var(--paper-deep); font-size: 16px; }
.form-status[data-state="error"] { color: var(--maroon-deep); border: 1px solid var(--maroon); }
.events-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.events-heading p { margin-bottom: 0; }
.events-heading > a { margin-bottom: 8px; }
.events-view-switch { display: flex; gap: 30px; border-bottom: 1px solid var(--line); }
.events-view-tab { position: relative; padding: 18px 2px; border: 0; border-bottom: 3px solid transparent; background: transparent; font-size: 20px; font-weight: 600; color: var(--muted); transition: color 150ms, border-color 150ms; }
.events-view-tab[aria-selected="true"] { border-bottom-color: var(--maroon); color: var(--maroon); }
.events-view-panel { padding-top: 36px; }
.panel-heading { font-size: 22px; margin-bottom: 30px; }
.tabs-ready .panel-heading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.program-list, .materials-list { list-style: none; margin: 0; padding: 0; }
.program-entry { display: grid; grid-template-columns: 150px 1fr; gap: 50px; padding-block: 16px 45px; }
.program-date { display: flex; flex-direction: column; align-items: flex-start; color: var(--maroon); font-size: 16px; line-height: 1.3; }
.program-date strong { font-size: 88px; letter-spacing: -.04em; font-weight: 500; line-height: 1; margin-block: 8px; }
.program-title { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.program-title h3 { font-size: clamp(2.1rem, 3.4vw, 3.1rem); max-width: 16ch; margin-bottom: 18px; }
.program-visual { width: 180px; padding: 26px; background: var(--paper-deep); flex-shrink: 0; }
.program-visual img { width: 100%; height: auto; }
.program-visual.is-portrait { width: 120px; padding: 0; }
.program-visual.is-portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.program-visual.is-type { display: grid; place-items: center; color: var(--maroon); }
.program-visual.is-type span { font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.event-rsvp-form { max-width: 620px; margin-top: 24px; }
.program-role { font-size: 16px; color: var(--muted); }
.program-details > p:not(.program-location) { max-width: 65ch; }
.program-location { font-size: 18px; font-weight: 600; margin-block: 28px; }
.program-actions { margin-bottom: 20px; }
.event-note { font-size: 13px; color: var(--muted); margin: 16px 0 0; }
.pending-events { border-top: 1px solid var(--line); padding-top: 28px; display: grid; grid-template-columns: 150px 1fr; gap: 50px; }
.pending-events h3 { font-size: 20px; }
.pending-events p { color: var(--muted); font-size: 16px; }
.materials-intro { color: var(--muted); margin-bottom: 30px; }
.material-entry { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-areas: "preview details"; gap: 48px; align-items: center; padding-bottom: 40px; }
.material-entry.is-text { grid-template-columns: 1fr; grid-template-areas: "details"; }
.material-details { grid-area: details; }
.material-preview { grid-area: preview; background: var(--paper-deep); aspect-ratio: 16 / 10; border: 1px solid var(--line); position: relative; }
.material-preview iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.material-details h3 { font-size: 32px; }
.material-date { font-size: 15px; color: var(--muted); }
.material-entry + .material-entry { border-top: 1px solid var(--line); padding-top: 40px; }
.material-resources { list-style: none; padding: 0; margin: 24px 0 12px; border-top: 1px solid var(--line); }
.material-resources li { border-bottom: 1px solid var(--line); }
.material-resource { display: flex; align-items: center; gap: 12px; min-height: 52px; padding-block: 12px; text-decoration: none; font-size: 16px; font-weight: 600; }
.material-resource .link-label { flex: 1; }
.material-resource:hover .link-label { text-decoration: underline; text-underline-offset: 5px; }
.material-format { font-size: 13px; color: var(--muted); font-weight: 400; flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--line); padding-block: 44px; display: flex; justify-content: space-between; gap: 40px; }
.footer-name { font-size: 22px; font-weight: 600; letter-spacing: -.03em; text-decoration: none; }
.site-footer p { margin-top: 16px; margin-bottom: 0; font-size: 14px; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 35px; align-content: start; font-size: 15px; }
.footer-links a { text-decoration: none; }
.home .site-footer { width: 100%; background: var(--paper-deep); border-top: 0; padding: 40px max(var(--gutter), calc((100% - var(--width)) / 2)); }
@media (max-width: 1000px) {
  .brand span { display: none; }
  .hero-layout { grid-template-columns: 1.2fr 1fr; }
  .hero-copy h1 { font-size: clamp(3rem, 7.5vw, 5.5rem); }
  .hero-copy > p { font-size: 18px; }
  .events-heading { display: block; }
  .events-heading > a { margin-top: 20px; }
  .officer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-title { align-items: start; }
  .program-visual { width: 140px; padding: 20px; }
}
@media (max-width: 767px) {
  body { font-size: 17px; }
  h1 { font-size: clamp(2.7rem, 9.8vw, 4.6rem); }
  .site-header { min-height: 88px; flex-wrap: wrap; gap: 0; }
  .brand img { width: 62px; height: 62px; }
  .brand span { display: block; font-size: 14px; }
  #primary-nav { width: 100%; padding-bottom: 16px; }
  .nav { flex-wrap: wrap; gap: 6px 24px; }
  .nav a { font-size: 16px; padding-block: 9px; }
  .nav .nav-join { padding: 8px 18px; }
  .nav-enhanced #primary-nav { padding: 8px 0 22px; }
  .nav-enhanced .nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; }
  .nav-enhanced .nav a { padding: 12px; }
  .hero-layout { display: block; padding-top: 42px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 10.7vw, 4.7rem); margin-bottom: 24px; }
  .hero-copy > p { font-size: 18px; max-width: 38ch; margin-bottom: 26px; }
  .hero-actions { gap: 22px; }
  .btn { padding: 14px 20px; font-size: 16px; gap: 24px; min-height: 52px; }
  .text-link { font-size: 16px; }
  .hero-artwork { display: none; }
  .hero { --home-handoff-height: 64px; --home-header-height: 88px; min-height: 0; }
  .next-event { padding-block: 40px; }
  .next-event-inner > h2 { margin-bottom: 18px; }
  .next-event-layout { grid-template-columns: 1fr; grid-template-areas: "title" "details" "summary" "actions"; gap: 18px; }
  .next-event-title { font-size: 36px; }
  .next-event-details p { margin-bottom: 4px; }
  .next-event-time { font-size: 25px; }
  .next-event-actions { gap: 18px; }
  .next-event-summary > p { max-width: 38ch; }
  .learn-section { padding-block: 44px; }
  .about-study, .membership-section, .chat-details, .join-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-intro { margin-bottom: 26px; gap: 20px; }
  .learning-content { gap: 36px; }
  .learning-copy article + article { margin-top: 24px; padding-top: 24px; }
  .book-table th, .book-table td { padding: 10px 4px; }
  .home .book-panel { padding: 24px 12px; }
  .home .book-table { font-size: 12px; }
  .home .book-table thead { font-size: 12px; }
  .home .book-table th, .home .book-table td { padding-inline: 2px; }
  .home .book-table th:first-child { padding-left: 0; }
  .alumni-section { padding-block: 40px; }
  .inner-main { padding-bottom: 64px; }
  .page-hero { padding-block: 48px 38px; }
  .page-hero p { font-size: 18px; }
  .about-study, .membership-section, .chat-details { padding-block: 35px; }
  .cta-band { padding: 28px 24px; }
  .cta-band .text-link { display: flex; margin: 22px 0 0; }
  .officer-grid { gap: 40px 24px; }
  .officer h2 { font-size: 23px; }
  .officer .well { margin-bottom: 18px; }
  .officer .bio { font-size: 16px; }
  .join-layout { gap: 0; }
  .join-layout .page-hero { padding-top: 48px; }
  .join-layout h1 { font-size: 3.1rem; }
  .form-wrap { padding-top: 10px; }
  .form-panel { gap: 22px 16px; }
  .program-entry { grid-template-columns: 1fr; gap: 22px; padding-top: 0; }
  .program-date { flex-direction: row; align-items: baseline; gap: 10px; }
  .program-date strong { font-size: 42px; margin: 0; }
  .program-title { gap: 20px; }
  .program-title h3 { font-size: 30px; }
  .program-visual { width: 95px; padding: 18px 12px; }
  .program-location { font-size: 17px; }
  .program-actions { gap: 22px; }
  .pending-events { grid-template-columns: 1fr; gap: 0; }
  .pending-events h3 { margin-bottom: 12px; }
  .material-entry { grid-template-columns: 1fr; grid-template-areas: "details" "preview"; gap: 26px; }
  .material-details h3 { font-size: 28px; }
  .site-footer { flex-direction: column; gap: 28px; padding-block: 32px; }
  .footer-links { gap: 14px 24px; }
}
@media (max-width: 430px) {
  .officer-grid { grid-template-columns: 1fr; }
  .officer .well { max-height: 420px; }
  .form-panel { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .program-title { flex-direction: column-reverse; gap: 20px; }
  .program-visual { width: 130px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0s !important; animation: none !important; }
}
@media (max-width: 1199px) {
  .alumni-logos img { flex-basis: calc((100% - 100px) / 6); width: calc((100% - 100px) / 6); }
}
@media (max-width: 999px) {
  .learning-content { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .alumni-logos { gap: 24px 12px; }
  .alumni-logos img { flex-basis: calc((100% - 36px) / 4); width: calc((100% - 36px) / 4); height: 23px; }
}
