:root { --bg: #0b0b0c; --surface: #121214; --text: #f5f0e8; --muted: #a49f98; --gold: #d6a44b; --fire: #ec5a27; --line: rgba(245, 240, 232, .14); --serif: 'Libre Baskerville', Georgia, serif; --sans: 'DM Sans', Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: var(--sans); }
a { color: inherit; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.site-header, main, .site-footer { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; height: 102px; border-bottom: 1px solid var(--line); }
.brand-logo { display: block; width: 82px; height: 82px; object-fit: contain; mix-blend-mode: screen; }
.main-nav { display: flex; gap: 36px; margin-left: auto; margin-right: 45px; }
.main-nav a, .nav-cta, .text-link { font-size: .76rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a { color: var(--muted); transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; border: 1px solid var(--line); transition: border-color .2s ease, background .2s ease; }
.nav-cta:hover { border-color: var(--gold); background: rgba(214, 164, 75, .1); }
.nav-cta svg, .primary-button svg, .text-link svg { width: 15px; height: 15px; }
.menu-toggle { display: none; color: var(--text); border: 0; background: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; align-items: center; gap: 60px; padding: 54px 0 90px; }
.hero-copy { padding-left: 5.5%; }
.hero-kicker, .section-label { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: .69rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.kicker-line, .label-line { width: 38px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin: 27px 0 26px; font-family: var(--serif); font-size: clamp(3.9rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.08em; line-height: .99; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-intro { max-width: 410px; margin-bottom: 35px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.primary-button { display: inline-flex; align-items: center; gap: 24px; padding: 16px 20px; color: #16120f; background: var(--gold); font-size: .73rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.primary-button:hover { background: #f0c36a; transform: translateY(-3px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--text); border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.hero-visual { position: relative; display: grid; min-height: 530px; place-items: center; overflow: hidden; background: #050506; }
.visual-glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(235, 79, 29, .28), transparent 64%); filter: blur(18px); }
.visual-orbit { position: absolute; width: 79%; aspect-ratio: 1; border: 1px solid rgba(214, 164, 75, .45); border-radius: 50%; }
.visual-orbit::after { content: ''; position: absolute; top: 8%; left: 13%; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px 6px rgba(214, 164, 75, .5); }
.hero-logo { position: relative; z-index: 1; width: 82%; height: auto; mix-blend-mode: screen; filter: drop-shadow(0 15px 35px rgba(238, 86, 31, .25)); }
.visual-label { position: absolute; right: 25px; bottom: 24px; color: var(--muted); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.scripture-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 31px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scripture-strip svg { width: 22px; color: var(--fire); }
.scripture-strip p { margin: 0; font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.scripture-strip span { color: var(--muted); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.live-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding: 110px 8% 120px; background: var(--surface-2); }
.live-copy h2 { margin: 32px 0 22px; }
.live-copy p { max-width: 380px; margin-bottom: 30px; color: var(--muted); line-height: 1.75; }
.live-card { position: relative; display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; color: var(--text); background: radial-gradient(circle at 50% 50%, rgba(236, 90, 39, .3), transparent 48%), #09090a; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.live-card::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(214, 164, 75, .34); pointer-events: none; }
.live-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(0, 0, 0, .35); }
.live-card-top, .live-card-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.live-card-top { color: var(--gold); }
.live-dot { width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--fire); box-shadow: 0 0 0 5px rgba(236, 90, 39, .17); }
.live-card-icon { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; align-self: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.live-card-icon svg { width: 22px; fill: currentColor; }
.live-card-bottom { align-items: end; letter-spacing: 0; text-transform: none; }
.live-card-bottom strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.live-card-bottom span { color: var(--muted); font-size: .75rem; }
.about-section, .gatherings { padding: 145px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-top: 45px; padding-left: 15%; }
h2 { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 400; letter-spacing: -.07em; line-height: 1.07; }
.about-copy { max-width: 420px; padding-top: 11px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.about-copy p { margin-bottom: 22px; }
.about-copy .text-link { margin-top: 18px; }
.gatherings { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.section-heading h2 { margin: 37px 0 0; }
.gathering-list { margin-top: 65px; border-top: 1px solid var(--line); }
.gathering { display: grid; grid-template-columns: 130px 1fr 130px 46px; align-items: center; gap: 40px; min-height: 145px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.gathering:hover { padding: 0 20px; background: var(--surface); }
.date { display: grid; gap: 7px; color: var(--gold); }
.date strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.date span, .gathering-time span { color: var(--muted); font-size: .65rem; letter-spacing: .14em; }
.gathering-info h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.gathering-info p { margin: 0; color: var(--muted); font-size: .82rem; }
.gathering-time { font-size: 1rem; }
.gathering-time span { margin-left: 4px; }
.round-link { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: color .2s, border-color .2s; }
.round-link:hover { color: var(--gold); border-color: var(--gold); }
.round-link svg { width: 16px; }
.site-footer { padding: 76px 0 31px; border-top: 1px solid var(--line); }
.construction-notice { display: flex; align-items: center; gap: 14px; padding: 17px 19px; border: 1px solid rgba(214, 164, 75, .34); background: rgba(214, 164, 75, .07); }
.construction-notice > div { display: grid; gap: 4px; flex: 1; }
.construction-notice strong { color: var(--gold); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.construction-notice span:not(.status-dot) { color: var(--muted); font-size: .78rem; }
.construction-notice > svg { width: 19px; color: var(--gold); }
.status-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--fire); box-shadow: 0 0 0 5px rgba(236, 90, 39, .14); }
.footer-brand { display: flex; align-items: center; gap: 27px; }
.footer-brand img { width: 120px; mix-blend-mode: screen; }
.footer-brand p { color: var(--muted); font-family: var(--serif); font-size: .92rem; line-height: 1.6; }
.footer-contact { display: grid; gap: 8px; max-width: 270px; margin: 60px 0 70px auto; }
.footer-contact span { color: var(--gold); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact a { font-family: var(--serif); font-size: 1.08rem; text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact a svg, .footer-location svg { width: 13px; height: 13px; vertical-align: -2px; }
.footer-location { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(20px); }
@media (max-width: 780px) {
  .site-header, main, .site-footer { width: min(100% - 36px, 620px); }
  .site-header { height: 78px; }
  .brand-logo { width: 62px; height: 62px; }
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-header.menu-open { background: var(--bg); }
  .site-header.menu-open .main-nav { position: absolute; top: 78px; right: 0; left: 0; display: grid; gap: 0; margin: 0; padding: 20px 0; background: var(--bg); border-bottom: 1px solid var(--line); }
  .site-header.menu-open .main-nav a { padding: 15px 0; }
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 45px; padding: 75px 0 70px; }
  .hero-copy { padding-left: 0; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.7rem); }
  .hero-visual { min-height: 390px; }
  .hero-logo { width: 88%; }
  .scripture-strip { grid-template-columns: auto 1fr; gap: 15px; }
  .scripture-strip span { grid-column: 2; }
  .live-section { grid-template-columns: 1fr; gap: 48px; padding: 80px 0; }
  .live-card { min-height: 300px; }
  .about-section, .gatherings { padding: 90px 0; }
  .about-grid, .section-heading { grid-template-columns: 1fr; gap: 25px; padding-left: 0; }
  .about-grid { margin-top: 32px; }
  .section-heading h2 { margin-top: 20px; }
  .gathering { grid-template-columns: 72px 1fr 45px; gap: 15px; min-height: 150px; }
  .gathering-time { display: none; }
  .gathering:hover { padding: 0 10px; }
  .footer-contact { margin-left: 0; }
  .construction-notice { align-items: flex-start; }
  .construction-notice > svg { margin-top: 2px; }
  .footer-bottom { display: grid; gap: 10px; }
}
