:root {
  --navy:  #0f444c;
  --gold:  #c9a227;
  --light: #f8f5ef;
  --dark:  #111;
}

/* ── Global ── */
body {
  font-family: 'Georgia', serif;
  color: #333;
  background: #fff;
}

a { color: var(--gold); }
a:hover { color: var(--navy); }

h1, h2, h3, h4, h5 {
  font-family: 'Palatino Linotype', 'Palatino', serif;
  color: var(--navy);
}

/* ── Navbar ── */
.navbar {
  background: var(--navy) !important;
  border-bottom: 3px solid var(--gold);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.navbar-brand img {
  height: 69px;
  width: auto;
  transition: height 0.2s;
}

@media (max-width: 575px) {
  .navbar-brand img { height: 40px; }
  .navbar-brand-text { font-size: 0.95rem; }
  .navbar-brand-text span { font-size: 0.72rem; }
}

@media (min-width: 576px) and (max-width: 991px) {
  .navbar-brand img { height: 52px; }
}

.navbar-brand-text {
  font-family: 'Palatino Linotype', serif;
  font-size: 1.15rem;
  color: #fff;
  line-height: 1.2;
}

.navbar-brand-text span {
  display: block;
  font-size: 0.97rem;
  color: var(--gold);
  font-style: italic;
  letter-spacing: 0.04em;
}

.navbar-nav .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-family: 'Arial', sans-serif;
  font-size: 0.87rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem !important;
  transition: color 0.2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--gold) !important;
}

/* Dropdown */
.dropdown-menu {
  background: var(--navy);
  border: 1px solid rgba(201,162,39,0.35);
  border-radius: 0;
  padding: 0.25rem 0;
  margin-top: 3px !important;
}

.dropdown-item {
  color: rgba(255,255,255,0.82);
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(201,162,39,0.18);
  color: var(--gold);
}

/* Giving button in nav */
.nav-giving {
  background: var(--gold);
  color: #fff !important;
  border-radius: 2px;
  padding: 0.4rem 1rem !important;
  font-weight: 600;
  margin-left: 0.5rem;
}

.nav-giving:hover {
  background: #a8831e;
  color: #fff !important;
}

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #072b31 60%, #0a3840 100%);
  color: #fff;
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a227' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

.hero-title {
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.hero-tagline {
  font-size: clamp(0.95rem, 2.5vw, 1.2rem);
  color: var(--gold);
  font-style: italic;
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
}

.hero-divider {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 1.25rem 0;
}

.btn-gold {
  background: var(--gold);
  color: #fff;
  border: none;
  padding: 0.65rem 1.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
}

.btn-gold:hover {
  background: #a8831e;
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-gold {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
  padding: 0.6rem 1.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}

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

.btn-outline-gold.btn-sm {
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
}

.btn-yt {
  border: 2px solid #ff0000;
  color: #ff6b6b;
  background: transparent;
  padding: 0.6rem 1.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}

.btn-yt:hover {
  background: #ff0000;
  color: #fff;
}

/* ── Service Times Bar ── */
.service-bar {
  background: var(--gold);
  color: var(--navy);
  padding: 12px 0;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.service-bar span { margin: 0 18px; }

/* ── Section ── */
.section { padding: 70px 0; }
.section-light { background: var(--light); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy p { color: rgba(255,255,255,0.85); }

.section-label {
  font-family: 'Arial', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin-top: 0.4rem;
}

.gold-rule {
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin: 1rem 0 1.5rem;
}

/* ── Service Cards ── */
.service-card {
  border: none;
  border-top: 4px solid var(--gold);
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.service-card .card-body { padding: 1.75rem; }

.service-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.service-time {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  font-family: 'Palatino Linotype', serif;
}

.service-name {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  font-weight: 600;
}

/* ── Info Cards ── */
.info-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 4px;
  transition: background 0.2s;
}

.info-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}

.icon-red   { background: #fdecea; color: #c0392b; }
.icon-green { background: #e8f8f0; color: #27ae60; }
.icon-blue  { background: #e8f0fd; color: #2c6fad; }
.icon-gold  { background: #fdf8e8; color: var(--gold); }

/* ── Modals ── */
.modal-content { border-radius: 0 !important; }
.modal-header  { border-radius: 0 !important; }

/* ── Page Hero (inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy), #072b31);
  color: #fff;
  padding: 54px 0 42px;
  border-bottom: 3px solid var(--gold);
}

.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.page-hero .breadcrumb-item a { color: var(--gold); }
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,0.6); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ── Feature Cards (Who We Are grid) ── */
.feature-card {
  background: #fff;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 3px 14px rgba(0,0,0,0.07);
  height: 100%;
}

.feature-card .fi-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
}

/* ── Footer ── */
footer {
  background: #071e22;
  color: rgba(255,255,255,0.7);
  padding: 50px 0 24px;
  font-size: 0.9rem;
}

footer h5 {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

footer p, footer address { color: rgba(255,255,255,0.65); }

footer a { color: rgba(255,255,255,0.75); text-decoration: none; }
footer a:hover { color: var(--gold); }

footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 0.45rem; }
footer ul li a::before { content: '›'; margin-right: 6px; color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.25rem;
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* ── Nav Tabs ── */
.nav-tabs { border-bottom: 2px solid var(--gold); }

.nav-tabs .nav-link {
  color: var(--navy);
  font-family: 'Arial', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 0.6rem 1.25rem;
}

.nav-tabs .nav-link:hover { color: var(--gold); background: transparent; }

.nav-tabs .nav-link.active {
  color: var(--navy);
  font-weight: 700;
  background: #fff;
  border: none;
  border-bottom: 3px solid var(--gold);
}

.tab-content { border: 1px solid #e0d9ce; border-top: none; padding: 1.5rem; }

/* ── FAQ Accordion ── */
.accordion-button {
  font-family: 'Georgia', serif;
  color: var(--navy);
  font-weight: 600;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  background: var(--navy);
  color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after { filter: invert(1); }
.accordion-button:focus { box-shadow: none; }

.accordion-item {
  border: 1px solid #e0d9ce;
  margin-bottom: 0.5rem;
  border-radius: 0 !important;
  overflow: hidden;
}

/* ── Staff Cards ── */
.staff-card {
  border: none;
  border-left: 4px solid var(--gold);
  box-shadow: 0 3px 16px rgba(0,0,0,0.07);
  border-radius: 0;
  padding: 2rem;
  margin-bottom: 2rem;
}

.staff-card img {
  border-radius: 0;
  border: 3px solid rgba(201,162,39,0.35);
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* ── Updates ── */
.update-card {
  border: none;
  border-bottom: 1px solid #e8e0d4;
  padding: 1.25rem 0;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.update-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 25% 25%;
  flex-shrink: 0;
  border: 2px solid rgba(201,162,39,0.3);
}

.update-card h5 { color: var(--navy); font-size: 1rem; margin-bottom: 0.2rem; }
.update-card .update-date { font-size: 0.8rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; }

/* ── Video Cards ── */
.video-month-label {
  font-family: 'Arial', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #e8e0d4;
  margin-bottom: 1rem;
}

.yt-facade { position: relative; cursor: pointer; display: block; width: 100%; border-radius: 0; overflow: hidden; }
.yt-facade img { width: 100%; display: block; }
.yt-facade::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z' fill='%23f00'/%3E%3Cpath d='M45 24 27 14v20' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}
.yt-facade:hover::after { opacity: 1; }

/* ── Responsive ── */
@media (max-width: 767px) {
  .service-bar span { display: block; margin: 4px 0; }
  .hero { padding: 60px 0 50px; }
}
