:root {
  --ink: #10100f;
  --paper: #f1eee7;
  --acid: #dfff00;
  --white: #ffffff;
  --muted: #77766f;
  --line: rgba(16, 16, 15, 0.22);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; background: var(--paper); scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Satoshi", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }

.skip-link {
  position: fixed;
  z-index: 30;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--acid);
  transform: translateY(-160%);
}

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

.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.distribution-nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: calc(100% - clamp(36px, 7vw, 132px));
  min-height: 86px;
  margin: 0 auto;
  border-bottom: 1px solid var(--ink);
}

.distribution-nav__title,
.distribution-nav__links {
  font-size: 0.73rem;
  font-weight: 700;
}

.distribution-nav__title { text-transform: uppercase; }
.distribution-nav__links { display: flex; justify-self: end; gap: 26px; }
.distribution-nav__apply { color: #526000; }

main { width: 100%; max-width: 100%; overflow-x: hidden; }

.distribution-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  min-height: calc(100svh - 86px);
  padding: clamp(70px, 9vw, 140px) clamp(18px, 7vw, 132px) clamp(80px, 9vw, 140px);
}

.distribution-hero__copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 10;
  align-self: center;
}

.distribution-hero__copy > p,
.pipeline__heading > p,
.channels header > p,
.capacity__intro > p:first-child,
.value header > p,
.distribution-cta > p {
  margin: 0;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.distribution-hero h1 {
  width: min(100%, 1180px);
  margin: 34px 0 0;
  font-size: clamp(4rem, 7.2vw, 8.4rem);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.distribution-hero h1 > span { white-space: nowrap; }

.inline-audience {
  display: inline-block;
  width: 1.08em;
  height: 0.41em;
  margin: 0 0.08em;
  overflow: hidden;
  background: url("../assets/hero-city-arrival-v2.webp") center 46% / 180% auto no-repeat;
  vertical-align: 0.09em;
  border-radius: 999px;
}

.distribution-hero__bottom {
  display: grid;
  grid-template-columns: minmax(280px, 610px);
  gap: 34px;
  align-items: start;
  margin-top: 46px;
}

.distribution-hero__bottom > p {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.3;
  text-transform: none;
}

.distribution-hero__bottom > a {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  justify-self: start;
}

.distribution-hero__visual {
  position: absolute;
  right: clamp(18px, 7vw, 132px);
  bottom: 0;
  z-index: 1;
  width: min(27vw, 390px);
  height: min(46vh, 520px);
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.distribution-hero__visual img { height: 100%; object-fit: cover; filter: saturate(0.7) contrast(1.1); }

.distribution-hero__visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: var(--acid);
  font-size: 0.68rem;
  font-weight: 700;
}

.pipeline,
.channels,
.capacity,
.value {
  padding: clamp(110px, 14vw, 210px) clamp(18px, 7vw, 132px);
}

.pipeline { background: var(--ink); color: var(--paper); }

.pipeline__heading,
.channels header,
.value header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: clamp(70px, 9vw, 130px);
}

.pipeline__heading > p,
.channels header > p,
.value header > p { grid-column: 1 / span 3; }

.pipeline h2,
.channels h2,
.capacity h2,
.value h2,
.distribution-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.9;
}

.pipeline__heading h2,
.channels header h2,
.value header h2 { grid-column: 4 / span 8; max-width: 12ch; }

.pipeline-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, auto));
  grid-auto-flow: dense;
  border-top: 1px solid rgba(241, 238, 231, 0.6);
  border-left: 1px solid rgba(241, 238, 231, 0.6);
}

.pipeline-grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 58px);
  border-right: 1px solid rgba(241, 238, 231, 0.6);
  border-bottom: 1px solid rgba(241, 238, 231, 0.6);
}

.pipeline-grid span { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; }
.pipeline-grid p { max-width: 430px; margin: 22px 0 0; color: #aaa9a2; line-height: 1.45; }

.pipeline-newsletters { grid-column: span 7; grid-row: span 2; }
.pipeline-social,
.pipeline-referral { grid-column: span 5; }

.pipeline-grid strong {
  display: block;
  margin-top: auto;
  font-size: clamp(4.8rem, 9vw, 11rem);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.pipeline-newsletters strong { color: var(--acid); }
.pipeline-newsletters h3 { margin: 28px 0 0; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 500; letter-spacing: -0.05em; }
.pipeline-social strong { font-size: clamp(4rem, 7vw, 7.5rem); }
.pipeline-referral { background: var(--acid); color: var(--ink); }
.pipeline-referral strong { max-width: 6ch; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: 0.88; }
.pipeline-referral p { color: #3d4600; }
.pipeline__note { max-width: 650px; margin: 32px 0 0 auto; color: #888780; font-size: 0.72rem; line-height: 1.45; }

.channels { background: var(--paper); }

.channel-accordion {
  display: flex;
  min-height: 650px;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.channel {
  position: relative;
  flex: 0.65;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  transition: flex 700ms var(--ease);
}

.channel.is-active,
.channel:hover,
.channel:focus { flex: 2.3; outline: none; }

.channel > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.5) contrast(1.15);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.channel.is-active > img,
.channel:hover > img,
.channel:focus > img { opacity: 0.58; transform: scale(1.05); }

.channel__number {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  color: var(--acid);
  font-weight: 700;
}

.channel__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(28px, 4vw, 58px);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92));
}

.channel__copy span { color: var(--acid); font-size: 0.73rem; font-weight: 700; text-transform: uppercase; }
.channel__copy h3 { max-width: 8ch; margin: 18px 0; font-size: clamp(2.6rem, 4.6vw, 5rem); font-weight: 500; letter-spacing: -0.06em; line-height: 0.9; }
.channel__copy p { max-width: 470px; margin: 0; color: #d1cec6; line-height: 1.45; opacity: 0; transform: translateY(18px); transition: 500ms var(--ease); }
.channel.is-active .channel__copy p,
.channel:hover .channel__copy p,
.channel:focus .channel__copy p { opacity: 1; transform: none; }

.launch-loop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 40px clamp(18px, 7vw, 132px);
  overflow-x: auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--acid);
  white-space: nowrap;
}

.launch-loop p { margin: 0; font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 700; letter-spacing: -0.035em; }
.launch-loop i { font-style: normal; }

.capacity {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  background: var(--ink);
  color: var(--paper);
}

.capacity__intro { grid-column: 1 / span 5; align-self: start; padding-top: 30px; }
.capacity__intro h2 { margin-top: 30px; font-size: clamp(3rem, 4.8vw, 5.5rem); }
.capacity__intro > p:last-child { max-width: 440px; margin: 42px 0 0; color: #aaa9a2; line-height: 1.5; }

.capacity-stack { grid-column: 6 / span 7; display: flex; flex-direction: column; gap: 72px; padding-bottom: 15vh; }

.capacity-card {
  position: sticky;
  top: 9vh;
  min-height: 540px;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid currentColor;
}

.capacity-card:nth-child(2) { top: 13vh; }
.capacity-card:nth-child(3) { top: 17vh; }
.capacity-card--paper { background: var(--paper); color: var(--ink); }
.capacity-card--acid { background: var(--acid); color: var(--ink); }

.capacity-card > span,
.capacity-card--image div > span { font-size: 0.73rem; font-weight: 700; text-transform: uppercase; }
.capacity-card > strong { display: block; margin: 70px 0 24px; font-size: clamp(5rem, 9vw, 10rem); font-weight: 500; letter-spacing: -0.09em; line-height: 0.78; }
.capacity-card h3 { max-width: 8ch; margin: 0 0 28px; font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 500; letter-spacing: -0.06em; line-height: 0.9; }
.capacity-card p { max-width: 450px; margin: 0; line-height: 1.45; }

.capacity-card--image { padding: 0; background: var(--ink); color: var(--paper); }
.capacity-card--image img { height: 100%; object-fit: cover; opacity: 0.5; filter: saturate(0.6) contrast(1.15); }
.capacity-card--image div { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 4vw, 58px); background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,0.92)); }

.value { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.value header { grid-column: 1 / span 5; display: block; margin: 0; }
.value header h2 { margin-top: 30px; font-size: clamp(3rem, 5vw, 5.8rem); }

.value-carousel {
  position: relative;
  grid-column: 7 / span 6;
  min-height: 520px;
  border-top: 5px solid var(--ink);
}

.value-slide { position: absolute; inset: 0 0 96px; display: none; flex-direction: column; justify-content: space-between; padding: 30px 0; }
.value-slide.is-current { display: flex; }
.value-slide span { font-size: 0.73rem; font-weight: 700; text-transform: uppercase; }
.value-slide p { max-width: 720px; margin: 0; font-size: clamp(2rem, 3.5vw, 4.2rem); letter-spacing: -0.05em; line-height: 1.03; }

.value-controls { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; border-top: 1px solid var(--ink); }
.value-controls button { width: 76px; height: 76px; border: 0; background: transparent; cursor: pointer; font-size: 1.35rem; transition: background 250ms ease, color 250ms ease; }
.value-controls button:hover { background: var(--ink); color: var(--paper); }
.value-controls span { justify-self: center; font-size: 0.73rem; }

.distribution-cta {
  min-height: 86svh;
  padding: clamp(110px, 14vw, 210px) clamp(18px, 7vw, 132px);
  background: var(--acid);
}

.distribution-cta h2 { max-width: 10ch; margin-top: 34px; }
.distribution-cta > a { display: inline-flex; align-items: center; gap: 64px; margin-top: 70px; padding: 17px 0; border-bottom: 2px solid currentColor; font-size: 1.12rem; font-weight: 700; }
.distribution-cta > a span { font-size: 1.6rem; transition: transform 350ms var(--ease); }
.distribution-cta > a:hover span { transform: translate(4px, -4px); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 24px; padding: 55px clamp(18px, 7vw, 132px); background: var(--ink); color: var(--paper); font-size: 0.72rem; }
footer p { margin: 0; color: #aaa9a2; text-align: center; }
footer > a:last-child { justify-self: end; }

@media (max-width: 900px) {
  .distribution-nav { grid-template-columns: 1fr auto; }
  .distribution-nav__title { display: none; }

  .distribution-hero { grid-template-columns: 1fr; min-height: auto; }
  .distribution-hero__copy { grid-column: 1; }
  .distribution-hero__visual { position: relative; right: auto; bottom: auto; width: min(100%, 520px); height: 480px; margin: 80px 0 0 auto; }
  .distribution-hero__bottom { grid-template-columns: 1fr; align-items: start; }
  .distribution-hero__bottom > a { justify-self: start; }

  .pipeline__heading,
  .channels header { grid-template-columns: 1fr; }
  .pipeline__heading > p,
  .channels header > p,
  .pipeline__heading h2,
  .channels header h2 { grid-column: 1; }

  .capacity { grid-template-columns: 1fr; }
  .capacity__intro,
  .capacity-stack { grid-column: 1; }
  .capacity__intro { margin-bottom: 75px; }

  .value { grid-template-columns: 1fr; }
  .value header,
  .value-carousel { grid-column: 1; }
  .value-carousel { margin-top: 80px; }
}

@media (max-width: 650px) {
  .distribution-nav { width: calc(100% - 36px); min-height: 70px; }
  .distribution-nav__links { gap: 14px; font-size: 0.66rem; }

  .distribution-hero { padding-top: 78px; }
  .distribution-hero h1 { font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .distribution-hero h1 > span { white-space: normal; }
  .distribution-hero__visual { height: 380px; }

  .pipeline,
  .channels,
  .capacity,
  .value { padding-top: 100px; padding-bottom: 100px; }

  .pipeline h2,
  .channels h2,
  .capacity h2,
  .value h2,
  .distribution-cta h2 { font-size: clamp(2.7rem, 12vw, 4rem); }

  .pipeline-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .pipeline-newsletters,
  .pipeline-social,
  .pipeline-referral { grid-column: 1; grid-row: auto; min-height: 330px; }

  .channel-accordion { display: grid; min-height: 0; }
  .channel { min-height: 480px; }
  .channel__copy p { opacity: 1; transform: none; }

  .launch-loop { justify-content: flex-start; }

  .capacity-card { min-height: 540px; }
  .capacity-card > strong { margin-top: 90px; }

  .value-carousel { min-height: 610px; }
  .value-slide p { font-size: clamp(2.15rem, 9vw, 3.2rem); }

  footer { grid-template-columns: 1fr; }
  footer p { text-align: left; }
  footer > a:last-child { justify-self: start; }
}

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