/* ==================================================================
   PROPHET HANRICK HUNT
   MASTER MINISTRY MASTHEAD — LEVEL 3
   ------------------------------------------------------------------
   Shared by Home, About, Ministry, Messages and Connect.
   This file does not target the administration area.
   ================================================================== */

.ministry-masthead-level3 {
  position: relative;
  isolation: isolate;
  min-height: clamp(176px, 14vw, 198px);
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 189, 80, 0.42);
  background:
    radial-gradient(
      circle at 36% 48%,
      rgba(232, 189, 80, 0.09),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #020202 0%,
      #000000 68%,
      #050402 100%
    );
}

.ministry-masthead-level3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.38;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 4px
    );
}

.ministry-masthead-level3 .masthead-light {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 23% 38%,
      rgba(255, 209, 91, 0.15),
      transparent 18%
    ),
    radial-gradient(
      circle at 59% 54%,
      rgba(232, 189, 80, 0.07),
      transparent 30%
    );
}

.ministry-masthead-level3 .masthead-gold-horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(232, 189, 80, 0.85) 18%,
      rgba(255, 225, 148, 0.95) 50%,
      rgba(232, 189, 80, 0.85) 82%,
      transparent
    );
  box-shadow:
    0 -1px 18px rgba(232, 189, 80, 0.22);
}

.ministry-masthead-level3 .masthead-brand {
  width: min(1180px, calc(100% - 48px));
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    auto
    minmax(0, auto);
  gap: clamp(22px, 3vw, 52px);
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.ministry-masthead-level3 .masthead-emblem-shell {
  position: relative;
  min-width: 0;
  height: clamp(156px, 13vw, 188px);
  display: grid;
  place-items: center;
}

.ministry-masthead-level3 .masthead-emblem-glow {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(
      circle,
      rgba(255, 220, 120, 0.20),
      rgba(232, 189, 80, 0.07) 36%,
      transparent 72%
    );
  filter: blur(18px);
  transform: translateX(-50%);
}

.ministry-masthead-level3 .masthead-emblem {
  position: relative;
  z-index: 2;
  width: clamp(142px, 11vw, 176px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #000000;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.68),
    0 0 42px rgba(232, 189, 80, 0.08);
}

.ministry-masthead-level3 .masthead-emblem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(
      0 10px 20px rgba(0, 0, 0, 0.54)
    );
}

.ministry-masthead-level3 .masthead-emblem-plate {
  position: absolute;
  left: 50%;
  bottom: clamp(4px, 0.7vw, 10px);
  z-index: 3;
  width: clamp(112px, 9vw, 145px);
  height: clamp(22px, 1.9vw, 30px);
  overflow: hidden;
  transform: translateX(-50%);
}

.ministry-masthead-level3 .masthead-emblem-plate::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -95%;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    linear-gradient(
      180deg,
      #fff0bd 0%,
      #e8bd50 38%,
      #8e681e 100%
    );
  box-shadow:
    0 10px 24px rgba(232, 189, 80, 0.16);
}

.ministry-masthead-level3 .masthead-emblem-plate span {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 3px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.72),
      transparent
    );
}

.ministry-masthead-level3 .masthead-identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ministry-masthead-level3 .masthead-title-small {
  color: #fff0bd;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(0.82rem, 1.05vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
}

.ministry-masthead-level3 .masthead-title {
  margin-top: clamp(4px, 0.45vw, 8px);
  color: #e8bd50;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(3.25rem, 5.7vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.88;
  white-space: nowrap;
  text-shadow:
    0 1px 0 #fff0bd,
    0 10px 34px rgba(232, 189, 80, 0.12);
}

.ministry-masthead-level3 .masthead-divider {
  width: min(680px, 100%);
  height: 1px;
  margin:
    clamp(14px, 1.25vw, 22px)
    auto
    0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 240, 189, 0.92),
      rgba(232, 189, 80, 0.22) 58%,
      transparent
    );
}

.ministry-masthead-level3 .masthead-slogan {
  margin-top: clamp(9px, 0.9vw, 14px);
  color: rgba(255, 240, 189, 0.9);
  font-size: clamp(0.66rem, 0.85vw, 0.96rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ================================================================
   TABLET
   ================================================================ */

@media (max-width: 1100px) {
  .ministry-masthead-level3 {
    min-height: clamp(164px, 19vw, 184px);
  }

  .ministry-masthead-level3 .masthead-brand {
    width: min(100% - 28px, 1080px);
    grid-template-columns:
      auto
      minmax(0, auto);
    gap: clamp(16px, 2.4vw, 34px);
  }

  .ministry-masthead-level3 .masthead-emblem-shell {
    height: clamp(148px, 18vw, 174px);
  }

  .ministry-masthead-level3 .masthead-emblem {
    width: clamp(132px, 16vw, 158px);
  }

  .ministry-masthead-level3 .masthead-emblem-plate {
    width: clamp(104px, 12.5vw, 128px);
    height: clamp(20px, 2vw, 27px);
  }

  .ministry-masthead-level3 .masthead-title {
    font-size: clamp(2.9rem, 6.2vw, 5.4rem);
  }
}

/* ================================================================
   PHONE AND NARROW TABLET
   Preserve the same horizontal masthead identity.
   ================================================================ */

@media (max-width: 760px) {
  .ministry-masthead-level3 {
    min-height: clamp(132px, 27vw, 158px);
  }

  .ministry-masthead-level3 .masthead-brand {
    width: calc(100% - 18px);
    grid-template-columns:
      auto
      minmax(0, auto);
    gap: clamp(9px, 2.2vw, 16px);
  }

  .ministry-masthead-level3 .masthead-emblem-shell {
    height: clamp(122px, 24vw, 148px);
  }

  .ministry-masthead-level3 .masthead-emblem {
    width: clamp(94px, 21vw, 126px);
  }

  .ministry-masthead-level3 .masthead-emblem-plate {
    bottom: 3px;
    width: clamp(74px, 16vw, 102px);
    height: clamp(18px, 3.3vw, 24px);
  }

  .ministry-masthead-level3 .masthead-title-small {
    font-size: clamp(0.5rem, 1.7vw, 0.68rem);
    letter-spacing: 0.21em;
  }

  .ministry-masthead-level3 .masthead-title {
    margin-top: 3px;
    font-size: clamp(1.8rem, 7.4vw, 3.2rem);
    line-height: 0.9;
    white-space: nowrap;
  }

  .ministry-masthead-level3 .masthead-divider {
    margin-top: clamp(8px, 1.6vw, 12px);
  }

  .ministry-masthead-level3 .masthead-slogan {
    margin-top: clamp(5px, 1vw, 8px);
    font-size: clamp(0.33rem, 1.35vw, 0.52rem);
    letter-spacing: 0.065em;
    white-space: nowrap;
  }
}

/* ================================================================
   VERY NARROW PHONES
   ================================================================ */

@media (max-width: 430px) {
  .ministry-masthead-level3 {
    min-height: 118px;
  }

  .ministry-masthead-level3 .masthead-brand {
    width: calc(100% - 10px);
    grid-template-columns:
      auto
      minmax(0, auto);
    gap: 6px;
  }

  .ministry-masthead-level3 .masthead-emblem-shell {
    height: 108px;
  }

  .ministry-masthead-level3 .masthead-emblem {
    width: clamp(80px, 22vw, 98px);
  }

  .ministry-masthead-level3 .masthead-emblem-plate {
    width: clamp(64px, 16vw, 78px);
    height: 17px;
  }

  .ministry-masthead-level3 .masthead-title-small {
    font-size: clamp(0.4rem, 1.45vw, 0.5rem);
    letter-spacing: 0.17em;
  }

  .ministry-masthead-level3 .masthead-title {
    font-size: clamp(1.45rem, 7vw, 2.05rem);
  }

  .ministry-masthead-level3 .masthead-divider {
    margin-top: 6px;
  }

  .ministry-masthead-level3 .masthead-slogan {
    margin-top: 4px;
    font-size: clamp(0.27rem, 1.15vw, 0.38rem);
    letter-spacing: 0.045em;
  }
}

/* ================================================================
   LANDSCAPE PHONE
   ================================================================ */

@media (orientation: landscape) and (max-height: 520px) {
  .ministry-masthead-level3 {
    min-height: 122px;
  }

  .ministry-masthead-level3 .masthead-brand {
    grid-template-columns:
      auto
      minmax(0, auto);
  }

  .ministry-masthead-level3 .masthead-emblem-shell {
    height: 112px;
  }

  .ministry-masthead-level3 .masthead-emblem {
    width: 94px;
  }

  .ministry-masthead-level3 .masthead-emblem-plate {
    width: 74px;
    height: 18px;
  }

  .ministry-masthead-level3 .masthead-title {
    font-size: clamp(1.8rem, 6.3vw, 3.7rem);
  }
}


/* ================================================================
   MASTER CENTERING
   Centers the emblem, identity, divider and slogan as one unit.
   ================================================================ */

.ministry-masthead-level3 .masthead-brand {
  justify-items: center;
}

.ministry-masthead-level3 .masthead-title-small,
.ministry-masthead-level3 .masthead-title,
.ministry-masthead-level3 .masthead-slogan {
  text-align: center;
}

@media (max-width: 760px) {
  .ministry-masthead-level3 .masthead-brand {
    justify-content: center;
  }

  .ministry-masthead-level3 .masthead-identity {
    align-items: center;
    text-align: center;
  }
}

/* Respect reduced-motion preferences. */
@media (prefers-reduced-motion: reduce) {
  .ministry-masthead-level3 *,
  .ministry-masthead-level3 *::before,
  .ministry-masthead-level3 *::after {
    animation: none !important;
    transition: none !important;
  }
}