@font-face {
  font-family: RezistanceGrotesk;
  src: url("assets/fonts/NeueHaasGroteskTextPro.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: RezistanceGrotesk;
  src: url("assets/fonts/NeueHaasGroteskTextPro-Medium.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: RezistanceGrotesk;
  src: url("assets/fonts/NeueHaasGroteskTextPro-Bold.woff2") format("woff2");
  font-weight: 900;
}

:root {
  --black: #000000;
  --dark: #0a0a0a;
  --panel: #111111;
  --red: #ff0000;
  --red-deep: #e10600;
  --white: #ffffff;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.18);
  --line-red: rgba(255, 0, 0, 0.62);
  --header-height: 5.75rem;
  --collection-tabs-height: 4.8rem;
  --collection-offset: calc(var(--header-height) + var(--collection-tabs-height));
  font-family: RezistanceGrotesk, Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
  font-synthesis-weight: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--black);
}

body::selection {
  color: var(--white);
  background: var(--red);
}

a,
button,
input {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

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

.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;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  contain: layout paint style;
  background: var(--black);
  clip-path: inset(0% 0% 0% 0%);
}

.preloader-media {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  contain: layout paint style;
}

.preloader-media img {
  position: absolute;
  width: min(12vw, 190px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: brightness(0.55) contrast(1.22) saturate(0.78);
  transform-origin: center;
}

.preloader-lockup {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.6vw, 3rem);
}

.loader-word {
  visibility: hidden;
  color: var(--red);
  font-size: clamp(3.7rem, 10.5vw, 9rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  white-space: nowrap;
  mix-blend-mode: screen;
}

.loader-count {
  min-width: 3ch;
  color: var(--white);
  font-size: clamp(1rem, 1.6vw, 1.45rem);
  font-weight: 700;
  line-height: 1;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  min-height: 5.75rem;
  padding: 1.2rem clamp(1.35rem, 3.5vw, 3rem);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
  transition: background 0.45s ease, border-color 0.45s ease, min-height 0.45s ease;
}

.site-header.is-stuck {
  min-height: 4.5rem;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(14px);
}

.menu-toggle {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.menu-toggle span {
  width: 1rem;
  height: 0.72rem;
  background:
    linear-gradient(var(--red), var(--red)) 0 0 / 100% 2px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 50% / 100% 2px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 100% / 100% 2px no-repeat;
}

.header-logo {
  justify-self: center;
  width: clamp(2.8rem, 4.25vw, 4rem);
  opacity: 0;
  transform: translateY(-0.75rem) scale(0.86);
  pointer-events: none;
}

.header-logo img,
.hero-mark,
.footer-logo img {
  width: 100%;
  height: auto;
}

.main-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.6vw, 2.45rem);
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.cart-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--red);
}

.hero {
  position: relative;
  min-height: 110svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.hero-video-wrap,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video-wrap {
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: calc(100% + 70px);
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) contrast(1.14) saturate(1.15);
  transform: translateY(-70px);
}

.hero-overlay {
  background:
    radial-gradient(circle at 52% 40%, rgba(255, 0, 0, 0.08), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.84) 79%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.96));
}

.hero-title {
  position: absolute;
  z-index: 2;
  top: 125px;
  left: 2.4vw;
  right: 2.4vw;
  margin: 0;
  color: var(--red);
  font-size: clamp(7rem, 12.6vw, 16rem);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.24);
}

.hero-title span {
  display: inline-block;
}

.hero-title span + span {
  margin-left: 0.12em;
}

.hero-mark {
  position: absolute;
  z-index: 3;
  left: 43%;
  bottom: 10vh;
  width: clamp(9rem, 18vw, 18rem);
  filter: drop-shadow(0 1.6rem 2.5rem rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 4;
  left: clamp(1.5rem, 4vw, 3rem);
  bottom: 20vh;
  max-width: 27rem;
  text-transform: uppercase;
}

.hero-copy p {
  margin: 0;
}

.hero-copy .eyebrow {
  margin-bottom: 2.2rem;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.52em;
}

.hero-copy p:last-child {
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.22em;
}

.hero-links {
  position: absolute;
  z-index: 4;
  right: clamp(2rem, 8vw, 7rem);
  bottom: 22vh;
  display: grid;
  gap: 1.65rem;
  min-width: 8rem;
  text-transform: uppercase;
}

.hero-links a {
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.18em;
}

.hero-links span {
  display: block;
  margin-bottom: 0.24rem;
  color: var(--red);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.scroll-cue,
.watch-link {
  position: absolute;
  z-index: 4;
  bottom: 12vh;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue {
  left: clamp(1.5rem, 4vw, 3rem);
}

.scroll-cue span {
  color: var(--red);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.watch-link {
  right: clamp(1.5rem, 4vw, 3rem);
}

.watch-link span {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 0.7rem;
}

.manifesto-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(18rem, 35%) minmax(11rem, 15%);
  min-height: max(850px, 100svh);
  margin-top: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 64% 45%, rgba(255, 0, 0, 0.13), rgba(0, 0, 0, 0) 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.88) 54%, rgba(0, 0, 0, 0.98)),
    var(--black);
}

.manifesto-statement {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(4.5rem, 7vw, 7rem) clamp(1.75rem, 4.6vw, 5.25rem);
}

.manifesto-kicker {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(4rem, 8vh, 6.25rem);
  color: var(--white);
  font-size: clamp(0.72rem, 0.92vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kicker-slash {
  color: var(--red);
}

.kicker-text {
  display: inline-block;
}

.manifesto-ghost {
  position: absolute;
  z-index: 1;
  top: 11%;
  left: -0.55rem;
  color: rgba(255, 255, 255, 0.035) !important;
  font-size: clamp(6rem, 13.5vw, 15rem);
  font-weight: 900;
  line-height: 0.72;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.manifesto-statement h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(4.3rem, 7.8vw, 9.25rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.manifesto-white,
.manifesto-red {
  display: block;
}

.manifesto-line {
  display: block;
  will-change: transform, opacity, clip-path;
}

.manifesto-red {
  margin-top: 0.12em;
  color: var(--red);
}

.red-line {
  clip-path: inset(0 0 0 0);
}

.manifesto-support {
  position: relative;
  z-index: 2;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.18em;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  width: max-content;
  margin-top: 2rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--red);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--red);
  font-size: 1.35rem;
  transition: transform 0.3s ease;
}

.manifesto-link {
  position: relative;
  z-index: 2;
  margin-top: 2.3rem;
  border-bottom: 0;
  transition: border-color 0.3s ease;
}

.manifesto-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--red);
  transform: scaleX(var(--line-scale, 1));
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-link:hover::after {
  transform: scaleX(1.12);
}

.manifesto-link:hover span {
  transform: translateX(0.4rem);
}

.manifesto-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.manifesto-glow {
  position: absolute;
  inset: 10% -18% 4% -36%;
  z-index: 1;
  background:
    radial-gradient(circle at 54% 42%, rgba(255, 0, 0, 0.34), rgba(255, 0, 0, 0.12) 26%, rgba(0, 0, 0, 0) 58%),
    radial-gradient(circle at 30% 76%, rgba(255, 0, 0, 0.16), rgba(0, 0, 0, 0) 40%);
  filter: blur(18px);
  opacity: 0.8;
  transform: translate3d(0, 0, 0);
}

.manifesto-model {
  position: absolute;
  z-index: 2;
  right: -8%;
  bottom: -3%;
  width: min(49vw, 48rem);
  max-width: none;
  max-height: 97%;
  object-fit: contain;
  object-position: bottom right;
  filter: brightness(0.72) contrast(1.22) saturate(1.04) drop-shadow(-3rem 1.8rem 4rem rgba(0, 0, 0, 0.72));
}

.manifesto-caption {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.4rem, 3vw, 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.field-lines {
  position: absolute;
  inset: 10% clamp(1.2rem, 2.4vw, 2.8rem);
  pointer-events: none;
}

.field-lines span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 0, 0, 0.7);
  transform-origin: left;
}

.field-lines span:first-child {
  top: -45px;
}

.field-lines span:last-child {
  bottom: 0;
}

.field-lines b {
  position: absolute;
  left: 27%;
  top: 50%;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--red);
  transform: translate(-50%, -50%) rotate(45deg);
}

.field-lines i {
  position: absolute;
  left: 27%;
  top: 0;
  width: 1px;
  height: 14rem;
  background: rgba(255, 0, 0, 0.55);
  transform-origin: top;
}

.field-label,
.section-label span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.manifesto-caption p {
  margin: 2.4rem 0 0;
  color: var(--white);
  font-size: clamp(1rem, 1.3vw, 1.45rem);
  font-weight: 900;
  line-height: 1.62;
  letter-spacing: 0.44em;
  text-transform: uppercase;
}

.manifesto-caption p::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 1px;
  margin-top: 2.3rem;
  background: var(--red);
}

.manifesto-caption small {
  display: grid;
  gap: 0.2rem;
  margin-top: 2.6rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.field-copy-line {
  display: block;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .manifesto-feature,
  .manifesto-glow,
  .manifesto-ghost,
  .manifesto-line,
  .manifesto-model,
  .manifesto-caption,
  .field-copy-line,
  .manifesto-support,
  .manifesto-link {
    transition: none !important;
    animation: none !important;
    will-change: auto;
  }
}

.questions, .collections, .join {
    display: grid;
    grid-template-columns: minmax(10.5rem, 15%) 1fr minmax(5rem, 8%);
    margin-top: 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-label {
  padding: clamp(2.6rem, 4.8vw, 5rem) clamp(1.25rem, 2.6vw, 2.4rem);
  border-right: 1px solid var(--line);
  text-transform: uppercase;
}

.section-label span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin-right: 1rem;
  background: var(--red);
  vertical-align: middle;
}

.section-label h2 {
  margin: 1.5rem 0 2.2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.section-label p {
  margin: 0;
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.12em;
}

.section-label .text-link {
  margin-top: 4.2rem;
}

.question-row,
.collection-grid {
  display: grid;
  min-width: 0;
}

.question-row {
  grid-template-columns: repeat(5, minmax(9rem, 1fr));
}

.question-card,
.collection-card {
  position: relative;
  overflow: hidden;
  min-height: 25rem;
  border-right: 1px solid var(--line-red);
  background: var(--panel);
}

.question-card img,
.collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.58) brightness(0.48) contrast(1.24);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), filter 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.question-card::before,
.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 23%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 36%);
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
}

.question-card::after,
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.76));
}

.question-card strong,
.question-card p,
.collection-card span,
.collection-card h3,
.collection-card a {
  position: relative;
  z-index: 2;
}

.question-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.question-card strong {
  color: var(--red);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 1;
}

.question-card p {
  max-width: 11rem;
  margin: 1.4rem 0 0;
  font-size: clamp(0.82rem, 1.15vw, 1rem);
  font-weight: 700;
  line-height: 1.35;
}

.question-card:hover img,
.collection-card:hover img {
  filter: grayscale(0.04) brightness(0.78) contrast(1.14) saturate(1.04);
  transform: scale(1.06);
}

.next-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  padding: 2rem;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.next-link span {
  color: var(--red);
  font-size: 1.8rem;
}

.manifesto-questions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15.5rem, 21.5%) minmax(0, 78.5%);
  align-items: center;
  min-height: max(850px, 100svh);
  padding: clamp(5.6rem, 9vh, 8rem) clamp(1.75rem, 2.7vw, 3.4rem) clamp(5.6rem, 9vh, 8rem) clamp(2.7rem, 4.2vw, 5.4rem);
  overflow: hidden;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 28% 72%, rgba(255, 0, 0, 0.06), rgba(0, 0, 0, 0) 22%),
    linear-gradient(180deg, #000000, #030303 55%, #000000);
}

.questions-intro {
  position: relative;
  z-index: 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(2.2rem, 4.6vw, 5.8rem);
  text-transform: uppercase;
}

.questions-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: clamp(2.8rem, 5.4vh, 4.9rem);
  color: var(--red);
  font-size: clamp(0.9rem, 1.04vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0.28em;
}

.questions-number::before {
  content: "";
  width: 1px;
  height: 1.45rem;
  background: var(--red);
}

.questions-intro h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 2.2vw, 2.85rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.02em;
}

.questions-intro p {
  margin: clamp(2.15rem, 4.4vh, 3.35rem) 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: none;
}

.questions-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  width: max-content;
  margin-top: clamp(4.8rem, 9vh, 7.5rem);
  padding: 0 0 1rem;
  color: var(--white);
  font-size: clamp(0.68rem, 0.82vw, 0.85rem);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.questions-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.questions-link span {
  color: var(--red);
  font-size: 1.35rem;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.questions-link:hover::after {
  transform: scaleX(1.12);
}

.questions-link:hover span {
  transform: translateX(0.42rem);
}

.questions-node {
  position: absolute;
  left: -20px;
  bottom: 14px;
  width: min(10rem, 62%);
  height: 10rem;
  opacity: 0.9;
  background:
    linear-gradient(var(--red), var(--red)) 0 50% / 100% 1px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 0 / 1px 100% no-repeat;
}

.questions-node::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--red);
  transform: translate(-50%, -50%) rotate(45deg);
}

.manifesto-questions .question-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
  min-height: clamp(35rem, 74vh, 47rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.015);
}

.manifesto-questions .question-card {
  position: relative;
  display: block;
  min-height: clamp(35rem, 74vh, 47rem);
  padding: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 0, 0, 0.45);
  background: #030303;
  cursor: pointer;
  text-align: left;
}

.manifesto-questions .question-card:last-child {
  border-right: 0;
}

.manifesto-questions .question-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) contrast(1.16) saturate(1.05);
  transform: scale(1);
  transition:
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-questions .question-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.76;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 0, 0, 0.1), rgba(0, 0, 0, 0) 43%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.9) 100%);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-questions .question-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.34)),
    rgba(0, 0, 0, 0.18);
}

.question-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: auto;
  padding: clamp(2.25rem, 2.45vw, 2.85rem);
}

.manifesto-questions .question-card strong {
  position: absolute;
  top: 60%;
  left: 50%;
  display: block;
  color: var(--red);
  font-size: clamp(3.45rem, 4.15vw, 4.95rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
  text-align: center;
  transition:
    top 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-questions .question-card strong::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 1px;
  margin: 0.9rem auto 0;
  background: var(--red);
}

.question-plus {
  position: absolute;
  left: clamp(2.25rem, 2.45vw, 2.85rem);
  bottom: clamp(8.4rem, 13.5vh, 10.4rem);
  display: block;
  margin: 0;
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.manifesto-questions .question-card p {
  position: absolute;
  left: clamp(2.25rem, 2.45vw, 2.85rem);
  right: clamp(1.85rem, 2.1vw, 2.4rem);
  bottom: clamp(2.25rem, 2.45vw, 2.85rem);
  max-width: none;
  margin: 0;
  color: var(--white);
  font-size: clamp(0.98rem, 1.12vw, 1.42rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.manifesto-questions .question-card:hover img {
  filter: brightness(0.7) contrast(1.16) saturate(1.08);
  transform: scale(1.04);
}

.manifesto-questions .question-card:hover::before {
  opacity: 0.58;
}

.manifesto-questions .question-card:hover strong {
  top: calc(60% - 0.4rem);
  color: #ff1414;
  text-shadow: 0 0 1.3rem rgba(255, 0, 0, 0.42);
}

.manifesto-questions .question-card:hover p {
  transform: translateY(-0.45rem);
}

.manifesto-questions .question-card:nth-child(1) img {
  object-position: 50% 42%;
}

.manifesto-questions .question-card:nth-child(2) img {
  object-position: 52% 50%;
  filter: brightness(0.64) contrast(1.18) saturate(1.02);
}

.manifesto-questions .question-card:nth-child(3) img {
  object-position: 50% 45%;
  filter: brightness(0.68) contrast(1.14) saturate(1.08);
}

.manifesto-questions .question-card:nth-child(4) img {
  object-position: 49% 50%;
  filter: brightness(0.72) contrast(1.12) saturate(1.08);
}

.manifesto-questions .question-card:nth-child(5) img {
  object-position: 50% 36%;
  filter: brightness(0.72) contrast(1.18) saturate(1.02);
}

.collections {
  grid-template-columns: minmax(10.5rem, 15%) 1fr;
}

.collection-grid {
  grid-template-columns: repeat(5, minmax(10rem, 1fr));
  gap: 0.75rem;
  padding: clamp(2.4rem, 4.5vw, 4.8rem);
}

.collection-card {
  min-height: clamp(28rem, 39vw, 43rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.collection-card img {
  filter: brightness(0.74) contrast(1.12) saturate(0.92);
  object-position: center top;
}

.collection-card span {
  position: absolute;
  left: 50%;
  bottom: 7.45rem;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.collection-card h3 {
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  bottom: 3.5rem;
  margin: 0;
  text-align: center;
  font-size: clamp(1.24rem, 1.85vw, 2.25rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.collection-card a {
  position: absolute;
  left: 50%;
  bottom: 1.65rem;
  color: var(--red);
  font-size: 1.45rem;
  transform: translateX(-50%);
}

.collections-experience {
  position: relative;
  margin-top: 0;
  background: #000;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-tabs {
  position: sticky;
  top: var(--header-height);
  z-index: 35;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 4.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.collection-tabs::-webkit-scrollbar,
.collection-stage::-webkit-scrollbar {
  display: none;
}

.collection-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  font: inherit;
  font-size: clamp(0.68rem, 0.82vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-tabs button:last-child {
  border-right: 0;
}

.collection-tabs button::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: -1px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-tabs span,
.collection-tabs .is-active {
  color: var(--red);
}

.collection-tabs .is-active::after {
  transform: scaleX(1);
}

.collection-scroll-section {
  --scroll-distance: 0px;
  position: relative;
  min-height: calc((100svh - var(--collection-offset)) + var(--scroll-distance));
  background:
    radial-gradient(circle at 18% 48%, rgba(255, 0, 0, 0.045), rgba(0, 0, 0, 0) 24rem),
    #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.collection-pin {
  position: sticky;
  top: var(--collection-offset);
  display: grid;
  grid-template-columns: minmax(16rem, 24%) minmax(0, 76%);
  align-items: center;
  height: calc(100svh - var(--collection-offset));
  min-height: 34rem;
  overflow: hidden;
  background: #000;
}

.collection-intro {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2.6rem, 5vh, 4.4rem) clamp(1.7rem, 3vw, 3.25rem) clamp(2.4rem, 5vh, 4rem) clamp(2rem, 4vw, 4.4rem);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
}

.collection-label {
  color: var(--red);
  font-size: clamp(0.68rem, 0.82vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.collection-intro h3 {
  margin: 1.25rem 0 0;
  color: var(--white);
  max-width: 100%;
  font-size: clamp(2.25rem, 2vw, 3.75rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.collection-tagline {
  max-width: 18rem;
  margin: 1.35rem 0 0;
  color: var(--red);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: none;
}

.collection-description {
  max-width: 18.5rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.55;
  letter-spacing: 0.03em;
  text-transform: none;
}

.collection-shop {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  width: max-content;
  margin-top: clamp(2.6rem, 5vh, 4.4rem);
  padding-bottom: 0.85rem;
  color: var(--white);
  font-size: clamp(0.7rem, 0.8vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.15em;
}

.collection-shop::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-shop span {
  color: var(--red);
  font-size: 1.3rem;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-shop:hover::after {
  transform: scaleX(1.16);
}

.collection-shop:hover span {
  transform: translateX(0.45rem);
}

.collection-stage {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  height: 100%;
  padding: clamp(2rem, 4vh, 3rem) clamp(2.2rem, 3vw, 3.8rem) clamp(2rem, 4vh, 3rem) clamp(1.1rem, 1.8vw, 2rem);
}

.product-track {
  --gap: 0.9rem;
  --cards-visible: 5;
  --card-width: 14rem;
  display: flex;
  gap: var(--gap);
  align-items: stretch;
  width: max-content;
  height: min(100%, 37.5rem);
  padding-right: clamp(2.2rem, 3vw, 3.8rem);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.product-card,
.collection-final-card {
  flex: 0 0 var(--card-width);
  width: var(--card-width);
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 0;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #070707;
  transition:
    border-color 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42) 76%, rgba(0, 0, 0, 0.86)),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0) 28%);
}

.product-media {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #030303;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0) 28%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.48));
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0.32) brightness(0.5) contrast(1.18) saturate(0.86);
  transform: scale(1);
  transition:
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-info {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 1.05rem 1rem 1rem;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, 0.96) 18%);
}

.product-info h4 {
  margin: 0;
  color: var(--white);
  font-size: clamp(0.72rem, 0.82vw, 0.92rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.product-info p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.68rem, 0.78vw, 0.82rem);
  letter-spacing: 0.03em;
}

.product-info strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--white);
  font-size: clamp(0.72rem, 0.82vw, 0.9rem);
  font-weight: 700;
}

.piece-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  margin-top: 1rem;
  padding-bottom: 0.45rem;
  color: var(--white);
  font-size: clamp(0.62rem, 0.74vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.piece-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--red);
}

.piece-link span {
  color: var(--red);
  font-size: 1.05rem;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover {
  border-color: rgba(255, 0, 0, 0.7);
  background: #0b0b0b;
}

.product-card:hover img {
  filter: grayscale(0.18) brightness(0.62) contrast(1.16) saturate(0.94);
  transform: scale(1.045);
}

.product-card:hover .piece-link span {
  transform: translateX(0.35rem);
}

.collection-final-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 0, 0, 0.68);
  padding: clamp(1.35rem, 2vw, 2rem);
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 0, 0, 0.26), rgba(0, 0, 0, 0) 34%),
    radial-gradient(circle at 32% 35%, rgba(255, 0, 0, 0.12), rgba(0, 0, 0, 0) 42%),
    linear-gradient(135deg, rgba(35, 0, 0, 0.72), #050505 62%);
  transition:
    border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-final-card::before {
  content: "";
  position: absolute;
  inset: -12%;
  opacity: 0.55;
  background:
    radial-gradient(circle at 58% 20%, rgba(255, 0, 0, 0.22), rgba(255, 0, 0, 0) 14%),
    repeating-radial-gradient(circle at 40% 18%, rgba(255, 0, 0, 0.11) 0 1px, rgba(0, 0, 0, 0) 1px 13px);
  filter: blur(7px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.final-arrow {
  position: absolute;
  top: clamp(1.5rem, 3vw, 2.5rem);
  right: clamp(1.4rem, 2.6vw, 2.3rem);
  width: 5.4rem;
  height: 3.4rem;
  color: var(--red);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.final-arrow::before,
.final-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: currentColor;
}

.final-arrow::before {
  width: 100%;
  height: 1px;
}

.final-arrow::after {
  width: 2.25rem;
  height: 2.25rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.collection-final-card h4 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--red);
    font-size: clamp(1.4rem, 1vw, 3.15rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.collection-final-card p {
  position: relative;
  z-index: 1;
  max-width: 16rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.78rem, 0.92vw, 0.96rem);
  line-height: 1.45;
}

.collection-final-card:hover {
  border-color: var(--red);
  box-shadow: 0 0 2.5rem rgba(255, 0, 0, 0.2);
}

.collection-final-card:hover::before {
  opacity: 0.82;
}

.collection-final-card:hover .final-arrow {
  transform: translateX(0.45rem);
}

.collection-progress {
  position: absolute;
  right: clamp(1rem, 2vw, 2rem);
  top: 50%;
  z-index: 5;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: translateY(-50%);
}

.collection-progress strong {
  color: var(--red);
  font-size: 0.85rem;
}

.progress-line {
  position: relative;
  width: 1px;
  height: clamp(5.5rem, 17vh, 9rem);
  background: rgba(255, 255, 255, 0.38);
}

.progress-line i {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(var(--progress, 0) * 100%);
  background: var(--red);
}

.collection-side-arrow {
  position: absolute;
  right: clamp(1rem, 2vw, 1.9rem);
  top: 27%;
  z-index: 5;
  width: 2.1rem;
  height: 2.1rem;
  color: var(--white);
}

.collection-side-arrow::before,
.collection-side-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: currentColor;
}

.collection-side-arrow::before {
  width: 100%;
  height: 1px;
}

.collection-side-arrow::after {
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.atelier-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(23rem, 34%) minmax(0, 66%);
  min-height: max(850px, 100svh);
  margin-top: 0;
  padding-top: clamp(5rem, 8vh, 7.5rem);
  padding-bottom: clamp(4.7rem, 7vh, 6.25rem);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 73% 48%, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0) 28rem),
    #000;
  color: var(--white);
}

.atelier-editorial {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(2rem, 4vh, 3rem) clamp(3.5rem, 5vw, 6rem) clamp(2rem, 4vh, 3rem) clamp(3.5rem, 5vw, 5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.atelier-texture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 45%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.54;
  filter: brightness(0.52) contrast(1.18) saturate(0.78);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.52) 54%, rgba(0, 0, 0, 0));
}

.atelier-editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 46%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0), #000 96%);
}

.atelier-copy {
  position: relative;
  z-index: 2;
  max-width: 32.5rem;
}

.atelier-label {
  display: block;
  color: var(--white);
  font-size: clamp(0.78rem, 0.9vw, 0.98rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.atelier-label::first-letter {
  color: var(--red);
}

.atelier-copy h2,
.atelier-card h3,
.atelier-number {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.atelier-copy h2 {
  margin: 1.7rem 0 0;
  width: max-content;
  max-width: 100%;
  font-size: clamp(4.75rem, 6.8vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
  background: linear-gradient(180deg, #ffffff 0%, #bdbdbd 30%, #737373 66%, #3f3f3f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 1.4rem rgba(255, 255, 255, 0.08);
}

.atelier-rule,
.atelier-mini-rule {
  position: relative;
  display: block;
  height: 1px;
  background: rgba(255, 0, 0, 0.48);
}

.atelier-rule {
  width: min(20rem, 100%);
  margin: 2rem 0 1.8rem;
}

.atelier-rule i,
.atelier-mini-rule i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--red);
  transform: translate(-50%, -50%) rotate(45deg);
}

.atelier-rule i::before,
.atelier-rule i::after,
.atelier-mini-rule i::before,
.atelier-mini-rule i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--red);
  transform: translate(-50%, -50%);
}

.atelier-rule i::before,
.atelier-mini-rule i::before {
  width: 1.1rem;
  height: 1px;
}

.atelier-rule i::after,
.atelier-mini-rule i::after {
  width: 1px;
  height: 1.1rem;
}

.atelier-subhead {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.2rem, 1.5vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: 0.12em;
}

.atelier-description {
  max-width: 29rem;
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.98rem, 1.05vw, 1.16rem);
  line-height: 1.6;
}

.atelier-link,
.atelier-piece-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.3rem;
  padding-bottom: 0.8rem;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.atelier-link {
  margin-top: 2.35rem;
  font-size: clamp(0.75rem, 0.86vw, 0.94rem);
}

.atelier-link::after,
.atelier-piece-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-link span,
.atelier-piece-link span {
  color: var(--red);
  font-size: 1.45rem;
  letter-spacing: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-link:hover::after,
.atelier-piece-link:hover::after {
  transform: scaleX(1.12);
}

.atelier-link:hover span,
.atelier-piece-link:hover span {
  transform: translateX(0.5rem);
}

.atelier-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 1.25vw, 1.5rem);
  padding: 0 clamp(3rem, 4.8vw, 5rem) 0 clamp(2rem, 3vw, 3rem);
}

.atelier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0) 58%),
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 30%),
    #050505;
  box-shadow: inset 0 0 4rem rgba(255, 255, 255, 0.025);
  transition:
    border-color 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0) 38%);
}

.atelier-number {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 4;
  color: var(--red);
  font-size: clamp(1.7rem, 2vw, 2.55rem);
  line-height: 1;
  letter-spacing: 0.12em;
}

.atelier-number::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1px;
  margin-top: 0.8rem;
  background: var(--red);
}

.atelier-image {
  position: relative;
  flex: 1 1 67%;
  min-height: 0;
  overflow: hidden;
}

.atelier-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.92;
  filter: brightness(1.04) contrast(1.08) saturate(0.88);
  transform: scale(1);
  transition:
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-card-copy {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  padding: 1.65rem clamp(1.45rem, 1.8vw, 2.15rem) 1.35rem;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.98) 20%);
}

.atelier-card h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.35rem, 1.45vw, 1.88rem);
  line-height: 1.1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.atelier-mini-rule {
  width: 62%;
  margin: 1rem 0 1.05rem;
}

.atelier-mini-rule i {
  width: 0.36rem;
  height: 0.36rem;
}

.atelier-card-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.72rem, 0.76vw, 0.84rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

.atelier-quote {
  margin: 0.95rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.9rem, 0.92vw, 1.06rem);
  font-style: italic;
  line-height: 1.48;
}

.atelier-piece-link {
  width: 100%;
  margin-top: 1.45rem;
  font-size: clamp(0.72rem, 0.8vw, 0.9rem);
}

.atelier-card:hover {
  border-color: rgba(255, 0, 0, 0.55);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0) 30%),
    #090909;
  box-shadow: inset 0 0 4rem rgba(255, 255, 255, 0.04), 0 0 2.4rem rgba(255, 0, 0, 0.13);
}

.atelier-card:hover img {
  filter: brightness(1.14) contrast(1.08) saturate(0.92);
  transform: scale(1.03);
}

.atelier-card:hover h3 {
  color: var(--white);
}

.atelier-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
  min-height: clamp(4.5rem, 7vh, 5.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.94);
  color: rgba(255, 255, 255, 0.45);
  font-size: clamp(0.7rem, 0.78vw, 0.82rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.atelier-strip i {
  color: var(--red);
  font-style: normal;
}

.atelier-section .atelier-texture,
.atelier-section .atelier-label,
.atelier-section .atelier-copy h2,
.atelier-section .atelier-rule,
.atelier-section .atelier-subhead,
.atelier-section .atelier-description,
.atelier-section .atelier-link,
.atelier-section .atelier-card,
.atelier-section .atelier-strip {
  opacity: 0;
  transform: translateY(28px);
}

.atelier-section .atelier-rule {
  transform: scaleX(0);
  transform-origin: left;
}

.atelier-section .atelier-card img {
  transform: scale(1.04);
}

.atelier-section.is-visible .atelier-texture {
  opacity: 0.54;
  transform: translateY(0);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-section.is-visible .atelier-label,
.atelier-section.is-visible .atelier-copy h2,
.atelier-section.is-visible .atelier-subhead,
.atelier-section.is-visible .atelier-description,
.atelier-section.is-visible .atelier-link,
.atelier-section.is-visible .atelier-card,
.atelier-section.is-visible .atelier-strip {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-section.is-visible .atelier-label {
  transition-delay: 0.12s;
}

.atelier-section.is-visible .atelier-copy h2 {
  transition-delay: 0.28s;
  transition-duration: 1.25s;
}

.atelier-section.is-visible .atelier-rule {
  opacity: 1;
  transform: scaleX(1);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.62s,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.62s;
}

.atelier-section.is-visible .atelier-subhead {
  transition-delay: 0.82s;
}

.atelier-section.is-visible .atelier-description {
  transition-delay: 1s;
}

.atelier-section.is-visible .atelier-link {
  transition-delay: 1.16s;
}

.atelier-section.is-visible .atelier-card:nth-child(1) {
  transition-delay: 0.72s;
}

.atelier-section.is-visible .atelier-card:nth-child(2) {
  transition-delay: 0.92s;
}

.atelier-section.is-visible .atelier-card:nth-child(3) {
  transition-delay: 1.12s;
}

.atelier-section.is-visible .atelier-card img {
  transform: scale(1);
  transition: transform 1.35s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.atelier-section.is-visible .atelier-strip {
  transition-delay: 1.42s;
}

.slogan {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 34rem;
  margin-top: clamp(8.5rem, 13vw, 14rem);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.slogan img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: contain;
  object-position: center bottom;
  filter: brightness(0.5) contrast(1.24) saturate(0.94);
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 0, 0, 0.16), rgba(0, 0, 0, 0) 34%),
    #020202;
}

.slogan div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5.5rem);
}

.slogan h2 {
  margin: 0;
  color: var(--red);
  font-size: clamp(4rem, 8.4vw, 9.5rem);
  font-weight: 900;
  line-height: 0.85;
  text-transform: uppercase;
}

.slogan p {
  margin: 2.1rem 0 0;
  color: var(--white);
  font-size: clamp(0.95rem, 1.65vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.48em;
  text-transform: uppercase;
}

.slogan p::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1px;
  margin-top: 1.6rem;
  background: var(--red);
}

.final-signal {
  margin-top: 0;
  width: 100%;
  max-width: none;
  padding: clamp(4.25rem, 6vw, 5rem) 0 0;
  background: #000;
}

.dare-panel {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  width: 100%;
  max-width: 1720px;
  min-height: clamp(40rem, 76vh, 49rem);
  margin: 0 auto;
  padding: 0 clamp(4rem, 4.5vw, 5rem);
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 32% 72%, rgba(255, 0, 0, 0.14), rgba(0, 0, 0, 0) 36%),
    #000;
}

.dare-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.dare-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 42% 70%, rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0) 43%),
    radial-gradient(circle at 50% 42%, rgba(255, 0, 0, 0.08), rgba(0, 0, 0, 0) 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.76) 92%);
}

.dare-image::after {
  content: "X";
  position: absolute;
  left: 8%;
  top: 4%;
  z-index: 0;
  color: rgba(255, 0, 0, 0.055);
  font-size: clamp(18rem, 34vw, 34rem);
  font-weight: 900;
  line-height: 0.8;
  transform: rotate(-8deg);
}

.dare-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: brightness(0.86) contrast(1.16) saturate(0.95);
  transform: scale(1.01);
}

.dare-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 46rem;
  padding: clamp(4rem, 7vw, 6.5rem) clamp(3rem, 7vw, 7rem);
}

.signal-label {
  color: var(--white);
  font-size: clamp(0.9rem, 1.05vw, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.signal-label::first-letter {
  color: var(--red);
}

.signal-rule,
.join-rule {
  position: relative;
  display: block;
  height: 1px;
  background: rgba(255, 0, 0, 0.48);
}

.signal-rule {
  width: min(34rem, 100%);
  margin: 1.7rem 0 1.9rem;
}

.signal-rule i,
.join-rule i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--red);
  transform: translate(-50%, -50%) rotate(45deg);
}

.signal-rule i::before,
.signal-rule i::after,
.join-rule i::before,
.join-rule i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--red);
  transform: translate(-50%, -50%);
}

.signal-rule i::before,
.join-rule i::before {
  width: 1.05rem;
  height: 1px;
}

.signal-rule i::after,
.join-rule i::after {
  width: 1px;
  height: 1.05rem;
}

.dare-copy h2 {
  margin: 0;
  color: var(--red);
  font-size: clamp(4.75rem, 7.5vw, 9.4rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.dare-copy h2 span {
  display: block;
}

.signal-subhead {
  margin: 1.6rem 0 0;
  color: var(--white);
  font-size: clamp(1.2rem, 1.65vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.signal-subhead::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  margin-top: 1.45rem;
  background: var(--red);
}

.signal-support {
  margin: 1.9rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.25vw, 1.38rem);
  line-height: 1.5;
}

.signal-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.9rem;
  width: max-content;
  margin-top: 2rem;
  padding-bottom: 0.85rem;
  color: var(--white);
  font-size: clamp(0.86rem, 1vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signal-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--red);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.signal-cta span {
  color: var(--red);
  font-size: 1.45rem;
  letter-spacing: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.signal-cta:hover::after {
  transform: scaleX(1.12);
}

.signal-cta:hover span {
  transform: translateX(0.5rem);
}

.final-join {
  display: grid;
  grid-template-columns: minmax(16rem, 30%) 1px 1fr;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  min-height: clamp(14.5rem, 24vh, 18.75rem);
  margin: 0 auto;
  border: 0;
  background:
    radial-gradient(circle at 70% 38%, rgba(255, 0, 0, 0.055), rgba(0, 0, 0, 0) 28rem),
    #000;
}

.final-join::before,
.final-strip::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.final-join {
  position: relative;
}

.final-join::before {
  top: 0;
}

.final-join .join-copy {
  padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 6.5rem);
}

.final-join .join-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.35rem, 3.2vw, 3.4rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.join-rule {
  width: min(12rem, 100%);
  margin: 1rem 0 1.15rem;
}

.join-rule i {
  width: 0.42rem;
  height: 0.42rem;
}

.final-join .join-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.join-divider {
  width: 1px;
  height: 55%;
  background: rgba(255, 255, 255, 0.18);
}

.final-join .join-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 6vw, 8.5rem) clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 5rem);
}

.final-join .join-form input {
  width: 100%;
  height: clamp(4.4rem, 7vh, 5.1rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: #050505;
  padding: 0 2rem;
  color: var(--white);
  font-size: clamp(0.82rem, 0.96vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  outline: 0;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.final-join .join-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 1.2rem rgba(255, 0, 0, 0.14);
}

.final-join .join-form button {
  min-width: clamp(12rem, 13vw, 15.5rem);
  height: clamp(4.4rem, 7vh, 5.1rem);
  border: 1px solid var(--red);
  padding: 0 3.25rem;
  background: transparent;
  color: var(--red);
  font-size: clamp(0.82rem, 0.96vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.final-join .join-form button:hover {
  background: var(--red);
  color: #000;
  box-shadow: 0 0 1.6rem rgba(255, 0, 0, 0.24);
}

.final-strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 2.8rem);
  width: 100%;
  max-width: 1720px;
  min-height: clamp(3.65rem, 6.5vh, 4.4rem);
  margin: 0 auto;
  padding: 0 clamp(4rem, 4.5vw, 5rem);
  border: 0;
  background: #000;
  color: rgba(255, 255, 255, 0.38);
  font-size: clamp(0.72rem, 0.86vw, 0.95rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.final-strip::before {
  top: 0;
}

.final-strip i {
  color: var(--red);
  font-style: normal;
}

.final-signal .dare-image img,
.final-signal .dare-image::before,
.final-signal .signal-label,
.final-signal .signal-rule,
.final-signal .dare-copy h2 span,
.final-signal .signal-subhead,
.final-signal .signal-support,
.final-signal .signal-cta,
.final-signal .final-join,
.final-signal .final-strip {
  opacity: 0;
  transform: translateY(28px);
}

.final-signal .dare-image img {
  transform: scale(1.04);
}

.final-signal .signal-rule {
  transform: scaleX(0);
  transform-origin: left;
}

.final-signal.is-visible .dare-image img,
.final-signal.is-visible .dare-image::before,
.final-signal.is-visible .signal-label,
.final-signal.is-visible .dare-copy h2 span,
.final-signal.is-visible .signal-subhead,
.final-signal.is-visible .signal-support,
.final-signal.is-visible .signal-cta,
.final-signal.is-visible .final-join,
.final-signal.is-visible .final-strip {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.final-signal.is-visible .dare-image img {
  transform: scale(1);
  transition-delay: 0.08s;
  transition-duration: 1.35s;
}

.final-signal.is-visible .dare-image::before {
  transition-delay: 0.14s;
  transition-duration: 1.45s;
}

.final-signal.is-visible .signal-label {
  transition-delay: 0.2s;
}

.final-signal.is-visible .signal-rule {
  opacity: 1;
  transform: scaleX(1);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.34s,
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.34s;
}

.final-signal.is-visible .dare-copy h2 span:first-child {
  transition-delay: 0.5s;
}

.final-signal.is-visible .dare-copy h2 span:last-child {
  transition-delay: 0.68s;
}

.final-signal.is-visible .signal-subhead {
  transition-delay: 0.9s;
}

.final-signal.is-visible .signal-support {
  transition-delay: 1.05s;
}

.final-signal.is-visible .signal-cta {
  transition-delay: 1.18s;
}

.final-signal.is-visible .final-join {
  transition-delay: 0.18s;
}

.final-signal.is-visible .final-strip {
  transition-delay: 0.34s;
}

.join {
  grid-template-columns: minmax(5rem, 9%) minmax(14rem, 24%) 1fr minmax(5rem, 10%);
  align-items: center;
  min-height: 18rem;
  margin-top: clamp(8rem, 12vw, 13rem);
}

.join .section-label,
.join-copy,
.join-form,
.join-x {
  padding: 2rem;
}

.join-copy h2 {
  margin: 0 0 1.7rem;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.join-copy p {
  margin: 0;
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.join-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
}

.join-form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 0.9rem 0;
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  outline: 0;
}

.join-form input:focus {
  border-color: var(--red);
}

.join-form button {
  min-width: 8.6rem;
  border: 1px solid var(--red);
  padding: 1rem 1.5rem;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease;
}

.join-form button:hover {
  background: var(--red);
  color: var(--black);
}

.join-x {
  justify-self: stretch;
  color: var(--red);
  font-size: 1.7rem;
  text-align: right;
}

.join-x::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 1px;
  margin-right: 0.5rem;
  background: var(--red);
  vertical-align: middle;
}

.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #000;
  color: var(--white);
  overflow: hidden;
}

.footer-top,
.footer-main,
.footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-inner,
.footer-main-inner,
.footer-bottom-inner {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-inline: clamp(4rem, 4.5vw, 5rem);
}

.footer-top-inner {
  position: relative;
  min-height: clamp(27rem, 36vw, 34rem);
  padding-top: clamp(4.5rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 4.5vw, 4.5rem);
  display: flex;
  align-items: center;
}

.footer-statement {
  position: relative;
  z-index: 2;
  max-width: 70rem;
}

.footer-kicker {
  display: grid;
  grid-template-columns: auto minmax(7rem, 38rem);
  align-items: center;
  gap: 1.4rem;
  max-width: 50rem;
  color: var(--red);
  font-size: clamp(0.78rem, 0.72vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-kicker i,
.footer-brand > i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0));
  position: relative;
}

.footer-kicker i::after,
.footer-brand > i::before {
  content: "+";
  position: absolute;
  top: 50%;
  color: var(--red);
  font-size: 0.8rem;
  line-height: 1;
  transform: translateY(-50%);
}

.footer-kicker i::after {
  right: 0;
}

.footer-statement h2 {
  margin: 1.45rem 0 0;
  max-width: 75rem;
  color: var(--white);
  font-size: clamp(4rem, 5vw, 7.4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.footer-statement h2 span {
  color: var(--red);
}

.footer-statement p {
  max-width: 42rem;
  margin: 2.6rem 0 0;
  padding-top: 1.9rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1.18rem, 1.35vw, 1.5rem);
  line-height: 1.45;
  position: relative;
}

.footer-statement p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 2px;
  background: var(--red);
}

.footer-x-mark {
  position: absolute;
  right: clamp(3rem, 8vw, 8.5rem);
  top: 8%;
  width: clamp(22rem, 31vw, 34rem);
  opacity: 0.30;
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
}

.footer-main-inner {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(9rem, 1fr));
  gap: clamp(2.5rem, 3.5vw, 4.25rem);
  padding-top: clamp(3rem, 4vw, 3.6rem);
  padding-bottom: clamp(3.4rem, 4vw, 4rem);
}

.footer-brand {
  max-width: 20rem;
}

.footer-logo {
  display: block;
  width: clamp(5.7rem, 6.5vw, 6.6rem);
  margin-bottom: 1.55rem;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 1vw, 1.16rem);
  line-height: 1.5;
}

.footer-brand > i {
  width: 13rem;
  max-width: 80%;
  margin-top: 1.7rem;
}

.footer-brand > i::before {
  left: 0;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: clamp(2rem, 3vw, 3.5rem);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-column h3 {
  margin: 0 0 1.85rem;
  color: var(--white);
  font-size: clamp(0.9rem, 0.88vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column h3::after {
  content: "";
  display: block;
  width: 1.05rem;
  height: 2px;
  margin-top: 1rem;
  background: var(--red);
}

.footer-column a {
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(1rem, 1vw, 1.18rem);
  line-height: 2;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-column a:hover {
  color: var(--red);
  transform: translateX(4px);
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.footer-social a span {
  min-width: 1.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8em;
  font-weight: 900;
  transition: color 0.25s ease;
}

.footer-social a:hover span {
  color: var(--red);
}

.footer-bottom-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding-top: clamp(2rem, 2.7vw, 2.5rem);
  padding-bottom: clamp(2rem, 2.7vw, 2.5rem);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.78rem, 0.78vw, 0.94rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-bottom p:nth-child(2) {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom p:nth-child(2)::before,
.footer-bottom p:nth-child(2)::after {
  content: "+";
  position: absolute;
  top: 50%;
  color: var(--red);
  font-size: 0.75rem;
  transform: translateY(-50%);
}

.footer-bottom p:nth-child(2)::before {
  left: -5.5rem;
}

.footer-bottom p:nth-child(2)::after {
  right: -5.5rem;
}

.footer-bottom p:last-child {
  text-align: right;
}

.footer-bottom a {
  color: var(--red);
  transition: color 0.25s ease;
}

.footer-bottom a span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom a:hover span {
  transform: translate(3px, -3px);
}

.reveal-section {
  opacity: 0;
  transform: translateY(4rem);
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 1rem;
    font-size: 0.6rem;
  }

  .hero-title {
    top: 125px;
    font-size: 15vw;
  }

  .manifesto-feature {
    grid-template-columns: minmax(0, 55%) minmax(18rem, 45%);
    min-height: 900px;
  }

  .manifesto-caption {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
    min-height: 18rem;
  }

  .manifesto-model {
    right: -4%;
    width: min(52vw, 38rem);
  }

  .questions,
  .collections {
    grid-template-columns: 1fr;
  }

  .manifesto-questions {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 5.6rem 1.5rem;
    gap: 3rem;
  }

  .questions-intro {
    min-height: 0;
    padding-right: 0;
  }

  .questions-node {
    display: none;
  }

  .section-label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .question-row,
  .collection-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .question-row {
    grid-template-columns: repeat(5, minmax(14rem, 1fr));
  }

  .manifesto-questions .question-row {
    grid-template-columns: repeat(5, minmax(17rem, 1fr));
    min-height: 35rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .manifesto-questions .question-card {
    min-height: 35rem;
    scroll-snap-align: start;
  }

  .collection-grid {
    grid-template-columns: repeat(5, minmax(13rem, 1fr));
  }

  .question-card,
  .collection-card {
    scroll-snap-align: start;
  }

  .next-link {
    display: none;
  }

  .footer-top-inner,
  .footer-main-inner,
  .footer-bottom-inner {
    padding-inline: 2.2rem;
  }

  .footer-main-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 34rem;
  }

  .footer-column {
    padding-left: 2rem;
  }

  .footer-bottom-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-bottom p,
  .footer-bottom p:nth-child(2),
  .footer-bottom p:last-child {
    text-align: left;
  }

  .footer-bottom p:nth-child(2)::before,
  .footer-bottom p:nth-child(2)::after {
    display: none;
  }

  .collection-tabs {
    top: var(--header-height);
    display: flex;
    overflow-x: auto;
    min-height: 4.25rem;
  }

  .collection-tabs button {
    flex: 0 0 13rem;
  }

  .collection-pin {
    grid-template-columns: minmax(15rem, 30%) minmax(0, 70%);
  }

  .collection-intro {
    padding-inline: 1.5rem;
  }

  .collection-stage {
    padding: 5.25rem 1.3rem 3rem;
  }

  .product-card,
  .collection-final-card {
    flex-basis: var(--card-width);
    width: var(--card-width);
  }

  .collection-progress,
  .collection-side-arrow {
    display: none;
  }

  .atelier-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 5.5rem;
  }

  .atelier-editorial {
    min-height: 40rem;
    padding: 3.5rem 2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .atelier-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 2rem 1.5rem 5.5rem;
  }

  .atelier-card {
    min-height: 38rem;
  }

  .atelier-copy h2 {
    font-size: clamp(4.8rem, 14vw, 7.4rem);
  }

  .dare-panel {
    grid-template-columns: 46% 54%;
    min-height: 40rem;
    padding: 0 2rem;
  }

  .dare-copy {
    padding: 3.5rem 2rem;
  }

  .dare-copy h2 {
    font-size: clamp(4.2rem, 9vw, 6.2rem);
  }

  .signal-subhead {
    font-size: clamp(1rem, 2.4vw, 1.45rem);
    letter-spacing: 0.26em;
  }

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

  .join-divider {
    display: none;
  }

  .final-join .join-form {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .preloader-media img {
    width: 30vw;
  }

  .preloader-lockup {
    flex-direction: column;
  }

  .loader-word {
    max-width: 92vw;
    font-size: 16vw;
    white-space: normal;
    text-align: center;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 4.5rem;
  }

  .main-nav a:not(:last-child) {
    display: none;
  }

  .header-logo {
    width: 3rem;
  }

  .hero {
    min-height: 110svh;
  }

  .hero-title {
    top: 125px;
    left: 1rem;
    right: 1rem;
    font-size: clamp(2.85rem, 11.8vw, 3.8rem);
    line-height: 0.82;
    white-space: normal;
  }

  .hero-title span {
    display: block;
  }

  .hero-title span + span {
    margin-left: 0;
  }

  .hero-copy {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 17vh;
  }

  .hero-mark {
    left: auto;
    right: 1.25rem;
    bottom: 25vh;
    width: clamp(7.2rem, 34vw, 10rem);
  }

  .hero-copy .eyebrow {
    margin-bottom: 1.6rem;
    font-size: 1.1rem;
    letter-spacing: 0.34em;
  }

  .hero-copy p:last-child {
    font-size: 0.62rem;
    line-height: 1.72;
  }

  .hero-links {
    display: none;
  }

  .hero-links a {
    font-size: 0.58rem;
  }

  .scroll-cue {
    bottom: 2.2vh;
  }

  .watch-link {
    display: none;
  }

  .manifesto-feature {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 0;
  }

  .manifesto-statement {
    min-height: 0;
    padding: 5.5rem 1.25rem 2.4rem;
  }

  .manifesto-kicker {
    margin-bottom: 3.2rem;
  }

  .manifesto-ghost {
    top: 7.4rem;
    left: -0.35rem;
    font-size: 21vw;
  }

  .manifesto-statement h2 {
    font-size: clamp(3.1rem, 14vw, 5.2rem);
  }

  .manifesto-support {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .manifesto-visual {
    min-height: 34rem;
  }

  .manifesto-glow {
    inset: 0 -18% -8%;
  }

  .manifesto-model {
    left: 0;
    right: 0;
    bottom: -4%;
    margin-inline: auto;
    width: min(104vw, 34rem);
  }

  .manifesto-caption {
    min-height: 24rem;
    padding: 5rem 1.25rem;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .field-lines {
    inset: 2rem 1.25rem;
  }

  .field-lines span:first-child::after {
    height: 7rem;
  }

  .question-row {
    grid-template-columns: repeat(5, minmax(78vw, 1fr));
  }

  .manifesto-questions {
    padding: 4.8rem 1rem;
  }

  .questions-intro h2 {
    font-size: clamp(2rem, 8.8vw, 3rem);
  }

  .questions-intro p {
    font-size: 1rem;
  }

  .questions-link {
    margin-top: 2.8rem;
  }

  .manifesto-questions .question-row {
    grid-template-columns: repeat(5, minmax(82vw, 1fr));
    min-height: 33rem;
  }

  .manifesto-questions .question-card {
    min-height: 33rem;
  }

  .question-card-content {
    padding: 1.75rem;
  }

  .manifesto-questions .question-card strong {
    top: 59%;
    font-size: clamp(3.25rem, 14vw, 4.7rem);
  }

  .manifesto-questions .question-card p {
    left: 1.75rem;
    right: 1.5rem;
    bottom: 1.75rem;
    font-size: clamp(1.02rem, 4.8vw, 1.38rem);
  }

  .question-plus {
    left: 1.75rem;
    bottom: clamp(7.8rem, 26vw, 9.4rem);
  }

  .collection-grid {
    grid-template-columns: repeat(5, minmax(74vw, 1fr));
    padding: 1rem;
  }

  .collections-experience {
    margin-top: 7rem;
  }

  .collection-tabs {
    top: var(--header-height);
    min-height: 3.75rem;
  }

  .collection-tabs button {
    flex-basis: 11.5rem;
    justify-content: flex-start;
    padding-inline: 1rem;
    font-size: 0.66rem;
  }

  .collection-scroll-section {
    min-height: auto;
  }

  .collection-pin {
    position: relative;
    top: auto;
    display: block;
    min-height: 0;
    overflow: visible;
  }

  .collection-intro {
    min-height: 26rem;
    padding: 5rem 1.25rem 2.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .collection-intro h3 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
  }

  .collection-stage {
    display: block;
    overflow-x: auto;
    padding: 1rem 1rem 3.25rem;
    scroll-snap-type: x mandatory;
  }

  .product-track {
    width: max-content;
    transform: none !important;
  }

  .product-card,
  .collection-final-card {
    flex-basis: min(78vw, 21rem);
    width: min(78vw, 21rem);
    min-width: min(78vw, 21rem);
    min-height: 31rem;
    scroll-snap-align: start;
  }

  .collection-final-card h4 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .atelier-section {
    display: block;
    min-height: 0;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

  .atelier-editorial {
    min-height: 39rem;
    padding: 5rem 1.25rem 4rem;
  }

  .atelier-copy h2 {
    font-size: clamp(4.2rem, 21vw, 6.4rem);
  }

  .atelier-rule {
    width: 100%;
  }

  .atelier-subhead {
    font-size: clamp(1rem, 4.8vw, 1.35rem);
    letter-spacing: 0.11em;
  }

  .atelier-description {
    font-size: 1rem;
  }

  .atelier-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 1rem 2rem;
  }

  .atelier-card {
    min-height: 40rem;
  }

  .atelier-number {
    top: 1.4rem;
    left: 1.4rem;
  }

  .atelier-card-copy {
    padding: 1.25rem;
  }

  .atelier-card h3 {
    font-size: clamp(1.25rem, 6vw, 1.75rem);
  }

  .atelier-strip {
    position: relative;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    min-height: 5.5rem;
    padding: 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .final-signal {
    padding: 2.5rem 0 0;
  }

  .dare-panel {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .dare-image {
    min-height: 28rem;
  }

  .dare-image img {
    min-height: 28rem;
  }

  .dare-copy {
    padding: 3rem 1.25rem 3.4rem;
  }

  .signal-rule {
    width: 100%;
  }

  .dare-copy h2 {
    font-size: clamp(4rem, 18vw, 6.4rem);
  }

  .signal-subhead {
    font-size: clamp(1rem, 5vw, 1.35rem);
    letter-spacing: 0.2em;
  }

  .signal-support {
    font-size: 1rem;
  }

  .signal-cta {
    max-width: 100%;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .final-join {
    display: block;
    min-height: 0;
  }

  .final-join .join-copy {
    padding: 2rem 1.25rem 1.25rem;
  }

  .final-join .join-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .final-join .join-form {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .final-join .join-form input,
  .final-join .join-form button {
    width: 100%;
    min-width: 0;
  }

  .final-strip {
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    min-height: 4.8rem;
    padding: 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .slogan {
    grid-template-columns: 1fr;
    margin-top: 7rem;
  }

  .slogan img {
    min-height: 18rem;
  }

  .slogan h2 {
    font-size: clamp(3.4rem, 18vw, 6rem);
  }

  .slogan p {
    letter-spacing: 0.28em;
  }

  .join {
    grid-template-columns: 1fr;
    margin-top: 7rem;
  }

  .join-form {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .join-form button {
    width: max-content;
  }

  .join-x {
    display: none;
  }

  .footer-top-inner,
  .footer-main-inner,
  .footer-bottom-inner {
    padding-inline: 1.5rem;
  }

  .footer-top-inner {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-kicker {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    font-size: 0.74rem;
  }

  .footer-statement h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 1;
  }

  .footer-statement p {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .footer-x-mark {
    right: -9rem;
    top: 1rem;
    width: 22rem;
    opacity: 0.09;
  }

  .footer-main-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3.2rem;
  }

  .footer-brand {
    max-width: 22rem;
  }

  .footer-column {
    padding-left: 0;
    border-left: 0;
  }

  .footer-column h3 {
    margin-bottom: 1.15rem;
  }

  .footer-column a {
    line-height: 1.9;
  }

  .footer-bottom-inner {
    gap: 1.35rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-bottom p {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }
}
