body {
  color: var(--mmbc-ink);
  background:
    radial-gradient(circle at top left, rgba(199, 139, 60, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(0, 92, 173, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f4efe5 100%);
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  color: var(--mmbc-navy);
  letter-spacing: -0.02em;
}

a {
  color: var(--mmbc-blue);
}

a:hover,
a:focus {
  color: var(--mmbc-copper);
}

#page {
  overflow: hidden;
}

.site-header.mmbc-site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  width: min(calc(100% - 32px), 1200px);
  margin: 24px auto 0;
  padding: 18px 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 34, 64, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0, 34, 64, 0.08);
}

.mmbc-branding {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mmbc-fallback-logo img {
  width: 160px;
  height: auto;
  display: block;
}

.mmbc-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mmbc-brand-title {
  color: var(--mmbc-navy);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.mmbc-brand-subtitle {
  margin: 0;
  color: var(--mmbc-muted);
  font-size: 0.82rem;
}

.mmbc-navigation {
  display: flex;
  justify-content: center;
}

.mmbc-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mmbc-nav-list a {
  color: var(--mmbc-navy);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.mmbc-nav-list a:hover,
.mmbc-nav-list a:focus {
  color: var(--mmbc-copper);
}

.mmbc-header-cta,
.mmbc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mmbc-header-cta {
  color: var(--mmbc-white);
  background: linear-gradient(135deg, var(--mmbc-blue), #1471bf);
  box-shadow: 0 14px 28px rgba(0, 92, 173, 0.25);
}

.mmbc-header-cta:hover,
.mmbc-header-cta:focus,
.mmbc-button:hover,
.mmbc-button:focus {
  transform: translateY(-2px);
}

.mmbc-homepage {
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto 56px;
}

.mmbc-section-shell {
  margin-top: 40px;
}

.mmbc-hero,
.mmbc-welcome,
.mmbc-band,
.mmbc-visit,
.mmbc-grid,
.mmbc-actions,
.mmbc-hero__details,
.mmbc-grid--ministries,
.mmbc-card--featured,
.mmbc-card--profile,
.mmbc-section-heading {
  display: grid;
  gap: 24px;
}

.mmbc-hero {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  padding: 48px 0 0;
}

.mmbc-eyebrow {
  margin: 0 0 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--mmbc-copper);
}

.mmbc-eyebrow--light {
  color: #ecd2ad;
}

.mmbc-homepage h1 {
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 5.3rem);
  line-height: 0.92;
}

.mmbc-homepage h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 0.96;
}

.mmbc-homepage h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
}

.mmbc-lead,
.mmbc-card p,
.mmbc-band p,
.mmbc-visit p {
  color: var(--mmbc-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.mmbc-actions {
  grid-auto-flow: column;
  justify-content: start;
  gap: 14px;
  margin: 28px 0 34px;
}

.mmbc-button--primary {
  color: var(--mmbc-white);
  background: linear-gradient(135deg, var(--mmbc-blue), #1471bf);
  box-shadow: 0 14px 28px rgba(0, 92, 173, 0.25);
}

.mmbc-button--secondary {
  color: var(--mmbc-navy);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 34, 64, 0.12);
}

.mmbc-button--light {
  color: var(--mmbc-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.mmbc-hero__details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmbc-hero__details article,
.mmbc-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(0, 34, 64, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 34, 64, 0.08);
}

.mmbc-hero__details span,
.mmbc-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mmbc-blue);
}

.mmbc-hero__details strong {
  display: block;
  color: var(--mmbc-ink);
  margin-bottom: 10px;
}

.mmbc-hero__details p,
.mmbc-grid--three p {
  margin: 0 0 8px;
  color: var(--mmbc-muted);
}

.mmbc-hero__media {
  position: relative;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 34, 64, 0.92), rgba(0, 34, 64, 0.75));
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(0, 34, 64, 0.18);
}

.mmbc-hero__media img,
.mmbc-card--image img,
.mmbc-card--featured img,
.mmbc-card--profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.mmbc-hero__media img {
  aspect-ratio: 4 / 5;
}

.mmbc-hero__card {
  position: absolute;
  right: -12px;
  bottom: 24px;
  width: min(250px, 76%);
  padding: 16px 18px;
  background: linear-gradient(160deg, rgba(199, 139, 60, 0.96), rgba(232, 193, 130, 0.92));
  color: var(--mmbc-navy);
  border-radius: 22px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
}

.mmbc-hero__card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mmbc-whoami {
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto 56px;
}

.mmbc-whoami__hero,
.mmbc-whoami__list,
.mmbc-whoami__passages {
  display: grid;
  gap: 4px;
}

.mmbc-whoami__hero {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  padding: 48px 0 0;
}

.mmbc-whoami__lead,
.mmbc-whoami__intro p,
.mmbc-whoami__hero-card p,
.mmbc-whoami__verse,
.mmbc-whoami__missing {
  color: var(--mmbc-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.mmbc-whoami__lead {
  max-width: 62ch;
}

.mmbc-whoami__hero h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.94;
}

.mmbc-whoami__hero-copy,
.mmbc-whoami__item {
  padding: 12px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(0, 34, 64, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 34, 64, 0.08);
}

.mmbc-whoami__number {
  display: block;
  margin-bottom: 0 !important;
  color: var(--mmbc-copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mmbc-whoami__intro {
  margin-top: 32px;
  padding: 0 6px;
}

.mmbc-whoami__list {
  margin-top: 14px;
}

.mmbc-whoami__item-header,
.mmbc-whoami__passages,
.mmbc-whoami__passage {
  margin: 0 !important;
  gap: 0 !important;
}

.mmbc-whoami .mmbc-whoami__item-header h4 {
  margin: 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.15 !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 700 !important;
}

.mmbc-whoami__passages {
  margin-top: 0 !important;
  display: block;
}

.mmbc-whoami__passage {
  padding-top: 0 !important;
  border-top: none;
}

.mmbc-whoami__passage + .mmbc-whoami__passage {
  margin-top: 8px !important;
  padding-top: 6px !important;
  border-top: 1px solid rgba(0, 34, 64, 0.08);
}

.mmbc-whoami .mmbc-whoami__passage h6 {
  margin: 0 !important;
  font-size: 0.76rem !important;
  line-height: 1.05 !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
}

.mmbc-whoami__verse {
  margin: 0 !important;
  line-height: 1.22;
}

.mmbc-whoami__verse span {
  display: inline-block;
  min-width: 1.8rem;
  color: var(--mmbc-navy);
  font-weight: 800;
}

.mmbc-whoami__missing {
  margin: 0;
  color: #8a4b2d;
}

@media (max-width: 900px) {
  .mmbc-whoami__hero {
    grid-template-columns: 1fr;
  }
}

.mmbc-band,
.mmbc-visit {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 38px 42px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--mmbc-navy), #0b395f);
  color: var(--mmbc-white);
}

.mmbc-band h2,
.mmbc-visit h2,
.mmbc-card--quote blockquote {
  color: var(--mmbc-white);
}

.mmbc-welcome {
  grid-template-columns: 1fr 0.95fr;
}

.mmbc-card--image {
  overflow: hidden;
}

.mmbc-feature-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mmbc-feature-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  line-height: 1.6;
  font-weight: 600;
}

.mmbc-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mmbc-copper);
}

.mmbc-section-heading {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 26px;
}

.mmbc-section-heading--stacked {
  grid-template-columns: minmax(0, 760px);
}

.mmbc-section-heading--narrow {
  grid-template-columns: minmax(0, 860px);
}

.mmbc-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mmbc-grid--ministries {
  grid-template-columns: 1.2fr 0.8fr;
}

.mmbc-card--featured {
  grid-template-columns: 1fr 0.8fr;
  grid-row: span 2;
}

.mmbc-card--quote {
  background: linear-gradient(135deg, #0c3052, #185580);
}

.mmbc-card--quote blockquote {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.mmbc-card--profile {
  grid-template-columns: 180px 1fr;
  align-items: center;
}

.mmbc-card--profile img {
  aspect-ratio: 4 / 5;
}

.site-footer.mmbc-site-footer {
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto 40px;
  padding: 34px 32px;
  color: rgba(255, 255, 255, 0.82);
  background: #121418;
  border-radius: 28px 28px 0 0;
}

.mmbc-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mmbc-site-footer a {
  color: #fff;
  text-decoration: none;
}

.mmbc-footer-title {
  margin: 0 0 12px;
  color: #ecd2ad;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

@media (max-width: 1040px) {
  .site-header.mmbc-site-header,
  .mmbc-hero,
  .mmbc-band,
  .mmbc-welcome,
  .mmbc-section-heading,
  .mmbc-grid--three,
  .mmbc-grid--ministries,
  .mmbc-visit,
  .mmbc-card--featured,
  .mmbc-card--profile,
  .mmbc-footer-grid {
    grid-template-columns: 1fr;
  }

  .mmbc-brand-copy {
    display: none;
  }
}

@media (max-width: 782px) {
  .site-header.mmbc-site-header {
    position: static;
    width: min(calc(100% - 20px), 1200px);
    margin-top: 12px;
    padding: 18px;
    border-radius: 28px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .mmbc-fallback-logo img {
    width: 140px;
  }

  .mmbc-navigation,
  .mmbc-nav-list {
    width: 100%;
    justify-content: flex-start;
  }

  .mmbc-nav-list {
    gap: 14px 18px;
  }

  .mmbc-homepage {
    width: min(calc(100% - 20px), 1200px);
  }

  .mmbc-section-shell {
    margin-top: 28px;
  }

  .mmbc-hero {
    padding-top: 12px;
  }

  .mmbc-homepage h1 {
    font-size: 3.25rem;
  }

  .mmbc-homepage h2 {
    font-size: 2.4rem;
  }

  .mmbc-homepage h3 {
    font-size: 1.8rem;
  }

  .mmbc-actions {
    grid-auto-flow: row;
  }

  .mmbc-hero__details {
    grid-template-columns: 1fr;
  }

  .mmbc-band,
  .mmbc-visit,
  .mmbc-card,
  .mmbc-hero__details article,
  .site-footer.mmbc-site-footer {
    padding: 24px;
  }

  .mmbc-card--quote blockquote {
    font-size: 1.8rem;
  }

  .mmbc-hero__card {
    position: static;
    width: auto;
    margin-top: 16px;
  }
}
