:root {
  --ink: #111927;
  --deep: #06152f;
  --blue: #0a2f65;
  --blue-soft: #174d91;
  --paper: #f7f4ed;
  --white: #ffffff;
  --muted: #d9dfeb;
  --gold: #d8aa52;
  --gold-light: #ffe3a3;
  --line: rgba(255, 255, 255, 0.16);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter Tight", Arial, sans-serif;
  margin: 0;
}

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

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

.site-header {
  align-items: center;
  background: rgba(6, 21, 47, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 4vw, 52px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  align-items: center;
  display: inline-flex;
  filter: brightness(0) invert(1);
  height: 46px;
  justify-content: center;
  object-fit: contain;
  width: 66px;
}

.brand strong,
.brand em {
  display: block;
  line-height: 1.05;
}

.brand strong {
  color: var(--gold-light);
  font-size: 16px;
}

.brand em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-style: normal;
  margin-top: 4px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover {
  color: var(--gold-light);
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 227, 163, 0.72);
  color: var(--gold-light);
  padding: 11px 15px;
}

.hero {
  background: var(--deep);
  color: var(--white);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  background:
    linear-gradient(115deg, rgba(6, 21, 47, 0.99) 0%, rgba(6, 21, 47, 0.9) 44%, rgba(6, 21, 47, 0.68) 100%),
    radial-gradient(circle at 80% 18%, rgba(43, 119, 255, 0.28), transparent 28%);
  inset: 0;
  position: absolute;
}

.hero-bg::before {
  background: url("/assets/logo-ministerio-moriah.png") center / contain no-repeat;
  content: "";
  filter: brightness(0) invert(1);
  inset: 42px -12vw auto auto;
  min-height: 720px;
  opacity: 0.1;
  position: absolute;
  width: min(62vw, 900px);
}

.hero-bg::after {
  background:
    linear-gradient(0deg, rgba(6, 21, 47, 1), rgba(6, 21, 47, 0) 36%),
    radial-gradient(circle at 72% 30%, rgba(216, 170, 82, 0.22), transparent 28%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.68fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: 100vh;
  padding: 126px clamp(18px, 4vw, 28px) 64px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
}

.kicker,
.section-kicker {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(43px, 7.2vw, 94px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0 0 24px;
  max-width: 850px;
  text-transform: uppercase;
}

.lead {
  color: var(--white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.18;
  margin: 0 0 22px;
}

.hero p:not(.kicker):not(.lead) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 650px;
}

blockquote {
  border-left: 3px solid var(--gold);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 24px;
  padding-left: 18px;
}

blockquote cite {
  color: var(--gold-light);
  display: block;
  font-family: "Inter Tight", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-transform: uppercase;
}

.event-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.event-row span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: var(--white);
  font-weight: 800;
  padding: 11px 13px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 15px 21px;
  text-align: center;
  text-transform: uppercase;
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #10203a;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.hero-art {
  align-self: end;
  margin: 0;
}

.hero-art img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  margin-left: auto;
  max-height: 74vh;
  object-fit: cover;
  object-position: center;
  width: min(42vw, 520px);
}

.section {
  padding: clamp(68px, 9vw, 112px) clamp(18px, 4vw, 28px);
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.section h2 {
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.section p {
  font-size: 19px;
  line-height: 1.62;
}

.section-video {
  background: #ffffff;
}

.video-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.section-video .section-kicker,
.section-light .section-kicker {
  color: var(--blue-soft);
}

.video-box {
  aspect-ratio: 16 / 9;
  background: var(--deep);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

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

.video-cover {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 21, 47, 0.84), rgba(10, 47, 101, 0.72)),
    url("/assets/pr-yossef-leandro.png") right 12% top 18% / auto 118% no-repeat,
    var(--deep);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  inset: 0;
  justify-content: center;
  padding: clamp(22px, 5vw, 56px);
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.video-cover::before {
  background: linear-gradient(90deg, rgba(6, 21, 47, 0.92), rgba(6, 21, 47, 0.46));
  content: "";
  inset: 0;
  position: absolute;
}

.video-cover-kicker,
.video-cover strong,
.video-cover em,
.play-button {
  position: relative;
  z-index: 1;
}

.video-cover-kicker {
  color: var(--gold-light);
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-cover strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 5vw, 58px);
  line-height: 1.02;
  max-width: 680px;
  text-transform: uppercase;
}

.video-cover em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.play-button {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  display: inline-flex;
  height: 78px;
  justify-content: center;
  width: 78px;
}

.play-button::before {
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--deep);
  border-top: 14px solid transparent;
  content: "";
  margin-left: 5px;
}

.video-box.is-playing .video-cover {
  display: none;
}

.section-light {
  background: var(--paper);
}

.section-heading {
  max-width: 820px;
}

.reason-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.reason-grid article {
  background: var(--white);
  border-left: 4px solid var(--gold);
  box-shadow: 0 16px 40px rgba(6, 21, 47, 0.08);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  min-height: 138px;
  padding: 24px;
}

.section-journey {
  background: var(--deep);
  color: var(--white);
}

.journey-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

.journey-grid article {
  border: 1px solid var(--line);
  min-height: 310px;
  padding: 28px;
}

.journey-grid span {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-grid h3 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 28px;
  line-height: 1.16;
  margin: 26px 0 18px;
}

.journey-grid p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.altar {
  background: #ffffff;
}

.altar-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.altar .section-kicker {
  color: var(--blue-soft);
}

.altar-note {
  background: var(--paper);
  border-left: 4px solid var(--gold);
  color: var(--blue);
  font-weight: 800;
  padding: 18px;
}

.final {
  background:
    linear-gradient(120deg, rgba(6, 21, 47, 0.98), rgba(10, 47, 101, 0.94)),
    url("/assets/menorah-7-hastes.svg") right clamp(18px, 7vw, 110px) center / min(30vw, 360px) auto no-repeat;
  color: var(--white);
}

.final-inner {
  max-width: 780px;
}

.final p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
}

.check-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.check-list li {
  background: var(--white);
  border-left: 4px solid var(--gold);
  box-shadow: 0 16px 40px rgba(6, 21, 47, 0.08);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  min-height: 118px;
  padding: 22px;
}

.check-list.two-columns {
  grid-template-columns: repeat(2, 1fr);
}

.closing-line {
  color: var(--blue);
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  margin-top: 32px;
}

.section-heading p {
  max-width: 760px;
}

.section-deep {
  background:
    linear-gradient(120deg, rgba(6, 21, 47, 0.98), rgba(10, 47, 101, 0.94)),
    url("/assets/menorah-7-hastes.svg") right clamp(18px, 6vw, 92px) center / min(34vw, 440px) auto no-repeat;
  color: var(--white);
}

.statement {
  max-width: 880px;
}

.statement p,
.section-deep .section-heading p {
  color: rgba(255, 255, 255, 0.82);
}

.truth-lines {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.truth-lines span {
  border: 1px solid var(--line);
  color: var(--white);
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 18px 20px;
}

.emphasis {
  color: var(--gold-light) !important;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(22px, 3vw, 34px) !important;
  font-weight: 700;
  line-height: 1.25 !important;
}

.ministry {
  background: #ffffff;
}

.split,
.pastor-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
}

.subtitle {
  color: var(--blue);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(24px, 3vw, 40px) !important;
  font-weight: 700;
  margin: 18px 0 0;
}

.pastor-section {
  background: var(--deep);
  color: var(--white);
}

.pastor-section p {
  color: rgba(255, 255, 255, 0.8);
}

.pastor-grid figure {
  margin: 0;
}

.pastor-grid img {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  max-height: 680px;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

.site-footer {
  background: #030b1a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  padding: 30px clamp(18px, 4vw, 52px);
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--max);
}

.footer-logo img {
  height: 64px;
  object-fit: contain;
  width: 92px;
}

.footer-copy strong,
.footer-copy span {
  display: block;
}

.footer-copy strong {
  color: var(--gold-light);
  font-size: 16px;
  margin-bottom: 6px;
}

.footer-copy span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.08em;
  padding: 12px 14px;
  text-transform: uppercase;
}

.footer-links svg {
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.footer-links .icon-cutout {
  fill: #030b1a;
}

.footer-links a:hover {
  border-color: rgba(255, 227, 163, 0.72);
  color: var(--gold-light);
}

@media (max-width: 920px) {
  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero-inner,
  .video-grid,
  .altar-grid,
  .split,
  .pastor-grid {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(6, 21, 47, 0.95), rgba(6, 21, 47, 0.98)),
      radial-gradient(circle at 70% 12%, rgba(43, 119, 255, 0.28), transparent 30%);
  }

  .hero-bg::before {
    inset: 92px -170px auto auto;
    min-height: 460px;
    opacity: 0.08;
    width: 560px;
  }

  .hero-art {
    align-self: center;
  }

  .hero-art img {
    margin: 0 auto;
    max-height: 620px;
    width: min(100%, 420px);
  }

  .reason-grid,
  .journey-grid,
  .check-list,
  .check-list.two-columns {
    grid-template-columns: 1fr;
  }

  .journey-grid article {
    min-height: auto;
  }

  .section-deep,
  .final {
    background: linear-gradient(120deg, rgba(6, 21, 47, 0.98), rgba(10, 47, 101, 0.94));
  }

  .footer-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
  }

  .brand-logo {
    height: 38px;
    width: 54px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand em {
    font-size: 12px;
  }

  .site-nav {
    flex-shrink: 0;
  }

  .nav-cta {
    font-size: 11px;
    padding: 10px 11px;
  }

  .hero-inner {
    padding-top: 116px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .event-row span,
  .button {
    width: 100%;
  }

  .footer-links a {
    width: 100%;
  }
}
