:root {
  --black: #050403;
  --ink: #11100d;
  --bone: #f3eadb;
  --bone-dim: #cdbfa9;
  --tan: #b98a55;
  --red: #9d1716;
  --red-hot: #d73b2d;
  --green: #1d7b46;
  --green-bright: #46b86d;
  --line: rgba(243, 234, 219, 0.18);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  --display: "Anton", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body {
  margin: 0;
  color: var(--bone);
  background:
    radial-gradient(circle at 12% 8%, rgba(157, 23, 22, 0.28), transparent 30rem),
    radial-gradient(circle at 85% 5%, rgba(29, 123, 70, 0.22), transparent 24rem),
    linear-gradient(180deg, #0e0b09 0%, var(--black) 45%, #110d0b 100%);
  font-family: var(--body);
  line-height: 1.55;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body::before {
  opacity: 0.2;
  background-image:
    linear-gradient(115deg, rgba(243, 234, 219, 0.055) 0 1px, transparent 1px 22px),
    radial-gradient(circle, rgba(243, 234, 219, 0.1) 0 1px, transparent 1px);
  background-size: 44px 44px, 9px 9px;
}

body::after {
  opacity: 0.12;
  background: repeating-linear-gradient(0deg, transparent 0 2px, rgba(243, 234, 219, 0.22) 3px, transparent 4px);
}

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

.img-logo,
.img-poster,
.img-art {
  object-fit: contain;
  object-position: center;
}

.img-photo,
.img-hero {
  object-fit: cover;
  object-position: center;
}

a {
  color: inherit;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 30;
  padding: 0.75rem 1rem;
  background: var(--bone);
  color: var(--black);
  font-weight: 900;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem clamp(1rem, 4vw, 3.5rem);
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.94), rgba(5, 4, 3, 0.78)),
    rgba(5, 4, 3, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: var(--bone);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-logo-frame {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(4.25rem, 7vw, 5.8rem);
  height: clamp(1.8rem, 3vw, 2.35rem);
  padding: 0.16rem 0.28rem;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08);
}

.brand-logo-frame > img.img-logo {
  position: absolute;
  inset: 0.16rem 0.28rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
}

.brand-mark span {
  min-width: 0;
  font-size: clamp(0.86rem, 2vw, 1rem);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.32rem;
}

.nav-links a {
  padding: 0.5rem 0.6rem;
  color: var(--bone-dim);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--bone);
  background: rgba(243, 234, 219, 0.08);
  outline: 1px solid var(--line);
}

.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding-block: clamp(4rem, 9vw, 7rem);
}

.hero {
  position: relative;
  min-height: calc(100svh - 4rem);
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(20rem, 1.16fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-top: clamp(2.2rem, 5vw, 4.5rem);
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  z-index: -1;
  height: min(52rem, 82vh);
  background:
    linear-gradient(90deg, rgba(157, 23, 22, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(5, 4, 3, 0.2), rgba(5, 4, 3, 0.72));
}

.eyebrow,
.archive-label {
  margin: 0 0 0.85rem;
  color: var(--tan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stamp {
  display: inline-block;
  padding: 0.34rem 0.55rem 0.32rem;
  color: var(--bone);
  border: 2px solid rgba(243, 234, 219, 0.64);
  transform: rotate(-1.4deg);
  box-shadow: inset 0 0 0 1px rgba(157, 23, 22, 0.45);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4.5rem, 15vw, 10.6rem);
  text-shadow: 0.045em 0.035em 0 var(--red);
}

h2 {
  font-size: clamp(2.75rem, 8vw, 6rem);
}

h3 {
  margin: 0;
  color: var(--bone);
  font-size: 1.12rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-subhead {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: var(--bone-dim);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.hero-kicker {
  max-width: 36rem;
  margin: 0.7rem 0 0;
  color: var(--tan);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.55rem;
  color: var(--bone);
  background: rgba(243, 234, 219, 0.06);
  border: 1px solid rgba(243, 234, 219, 0.2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-badges span:nth-child(2) {
  color: #d5f4dc;
  border-color: rgba(70, 184, 109, 0.45);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.8rem 1.05rem;
  border: 1px solid transparent;
  color: var(--bone);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--red);
  border-color: rgba(243, 234, 219, 0.26);
  box-shadow: 7px 7px 0 rgba(185, 138, 85, 0.32);
}

.btn-secondary {
  background: rgba(243, 234, 219, 0.06);
  border-color: var(--line);
}

.hero-poster {
  position: relative;
  margin: 0;
  padding: clamp(0.65rem, 1.6vw, 1rem);
  background: var(--bone);
  color: var(--black);
  box-shadow: var(--shadow);
  clip-path: polygon(1% 0, 100% 1%, 99.5% 98%, 96% 100%, 0 99%);
  transform: rotate(1.5deg);
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: clamp(0.65rem, 1.6vw, 1rem);
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0) 48%, rgba(5, 4, 3, 0.42)),
    radial-gradient(circle at 12% 12%, rgba(243, 234, 219, 0.16), transparent 16rem);
  mix-blend-mode: multiply;
}

.hero-poster::before {
  content: "South Florida / Vegan Archive";
  position: absolute;
  left: 0.7rem;
  top: 1.7rem;
  z-index: 2;
  padding: 0.42rem 0.55rem;
  color: var(--bone);
  background: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.hero-poster img {
  position: relative;
  width: 100%;
  min-height: clamp(22rem, 50vw, 40rem);
  max-height: 44rem;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.95) contrast(1.08);
}

.hero-poster figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-inline: 0.15rem 0.7rem;
  font-family: var(--display);
  font-size: clamp(1.3rem, 3vw, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
}

.hero-poster figcaption span {
  color: var(--red);
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(243, 234, 219, 0.06), rgba(243, 234, 219, 0.015)),
    rgba(17, 16, 13, 0.42);
  padding-inline: clamp(1rem, 4vw, 2rem);
  clip-path: polygon(0 0.7%, 100% 0, 99% 99%, 1% 100%);
}

.manifesto-heading blockquote {
  max-width: 24rem;
  margin: 1.25rem 0 0;
  padding: 1rem 0 0 1rem;
  color: var(--bone);
  border-left: 0.28rem solid var(--red);
  font-family: var(--display);
  font-size: clamp(1.7rem, 4.5vw, 3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.manifesto-copy {
  display: grid;
  gap: 1.1rem;
  color: var(--bone-dim);
  font-size: clamp(1.04rem, 2vw, 1.32rem);
}

.manifesto-video {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  padding: clamp(0.85rem, 2vw, 1.2rem);
  background:
    linear-gradient(135deg, rgba(5, 4, 3, 0.58), rgba(157, 23, 22, 0.13)),
    rgba(5, 4, 3, 0.5);
  border: 1px solid rgba(243, 234, 219, 0.16);
  box-shadow: var(--shadow);
  clip-path: polygon(0.5% 0, 100% 1.5%, 99% 98%, 2% 100%);
}

.manifesto-video .archive-label,
.manifesto-video h3,
.manifesto-video p {
  grid-column: 1;
}

.manifesto-video h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.96;
}

.manifesto-video p:not(.archive-label) {
  margin: 0;
  color: var(--bone-dim);
}

.manifesto-video-frame {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 3;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 0.55rem solid var(--bone);
  box-shadow: 12px 12px 0 rgba(157, 23, 22, 0.34);
  transform: rotate(0.5deg);
}

.manifesto-copy p,
.booth-copy p,
.animal-copy p,
.join-copy > p:not(.eyebrow):not(.contact-line) {
  margin: 0;
}

.section-heading {
  max-width: 56rem;
  margin-bottom: clamp(1.6rem, 5vw, 3rem);
}

.section-intro {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: var(--bone-dim);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 1120px;
}

.profile-card,
.video-card,
.signup-form {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(243, 234, 219, 0.075), rgba(243, 234, 219, 0.032)),
    rgba(17, 16, 13, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(18rem, 42%) minmax(0, 1fr);
  align-items: stretch;
  min-height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

.profile-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 138, 85, 0.55);
}

.profile-image {
  min-height: 0;
  padding: 0.58rem;
  background: var(--bone);
  clip-path: polygon(0 0, 100% 1%, 98% 98%, 4% 100%);
}

.profile-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 27vw, 24rem);
  max-height: 30rem;
  object-fit: cover;
  object-position: 50% 24%;
  filter: contrast(1.04) saturate(0.95);
}

.profile-card:nth-child(2) .profile-image img {
  object-position: 50% 35%;
}

.profile-card:nth-child(3) .profile-image img {
  object-position: 50% 62%;
}

.profile-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.15rem, 3vw, 2.3rem);
}

.profile-copy .archive-label {
  width: fit-content;
  padding: 0.28rem 0.42rem;
  background: rgba(157, 23, 22, 0.24);
  border: 1px solid rgba(157, 23, 22, 0.38);
}

.profile-copy p:last-child,
.booth-copy p,
.animal-copy p,
.join-copy > p,
.video-caption p {
  color: var(--bone-dim);
}

@media (min-width: 1024px) {
  .profile-grid {
    max-width: 1160px;
  }

  .profile-card {
    grid-template-columns: minmax(20rem, 40%) minmax(0, 1fr);
  }

  .profile-image img {
    min-height: 21rem;
    max-height: 28rem;
  }
}

.booth-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
  border-top: 1px solid var(--line);
  position: relative;
}

.booth-copy {
  display: grid;
  gap: 1rem;
}

.booth-collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: minmax(10rem, 15vw);
  gap: 0.85rem;
}

.collage-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--bone);
  border: 0.55rem solid var(--bone);
  box-shadow: var(--shadow);
  clip-path: polygon(1% 0, 100% 1%, 99% 96%, 94% 100%, 0 98%);
}

.collage-tile figcaption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  padding: 0.35rem 0.5rem;
  color: var(--bone);
  background: rgba(5, 4, 3, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collage-large {
  grid-row: span 2;
}

.collage-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.booth-collage .collage-tile:nth-child(1) img {
  object-position: 50% 30%;
}

.booth-collage .collage-tile:nth-child(2) img {
  object-position: 50% 48%;
}

.booth-collage .collage-tile:nth-child(3) img {
  object-position: 50% 32%;
}

.booth-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.booth-tags li {
  padding: 0.44rem 0.58rem;
  color: var(--bone);
  border: 1px solid var(--line);
  background: rgba(243, 234, 219, 0.055);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.watch-section {
  border-block: 1px solid var(--line);
}

.video-card {
  overflow: hidden;
}

.video-group {
  display: grid;
  gap: 1rem;
}

.video-group + .video-group {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.video-group-title {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0.4rem 0.55rem 0.36rem;
  color: var(--bone);
  background: rgba(157, 23, 22, 0.82);
  border: 1px solid rgba(243, 234, 219, 0.28);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.video-group-intro {
  max-width: 44rem;
  margin: -0.25rem 0 0;
  color: var(--bone-dim);
  font-size: clamp(0.98rem, 1.7vw, 1.1rem);
}

.movement-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 1rem;
  align-items: stretch;
}

.featured-video .video-frame {
  aspect-ratio: 16 / 9;
}

.archive-video {
  display: flex;
  flex-direction: column;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-bottom: 1px solid var(--line);
}

.video-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #000;
  border: 0;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(0.92) contrast(1.08);
  transition: transform 220ms ease, opacity 220ms ease;
}

.logo-video-thumb {
  background:
    radial-gradient(circle at 72% 24%, rgba(157, 23, 22, 0.38), transparent 13rem),
    linear-gradient(135deg, #050403, #15100d 58%, #050403);
}

.logo-video-thumb img {
  width: min(62%, 18rem);
  height: auto;
  margin: 12% auto 0;
  object-fit: contain;
  opacity: 1;
  filter: contrast(1.12);
}

.video-thumb-title {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.36rem 0.52rem;
  color: var(--bone);
  background: rgba(157, 23, 22, 0.9);
  border: 1px solid rgba(243, 234, 219, 0.3);
  font-family: var(--display);
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.08), rgba(5, 4, 3, 0.42)),
    radial-gradient(circle at center, rgba(157, 23, 22, 0.2), transparent 15rem);
  pointer-events: none;
}

.video-thumb:hover img,
.video-thumb:focus-visible img {
  opacity: 1;
  transform: scale(1.025);
}

.video-thumb:focus-visible {
  outline: 3px solid rgba(185, 138, 85, 0.72);
  outline-offset: -3px;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(3.8rem, 8vw, 5.6rem);
  aspect-ratio: 1;
  background: var(--red);
  border: 2px solid rgba(243, 234, 219, 0.74);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.48);
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  border-block: 0.82rem solid transparent;
  border-left: 1.22rem solid var(--bone);
}

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

.video-caption {
  padding: 1rem 1.1rem 1.15rem;
}

.video-caption .archive-label {
  margin-bottom: 0.35rem;
}

.video-caption p:last-child {
  margin: 0.75rem 0 0;
  color: var(--bone-dim);
  font-size: 0.94rem;
}

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

.music-video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.animal-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
  background:
    radial-gradient(circle at 84% 16%, rgba(70, 184, 109, 0.2), transparent 20rem),
    linear-gradient(135deg, rgba(29, 123, 70, 0.1), transparent 48%);
  border-block: 1px solid rgba(70, 184, 109, 0.2);
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.animal-section .eyebrow,
.animal-section .archive-label {
  color: var(--green-bright);
}

.animal-gallery {
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.05fr);
  gap: 0.85rem;
}

.animal-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(70, 184, 109, 0.38);
  background: rgba(29, 123, 70, 0.18);
}

.animal-gallery figure:first-child {
  grid-row: span 2;
}

.animal-gallery img {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
  object-position: center;
}

.animal-gallery figure:nth-child(2) img {
  object-position: 58% 22%;
}

.animal-gallery figure:nth-child(3) img {
  object-position: 50% 38%;
}

.animal-gallery .animal-poster {
  display: grid;
  place-items: center;
  padding: 0.55rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(70, 184, 109, 0.26), transparent 12rem),
    rgba(5, 4, 3, 0.86);
}

.animal-gallery .animal-poster img {
  height: auto;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 16%, rgba(157, 23, 22, 0.24), transparent 22rem),
    linear-gradient(135deg, rgba(243, 234, 219, 0.075), rgba(17, 16, 13, 0.2));
  padding-inline: clamp(1rem, 4vw, 2rem);
  position: relative;
}

.join-section::before {
  content: "LIMITED ARCHIVE DROP";
  position: absolute;
  right: clamp(1rem, 4vw, 2rem);
  top: 1.4rem;
  padding: 0.42rem 0.6rem;
  color: var(--bone);
  background: var(--red);
  border: 1px solid rgba(243, 234, 219, 0.3);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  transform: rotate(2deg);
}

.join-copy {
  display: grid;
  gap: 1rem;
}

.starter-list {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0.4rem 0 0;
  list-style: none;
}

.starter-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--bone);
  font-weight: 800;
}

.starter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.65rem;
  aspect-ratio: 1;
  background: var(--green);
  border: 2px solid var(--tan);
  transform: rotate(45deg);
}

.contact-line {
  font-weight: 800;
}

.contact-line a,
.site-footer a {
  color: var(--bone);
  text-decoration-color: var(--red-hot);
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.22em;
}

.signup-form {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 3vw, 1.45rem);
  border-color: rgba(185, 138, 85, 0.36);
  box-shadow: var(--shadow);
}

.signup-form label:not(.checkbox-row) {
  color: var(--tan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 0.9rem;
  color: var(--bone);
  background: rgba(5, 4, 3, 0.72);
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}

input:focus {
  border-color: var(--tan);
  outline: 2px solid rgba(185, 138, 85, 0.3);
  outline-offset: 2px;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  color: var(--bone-dim);
  font-size: 0.94rem;
}

.checkbox-row input {
  min-height: auto;
  margin-top: 0.2rem;
  accent-color: var(--red);
}

.form-note {
  margin: 0;
  color: var(--bone-dim);
  font-size: 0.88rem;
}

.form-note.is-success {
  color: var(--bone);
}

.site-footer {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 16ch;
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.site-footer span,
.site-footer small {
  color: var(--bone-dim);
}

.site-footer span {
  display: block;
}

.site-footer span + span {
  margin-top: 0.35rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: start;
  gap: 0.55rem;
}

.footer-links a {
  padding: 0.5rem 0.62rem;
  color: var(--bone-dim);
  border: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer small {
  grid-column: 1 / -1;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .nav-links {
    justify-content: flex-start;
    max-width: 100%;
  }

  .hero,
  .manifesto,
  .booth-section,
  .animal-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .manifesto-video .archive-label,
  .manifesto-video h3,
  .manifesto-video p,
  .manifesto-video-frame {
    grid-column: 1;
  }

  .manifesto-video-frame {
    grid-row: auto;
  }

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

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

  .profile-card {
    grid-template-columns: minmax(14rem, 42%) minmax(0, 1fr);
  }

  .profile-image img,
  .profile-card:nth-child(3) .profile-image img {
    height: 100%;
    min-height: 18rem;
    max-height: 26rem;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 1rem, 1180px);
  }

  .brand-mark span {
    max-width: 12rem;
  }

  .brand-logo-frame {
    width: 3.75rem;
    height: 1.65rem;
    padding: 0.12rem 0.22rem;
  }

  .site-header {
    position: sticky;
    padding-block: 0.65rem;
  }

  .nav-links {
    gap: 0.12rem;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 0.36rem 0.28rem;
    font-size: 0.62rem;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero-actions,
  .video-grid,
  .profile-card,
  .booth-collage,
  .animal-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .profile-image img {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 5;
    object-position: 50% 24%;
  }

  .profile-card:nth-child(2) .profile-image img {
    object-position: 50% 35%;
  }

  .profile-card:nth-child(3) .profile-image img {
    aspect-ratio: 4 / 3;
    object-position: 50% 62%;
  }

  .hero-poster {
    transform: rotate(0.7deg);
  }

  .hero-poster figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .collage-large,
  .animal-gallery figure:first-child {
    grid-row: auto;
  }

  .collage-tile {
    min-height: 0;
  }

  .booth-collage {
    grid-auto-rows: auto;
  }

  .booth-collage .collage-tile {
    aspect-ratio: 4 / 5;
  }

  .booth-collage .collage-tile:nth-child(2) {
    aspect-ratio: 4 / 3;
  }

  .booth-collage .collage-tile img {
    height: 100%;
  }

  .booth-collage .collage-tile:nth-child(1) img {
    object-position: 50% 32%;
  }

  .booth-collage .collage-tile:nth-child(2) img {
    object-position: 50% 48%;
  }

  .booth-collage .collage-tile:nth-child(3) img {
    object-position: 50% 34%;
  }

  .join-section::before {
    position: static;
    width: fit-content;
    grid-column: 1;
    margin-bottom: -1rem;
  }

  .animal-gallery img {
    max-height: 28rem;
  }
}
