@font-face {
  font-family: "Rokkitt";
  src: url("../assets/fonts/Rokkitt-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt";
  src: url("../assets/fonts/Rokkitt-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --navy: #071c38;
  --navy-bright: #123f72;
  --red: #c41f2c;
  --red-dark: #9f111c;
  --blue: #2366c6;
  --white: #fff;
  --mist: #edf2f7;
  --line: #cbd4df;
  --ink: #102033;
  --muted: #556579;
  --display: "Rokkitt", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1220px, calc(100vw - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: var(--white); }
* { scrollbar-width: thin; scrollbar-color: var(--red) var(--navy); }
*::-webkit-scrollbar { width: 10px; }
*::-webkit-scrollbar-track { background: var(--navy); }
*::-webkit-scrollbar-thumb { border: 2px solid var(--navy); background: var(--red); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #73a8ff; outline-offset: 4px; }

.service-wire { position: relative; z-index: 90; color: var(--white); background: var(--red); font-size: 12px; letter-spacing: .04em; }
.service-wire__inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.service-wire p { margin: 0; }
.service-wire strong { text-transform: uppercase; }
.service-wire a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; text-underline-offset: 4px; }
.signal { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border: 2px solid var(--white); border-radius: 50%; animation: signal 1.8s steps(2, end) infinite; }
@keyframes signal { 50% { background: var(--white); } }

.site-header { position: relative; z-index: 80; height: 88px; color: var(--navy); background: var(--white); border-bottom: 1px solid var(--line); }
.site-header.is-stuck { position: fixed; inset: 0 0 auto; height: 76px; box-shadow: 0 8px 28px rgb(7 28 56 / 10%); }
.site-header.is-stuck .header-inner { height: 76px; }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 20px; letter-spacing: -.03em; }
.brand small { margin-top: 6px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 800; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { padding-block: 16px; border-bottom: 2px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: var(--red); }
.nav-cta { min-height: 46px; display: inline-flex; align-items: center; gap: 18px; padding: 0 18px; color: var(--white); background: var(--navy); }
.nav-cta .arrow { color: #85b7ff; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 8px; border: 0; color: inherit; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 745px; padding: 68px 0 84px; overflow: hidden; background: var(--white); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(56px, 7vw, 108px); }
.hero-copy { padding: 24px 0 72px; }
.hero h1 { max-width: 700px; margin: 0; color: var(--navy); font: 700 clamp(59px, 6.4vw, 102px)/.87 var(--display); letter-spacing: -.04em; }
.hero h1 em { color: var(--red); font-weight: inherit; }
.hero-lede { max-width: 600px; margin: 32px 0 0; color: var(--muted); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 21px; border: 2px solid transparent; font-size: 13px; font-weight: 900; letter-spacing: .02em; text-decoration: none; }
.button span { font-size: 20px; }
.button-primary { color: var(--white); background: var(--red); border-color: var(--red); }
.button-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-white { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.plain-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-size: 13px; font-weight: 850; text-underline-offset: 5px; }
.hero-proof { display: grid; grid-template-columns: 1.15fr 1fr .88fr; margin-top: 48px; }
.hero-proof span { min-height: 52px; display: flex; align-items: center; padding: 0 18px; color: var(--white); background: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-proof span:nth-child(2) { background: var(--red); transform: translateY(8px); }
.hero-proof span:nth-child(3) { background: var(--blue); transform: translateY(16px); }
.hero-scene { position: relative; min-height: 535px; padding: 28px 36px 70px 0; }
.hero-scene::before { content: ""; position: absolute; inset: 0 0 42px 72px; background: var(--navy); }
.hero-frame { position: relative; z-index: 2; height: 450px; margin-left: -18px; overflow: hidden; border: 12px solid var(--white); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; right: 0; bottom: 0; margin: 0; padding: 11px 16px; color: var(--white); background: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-crest { position: absolute; z-index: 4; top: -28px; right: -19px; width: 148px; height: 148px; object-fit: contain; filter: drop-shadow(0 8px 16px rgb(7 28 56 / 22%)); animation: crest-arrive .8s cubic-bezier(.2,.8,.2,1) both; }
@keyframes crest-arrive { from { transform: rotate(-8deg) scale(.82); opacity: 0; } to { transform: rotate(0) scale(1); opacity: 1; } }
.sunday-ticket { position: absolute; z-index: 5; right: -14px; bottom: 0; width: 290px; padding: 22px 25px; color: var(--white); background: var(--red); }
.sunday-ticket::before { content: ""; position: absolute; inset: 0 auto 0 -8px; width: 8px; background: var(--white); }
.sunday-ticket p, .sunday-ticket span { display: block; margin: 0; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sunday-ticket strong { display: block; margin: 4px 0 2px; font: 700 48px/.95 var(--display); letter-spacing: -.04em; }
.sunday-ticket strong small { font: 900 13px/1 var(--sans); letter-spacing: .08em; }
.sunday-ticket a { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.star-rail { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 34px; display: flex; align-items: center; justify-content: space-around; color: var(--white); background: var(--blue); font-size: 11px; }
.star-rail { animation: procession-entry 1s cubic-bezier(.2,.8,.2,1) both; transform-origin: left center; }
@keyframes procession-entry { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0); } }

.schedule { padding: 120px 0; color: var(--white); background: var(--navy); }
.schedule-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 130px); align-items: start; }
.schedule-heading { position: sticky; top: 112px; }
.schedule h2, .families h2 { margin: 0; font: 700 clamp(50px, 5.2vw, 78px)/.91 var(--display); letter-spacing: -.04em; }
.schedule-heading a { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; margin-top: 44px; color: var(--white); font-size: 13px; font-weight: 800; text-underline-offset: 6px; }
.schedule-heading a .arrow { color: #86b7ff; }
.schedule-board { border-top: 1px solid rgb(255 255 255 / 35%); }
.schedule-day { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--white); background: var(--blue); }
.schedule-day span { font: 700 23px/1 var(--display); }
.schedule-day small { font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.schedule-day--midweek { margin-top: 34px; background: var(--red); }
.schedule-row { min-height: 120px; display: grid; grid-template-columns: 180px 1fr 42px; align-items: center; gap: 24px; padding: 17px 18px; border-bottom: 1px solid rgb(255 255 255 / 28%); }
.schedule-row time { font: 700 46px/1 var(--display); letter-spacing: -.04em; }
.schedule-row time small { font: 900 11px/1 var(--sans); letter-spacing: .08em; }
.schedule-row p { display: grid; gap: 7px; margin: 0; }
.schedule-row p strong { font-size: 18px; }
.schedule-row p span { color: #b7c7da; font-size: 13px; }
.schedule-row b { color: #6f8299; font-size: 10px; letter-spacing: .1em; }
.schedule-row--featured { position: relative; }
.schedule-row--featured::before { content: ""; position: absolute; left: -13px; width: 4px; height: 58px; background: var(--red); }

.welcome { display: grid; grid-template-columns: minmax(390px, .86fr) minmax(520px, 1.14fr); min-height: 940px; }
.welcome-image { position: relative; min-height: 760px; overflow: hidden; background: var(--navy); }
.welcome-image img { width: 100%; height: 100%; object-fit: cover; }
.welcome-image::after { content: ""; position: absolute; inset: auto 0 0; height: 110px; background: var(--blue); opacity: .88; }
.welcome-image > span { position: absolute; z-index: 2; right: -20px; bottom: 32px; color: var(--white); font-size: clamp(56px, 7vw, 112px); font-weight: 950; letter-spacing: -.06em; writing-mode: vertical-rl; transform: rotate(180deg); }
.welcome-copy { padding: clamp(90px, 10vw, 150px) clamp(42px, 7vw, 112px); }
.welcome h2 { margin: 0; color: var(--navy); font: 700 clamp(52px, 6vw, 90px)/.9 var(--display); letter-spacing: -.04em; }
.welcome h2 em { color: var(--red); font-weight: inherit; }
.welcome-copy > p:not(.chapter-mark) { max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.welcome-copy > .lead { margin-top: 36px; color: var(--ink); font: 700 23px/1.45 var(--display); }
.arrival-steps { max-width: 720px; margin: 48px 0 0; padding: 0; border-top: 2px solid var(--navy); list-style: none; }
.arrival-steps li { display: grid; grid-template-columns: 94px 190px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.arrival-steps span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.arrival-steps strong { color: var(--navy); font-size: 14px; }
.arrival-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.convictions { position: relative; padding: 126px 0 102px; overflow: hidden; color: var(--white); background: var(--red); }
.convictions::before { content: "✦"; position: absolute; top: -110px; left: -70px; color: rgb(255 255 255 / 8%); font: 600 460px/1 var(--display); }
.convictions-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(68px, 10vw, 160px); }
.convictions h2 { max-width: 650px; margin: 0; font: 700 clamp(52px, 6vw, 92px)/.9 var(--display); letter-spacing: -.04em; }
.convictions-lede { max-width: 520px; margin: 0 0 42px; font: 700 24px/1.45 var(--display); }
.belief-line { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgb(255 255 255 / 35%); }
.belief-line > span { font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.belief-line h3 { margin: 0 0 7px; font: 700 23px/1.1 var(--display); }
.belief-line p { max-width: 540px; margin: 0; color: rgb(255 255 255 / 82%); font-size: 14px; line-height: 1.65; }
.convictions-copy .button { margin-top: 28px; }
.conviction-stripes { position: absolute; inset: auto 0 0; height: 20px; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.conviction-stripes span:nth-child(1) { background: var(--white); }
.conviction-stripes span:nth-child(2) { background: var(--blue); }
.conviction-stripes span:nth-child(3) { background: var(--navy); }

.word-window { position: relative; min-height: 740px; display: grid; place-items: center; overflow: hidden; background: var(--navy); }
.word-window > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; opacity: .58; }
.word-window::after { content: ""; position: absolute; inset: 0; background: rgb(7 28 56 / 40%); }
.word-window__quote { position: relative; z-index: 2; width: min(960px, calc(100vw - 56px)); padding: 68px 76px; color: var(--navy); background: var(--white); }
.word-window__quote::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 12px; background: var(--red); }
.word-window__quote > span { position: absolute; top: 4px; left: 28px; color: var(--red); font: 700 94px/1 var(--display); }
.word-window blockquote { max-width: 770px; margin: 0; font: 700 clamp(38px, 5vw, 70px)/1.04 var(--display); letter-spacing: -.035em; }
.word-window cite { display: block; margin-top: 30px; color: var(--red); font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.families { padding: 120px 0 0; background: var(--mist); }
.families-heading { padding-bottom: 72px; }
.families h2 { color: var(--navy); }
.family-band { border-top: 1px solid currentColor; }
.family-band__inner { min-height: 220px; display: grid; grid-template-columns: 100px 1.05fr 1fr 190px; align-items: center; gap: 34px; }
.family-band__inner > strong { align-self: stretch; display: grid; place-items: center; font: 700 70px/1 var(--display); border-inline: 1px solid currentColor; opacity: .25; }
.family-band__inner > div > p { margin: 0 0 12px; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.family-band h3 { margin: 0; font: 700 clamp(30px, 3.1vw, 46px)/1 var(--display); letter-spacing: -.035em; }
.family-band__inner > p { max-width: 470px; margin: 0; font-size: 14px; line-height: 1.7; }
.family-band a { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; justify-self: end; font-size: 12px; font-weight: 900; text-underline-offset: 5px; }
.family-band--red { color: var(--white); background: var(--red); }
.family-band--white { color: var(--navy); background: var(--white); }
.family-band--navy { color: var(--white); background: var(--navy); }

.visit { position: relative; padding: 130px 0; background: var(--white); }
.visit-route { position: absolute; top: 0; left: 50%; width: min(1220px, calc(100vw - 56px)); height: 38px; display: flex; align-items: center; gap: 18px; transform: translateX(-50%); color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.visit-route i { flex: 1; height: 1px; background: var(--line); }
.visit-route b { display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; }
.visit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 150px); }
.visit h2 { margin: 0; color: var(--navy); font: 700 clamp(58px, 7vw, 102px)/.86 var(--display); letter-spacing: -.04em; }
.visit address { margin: 40px 0 0; color: var(--ink); font: 700 23px/1.45 var(--display); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.visit-notes { border-top: 5px solid var(--navy); }
.visit-notes h3 { margin: 0; padding: 24px 0; color: var(--navy); font: 700 27px/1.1 var(--display); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); font-size: 14px; font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.toggle-mark { position: relative; flex: 0 0 20px; width: 20px; height: 20px; color: var(--red); transition: transform .2s ease; }
.toggle-mark::before, .toggle-mark::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: currentColor; }
.toggle-mark::after { transform: rotate(90deg); }
details[open] .toggle-mark { transform: rotate(45deg); }
details p { max-width: 65ch; margin: 0; padding: 0 34px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.closing-call { position: relative; min-height: 570px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--blue); }
.closing-call::before, .closing-call::after { content: ""; position: absolute; width: 40vw; height: 100%; background: var(--red); transform: skewX(-16deg); }
.closing-call::before { left: -27vw; }
.closing-call::after { right: -33vw; background: var(--navy); }
.closing-call__mark { position: absolute; right: 11%; top: 50%; color: rgb(255 255 255 / 12%); font-size: 440px; line-height: 1; transform: translateY(-50%) rotate(8deg); }
.closing-call__inner { position: relative; z-index: 2; text-align: center; }
.closing-call__inner > p { color: var(--white); }
.closing-call h2 { margin: 0; font: 700 clamp(58px, 8vw, 112px)/.86 var(--display); letter-spacing: -.04em; }
.closing-call .button { margin-top: 42px; }

.site-footer { padding: 76px 0 24px; color: var(--white); background: var(--navy); }
.footer-top { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 64px; padding-bottom: 60px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 82px; height: 82px; object-fit: contain; }
.footer-brand strong { font: 700 25px/1 var(--display); }
.footer-brand p, .footer-top p { color: #b4c3d5; font-size: 13px; line-height: 1.7; }
.footer-top h2 { margin: 0 0 14px; color: #86b7ff; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-top a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 18%); color: #9eb0c5; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }

.arrow { position: relative; display: inline-block; flex: 0 0 18px; width: 18px; height: 12px; color: currentColor; }
.arrow::before { content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 2px; background: currentColor; }
.arrow::after { content: ""; position: absolute; top: 2px; right: 0; width: 6px; height: 6px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.arrow--down { transform: rotate(90deg); }
.arrow--up { transform: rotate(-90deg); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 940px); }
  .hero { min-height: 690px; }
  .hero-layout { gap: 36px; }
  .hero-scene { min-height: 490px; }
  .hero-frame { height: 400px; }
  .hero-crest { width: 120px; height: 120px; }
  .schedule-layout { gap: 58px; }
  .welcome { grid-template-columns: .8fr 1.2fr; }
  .welcome-copy { padding-inline: 48px; }
  .arrival-steps li { grid-template-columns: 82px 1fr; }
  .arrival-steps li p { grid-column: 2; }
  .family-band__inner { grid-template-columns: 70px 1fr 1fr; }
  .family-band__inner > strong { font-size: 50px; }
  .family-band a { grid-column: 2 / 4; justify-self: start; margin-bottom: 24px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .service-wire__inner { justify-content: space-between; }
  .service-wire__inner p:first-child { display: none; }
  .site-header { height: 76px; }
  .header-inner { height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 92; }
  .site-nav { position: fixed; z-index: 90; inset: 0; display: grid; align-content: center; gap: 0; padding: 100px 28px 40px; color: var(--white); background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a, .site-nav a:not(.nav-cta) { min-height: 62px; display: flex; align-items: center; padding: 0; border-bottom: 1px solid rgb(255 255 255 / 20%); font: 700 28px/1 var(--display); }
  .site-nav .nav-cta { min-height: 60px; justify-content: center; margin-top: 26px; color: var(--white); background: var(--red); border: 0; font: 900 14px/1 var(--sans); }
  .menu-open .menu-toggle { color: var(--white); }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { padding-top: 56px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(57px, 12vw, 88px); }
  .hero-scene { width: calc(100% - 32px); margin-left: auto; }
  .schedule-layout { grid-template-columns: 1fr; }
  .schedule-heading { position: static; }
  .welcome { grid-template-columns: 1fr; }
  .welcome-image { min-height: 620px; }
  .welcome-image > span { writing-mode: initial; transform: none; right: 18px; bottom: 12px; }
  .welcome-copy { padding: 90px 28px; }
  .convictions-layout, .visit-layout { grid-template-columns: 1fr; }
  .word-window { min-height: 650px; }
  .family-band__inner { grid-template-columns: 58px 1fr; padding-block: 24px; }
  .family-band__inner > strong { grid-row: 1 / 4; }
  .family-band__inner > p, .family-band a { grid-column: 2; }
  .family-band a { margin-bottom: 0; justify-self: start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .service-wire { font-size: 10px; }
  .service-wire__inner { min-height: 36px; gap: 12px; }
  .service-wire a { white-space: nowrap; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 9px; }
  .brand img { width: 47px; height: 47px; }
  .hero { min-height: auto; padding: 48px 0 72px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 74px); line-height: .91; }
  .hero-lede { margin-top: 24px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .plain-link { justify-content: center; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 32px; }
  .hero-proof span { min-height: 42px; padding-inline: 14px; }
  .hero-proof span:nth-child(2), .hero-proof span:nth-child(3) { transform: none; }
  .hero-scene { width: calc(100% - 12px); min-height: 408px; margin-top: 22px; padding: 18px 16px 54px 0; }
  .hero-scene::before { inset: 0 0 34px 34px; }
  .hero-frame { height: 320px; margin-left: 0; border-width: 7px; }
  .hero-crest { top: -22px; right: -4px; width: 92px; height: 92px; }
  .photo-caption { max-width: 75%; font-size: 9px; }
  .sunday-ticket { right: -8px; width: 232px; padding: 16px 18px; }
  .sunday-ticket::before { left: -5px; width: 5px; }
  .sunday-ticket strong { font-size: 37px; }
  .schedule, .convictions, .visit { padding: 84px 0; }
  .schedule-layout { gap: 46px; }
  .schedule h2, .families h2 { font-size: 50px; }
  .schedule-row { min-height: 102px; grid-template-columns: 112px 1fr; gap: 14px; padding-inline: 10px; }
  .schedule-row time { font-size: 35px; }
  .schedule-row b { display: none; }
  .schedule-row p strong { font-size: 15px; }
  .schedule-row p span { font-size: 11px; }
  .schedule-day { padding-inline: 10px; }
  .welcome-image { min-height: 460px; }
  .welcome-image > span { font-size: 54px; }
  .welcome-copy { padding: 76px 14px; }
  .welcome h2 { font-size: 53px; }
  .welcome-copy > .lead { font-size: 20px; }
  .arrival-steps li { grid-template-columns: 76px 1fr; gap: 12px; }
  .convictions-layout { gap: 48px; }
  .convictions h2 { font-size: 54px; }
  .convictions-lede { font-size: 21px; }
  .word-window { min-height: 600px; }
  .word-window__quote { width: calc(100% - 28px); padding: 54px 28px 40px 35px; }
  .word-window__quote::before { width: 8px; }
  .word-window blockquote { font-size: 37px; }
  .word-window__quote > span { left: 12px; }
  .families { padding-top: 78px; }
  .families-heading { padding-bottom: 52px; }
  .family-band__inner { grid-template-columns: 44px 1fr; gap: 22px; }
  .family-band__inner > strong { font-size: 35px; }
  .family-band h3 { font-size: 30px; }
  .visit h2 { font-size: 64px; }
  .visit-actions { flex-direction: column; }
  .visit-actions .button { width: 100%; }
  .closing-call { min-height: 500px; }
  .closing-call h2 { font-size: 62px; }
  .closing-call__mark { right: -25%; font-size: 330px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; align-items: flex-start; }
  .footer-bottom { gap: 24px; }
}

/* Sunday Bulletin world: white-first editorial layout with quiet flag accents. */
:root {
  --white: #ffffff;
  --navy: #10233f;
  --red: #b3192e;
  --red-dark: #8f1224;
  --blue: #2d62b8;
  --line: #d7dee8;
  --mist: #f5f7fa;
  --muted: #596b82;
}
body { background: var(--white); color: var(--navy); }
.service-wire { color: var(--navy); background: var(--white); border-bottom: 1px solid var(--line); }
.service-wire__inner { min-height: 38px; justify-content: space-between; font-size: 11px; }
.service-wire a { color: var(--blue); }
.signal { border-color: var(--red); }
.site-header { height: 82px; border-bottom: 1px solid var(--line); }
.header-inner { height: 82px; }
.brand { gap: 10px; }
.brand img { width: 48px; height: 48px; }
.brand strong { font-size: 19px; }
.brand small { color: var(--blue); }
.site-nav { gap: 25px; font-size: 12px; }
.site-nav a:not(.nav-cta):hover { border-color: var(--blue); }
.nav-cta { min-height: 42px; padding: 0 16px; background: var(--navy); }
.nav-cta .arrow { color: #9cbcf0; }

.hero { min-height: 690px; padding: 76px 0 66px; background: var(--white); }
.hero-layout { grid-template-columns: .98fr 1.02fr; align-items: start; gap: clamp(44px, 7vw, 96px); }
.hero-copy { padding: 20px 0 0; }
.hero h1 { max-width: 620px; color: var(--navy); font-size: clamp(58px, 6.2vw, 96px); line-height: .9; }
.hero h1 em { color: var(--blue); }
.hero-lede { max-width: 510px; margin-top: 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 34px; }
.button-primary { background: var(--red); border-color: var(--red); }
.button-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.plain-link { color: var(--blue); }
.hero-proof { grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid var(--navy); }
.hero-proof span, .hero-proof span:nth-child(2), .hero-proof span:nth-child(3) { min-height: 42px; padding: 0 12px; color: var(--navy); background: var(--white); transform: none; font-size: 9px; letter-spacing: .1em; }
.hero-proof span + span { border-left: 1px solid var(--line); }
.hero-proof span:nth-child(2) { color: var(--red); }
.hero-proof span:nth-child(3) { color: var(--blue); }
.hero-scene { min-height: 500px; padding: 0 28px 54px 0; }
.hero-scene::before { display: none; }
.hero-frame { height: 470px; margin-left: 0; border: 1px solid var(--line); padding: 9px; background: var(--white); }
.hero-frame img { display: block; }
.photo-caption { right: 28px; bottom: 0; padding: 9px 12px; color: var(--navy); background: var(--mist); border-top: 3px solid var(--red); font-size: 9px; }
.hero-crest { top: -31px; right: -4px; width: 116px; height: 116px; filter: drop-shadow(0 6px 12px rgb(16 35 63 / 16%)); }
.sunday-ticket { right: -2px; bottom: 2px; width: 274px; padding: 19px 22px; color: var(--navy); background: var(--white); border: 1px solid var(--navy); border-top: 5px solid var(--red); }
.sunday-ticket::before { display: none; }
.sunday-ticket p, .sunday-ticket span { color: var(--muted); }
.sunday-ticket strong { color: var(--navy); font-size: 44px; }
.sunday-ticket strong small { color: var(--red); }
.sunday-ticket a { color: var(--blue); }
.star-rail { height: 8px; color: transparent; background: var(--blue); }
.star-rail span { display: none; }
.star-rail::after { content: ""; position: absolute; left: 0; top: 3px; width: 42%; height: 2px; background: var(--red); }

.schedule { padding: 124px 0; background: var(--mist); }
.schedule-layout { grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 120px); }
.schedule-heading { position: sticky; top: 110px; align-self: start; }
.schedule h2, .families h2 { color: var(--navy); font-size: clamp(52px, 5vw, 76px); }
.schedule-heading > a { color: var(--blue); }
.schedule-board { border-top: 1px solid var(--navy); }
.schedule-board, .schedule-row, .schedule-day { min-width: 0; }
.schedule-day { width: 100%; box-sizing: border-box; }
.schedule-day { min-height: 56px; padding: 0 16px; color: var(--white); background: var(--blue); }
.schedule-day--midweek { margin-top: 28px; background: var(--navy); }
.schedule-row { min-height: 108px; grid-template-columns: 150px 1fr 38px; padding: 18px 16px; border-bottom: 1px solid var(--line); background: var(--white); }
.schedule-row--featured { border-left: 4px solid var(--red); }
.schedule-row time { color: var(--navy); }
.schedule-row p strong { color: var(--navy); }
.schedule-row p span { color: var(--muted); }
.schedule-row b { color: var(--blue); }

.welcome { background: var(--white); }
.welcome-image { min-height: 700px; background: var(--mist); }
.welcome-image::after { background: var(--red); opacity: 1; }
.welcome-image > span { right: 22px; bottom: 20px; color: var(--navy); font-size: 58px; }
.welcome-copy { padding: 120px clamp(28px, 7vw, 120px); }
.welcome h2 { color: var(--navy); }
.welcome h2 em { color: var(--blue); }
.welcome-copy > .lead { color: var(--navy); }
.arrival-steps { border-top: 1px solid var(--navy); }
.arrival-steps li { border-bottom: 1px solid var(--line); }
.arrival-steps li > span { color: var(--red); }
.arrival-steps li strong { color: var(--navy); }
.arrival-steps li p { color: var(--muted); }

.convictions { padding: 124px 0 88px; color: var(--navy); background: var(--white); }
.convictions-title h2 { color: var(--navy); }
.convictions-title h2::after { background: var(--red); }
.convictions-lede { color: var(--muted); }
.belief-line { border-top-color: var(--line); }
.belief-line > span { color: var(--blue); }
.belief-line h3 { color: var(--navy); }
.belief-line p { color: var(--muted); }
.convictions .button-white { color: var(--white); background: var(--navy); border-color: var(--navy); }
.conviction-stripes { height: 6px; margin-top: 78px; }
.conviction-stripes span:nth-child(1) { background: var(--red); }
.conviction-stripes span:nth-child(2) { background: var(--white); border: 1px solid var(--line); }
.conviction-stripes span:nth-child(3) { background: var(--blue); }

.word-window { min-height: 620px; background: var(--navy); }
.word-window > img { opacity: .32; }
.word-window__quote { width: min(720px, calc(100% - 56px)); padding: 56px 60px; color: var(--navy); background: var(--white); border-top: 6px solid var(--red); }
.word-window__quote::before { display: none; }
.word-window__quote blockquote { color: var(--navy); font-size: clamp(32px, 4vw, 60px); }
.word-window__quote cite { color: var(--blue); }

.families { padding: 124px 0 0; background: var(--white); }
.families-heading { padding-bottom: 70px; }
.family-band { color: var(--navy); background: var(--white); border-top: 1px solid var(--line); }
.family-band--red, .family-band--navy { color: var(--navy); background: var(--mist); }
.family-band--red { border-top: 4px solid var(--red); }
.family-band--navy { border-top: 4px solid var(--blue); }
.family-band__inner { min-height: 190px; }
.family-band__inner > strong { color: var(--blue); }
.family-band--red .family-band__inner > strong { color: var(--red); }
.family-band__inner > div p, .family-band__inner > p { color: var(--muted); }
.family-band__inner h3 { color: var(--navy); }
.family-band a { color: var(--blue); }

.visit { padding: 126px 0; color: var(--navy); background: var(--mist); }
.visit-route { color: var(--blue); }
.visit-route i { background: var(--line); }
.visit-route b { color: var(--red); }
.visit h2 { color: var(--navy); }
.visit address { color: var(--muted); }
.visit-notes { border-top-color: var(--navy); }
.visit-notes h3 { color: var(--navy); }
.visit-notes details { border-bottom-color: var(--line); }
.visit-notes summary { color: var(--navy); }
.visit-notes details p { color: var(--muted); }
.closing-call { color: var(--white); background: var(--navy); }
.closing-call__mark { color: var(--red); }
.closing-call h2 { color: var(--white); }
.closing-call .button-white { color: var(--navy); background: var(--white); }
.site-footer { color: var(--white); background: var(--navy); }
.site-footer h2, .site-footer a { color: #9cbcf0; }

@media (max-width: 860px) {
  .site-header, .header-inner { height: 76px; }
  .hero { padding-top: 58px; }
  .hero-layout { gap: 48px; }
  .hero-scene { width: calc(100% - 18px); }
  .schedule-layout { grid-template-columns: 1fr; }
  .schedule-heading { position: static; }
  .welcome-image { min-height: 560px; }
  .welcome-copy { padding: 88px 28px; }
}
@media (max-width: 560px) {
  .service-wire__inner { min-height: 36px; }
  .service-wire__inner p:last-of-type { display: none; }
  .hero { padding: 46px 0 62px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 74px); }
  .hero-lede { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 34px; }
  .hero-proof span { min-height: 38px; justify-content: flex-start; }
  .hero-proof span + span { border-top: 1px solid var(--line); border-left: 0; }
  .hero-scene { min-height: 408px; margin-top: 24px; padding: 16px 12px 54px 0; }
  .hero-frame { height: 320px; padding: 6px; }
  .hero-crest { top: -20px; right: -2px; width: 90px; height: 90px; }
  .sunday-ticket { right: -6px; width: 232px; padding: 15px 17px; }
  .sunday-ticket strong { font-size: 36px; }
  .photo-caption { right: 12px; }
  .schedule { padding: 84px 0; }
  .schedule-row { min-height: 102px; grid-template-columns: 112px minmax(0, 1fr); }
  .schedule-row p { min-width: 0; }
  .schedule-row b { display: none; }
  .welcome-image { min-height: 460px; }
  .welcome-image > span { font-size: 48px; }
  .welcome-copy { padding: 76px 14px; }
  .convictions { padding: 84px 0 64px; }
  .word-window { min-height: 560px; }
  .word-window__quote { padding: 36px 26px; }
  .families { padding-top: 84px; }
  .families-heading { padding-bottom: 50px; }
  .family-band__inner > * { min-width: 0; }
  .family-band__inner h3, .family-band__inner p { overflow-wrap: anywhere; }
  .schedule-day span, .schedule-day small { min-width: 0; max-width: 52%; overflow-wrap: anywhere; }
  .closing-call__mark { display: none; }
  .visit { padding: 84px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
