:root {
  --ink: #181d25;
  --ink-soft: #28313e;
  --paper: #f7f8f5;
  --white: #ffffff;
  --blue: #2763e8;
  --blue-deep: #1646b9;
  --lime: #c9f36a;
  --mint: #e9f8cc;
  --coral: #f06e54;
  --muted: #68717d;
  --line: #d8dce1;
  --shadow: 0 18px 48px rgba(24, 29, 37, 0.12);
}

* { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.menu-is-open { overflow: hidden; }

a { color: inherit; }

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

button,
input { font: inherit; }

button { cursor: pointer; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure { margin-top: 0; }

h1,
h2,
h3,
h4,
.section-kicker,
.wordmark-copy,
.site-status,
.nav-give,
.button,
.archive-row-meta,
.detail-aside,
.leader-sheet-top,
.footer-directory p {
  font-family: "Space Grotesk", "Noto Sans KR", sans-serif;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.13;
}

.site-shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  top: -64px;
  left: 20px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus { top: 16px; }

.site-status { background: var(--ink); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; }
.site-status-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.site-status p { margin: 0; }
.site-status strong { margin-right: 9px; color: var(--lime); font-size: 10px; letter-spacing: 0.12em; }
.site-status div { display: flex; align-items: center; gap: 20px; }
.site-status a { color: var(--white); font-size: 11px; text-decoration: none; }
.site-status a:hover,
.site-status a:focus-visible { color: var(--lime); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 248, 245, 0.96);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled { box-shadow: 0 7px 22px rgba(24, 29, 37, 0.08); }

.masthead { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 14px; min-width: 0; text-decoration: none; }
.wordmark-logo { width: 124px; height: auto; }
.wordmark-copy { display: grid; gap: 1px; padding-left: 14px; border-left: 1px solid var(--line); line-height: 1.2; }
.wordmark-copy strong { color: var(--ink); font-size: 13px; letter-spacing: 0.12em; }
.wordmark-copy small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; }

.site-nav { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 24px; }
.site-nav-primary,
.site-nav-utility { display: flex; align-items: center; gap: 19px; }
.site-nav-primary { margin-left: auto; }
.site-nav a { color: var(--ink); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav-primary a { position: relative; padding: 10px 0; }
.site-nav-primary a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-nav-primary a:hover::after,
.site-nav-primary a:focus-visible::after,
.site-nav-primary a[aria-current="page"]::after { transform: scaleX(1); }
.nav-archive { color: var(--muted) !important; font-size: 12px !important; }
.nav-give { padding: 10px 13px; background: var(--lime); color: var(--ink) !important; font-size: 12px !important; }
.nav-give:hover,
.nav-give:focus-visible { background: var(--blue); color: var(--white) !important; }

.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-cobalt { background: var(--blue); color: var(--white); }
.button-cobalt:hover,
.button-cobalt:focus-visible { background: var(--ink); }
.button-ink { background: var(--ink); color: var(--white); }
.button-ink:hover,
.button-ink:focus-visible { background: var(--blue); }
.button-text { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-text:hover,
.button-text:focus-visible { border-color: var(--blue); color: var(--blue); }

.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; line-height: 1.3; }
.section-kicker span { color: var(--coral); }
.section-kicker.light { color: var(--white); }
.section-kicker.light span { color: var(--lime); }
.text-arrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-arrow:hover,
.text-arrow:focus-visible { color: var(--coral); }
.text-arrow.light { color: var(--white); }
.text-arrow.light:hover,
.text-arrow.light:focus-visible { color: var(--lime); }

/* Home */
.home-hero { padding: 68px 0 0; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; }
.hero-intro { grid-column: span 7; padding: 32px 0 82px; }
.hero-intro h1 { max-width: 700px; font-size: clamp(54px, 6.2vw, 96px); }
.hero-intro h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 530px; margin: 30px 0 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 68px; color: var(--muted); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.09em; }
.hero-meta strong { color: var(--ink); font-size: 18px; letter-spacing: 0; }
.hero-image { position: relative; grid-column: 8 / -1; min-height: 548px; margin: 0; overflow: hidden; background: var(--blue); }
.hero-image::after { position: absolute; inset: 0; background: rgba(24, 29, 37, 0.2); content: ""; }
.hero-image img { width: 100%; height: 100%; min-height: 548px; object-fit: cover; }
.hero-image figcaption { position: absolute; right: 18px; bottom: 15px; z-index: 1; color: var(--white); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; }
.hero-visit { grid-column: 1 / span 4; display: grid; gap: 7px; padding: 26px; background: var(--lime); }
.hero-visit p { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; }
.hero-visit strong { font-size: 24px; line-height: 1.2; }
.hero-visit span { color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.hero-visit a { margin-top: 9px; font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
.hero-visit a:hover,
.hero-visit a:focus-visible { color: var(--blue); }

.week-section { padding: 132px 0; border-top: 1px solid var(--line); background: var(--white); }
.section-frame { display: grid; gap: 55px; }
.section-header { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.section-header > .section-kicker { grid-column: span 4; margin-top: 11px; }
.section-header > div { grid-column: span 8; }
.section-header h2,
.calendar-heading h2,
.message-heading h2,
.path-heading h2,
.news-heading h2,
.resource-layout h2 { font-size: clamp(36px, 4vw, 60px); }
.section-header > div > p { max-width: 560px; margin: 20px 0 0; color: var(--muted); font-size: 16px; }
.week-navigator {
  display: grid;
  grid-template-columns: minmax(248px, 0.84fr) minmax(0, 2.16fr);
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.week-tabs {
  display: grid;
  align-content: stretch;
  background: var(--ink);
}

.week-tabs [data-week-tab] {
  display: grid;
  min-width: 0;
  min-height: 86px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 5px;
  padding: 16px 25px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Space Grotesk", "Noto Sans KR", sans-serif;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.week-tabs [data-week-tab]:last-child { border-bottom: 0; }

.week-tab__day {
  display: block;
  min-width: 0;
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
  white-space: nowrap;
}

.week-tab__label {
  display: block;
  min-width: 0;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.week-tabs [data-week-tab]:hover,
.week-tabs [data-week-tab]:focus-visible { background: var(--ink-soft); color: var(--white); }

.week-tabs [data-week-tab][aria-selected="true"] {
  background: var(--blue);
  color: var(--white);
}

.week-tabs [data-week-tab][aria-selected="true"] .week-tab__day { color: var(--lime); }

.week-panels { min-width: 0; background: var(--paper); }

.week-panel {
  display: grid;
  min-height: 392px;
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
  grid-template-rows: 1fr auto;
  gap: 32px 54px;
  padding: 42px 50px 37px;
}

.week-panel[hidden] { display: none; }

.week-panel__heading { min-width: 0; }

.week-panel__meta {
  margin: 0 0 19px;
  color: var(--coral);
  font-family: "Space Grotesk", "Noto Sans KR", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.week-panel__summary {
  max-width: 530px;
  margin: 0;
  font-size: clamp(31px, 3.2vw, 48px);
  line-height: 1.12;
}

.week-panel__details {
  align-self: start;
  min-width: 0;
  border-top: 1px solid var(--ink);
}

.week-panel__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.week-panel__item p,
.week-panel__item strong,
.week-panel__item span { margin: 0; }

.week-panel__item p { font-size: 14px; font-weight: 700; }

.week-panel__item strong,
.week-panel__item time {
  color: var(--blue);
  font-family: "Space Grotesk", "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.week-panel__item span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.week-panel__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  padding-top: 3px;
}

.week-panel__action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  color: var(--ink);
  font-family: "Space Grotesk", "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.week-panel__action span { color: var(--blue); transition: transform 180ms ease; }

.week-panel__action:hover,
.week-panel__action:focus-visible { color: var(--blue); }

.week-panel__action:hover span,
.week-panel__action:focus-visible span { transform: translateX(4px); }

.calendar-section { padding: 110px 0; background: var(--blue); color: var(--white); }
.calendar-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.calendar-heading { grid-column: span 4; display: flex; flex-direction: column; align-items: flex-start; }
.calendar-heading .text-arrow { margin-top: auto; }
.event-rail { grid-column: span 8; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, 0.35); border-left: 1px solid rgba(255, 255, 255, 0.35); }
.event-brief { display: flex; min-height: 216px; flex-direction: column; padding: 23px; border-right: 1px solid rgba(255, 255, 255, 0.35); border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.event-brief > p { margin-bottom: 30px; color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.event-brief h3 { font-size: 20px; line-height: 1.3; }
.event-brief h3 a { text-decoration: none; }
.event-brief h3 a:hover,
.event-brief h3 a:focus-visible { color: var(--lime); }
.event-brief span { margin-top: auto; color: rgba(255, 255, 255, 0.76); font-size: 12px; line-height: 1.6; }
.empty-copy { margin: 0; color: var(--muted); }

.message-section { padding: 136px 0; background: var(--paper); }
.message-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.message-heading { grid-column: span 5; }
.message-heading > p:not(.section-kicker) { max-width: 420px; margin: 22px 0 26px; color: var(--muted); }
.message-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.sermon-list { grid-column: 7 / -1; border-top: 2px solid var(--ink); }
.sermon-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) 30px; gap: 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.sermon-row > span { color: var(--coral); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; }
.sermon-row p { margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.sermon-row h3 { font-size: 20px; }
.sermon-row h3 a { text-decoration: none; }
.sermon-row h3 a:hover,
.sermon-row h3 a:focus-visible { color: var(--blue); }
.sermon-row > a { display: grid; width: 30px; height: 30px; place-items: center; background: var(--lime); color: var(--ink); font-family: "Space Grotesk", sans-serif; font-weight: 700; text-decoration: none; }
.sermon-row > a:hover,
.sermon-row > a:focus-visible { background: var(--blue); color: var(--white); }

.path-section { padding: 124px 0; background: var(--white); }
.path-heading { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin-bottom: 45px; }
.path-heading .section-kicker { grid-column: span 4; margin-top: 10px; }
.path-heading h2 { grid-column: span 8; }
.path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.path-card { position: relative; display: flex; min-height: 370px; flex-direction: column; padding: 29px; overflow: hidden; color: var(--ink); text-decoration: none; }
.path-card > span { font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.path-card h3 { margin-top: auto; font-size: 36px; }
.path-card p { max-width: 320px; margin: 12px 0 26px; font-size: 14px; line-height: 1.7; }
.path-card b { font-family: "Space Grotesk", sans-serif; font-size: 13px; }
.path-card:hover h3,
.path-card:focus-visible h3 { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.path-card-cobalt { background: var(--blue); color: var(--white); }
.path-card-cobalt > span { color: var(--lime); }
.path-card-green { background: var(--lime); }
.path-card-green > span { color: var(--blue); }
.path-card-photo { color: var(--white); }
.path-card-photo::after { position: absolute; inset: 0; background: rgba(24, 29, 37, 0.55); content: ""; }
.path-card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.path-card-photo > *:not(img) { position: relative; z-index: 1; }
.path-card-photo > span { color: var(--lime); }

.news-section { padding: 126px 0; background: var(--ink); color: var(--white); }
.news-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.news-heading { grid-column: span 4; display: flex; flex-direction: column; align-items: flex-start; }
.news-heading > p:not(.section-kicker) { margin: 16px 0 28px; color: rgba(255, 255, 255, 0.65); }
.news-list { grid-column: span 8; border-top: 1px solid rgba(255, 255, 255, 0.34); }
.news-row { display: grid; grid-template-columns: 112px minmax(0, 1fr) 32px; gap: 23px; align-items: center; min-height: 122px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.news-row > p { margin: 0; color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.news-row h3 { font-size: 21px; }
.news-row h3 a { text-decoration: none; }
.news-row h3 a:hover,
.news-row h3 a:focus-visible { color: var(--lime); }
.news-row > span { grid-column: 2; color: rgba(255, 255, 255, 0.67); font-size: 13px; }
.news-row > a { grid-column: 3; grid-row: 1 / span 2; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.5); color: var(--white); text-decoration: none; }
.news-row > a:hover,
.news-row > a:focus-visible { border-color: var(--lime); background: var(--lime); color: var(--ink); }

.reflection-band { padding: 96px 0; background: var(--lime); }
.reflection-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.reflection-grid .section-kicker { grid-column: span 3; color: var(--ink); }
.reflection-grid .section-kicker span { color: var(--blue); }
.reflection-grid blockquote { grid-column: span 7; margin-bottom: 0; font-size: clamp(25px, 3.1vw, 44px); font-weight: 700; letter-spacing: 0; line-height: 1.42; }
.reflection-grid cite { grid-column: span 2; color: var(--blue-deep); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-style: normal; font-weight: 700; }

.resource-section { padding: 126px 0; background: var(--paper); }
.resource-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.resource-layout > header { grid-column: span 4; }
.resource-links { grid-column: span 8; border-top: 2px solid var(--ink); }
.resource-links > a { display: grid; grid-template-columns: 110px minmax(0, 1fr) 30px; gap: 20px; align-items: center; min-height: 77px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.resource-links > a > span { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.resource-links > a > strong { font-size: 19px; }
.resource-links > a > i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--ink); font-style: normal; }
.resource-links > a:hover,
.resource-links > a:focus-visible { color: var(--blue); }
.resource-links > a:hover i,
.resource-links > a:focus-visible i { border-color: var(--blue); background: var(--blue); color: var(--white); }

/* Editorial section pages */
.section-hero { padding: 72px 0 0; background: var(--ink); color: var(--white); }
.section-hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; }
.section-hero-copy { grid-column: span 7; padding: 44px 0 82px; }
.section-hero-copy h1 { max-width: 710px; font-size: clamp(48px, 5.6vw, 82px); }
.section-hero-copy > p:not(.section-kicker) { max-width: 550px; margin: 26px 0 32px; color: rgba(255, 255, 255, 0.72); font-size: 17px; }
.section-anchor { display: inline-flex; gap: 10px; color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
.section-anchor:hover,
.section-anchor:focus-visible { color: var(--white); }
.section-hero-image { grid-column: 8 / -1; min-height: 470px; margin: 0; overflow: hidden; }
.section-hero-image img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.section-hero-index { grid-column: span 2; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); }
.section-hero-index span { color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.section-hero-index p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.66); font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }

.section-content { padding: 118px 0 132px; background: var(--white); }
.editorial-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.editorial-side { position: sticky; top: 112px; grid-column: span 3; align-self: start; display: grid; gap: 8px; padding-right: 30px; }
.editorial-side > p { margin: 0; color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.editorial-side > span { margin: 28px 0 8px; color: var(--muted); font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; }
.editorial-side a { padding: 5px 0; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.editorial-side a:hover,
.editorial-side a:focus-visible { color: var(--blue); }
.editorial-main { grid-column: 5 / -1; min-width: 0; }
.content-block + .content-block { margin-top: 116px; padding-top: 116px; border-top: 1px solid var(--line); }
.content-block-heading { max-width: 670px; margin-bottom: 40px; }
.content-block-heading h2 { font-size: clamp(32px, 3.5vw, 50px); }
.content-block-heading > p:not(.section-kicker) { margin: 18px 0 0; color: var(--muted); }
.section-schedule { border-top: 2px solid var(--ink); }
.section-schedule-row { display: grid; grid-template-columns: minmax(0, 1fr) 148px 155px; gap: 20px; min-height: 64px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.section-schedule-row p,
.section-schedule-row strong,
.section-schedule-row span { margin: 0; }
.section-schedule-row p { font-weight: 700; }
.section-schedule-row strong { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 14px; }
.section-schedule-row span { color: var(--muted); font-size: 13px; }
.prose-entry { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 22px; padding: 27px 0; border-top: 1px solid var(--line); }
.prose-entry:last-child { border-bottom: 1px solid var(--line); }
.prose-entry > span { color: var(--coral); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.prose-entry h2 { margin-bottom: 16px; font-size: 27px; }
.prose-entry p { margin-bottom: 11px; color: var(--ink-soft); }
.editorial-timeline { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.editorial-timeline li { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.editorial-timeline p { margin: 0; color: var(--blue); font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.editorial-timeline h3 { margin-bottom: 6px; font-size: 21px; }
.editorial-timeline span { color: var(--muted); font-size: 14px; }
.leadership-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.leader-sheet { display: flex; min-height: 390px; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.leader-sheet-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.leader-sheet-top span { color: var(--coral); font-size: 12px; font-weight: 700; }
.leader-sheet-top p { margin: 0; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-align: right; }
.leader-sheet h3 { margin-top: 25px; font-size: 28px; }
.leader-sheet h3 small { font-size: 16px; font-weight: 500; }
.leader-english { margin: 4px 0 0; color: var(--muted); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 600; }
.leader-details { margin: 22px 0 0; border-top: 1px solid var(--line); }
.leader-details > div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.leader-details dt { color: var(--blue); font-size: 12px; font-weight: 700; }
.leader-details dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.leader-summary { margin: 19px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.leader-story { margin-top: auto; padding-top: 18px; }
.leader-story summary { display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.leader-story summary::-webkit-details-marker { display: none; }
.leader-story summary span { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--ink); font-size: 15px; font-weight: 400; transition: background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.leader-story[open] summary span { background: var(--blue); border-color: var(--blue); color: var(--white); transform: rotate(45deg); }
.leader-story > div { margin-top: 17px; }
.leader-story > div p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
.leader-story > div p + p { margin-top: 11px; }
.editorial-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.editorial-card { display: flex; min-height: 245px; flex-direction: column; padding: 25px; background: var(--mint); color: var(--ink); text-decoration: none; }
.editorial-card:nth-child(2) { background: var(--lime); }
.editorial-card:nth-child(3n) { background: var(--blue); color: var(--white); }
.editorial-card > span { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.editorial-card:nth-child(3n) > span { color: var(--lime); }
.editorial-card h3 { margin-top: auto; font-size: 24px; }
.editorial-card p { margin: 13px 0 24px; font-size: 13px; line-height: 1.7; }
.editorial-card b { font-family: "Space Grotesk", sans-serif; font-size: 12px; }
.editorial-card:hover h3,
.editorial-card:focus-visible h3 { text-decoration: underline; text-underline-offset: 4px; }
.section-callout { padding: 74px 0; background: var(--lime); }
.section-callout-grid { display: grid; grid-template-columns: 2fr 5fr 4fr auto; gap: 24px; align-items: center; }
.section-callout-grid > p { margin: 0; color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.section-callout-grid h2 { font-size: 30px; }
.section-callout-grid > span { color: var(--ink-soft); font-size: 14px; }

/* Archives and details */
.archive-masthead,
.detail-masthead { padding: 86px 0 92px; background: var(--ink); color: var(--white); }
.archive-masthead-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; }
.archive-masthead-grid > div { grid-column: span 8; }
.archive-masthead h1 { font-size: clamp(46px, 5.4vw, 80px); }
.archive-masthead-grid > p { grid-column: span 4; margin: 0; color: rgba(255, 255, 255, 0.7); }
.archive-content { min-height: 60vh; padding: 90px 0 120px; background: var(--white); }
.archive-search { display: grid; grid-template-columns: 1fr; gap: 9px; max-width: 650px; }
.archive-search label { font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.archive-search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 2px solid var(--ink); }
.archive-search input { min-width: 0; padding: 13px 0; border: 0; outline: 0; font-size: 17px; }
.archive-search input:focus { box-shadow: inset 0 -2px 0 var(--blue); }
.archive-search button { padding: 0 18px; border: 0; background: var(--blue); color: var(--white); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; }
.archive-search button:hover,
.archive-search button:focus-visible { background: var(--ink); }
.archive-types { display: flex; flex-wrap: wrap; gap: 0; margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.archive-types a { display: flex; min-height: 58px; align-items: center; gap: 9px; padding: 10px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
.archive-types a span { color: var(--muted); font-size: 10px; }
.archive-types a:hover,
.archive-types a:focus-visible,
.archive-types a[aria-current="page"] { background: var(--lime); }
.archive-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 76px 0 28px; }
.archive-results-heading h2 { font-size: clamp(30px, 3.7vw, 50px); }
.archive-results-heading h2 em { color: var(--blue); font-style: normal; }
.archive-results-heading > span { color: var(--muted); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; }
.archive-list { border-top: 2px solid var(--ink); }
.archive-row { display: grid; grid-template-columns: 156px minmax(0, 1fr) 150px 36px; gap: 20px; align-items: center; min-height: 116px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.archive-row-meta { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.6; }
.archive-row-meta span { display: block; color: var(--blue); letter-spacing: 0.08em; }
.archive-row-title h3 { font-size: 20px; }
.archive-row-title h3 a { text-decoration: none; }
.archive-row-title h3 a:hover,
.archive-row-title h3 a:focus-visible { color: var(--blue); }
.archive-row-title p { display: -webkit-box; margin: 7px 0 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.archive-row-extra { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.archive-row-extra span { padding: 3px 7px; background: var(--mint); color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; }
.archive-row-arrow { display: grid; width: 32px; height: 32px; place-items: center; background: var(--ink); color: var(--white); font-family: "Space Grotesk", sans-serif; text-decoration: none; }
.archive-row-arrow:hover,
.archive-row-arrow:focus-visible { background: var(--blue); }
.archive-empty { padding: 74px 28px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.archive-empty h2 { font-size: 34px; }
.archive-empty > p:not(.section-kicker) { color: var(--muted); }
.archive-pagination { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 48px; font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; }
.archive-pagination a { color: var(--blue); }

.detail-masthead { padding: 45px 0 80px; }
.detail-masthead-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.detail-back { grid-column: 1 / -1; display: inline-flex; width: fit-content; color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
.detail-back:hover,
.detail-back:focus-visible { color: var(--white); }
.detail-masthead-grid > div { grid-column: span 9; }
.detail-masthead h1 { margin-top: 10px; font-size: clamp(38px, 4.5vw, 66px); }
.detail-masthead-grid > div > p:last-child { max-width: 720px; margin: 20px 0 0; color: rgba(255, 255, 255, 0.72); }
.detail-masthead-grid > aside { grid-column: span 3; align-self: end; padding: 20px; background: var(--blue); }
.detail-masthead-grid aside span { display: block; color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: 0.08em; }
.detail-masthead-grid aside strong { display: block; margin-top: 20px; font-size: 20px; }
.detail-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; padding: 86px 0 120px; }
.detail-primary { grid-column: span 8; min-width: 0; }
.detail-image { margin: 0 0 34px; }
.detail-image img { width: 100%; max-height: 570px; object-fit: cover; }
.detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-facts > div { padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-facts dt { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; }
.detail-facts dd { margin: 5px 0 0; font-size: 14px; }
.detail-video,
.detail-embed { margin: 0 0 36px; aspect-ratio: 16 / 9; background: var(--ink); }
.detail-video iframe,
.detail-embed iframe { width: 100%; height: 100%; border: 0; }
.detail-audio { margin: 0 0 36px; padding: 21px; background: var(--mint); }
.detail-audio p { margin-bottom: 10px; color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.detail-audio audio { width: 100%; }
.detail-body { color: var(--ink-soft); overflow-wrap: anywhere; }
.detail-body > * { max-width: 100%; }
.detail-body h2,
.detail-body h3,
.detail-body h4 { margin: 38px 0 13px; color: var(--ink); }
.detail-body h2 { font-size: 29px; }
.detail-body h3 { font-size: 24px; }
.detail-body p,
.detail-body li { line-height: 1.9; }
.detail-body a { color: var(--blue); }
.detail-body img { height: auto; margin: 24px 0; }
.detail-aside { position: sticky; top: 112px; grid-column: 10 / -1; align-self: start; display: grid; gap: 14px; padding: 24px; background: var(--paper); }
.detail-aside > p { margin: 0; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.detail-aside > strong { font-size: 22px; }
.detail-aside > span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.detail-document { display: grid; grid-template-columns: 34px minmax(0, 1fr) 16px; gap: 10px; align-items: center; padding: 12px; background: var(--lime); color: var(--ink); text-decoration: none; }
.detail-document i { display: grid; width: 30px; height: 30px; place-items: center; background: var(--ink); color: var(--white); font-family: "Space Grotesk", sans-serif; font-size: 9px; font-style: normal; font-weight: 700; }
.detail-document b { font-size: 12px; }
.detail-document em { font-style: normal; }
.detail-document:hover,
.detail-document:focus-visible { background: var(--blue); color: var(--white); }
.related-section { padding: 96px 0; background: var(--paper); }
.related-heading { margin-bottom: 34px; }
.related-heading h2 { font-size: 38px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
.related-link { display: flex; min-height: 210px; flex-direction: column; padding: 23px; background: var(--white); color: var(--ink); text-decoration: none; }
.related-link p { margin-bottom: auto; color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; }
.related-link h3 { font-size: 22px; }
.related-link span { margin-top: 18px; color: var(--muted); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.related-link:hover,
.related-link:focus-visible { background: var(--lime); }

.not-found { min-height: 72vh; padding: 110px 0; background: var(--blue); color: var(--white); }
.not-found-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.not-found-grid > p { grid-column: span 4; margin: 0; color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: clamp(90px, 17vw, 230px); font-weight: 700; line-height: 0.8; }
.not-found-grid > div { grid-column: span 8; }
.not-found-grid span { color: var(--lime); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.not-found-grid h1 { margin: 14px 0 22px; font-size: clamp(40px, 5vw, 72px); }
.not-found-grid p { max-width: 500px; color: rgba(255, 255, 255, 0.75); }
.not-found-grid > div > div { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.not-found .button-text { border-color: rgba(255, 255, 255, 0.6); color: var(--white); }
.not-found .button-text:hover,
.not-found .button-text:focus-visible { border-color: var(--lime); color: var(--lime); }

/* Footer */
.site-footer { padding: 74px 0 26px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.footer-intro { grid-column: span 4; }
.footer-wordmark { display: inline-block; }
.footer-wordmark img { width: 155px; filter: brightness(0) invert(1); }

/* The supplied logo already includes the church name. */
.wordmark { gap: 0; }
.wordmark-copy { display: none !important; }
.footer-intro > p { max-width: 340px; margin: 22px 0; color: rgba(255, 255, 255, 0.7); font-size: 14px; }
.footer-address { color: var(--lime); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-address:hover,
.footer-address:focus-visible { color: var(--white); }
.footer-directory { grid-column: span 8; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.footer-directory section { display: grid; align-content: start; gap: 7px; }
.footer-directory p { margin: 0 0 12px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; }
.footer-directory a { color: rgba(255, 255, 255, 0.78); font-size: 13px; text-decoration: none; }
.footer-directory a:hover,
.footer-directory a:focus-visible { color: var(--lime); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.55); font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--white); text-decoration: none; }
.footer-bottom a:hover,
.footer-bottom a:focus-visible { color: var(--lime); }

.reveal,
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible,
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1050px) {
  .masthead { min-height: 80px; }
  .wordmark-copy { display: none; }
  .site-nav-primary { gap: 14px; }
  .site-nav-primary a { font-size: 13px; }
  .site-nav-utility { gap: 12px; }
  .nav-archive { display: none; }
  .hero-intro { grid-column: span 7; }
  .hero-image { grid-column: 8 / -1; min-height: 480px; }
  .hero-image img { min-height: 480px; }
  .hero-visit { grid-column: span 5; }
  .event-rail { grid-template-columns: 1fr; }
  .event-brief { min-height: 0; }
  .event-brief > p { margin-bottom: 12px; }
  .message-heading { grid-column: span 5; }
  .sermon-list { grid-column: 6 / -1; }
  .section-hero-copy { grid-column: span 7; }
  .section-hero-image { grid-column: 8 / -1; min-height: 400px; }
  .section-hero-image img { min-height: 400px; }
  .editorial-side { grid-column: span 3; }
  .editorial-main { grid-column: 5 / -1; }
  .detail-primary { grid-column: span 8; }
  .detail-aside { grid-column: 10 / -1; }
  .week-panel { gap: 28px 34px; padding: 37px 38px 33px; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .week-navigator { grid-template-columns: 1fr; }
  .week-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .week-tabs [data-week-tab] {
    min-height: 88px;
    padding: 16px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }
  .week-tabs [data-week-tab]:last-child { border-right: 0; }
  .week-panel { min-height: 330px; }
}

@media (max-width: 760px) {
  .site-shell { width: min(100% - 32px, 1280px); }
  /* backdrop-filter creates a containing block for the fixed navigation.
     Removing it on small screens lets the menu cover the actual viewport. */
  .site-header { backdrop-filter: none; }
  .site-status-inner { min-height: 34px; }
  .site-status p { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .site-status div { gap: 12px; }
  .site-status div a:first-child { display: none; }
  .masthead { min-height: 70px; }
  .wordmark-logo { width: 132px; }
  .wordmark-copy { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: inline-grid; min-width: 62px; grid-template-columns: auto 16px; gap: 4px 8px; align-items: center; padding: 7px 0; font-family: "Space Grotesk", "Noto Sans KR", sans-serif; font-size: 12px; font-weight: 700; }
  .menu-toggle i { display: block; width: 16px; height: 1.5px; grid-column: 2; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: fixed; top: 0; right: 0; bottom: 0; left: 0; height: 100dvh; display: grid; grid-template-columns: 1fr; align-content: start; gap: 28px; padding: 112px 24px calc(34px + env(safe-area-inset-bottom)); overflow-y: auto; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; visibility: hidden; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .site-nav-primary,
  .site-nav-utility { display: grid; gap: 0; margin: 0; }
  .site-nav-primary a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 22px; }
  .site-nav-primary a::after { right: auto; width: 40px; bottom: -1px; }
  .site-nav-utility { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nav-archive { display: flex; min-height: 45px; align-items: center; padding: 10px 13px; border: 1px solid var(--line); color: var(--ink) !important; font-size: 13px !important; }
  .nav-give { display: flex; min-height: 45px; align-items: center; justify-content: center; }
  .home-hero { padding: 0; }
  .hero-grid,
  .section-header,
  .calendar-layout,
  .message-grid,
  .path-heading,
  .news-layout,
  .reflection-grid,
  .resource-layout,
  .section-hero-grid,
  .editorial-layout,
  .section-callout-grid,
  .archive-masthead-grid,
  .detail-masthead-grid,
  .detail-layout,
  .not-found-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-intro { grid-column: 1; padding: 72px 0 52px; }
  .hero-intro h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lead { margin: 23px 0 28px; font-size: 16px; }
  .hero-meta { margin-top: 44px; }
  .hero-image { grid-column: 1; min-height: 330px; }
  .hero-image img { min-height: 330px; }
  .hero-visit { grid-column: 1; min-height: 0; padding: 24px; }
  .week-section,
  .message-section,
  .path-section,
  .news-section,
  .resource-section,
  .section-content,
  .archive-content { padding: 74px 0; }
  .calendar-section { padding: 74px 0; }
  .section-header { gap: 8px; }
  .section-header > .section-kicker,
  .section-header > div,
  .calendar-heading,
  .event-rail,
  .message-heading,
  .sermon-list,
  .path-heading .section-kicker,
  .path-heading h2,
  .news-heading,
  .news-list,
  .reflection-grid .section-kicker,
  .reflection-grid blockquote,
  .reflection-grid cite,
  .resource-layout > header,
  .resource-links,
  .section-hero-copy,
  .section-hero-image,
  .section-hero-index,
  .editorial-side,
  .editorial-main,
  .archive-masthead-grid > div,
  .archive-masthead-grid > p,
  .detail-back,
  .detail-masthead-grid > div,
  .detail-masthead-grid > aside,
  .detail-primary,
  .detail-aside,
  .not-found-grid > p,
  .not-found-grid > div,
  .footer-intro,
  .footer-directory { grid-column: 1; }
  .section-header h2,
  .calendar-heading h2,
  .message-heading h2,
  .path-heading h2,
  .news-heading h2,
  .resource-layout h2 { font-size: 38px; }
  .section-header > div > p { margin-top: 14px; font-size: 15px; }
  .week-navigator { display: block; overflow: visible; border-bottom: 0; }
  .week-tabs { display: flex; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; border-bottom: 1px solid rgba(255, 255, 255, 0.2); scrollbar-width: thin; }
  .week-tabs [data-week-tab] { min-width: 108px; min-height: 70px; flex: 0 0 auto; gap: 3px; padding: 12px 16px; }
  .week-tabs [data-week-tab][aria-selected="true"] { background: var(--blue); }
  .week-tab__day { font-size: 9px; letter-spacing: 0.09em; }
  .week-tab__label { font-size: 14px; }
  .week-panels { border-bottom: 1px solid var(--line); }
  .week-panel { min-height: 0; grid-template-columns: 1fr; gap: 26px; padding: 31px 22px 27px; }
  .week-panel__meta { margin-bottom: 13px; font-size: 10px; }
  .week-panel__summary { font-size: 31px; }
  .week-panel__details { grid-column: 1; }
  .week-panel__item { gap: 6px 14px; padding: 13px 0; }
  .week-panel__item p { font-size: 13px; }
  .week-panel__actions { grid-column: 1; gap: 9px 22px; padding-top: 0; }
  .event-rail { margin-top: 31px; }
  .event-brief { min-height: 156px; padding: 20px 0; border-right: 0; }
  .message-grid { gap: 38px; }
  .sermon-list { grid-column: 1; }
  .sermon-row { grid-template-columns: 31px minmax(0, 1fr) 28px; gap: 11px; }
  .sermon-row h3 { font-size: 18px; }
  .path-heading { margin-bottom: 28px; }
  .path-grid,
  .leadership-grid,
  .editorial-card-grid,
  .related-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 265px; }
  .path-card h3 { font-size: 31px; }
  .news-layout { gap: 37px; }
  .news-row { grid-template-columns: minmax(0, 1fr) 31px; gap: 6px 17px; min-height: 0; padding: 20px 0; }
  .news-row > p { grid-column: 1; }
  .news-row h3 { grid-column: 1; font-size: 19px; }
  .news-row > span { grid-column: 1; font-size: 12px; }
  .news-row > a { grid-column: 2; grid-row: 1 / span 3; }
  .reflection-band { padding: 66px 0; }
  .reflection-grid { gap: 14px; }
  .reflection-grid blockquote { font-size: 25px; }
  .resource-layout { gap: 34px; }
  .resource-links > a { grid-template-columns: 78px minmax(0, 1fr) 28px; gap: 12px; min-height: 66px; }
  .resource-links > a > strong { font-size: 16px; }
  .section-hero { padding: 0; }
  .section-hero-copy { padding: 72px 0 54px; }
  .section-hero-copy h1 { font-size: 47px; }
  .section-hero-copy > p:not(.section-kicker) { font-size: 16px; }
  .section-hero-image { min-height: 280px; }
  .section-hero-image img { min-height: 280px; }
  .section-hero-index { display: none; }
  .editorial-side { position: static; display: flex; flex-wrap: wrap; gap: 8px 15px; padding: 0; }
  .editorial-side > p { width: 100%; }
  .editorial-side > span { display: none; }
  .editorial-side a { padding: 0; color: var(--blue); font-size: 13px; }
  .content-block + .content-block { margin-top: 72px; padding-top: 72px; }
  .content-block-heading { margin-bottom: 28px; }
  .section-schedule-row { grid-template-columns: minmax(0, 1fr) auto; gap: 3px 14px; min-height: 0; padding: 15px 0; }
  .section-schedule-row span { grid-column: 1; }
  .prose-entry { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 21px 0; }
  .prose-entry h2 { font-size: 24px; }
  .editorial-timeline li { grid-template-columns: 82px minmax(0, 1fr); gap: 14px; }
  .leader-sheet { min-height: 0; padding: 23px; }
  .section-callout { padding: 57px 0; }
  .section-callout-grid { gap: 14px; }
  .section-callout-grid h2 { font-size: 29px; }
  .archive-masthead,
  .detail-masthead { padding: 64px 0; }
  .archive-masthead-grid { gap: 18px; }
  .archive-masthead h1 { font-size: 46px; }
  .archive-types { margin-top: 38px; }
  .archive-types a { min-height: 48px; font-size: 12px; }
  .archive-results-heading { align-items: start; flex-direction: column; gap: 12px; margin: 55px 0 22px; }
  .archive-row { grid-template-columns: minmax(0, 1fr) 32px; gap: 7px 16px; min-height: 0; padding: 19px 0; }
  .archive-row-meta { grid-column: 1; }
  .archive-row-title { grid-column: 1; }
  .archive-row-title h3 { font-size: 18px; }
  .archive-row-extra { grid-column: 1; justify-content: start; }
  .archive-row-arrow { grid-column: 2; grid-row: 1 / span 3; }
  .detail-masthead-grid { gap: 19px; }
  .detail-masthead h1 { font-size: 40px; }
  .detail-masthead-grid > aside { width: fit-content; padding: 16px; }
  .detail-layout { gap: 32px; padding: 62px 0 76px; }
  .detail-facts { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .related-section { padding: 72px 0; }
  .not-found { min-height: 66vh; padding: 76px 0; }
  .not-found-grid { gap: 28px; }
  .not-found-grid > p { font-size: 116px; }
  .not-found-grid h1 { font-size: 42px; }
  .site-footer { padding-top: 58px; }
  .footer-grid { gap: 42px; }
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 42px; }
}

@media (max-width: 400px) {
  .site-status p { max-width: 230px; }
  .hero-intro h1 { font-size: 46px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .archive-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-types a { justify-content: space-between; }
}

@keyframes route-link-cursor-pulse {
  from { box-shadow: 0 0 0 0 rgba(39, 99, 232, 0.62); }
  to { box-shadow: 0 0 0 17px rgba(39, 99, 232, 0); }
}

/* A directional marker reinforces the site's route-like editorial system. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .route-link-cursor {
    --route-cursor-scale: 0.72;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue);
    background: rgba(247, 248, 245, 0.88);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(var(--route-cursor-x, -64px), var(--route-cursor-y, -64px), 0) translate(-50%, -50%) rotate(45deg) scale(var(--route-cursor-scale));
    transition: opacity 130ms ease, transform 175ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 150ms ease, border-color 150ms ease;
  }

  .route-link-cursor::after {
    position: absolute;
    inset: 5px;
    background: var(--coral);
    content: "";
    transform: scale(0.48);
    transition: transform 150ms ease, background-color 150ms ease;
  }

  .route-link-cursor.is-visible { opacity: 1; }
  .route-link-cursor.is-link { --route-cursor-scale: 1.58; border-color: var(--lime); background: var(--ink); }
  .route-link-cursor.is-link::after { background: var(--lime); transform: scale(1); }
  .route-link-cursor.is-pressed { --route-cursor-scale: 0.84; }
  .route-link-cursor.is-clicked { animation: route-link-cursor-pulse 420ms ease-out; }

  [data-link-motion]:focus-visible { outline-offset: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 1ms !important; }
  .reveal,
  [data-reveal] { opacity: 1; transform: none; }
}
