:root {
  --blue: #234ee8;
  --blue-deep: #152b70;
  --blue-light: #edf2ff;
  --ink: #151d30;
  --muted: #696d75;
  --line: #dfe2e8;
  --white: #fff;
  --page: #f7f8fa;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.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; top: -100px; left: 1rem; z-index: 1000; padding: .75rem 1rem; color: #fff; background: #111; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; display: flex; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4rem); color: #fff; transition: background .3s, color .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(0,0,0,.08); backdrop-filter: blur(16px); }
.brand { width: clamp(176px, 17vw, 238px); margin-right: auto; }
.brand img { width: 100%; filter: brightness(0) invert(1); transition: filter .3s; }
.site-header.scrolled .brand img { filter: none; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.main-nav a { position: relative; font-size: .9rem; font-weight: 650; letter-spacing: -.02em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: currentColor; transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: #090c14; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,7,19,.88) 0%, rgba(4,10,25,.57) 46%, rgba(7,13,28,.16) 76%), linear-gradient(0deg, rgba(4,8,18,.55), transparent 42%), url("./assets/worship-hero.png"); background-size: cover; background-position: 50% center; transform: scale(1.01); animation: hero-in 1.4s ease both; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(6,9,18,.4)); pointer-events: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.01); } }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 3rem)); min-height: 100svh; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; padding: 8rem 0 7rem; }
.eyebrow { margin: 0 0 1.3rem; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .18em; }
.eyebrow.light { color: #b7c9ff; }
.hero h1 { margin: 0; max-width: 900px; font-size: clamp(3.25rem, 6.7vw, 6.7rem); line-height: 1.03; letter-spacing: -.07em; font-weight: 800; }
.hero h1 span { color: #8fb0ff; }
.hero-sub { margin: 2rem 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.8; }
.hero-denomination { width: fit-content; margin: 0 0 1.15rem; padding: .48rem .75rem; border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(8,16,38,.32); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 750; letter-spacing: .02em; }
.hero-actions { display: flex; gap: .75rem; margin-top: 2.4rem; }
.button { min-width: 148px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.5rem; border: 1px solid transparent; font-size: .92rem; font-weight: 750; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; }
.button.primary:hover { background: #2457db; }
.button.ghost { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); color: #fff; backdrop-filter: blur(6px); }
.button.ghost:hover { border-color: #fff; background: #fff; color: #111; }
.hero-worship { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(31vw, 400px); padding: 1.55rem 2rem; display: grid; grid-template-columns: 1fr auto; background: var(--blue); }
.hero-worship span { grid-column: 1 / -1; color: #a9c0ff; font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.hero-worship strong { margin-top: .35rem; font-size: 1.2rem; }
.hero-worship small { align-self: end; padding-bottom: .1rem; color: #cbd6f8; }
.scroll-mark { position: absolute; z-index: 3; left: clamp(1.25rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .18em; }
.scroll-mark i { display: block; width: 48px; height: 1px; background: rgba(255,255,255,.45); }
.mobile-quick { display: none; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 9.5rem) 1.5rem; }
.church-about { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 8vw, 8rem); border-bottom: 1px solid var(--line); }
.about-lead { align-self: start; }
.about-lead h2 { margin: 0; font-size: clamp(3rem, 5.7vw, 5.7rem); line-height: 1.04; letter-spacing: -.07em; }
.about-lead h2 span { color: var(--blue); }
.about-en { margin: 2.6rem 0 0; color: #d9dee9; font-size: clamp(1.8rem, 3.6vw, 4rem); line-height: .9; font-weight: 900; letter-spacing: -.06em; }
.about-body { max-width: 650px; padding-top: .2rem; }
.about-body p { margin: 0 0 1.45rem; color: #4d515a; font-size: 1.06rem; line-height: 1.95; word-break: keep-all; }
.about-body .about-opening { margin-bottom: 2rem; color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.7; letter-spacing: -.025em; }
.about-body strong { color: var(--ink); }
.inline-term { display: inline-flex; align-items: baseline; gap: .35rem; color: var(--ink); font-weight: 800; }
.inline-term small { color: #9297a1; font-size: .62em; letter-spacing: .06em; }
.inline-term.accent { color: var(--blue); }
.inline-term.accent small { color: #5577d1; }
.gospel-callout { display: grid; grid-template-columns: 110px 1fr; gap: 1.5rem; align-items: start; margin: 2.7rem 0; padding: 2rem; color: #fff; background: var(--blue); }
.gospel-callout span { padding-top: .3rem; color: #b8c9fa; font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.gospel-callout strong { color: #fff; font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.35; letter-spacing: -.04em; }
.about-body .blessing { margin-top: 2.7rem; color: var(--blue); font-size: 1.2rem; font-weight: 800; }
.denomination-section { color: var(--ink); background: #eef2ff; }
.denomination-inner { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 8vw, 7rem) 1.5rem; display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.denomination-ci { min-height: 250px; display: grid; place-items: center; padding: clamp(2rem, 4vw, 3.5rem); background: #fff; box-shadow: 0 24px 70px rgba(29,48,102,.11); }
.denomination-ci img { width: min(100%, 360px); height: auto; }
.denomination-message h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: 1.16; letter-spacing: -.06em; word-break: keep-all; }
.denomination-message h2 span { color: #b52135; }
.denomination-message > p:last-child { max-width: 670px; margin: 1.65rem 0 0; color: #4d5568; font-size: 1.08rem; line-height: 1.85; word-break: keep-all; }
.section-heading { margin-bottom: 3.4rem; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; }
.section-heading h2, .welcome-intro h2, .news-top h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.065em; }
.split-heading > p { max-width: 500px; margin: 0 0 .65rem auto; color: var(--muted); font-size: 1.06rem; }
.worship-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.worship-card { position: relative; min-height: 290px; padding: 2rem; overflow: hidden; background: var(--page); border: 1px solid #eef0f4; display: flex; flex-direction: column; }
.worship-card.featured { grid-row: span 2; min-height: 596px; color: #fff; background: var(--blue); padding: 2.4rem; }
.worship-card.dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.worship-card.blue { color: #fff; background: var(--blue-deep); border-color: var(--blue-deep); }
.card-number { position: absolute; top: 1.8rem; right: 2rem; color: currentColor; opacity: .4; font-size: .7rem; letter-spacing: .12em; }
.card-kicker { margin: 0 0 .45rem; color: inherit; opacity: .6; font-size: .69rem; font-weight: 800; letter-spacing: .14em; }
.worship-card h3 { margin: 0; font-size: clamp(1.65rem, 2.5vw, 2.45rem); letter-spacing: -.045em; }
.worship-card .time { margin: auto 0 0; font-size: 1.22rem; font-weight: 700; }
.schedule-list { margin: auto 0 0; }
.schedule-list div { display: flex; justify-content: space-between; align-items: baseline; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.23); }
.schedule-list dt { color: #bfcefa; }
.schedule-list dd { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 800; letter-spacing: -.03em; }
.place { margin: 1.2rem 0 0; color: #c9d5f8; }

.sermon-section { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: #0c0e13; overflow: hidden; }
.sermon-copy { padding: clamp(5rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: 3rem; }
.series-count { margin: 0 0 3rem; color: rgba(255,255,255,.35); font-size: .72rem; letter-spacing: .17em; }
.sermon-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.07em; }
.sermon-en { margin: .9rem 0 2.4rem; color: #7197ff; font-size: clamp(2.7rem, 5.4vw, 6.5rem); line-height: .87; font-weight: 900; letter-spacing: -.06em; }
.sermon-message { margin: 0 0 2.5rem; color: rgba(255,255,255,.7); font-size: 1.07rem; }
.text-link { padding: .35rem 0; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: none; font-weight: 750; cursor: pointer; }
.text-link span { display: inline-block; margin-left: .8rem; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.light-link { color: #fff; }
.sermon-visual { position: relative; min-height: 620px; overflow: hidden; background: radial-gradient(circle at 50% 45%, #2756d8 0, #14338e 30%, #0a1745 58%, #070b16 78%); }
.sermon-visual::before { content: ""; position: absolute; width: 22vw; height: 22vw; min-width: 260px; min-height: 260px; left: 50%; top: 49%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fbfdff 0%, #a9c1ff 11%, #4f79ec 27%, #1f48ba 54%, #0b1c56 73%); box-shadow: 0 0 120px rgba(52,96,225,.6); }
.orbit { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(167,192,255,.38); border-radius: 50%; transform: translate(-50%,-50%) rotate(-25deg); }
.orbit-one { width: 38vw; height: 17vw; }
.orbit-two { width: 25vw; height: 42vw; transform: translate(-50%,-50%) rotate(53deg); }
.power-word { position: absolute; inset: auto 2rem 1rem auto; color: rgba(255,255,255,.08); font-size: clamp(4rem, 10vw, 10rem); font-weight: 900; letter-spacing: -.08em; writing-mode: vertical-rl; }

.welcome-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.welcome-intro { position: static; align-self: start; }
.welcome-intro p:not(.eyebrow) { max-width: 440px; margin: 1.7rem 0 2rem; color: var(--muted); font-size: 1.05rem; }
.visit-grid { border-top: 1px solid var(--line); }
.visit-grid article { display: grid; grid-template-columns: 55px 150px 1fr; gap: 1rem; align-items: baseline; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.visit-grid article > span { color: var(--blue); font-size: .72rem; font-weight: 800; }
.visit-grid h3 { margin: 0; font-size: 1.15rem; }
.visit-grid p { margin: 0; color: var(--muted); }
.visit-details { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; margin-top: 1.5rem; }
.guide-card { padding: clamp(1.7rem, 3vw, 2.8rem); }
.guide-card header { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.2rem; }
.guide-card header p { margin: 0; font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.guide-card header h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.05em; }
.transit-card { color: #fff; background: var(--ink); }
.transit-card header p { color: #89a8ff; }
.guide-group { padding: 1.45rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.guide-group:last-child { padding-bottom: 0; }
.guide-group h4 { margin: .3rem 0 .45rem; font-size: 1.22rem; letter-spacing: -.025em; }
.guide-group > p:not(.guide-label) { margin: 0; color: rgba(255,255,255,.68); }
.guide-group > p strong { color: #fff; }
.guide-label { margin: 0; color: #a8bcf6; font-size: .77rem; font-weight: 800; letter-spacing: .08em; }
.guide-label span { margin-right: .35rem; }
.bus-list { margin: .9rem 0 0; }
.bus-list div { display: flex; gap: 1rem; padding: .38rem 0; }
.bus-list dt { width: 48px; flex: 0 0 auto; color: #8ca9fb; font-size: .82rem; font-weight: 750; }
.bus-list dd { margin: 0; color: rgba(255,255,255,.82); font-size: .92rem; }
.guide-link { display: inline-flex; gap: .7rem; margin-top: 1rem; padding-bottom: .22rem; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff; font-weight: 750; }
.building-card { color: #fff; background: var(--blue); }
.building-card header p { color: #b8c9fa; }
.floor-list { margin: 0; padding: 0; list-style: none; }
.floor-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; align-items: baseline; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.22); }
.floor-list strong { color: #b9cafa; font-size: .83rem; letter-spacing: .08em; }
.floor-list span { font-size: 1rem; font-weight: 650; letter-spacing: -.02em; }

.next-section { border-top: 1px solid var(--line); }
.next-grid { display: grid; grid-template-columns: .72fr .72fr 1.56fr; min-height: 480px; }
.next-card { position: relative; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; }
.next-card::before { content: ""; position: absolute; inset: 0; opacity: .55; background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.28), transparent 25%), repeating-linear-gradient(130deg, transparent 0 28px, rgba(255,255,255,.06) 29px 30px); }
.next-card > * { position: relative; z-index: 1; }
.next-card.elementary { background: #315bc5; }
.next-card.youth { background: #171b25; }
.next-card.elementary, .next-card.youth { justify-content: space-between; }
.next-card.frontiers { justify-content: space-between; background: #0b2a7a; }
.next-card p { margin: 0 0 .4rem; color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.next-card h3 { margin: 0; font-size: clamp(2rem, 3vw, 3.1rem); letter-spacing: -.05em; }
.next-card > span { color: rgba(255,255,255,.65); }
.next-schedule { display: flex; flex-direction: column; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.25); }
.next-schedule span { color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.next-schedule strong { margin-top: .35rem; font-size: 1.03rem; line-height: 1.4; }
.next-schedule small { margin-top: .15rem; color: rgba(255,255,255,.68); font-size: .84rem; }
.next-card dl { margin: 2rem 0 0; }
.next-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.25); }
.next-card dt { color: #a9bdf5; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.next-card dd { margin: 0; text-align: right; font-size: 1.12rem; font-weight: 700; }
.next-card dd small { color: rgba(255,255,255,.58); font-size: .82rem; font-weight: 500; }

.news-section { background: #fff; }
.news-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 3rem; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.news-art { position: relative; aspect-ratio: 4 / 5; margin-bottom: 1.35rem; overflow: hidden; display: flex; align-items: flex-end; padding: 1.5rem; color: #fff; background: var(--blue); }
.news-art::before, .news-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.news-art::before { width: 85%; aspect-ratio: 1; top: -15%; right: -30%; }
.news-art::after { width: 55%; aspect-ratio: 1; top: 8%; right: -12%; }
.news-art span { position: relative; z-index: 1; font-size: clamp(2rem, 4vw, 4rem); line-height: .9; font-weight: 900; letter-spacing: -.07em; }
.news-card.word .news-art { background: #111318; }
.news-card.gathering .news-art { color: #0a256d; background: #9eb9ff; }
.news-card p { margin: 0 0 .35rem; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.news-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.news-card time { color: var(--muted); font-size: .9rem; }

.contact-section { background: var(--blue-light); }
.contact-inner { max-width: var(--max); }
.contact-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.contact-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.065em; }
.contact-heading h2 span { color: var(--blue); }
.contact-heading-copy { padding-bottom: .5rem; }
.contact-heading-copy p { margin: 0 0 1rem; color: var(--muted); font-size: 1.02rem; }
.contact-heading-copy a { color: var(--blue); font-weight: 800; border-bottom: 1px solid currentColor; }
.forms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.form-card { padding: clamp(1.6rem, 3.2vw, 3rem); background: #fff; border: 1px solid #dfe5f3; }
.reservation-card { border-top: 4px solid var(--blue); }
.form-card-header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 2rem; }
.form-card-header p { margin: 0 0 .25rem; color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.form-card-header h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.2; letter-spacing: -.05em; }
.form-card-header > span { color: #aeb5c2; font-size: .72rem; letter-spacing: .1em; }
.reservation-note { margin: -1rem 0 1.8rem; padding: .75rem 1rem; color: #3653a4; background: #edf2ff; font-size: .9rem; }
.form-card form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-card label { display: block; color: #30333a; font-size: .86rem; font-weight: 750; }
.form-card label > span[aria-hidden="true"] { display: inline; color: var(--blue); }
.form-card input, .form-card select, .form-card textarea { width: 100%; min-height: 50px; padding: .8rem .9rem; border: 1px solid #d9dde5; border-radius: 0; color: var(--ink); background: #fff; font: inherit; font-size: .95rem; font-weight: 500; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-card label > input:not([type="checkbox"]), .form-card label > select, .form-card label > textarea { margin-top: .45rem; }
.form-card textarea { min-height: 125px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,71,199,.11); }
.form-card input::placeholder, .form-card textarea::placeholder { color: #9ba0aa; }
.consent-check { flex-direction: row !important; align-items: flex-start; gap: .7rem !important; color: #676b73 !important; font-size: .8rem !important; font-weight: 500 !important; line-height: 1.55; }
.consent-check input { width: 18px; min-height: 18px; height: 18px; flex: 0 0 auto; margin: .16rem 0 0; accent-color: var(--blue); }
.form-submit { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.2rem; border: 0; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.reservation-card .form-submit { background: var(--blue); }
.form-submit:hover { transform: translateY(-2px); background: #252832; }
.reservation-card .form-submit:hover { background: #2457db; }
.form-submit:focus-visible { outline: 3px solid #8da9f2; outline-offset: 3px; }
.form-privacy { margin: 1.1rem 0 0; color: #777d88; font-size: .78rem; text-align: center; }

.location-section { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--blue); }
.location-copy { padding: clamp(5rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: 3rem; }
.location-copy h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.1rem); line-height: 1.08; letter-spacing: -.065em; }
.address-block { margin-top: 3rem; }
.address-block strong { color: #adc1fa; font-size: .73rem; letter-spacing: .12em; }
.address-block p { margin: .8rem 0; font-size: 1.15rem; }
.address-block p span { color: #b7c7ef; font-size: .9rem; }
.address-block > a { font-size: 1.7rem; font-weight: 800; }
.location-actions { display: flex; gap: .7rem; margin-top: 2.5rem; }
.button.white { color: var(--blue); background: #fff; }
.button.outline-white { color: #fff; border-color: rgba(255,255,255,.55); }
.location-map { position: relative; overflow: hidden; min-height: 520px; color: #0d2a7d; background: #c3d2fb; }
.map-lines { position: absolute; inset: -20%; opacity: .5; background: repeating-linear-gradient(35deg, transparent 0 85px, #8eacec 87px 89px), repeating-linear-gradient(125deg, transparent 0 115px, #a4bced 117px 120px); transform: rotate(-8deg); }
.location-map::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(13,42,125,.25); border-radius: 50%; }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 46%; transform: translate(-50%,-50%); }
.map-pin span { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50% 50% 50% 10%; color: #fff; background: var(--blue); font-size: 2.5rem; font-weight: 900; transform: rotate(-45deg); box-shadow: 0 20px 35px rgba(15,45,120,.25); }
.map-pin span::first-letter { transform: rotate(45deg); }
.map-pin i { position: absolute; left: 50%; top: 108px; width: 90px; height: 12px; border-radius: 50%; background: rgba(15,45,120,.18); transform: translateX(-50%); filter: blur(4px); }
.location-map > p { position: absolute; z-index: 2; right: 2rem; bottom: 1.5rem; margin: 0; font-size: .75rem; letter-spacing: .14em; text-align: right; }
.location-map > p strong { font-size: 1.6rem; letter-spacing: -.03em; }

.site-footer { padding: 4rem max(1.5rem, calc((100vw - var(--max)) / 2)); color: #adb0b8; background: #0d0e11; }
.footer-brand { width: 205px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .9; }
.site-footer > p { margin: 1.5rem 0; }
.denomination-note { max-width: 760px; margin: 2rem 0; padding: 1.8rem 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.denomination-copy { max-width: 690px; }
.denomination-copy strong { display: block; color: #fff; font-size: 1rem; line-height: 1.55; letter-spacing: -.02em; word-break: keep-all; }
.denomination-copy p { margin: .3rem 0 0; color: #8f939d; font-size: .9rem; line-height: 1.65; word-break: keep-all; }
.footer-meta { display: flex; gap: 1.5rem; font-size: .9rem; }
.copyright { margin-top: 3.5rem !important; font-size: .7rem; letter-spacing: .1em; }
.notice { position: fixed; z-index: 200; left: 50%; bottom: -120px; transform: translateX(-50%); max-width: calc(100% - 2rem); padding: 1rem 1.3rem; color: #fff; background: #111; box-shadow: 0 12px 45px rgba(0,0,0,.25); font-size: .9rem; transition: bottom .3s; }
.notice.show { bottom: 1.5rem; }

@media (max-width: 980px) {
  .site-header { height: 72px; isolation: isolate; }
  .site-header.scrolled.menu-active { height: 72px; color: #fff; background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-header.scrolled.menu-active .brand img { filter: brightness(0) invert(1); }
  .brand { position: relative; z-index: 102; width: 190px; }
  .menu-toggle { position: relative; z-index: 103; width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; padding: 0; border: 0; background: transparent; color: currentColor; cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; width: 100vw; height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .7rem; padding: 6rem 2rem 3rem; overflow-y: auto; overscroll-behavior: contain; color: #fff; background: #0c1838; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .35s ease, visibility 0s linear .35s; }
  .main-nav.open, body.menu-open .main-nav { transform: translateX(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a { font-size: clamp(1.7rem, 6vw, 2.6rem); letter-spacing: -.05em; }
  body.menu-open { overflow: hidden; }
  .hero-worship { width: 330px; }
  .sermon-section, .location-section { grid-template-columns: 1fr; }
  .sermon-copy { padding-right: 1.5rem; }
  .sermon-visual { min-height: 520px; }
  .welcome-section { grid-template-columns: 1fr; }
  .welcome-intro { position: static; }
  .church-about { grid-template-columns: 1fr; }
  .about-body { max-width: 720px; }
  .denomination-inner { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
  .visit-details { grid-template-columns: 1fr; }
  .next-grid { grid-template-columns: 1fr 1fr; }
  .next-card.frontiers { grid-column: 1 / -1; min-height: 420px; }
  .contact-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .forms-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 1.1rem; }
  .brand { width: 165px; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 62% center; }
  .hero-content { width: calc(100% - 2.2rem); min-height: 660px; justify-content: flex-end; padding: 7rem 0 4.8rem; }
  .hero h1 { font-size: clamp(2.85rem, 12.4vw, 4.4rem); }
  .hero-sub { margin-top: 1.4rem; font-size: .95rem; }
  .hero-actions { margin-top: 1.8rem; }
  .hero-actions .button { flex: 1; min-width: 0; padding-inline: .6rem; }
  .hero-worship { position: absolute; width: 100%; padding: 1.05rem 1.1rem; grid-template-columns: 1fr auto; }
  .hero-worship strong { font-size: 1rem; }
  .scroll-mark { display: none; }
  .mobile-quick { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-bottom: 1px solid var(--line); }
  .mobile-quick a { padding: 1.15rem 1.1rem; border-right: 1px solid var(--line); }
  .mobile-quick span, .mobile-quick strong { display: block; }
  .mobile-quick span { color: var(--blue); font-size: .68rem; font-weight: 800; }
  .mobile-quick strong { margin-top: .1rem; font-size: .8rem; line-height: 1.35; }
  .section { padding: 5rem 1.1rem; }
  .church-about { gap: 2.6rem; }
  .about-lead h2 { font-size: 3.15rem; }
  .about-en { margin-top: 1.8rem; font-size: 2.55rem; }
  .about-body p { font-size: 1rem; line-height: 1.85; }
  .denomination-inner { grid-template-columns: 1fr; gap: 2rem; padding: 4.5rem 1.1rem; }
  .denomination-ci { min-height: 190px; padding: 2rem; }
  .denomination-ci img { width: min(100%, 300px); }
  .denomination-message h2 { font-size: 2.35rem; }
  .denomination-message > p:last-child { font-size: 1rem; }
  .gospel-callout { grid-template-columns: 1fr; gap: .6rem; padding: 1.5rem; }
  .split-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .split-heading > p { margin-left: 0; font-size: .96rem; }
  .section-heading h2, .welcome-intro h2, .news-top h2 { font-size: 2.7rem; }
  .worship-grid { grid-template-columns: 1fr; }
  .worship-card, .worship-card.featured { grid-row: auto; min-height: 245px; padding: 1.5rem; }
  .worship-card.featured { min-height: 430px; }
  .sermon-section { min-height: 0; }
  .sermon-copy { padding: 5rem 1.1rem; }
  .sermon-en { font-size: 3.75rem; }
  .sermon-visual { min-height: 420px; }
  .sermon-visual::before { width: 225px; height: 225px; }
  .orbit-one { width: 95vw; height: 42vw; }
  .orbit-two { width: 60vw; height: 98vw; }
  .visit-grid article { grid-template-columns: 38px 1fr; gap: .4rem; }
  .visit-grid article p { grid-column: 2; }
  .visit-details { margin-top: .5rem; }
  .guide-card { padding: 1.5rem; }
  .guide-card header { align-items: start; margin-bottom: 1.5rem; }
  .guide-group { padding: 1.25rem 0; }
  .floor-list li { grid-template-columns: 42px 1fr; }
  .next-grid { grid-template-columns: 1fr; min-height: 0; }
  .next-card { min-height: 290px; }
  .next-card.frontiers { grid-column: auto; min-height: 470px; }
  .news-top { align-items: flex-end; }
  .news-top .text-link { font-size: .84rem; }
  .news-grid { grid-template-columns: 1fr; gap: 3rem; }
  .news-art { aspect-ratio: 5 / 4; }
  .contact-heading h2 { font-size: 2.7rem; }
  .form-card { padding: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .location-copy { padding: 5rem 1.1rem; }
  .location-map { min-height: 450px; }
  .site-footer { padding: 3.5rem 1.1rem; }
  .denomination-note { padding: 1.7rem 0; }
  .denomination-copy strong { font-size: .96rem; }
  .denomination-copy p { font-size: .85rem; }
  .footer-meta { flex-direction: column; gap: .25rem; }
  .desktop-only { display: none; }
}

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

/* Hannuree: clear blue, generous space, editorial typography. */
:root { --accent: #d7ee85; }
body { word-break: keep-all; overflow-wrap: break-word; }
section[id] { scroll-margin-top: 100px; }
:focus-visible { outline: 3px solid #718fff; outline-offset: 5px; }
.site-header { position: sticky; height: 88px; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); }
.site-header.scrolled { height: 88px; }
.brand { width: 188px; flex-shrink: 0; }
.brand img { filter: none; }
.main-nav { gap: clamp(.85rem, 1.6vw, 1.8rem); }
.main-nav a { font-size: .875rem; }
.main-nav a[href="#welcome"] { padding: .6rem 1rem; color: var(--blue); background: var(--blue-light); border-radius: 40px; }
.hero { margin: 20px 24px 0; border-radius: 24px; min-height: 690px; min-height: min(780px, calc(100svh - 128px)); }
.hero-content { min-height: 690px; min-height: min(780px, calc(100svh - 128px)); width: min(1200px, calc(100% - 112px)); padding: 5rem 0 8rem; }
.hero-media { background-image: linear-gradient(90deg, rgba(8,18,33,.85), rgba(8,18,33,.4) 60%, rgba(8,18,33,.12)), url("./assets/worship-hero.png"); }
.hero h1 { font-size: clamp(3.2rem, 5.7vw, 5.65rem); font-weight: 650; letter-spacing: -.055em; line-height: 1.24; }
.hero h1 span { color: #fff; }
.hero .eyebrow { font-size: .75rem; color: #d7ee85; letter-spacing: .2em; }
.hero-denomination { border: none; background: none; padding: 0; font-weight: 500; color: #e0e5ec; order: 4; margin: 2rem 0 0; font-size: .8125rem; backdrop-filter: none; }
.hero-sub { margin-top: 1.4rem; color: #e4e7ed; font-size: 1.0625rem; }
.button { border-radius: 40px; min-height: 54px; font-size: 1rem; padding: .9rem 1.5rem; }
.hero-actions .primary { background: var(--accent); color: #172510; }
.hero-actions .primary::after { content: "↗"; margin-left: 2rem; }
.hero-actions .primary:hover { background: #e6f7ae; }
.hero-worship { right: 32px; bottom: 28px; width: 340px; border: 1px solid #ffffff4d; border-radius: 16px; padding: 1.1rem 1.4rem; background: #ffffff14; backdrop-filter: blur(18px); }
.hero-worship span { font-size: .75rem; color: #d7ee85; }
.hero-worship small { color: #fff; font-size: .875rem; }
.scroll-mark { left: 56px; bottom: 38px; font-size: .75rem; }
@media(max-width: 980px) {
 .site-header,.site-header.scrolled { height: 72px; }
 .hero { margin: 12px; }
 .hero-content { width: calc(100% - 64px); }
 .main-nav a { font-size: 1.7rem; }
 .main-nav a[href="#welcome"] { color: #fff; background: none; padding: 0; }
}
@media(max-width: 680px) {
 .hero { border-radius: 18px; min-height: 730px; }
 .hero-content { min-height: 730px; width: calc(100% - 40px); padding: 3rem 0 10rem; justify-content: center; }
 .hero h1 { font-size: clamp(2.15rem, 8.1vw, 3.4rem); line-height: 1.3; }
 .hero-worship { right: 20px; bottom: 22px; width: calc(100% - 40px); }
 .hero-sub { font-size: 1rem; }
 .hero-denomination { margin-top: 1.5rem; }
 .hero-actions { flex-wrap: wrap; }
 .hero-actions .button { font-size: .9375rem; }
}

/* Continuous layout and readable, quiet information surfaces. */
.mobile-quick { max-width: 1272px; margin: 0 auto; padding: 1.5rem 0; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.mobile-quick a { position: relative; padding: .7rem 2rem; border-right: 1px solid var(--line); transition: color .2s; }
.mobile-quick a:last-child { border: none; }
.mobile-quick a::after { content: "↗"; position: absolute; right: 2rem; top: 1.2rem; color: var(--blue); }
.mobile-quick span { display: block; color: var(--muted); font-size: .875rem; }
.mobile-quick strong { display: block; margin-top: .3rem; font-size: 1.125rem; font-weight: 650; }
.mobile-quick a:hover { color: var(--blue); }
.section { padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); }
h2, h3 { font-weight: 650; }
.section-heading h2, .welcome-intro h2, .news-top h2, .contact-heading h2, .location-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.25; letter-spacing: -.055em; }
.eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.about-lead h2 { font-size: clamp(3rem, 5.2vw, 5rem); line-height: 1.2; font-weight: 650; }
.about-en { margin-top: 2.5rem; color: #657595; font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1.1; font-weight: 500; letter-spacing: -.045em; }
.about-body p { font-size: 1.0625rem; }
.gospel-callout { padding: 1.6rem 0 1.6rem 1.8rem; border-left: 3px solid var(--blue); background: #f5f7fd; border-radius: 0 16px 16px 0; }
.gospel-callout strong { color: var(--ink); font-weight: 650; }
.gospel-callout span { color: var(--blue); font-size: .75rem; }
.denomination-section { background: #f5f7fb; }
.denomination-inner { grid-template-columns: .65fr 1.35fr; gap: 4rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }
.denomination-ci { min-height: 160px; padding: 2rem; background: none; box-shadow: none; }
.denomination-ci img { max-width: 260px; }
.denomination-message h2 { font-size: clamp(1.7rem, 2.5vw, 2.4rem); line-height: 1.4; }
.denomination-message h2 br { display: none; }
.denomination-message > p:last-child { margin-top: 1rem; font-size: 1rem; }
.worship-grid { grid-template-columns: 1.15fr 1fr; gap: 14px; }
.worship-card { border-radius: 20px; padding: 1.8rem 2rem; min-height: 180px; background: #f5f7fb; border: none; }
.worship-card.featured { grid-row: span 3; min-height: 568px; padding: 2.4rem; background: #234ee8; }
.worship-card.dark, .worship-card.blue { color: var(--ink); background: #f5f7fb; }
.worship-card .time { font-size: 1.125rem; margin-top: 1.6rem; }
.card-kicker { opacity: 1; color: #58647b; font-size: .75rem; }
.featured .card-kicker { color: #dce5ff; }
.card-number { opacity: 1; color: #68738a; font-size: .75rem; }
.featured .card-number { color: #dce5ff; }
.worship-card h3 { font-size: 1.8rem; }
.featured h3 { font-size: 2.7rem; }
.schedule-list dd { font-weight: 550; }
.sermon-section { min-height: 600px; margin: 0 24px; border-radius: 24px; background: #131f39; grid-template-columns: 1.1fr .9fr; }
.sermon-copy { padding: 4.5rem clamp(2rem, 6vw, 6rem); }
.series-count { color: #b6c3dd; font-size: .75rem; margin-bottom: 2rem; }
.sermon-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.5rem); font-weight: 600; }
.sermon-en { color: #d7ee85; font-size: clamp(3rem, 5.5vw, 6rem); line-height: .98; font-weight: 550; letter-spacing: -.05em; }
.sermon-visual { min-height: 100%; background: #234ee8; padding: 3rem; display: flex; align-items: center; justify-content: center; }
.sermon-visual::before { content: none; }
.orbit { display: none; }
.power-word { position: static; writing-mode: horizontal-tb; color: #d7ee85; font-size: clamp(4rem, 7vw, 8rem); line-height: .9; letter-spacing: -.065em; font-weight: 650; overflow-wrap: normal; }
.sermon-visual .power-word { max-width: 5ch; word-break: break-all; }
.visit-grid article { grid-template-columns: 32px 100px 1fr; gap: 1rem; }
.visit-grid article > span { font-size: .875rem; }
.visit-grid h3 { font-weight: 650; }
.guide-card { border-radius: 20px; }
.transit-card { background: #17243b; }
.building-card { background: #eff3ff; color: var(--ink); }
.building-card header p, .floor-list strong { color: var(--blue); }
.floor-list li { border-color: #d9e0f2; }
.guide-card header p, .guide-label { font-size: .75rem; }
.floor-list strong, .bus-list dt { font-size: .875rem; }
.next-grid { min-height: 390px; gap: 16px; grid-template-columns: 1fr 1fr 1.3fr; }
.next-card { padding: 2rem; border-radius: 20px; }
.next-card::before { content: none; }
.next-card.elementary { color: #19280e; background: #d7ee85; }
.next-card.youth { color: #172546; background: #e6edff; }
.next-card.frontiers { background: #234ee8; }
.next-card p, .next-schedule span, .next-card dt { color: inherit; opacity: 1; font-size: .75rem; }
.next-card h3 { font-size: 2.5rem; }
.next-schedule { border-color: #182e472e; }
.next-schedule small { color: inherit; font-size: .9375rem; }
.next-schedule strong { font-weight: 650; }
.next-card dd { font-size: 1rem; }
.next-card dd small { color: #e4ebff; font-size: .9375rem; }
.news-art { aspect-ratio: 1.5; border-radius: 18px; padding: 1.7rem; }
.news-art::before, .news-art::after { content: none; }
.news-art span { font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 600; line-height: 1.03; }
.news-card.gathering .news-art { color: #203314; background: #d7ee85; }
.news-card.word .news-art { background: #17243b; }
.news-card p { font-size: .75rem; }
.news-card h3 { font-weight: 650; }
.news-card time { display: block; margin-top: .35rem; font-size: .9375rem; }
.contact-section { background: #f3f6fc; }
.form-card { border-radius: 20px; border-color: #e1e6ef; }
.reservation-card { border-top: 1px solid #e1e6ef; }
.form-card-header h3 { font-size: 2rem; }
.form-card-header p, .form-card-header > span { font-size: .75rem; }
.form-card label { font-size: .9375rem; }
.form-card input, .form-card select, .form-card textarea { border-radius: 9px; font-size: 1rem; }
.consent-check { display: flex !important; font-size: .875rem !important; }
.form-submit { border-radius: 10px; }
.form-privacy { font-size: .875rem; }
.location-section { min-height: 510px; background: #234ee8; }
.location-copy { padding: 5rem max(1.5rem, calc((100vw - 1272px) / 2)); padding-right: 2rem; }
.location-map { min-height: 420px; padding: 3rem; background: #17243b; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.location-map::after { content: none; }
.location-map .arrival-label { position: static; text-align: left; color: #d7ee85; font-size: .75rem; letter-spacing: .15em; }
.location-map h3 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.25; margin: 1.2rem 0 2rem; }
.arrival-route { padding: 1.2rem 0; border-top: 1px solid #ffffff30; display: grid; grid-template-columns: 90px 1fr; gap: 1rem; }
.arrival-route span { font-size: .875rem; color: #bac8e0; }
.arrival-route strong { font-size: 1rem; font-weight: 550; }
.arrival-route small { display: block; color: #bac8e0; font-size: .875rem; margin-top: .4rem; }
.address-block strong { font-size: .75rem; color: #dce5ff; }
.address-block p span { color: #e3eaff; font-size: 1rem; }
.site-footer { background: #111b2d; }
.copyright { font-size: .75rem; }
@media(max-width: 980px) {
 .mobile-quick { margin: 0 24px; }
 .sermon-section { grid-template-columns: 1fr; }
 .sermon-visual { min-height: 250px; }
 .sermon-visual .power-word { max-width: none; word-break: normal; font-size: clamp(3rem, 12vw, 7rem); }
 .next-grid { grid-template-columns: 1fr 1fr; }
 .next-card.frontiers { min-height: 340px; }
 .location-section { grid-template-columns: 1fr; }
 .location-map { padding: 3rem 1.5rem; }
}
@media(max-width: 680px) {
 .mobile-quick { margin: 0 20px; padding: 1rem 0; }
 .mobile-quick a { padding: .4rem .65rem; }
 .mobile-quick a::after { display: none; }
 .mobile-quick span { font-size: .875rem; }
 .mobile-quick strong { font-size: .875rem; line-height: 1.5; }
 .section { padding: 4rem 1.25rem; }
 .denomination-inner { grid-template-columns: 1fr; gap: 1.5rem; padding: 2.5rem 1.25rem; }
 .denomination-ci { min-height: 0; justify-items: start; padding: 0; }
 .denomination-ci img { max-width: 190px; }
 .denomination-message h2 { font-size: 1.7rem; }
 .worship-grid { grid-template-columns: 1fr; }
 .worship-card.featured { grid-row: auto; min-height: 420px; padding: 1.8rem; }
 .worship-card { min-height: 180px; }
 .sermon-section { margin: 0 12px; border-radius: 18px; }
 .sermon-copy { padding: 3rem 1.5rem; }
 .sermon-visual { min-height: 210px; padding: 1.5rem; }
 .visit-grid article { grid-template-columns: 28px 1fr; }
 .visit-grid article p { grid-column: 2; }
 .next-grid { grid-template-columns: 1fr; }
 .next-card.frontiers { grid-column: auto; }
 .next-card { min-height: 285px; }
 .news-grid { gap: 2rem; }
 .news-art { aspect-ratio: 1.6; }
 .contact-heading-copy a { overflow-wrap: anywhere; }
 .location-actions { flex-wrap: wrap; }
 .location-copy { padding: 4rem 1.25rem; }
 .location-map { min-height: 360px; padding: 2.5rem 1.25rem; }
}
