/* ── Fonts ── */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('Fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal';
  src: url('Fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal';
  src: url('Fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'PPNeueMontreal';
  src: url('Fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal';
  src: url('Fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal';
  src: url('Fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

/* Didot — macOS system font (replace with web font before Vercel deploy) */

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: 'PPNeueMontreal', sans-serif;
  background: #fff;
}

/* ── Layout ── */
.container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .headline {
    max-width: 941px;
  }

  .qualify-disqualifier {
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
  }

  .divider {
    margin-left: -40px;
    margin-right: -40px;
  }
}

/* ── Hero ── */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
}

/* ── Badge ── */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 353px;
  height: 63px;
  background: rgba(217, 217, 217, 0.76);
  border-radius: 15.12px;
}

.badge-text {
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 300;
  font-size: 17.82px;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
}

/* ── Headline ── */
.headline {
  margin-top: 125px;
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #000;
  line-height: 1.1;
}

/* ── Video Player ── */
.video-player {
  margin-top: 25px;
  width: 948px;
  max-width: 100%;
  aspect-ratio: 948 / 467;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
}

.video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── CTA Button ── */
.cta-btn {
  margin-top: 70px;
  width: 457px;
  height: 98px;
  border-radius: 77.5px;
  background: #000;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -0.05em;
  color: #fff;
  text-decoration: none;
}

/* ── Qualify Section ── */
.qualify {
  margin-top: 73px;
  text-align: center;
}

.qualify-heading {
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.03em;
  color: #000;
  line-height: 1.1;
}

.qualify-list {
  margin-top: 27px;
  list-style: none;
  padding: 0;
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: -0.03em;
  color: #000;
  line-height: 1.5;
}

.qualify-disqualifier {
  margin-top: 26px;
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.03em;
  color: #000;
  line-height: 1.1;
}

/* ── Social Section ── */
.social {
  margin-top: 109px;
}

.social-text {
  padding-left: 50px; /* container 40px + 50px = 90px from screen left */
}

.social-label {
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.05em;
  color: #000;
  line-height: 1;
}

.social-channels {
  font-family: 'Didot', 'Bodoni MT', 'Playfair Display', serif;
  font-style: italic;
  font-size: 69px;
  letter-spacing: -0.08em;
  color: #000;
  -webkit-text-stroke: 0.25px #000;
  line-height: 1;
}

/* ── Social Grid ── */
.social-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 12px;
}

.platform-btn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'PPNeueMontreal', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.platform-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.youtube-btn {
  background: #ff0000;
}

.instagram-btn {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.platform-screenshot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* ── Dividers ── */
.divider {
  border: none;
  border-top: 1px solid #d0d0d0;
  margin-top: 24px;
  margin-left: -20px;
  margin-right: -20px;
}

.divider + .divider {
  margin-top: 8px;
}
