.join-page {
  background: var(--paper-deep);
}

.join-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 800px;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  background: var(--ink-soft);
  color: var(--white);
}

.join-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  padding: clamp(150px, 18vh, 210px) clamp(36px, 6vw, 110px) clamp(70px, 10vh, 118px);
  background:
    radial-gradient(circle at 12% 8%, rgba(236, 177, 154, 0.14), transparent 32%),
    var(--ink-soft);
}

.join-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 25%;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.join-hero-copy-inner {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.join-hero h1 {
  margin-top: 27px;
  font-size: clamp(4.9rem, 7.2vw, 8.6rem);
  line-height: 0.79;
  letter-spacing: -0.065em;
}

.join-hero h1 em {
  color: var(--gold-light);
}

.join-hero-copy-inner > p:not(.eyebrow) {
  max-width: 590px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.83rem;
  line-height: 1.8;
}

.join-hero-photo {
  position: relative;
  min-width: 0;
  background:
    linear-gradient(90deg, rgba(17, 26, 29, 0.45), transparent 28%),
    linear-gradient(0deg, rgba(10, 18, 20, 0.65), transparent 42%),
    url("assets/bstl-baptism-hero.webp") center 48% / cover no-repeat;
}

.join-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  pointer-events: none;
}

.join-hero-photo-label {
  position: absolute;
  right: clamp(24px, 4vw, 65px);
  bottom: clamp(26px, 5vw, 65px);
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 21, 24, 0.72);
  color: var(--gold-light);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.baptism-action {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 42px;
}

.baptism-action > span {
  max-width: 120px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.baptism-button {
  min-width: 205px;
  border-color: rgba(236, 177, 154, 0.55);
  background: var(--coral);
  color: var(--ink-soft);
  opacity: 1;
  cursor: pointer;
  transform: none;
  box-shadow: none;
}

.baptism-button:hover,
.baptism-button:focus-visible {
  border-color: var(--white);
  background: var(--gold-light);
  color: var(--ink-soft);
  transform: translateY(-2px);
}

.baptism-truths {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.baptism-truths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  border-left: 1px solid var(--line);
}

.baptism-truths article {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(35px, 4.3vw, 72px);
  border-right: 1px solid var(--line);
  background: var(--white);
}

.baptism-truths article:nth-child(2) {
  background: var(--gold-light);
}

.baptism-truths article:nth-child(3) {
  background: var(--coral);
}

.baptism-truths h2 {
  max-width: 420px;
  color: var(--ink-soft);
  font-size: clamp(2.45rem, 3.4vw, 4.1rem);
  line-height: 0.92;
}

.baptism-steps {
  background: var(--paper-deep);
}

.baptism-steps-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(45px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(65px, 8vw, 115px);
}

.baptism-steps-heading h2 {
  margin-top: 25px;
  font-size: clamp(4.3rem, 7.1vw, 8rem);
  line-height: 0.86;
}

.baptism-steps-heading h2 em {
  color: #9b7950;
}

.baptism-steps-heading > p {
  max-width: 430px;
  justify-self: end;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.8;
}

.baptism-step-list {
  border-top: 1px solid var(--line);
}

.baptism-step {
  display: grid;
  grid-template-columns: 80px 115px minmax(0, 1fr);
  gap: clamp(25px, 4vw, 70px);
  align-items: center;
  min-height: 220px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.baptism-step-number {
  color: #9b7950;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.baptism-step-icon {
  width: 92px;
  height: 92px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.baptism-step-heart::before {
  content: "♡";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--coral);
  font: 400 3.5rem/1 var(--serif);
  transform: translateY(7px);
}

.baptism-step-cross::before,
.baptism-step-cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.baptism-step-cross::before {
  width: 3px;
  height: 43px;
}

.baptism-step-cross::after {
  width: 27px;
  height: 3px;
  top: 43%;
}

.baptism-step-rays::before {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 2.7rem;
}

.baptism-step h3 {
  color: var(--ink-soft);
  font: 400 clamp(2.7rem, 4.5vw, 5.1rem) / 0.93 var(--serif);
  letter-spacing: -0.045em;
}

.baptism-step p {
  max-width: 700px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.75;
}

.baptism-closing {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 110%, rgba(236, 177, 154, 0.16), transparent 42%),
    var(--ink-soft);
  color: var(--white);
}

.baptism-closing::before,
.baptism-closing::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(26vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  transform: translateY(-50%);
}

.baptism-closing::before { left: -14vw; }
.baptism-closing::after { right: -14vw; }

.baptism-closing-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.baptism-closing-inner > img {
  margin-bottom: 33px;
}

.baptism-closing h2 {
  margin-top: 25px;
  font-size: clamp(4.2rem, 7.2vw, 8rem);
  line-height: 0.84;
}

.baptism-closing h2 em {
  color: var(--gold-light);
}

.baptism-closing-inner > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  line-height: 1.75;
}

.baptism-action-centered {
  flex-direction: column;
  gap: 13px;
}

.baptism-action-centered > span {
  max-width: none;
}

.baptism-button-light,
.baptism-button-light:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: var(--white);
  color: var(--ink-soft);
}

@media (max-width: 1100px) {
  .join-hero {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .join-hero-copy {
    min-height: 720px;
  }

  .join-hero-copy-inner {
    max-width: 820px;
  }

  .join-hero h1 {
    font-size: clamp(5.5rem, 11vw, 8.4rem);
  }

  .join-hero-photo {
    min-height: 650px;
    background-position: center 48%;
  }

  .baptism-truths h2 {
    font-size: clamp(2.35rem, 4.1vw, 3.5rem);
  }
}

@media (max-width: 780px) {
  .join-hero-copy {
    min-height: 680px;
    padding: 145px 25px 66px;
  }

  .join-hero h1 {
    margin-top: 22px;
    font-size: clamp(4.2rem, 17vw, 6.4rem);
  }

  .join-hero-copy-inner > p:not(.eyebrow) {
    margin-top: 30px;
    font-size: 0.78rem;
  }

  .join-hero-photo {
    min-height: 520px;
  }

  .baptism-truths-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .baptism-truths article {
    min-height: 285px;
    padding: 35px 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(67, 89, 96, 0.22);
  }

  .baptism-truths h2 {
    font-size: clamp(3.2rem, 12vw, 4.6rem);
  }

  .baptism-steps-heading {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .baptism-steps-heading h2 {
    font-size: clamp(4rem, 15vw, 6rem);
  }

  .baptism-steps-heading > p {
    justify-self: start;
  }

  .baptism-step {
    grid-template-columns: 48px 76px minmax(0, 1fr);
    gap: 20px;
    min-height: 185px;
  }

  .baptism-step-icon {
    width: 70px;
    height: 70px;
  }

  .baptism-step h3 {
    font-size: clamp(2.35rem, 9vw, 3.8rem);
  }

  .baptism-closing h2 {
    font-size: clamp(4rem, 15vw, 6.2rem);
  }
}

@media (max-width: 520px) {
  .join-hero-copy {
    min-height: 630px;
  }

  .join-hero-photo {
    min-height: 430px;
    background-position: 50% 48%;
  }

  .join-hero-photo-label {
    right: 20px;
    bottom: 20px;
  }

  .baptism-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .baptism-action-centered {
    align-items: center;
  }

  .baptism-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 34px 0;
  }

  .baptism-step-icon {
    display: none;
  }

  .baptism-step h3 {
    font-size: 2.55rem;
  }

  .baptism-closing-inner > img {
    width: 48px;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .baptism-button,
  .baptism-button:hover {
    transition: none;
    transform: none;
  }
}
