:root {
  --ink: #0b0b19;
  --deep: #11102b;
  --purple: #7a3cff;
  --pink: #fa3e9d;
  --blue: #18b6ff;
  --teal: #22e1c2;
  --orange: #ff8b35;
  --yellow: #ffda5a;
  --cream: #f7f5ee;
  --white: #ffffff;
  --muted: #5e6071;
  --line: rgba(11, 11, 25, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Outfit", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

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

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(9,8,34,.95) 0%, rgba(14,9,42,.80) 52%, rgba(7,7,25,.68) 100%),
    url("Liquid Waves Fresh - 16x9.jpg") center / cover;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}

.hero::before {
  width: 380px;
  height: 380px;
  right: -100px;
  top: 140px;
  opacity: .62;
  background: url("Thermal Glow Heat - 16x9.jpg") center / cover;
  mix-blend-mode: screen;
}

.hero::after {
  width: 260px;
  height: 260px;
  left: 38%;
  bottom: -120px;
  opacity: .5;
  background: var(--pink);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.nav {
  position: relative;
  z-index: 3;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.church-logo {
  width: 154px;
  max-height: 54px;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 38px;
  background: rgba(255,255,255,.42);
}

.brand-youth {
  color: var(--yellow);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  line-height: .9;
  letter-spacing: .08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .93rem;
  font-weight: 700;
}

.nav-links a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--yellow);
}

.nav-button {
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 999px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 108px;
}

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

.hero-kicker,
.eyebrow,
.event-label,
.contact-label {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: .015em;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 8.8vw, 8.7rem);
  line-height: .83;
}

h1 span {
  display: block;
}

.gradient-text {
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.marker-text,
.marker-note {
  font-family: "Permanent Marker", cursive;
  color: var(--teal);
  letter-spacing: 0;
  transform: rotate(-2deg);
}

.hero-text {
  max-width: 600px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.87);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-3px) rotate(-1deg);
}

.button-primary {
  color: #170f23;
  background: var(--yellow);
  box-shadow: 0 10px 0 rgba(0,0,0,.25);
}

.button-ghost {
  border: 1px solid rgba(255,255,255,.62);
  color: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--deep);
}

.button-outline {
  border: 2px solid var(--deep);
  color: var(--deep);
  background: transparent;
}

.hero-badges {
  position: relative;
  width: 260px;
  min-height: 330px;
  flex: 0 0 260px;
}

.sticker {
  position: absolute;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 138px;
  padding: 18px;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 25px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.38rem;
  letter-spacing: .08em;
  line-height: .92;
  box-shadow: 0 15px 25px rgba(0,0,0,.28);
}

.sticker strong {
  font-size: 2.8rem;
}

.sticker-one {
  right: 8px;
  top: 16px;
  color: var(--deep);
  background: var(--yellow);
  transform: rotate(9deg);
}

.sticker-two {
  left: 8px;
  top: 145px;
  color: var(--white);
  background: var(--pink);
  transform: rotate(-11deg);
}

.sticker-three {
  right: 15px;
  bottom: 2px;
  color: var(--white);
  background: var(--purple);
  transform: rotate(8deg);
}

.hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 82px 0 28px;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.hero-bottom p {
  margin: 0;
}

.hero-bottom a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.hero-bottom span {
  margin-left: 8px;
  color: var(--yellow);
}

.section {
  padding: 105px 0;
}

.intro-section {
  position: relative;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,139,53,.18), transparent 21rem),
    radial-gradient(circle at 90% 100%, rgba(122,60,255,.17), transparent 24rem),
    var(--cream);
}

.split-heading,
.event-top {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  align-items: flex-end;
  margin-bottom: 42px;
}

.eyebrow {
  color: #955e11;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  line-height: .88;
}

.section-copy {
  max-width: 455px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.new-grid,
.life-grid,
.rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}

.new-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 30px;
  border-radius: 22px;
  color: var(--white);
  box-shadow: 0 14px 30px rgba(11,11,25,.13);
}

.new-card::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -90px;
  content: "";
  border: 18px solid rgba(255,255,255,.23);
  border-radius: 50%;
}

.card-orange {
  background: linear-gradient(145deg, #ff8b35, #eb4d39);
}

.card-purple {
  background:
    linear-gradient(145deg, rgba(17,9,46,.14), rgba(17,9,46,.5)),
    url("Sweeping Gradients Wish - 16x9.jpg") center / cover;
}

.card-blue {
  background:
    linear-gradient(145deg, rgba(11,22,66,.3), rgba(23,131,181,.4)),
    url("Spring Gradients Hope - 16x9.jpg") center / cover;
}

.card-icon,
.life-number,
.rhythm-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 48px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 800;
}

.new-card h3,
.life-card h3,
.rhythm-card h3 {
  margin-bottom: 9px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.new-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: rgba(255,255,255,.88);
}

.life-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(6,5,20,.92), rgba(14,8,42,.94)),
    url("Paint Sweeps Dreams.jpg") center / cover;
}

.life-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  left: -210px;
  bottom: -300px;
  border-radius: 50%;
  background: var(--purple);
  filter: blur(80px);
  opacity: .62;
}

.section-heading-light {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-bottom: 42px;
}

.section-heading-light p:last-child {
  margin: 17px 0 0;
  color: rgba(255,255,255,.75);
  font-size: 1.08rem;
}

.life-card {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 29px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(8px);
}

.life-number {
  margin-bottom: 60px;
  color: var(--teal);
  border-color: var(--teal);
}

.life-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,.75);
}

.rhythm-section {
  background:
    linear-gradient(130deg, rgba(255,255,255,.86), rgba(255,255,255,.88)),
    url("Paint Sweeps Final.jpg") center / cover;
}

.rhythm-card {
  min-height: 245px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}

.rhythm-card:nth-child(2) {
  transform: translateY(18px);
  background: var(--yellow);
}

.rhythm-card:nth-child(3) {
  background: var(--teal);
}

.rhythm-card span {
  margin-bottom: 45px;
  border-color: var(--ink);
}

.rhythm-card p {
  margin-bottom: 0;
  color: rgba(11,11,25,.72);
}

.events-section {
  background: #f0eee9;
}

.event-top {
  align-items: center;
}

.marker-note {
  max-width: 210px;
  margin: 0;
  color: var(--purple);
  font-size: 1.18rem;
  line-height: 1.1;
}

.main-event {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 14px 28px rgba(11,11,25,.09);
}

.event-chip {
  display: grid;
  place-items: center;
  flex: 0 0 102px;
  min-height: 102px;
  color: var(--white);
  background: linear-gradient(145deg, var(--purple), var(--pink));
  border-radius: 20px;
  transform: rotate(-4deg);
}

.event-chip span,
.event-chip strong {
  display: block;
  line-height: .9;
}

.event-chip span {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.event-chip strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
}

.event-copy {
  flex: 1;
}

.event-label {
  color: var(--pink);
}

.event-copy h3 {
  margin-bottom: 5px;
  font-size: 1.65rem;
}

.event-copy p {
  margin-bottom: 5px;
}

.event-small {
  color: var(--muted);
  font-size: .93rem;
}

.camp-promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 23px;
  padding: 34px;
  border-radius: 22px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(9,8,28,.89), rgba(16,10,52,.77)),
    url("Thermal Glow Heat - 16x9.jpg") center / cover;
}

.camp-promo h3 {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.camp-promo p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255,255,255,.78);
}

.camp-promo .eyebrow {
  color: var(--yellow);
}

.camp-promo .button-outline {
  border-color: var(--white);
  color: var(--white);
}

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

.moments-heading {
  margin-bottom: 38px;
}

.moment-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: 190px 190px;
  gap: 15px;
}

.moment {
  display: flex;
  align-items: end;
  min-height: 160px;
  padding: 20px;
  overflow: hidden;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -70px 70px rgba(0,0,0,.4);
}

.moment span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.65rem;
  letter-spacing: .08em;
}

.moment-one {
  grid-row: span 2;
  background-image: linear-gradient(rgba(14,9,45,.15), rgba(14,9,45,.65)), url("Liquid Waves Fresh - 16x9.jpg");
}

.moment-two {
  background-image: linear-gradient(rgba(255,255,255,.03), rgba(0,0,0,.52)), url("Spring Gradients Hope - 16x9.jpg");
}

.moment-three {
  background-image: linear-gradient(rgba(255,255,255,.03), rgba(0,0,0,.52)), url("Paint Sweeps Dreams.jpg");
}

.moment-four {
  grid-column: span 2;
  background-image: linear-gradient(rgba(255,255,255,.03), rgba(0,0,0,.55)), url("Thermal Glow Heat - 16x9.jpg");
}

.gallery-note {
  margin: 24px 0 0;
  color: rgba(255,255,255,.66);
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(5,6,22,.91), rgba(22,10,63,.86)),
    url("Thermal Glow Center - 16x9.jpg") center / cover;
}

.contact-overlay {
  position: absolute;
  width: 530px;
  height: 530px;
  right: -150px;
  top: -200px;
  border-radius: 50%;
  background: var(--pink);
  filter: blur(90px);
  opacity: .45;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
  min-height: 470px;
}

.contact-copy p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
}

.contact-box {
  padding: 31px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.contact-label {
  color: var(--yellow);
}

.contact-box a {
  display: block;
  margin-bottom: 17px;
  color: var(--teal);
  font-size: clamp(1.16rem, 2vw, 1.65rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-box p:last-child {
  margin: 0;
  color: rgba(255,255,255,.72);
}

footer {
  padding: 27px 0;
  color: rgba(255,255,255,.68);
  background: #070712;
  font-size: .9rem;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

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

.footer-layout strong {
  color: var(--white);
}

.footer-layout span {
  margin-top: 2px;
}

.footer-layout p {
  margin: 0;
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .hero-content,
  .split-heading,
  .event-top,
  .main-event,
  .camp-promo,
  .contact-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-content {
    display: block;
    padding-top: 66px;
  }

  .hero-badges {
    width: 100%;
    min-height: 195px;
    margin-top: 30px;
  }

  .sticker-one {
    left: 16px;
    right: auto;
  }

  .sticker-two {
    left: 155px;
    top: 28px;
  }

  .sticker-three {
    left: 282px;
    right: auto;
    bottom: 0;
  }

  .new-grid,
  .life-grid,
  .rhythm-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .rhythm-card:nth-child(2) {
    transform: none;
  }

  .main-event,
  .camp-promo {
    display: flex;
  }

  .contact-layout {
    display: grid;
  }

  .moment-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
  }

  .moment-one {
    grid-row: span 2;
  }

  .moment-four {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .wrap {
    width: min(100% - 28px, 1140px);
  }

  .nav {
    min-height: 76px;
  }

  .church-logo {
    width: 126px;
  }

  .brand-divider,
  .brand-youth {
    display: none;
  }

  .nav-links {
    gap: 10px;
    font-size: .78rem;
  }

  .nav-links a:not(.nav-button) {
    display: none;
  }

  .hero-content {
    padding-top: 58px;
  }

  h1 {
    font-size: clamp(3.65rem, 18vw, 5.7rem);
  }

  h2 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .hero-text {
    font-size: 1.03rem;
  }

  .hero-bottom {
    padding-top: 35px;
    font-size: .78rem;
  }

  .hero-bottom a {
    display: none;
  }

  .hero-badges {
    min-height: 165px;
  }

  .sticker {
    width: 103px;
    font-size: 1.03rem;
  }

  .sticker strong {
    font-size: 2.2rem;
  }

  .sticker-one {
    left: 0;
  }

  .sticker-two {
    left: 105px;
  }

  .sticker-three {
    left: 207px;
  }

  .section {
    padding: 76px 0;
  }

  .split-heading,
  .event-top {
    display: block;
  }

  .section-copy {
    margin-top: 18px;
  }

  .event-top .marker-note {
    margin-top: 18px;
  }

  .main-event,
  .camp-promo {
    padding: 23px;
  }

  .moment-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 180px);
  }

  .moment-one,
  .moment-four {
    grid-row: auto;
    grid-column: auto;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }
}
