:root {
  --black: #050608;
  --black-soft: #0c0e12;
  --panel: #11141a;
  --white: #f6f7fa;
  --muted: #a9afb9;
  --blue: #0869e8;
  --blue-light: #51a9ff;
  --pink: #ff2e91;
  --pink-light: #ff72b8;
  --line: rgba(255, 255, 255, 0.14);
  --max: 1320px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --heading: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  --body: "Aptos", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 4.25rem;
  scroll-snap-type: y proximity;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue-light);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.9rem;
  transform: translateY(-160%);
  background: white;
  color: black;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
}

.site-header {
  position: sticky;
  z-index: 200;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 4.25rem;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 8, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 1rem;
}

.brand-mark {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
  place-items: center;
  background: var(--blue);
  color: white;
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand-name {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.05;
  text-transform: uppercase;
}

.nav-toggle {
  position: relative;
  z-index: 202;
  display: grid;
  width: 4.25rem;
  flex: 0 0 4.25rem;
  padding: 0;
  place-content: center;
  gap: 0.5rem;
  border: 0;
  border-left: 1px solid var(--line);
  background: var(--black);
  color: white;
  transition: background 180ms ease;
}

.nav-toggle[aria-expanded="true"] {
  background: var(--blue);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.45rem;
  height: 2px;
  background: currentColor;
  transition: transform 200ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.site-nav {
  position: fixed;
  z-index: 201;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  width: min(88vw, 25rem);
  padding-top: 5rem;
  flex-direction: column;
  transform: translateX(100%);
  border-left: 1px solid var(--line);
  background: #090b0f;
  visibility: hidden;
  transition: transform 280ms ease, visibility 280ms;
}

.site-nav.is-open {
  transform: translateX(0);
  visibility: visible;
}

.site-nav a {
  display: flex;
  min-height: 4.25rem;
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #d6d9df;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: white;
}

.site-nav .nav-facebook {
  margin-top: auto;
  background: var(--blue);
  color: white;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--heading);
}

.hero {
  position: relative;
  min-height: 32rem;
  height: calc(85svh - 4.25rem);
  max-height: 48rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--black-soft);
  scroll-snap-align: start;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 70%),
    linear-gradient(145deg, transparent 72%, rgba(255, 46, 145, 0.14));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  animation: hero-in 1.1s ease both;
}

@keyframes hero-in {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 2rem var(--gutter) 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-eyebrow {
  position: absolute;
  top: clamp(2rem, 7vh, 4rem);
  left: var(--gutter);
  margin: 0;
  padding: 0.62rem 0.78rem;
  background: var(--pink);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.8);
  color: white;
}

.hero h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.4rem, 17vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.hero h1 span {
  display: block;
  color: var(--blue-light);
}

.welcome {
  display: grid;
  padding: clamp(2.25rem, 8vw, 6rem) var(--gutter) clamp(5rem, 16vw, 8rem);
  gap: 4rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(20, 119, 255, 0.08), transparent 35%),
    var(--black);
  box-shadow: inset 0 3px 0 var(--blue);
  scroll-snap-align: start;
}

.welcome-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.6rem, 12vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.welcome-copy > p:last-of-type {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  margin-top: 1.7rem;
  padding: 0.9rem 1.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 1px solid transparent;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--blue);
  color: white;
}

.button-primary:hover {
  background: var(--blue-light);
}

.button-light {
  background: white;
  color: var(--black);
}

.welcome-stats {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.welcome-stats div {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.welcome-stats dt {
  font-family: var(--heading);
  font-size: 2.5rem;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.welcome-stats dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.statement {
  display: grid;
  min-height: 65svh;
  padding: 5rem var(--gutter);
  align-content: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 46, 145, 0.7), transparent 28%),
    linear-gradient(135deg, #075ed0, var(--blue));
  scroll-snap-align: start;
}

.statement p {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(2.5rem, 11vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.outline-text {
  color: #ffd1e7;
}

.section {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5.5rem, 15vw, 9rem) var(--gutter);
}

.section-heading {
  margin-bottom: clamp(3.5rem, 11vw, 6rem);
}

.section-heading h2,
.inventory h2,
.about h2 {
  margin: 0;
  font-size: clamp(3rem, 13vw, 5.7rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.section-heading > p:last-child {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
}

.story-list {
  display: grid;
  gap: 5rem;
}

.story-step {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.story-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--panel);
}

.story-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  pointer-events: none;
}

.story-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 700ms ease;
}

.story-step:hover .story-image img {
  transform: scale(1.03);
}

.story-copy {
  position: relative;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.story-number {
  position: absolute;
  top: 0.6rem;
  right: 0;
  margin: 0;
  color: rgba(81, 169, 255, 0.15);
  font-family: var(--heading);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

.story-step:nth-child(2) .story-number {
  color: rgba(255, 46, 145, 0.18);
}

.story-copy h3 {
  position: relative;
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 10vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.story-copy > p:last-child {
  position: relative;
  margin: 0;
  color: var(--muted);
}

.inventory {
  max-width: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black-soft);
}

.inventory-intro > p:last-child {
  max-width: 38rem;
  margin: 1.5rem 0 3.5rem;
  color: var(--muted);
}

.inventory-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-list li {
  display: grid;
  min-height: 5.6rem;
  align-items: center;
  grid-template-columns: 2.3rem 1fr;
  border-top: 1px solid var(--line);
  gap: 0.5rem;
}

.inventory-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.inventory-list span {
  color: var(--blue-light);
  font-size: 0.68rem;
  font-weight: 900;
}

.inventory-list li:nth-child(even) span {
  color: var(--pink-light);
}

.inventory-list strong {
  font-family: var(--heading);
  font-size: clamp(1.55rem, 7vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.inventory-list em {
  display: none;
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.show-grid {
  display: grid;
}

.show-card {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.show-card + .show-card {
  border-top: 0;
}

.show-card-image,
.show-card-image::after {
  position: absolute;
  inset: 0;
}

.show-card-image::after {
  content: "";
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.9) 90%);
}

.show-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.show-card-pallets .show-card-image img {
  object-position: 48% center;
}

.show-card-blings .show-card-image img {
  object-position: 50% 24%;
}

.show-card:hover .show-card-image img {
  transform: scale(1.035);
}

.show-card-content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem var(--gutter);
}

.show-index {
  margin: 0 0 0.6rem;
  color: var(--blue-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.show-card-blings .show-index {
  color: var(--pink-light);
}

.show-card h3 {
  margin: 0;
  font-size: clamp(2.8rem, 12vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.show-card-content > p:last-child {
  max-width: 30rem;
  margin: 1rem 0 0;
  color: #e0e3e8;
}

.schedule {
  display: grid;
  padding: 3.5rem var(--gutter);
  gap: 2rem;
  background: linear-gradient(135deg, var(--blue) 0%, #0e6ee7 72%, #c82278 140%);
}

.schedule .eyebrow {
  color: white;
}

.schedule h3 {
  margin: 0;
  font-size: clamp(2.7rem, 12vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.schedule > div:last-child p {
  margin: 0;
}

.schedule .button {
  margin-top: 1.4rem;
}

.about {
  display: grid;
  gap: 4rem;
}

.about-image {
  position: relative;
  margin: 0 0 0 0.75rem;
}

.about-image::before {
  position: absolute;
  z-index: -1;
  top: -0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: -0.75rem;
  border: 1px solid var(--pink);
  content: "";
}

.about-image img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about-image p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.9rem 1rem;
  background: var(--blue);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-lead {
  margin: 1.8rem 0 1rem;
  font-size: 1.25rem;
  line-height: 1.45;
}

.about-copy > p:not(.eyebrow):not(.about-lead) {
  color: var(--muted);
}

.final-cta {
  display: grid;
  min-height: 72svh;
  padding: 5.5rem var(--gutter);
  place-items: center;
  align-content: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(20, 119, 255, 0.2), transparent 35%),
    radial-gradient(circle at 85% 85%, rgba(255, 46, 145, 0.14), transparent 30%),
    var(--black);
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(3.2rem, 14vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.final-cta .outline-text {
  color: var(--pink-light);
}

.final-cta .button {
  width: 100%;
  max-width: 24rem;
  margin-top: 2.5rem;
}

.site-footer {
  display: flex;
  padding: 2rem var(--gutter);
  align-items: flex-start;
  flex-direction: column;
  gap: 0.3rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-brand {
  padding: 0 0 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 650ms ease, transform 700ms cubic-bezier(0.2, 0.72, 0.12, 1);
}

[data-reveal][data-delay="1"] { transition-delay: 90ms; }
[data-reveal][data-delay="2"] { transition-delay: 180ms; }
[data-reveal][data-delay="3"] { transition-delay: 270ms; }

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  .welcome {
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
    align-items: end;
    gap: 5rem;
  }

  .story-step {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6rem);
  }

  .story-step-reverse .story-image {
    grid-column: 2;
    grid-row: 1;
  }

  .story-step-reverse .story-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .inventory {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(4rem, 8vw, 7rem);
  }

  .inventory-intro > p:last-child {
    margin-bottom: 0;
  }

  .inventory-list li {
    grid-template-columns: 2.5rem 1fr auto;
  }

  .inventory-list em {
    display: block;
  }

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

  .show-card + .show-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .schedule {
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.9fr);
    gap: 4rem;
  }

  .about {
    grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(4rem, 9vw, 8rem);
  }

  .site-footer {
    display: grid;
    min-height: 8rem;
    padding: 0 var(--gutter);
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 2.5rem;
  }

  .footer-brand {
    padding: 0;
  }
}

@media (min-width: 900px) {
  html {
    scroll-padding-top: 5rem;
    scroll-snap-type: none;
  }

  .site-header {
    min-height: 5rem;
  }

  .brand {
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    height: auto;
    width: auto;
    padding: 0;
    flex-direction: row;
    transform: none;
    border-left: 0;
    background: transparent;
    visibility: visible;
  }

  .site-nav a {
    min-height: 5rem;
    padding: 0 1.2rem;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .site-nav .nav-facebook {
    margin: 0;
    min-width: 9rem;
  }

  .hero {
    display: grid;
    min-height: 38rem;
    height: calc(90svh - 5rem);
    max-height: 56rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(24rem, 0.75fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .hero-media {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 76%;
    grid-column: auto;
    grid-row: 1;
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, transparent 42%, rgba(4, 7, 13, 0.12) 55%, rgba(3, 7, 14, 0.68) 82%, #050608 100%),
      linear-gradient(145deg, transparent 58%, rgba(8, 105, 232, 0.28) 100%);
  }

  .hero-media img {
    object-position: 50% 30%;
  }

  .hero-copy {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.75rem clamp(3rem, 5vw, 6rem) 2.75rem;
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 0;
    height: 100%;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-left: 0;
    background:
      linear-gradient(90deg, transparent 39%, rgba(5, 6, 8, 0.06) 50%, rgba(5, 6, 8, 0.74) 70%, rgba(5, 6, 8, 0.98) 100%),
      linear-gradient(155deg, transparent 62%, rgba(8, 105, 232, 0.2) 100%);
  }

  .hero-eyebrow {
    top: 3.75rem;
    right: clamp(3rem, 5vw, 6rem);
    left: auto;
    color: white;
  }

  .hero h1 {
    width: min(43rem, 43vw);
    max-width: none;
    font-size: clamp(5.25rem, 7.8vw, 9.5rem);
    line-height: 0.82;
  }

  .statement {
    min-height: 75svh;
  }

  .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
    align-items: end;
    gap: 4rem;
  }

  .section-heading .eyebrow {
    grid-column: 1 / -1;
  }

  .section-heading > p:last-child {
    margin: 0;
  }

  .show-card {
    min-height: 50rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
