:root {
  --red: #e30613;
  --red-dark: #83000a;
  --red-hot: #ff2a1b;
  --ink: #070607;
  --graphite: #151719;
  --steel: #b8c1c7;
  --bone: #f2eee6;
  --paper: #fbf6ec;
  --acid: #d7ff45;
  --muted: #8f8a82;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bone);
  background: var(--ink);
  font-family: Bahnschrift, "Aptos", "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.09) 0,
      rgba(255, 255, 255, 0.09) 1px,
      transparent 1px,
      transparent 4px
    ),
    radial-gradient(circle at 18% 29%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
    radial-gradient(circle at 73% 61%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px);
  background-size: auto, 34px 34px, 46px 46px;
  mix-blend-mode: soft-light;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 4.25rem;
  padding: 0.75rem clamp(1rem, 4vw, 3rem);
  color: var(--bone);
  background: linear-gradient(180deg, rgba(7, 6, 7, 0.84), rgba(7, 6, 7, 0));
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  min-width: 4.75rem;
  min-height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(7, 6, 7, 0.34);
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  transform: skew(-12deg);
}

.brand-mark span {
  display: block;
  transform: skew(12deg);
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.9rem, 3vw, 2.25rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.header-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.header-nav a:hover,
.site-footer a:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.cta-short {
  display: none;
}

.hero {
  position: relative;
  min-height: min(92svh, 58rem);
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) minmax(0, 37rem) minmax(20rem, 47rem) minmax(1rem, 1fr);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: 4rem;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.2), transparent 16rem),
    linear-gradient(116deg, var(--red) 0 41%, var(--red-dark) 41% 54%, #070607 54% 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(90deg, #000 0, transparent 72%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -12rem -8rem;
  height: 22rem;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 6, 7, 0.02), rgba(7, 6, 7, 0.95));
  transform: rotate(-4deg);
}

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

.hero-word {
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 11rem;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(1.18);
  user-select: none;
}

.hero-word-top {
  top: 6rem;
  right: 2rem;
  color: rgba(255, 255, 255, 0.15);
}

.hero-word-bottom {
  left: -3rem;
  bottom: 1.3rem;
  color: rgba(7, 6, 7, 0.22);
}

.hero-slice {
  position: absolute;
  display: block;
  width: 24rem;
  height: 3.4rem;
  background: rgba(255, 255, 255, 0.88);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  transform: rotate(-17deg);
}

.slice-one {
  top: 27%;
  left: 7%;
}

.slice-two {
  right: 12%;
  bottom: 20%;
  width: 18rem;
  background: var(--acid);
  opacity: 0.86;
}

.hero-content {
  grid-column: 2;
  position: relative;
  z-index: 4;
  padding: 4rem 0 3rem;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--acid);
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--red);
}

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

h1,
h2,
h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 8.5rem;
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.34);
}

.hero-slogan {
  margin: 0.5rem 0 1.2rem;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 800;
}

.hero-copy {
  width: min(100%, 28rem);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.15rem;
  padding: 0 1.3rem;
  border: 1px solid transparent;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.btn:hover,
.header-cta:hover,
.waitlist-btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--ink);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.28);
}

.btn-primary:hover {
  background: #fff;
  color: var(--ink);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.hero-product {
  grid-column: 3;
  position: relative;
  z-index: 3;
  width: min(54rem, 100%);
  margin: 0 0 0 -5rem;
  perspective: 80rem;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 14% 8% 8% 1%;
  background: rgba(255, 0, 18, 0.32);
  filter: blur(3rem);
  transform: rotate(-10deg);
}

.hero-product img {
  position: relative;
  width: 100%;
  transform: rotate(-8deg) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  mix-blend-mode: screen;
  filter: drop-shadow(0 3.5rem 4rem rgba(0, 0, 0, 0.52)) saturate(1.15) contrast(1.08);
  transition: transform 240ms ease;
}

.hero-specs {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: 2.4rem;
  z-index: 4;
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
  text-align: right;
  text-transform: uppercase;
}

.hero-specs span {
  padding: 0.38rem 0.55rem;
  border-right: 2px solid var(--acid);
  background: rgba(0, 0, 0, 0.18);
}

.countdown {
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) auto minmax(14rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 7rem;
  padding: 1.1rem clamp(1rem, 4vw, 3rem);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
}

.countdown-label span,
.countdown-label strong {
  display: block;
}

.countdown-label span,
.countdown p,
.timer span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.countdown-label strong {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.92rem;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

.timer div {
  min-width: 4.8rem;
  padding: 0.7rem 0.65rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #171717, #050505);
  text-align: center;
}

.timer strong {
  display: block;
  color: var(--acid);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.countdown p {
  margin: 0;
  text-align: right;
}

.section-pad {
  padding: 7rem clamp(1rem, 4vw, 4rem);
}

.concept {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(227, 6, 19, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 5rem 5rem;
}

.section-number {
  position: absolute;
  top: 3rem;
  right: clamp(1rem, 4vw, 4rem);
  color: rgba(7, 6, 7, 0.1);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 8rem;
  line-height: 1;
}

.concept h2,
.section-head h2,
.gallery-head h2,
.purchase h2,
.campaign-copy h2 {
  margin: 0;
  font-size: 4.5rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.concept-copy {
  align-self: end;
  max-width: 43rem;
  color: #24201d;
  font-size: 1.12rem;
  line-height: 1.72;
}

.concept-copy p {
  margin-bottom: 1.2rem;
}

.concept-copy strong {
  display: block;
  margin-top: 2rem;
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
}

.campaign-panel {
  position: relative;
  min-height: 43rem;
  overflow: hidden;
  isolation: isolate;
  background: #070607;
}

.campaign-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08);
}

.campaign-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 7, 0.76), rgba(7, 6, 7, 0.1) 45%, rgba(7, 6, 7, 0.72)),
    linear-gradient(0deg, rgba(7, 6, 7, 0.9), transparent 36%);
}

.campaign-copy {
  position: relative;
  z-index: 1;
  width: min(35rem, calc(100% - 2rem));
  padding: 7rem 0 0 clamp(1rem, 4vw, 4rem);
}

.campaign-copy h2 {
  color: #fff;
  text-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.7);
}

.ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.24);
  background: var(--acid);
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-2deg) scale(1.02);
}

.ticker span {
  min-width: max-content;
  animation: ticker 14s linear infinite;
}

.features {
  color: var(--ink);
  background:
    linear-gradient(135deg, transparent 0 54%, rgba(227, 6, 19, 0.09) 54% 62%, transparent 62%),
    var(--bone);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(17rem, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.section-head h2 {
  grid-column: 2;
}

.section-head .eyebrow {
  grid-column: 1;
  align-self: start;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 6, 7, 0.16);
  border: 1px solid rgba(7, 6, 7, 0.16);
}

.feature-card {
  min-height: 19rem;
  padding: 1.25rem;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 200ms ease,
    background 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease;
}

.feature-card:hover {
  transform: translateY(-0.35rem);
  background: #fff;
}

.feature-card-red {
  background: var(--red);
  color: #fff;
}

.feature-card-red:hover {
  background: #b8000d;
  color: #fff;
  box-shadow: 0 1.2rem 2.5rem rgba(184, 0, 13, 0.34);
}

.feature-index {
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
}

.feature-card-red .feature-index {
  color: var(--acid);
}

.feature-card h3 {
  margin: auto 0 1rem;
  font-size: 2.2rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.feature-card p {
  margin-bottom: 0;
  color: currentColor;
  font-size: 0.98rem;
  line-height: 1.5;
}

.gallery {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #060606;
  background-size: 4rem 4rem;
}

.gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 28rem);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.8rem;
}

.gallery-head .eyebrow,
.gallery-head h2 {
  grid-column: 1;
}

.gallery-head p:not(.eyebrow) {
  grid-column: 2;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.15rem;
  line-height: 1.5;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 12rem;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #140305;
}

.gallery-item-wide {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-item-tall {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item-half {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 600ms ease,
    filter 600ms ease;
}

.gallery-item:hover img {
  transform: scale(1.055);
  filter: saturate(1.18) contrast(1.04);
}

.gallery-item figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.65rem;
  background: rgba(7, 6, 7, 0.78);
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.testimonial {
  position: relative;
  padding: 6rem clamp(1rem, 7vw, 8rem);
  color: var(--ink);
  background: var(--acid);
  overflow: hidden;
}

.testimonial::before {
  content: "RAWX";
  position: absolute;
  right: -1.2rem;
  bottom: -1.2rem;
  color: rgba(7, 6, 7, 0.1);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 10rem;
  line-height: 0.8;
}

blockquote {
  position: relative;
  z-index: 1;
  max-width: 65rem;
  margin: 0;
}

blockquote p {
  margin: 0 0 1.5rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4.3rem;
  line-height: 0.95;
  text-transform: uppercase;
}

blockquote cite {
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 30rem);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(227, 6, 19, 0.42), transparent 38%),
    radial-gradient(circle at 78% 50%, rgba(215, 255, 69, 0.12), transparent 18rem),
    #080808;
}

.purchase-copy h2 {
  color: #fff;
}

.price {
  margin: 1.2rem 0 1rem;
  color: var(--acid);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.drop-note {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
}

.purchase-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  padding: 1.25rem;
}

.option-group + .option-group {
  margin-top: 1.4rem;
}

.option-group > p {
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.size-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.size-options button,
.swatch {
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.size-options button:hover,
.swatch:hover {
  transform: translateY(-2px);
}

.size-options button.is-active {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.color-options {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.swatch {
  width: 3.2rem;
  min-width: 3.2rem;
  padding: 0;
}

.swatch-red {
  background: linear-gradient(135deg, var(--red) 0 50%, #0b0b0b 50% 100%);
}

.swatch-black {
  background: linear-gradient(135deg, #040404, #202020);
}

.swatch-ice {
  background: linear-gradient(135deg, #fff, #cbd2d6);
}

.swatch.is-active {
  border-color: var(--acid);
  box-shadow: 0 0 0 2px rgba(215, 255, 69, 0.28);
}

.selected-color {
  display: block;
  margin-top: 0.65rem;
  color: #fff;
  font-size: 0.95rem;
}

.waitlist-btn {
  width: 100%;
  min-height: 3.55rem;
  margin-top: 1.6rem;
  border: 0;
  color: var(--ink);
  background: var(--acid);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.waitlist-btn.is-added {
  background: #fff;
}

.stock-meter {
  height: 0.55rem;
  margin-top: 1.4rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.stock-meter span {
  display: block;
  width: 73%;
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--acid));
}

.stock-copy {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: rgba(255, 255, 255, 0.56);
  background: #020202;
  font-size: 0.82rem;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].reveal-pending {
  opacity: 0;
  transform: translateY(2rem);
}

[data-reveal].reveal-pending.in-view {
  opacity: 1;
  transform: translateY(0);
}

body.is-loaded .hero-content {
  animation: heroCopy 720ms ease both;
}

body.is-loaded .hero-product {
  animation: heroProduct 900ms 80ms cubic-bezier(0.2, 0.86, 0.22, 1) both;
}

body.is-loaded .hero-word-top {
  animation: wordSlide 900ms 120ms ease both;
}

@keyframes heroCopy {
  from {
    transform: translateX(-2rem);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes heroProduct {
  from {
    transform: translateX(3rem) scale(0.94);
  }
  to {
    transform: translateX(0) scale(1);
  }
}

@keyframes wordSlide {
  from {
    transform: translateX(5rem) scaleX(1.18);
  }
  to {
    transform: translateX(0) scaleX(1.18);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 1060px) {
  .hero {
    grid-template-columns: minmax(1rem, 1fr) minmax(0, 38rem) minmax(1rem, 1fr);
    align-content: center;
  }

  .hero-content {
    grid-column: 2;
    padding-top: 5rem;
  }

  .hero-product {
    grid-column: 2;
    width: min(42rem, 100%);
    margin: -3rem auto 2rem;
  }

  .hero-specs {
    display: none;
  }

  .countdown {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .countdown p {
    text-align: center;
  }

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

  .gallery-item-wide,
  .gallery-item-tall,
  .gallery-item-half {
    grid-column: span 3;
    grid-row: span 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3.8rem;
  }

  .brand-mark {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
  }

  .header-nav {
    display: none;
  }

  .header-cta {
    width: 5.6rem;
    min-height: 2.4rem;
    padding-inline: 0.75rem;
    font-size: 0.76rem;
  }

  .cta-full {
    display: none;
  }

  .cta-short {
    display: inline;
  }

  .hero {
    min-height: min(88svh, 52rem);
    padding-top: 3.5rem;
  }

  .hero-content {
    position: relative;
    z-index: 6;
    width: min(100%, 22rem);
    padding: 4.5rem 1rem 2rem;
  }

  h1 {
    font-size: 5.4rem;
  }

  .hero-slogan {
    font-size: 1.25rem;
  }

  .hero-word {
    font-size: 7rem;
  }

  .hero-word-top {
    top: 5rem;
    right: -2rem;
  }

  .hero-word-bottom {
    left: -4rem;
    bottom: 6rem;
  }

  .hero-slice {
    width: 14rem;
    height: 2rem;
  }

  .slice-two {
    width: 10rem;
    right: -2rem;
  }

  .hero-product {
    position: absolute;
    right: -9rem;
    bottom: 4.2rem;
    z-index: 4;
    width: 34rem;
    max-width: none;
    margin: 0;
    pointer-events: none;
  }

  .timer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    gap: 0.38rem;
  }

  .timer div {
    min-width: 0;
    padding-inline: 0.4rem;
  }

  .timer strong {
    font-size: 1.35rem;
  }

  .timer span {
    font-size: 0.65rem;
  }

  .section-pad {
    padding: 5rem 1rem;
  }

  .concept,
  .section-head,
  .gallery-head,
  .purchase {
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .section-head .eyebrow,
  .gallery-head .eyebrow,
  .gallery-head h2,
  .gallery-head p:not(.eyebrow) {
    grid-column: auto;
  }

  .concept h2,
  .section-head h2,
  .gallery-head h2,
  .purchase h2,
  .campaign-copy h2 {
    font-size: 3.05rem;
  }

  .concept-copy strong,
  .price {
    font-size: 3rem;
  }

  .campaign-panel {
    min-height: 35rem;
  }

  .campaign-copy {
    padding-top: 4rem;
  }

  .ticker {
    font-size: 1.35rem;
  }

  .feature-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 15rem;
  }

  .gallery-grid {
    grid-auto-rows: auto;
  }

  .gallery-item-wide,
  .gallery-item-tall,
  .gallery-item-half {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item {
    min-height: 19rem;
  }

  blockquote p {
    font-size: 2.7rem;
  }

  .testimonial::before {
    font-size: 6rem;
  }

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

  .site-footer div {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .brand-mark {
    min-width: 4rem;
    font-size: 1.08rem;
  }

  h1 {
    font-size: 4.05rem;
  }

  .countdown {
    padding-inline: 0.75rem;
  }

  .timer strong {
    font-size: 1.15rem;
  }

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

  .btn {
    width: 100%;
  }

  .size-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
