:root {
  --bg: #eef3f8;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --ink: #142236;
  --muted: #5f6c7d;
  --line: rgba(20, 34, 54, 0.12);
  --brand: #005abc;
  --brand-deep: #0f3f79;
  --brand-soft: #e8f0fb;
  --accent: #f0c648;
  --accent-deep: #d4a81e;
  --shadow: 0 28px 60px rgba(18, 36, 60, 0.12);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shell: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: #071427;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.page {
  overflow: clip;
}

main {
  background: var(--bg);
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 34, 54, 0.08);
  backdrop-filter: blur(16px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}

.brand img {
  width: clamp(105px, 12.6vw, 175px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav a {
  white-space: nowrap;
}


.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(20, 34, 54, 0.12);
  border-radius: 999px;
  background: rgba(20, 34, 54, 0.04);
}

.lang-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lang-switch__link.is-active {
  background: var(--ink);
  color: #ffffff;
}

.lang-switch__link:hover {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--nav {
  flex-shrink: 0;
  background: #ffd600;
  color: var(--ink);
}

.button--primary {
  background: var(--brand);
  color: #fff;
}

.button--nav:hover {
  background: #e6c100;
}

.button--primary:hover {
  background: var(--brand-deep);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  position: relative;
  min-height: 760px;
  color: #fff;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  background:
    linear-gradient(90deg, rgba(10, 24, 42, 0.82) 0%, rgba(10, 24, 42, 0.62) 44%, rgba(10, 24, 42, 0.34) 100%),
    url("./mkua-assets/hero.jpg") center/cover no-repeat;
}

.hero__overlay {
  background:
    radial-gradient(circle at 85% 20%, rgba(240, 198, 72, 0.25), transparent 24%),
    linear-gradient(180deg, rgba(4, 17, 34, 0.08), rgba(4, 17, 34, 0.38));
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 760px;
  padding: 140px 0 86px;
}

.hero__copy {
  width: min(100%, 980px);
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: max-content;
  align-self: start;
  min-height: 58px;
  margin-bottom: 18px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(75, 98, 130, 0.42);
  color: rgba(255, 255, 255, 0.96);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eyebrow--dark {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(75, 98, 130, 0.42);
  color: rgba(255, 255, 255, 0.96);
}

.hero .eyebrow {
  min-height: auto;
  margin-bottom: 20px;
  padding: 10px 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: normal;
  backdrop-filter: none;
  box-shadow: none;
}

.hero h1,
.section h2,
.contact-banner h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(44px, 6vw, 76px);
  max-width: none;
  white-space: nowrap;
}

.hero__lead,
.section-head p,
.intro__copy p,
.story__body p,
.ministry__body p,
.visit__copy p,
.faq p,
.stat p,
.contact-row {
  font-size: 21px;
  line-height: 1.55;
}

.hero__lead {
  max-width: 670px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.stats {
  position: relative;
  z-index: 2;
  margin-top: -56px;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat {
  padding: 30px;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stat span {
  display: block;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stat strong {
  display: block;
  margin: 14px 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.12;
}

.stat p {
  color: var(--muted);
  font-size: 18px;
}

.section {
  padding: 104px 0;
}

.section--intro {
  padding-top: 124px;
  background: linear-gradient(180deg, #eff4f8 0%, #ffffff 100%);
}

.section--light {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

.section--visit {
  background: linear-gradient(180deg, #e9f0f8 0%, #dfe9f6 100%);
}

.section--mission {
  padding: 0;
  background: linear-gradient(180deg, #eef3f8 0%, #dde8f6 100%);
}

.section--rhythm {
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 198, 72, 0.08), transparent 22%),
    linear-gradient(180deg, #10233b 0%, #0d1b2d 100%);
  color: #ffffff;
}

.section-head--rhythm {
  margin-bottom: 52px;
}

.section-head--rhythm h2,
.section-head--rhythm p {
  color: #ffffff;
}

.rhythm-list {
  display: grid;
}

.rhythm-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.68fr) minmax(0, 0.92fr);
  gap: 42px;
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rhythm-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.rhythm-item:last-child {
  padding-bottom: 0;
}

.rhythm-item__day,
.rhythm-item__what,
.rhythm-item__format {
  display: grid;
  align-content: start;
  gap: 10px;
}

.rhythm-item span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.rhythm-item__day strong {
  color: #ffd600;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(60px, 8vw, 92px);
  font-weight: 400;
  line-height: 0.95;
}

.rhythm-item__day em {
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
}

.rhythm-item__what h3,
.rhythm-item__format p {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.14;
}

.rhythm-item__format p {
  font-size: clamp(24px, 2.6vw, 38px);
}

.mission-panel {
  position: relative;
  min-height: 760px;
  color: var(--ink);
}

.mission-panel__media,
.mission-panel__overlay {
  position: absolute;
  inset: 0;
}

.mission-panel__media {
  background:
    url("./mkua-assets/mission-bg-optimized.jpg") center/cover no-repeat;
  filter: grayscale(1);
}

@media (max-width: 760px) {
  .mission-panel__media {
    background:
      url("./mkua-assets/mission-bg-mobile.jpg") center/cover no-repeat;
  }
}

.mission-panel__overlay {
  background:
    linear-gradient(180deg, rgba(16, 48, 87, 0.68) 0%, rgba(16, 48, 87, 0.78) 100%);
}

.mission-panel__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 68px;
  min-height: 760px;
  padding: 92px 0 88px;
}

.mission-copy {
  width: min(100%, 1040px);
}

.mission-copy h2 {
  margin-bottom: 34px;
  color: #ffffff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.06;
}

.mission-copy p {
  max-width: 980px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.42;
}

.mission-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: end;
}

.mission-motto span {
  display: block;
  margin-bottom: 10px;
  color: #ffd600;
  font-size: 15px;
}

.mission-motto strong {
  color: #ffd600;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
}

.mission-timeline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  color: #ffffff;
}

.mission-timeline span,
.mission-timeline strong {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
}

.mission-timeline strong {
  color: #ffd600;
}

.mission-timeline__line {
  position: relative;
  height: 1px;
  background: rgba(255, 214, 0, 0.8);
}

.mission-timeline__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd600;
  transform: translate(-50%, -50%);
}

.section--team-cta {
  padding-top: 68px;
  padding-bottom: 68px;
  background: linear-gradient(180deg, #f7fafd 0%, #e6eef8 100%);
}

.team-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 40px;
  align-items: center;
  padding: 58px 60px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 24%, rgba(240, 198, 72, 0.14), transparent 22%),
    linear-gradient(135deg, #112844 0%, #0a1626 100%);
  box-shadow: var(--shadow);
}

.team-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 42%);
  pointer-events: none;
}

.team-cta__copy,
.team-cta__art {
  position: relative;
  z-index: 1;
}

.team-cta__copy h2 {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.05;
}

.team-cta__copy h2 span:last-child {
  color: #ffd600;
  font-weight: 400;
}

.team-cta__copy p {
  max-width: 740px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.45;
}

.team-cta__button {
  display: inline-grid;
  grid-template-columns: auto 64px;
  overflow: hidden;
  min-height: 72px;
  border: 1px solid rgba(255, 214, 0, 0.75);
  color: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.team-cta__button span,
.team-cta__button strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team-cta__button span {
  padding: 0 26px;
  font-size: 18px;
  font-weight: 600;
}

.team-cta__button strong {
  border-left: 1px solid rgba(255, 214, 0, 0.75);
  font-size: 30px;
  font-weight: 400;
}

.team-cta__button:hover {
  transform: translateY(-2px);
  background: rgba(255, 214, 0, 0.08);
}

.team-cta__art {
  position: relative;
  min-height: 280px;
}

.team-cta__circle {
  position: absolute;
  top: 50%;
  right: 12px;
  width: min(100%, 280px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-linear-gradient(
      -15deg,
      rgba(255, 255, 255, 0.8) 0,
      rgba(255, 255, 255, 0.8) 1px,
      transparent 1px,
      transparent 10px
    );
  opacity: 0.46;
  transform: translateY(-50%);
}

.team-cta__arrows {
  position: absolute;
  right: 168px;
  bottom: 72px;
  display: flex;
  gap: 10px;
}

.team-cta__arrows span {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #ffd600;
}

.section--team-grid {
  background:
    radial-gradient(circle at 20% 16%, rgba(240, 198, 72, 0.08), transparent 18%),
    linear-gradient(180deg, #10233b 0%, #0d1b2d 100%);
  color: #ffffff;
}

.section-head--team-grid {
  margin-bottom: 54px;
}

.section-head--team-grid h2,
.section-head--team-grid p {
  color: #ffffff;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.team-member {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.team-member__photo {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.team-member__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member__photo img.team-member__photo--rotate-cw,
.team-member__photo img.team-member__photo--rotate-ccw {
  transform-origin: center;
}

.team-member__photo img.team-member__photo--rotate-cw {
  transform: rotate(90deg) scale(1.42);
}

.team-member__photo img.team-member__photo--rotate-ccw {
  transform: rotate(-90deg) scale(1.42);
}

.team-member h3 {
  max-width: 260px;
  color: #ffd600;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.team-member p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.38;
}

.section--facts {
  background: linear-gradient(180deg, #10233b 0%, #0d1b2d 100%);
  color: #ffffff;
}

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

.fact-card {
  min-height: 260px;
  padding: 42px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fact-card:nth-child(3n) {
  border-right: 0;
}

.fact-card strong {
  display: block;
  margin-bottom: 18px;
  color: #ffd600;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(56px, 7vw, 110px);
  font-weight: 400;
  line-height: 0.96;
}

.fact-card p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.4;
}

.section--vision {
  background:
    radial-gradient(circle at 14% 18%, rgba(240, 198, 72, 0.08), transparent 18%),
    linear-gradient(180deg, #10233b 0%, #0d1b2d 100%);
  color: #ffffff;
}

.section-head--vision {
  margin-bottom: 56px;
}

.section-head--vision h2,
.section-head--vision p {
  color: #ffffff;
}

.vision-list {
  display: grid;
  gap: 34px;
}

.vision-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
  gap: 38px;
  align-items: center;
}

.vision-item--reverse {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
}

.vision-item--reverse .vision-item__copy {
  order: 2;
}

.vision-item--reverse .vision-item__media {
  order: 1;
  justify-self: start;
}

.vision-item__copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.vision-item__number {
  display: inline-flex;
  width: fit-content;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
}

.vision-item__copy h3 {
  max-width: 520px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 500;
  line-height: 1.08;
}

.vision-item__copy p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.5;
}

.vision-item__media {
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  min-height: 0;
  aspect-ratio: 1 / 1.05;
  border-radius: var(--radius-md);
  justify-self: end;
}

.vision-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: 58px;
  align-items: center;
}

.intro__media {
  position: relative;
  min-height: 640px;
}

.intro__image {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__image--large {
  inset: 0 90px 80px 0;
}

.intro__image--small {
  right: 0;
  bottom: 0;
  width: 44%;
  height: 48%;
}

.section h2,
.contact-banner h2 {
  font-size: clamp(38px, 5vw, 62px);
}

.section-head {
  max-width: 980px;
  margin-bottom: 44px;
}

.section-head p,
.intro__copy p,
.visit__copy p {
  color: var(--muted);
}

.intro__copy > .eyebrow,
.section-head > .eyebrow,
.social-slider__head > .eyebrow,
.team-cta__copy > .eyebrow,
.contact-banner__copy > .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: max-content;
  align-self: start;
  min-height: 58px;
  margin-bottom: 18px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(75, 98, 130, 0.42);
  color: rgba(255, 255, 255, 0.96);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.intro__copy {
  display: grid;
  gap: 18px;
}

.intro__lead,
.intro__address {
  color: var(--ink) !important;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.intro__address {
  margin-top: -6px;
}

.welcome-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.welcome-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.welcome-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--brand);
  font-size: 17px;
  font-weight: 700;
}

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

.story {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.story img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.story__body {
  padding: 26px 28px 30px;
}

.story__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story__body h3,
.ministry__body h3,
.faq summary {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.story__body p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
}

.social-slider {
  position: relative;
  padding: 36px 36px 42px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 14% 18%, rgba(240, 198, 72, 0.08), transparent 18%),
    linear-gradient(180deg, #10233b 0%, #0d1b2d 100%);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.social-slider__head {
  max-width: 720px;
  margin-bottom: 26px;
}

.social-slider__head h2,
.social-slider__head p {
  color: #ffffff;
}

.social-slider__head h2 {
  margin-bottom: 8px;
  color: #ffd600;
}

.social-slider__subtitle {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.social-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr) minmax(280px, 0.55fr);
  grid-template-rows: 240px 240px;
  gap: 20px;
}

.social-collage__item {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.social-collage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-collage__item--tall {
  grid-row: 1 / span 2;
}

.social-collage__item--small {
  grid-column: 2 / span 2;
}

.social-collage__item--wide {
  grid-column: 2 / span 2;
}

.visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
  min-width: 0;
}

.visit__copy {
  padding: 42px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #103057 0%, #0d233d 100%);
  color: #fff;
  box-shadow: var(--shadow);
  min-width: 0;
}

.visit__copy p {
  color: rgba(255, 255, 255, 0.82);
}

.visit__list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.visit__list div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.visit__list strong,
.visit__list span {
  display: block;
}

.visit__list strong {
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visit__list span {
  font-size: 20px;
}

.faq {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.faq details {
  padding: 24px 26px;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
  min-width: 0;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.faith-block {
  margin-top: 18px;
}

.faith-lead {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.7;
}

.faith-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.faith-item {
  padding: 18px 20px;
  border: 1px solid rgba(20, 34, 54, 0.08);
  border-radius: 18px;
  background: rgba(232, 240, 251, 0.45);
}

.faith-item h4 {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.faith-item p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.7;
}

.faith-refs {
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section--contact {
  padding-top: 0;
  padding-bottom: 0;
  background: #071427;
}

.contact-banner {
  position: relative;
  min-height: 620px;
  color: #fff;
}

.contact-banner__media,
.contact-banner__overlay {
  position: absolute;
  inset: 0;
}

.contact-banner__media {
  background:
    linear-gradient(90deg, rgba(7, 20, 39, 0.84) 0%, rgba(7, 20, 39, 0.68) 48%, rgba(7, 20, 39, 0.48) 100%),
    url("./mkua-assets/contact-worship-optimized.jpg") center/cover no-repeat;
}

@media (max-width: 760px) {
  .contact-banner__media {
    background:
      linear-gradient(90deg, rgba(7, 20, 39, 0.84) 0%, rgba(7, 20, 39, 0.68) 48%, rgba(7, 20, 39, 0.48) 100%),
      url("./mkua-assets/contact-worship-mobile.jpg") center/cover no-repeat;
  }
}

.contact-banner__overlay {
  background:
    radial-gradient(circle at 10% 20%, rgba(240, 198, 72, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(4, 17, 34, 0.08), rgba(4, 17, 34, 0.24));
}

.contact-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 36px;
  align-items: center;
  min-height: 620px;
  padding: 80px 0;
}

.contact-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.contact-row {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 18px;
}

.contact-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.contact-row span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-row a,
.contact-row strong {
  font-size: 22px;
  line-height: 1.4;
}

.site-footer {
  margin-top: -1px;
  background: #071427;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.4fr) minmax(180px, 0.55fr);
  gap: 36px;
  align-items: start;
  padding: 42px 0 46px;
}

.site-footer__brand p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

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

.site-footer__legal {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.legal-page {
  background: #06192c;
  color: #ffffff;
}

.legal-hero {
  padding: 180px 0 90px;
  background:
    linear-gradient(135deg, rgba(6, 25, 44, 0.92), rgba(12, 48, 83, 0.82)),
    radial-gradient(circle at top right, rgba(255, 211, 0, 0.22), transparent 34%);
}

.legal-hero h1 {
  margin: 18px 0 0;
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.95;
}

.legal-content {
  padding: 90px 0 120px;
  background: #eef4fb;
  color: var(--ink);
}

.legal-content__inner {
  max-width: 980px;
}

.legal-text {
  padding: clamp(28px, 5vw, 64px);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(6, 25, 44, 0.12);
}

.legal-text h2,
.legal-text h3,
.legal-text p {
  margin: 0;
}

.legal-text h2 {
  margin-top: 38px;
  color: #06192c;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.legal-text h3 {
  margin-top: 28px;
  color: #10243a;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
}

.legal-text p {
  margin-top: 18px;
  color: #4f5d6f;
  font-size: 18px;
  line-height: 1.75;
}

.legal-text p:first-child {
  margin-top: 0;
}

.legal-text a {
  color: #005abc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__nav a,
.site-footer__legal a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.site-footer__nav a:hover,
.site-footer__legal a:hover {
  color: #ffffff;
}

@media (max-width: 1080px) {
  .nav {
    gap: 14px;
    font-size: 14px;
  }

  .lang-switch {
    gap: 4px;
    padding: 4px;
  }

  .lang-switch__link {
    min-width: 34px;
    min-height: 30px;
    padding: 0 9px;
    font-size: 12px;
  }

  .button--nav {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .intro,
  .visit,
  .contact-banner__inner,
  .mission-footer,
  .vision-item,
  .team-cta,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .vision-item--reverse {
    grid-template-columns: 1fr;
  }

  .vision-item--reverse .vision-item__copy,
  .vision-item--reverse .vision-item__media {
    order: initial;
  }

  .social-slider {
    padding: 40px 34px;
  }

  .social-collage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 280px 280px 280px;
  }

  .social-collage__item--tall {
    grid-row: 1 / span 2;
  }

  .social-collage__item--small,
  .social-collage__item--wide {
    grid-column: 2;
  }

  .rhythm-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stats__grid,
  .stories,
  .ministries,
  .facts-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro__media {
    min-height: 520px;
  }

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

}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-block;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .lang-switch {
    justify-content: flex-start;
    width: fit-content;
  }

  .nav--open {
    display: flex;
  }

  .button--nav {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    min-height: auto;
    padding: 84px 0 64px;
  }

  .stats__grid,
  .stories,
  .facts-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .social-slider {
    padding: 30px 22px;
  }

  .social-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 240px);
  }

  .social-collage__item--tall,
  .social-collage__item--small,
  .social-collage__item--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .vision-item__media {
    min-height: 260px;
    justify-self: start;
  }

  .rhythm-item {
    padding: 30px 0;
  }

  .rhythm-item__day strong {
    font-size: 64px;
  }

  .rhythm-item__what h3,
  .rhythm-item__format p {
    font-size: 30px;
  }

  .mission-panel__inner {
    gap: 52px;
    padding: 76px 0;
  }

  .section--team-cta {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .team-cta {
    padding: 42px 30px;
  }

  .team-cta__art {
    min-height: 180px;
  }

  .team-cta__circle {
    right: 0;
    width: 220px;
  }

  .team-cta__arrows {
    right: 112px;
    bottom: 24px;
  }

  .mission-copy p {
    font-size: 19px;
  }

  .fact-card {
    min-height: auto;
  }

  .story img,
  .ministry img {
    height: 260px;
  }

  .intro__media {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .intro__image {
    position: static;
    height: 320px;
  }

  .intro__image--small {
    width: 100%;
    border-width: 0;
  }

  .section {
    padding: 84px 0;
  }

  .section--mission,
  .section--contact {
    padding: 0;
  }

  .visit,
  .visit__copy,
  .faq,
  .faq details {
    width: 100%;
    max-width: 100%;
  }

  .visit__copy > .eyebrow {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .site-footer__nav {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    gap: 26px;
    padding: 34px 0 38px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header__inner {
    min-height: 60px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.15vw, 46px);
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
  }

  .hero__lead,
  .section-head p,
  .intro__copy p,
  .visit__copy p,
  .story__body p,
  .mission-copy p,
  .fact-card p,
  .vision-item__copy p,
  .social-slider__subtitle,
  .welcome-list li,
  .rhythm-item span,
  .rhythm-item__day em {
    font-size: 18px;
  }

  .hero-card strong,
  .stat strong,
  .story__body h3,
  .faq summary,
  .contact-row a,
  .contact-row strong {
    font-size: 24px;
  }

  .stat,
  .visit__copy,
  .faq details,
  .contact-card {
    padding: 24px;
  }

  .section--visit {
    overflow: hidden;
  }

  .visit__copy {
    padding-inline: 22px;
  }

  .faq summary {
    font-size: 22px;
    line-height: 1.22;
    hyphens: auto;
  }

  .section h2,
  .contact-banner h2,
  .mission-copy h2,
  .team-cta__copy h2,
  .vision-item__copy h3 {
    font-size: 38px;
  }

  .team-cta__button {
    width: 100%;
    grid-template-columns: 1fr 64px;
  }

  .contact-banner {
    min-height: auto;
  }

  .contact-banner__inner {
    min-height: auto;
    padding: 74px 0;
  }
}
