:root {
  --black: #070707;
  --charcoal: #111111;
  --off-white: #f4f4f4;
  --light-gray: #e9eaec;
  --red: #ef1f1f;
  --white: #ffffff;
  --dark-text: #111111;
  --muted: #b8b8b8;
  --display: "Oswald", "Bebas Neue", Anton, Impact, sans-serif;
  --strong: Anton, "Bebas Neue", "Oswald", Impact, sans-serif;
  --body: Inter, system-ui, sans-serif;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  overflow-x: hidden;
}

body::before {
  background: radial-gradient(circle at 18% 12%, rgb(255 255 255 / 5%), transparent 17%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
.logo-lockup {
  font-family: var(--display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  left: 0;
  padding: 28px clamp(28px, 5vw, 72px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.nav-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}

.logo-lockup {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-size: clamp(28px, 2.7vw, 40px);
  font-style: italic;
  font-weight: 900;
  gap: 7px;
  line-height: 0.82;
  transform: skew(-7deg);
}

.logo-lockup strong {
  background: var(--red);
  border-radius: 2px;
  box-shadow: 3px 3px 0 rgb(255 255 255 / 9%);
  color: var(--white);
  display: inline-block;
  padding: 7px 10px 5px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.6vw, 34px);
  font-family: var(--strong);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-links a {
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--red);
  outline: 0;
  transform: translateY(-2px) scale(1.04);
}

.red-button,
.black-button,
.outline-button,
.dark-outline-button,
.red-arrow-button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-family: var(--strong);
  font-size: 18px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 54px;
  padding: 16px 26px;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.red-button {
  background: var(--red);
  border: 2px solid var(--red);
  color: var(--white);
}

.red-button.small {
  font-size: 15px;
  min-height: 52px;
  padding: 14px 24px;
}

.wide {
  gap: 18px;
  width: 100%;
}

.black-button {
  background: var(--black);
  border: 2px solid var(--black);
  color: var(--white);
  gap: 18px;
}

.outline-button {
  background: transparent;
  border: 2px solid var(--red);
  color: var(--black);
  font-size: 15px;
  min-height: 36px;
  padding: 8px 18px;
  width: min(180px, 100%);
}

.dark-outline-button {
  background: transparent;
  border: 2px solid rgb(255 255 255 / 55%);
  color: var(--white);
  gap: 10px;
}

.red-button:hover,
.red-button:focus-visible,
.black-button:hover,
.black-button:focus-visible,
.outline-button:hover,
.outline-button:focus-visible,
.dark-outline-button:hover,
.dark-outline-button:focus-visible,
.red-arrow-button:hover,
.red-arrow-button:focus-visible {
  box-shadow: 0 18px 36px rgb(239 31 31 / 28%);
  outline: 0;
  transform: translateY(-3px) scale(1.035);
}

.outline-button:hover,
.outline-button:focus-visible,
.dark-outline-button:hover,
.dark-outline-button:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.section-grit {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 4%) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 70% 24%, rgb(255 255 255 / 8%), transparent 18%),
    var(--black);
}

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  min-height: 760px;
  overflow: hidden;
  padding: 120px clamp(28px, 5.3vw, 86px) 52px;
  position: relative;
}

.hero-banner {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 72% center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero::before {
  background:
    linear-gradient(90deg, rgb(7 7 7 / 99%) 0%, rgb(7 7 7 / 94%) 24%, rgb(7 7 7 / 55%) 40%, rgb(7 7 7 / 10%) 54%, transparent 65%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 600px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--red);
  font-family: var(--strong);
  font-size: clamp(30px, 3.1vw, 50px);
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 0.96;
  margin-bottom: 20px;
  max-width: 600px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--white);
  font-family: var(--strong);
  font-size: clamp(72px, 7.5vw, 124px);
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin-bottom: 28px;
  max-width: 100%;
  text-shadow:
    3px 3px 0 rgb(0 0 0 / 50%),
    -1px 0 0 rgb(255 255 255 / 22%),
    6px 0 0 rgb(0 0 0 / 18%);
  white-space: normal;
}

.hero-subhead {
  color: var(--white);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1.32;
  margin-bottom: 24px;
  max-width: 500px;
}

.capture-form {
  display: grid;
  gap: 12px;
  width: 100%;
}

.capture-form > * {
  min-width: 0;
}

.hero-form {
  grid-template-columns: 1fr 1fr;
  max-width: 520px;
}

.capture-form input {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 4px;
  color: var(--dark-text);
  min-height: 56px;
  min-width: 0;
  padding: 0 18px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.capture-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgb(239 31 31 / 18%);
  outline: 0;
  transform: translateY(-1px);
}

.hero-form .wide,
.hero-form .form-note,
.hero-form .form-status {
  grid-column: 1 / -1;
}

.form-note,
.form-status {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.form-status {
  color: var(--white);
  min-height: 1.2em;
}

.social-proof {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 7%) 0 1px, transparent 1px 18px),
    var(--charcoal);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0 -18px 54px rgb(0 0 0 / 42%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.social-proof > * {
  align-items: center;
  border-right: 1px solid rgb(255 255 255 / 16%);
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 108px;
  padding: 20px clamp(18px, 3.6vw, 44px);
}

.social-proof > *:last-child {
  border-right: 0;
}

.proof-icon {
  font-size: 48px;
  grid-row: span 2;
  margin-right: 18px;
}

.social-proof strong {
  font-size: 34px;
  line-height: 1;
}

.social-proof p {
  color: var(--white);
  font-size: 15px;
}

.social-proof blockquote {
  color: var(--white);
  display: grid;
  font-family: "Brush Script MT", "Segoe Print", cursive;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.paper-section {
  background:
    radial-gradient(circle at 8% 24%, rgb(17 17 17 / 8%), transparent 16%),
    linear-gradient(135deg, rgb(17 17 17 / 4%) 0 1px, transparent 1px 20px),
    var(--off-white);
  color: var(--dark-text);
  padding: clamp(46px, 5vw, 64px) clamp(18px, 4vw, 48px);
}

.merch-section {
  padding-bottom: clamp(52px, 5.2vw, 72px);
  padding-top: clamp(58px, 5.8vw, 80px);
}

.section-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin: 0 auto 36px;
  max-width: var(--max);
  min-width: 0;
  text-align: center;
}

.section-heading h2 {
  width: 100%;
}

.section-heading p {
  width: 100%;
}

.burst-mark {
  color: var(--dark-text);
  display: inline-block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.55;
  padding: 0 18px;
  position: relative;
  top: -4px;
}

.burst-mark::before {
  content: "←";
}

.burst-mark.right::before {
  content: "→";
}

.section-heading h2,
.why-section h2,
.testimonials h2,
.videos-section h2,
.final-cta h2 {
  font-size: clamp(58px, 5.8vw, 88px);
  font-style: italic;
  line-height: 0.82;
  text-transform: uppercase;
}

.section-heading h2 {
  display: inline-block;
  order: -1;
  position: relative;
}

.section-heading h2::after,
.testimonials h2::after {
  background: var(--red);
  bottom: -14px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-2deg);
  width: 100px;
}

.section-heading p {
  font-family: var(--strong);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 28px;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1220px;
}

.product-card {
  background: var(--white);
  border: 1px solid rgb(17 17 17 / 12%);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgb(17 17 17 / 14%);
  min-width: 0;
  padding: 22px 20px 26px;
  position: relative;
  text-align: center;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  box-shadow: 0 22px 52px rgb(17 17 17 / 20%);
  transform: translateY(-6px) scale(1.025);
}

.badge {
  align-items: center;
  background: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-family: var(--display);
  font-size: 16px;
  height: 72px;
  justify-content: center;
  left: -22px;
  line-height: 0.9;
  position: absolute;
  text-transform: uppercase;
  top: -24px;
  transform: rotate(-8deg);
  width: 72px;
  z-index: 2;
}

.shirt-placeholder {
  align-items: center;
  aspect-ratio: 0.9;
  background: #101010;
  clip-path: polygon(17% 9%, 36% 0, 64% 0, 83% 9%, 98% 27%, 83% 38%, 78% 24%, 78% 100%, 22% 100%, 22% 24%, 17% 38%, 2% 27%);
  color: var(--white);
  display: flex;
  justify-content: center;
  margin: 0 auto 22px;
  max-width: 252px;
  padding: 52px 20px 30px;
  transition: transform 200ms ease;
  width: 100%;
}

.product-card:hover .shirt-placeholder,
.product-card:focus-within .shirt-placeholder {
  transform: scale(1.035) rotate(-1deg);
}

.black-shirt {
  background: linear-gradient(145deg, #050505, #1b1b1b);
}

.navy-shirt {
  background: linear-gradient(145deg, #10192b, #223354);
}

.gray-shirt {
  background: linear-gradient(145deg, #d9d9d9, #f0f0f0);
  color: var(--dark-text);
}

.shirt-copy {
  font-family: var(--display);
  font-size: clamp(24px, 1.9vw, 34px);
  font-weight: 700;
  line-height: 0.88;
  max-width: 62%;
  overflow-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
}

.moistie span {
  display: block;
  font-size: 52px;
  margin-top: 12px;
}

.crudites {
  display: grid;
  gap: 6px;
  max-width: 64%;
}

.crudites span,
.crudites em {
  font-family: var(--body);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

.survivor {
  font-size: clamp(18px, 1.65vw, 27px);
  max-width: 58%;
}

.product-card h3 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  min-height: 34px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.product-card p {
  font-size: 17px;
  font-weight: 900;
  margin: 10px 0 18px;
}

.drop-note {
  color: var(--dark-text);
  font-family: "Brush Script MT", "Segoe Print", cursive;
  font-size: clamp(22px, 2.7vw, 31px);
  margin-top: 24px;
  text-align: center;
  transform: rotate(-2deg);
}

.why-section {
  padding: clamp(38px, 4.2vw, 52px) clamp(18px, 4vw, 48px);
  text-align: center;
}

.why-section h2 {
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 0.9;
  margin-bottom: 42px;
}

.why-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1060px;
}

.why-grid article {
  align-items: center;
  border-right: 1px solid rgb(255 255 255 / 24%);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr;
  padding: 0 28px 0 0;
  text-align: left;
}

.why-grid article:last-child {
  border-right: 0;
}

.feature-icon {
  align-items: center;
  background: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  flex-shrink: 0;
  font-family: var(--strong);
  font-size: 28px;
  font-weight: 900;
  height: 88px;
  justify-content: center;
  letter-spacing: -0.02em;
  width: 88px;
}

.why-grid h3 {
  font-size: 26px;
  line-height: 0.95;
}

.why-grid p {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8px;
}

.testimonials {
  text-align: center;
}

.testimonials h2 {
  display: inline-block;
  margin-bottom: 42px;
  position: relative;
}

.testimonial-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1080px;
}

.testimonial-grid article {
  background: var(--white);
  border-radius: 7px;
  box-shadow: 0 14px 32px rgb(17 17 17 / 13%);
  min-height: 160px;
  padding: 24px 32px;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.testimonial-grid article:hover {
  box-shadow: 0 24px 54px rgb(17 17 17 / 20%);
  transform: translateY(-5px) scale(1.02);
}

.quote-mark {
  color: var(--red);
  display: block;
  font-family: Georgia, serif;
  font-size: 70px;
  height: 34px;
  line-height: 0.8;
}

.testimonial-grid p {
  font-family: "Brush Script MT", "Segoe Print", cursive;
  font-size: 24px;
  line-height: 1.1;
  margin: 10px auto 18px;
  max-width: 280px;
}

.testimonial-grid cite {
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.carousel-dots {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 24px;
}

.carousel-dots span {
  background: #c9c9c9;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.carousel-dots .active {
  background: var(--red);
}

.videos-section {
  padding: clamp(46px, 5vw, 60px) clamp(18px, 4vw, 48px) clamp(42px, 4.4vw, 54px);
  text-align: center;
}

.videos-section > p {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 24px;
}

.video-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1200px;
}

.video-card {
  min-width: 0;
}

.tiktok-embed {
  margin: 0 !important;
  min-width: unset !important;
}

.video-placeholder {
  align-items: center;
  aspect-ratio: 1.72;
  background:
    linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 42%)),
    linear-gradient(135deg, #45352f, #121212);
  border: 2px solid rgb(255 255 255 / 48%);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.video-placeholder::before {
  background:
    radial-gradient(circle at 50% 30%, #c8a38d 0 12%, transparent 13%),
    linear-gradient(90deg, transparent 0 37%, #1a1a1a 38% 62%, transparent 63%),
    repeating-linear-gradient(90deg, rgb(239 31 31 / 28%) 0 18px, transparent 18px 44px),
    repeating-linear-gradient(0deg, rgb(255 255 255 / 14%) 0 12px, transparent 12px 36px);
  content: "";
  inset: 0;
  opacity: 0.72;
  position: absolute;
}

.video-placeholder.car::before {
  background:
    radial-gradient(circle at 55% 24%, #c8a38d 0 11%, transparent 12%),
    linear-gradient(120deg, #314f67, #0d1114 55%, #d9d9d9 56% 60%, transparent 61%),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 12%) 0 16px, transparent 16px 36px);
}

.video-placeholder.desk::before {
  background:
    radial-gradient(circle at 48% 25%, #c8a38d 0 12%, transparent 13%),
    linear-gradient(135deg, #2d1b16, #0d0d0d),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 12%) 0 16px, transparent 16px 40px);
}

.video-placeholder.studio::before {
  background:
    radial-gradient(circle at 52% 28%, #c8a38d 0 12%, transparent 13%),
    linear-gradient(135deg, #191919, #3a3a3a),
    repeating-linear-gradient(0deg, rgb(255 255 255 / 11%) 0 14px, transparent 14px 40px);
}

.play-button {
  align-items: center;
  background: rgb(0 0 0 / 58%);
  border: 2px solid rgb(255 255 255 / 72%);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  padding-left: 4px;
  position: relative;
  width: 54px;
  z-index: 2;
}

.video-card h3 {
  color: var(--white);
  font-size: 16px;
  line-height: 1.04;
  margin-top: 10px;
}

.video-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 26px;
}

.final-cta {
  align-items: center;
  background:
    radial-gradient(circle at 20% 0%, rgb(255 255 255 / 16%), transparent 26%),
    radial-gradient(circle at 80% 100%, rgb(0 0 0 / 22%), transparent 30%),
    linear-gradient(135deg, rgb(0 0 0 / 10%) 0 1px, transparent 1px 18px),
    var(--red);
  color: var(--white);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  padding: clamp(56px, 6vw, 80px) clamp(24px, 7vw, 112px);
  position: relative;
}

.final-cta h2 {
  font-size: clamp(64px, 7vw, 104px);
  line-height: 0.86;
  max-width: 820px;
}

.final-cta .capture-form {
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) minmax(230px, auto);
  margin-top: 22px;
  max-width: 900px;
}

.final-cta .form-note,
.final-cta .form-status {
  color: var(--white);
  grid-column: 1 / -1;
}

.sticker-note {
  background:
    linear-gradient(150deg, transparent 0 7%, var(--black) 8% 88%, transparent 89%),
    var(--black);
  color: var(--white);
  justify-self: center;
  padding: 38px 42px;
  transform: rotate(-8deg);
}

.sticker-note p {
  font-family: "Brush Script MT", "Segoe Print", cursive;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.08;
}

.site-footer {
  background: #030303;
  color: var(--white);
  display: grid;
  gap: 30px;
  grid-template-columns: 1.15fr 0.55fr 1fr;
  padding: 30px clamp(24px, 7vw, 110px) 18px;
}

.footer-brand {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
}

.footer-logo {
  align-self: start;
  flex-direction: column;
  font-size: 25px;
  gap: 5px;
}

.footer-logo strong {
  padding: 6px 8px;
}

.footer-brand p {
  border-left: 1px solid rgb(255 255 255 / 18%);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 28px;
}

.social-icons {
  display: flex;
  gap: 18px;
  grid-column: 2;
}

.social-icons a {
  font-size: 25px;
  transition: color 160ms ease, transform 160ms ease;
}

.social-icons a:hover,
.social-icons a:focus-visible {
  color: var(--red);
  outline: 0;
  transform: translateY(-2px) scale(1.12);
}

.footer-links,
.footer-capture {
  border-left: 1px solid rgb(255 255 255 / 18%);
  display: grid;
  gap: 8px;
  padding-left: 34px;
}

.footer-links h2,
.footer-capture h2 {
  font-family: var(--display);
  font-size: 17px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.footer-links a,
.footer-capture p {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.footer-form {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 52px;
  margin-top: 10px;
}

.footer-form input {
  border-radius: 4px 0 0 4px;
  min-height: 48px;
}

.red-arrow-button {
  background: var(--red);
  border: 0;
  border-radius: 0 4px 4px 0;
  color: var(--white);
  min-height: 48px;
  min-width: 52px;
  padding: 0;
}

.footer-form .form-status {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 15%);
  color: rgb(255 255 255 / 58%);
  display: flex;
  font-size: 12px;
  gap: 20px;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 16px;
}

.footer-bottom div {
  display: flex;
  gap: 32px;
}

/* Hamburger button */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  padding: 8px;
  position: relative;
  z-index: 40;
}

.hamburger span {
  background: var(--white);
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: transform 220ms ease, opacity 220ms ease;
  width: 26px;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
  .site-header {
    background: linear-gradient(180deg, rgb(0 0 0 / 78%), transparent);
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a:nth-child(2),
  .nav-links a:nth-child(3) {
    display: none;
  }

  .social-proof,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid,
  .testimonial-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .why-grid article {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-right: 0;
    padding: 0 0 24px;
  }

  .why-grid article:last-child {
    border-bottom: 0;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .sticker-note {
    justify-self: start;
  }

  .footer-links,
  .footer-capture {
    border-left: 0;
    padding-left: 0;
  }
}

/* ── Mobile hero: content pinned to bottom, Cliff visible above ── */
@media (max-width: 860px) {
  .hero {
    align-items: end;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100svh;
    height: 100vh;
    min-height: unset;
    padding: 0;
  }

  .hero-banner {
    object-position: 62% 8%;
  }

  /* Dark only at the bottom — Cliff fully clear above */
  .hero::before {
    background: linear-gradient(
      0deg,
      rgb(7 7 7 / 98%) 0%,
      rgb(7 7 7 / 90%) 20%,
      rgb(7 7 7 / 45%) 38%,
      rgb(7 7 7 / 8%) 54%,
      transparent 68%
    );
  }

  .hero-copy {
    align-self: end;
    display: block;
    max-width: 100%;
    padding: 0 clamp(22px, 5vw, 48px) 100px;
    width: 100%;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(54px, 8vw, 88px);
    line-height: 1.0;
    margin-bottom: 20px;
    white-space: normal;
  }
}

@media (max-width: 680px) {
  /* Hamburger visible, desktop nav hidden */
  .hamburger {
    display: flex;
  }

  /* Full-screen mobile nav overlay */
  .nav-links {
    align-items: center;
    background: rgb(7 7 7 / 97%);
    display: flex;
    flex-direction: column;
    font-size: 32px;
    gap: 32px;
    inset: 0;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease;
    z-index: 30;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    display: block;
  }

  .nav-links .red-button.small {
    font-size: 22px;
    min-height: 56px;
    padding: 14px 32px;
  }

  /* General layout */
  .hero,
  .paper-section,
  .why-section,
  .videos-section,
  .final-cta,
  .site-footer {
    max-width: 100vw;
    overflow: hidden;
    width: 100%;
  }

  .site-header {
    padding: 14px 16px;
  }

  .nav-shell {
    align-items: center;
    gap: 14px;
  }

  .logo-lockup {
    font-size: 28px;
    gap: 6px;
    max-width: calc(100vw - 80px);
  }

  .logo-lockup strong {
    padding: 5px 8px 4px;
  }

  /* Hero — content pinned to bottom, Cliff owns top half */
  .hero {
    align-items: end;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100svh;
    height: 100vh;
    min-height: unset;
    overflow: hidden;
    padding: 0;
  }

  .hero-banner {
    object-position: 62% 8%;
  }

  .hero::before {
    background: linear-gradient(
      0deg,
      rgb(7 7 7 / 98%) 0%,
      rgb(7 7 7 / 92%) 22%,
      rgb(7 7 7 / 48%) 40%,
      rgb(7 7 7 / 8%) 56%,
      transparent 70%
    );
  }

  .hero-copy {
    align-self: end;
    display: block;
    max-width: 100%;
    padding: 0 22px 88px;
    width: 100%;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(48px, 13vw, 68px);
    line-height: 1.0;
    margin-bottom: 18px;
  }

  .hero-subhead {
    display: none;
  }

  #hero-phone {
    display: none;
  }

  .hero-form {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .capture-form input {
    min-height: 50px;
  }

  .red-button.wide {
    font-size: 16px;
    min-height: 52px;
  }

  .form-note {
    font-size: 11px;
  }

  .eyebrow {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 14px;
    max-width: 280px;
  }

  .hero-subhead {
    font-size: 16px;
    max-width: 320px;
  }

  .hero-copy,
  .section-heading,
  .product-grid,
  .testimonial-grid,
  .video-grid,
  .why-grid {
    max-width: 100%;
    width: 100%;
  }

  .hero-copy,
  .hero-form,
  .capture-form {
    max-width: calc(100vw - 40px);
  }

  /* Stats bar — 3 stats in one row, quote full-width below */
  .social-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-proof > * {
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    justify-content: center;
    min-height: 90px;
    padding: 16px 8px;
    text-align: center;
  }

  .social-proof > *:nth-child(3) {
    border-right: 0;
  }

  .social-proof blockquote {
    border-right: 0;
    font-size: 20px;
    grid-column: 1 / -1;
    min-height: 64px;
    padding: 16px 20px;
  }

  .proof-icon {
    display: none;
  }

  .social-proof strong {
    display: block;
    font-family: var(--strong);
    font-size: 28px;
    line-height: 1;
  }

  .social-proof p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 4px;
    text-transform: uppercase;
  }

  /* Product + other grids */
  .hero-form,
  .final-cta .capture-form,
  .product-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-form .wide,
  .hero-form .form-note,
  .hero-form .form-status,
  .final-cta .form-note,
  .final-cta .form-status {
    grid-column: auto;
  }

  /* Section headings */
  .section-heading h2,
  .why-section h2,
  .testimonials h2,
  .videos-section h2,
  .final-cta h2 {
    font-size: clamp(36px, 10vw, 48px);
    max-width: 100%;
  }

  .why-section h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .section-heading h2 {
    display: block;
    line-height: 0.92;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
  }

  .burst-mark {
    display: none;
  }

  .section-heading p {
    font-size: 13px;
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 285px;
  }

  /* Why section icons on mobile */
  .feature-icon {
    height: 64px;
    font-size: 22px;
    width: 64px;
  }

  .why-grid h3 {
    font-size: 20px;
  }

  .video-actions {
    flex-direction: column;
  }

  .footer-brand {
    grid-template-columns: 1fr;
  }

  .footer-brand p,
  .social-icons {
    border-left: 0;
    grid-column: auto;
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
