:root {
  --mouse: #9B9691;
  --ink: #16130F;
  --paper: #F0EDE7;
  --chalk: #EDEAE4;
  --stamp: #7E1414;
  --stone: #B4B0AA;
  --page-pad: clamp(1rem, 2.8vw, 3.5rem);
  --nav-height: 64px;
  --line: 1px solid color-mix(in srgb, var(--ink) 44%, transparent);
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--mouse);
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--mouse);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image:
    repeating-radial-gradient(circle at 17% 31%, rgba(22, 19, 15, 0.42) 0 0.45px, transparent 0.7px 3px),
    repeating-linear-gradient(93deg, transparent 0 4px, rgba(240, 237, 231, 0.12) 4.5px 5px);
  background-size: 7px 7px, 11px 13px;
  mix-blend-mode: multiply;
}

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

img {
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button:disabled {
  opacity: 1;
}

::selection {
  background: var(--stamp);
  color: var(--paper);
}

:focus-visible {
  outline: 3px solid var(--stamp);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 1001;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

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

.page-pad,
.section-pad {
  padding-inline: var(--page-pad);
}

.section-pad {
  padding-block: clamp(6rem, 11vw, 11rem);
}

.mono,
.kicker,
.site-nav,
.shop-pill,
figcaption,
.video-meta,
.rail-hint {
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kicker {
  margin: 0;
  color: var(--stamp);
  font-size: clamp(0.62rem, 0.72vw, 0.74rem);
  font-weight: 700;
  line-height: 1.25;
}

.ink-red {
  color: var(--stamp);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(44px, 1fr) auto minmax(128px, 1fr);
  align-items: center;
  min-height: var(--nav-height);
  padding: 0.65rem var(--page-pad);
  border-bottom: 1px solid rgba(240, 237, 231, 0.28);
  color: var(--paper);
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(22, 19, 15, 0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: background-color 240ms ease;
}

.site-header.is-light {
  border-color: rgba(22, 19, 15, 0.24);
  color: var(--ink);
}

.site-header.is-light::before {
  background: rgba(155, 150, 145, 0.9);
}

.site-header.is-scrolled:not(.is-light) {
  border-color: rgba(240, 237, 231, 0.28);
  color: var(--paper);
}

.site-header.is-scrolled:not(.is-light)::before {
  background: rgba(22, 19, 15, 0.72);
}

.brand {
  justify-self: start;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 240ms ease;
}

.brand:hover {
  transform: rotate(-9deg);
}

.brand img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  mix-blend-mode: multiply;
}

.site-header:not(.is-light) .brand img {
  filter: invert(1);
  mix-blend-mode: screen;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 2.25rem);
  font-size: clamp(0.58rem, 0.7vw, 0.72rem);
  font-weight: 700;
}

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

.site-nav a:hover,
.site-nav a[aria-current="true"],
.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--stamp);
}

.shop-pill {
  justify-self: end;
  padding: 0.55rem 0.85rem 0.48rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: clamp(0.56rem, 0.68vw, 0.7rem);
  font-weight: 700;
  white-space: nowrap;
}

.clips-link {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--stamp);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.clips-link:hover {
  text-decoration: underline;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 220ms ease, opacity 180ms ease;
}

.site-header.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

html.menu-locked,
html.menu-locked body {
  overflow: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero.is-scrub-ready {
  min-height: 350vh;
  overflow: visible;
}

.hero-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  overflow: hidden;
  background: var(--ink);
}

.hero-video,
.hero-fallback,
.hero-veil,
#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#hero-canvas {
  z-index: -1;
  pointer-events: none;
  filter: saturate(.4) sepia(.14) contrast(1.05);
}

#hero-canvas[hidden] {
  display: none;
}

.hero-video,
.hero-fallback,
.hero-veil {
  pointer-events: none;
}

.hero-fallback {
  z-index: -3;
  background: url("../img/src/2021-02-10_CLH19w0glMH_2.jpg") 52% 68% / cover no-repeat;
  filter: saturate(.4) sepia(.14) contrast(1.05);
  transform: scale(1.015);
}

.hero-video {
  z-index: -2;
  object-fit: cover;
  object-position: 52% 68%;
  filter: saturate(.4) sepia(.14) contrast(1.05);
}

.hero.is-video-fallback .hero-video {
  display: none;
}

.hero-veil {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(22, 19, 15, 0.24) 0%, rgba(22, 19, 15, 0.02) 42%, rgba(22, 19, 15, 0.78) 100%),
    rgba(155, 150, 145, 0.2);
  mix-blend-mode: multiply;
}

.hero-content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: clamp(3.8rem, 7vw, 6.75rem);
  left: 0;
  will-change: transform, opacity;
}

.hero-content .kicker {
  margin-bottom: clamp(1.1rem, 2vw, 2rem);
  display: inline-block;
  color: var(--paper);
  background: var(--stamp);
  padding: 0.5em 0.9em;
}

.hero h1,
.section-heading h2,
.heritage h2,
.piazza h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(4rem, 12vw, 12.5rem);
}

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

.scroll-hint {
  position: absolute;
  z-index: 1;
  right: var(--page-pad);
  bottom: clamp(1.6rem, 2.6vw, 3rem);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-hint__line {
  position: relative;
  width: clamp(2rem, 4vw, 4.5rem);
  height: 1px;
  overflow: hidden;
  background: rgba(240, 237, 231, 0.44);
}

.scroll-hint__line::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--stamp);
  animation: scroll-line 1.8s ease-in-out infinite;
}

.hero-index {
  position: absolute;
  z-index: 1;
  top: calc(var(--nav-height) + 2rem);
  right: var(--page-pad);
  margin: 0;
  font-size: clamp(0.52rem, 0.65vw, 0.66rem);
  line-height: 1.6;
  text-align: right;
}

.hero-location {
  position: absolute;
  z-index: 1;
  bottom: clamp(2rem, 4vw, 4.5rem);
  left: var(--page-pad);
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1.4rem);
  margin: 0;
  color: var(--paper);
  font-size: clamp(0.58rem, 0.76vw, 0.78rem);
  font-weight: 700;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.hero-location__rule {
  display: block;
  width: clamp(2.5rem, 5vw, 5.5rem);
  height: 2px;
  background: var(--stamp);
  transform-origin: left center;
}

@keyframes scroll-line {
  0% { transform: translateX(-102%); }
  50%, 100% { transform: translateX(102%); }
}

.manifesto {
  min-height: 140vh;
  border-top: var(--line);
  background: var(--mouse);
}

.section-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(6rem, 14vw, 14rem);
}

.section-meta .mono {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.55;
  text-align: right;
}

.manifesto-lines {
  display: grid;
  gap: clamp(5rem, 11vw, 10rem);
}

.manifesto-line {
  margin: 0;
  font-size: clamp(2.5rem, 7.15vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.93;
  text-transform: uppercase;
}

.manifesto-line--indent {
  justify-self: end;
  width: 83%;
}

.manifesto-line em {
  color: var(--stamp);
  font-style: normal;
}

.reveal-line {
  display: block;
  overflow: hidden;
}

.reveal-line > span {
  display: block;
  will-change: transform;
}

.js.motion-ready .reveal-line > span {
  transform: translateY(110%);
}

.marquee {
  overflow: hidden;
  border-block: var(--line);
  background: var(--stamp);
  color: var(--paper);
}

.marquee-track {
  display: flex;
  width: max-content;
  padding-block: 0.9rem 0.82rem;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: clamp(0.7rem, 1vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.crew {
  background: var(--chalk);
}

.section-heading,
.heritage-header {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(16rem, 0.7fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(5rem, 11vw, 11rem);
}

.section-heading h2,
.heritage h2 {
  margin-top: 1rem;
  font-size: clamp(3.8rem, 9.2vw, 10rem);
}

.section-intro,
.heritage-copy {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.35;
}

.section-intro__label {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--stamp);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.crew-archive {
  display: grid;
  gap: clamp(5.5rem, 9vw, 9rem);
}

.archive-year__header {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto;
  gap: clamp(0.9rem, 2vw, 2rem);
  align-items: center;
  margin-bottom: clamp(1.4rem, 2.6vw, 2.5rem);
}

.archive-year__header h3 {
  margin: 0;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: clamp(2.5rem, 5.2vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.archive-year__header p {
  margin: 0;
  color: var(--stamp);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: clamp(0.54rem, 0.66vw, 0.66rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.archive-year__rule {
  height: 1px;
  background: color-mix(in srgb, var(--ink) 42%, transparent);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.35vw, 1.5rem);
}

.archive-card {
  position: relative;
  min-width: 0;
  margin: 0;
}

.archive-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--stone);
}

.archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.4) sepia(.14) contrast(1.05);
  transition: filter 360ms ease;
}

.archive-card:hover .archive-card__media img {
  filter: saturate(.72) sepia(.08) contrast(1.07);
}

.archive-card__date {
  position: static;
  margin: 0;
  padding-top: 0.6rem;
  color: var(--ink);
  font-size: clamp(0.52rem, 0.62vw, 0.62rem);
  font-weight: 700;
  line-height: 1.3;
  opacity: 1;
}

.merch-card img,
.video-card > img {
  width: 100%;
  filter: saturate(.4) sepia(.14) contrast(1.05);
  transition: filter 420ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.merch-card:hover img,
.video-card:hover > img {
  filter: saturate(.72) sepia(.08) contrast(1.07);
  transform: scale(1.018);
}

.merch-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--ink);
  font-size: clamp(0.56rem, 0.68vw, 0.68rem);
  line-height: 1.3;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .archive-card__date {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    width: max-content;
    padding: 0.52rem 0.6rem 0.48rem;
    border-left: 2px solid var(--stamp);
    background: rgba(22, 19, 15, 0.88);
    color: var(--paper);
    opacity: 0;
    transition: opacity 180ms ease;
  }

  .archive-card:hover .archive-card__date,
  .archive-card:focus-within .archive-card__date {
    opacity: 1;
  }
}

.heritage {
  overflow: hidden;
  background: var(--stone);
}

.heritage-header {
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
}

.heritage-header .kicker,
.heritage-header h2 {
  grid-column: 1;
}

.heritage-header h2 {
  margin-bottom: 0;
}

.heritage-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.heritage-copy p {
  margin: 0;
}

.heritage-copy .mono {
  margin-top: 2rem;
  color: var(--stamp);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.6;
}

.merch-rail {
  display: grid;
  grid-auto-columns: minmax(280px, 54vw);
  grid-auto-flow: column;
  gap: clamp(1rem, 2vw, 2rem);
  margin-inline: calc(var(--page-pad) * -1);
  padding-inline: var(--page-pad);
  padding-bottom: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--stamp) rgba(22, 19, 15, 0.18);
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.merch-card {
  position: relative;
  margin: 0;
  scroll-snap-align: start;
}

.merch-card img {
  aspect-ratio: 1;
  object-fit: cover;
}

.merch-card figcaption {
  padding-block: 0.85rem;
}

.rail-hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin: 1rem 0 0;
  color: var(--stamp);
  font-size: 0.62rem;
  font-weight: 700;
}

.rail-hint span {
  font-size: 1.2rem;
}

.piazza {
  position: relative;
  height: 260vh;
  min-height: 1200px;
  background: var(--ink);
  color: var(--paper);
}

.piazza-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

#piazza-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 68% 44%, rgba(126, 20, 20, 0.26), transparent 12%),
    linear-gradient(145deg, #2a2723 0%, var(--ink) 62%);
}

.piazza.is-webgl-fallback #piazza-3d {
  opacity: 0.54;
  background-image:
    linear-gradient(rgba(240, 237, 231, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 231, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 66% 44%, var(--stamp) 0 5px, transparent 6px),
    linear-gradient(145deg, #2a2723 0%, var(--ink) 62%);
  background-size: 58px 58px, 58px 58px, auto, auto;
  transform: perspective(700px) rotateX(64deg) scale(1.45) translateY(9%);
  transform-origin: 50% 62%;
}

.piazza-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, transparent 12%, rgba(22, 19, 15, 0.7) 100%);
}

.piazza-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  grid-template-rows: 1fr auto;
  gap: 2rem;
  align-items: center;
  pointer-events: none;
}

.piazza h2 {
  margin-top: 0.8rem;
  font-size: clamp(5rem, 15vw, 15rem);
}

.piazza-coordinates {
  justify-self: end;
  max-width: 31rem;
  margin: 0;
  color: var(--stamp);
  font-size: clamp(0.58rem, 0.76vw, 0.78rem);
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.piazza-copy {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  margin: 0 0 clamp(2rem, 5vw, 5rem);
  font-size: clamp(0.88rem, 1.1vw, 1.12rem);
  line-height: 1.4;
  text-align: right;
}

.piazza-progress {
  position: absolute;
  z-index: 3;
  bottom: clamp(1rem, 2vw, 2rem);
  left: var(--page-pad);
  width: min(24rem, 40vw);
  height: 2px;
  overflow: hidden;
  background: rgba(240, 237, 231, 0.2);
}

.piazza-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--stamp);
  will-change: transform;
}

.videos {
  background: var(--mouse);
}

.section-heading--video {
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: var(--line);
  border-left: var(--line);
}

.video-card {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-right: var(--line);
  border-bottom: var(--line);
  background: var(--ink);
}

.video-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.video-card:nth-child(2) > img,
.video-card:nth-child(4) > img {
  object-position: center 38%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: clamp(3.8rem, 7vw, 6.6rem);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--stamp);
  color: var(--paper);
  transform: translate(-50%, -50%);
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 0.35em;
  border-top: 0.62rem solid transparent;
  border-bottom: 0.62rem solid transparent;
  border-left: 0.95rem solid currentColor;
}

.video-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(22, 19, 15, 0.74));
  color: var(--paper);
  font-size: clamp(0.54rem, 0.7vw, 0.7rem);
  font-weight: 700;
}

.site-footer {
  padding-bottom: 2rem;
  background: var(--ink);
  color: var(--paper);
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(5rem, 10vw, 9rem);
}

.footer-badge {
  width: clamp(7rem, 13vw, 12rem);
  height: auto;
  border-radius: 50%;
  filter: invert(1);
  mix-blend-mode: screen;
}

.footer-kicker {
  margin: 0;
  color: var(--stamp);
  font-size: 0.64rem;
  font-weight: 700;
}

.footer-links {
  display: grid;
  border-top: 1px solid rgba(240, 237, 231, 0.45);
}

.footer-links a {
  display: grid;
  grid-template-columns: minmax(7rem, 0.25fr) 1fr;
  align-items: baseline;
  gap: 1rem;
  padding-block: clamp(1.5rem, 2.8vw, 2.8rem);
  border-bottom: 1px solid rgba(240, 237, 231, 0.45);
  font-size: clamp(2rem, 6vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.footer-links a > span {
  color: var(--stamp);
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: clamp(0.56rem, 0.7vw, 0.7rem);
  letter-spacing: 0.09em;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 6rem);
  font-size: clamp(0.52rem, 0.68vw, 0.68rem);
  line-height: 1.4;
}

.footer-bottom p {
  margin: 0;
}

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

.footer-bottom a {
  justify-self: end;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    min-width: 0;
    justify-content: flex-start;
    margin-right: 1.25rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .section-heading,
  .heritage-header {
    grid-template-columns: 1fr;
  }

  .section-intro,
  .heritage-copy {
    max-width: 42rem;
  }

  .heritage-header .kicker,
  .heritage-header h2,
  .heritage-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .piazza-overlay {
    grid-template-columns: 1fr;
  }

  .piazza-coordinates {
    align-self: start;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --nav-height: 58px;
    --page-pad: 1rem;
  }

  .site-header {
    grid-template-columns: 40px 1fr auto;
    gap: 0.85rem;
    padding-block: 0.55rem;
  }

  .nav-toggle {
    display: flex;
    justify-self: end;
  }

  .shop-pill {
    justify-self: end;
    margin-left: auto;
  }

  /* menu a pannello: chiuso di default, aperto con .menu-open sull'header */
  .site-nav {
    position: fixed;
    z-index: 99;
    top: var(--nav-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 1.4rem var(--page-pad) 2.2rem;
    background: rgba(22, 19, 15, 0.96);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: var(--paper);
    font-size: 1.05rem;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
  }

  .site-header.menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-nav a {
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(240, 237, 231, 0.16);
  }

  .site-nav a:first-child {
    border-top: 1px solid rgba(240, 237, 231, 0.16);
  }

  .shop-pill {
    padding: 0.48rem 0.62rem 0.43rem;
  }

  .hero-content {
    bottom: 6.4rem;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 17.7vw, 6.8rem);
    line-height: 0.88;
  }

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

  .hero-index {
    top: auto;
    bottom: 1.4rem;
  }

  .scroll-hint {
    right: auto;
    bottom: 1.6rem;
    left: var(--page-pad);
  }

  .manifesto {
    min-height: auto;
  }

  .manifesto-line,
  .manifesto-line--indent {
    justify-self: stretch;
    width: 100%;
    font-size: clamp(2.2rem, 11.8vw, 4rem);
  }

  .section-heading,
  .heritage-header {
    gap: 2.5rem;
    margin-bottom: 5rem;
  }

  .section-heading h2,
  .heritage h2 {
    font-size: clamp(3.25rem, 17vw, 6rem);
  }

  .crew-archive {
    gap: 4.5rem;
  }

  .archive-year__header {
    margin-bottom: 1rem;
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 0.65rem;
  }

  .archive-card__date {
    position: static;
    padding-top: 0.5rem;
    opacity: 1;
  }

  .merch-rail {
    grid-auto-columns: 84vw;
  }

  .piazza {
    height: 190vh;
    min-height: 900px;
  }

  .piazza-overlay {
    grid-template-rows: 1fr auto auto;
    align-items: center;
  }

  .piazza h2 {
    font-size: clamp(5rem, 27vw, 9rem);
  }

  .piazza-coordinates {
    align-self: auto;
    justify-self: start;
    text-align: left;
  }

  .piazza-copy {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    margin-bottom: 4.5rem;
    text-align: left;
  }

  .piazza-progress {
    right: var(--page-pad);
    width: auto;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card {
    aspect-ratio: 4 / 3;
  }

  .footer-top {
    align-items: flex-end;
  }

  .footer-links a {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    overflow-wrap: anywhere;
    font-size: clamp(1.8rem, 9vw, 3.2rem);
  }

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

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

@media (max-width: 460px) {
  .shop-pill {
    font-size: 0.49rem;
  }

  .hero-content .kicker {
    max-width: 15rem;
  }
}

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

  .js.motion-ready .reveal-line > span {
    transform: none;
  }

  .hero.is-scrub-ready {
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
  }

  .piazza {
    height: 100vh;
    min-height: 42rem;
  }
}

/* --- nav: distacco dal badge + sezione merch-soon --- */
.site-nav {
  margin-left: clamp(2.5rem, 4vw, 4rem);
}

.merch-soon {
  background: var(--stone);
  border-block: var(--line);
}

.merch-soon__inner {
  display: grid;
  gap: 1.4rem;
  max-width: 46rem;
}

.merch-soon__copy {
  max-width: 44ch;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.55;
}

.merch-soon__copy a {
  color: var(--stamp);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.merch-soon h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 6vw, 6rem);
}
