:root {
  --blue: #38b5fe;
  --yellow: #feea38;
  --black: #050505;
  --white: #ffffff;
  --soft: #f1f2f4;
  --ink: #111216;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--yellow); color: #000; font-weight: 700; }
.skip-link:focus { top: 16px; }

.hero {
  min-height: 760px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--white);
  overflow: hidden;
  background: #000;
}
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 44%; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.58) 55%, rgba(0,0,0,.28) 100%); }
.site-nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 24px; }
.logo { width: 155px; height: 72px; object-fit: contain; object-position: left center; }
.nav-link { text-decoration: none; font-weight: 700; border-bottom: 2px solid var(--blue); padding-bottom: 3px; }
.hero-content { position: relative; z-index: 2; margin-block: auto; padding: 76px 0 100px; }
.eyebrow { color: var(--yellow); font: 700 .86rem/1 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
h1 { max-width: 1010px; margin: 22px 0 28px; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.075em; }
.hero-copy { max-width: 750px; color: #f0f0f0; font-size: clamp(1.08rem, 2vw, 1.45rem); line-height: 1.45; }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 15px 26px; color: #000; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: .035em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 6px 6px 0 rgba(255,255,255,.3); }
.button-blue { background: var(--blue); }
.button-yellow { background: var(--yellow); }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.section-number { display: inline-block; margin-bottom: 26px; padding: 7px 11px; background: #000; color: #fff; font: 700 .78rem/1 "Manrope", sans-serif; letter-spacing: .12em; }
.section-number.light { background: #fff; color: #000; }
.section-copy h2 { font-size: clamp(2.25rem, 4.3vw, 4rem); line-height: 1.08; letter-spacing: -.055em; }
.section-copy > p:last-child { max-width: 510px; font-size: 1.18rem; }
.portrait-stack { position: relative; min-height: 560px; }
.portrait { position: absolute; object-fit: cover; box-shadow: 14px 14px 0 var(--yellow); }
.portrait-tall { right: 0; top: 0; width: 54%; height: 500px; }
.portrait-offset { left: 0; bottom: 0; width: 45%; height: 380px; box-shadow: 12px 12px 0 var(--blue); }

.networking { background: var(--soft); }
.headline-row { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 58px; }
.headline-row h2 { margin-bottom: 0; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .83; letter-spacing: -.08em; }
.headline-row h2 span { color: var(--blue); }
.text-link { flex: 0 0 auto; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; text-transform: uppercase; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 430px; }
.benefit { min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.benefit span { font: 700 .86rem/1 "Manrope", sans-serif; }
.benefit h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.05; letter-spacing: -.05em; }
.benefit-photo { position: relative; padding: 0; overflow: hidden; color: #fff; }
.benefit-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.benefit-photo:hover img { transform: scale(1.035); }
.benefit-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.9)); }
.benefit-blue-photo::after { background: linear-gradient(180deg, rgba(5,89,139,.32), rgba(2,31,49,.94)); }
.benefit-yellow-photo::after { background: linear-gradient(180deg, rgba(254,234,56,.14), rgba(40,31,0,.92)); }
.benefit-drinks-photo::after { background: linear-gradient(180deg, rgba(56,181,254,.08), rgba(0,16,28,.93)); }
.benefit-blue-photo { box-shadow: inset 0 6px 0 var(--blue); }
.benefit-yellow-photo { box-shadow: inset 0 6px 0 var(--yellow); }
.benefit-drinks-photo { box-shadow: inset 0 6px 0 var(--blue); }
.benefit-photo div { position: absolute; z-index: 1; inset: 0; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.benefit-photo span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(0,0,0,.28); }
.benefit-photo h3 { max-width: 280px; text-shadow: 0 2px 18px rgba(0,0,0,.55); }

.experience { background: #fff; }
.experience-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.experience-heading h2 { margin-bottom: 0; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .92; letter-spacing: -.07em; }
.experience-heading p { margin-bottom: 8px; font-size: 1.2rem; }
.experience-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 570px; background: var(--black); }
.steps { display: grid; grid-template-columns: 1fr 1fr; color: #fff; }
.step { min-height: 285px; padding: 34px 30px; border-right: 1px solid #505050; border-bottom: 1px solid #505050; display: flex; flex-direction: column; }
.step:nth-child(2n) { border-right: 0; }
.step:nth-child(3), .step:nth-child(4) { border-bottom: 0; }
.step strong { display: block; margin-bottom: 36px; font: 800 1.12rem/1.2 "Manrope", sans-serif; }
.step p { margin: auto 0 0; color: #d6d6d6; }
.step strong::after { content: ""; display: block; width: 36px; height: 3px; margin-top: 18px; background: var(--blue); }
.step:nth-child(even) strong::after { background: var(--yellow); }
.wide-community-photo { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: center; }

.community { background: var(--black); color: #fff; }
.community-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.community-copy { position: sticky; top: 40px; align-self: start; }
.community-copy .kicker { margin: 0; color: var(--yellow); font: 600 1.5rem/1 "Manrope", sans-serif; }
.community-copy h2 { margin: 0 0 25px; color: var(--blue); font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.07em; }
.community-copy > p:nth-of-type(3) { max-width: 410px; color: #d8d8d8; font-size: 1.1rem; }
.community-copy .button { margin-top: 26px; }
.community-list > h3 { margin-bottom: 30px; color: var(--yellow); font-size: 1.25rem; }
.community-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid #444; }
.community-list article:last-child { border-bottom: 1px solid #444; }
.community-list article > span { color: var(--blue); font: 700 .82rem/1.6 "Manrope", sans-serif; }
.community-list h4 { margin: 0 0 6px; font: 700 1.65rem/1.2 "Manrope", sans-serif; }
.community-list p { margin: 0; color: #bdbdbd; }

.testimonials { background: #fff; }
.testimonial-heading { margin-bottom: 58px; }
.testimonial-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .94; letter-spacing: -.07em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card { display: flex; flex-direction: column; min-height: 620px; padding: 22px; background: var(--blue); }
.quote-card > img { width: 100%; height: 225px; object-fit: cover; filter: saturate(.9); }
.quote-card > img.testimonial-chykah { object-position: center 12%; }
.quote-card > img.testimonial-joshua { object-position: center 10%; }
.quote-card > img.testimonial-ozone { object-position: center 30%; }
.quote-card blockquote { margin: 28px 0 36px; font-size: 1.04rem; line-height: 1.52; }
.quote-card footer { margin-top: auto; display: flex; flex-direction: column; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.5); }
.quote-card footer strong { font-family: "Manrope", sans-serif; font-size: 1.2rem; }
.quote-yellow { background: var(--yellow); }
.quote-dark { background: #111; color: #fff; }
.quote-dark footer { border-color: #666; }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; background: #000; }
.final-cta > img, .final-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; object-position: center 42%; }
.final-shade { background: rgba(0,0,0,.67); }
.final-content { position: relative; z-index: 1; width: min(690px, calc(100% - 40px)); padding: 80px 0; }
.final-logo { width: 150px; margin: 0 auto 34px; }
.final-content h2 { margin-bottom: 28px; color: var(--blue); font-size: clamp(3rem, 7vw, 6rem); line-height: .93; letter-spacing: -.07em; }
.final-content p { font-size: 1.18rem; }
.final-content .button { margin-top: 25px; }
.site-footer { background: #000; color: #fff; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner img { width: 120px; height: 70px; object-fit: contain; }
.footer-inner a { font-weight: 700; text-decoration-color: var(--blue); text-underline-offset: 5px; }

@media (max-width: 860px) {
  .section { padding: 78px 0; }
  .hero { min-height: 710px; }
  .hero-shade { background: rgba(0,0,0,.68); }
  .intro-grid, .community-grid, .experience-heading { grid-template-columns: 1fr; gap: 48px; }
  .community-copy { position: static; }
  .portrait-stack { min-height: 500px; }
  .benefit-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 330px; }
  .experience-story { grid-template-columns: 1fr; }
  .wide-community-photo { height: 500px; min-height: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .quote-card { min-height: auto; }
  .quote-card blockquote { min-height: 165px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .section { padding: 64px 0; }
  .site-nav { padding-top: 12px; }
  .logo { width: 118px; height: 58px; }
  .nav-link { font-size: .9rem; }
  .hero { min-height: 780px; }
  .hero-photo { object-position: 52% center; }
  .hero-content { padding-bottom: 60px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .button-row, .button { width: 100%; }
  .portrait-stack { min-height: 430px; }
  .portrait-tall { width: 62%; height: 390px; }
  .portrait-offset { width: 49%; height: 280px; }
  .headline-row { display: block; }
  .headline-row h2 { margin-bottom: 32px; }
  .wide-community-photo { height: 330px; min-height: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 210px; border-right: 0 !important; border-bottom: 1px solid #505050 !important; }
  .step:last-child { border-bottom: 0 !important; }
  .quote-card blockquote { min-height: auto; }
  .final-cta { min-height: 650px; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 18px 0 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
