:root {
  /* Paleta inspirada nas cores institucionais da IPB: Pantone 350C e cinza K70. */
  --ink: #39413b;
  --ink-deep: #18361f;
  --teal: #2c5234;
  --teal-soft: #52745b;
  --cream: #f0f1ed;
  --paper: #fafaf7;
  --white: #ffffff;
  --gold: #78927d;
  --gold-light: #c9d9cd;
  --coral: #5f625f;
  --sage: #4f7559;
  --line: rgba(44, 82, 52, 0.16);
  --ipb-font: "Zapf Humanist BT", Optima, Candara, "Segoe UI", sans-serif;
  --serif: var(--ipb-font);
  --sans: var(--ipb-font);
  --max-width: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.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; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--gold); color: var(--ink-deep); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 84px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background: rgba(250, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; margin-right: auto; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; color: var(--ink); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ipb-symbol { position: relative; width: 58px; height: 44px; display: block; flex: none; overflow: hidden; }
.ipb-symbol img { position: absolute; top: 0; left: -60px; width: 126px; max-width: none; height: auto; }
.brand-wordmark { color: #5f625f; font-family: var(--ipb-font); }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-family: inherit; font-size: 1.02rem; font-weight: 700; letter-spacing: -.025em; }
.brand small { margin-top: .3rem; color: var(--teal); font-family: inherit; font-size: .66rem; font-weight: 700; letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav a { position: relative; font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-cta { padding: .68rem 1.05rem; border: 1px solid var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: .25s; }
.header-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  color: var(--white);
  background: var(--teal);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; }
.hero-content { position: relative; z-index: 2; align-self: center; width: min(770px, 80%); margin-left: clamp(1.5rem, 8vw, 9rem); padding: 5rem 0; }
.eyebrow { margin: 0 0 1.25rem; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.hero h1, .gatherings h2, .visit h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.hero h1 { max-width: 760px; font-size: clamp(4.3rem, 8vw, 8.4rem); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 575px; margin: 2rem 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 50px; padding: .85rem 1.25rem; border: 0; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink-deep); background: var(--gold-light); }
.button-primary:hover { background: #dce6de; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--teal-soft); }
.button-full { width: 100%; }
.text-link { display: inline-block; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .77rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.light-link { color: var(--white); }
.hero-verse { position: relative; z-index: 2; grid-column: 1 / 2; align-self: end; display: flex; gap: 2rem; align-items: baseline; margin: 0 clamp(1.5rem, 8vw, 9rem) 2.2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.25); }
.hero-verse span { flex: none; color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-verse blockquote { margin: 0; color: rgba(255,255,255,.74); font-family: var(--serif); font-size: clamp(.95rem, 1.4vw, 1.15rem); font-style: italic; }
.hero-shapes { position: absolute; z-index: 1; right: 0; top: 0; width: 44%; height: 100%; overflow: hidden; background: #52745b; }
.arch { position: absolute; border-radius: 50% 50% 0 0; }
.arch-one { width: 76%; height: 85%; right: -2%; bottom: -8%; background: #5f625f; }
.arch-two { width: 52%; height: 70%; left: 1%; bottom: -4%; background: #d7ded8; }
.sun { position: absolute; width: min(18vw, 240px); aspect-ratio: 1; right: 11%; top: 12%; border-radius: 50%; background: var(--teal-soft); opacity: .9; }
.cross { position: absolute; left: 21%; bottom: 17%; width: 15px; height: 38%; background: var(--ink-deep); box-shadow: 0 2px 24px rgba(0,0,0,.2); }
.cross::after { content: ""; position: absolute; width: 130px; height: 15px; left: -57px; top: 23%; background: inherit; }

.section { padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 6vw, 6.5rem); }
.section-kicker { max-width: var(--max-width); margin: 0 auto 4rem; display: flex; align-items: center; gap: 1.2rem; color: var(--teal-soft); }
.section-kicker::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-kicker span { font-family: var(--serif); color: var(--coral); }
.section-kicker p { margin: 0; font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker-light { color: rgba(255,255,255,.58); }
.section-kicker-light::after { background: rgba(255,255,255,.16); }

.welcome { background: var(--paper); }
.welcome-grid { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.welcome h2, .calendar-intro h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3rem, 5.6vw, 5.8rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.welcome-copy { max-width: 540px; }
.welcome-copy p { color: #626862; }
.welcome-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.45; }
.welcome-copy .text-link { margin-top: 1.1rem; }
.gatherings { color: var(--white); background: var(--ink-deep); }
.gatherings-heading { max-width: var(--max-width); margin: 0 auto 5rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 5rem; }
.gatherings h2 { font-size: clamp(3.5rem, 6vw, 6.4rem); }
.gatherings-heading > p:last-child { max-width: 430px; margin: 0 0 .6rem; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.schedule-list { max-width: var(--max-width); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.18); }
.schedule-item { display: grid; grid-template-columns: 160px 1fr 160px; gap: 2.5rem; align-items: center; min-height: 190px; padding: 2.5rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.schedule-day { display: flex; align-items: baseline; gap: .7rem; }
.schedule-day span { color: var(--gold-light); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.schedule-day strong { font-family: var(--serif); font-size: 3.1rem; font-weight: 400; }
.schedule-info .tag { margin: 0 0 .35rem; color: var(--coral); font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.schedule-info h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.5rem); font-weight: 400; }
.schedule-info > p:last-child { max-width: 620px; margin: 0; color: rgba(255,255,255,.58); }
.schedule-meta { display: grid; gap: .5rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.calendar-section { background: var(--cream); }
.calendar-intro { max-width: var(--max-width); margin: 0 auto 3.5rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: end; }
.calendar-intro h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.calendar-intro > p { max-width: 470px; margin: 0 0 .6rem; color: #697069; }
.calendar-layout { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 1.5rem; }
.calendar-card, .upcoming { background: var(--white); border: 1px solid var(--line); }
.calendar-card { padding: clamp(1.25rem, 3vw, 2.5rem); }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.calendar-toolbar h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 400; text-transform: capitalize; }
.calendar-nav { width: 43px; height: 43px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; transition: .2s; }
.calendar-nav:hover { color: var(--white); background: var(--ink); }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { border-bottom: 1px solid var(--line); }
.calendar-weekdays span { padding: 0 0 .75rem; color: #7b807c; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar-day { position: relative; min-height: 94px; padding: .7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; }
.calendar-day:nth-child(7n) { border-right: 0; }
.calendar-day.is-outside { color: #abadab; background: rgba(44,82,52,.025); }
.calendar-day.is-today .day-number { display: grid; place-items: center; width: 27px; height: 27px; margin: -.25rem; border-radius: 50%; color: var(--white); background: var(--coral); }
.day-number { font-size: .77rem; font-weight: 800; }
.day-events { margin-top: .55rem; display: grid; gap: .3rem; }
.calendar-event { width: 100%; padding: .25rem .35rem; overflow: hidden; border: 0; color: var(--ink); background: #e4ebe6; font-size: .62rem; font-weight: 800; text-align: left; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.calendar-event:hover { filter: brightness(.96); }
.calendar-event.study { border-left: 3px solid var(--gold); }
.calendar-event.worship { border-left: 3px solid var(--coral); background: #e6e7e4; }
.calendar-event.prayer { border-left: 3px solid var(--sage); background: #dfe9e1; }
.calendar-event.special { border-left: 3px solid var(--teal); background: #d4e1d7; }
.event-tooltip { position: fixed; z-index: 1000; width: min(320px, calc(100vw - 2rem)); padding: 1rem 1.1rem; display: grid; gap: .32rem; border: 1px solid rgba(255,255,255,.18); color: var(--white); background: var(--ink-deep); box-shadow: 0 16px 42px rgba(15,35,20,.28); pointer-events: none; opacity: 0; transform: translateY(5px); transition: opacity .15s ease, transform .15s ease; }
.event-tooltip[hidden] { display: none; }
.event-tooltip.is-visible { opacity: 1; transform: none; }
.event-tooltip::after { content: ""; position: absolute; left: var(--arrow-left, 50%); top: -6px; width: 12px; height: 12px; background: var(--ink-deep); transform: translateX(-50%) rotate(45deg); }
.event-tooltip.is-above::after { top: auto; bottom: -6px; }
.event-tooltip-type { color: var(--gold-light); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.event-tooltip strong { font-family: var(--serif); font-size: 1.08rem; line-height: 1.2; }
.event-tooltip > span:not(.event-tooltip-type) { color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.45; }
.event-tooltip-location { margin-top: .25rem; padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.16); }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 1.5rem; padding-top: 1.25rem; color: #697069; font-size: .7rem; font-weight: 800; }
.dot { display: inline-block; width: 8px; height: 8px; margin-right: .35rem; border-radius: 50%; }
.dot-study { background: var(--gold); }.dot-worship { background: var(--coral); }.dot-prayer { background: var(--sage); }.dot-special { background: var(--teal); }
.upcoming { display: flex; flex-direction: column; padding: 2rem; }
.upcoming-header { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.upcoming-header .eyebrow { margin-bottom: .5rem; }
.upcoming-header h3 { margin: 0; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
#upcoming-list { flex: 1; }
.upcoming-item { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; width: 100%; padding: 1.25rem 0; border: 0; border-bottom: 1px solid var(--line); color: inherit; background: transparent; text-align: left; cursor: pointer; }
.upcoming-item:hover .upcoming-title { color: var(--coral); }
.upcoming-date { text-align: center; }
.upcoming-date strong, .upcoming-date span { display: block; }
.upcoming-date strong { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1; }
.upcoming-date span { margin-top: .2rem; color: var(--coral); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.upcoming-title { display: block; margin: 0; font-family: var(--serif); font-size: 1.12rem; font-weight: 700; transition: .2s; }
.upcoming-time { display: block; margin: .15rem 0 0; color: #777c78; font-size: .72rem; }
.upcoming .button { margin-top: 1.5rem; }
.undated-events { max-width: var(--max-width); margin: 1.5rem auto 0; padding: 2rem; display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; border: 1px solid var(--line); background: var(--white); }
.undated-events[hidden] { display: none; }
.undated-events .eyebrow { margin-bottom: .5rem; }
.undated-events h3 { margin: 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.undated-list { display: grid; gap: .75rem; }
.undated-item { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; padding: 1rem; background: var(--cream); }
.undated-item > span { color: var(--teal); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.undated-item strong { display: block; font-family: var(--serif); font-size: 1.05rem; }
.undated-item p { margin: .2rem 0 0; color: #697069; font-size: .72rem; }

.visit { background: var(--paper); }
.visit-panel { max-width: var(--max-width); min-height: 600px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; color: var(--white); background: var(--teal); overflow: hidden; }
.visit-copy { align-self: center; padding: clamp(2.5rem, 6vw, 5.5rem); }
.visit h2 { font-size: clamp(3.8rem, 6.6vw, 6.7rem); }
.visit-copy > p:not(.eyebrow) { max-width: 430px; margin: 1.6rem 0 2.25rem; color: rgba(255,255,255,.7); }
.address-card { display: grid; grid-template-rows: 46% 54%; color: var(--ink); background: var(--cream); }
.mini-map { position: relative; overflow: hidden; background: #e2e4df; }
.mini-map iframe { width: 100%; height: 100%; display: block; border: 0; filter: saturate(.82) contrast(.96); }
.address-details { position: relative; padding: clamp(2rem, 4vw, 3.5rem); }
.address-details::before { content: ""; position: absolute; right: 2rem; top: 2rem; width: 65px; height: 65px; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle at 50% 50%, var(--coral) 0 3px, transparent 4px); }
.address-label { color: var(--coral); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.address-details h3 { margin: .7rem 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.3rem); font-weight: 400; line-height: 1.05; }
.address-details p { color: #686f69; }
.copy-address { padding: 0 0 .2rem; border: 0; border-bottom: 1px solid; color: var(--ink); background: transparent; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.copy-feedback { margin-left: .6rem; color: var(--sage); font-size: .72rem; }

.site-footer { padding: 4.5rem clamp(1.25rem, 6vw, 6.5rem) 2rem; color: rgba(255,255,255,.7); background: var(--ink-deep); }
.footer-brand { display: flex; align-items: center; justify-content: center; gap: .8rem; color: var(--white); text-align: left; }
.footer-brand strong, .footer-brand small { display: block; line-height: 1.2; }
.footer-brand strong { font-family: var(--serif); }
.footer-brand small { font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.brand-mark-footer { color: var(--gold-light); }
.site-footer > p { margin: 1.5rem auto 2rem; text-align: center; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; }
.site-footer nav a { color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-bottom { margin-top: 4rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .68rem; }

.event-dialog { width: min(520px, calc(100% - 2rem)); padding: 2.5rem; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.event-dialog::backdrop { background: rgba(15,35,20,.76); backdrop-filter: blur(3px); }
.event-dialog h2 { margin: 0 0 .5rem; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; line-height: 1.05; }
.event-dialog .eyebrow { margin-bottom: .75rem; }
.dialog-close { position: absolute; right: 1.2rem; top: 1rem; border: 0; background: transparent; color: var(--ink); font-size: 2rem; cursor: pointer; }
.dialog-date { color: var(--coral); font-weight: 800; }
.dialog-meta { margin: -.2rem 0 1rem; color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dialog-location { margin: 1.25rem 0; padding: 1rem; border-left: 3px solid var(--gold); background: var(--cream); font-size: .85rem; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@media (max-width: 980px) {
  .site-header { min-height: 74px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; gap: 0; padding: .75rem 1.25rem 1.4rem; background: var(--paper); border-bottom: 1px solid var(--line); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: .2s; }
  .main-nav.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: calc(100svh - 74px); grid-template-columns: 1fr; }
  .hero-shapes { width: 50%; opacity: .55; }
  .hero-content { width: min(86%, 720px); margin-left: 7%; }
  .hero-verse { margin-left: 7%; margin-right: 7%; }
  .welcome-grid, .calendar-intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .gatherings-heading { grid-template-columns: 1fr; gap: 2rem; }
  .schedule-item { grid-template-columns: 130px 1fr; }
  .schedule-meta { display: none; }
  .calendar-layout { grid-template-columns: 1fr; }
  .undated-events { grid-template-columns: 1fr; }
  .visit-panel { grid-template-columns: 1fr; }
  .address-card { min-height: 520px; }
}

@media (max-width: 640px) {
  .brand { gap: .55rem; }
  .brand strong { font-size: .85rem; }
  .brand small { font-size: .58rem; }
  .brand-mark { width: 44px; height: 40px; }
  .ipb-symbol img { left: -52px; width: 108px; }
  .hero-content { align-self: end; padding: 3.5rem 0 2rem; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.35rem; }
  .hero-verse { flex-direction: column; gap: .45rem; margin-bottom: 1.4rem; }
  .hero-shapes { width: 68%; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .section-kicker { margin-bottom: 2.8rem; }
  .welcome h2, .calendar-intro h2 { font-size: 3rem; }
  .schedule-item { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }
  .schedule-day strong { font-size: 2.3rem; }
  .calendar-card { padding: .8rem; }
  .calendar-day { min-height: 67px; padding: .35rem; }
  .calendar-event { height: 8px; padding: 0; color: transparent; border-left: 0 !important; border-radius: 6px; }
  .calendar-event.study { background: var(--gold); }.calendar-event.worship { background: var(--coral); }.calendar-event.prayer { background: var(--sage); }.calendar-event.special { background: var(--teal); }
  .day-events { gap: 2px; }
  .calendar-legend { gap: .8rem; font-size: .62rem; }
  .visit-panel { min-height: 0; }
  .visit-copy { padding: 3rem 2rem; }
  .visit h2 { font-size: 4rem; }
  .address-card { min-height: 520px; }
  .address-details::before { display: none; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .site-footer nav { gap: 1rem 1.5rem; }
  .event-dialog { padding: 2rem 1.4rem; }
  .event-tooltip { display: none !important; }
}

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