/* ==========================================================================
   RCCG Solution Center For All Nations — Indianapolis
   Shared stylesheet
   Palette drawn from RCCG national branding + parish "Ways to Give" collateral:
   deep navy, warm gold, crisp white, sky blue accents.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --navy: #16223d;
  --purple: #4c1864; /* RCCG national brand purple, used as accent */
  --navy-2: #1f2f52;
  --navy-3: #2a3d6b;
  --gold: #c98a2d;
  --gold-light: #e3aa4f;
  --gold-pale: #f6e7cd;
  --sky: #7db3e8;
  --ink: #232733;
  --ink-soft: #5a6070;
  --paper: #ffffff;
  --paper-warm: #f7f5f0;
  --line: #e5e2da;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(22, 34, 61, 0.12);
  --font-display: "Montserrat", Georgia, "Times New Roman", serif;
  --font-body: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16.5px;
}

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

a { color: var(--navy-3); }

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Top utility bar
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--navy);
  color: #cfd6e6;
  font-size: 0.82rem;
  padding: 0.45rem 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.topbar a { color: #e8ecf5; text-decoration: none; }
.topbar a:hover { color: var(--gold-light); }

.topbar .social {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.topbar .social a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.topbar .social svg { width: 15px; height: 15px; fill: currentColor; }

/* --------------------------------------------------------------------------
   Header / navigation
   -------------------------------------------------------------------------- */
.site-header {
  background: var(--paper);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 14px rgba(22, 34, 61, 0.08);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--navy);
  min-width: 0;
}

.brand img { width: 58px; height: 58px; flex-shrink: 0; }

.brand .brand-text { line-height: 1.2; }

.brand .brand-rccg {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.brand .brand-parish {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-weight: 700;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.main-nav a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.55rem 0.8rem;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}

.main-nav a:hover { background: var(--paper-warm); color: var(--gold); }

.main-nav a.active { color: var(--gold); }

.main-nav a.nav-cta {
  background: var(--gold);
  color: #fff;
  margin-left: 0.4rem;
}

.main-nav a.nav-cta:hover { background: var(--gold-light); color: #fff; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--navy);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(15, 24, 44, 0.72), rgba(15, 24, 44, 0.72)),
    radial-gradient(ellipse at 20% 20%, #3c5a94 0%, var(--navy-2) 45%, var(--navy) 100%);
  padding: 6.5rem 0 7rem;
  text-align: center;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.hero .kicker {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.8rem;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 1.1rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero p.lede {
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.08rem;
  color: #dde4f0;
}

.hero .hero-actions {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Page hero (interior pages) */
.page-hero {
  background:
    linear-gradient(rgba(15, 24, 44, 0.78), rgba(15, 24, 44, 0.78)),
    radial-gradient(ellipse at 80% 10%, #3c5a94 0%, var(--navy-2) 50%, var(--navy) 100%);
  color: #fff;
  text-align: center;
  padding: 3.6rem 0 3.9rem;
  border-bottom: 4px solid var(--gold);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
}

.page-hero p {
  color: #cfd8ea;
  max-width: 620px;
  margin: 0.7rem auto 0;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 0.78rem 1.7rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.12s, box-shadow 0.12s, background 0.15s;
  border: 2px solid transparent;
}

.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-light); }

.btn-outline { border-color: #fff; color: #fff; }
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }

.btn-navy { background: var(--navy-2); color: #fff; }
.btn-navy:hover { background: var(--navy-3); }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.section { padding: 4.2rem 0; }
.section.tinted { background: var(--paper-warm); }
.section.dark {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #e8ecf5;
}

.section-head { text-align: center; margin-bottom: 2.6rem; }

.section-head .kicker {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--navy);
}

.section.dark .section-head h2 { color: #fff; }

.section-head .sub {
  max-width: 640px;
  margin: 0.8rem auto 0;
  color: var(--ink-soft);
}

.section.dark .section-head .sub { color: #b9c3d9; }

/* --------------------------------------------------------------------------
   Cards / grids
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem;
  box-shadow: 0 4px 16px rgba(22, 34, 61, 0.06);
}

.card h3 {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.18rem;
  margin-bottom: 0.55rem;
}

.card .time {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
}

.card p { color: var(--ink-soft); font-size: 0.95rem; }

.card .icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.card .icon svg { width: 22px; height: 22px; fill: var(--gold); }

/* Order-of-service / detail lists inside cards */
.svc-list {
  list-style: none;
  margin-top: 0.6rem;
}

.svc-list li {
  color: var(--ink-soft);
  font-size: 0.92rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
}

.svc-list li:last-child { border-bottom: 0; }

.svc-list li span {
  display: block;
  font-weight: 700;
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.svc-list li em { font-style: normal; opacity: 0.75; font-size: 0.85em; }

.svc-list li a { color: inherit; font-weight: 600; }

.section.dark .svc-list li {
  color: #b9c3d9;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.section.dark .svc-list li span { color: var(--gold-light); }

/* Service schedule card on dark */
.section.dark .card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.section.dark .card h3 { color: #fff; }
.section.dark .card p { color: #b9c3d9; }
.section.dark .card .time { color: var(--gold-light); }

/* --------------------------------------------------------------------------
   Video embeds
   -------------------------------------------------------------------------- */
.video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: var(--radius);
  overflow: hidden;
  background: #0d1422;
  box-shadow: var(--shadow);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-top: 0.9rem;
}

/* Offline banner shown on watch.html when no live stream is running */
.live-offline {
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 3rem 1.6rem;
  max-width: 720px;
  margin: 0 auto;
}

.live-offline .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-light);
  margin-bottom: 1rem;
  animation: pulse 2.2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(227, 170, 79, 0.5); }
  50% { box-shadow: 0 0 0 10px rgba(227, 170, 79, 0); }
}

.live-offline h3 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.live-offline p { color: #b9c3d9; margin-bottom: 1.6rem; }

.live-offline-actions {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

.section.dark .video-note { color: #b9c3d9; }

/* --------------------------------------------------------------------------
   Giving page
   -------------------------------------------------------------------------- */
.give-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

.give-card {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.2rem 1.5rem;
  background: var(--paper);
  box-shadow: 0 4px 16px rgba(22, 34, 61, 0.06);
  position: relative;
}

.give-card .step {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(201, 138, 45, 0.45);
}

.give-card .give-logo {
  width: 62px;
  height: 62px;
  margin: 0.4rem auto 1rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.give-card .give-logo svg { width: 60px; height: 60px; }

.give-card h3 {
  font-family: var(--font-display);
  color: var(--navy);
  margin-bottom: 0.7rem;
  font-size: 1.25rem;
}

.give-handle {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.5rem 1.3rem;
  border-radius: 8px;
  font-size: 1.05rem;
  margin-top: 0.3rem;
  user-select: all;
}

.give-card p.hint { color: var(--ink-soft); font-size: 0.88rem; margin-top: 0.8rem; }

.give-verse {
  text-align: center;
  max-width: 660px;
  margin: 3rem auto 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  font-style: italic;
}

.give-verse .ref {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.give-tagline {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.give-tagline span { display: flex; align-items: center; gap: 0.5rem; }
.give-tagline svg { width: 17px; height: 17px; fill: var(--gold); }

/* --------------------------------------------------------------------------
   Pastor block
   -------------------------------------------------------------------------- */
.pastor-block {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2.6rem;
  align-items: start;
}

.pastor-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border-bottom: 5px solid var(--gold);
  background: var(--navy-2);
}

.pastor-photo img { width: 100%; height: auto; }

.pastor-copy h2 {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.9rem;
  margin-bottom: 0.2rem;
}

.pastor-copy .role {
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  margin-bottom: 1.2rem;
}

.pastor-copy p { margin-bottom: 1rem; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Events / announcements
   -------------------------------------------------------------------------- */
.event-list { display: grid; gap: 1.1rem; }

.event-item {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  box-shadow: 0 3px 12px rgba(22, 34, 61, 0.05);
}

.event-date {
  flex-shrink: 0;
  width: 74px;
  text-align: center;
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  padding: 0.55rem 0.3rem;
  line-height: 1.15;
}

.event-date .d { font-size: 1.4rem; font-weight: 800; display: block; }
.event-date .m {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-light);
  font-weight: 700;
}

.event-body h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 0.15rem; }
.event-body p { font-size: 0.9rem; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Contact / map
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2.2rem;
  align-items: start;
}

.contact-card h3 {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.contact-row {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-row:last-child { border-bottom: 0; }

.contact-row svg {
  width: 20px;
  height: 20px;
  fill: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.contact-row .label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
  font-weight: 700;
}

.contact-row .value { font-weight: 600; color: var(--navy); }
.contact-row .value a { text-decoration: none; color: var(--navy); }
.contact-row .value a:hover { color: var(--gold); }

.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  height: 100%;
  min-height: 380px;
}

.map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; }

/* --------------------------------------------------------------------------
   Food pantry
   -------------------------------------------------------------------------- */
.pantry-highlight {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: 2.2rem 2rem;
  text-align: center;
  box-shadow: var(--shadow);
  margin-bottom: 2.6rem;
}

.pantry-highlight .big {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
}

.pantry-highlight .small {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
}

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-3) 100%);
  color: #fff;
  text-align: center;
  padding: 3.4rem 0;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 0.6rem;
}

.cta-band p { color: #b9c3d9; margin-bottom: 1.6rem; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--navy);
  color: #aab4ca;
  padding: 3.2rem 0 0;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.2rem;
  padding-bottom: 2.4rem;
}

.site-footer h4 {
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
}

.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer a { color: #aab4ca; text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }

.footer-brand {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-brand img { width: 52px; height: 52px; }

.footer-brand .name {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.3;
}

.footer-social { display: flex; gap: 0.8rem; margin-top: 1rem; }

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.footer-social a:hover { background: var(--gold); }
.footer-social svg { width: 17px; height: 17px; fill: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem 0;
  text-align: center;
  font-size: 0.8rem;
  color: #7e89a3;
}

/* --------------------------------------------------------------------------
   TEMPORARY — RCCG Covenant House 25th Anniversary banner
   Added 2026-07-23, remove this whole block + the section in index.html by 2026-08-02.
   -------------------------------------------------------------------------- */
.jubilee-banner {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-3) 60%, var(--purple) 100%);
  color: #fff;
  padding: 2.6rem 0;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}

.jubilee-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.jubilee-badge {
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1;
  box-shadow: 0 6px 20px rgba(201, 138, 45, 0.45);
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.jubilee-badge span {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 0.15rem;
}

.jubilee-copy { flex: 1; min-width: 260px; }

.jubilee-copy .kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}

.jubilee-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  margin-bottom: 0.5rem;
}

.jubilee-copy p { color: #dde4f0; max-width: 700px; }
.jubilee-copy p a { color: var(--gold-light); font-weight: 600; }

@media (max-width: 720px) {
  .jubilee-inner { text-align: center; justify-content: center; }
}
/* --------------------------------------------------------------------------
   END TEMPORARY jubilee banner
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .grid-3, .give-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pastor-block { grid-template-columns: 1fr; }
  .pastor-photo { max-width: 420px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .grid-2, .grid-3, .give-grid { grid-template-columns: 1fr; }

  .nav-toggle { display: block; }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 3px solid var(--gold);
    box-shadow: var(--shadow);
  }

  .main-nav.open { display: block; }

  .main-nav ul { flex-direction: column; align-items: stretch; padding: 0.6rem 1rem 1rem; }

  .main-nav a { display: block; padding: 0.8rem 0.6rem; }

  .main-nav a.nav-cta { margin-left: 0; text-align: center; }

  .topbar .container { justify-content: center; }
  .topbar .addr { display: none; }
}

@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .brand .brand-rccg { font-size: 1.2rem; }
  .brand img { width: 46px; height: 46px; }
  .event-item { flex-direction: column; align-items: flex-start; }
}
