@font-face {
  font-family: Tusker;
  src: url("fonts/TuskerGrotesk-5500Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: Minion;
  src: url("fonts/MinionPro-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Brandon;
  src: url("fonts/BrandonGrotesque-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Brandon;
  src: url("fonts/BrandonGrotesque-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --violet: #3500e2;
  --ink: #171315;
  --saffron: #ffb83d;
  --carmine: #e91d4f;
  --mist: #f2f1f5;
  --white: #fff;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max: 78rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--mist);
  color: var(--ink);
  font-family: Brandon, Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  transform: none;
}

a:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 5px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 1.5rem var(--gutter) clamp(4rem, 8vw, 7rem);
  background: var(--violet);
  color: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px);
  background-size: clamp(4rem, 8vw, 8rem) clamp(4rem, 8vw, 8rem);
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 82%);
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.masthead {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(255 255 255 / 55%);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.masthead__word {
  font-family: Minion, Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.hero__grid {
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(17rem, 0.92fr) minmax(20rem, 1.08fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  max-width: var(--max);
  min-height: calc(100svh - 6rem);
  margin: auto;
}

.hero__art {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.trace {
  position: absolute;
  width: 34rem;
  height: 7rem;
  border-radius: 999px;
  filter: saturate(1.05);
  opacity: 0.95;
  animation: trace-in 1.1s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.trace--saffron {
  top: 16%;
  right: -11rem;
  transform: rotate(-18deg);
  background: var(--saffron);
}

.trace--carmine {
  bottom: 2%;
  left: -15rem;
  transform: rotate(20deg);
  background: var(--carmine);
  animation-delay: 0.12s;
}

.trace--ink {
  top: 38%;
  left: 42%;
  width: 25rem;
  height: 5.5rem;
  transform: rotate(72deg);
  background: var(--ink);
  animation-delay: 0.24s;
}

.edition {
  display: flex;
  position: relative;
  align-items: flex-start;
  width: max-content;
  color: var(--white);
  font-family: Tusker, Impact, sans-serif;
  font-size: clamp(15rem, 28vw, 27rem);
  letter-spacing: -0.07em;
  line-height: 0.68;
  animation: rise-in 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.edition__one {
  position: relative;
  z-index: 1;
}

.edition__glass {
  display: inline-block;
  position: relative;
  width: 0.56em;
  height: 0.72em;
  margin-left: -0.04em;
  overflow: hidden;
  border: 0.035em solid rgb(255 255 255 / 92%);
  border-radius: 48% 48% 42% 42% / 34% 34% 58% 58%;
  background: rgb(255 255 255 / 10%);
  box-shadow: inset 0 0 0.07em rgb(255 255 255 / 50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.edition__glass::before {
  position: absolute;
  right: 8%;
  bottom: 5%;
  left: 8%;
  height: 38%;
  transform: rotate(-7deg);
  border-radius: 50% 50% 30% 30%;
  background: linear-gradient(155deg, var(--carmine), #8d1436);
  content: "";
}

.edition__glass::after {
  position: absolute;
  top: 9%;
  right: 20%;
  width: 12%;
  height: 44%;
  transform: rotate(17deg);
  border-radius: 999px;
  background: rgb(255 255 255 / 62%);
  content: "";
}

.edition sup {
  margin: 0.25em 0 0 0.06em;
  font-family: Brandon, Arial, sans-serif;
  font-size: 0.08em;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__copy {
  max-width: 38rem;
  animation: rise-in 0.9s 0.12s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.eyebrow,
.section-heading > p,
.manifesto__label {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 8ch;
  margin-bottom: 1.25rem;
  font-family: Minion, Georgia, serif;
  font-size: clamp(4.7rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.78;
}

h1 span {
  display: block;
  margin-left: 0.48em;
  font-style: italic;
}

.hero__date {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero__lead {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-family: Minion, Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.35;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.button {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.9rem 1.25rem;
  border: 2px solid transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  font-size: 0.65rem;
  opacity: 0.7;
}

.button--primary {
  background: var(--white);
  color: var(--violet);
}

.button--ghost {
  border-color: rgb(255 255 255 / 78%);
  color: var(--white);
}

.participation {
  max-width: var(--max);
  margin: auto;
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) minmax(16rem, 1fr);
  gap: 2rem;
  align-items: start;
}

.section-heading h2,
.manifesto h2 {
  margin-bottom: 2rem;
  font-family: Minion, Georgia, serif;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.participation__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2rem 0 1.5rem;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.participation__facts > div {
  padding: 1.5rem 1.5rem 1.7rem 0;
}

.participation__facts > div + div {
  padding-left: 1.5rem;
  border-left: 1px solid rgb(23 19 21 / 28%);
}

.participation__facts dt {
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.participation__facts dd {
  margin: 0;
  font-family: Minion, Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.25;
}

.participation__facts a {
  font-family: Brandon, Arial, sans-serif;
  font-size: 0.92em;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.legal-note {
  max-width: 49rem;
  margin-bottom: 2rem;
  color: rgb(23 19 21 / 74%);
}

.actions--dark {
  justify-content: space-between;
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.text-link {
  font-weight: 700;
  text-underline-offset: 0.3em;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) minmax(16rem, 1fr);
  gap: 2rem;
  padding: clamp(5rem, 10vw, 9rem) max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  background: var(--white);
}

.manifesto > div {
  max-width: 52rem;
}

.manifesto p:last-child {
  max-width: 46rem;
  font-family: Minion, Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: end;
  padding: clamp(3rem, 6vw, 5rem) var(--gutter) 2rem;
  background: var(--ink);
  color: var(--white);
}

.site-footer__logos {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.site-footer__logos img {
  width: auto;
  max-width: 12rem;
  max-height: 4rem;
}

.site-footer__logos > a:first-of-type img {
  max-width: 15rem;
}

.site-footer__social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.site-footer__social p {
  margin: 0;
  font-weight: 700;
}

.site-footer__social a {
  text-underline-offset: 0.25em;
}

.site-footer__copyright {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / 25%);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

@keyframes rise-in {
  from {
    transform: translateY(2.2rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes trace-in {
  from {
    scale: 0.5;
    opacity: 0;
  }

  to {
    scale: 1;
    opacity: 0.95;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding-bottom: 4rem;
  }

  .masthead {
    font-size: 0.62rem;
  }

  .hero__grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3.5rem;
  }

  .edition {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    flex: none;
    margin: 0;
    font-size: clamp(10rem, 48vw, 12rem);
    opacity: 1;
  }

  .hero__copy {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0;
  }

  .trace--ink {
    left: 70%;
  }

  .section-heading,
  .manifesto {
    grid-template-columns: 1fr;
  }

  .participation__facts {
    grid-template-columns: 1fr;
  }

  .participation__facts > div + div {
    padding-left: 0;
    border-top: 1px solid rgb(23 19 21 / 28%);
    border-left: 0;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .actions--dark {
    align-items: flex-start;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer__social {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__copyright {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
