:root {
  --ink: #101010;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --yellow: #f9cb51;
  --red: #c93628;
  --purple: #9130e8;
  --line: 3px solid var(--ink);
  --page: 82rem;
  --display: "Anton", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/anton-latin.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.85rem, 13.5vw, 3.45rem);
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--white);
  background: var(--ink);
}

:focus-visible {
  outline: 4px solid var(--red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-bottom: 2px solid var(--white);
}

.wordmark {
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.wordmark span {
  color: var(--yellow);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration: none;
}

.site-header nav > a:not(.nav-cta) {
  display: none;
}

.nav-cta {
  padding: 0.55rem 0.8rem;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--yellow);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--white);
  background: var(--red);
  border-color: var(--white);
}

.section-inner {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
}

.section-paper,
.section-yellow,
.section-dark {
  position: relative;
  isolation: isolate;
}

.section-paper {
  background-color: var(--paper);
}

.section-paper::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../assets/textures/torn-paper.webp") center / 72rem auto repeat;
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

.section-yellow {
  background: var(--yellow);
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.eyebrow,
.kicker {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 1.75rem;
  height: 0.65rem;
  margin-right: 0.55rem;
  background: currentColor;
  content: "";
  vertical-align: -0.05rem;
  clip-path: polygon(0 0, 100% 15%, 86% 100%, 8% 80%);
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.75rem 1.1rem;
  border: var(--line);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-1deg);
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: rotate(1deg) translateY(-3px);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.button-dark:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.doodle {
  --base-rotate: 0deg;
  --parallax-y: 0px;
  position: absolute;
  height: auto;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-y), 0) rotate(var(--base-rotate));
  transform-origin: center;
  will-change: transform;
}

.hero {
  position: relative;
  display: grid;
  min-height: 540px;
  height: calc(100svh - 6.5rem);
  max-height: 850px;
  align-items: center;
  overflow: hidden;
  padding: 2rem 1rem 6.5rem;
  background: var(--yellow);
  border-bottom: 4px solid var(--ink);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("../assets/textures/torn-paper.webp");
  background-position: center;
  background-size: 70rem auto;
  content: "";
  opacity: 0.08;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(100%, 64rem);
  margin-inline: auto;
  text-align: center;
}

.sticker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  color: var(--white);
  background: var(--ink);
  transform: rotate(-2deg);
}

.hero h1 {
  margin-bottom: 1.5rem;
  line-height: 1;
}

.hero-title-art {
  width: min(100%, 48rem);
  margin-inline: auto;
}

.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-meta p {
  margin: 0;
  max-width: 7rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

.hero-meta strong {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.hero-guitar {
  --base-rotate: -13deg;
  z-index: 1;
  top: 2%;
  left: -17%;
  width: min(57vw, 24rem);
  opacity: 0.9;
}

.hero-trumpet {
  --base-rotate: 5deg;
  z-index: 1;
  top: 3%;
  right: -11%;
  width: min(42vw, 18rem);
}

.hero-mic {
  --base-rotate: 10deg;
  z-index: 1;
  right: -5%;
  bottom: 15%;
  width: min(30vw, 10rem);
}

.hero-keyboard {
  --base-rotate: -7deg;
  z-index: 1;
  bottom: 13%;
  left: -10%;
  width: min(45vw, 18rem);
}

.hero-vinyl {
  --base-rotate: 11deg;
  z-index: 1;
  right: -2.25rem;
  bottom: 5.6rem;
  width: min(25vw, 7rem);
}

.hero-note {
  position: absolute;
  z-index: 1;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 9vw, 4rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.hero-note-one {
  top: 22%;
  left: 5%;
  transform: rotate(-13deg);
}

.hero-note-two {
  top: 23%;
  right: 6%;
  transform: rotate(10deg);
}

.organizer-ribbon {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.organizer-ribbon img:first-of-type {
  width: 6rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.organizer-ribbon img:last-of-type {
  width: 6.2rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.ribbon-plus {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 1.5rem;
}

.intro {
  overflow: hidden;
  padding: 5.5rem 0 7rem;
}

.intro-grid {
  position: relative;
  z-index: 2;
}

.intro-copy {
  max-width: 34rem;
}

.lead {
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 1.35;
}

.marker-line {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.5rem 0.8rem;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 800;
  line-height: 1.35;
  transform: rotate(-1deg);
}

.intro-cassette {
  --base-rotate: 9deg;
  right: -5rem;
  bottom: -1rem;
  width: 13rem;
  opacity: 0.12;
}

.city {
  position: relative;
  display: grid;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.city-photo {
  position: relative;
  min-height: 21rem;
  margin: 0;
  overflow: hidden;
}

.city-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-photo figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.25rem 0.45rem;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.65rem;
  font-weight: 800;
}

.city-note {
  position: relative;
  z-index: 2;
  margin: -1.5rem 1rem 4rem;
  padding: 2rem 1.5rem;
  color: var(--ink);
  background: var(--paper);
  clip-path: polygon(1% 2%, 98% 0, 100% 95%, 97% 100%, 1% 98%, 0 5%);
  transform: rotate(-1deg);
}

.city-note h2 {
  margin-bottom: 1rem;
}

.city-note strong {
  display: block;
  margin-top: 1.25rem;
  text-transform: uppercase;
}

.city-sax {
  --base-rotate: 9deg;
  right: -4rem;
  bottom: -3.5rem;
  width: 13rem;
  opacity: 0.14;
  filter: invert(1);
}

.creative-week {
  overflow: hidden;
  padding: 5.5rem 0;
  border-top: 1px solid var(--paper);
}

.week-heading {
  position: relative;
  min-height: 26rem;
}

.week-heading h2 {
  max-width: 30rem;
}

.week-drums {
  position: absolute;
  right: -2.5rem;
  bottom: -2rem;
  width: 19rem;
  height: auto;
  opacity: 0.2;
  filter: invert(1);
}

.week-list {
  position: relative;
  z-index: 2;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: week;
}

.week-list li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.week-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.week-list span {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 400;
}

.ticker {
  overflow: hidden;
  padding: 0.55rem 0;
  color: var(--ink);
  background: var(--white);
  border-block: var(--line);
  font-family: var(--display);
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}

.ticker div {
  width: max-content;
  animation: ticker 24s linear infinite;
  animation-play-state: paused;
}

.ticker.is-active div {
  animation-play-state: running;
}

.program {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
}

.program-heading {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.program-lead {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.program-days {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-day {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.program-day:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.program-when {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  line-height: 1;
}

.program-weekday {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.program-date {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.75;
}

.program-what h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.program-what p:last-child {
  max-width: 44rem;
  margin-bottom: 0;
}

.program-time {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.6rem;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.program-youthpass {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.85rem;
  max-width: 46rem;
  margin: 2.5rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.program-youthpass span {
  padding: 0.3rem 0.7rem;
  color: var(--ink);
  background: var(--white);
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.program-cassette {
  right: -3rem;
  bottom: -3rem;
  width: 12rem;
  opacity: 0.16;
  filter: invert(1);
}

.contact {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
}

.contact-copy {
  margin-bottom: 2.5rem;
}

.contact-copy p:last-child {
  max-width: 34rem;
  margin-bottom: 0;
}

.contact-card {
  padding: 1.75rem;
  background: var(--white);
  border: var(--line);
  transform: rotate(-1deg);
}

.contact-name {
  margin-bottom: 1.25rem;
  font-family: var(--display);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 1rem 0;
  border-top: 2px solid var(--ink);
}

.contact-list li:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.contact-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.7;
}

.contact-list a {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.contact-hint {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.workshops {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
}

.workshop-visual {
  position: relative;
  margin-bottom: 4rem;
}

.photo-paper {
  margin: 0 1rem 0 0;
  padding: 0.75rem 0.75rem 2.8rem;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 0.65rem 0.65rem 0 var(--ink);
  transform: rotate(-3deg);
}

.photo-paper::before,
.scrap::before {
  position: absolute;
  z-index: 3;
  top: -1rem;
  left: 50%;
  width: 5.5rem;
  height: 1.65rem;
  background: rgba(255, 246, 197, 0.82);
  border: 1px solid rgba(16, 16, 16, 0.15);
  content: "";
  transform: translateX(-50%) rotate(2deg);
}

.photo-paper img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.92);
}

.photo-paper figcaption {
  margin-top: 0.8rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.workshop-hand {
  --base-rotate: 8deg;
  right: -5.5rem;
  bottom: -5.2rem;
  width: 13rem;
}

.workshop-copy h2 {
  font-size: 4.2rem;
}

.workshop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workshop-list li {
  padding: 0.55rem 0.85rem;
  color: var(--white);
  background: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.25;
  transform: rotate(-1deg);
}

.workshop-list li:nth-child(even) {
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  transform: rotate(1deg);
}

.small-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.studio {
  overflow: hidden;
  padding: 5.5rem 0 7rem;
}

.studio-copy {
  max-width: 34rem;
}

.experience-note {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.55rem 0.75rem;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  transform: rotate(1deg);
}

.studio-gallery {
  position: relative;
  min-height: 39rem;
  margin-top: 3rem;
}

.polaroid {
  position: absolute;
  margin: 0;
  padding: 0.5rem 0.5rem 2rem;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 0.4rem 0.45rem 0 rgba(16, 16, 16, 0.18);
}

.polaroid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
}

.polaroid-wide {
  top: 0;
  left: 0;
  width: 78%;
  height: 18rem;
  transform: rotate(-2deg);
}

.polaroid-room {
  z-index: 2;
  top: 15rem;
  right: 0;
  width: 54%;
  height: 19rem;
  transform: rotate(4deg);
}

.polaroid-desk {
  top: 22rem;
  left: 2%;
  width: 48%;
  height: 16rem;
  transform: rotate(-5deg);
}

.studio-mic {
  --base-rotate: 12deg;
  right: -2rem;
  bottom: 1rem;
  width: 10rem;
  opacity: 0.16;
}

.base {
  overflow: hidden;
  padding: 5.5rem 0 7rem;
  border-block: var(--line);
}

.base-copy {
  max-width: 38rem;
}

.scrapbook {
  position: relative;
  min-height: 38rem;
  margin-top: 3rem;
}

.scrap {
  position: absolute;
  margin: 0;
  padding: 0.6rem 0.6rem 2rem;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 0.5rem 0.5rem 0 var(--ink);
}

.scrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrap-one {
  top: 0;
  left: 0;
  width: 56%;
  height: 25rem;
  transform: rotate(-4deg);
}

.scrap-two {
  z-index: 2;
  top: 14rem;
  right: 0;
  width: 64%;
  height: 21rem;
  transform: rotate(3deg);
}

.scrap-vinyl {
  --base-rotate: -8deg;
  position: absolute;
  z-index: 3;
  top: -3rem;
  right: -4rem;
  width: 12rem;
  pointer-events: none;
}

.food {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
}

.food-photo {
  position: relative;
  margin: 0 0 3rem;
  padding: 0.65rem;
  background: var(--yellow);
  transform: rotate(2deg);
}

.food-photo::after {
  position: absolute;
  right: -0.8rem;
  bottom: -0.8rem;
  left: 0.8rem;
  height: 100%;
  border: 3px solid var(--paper);
  content: "";
  pointer-events: none;
}

.food-photo img {
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
}

.food-copy {
  position: relative;
  z-index: 2;
}

.food-copy strong {
  display: block;
  margin-top: 1.5rem;
  color: var(--yellow);
  font-size: 1.15rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.more-than {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 7rem;
  color: var(--white);
  background: var(--red);
  isolation: isolate;
}

.more-than::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../assets/textures/torn-paper.webp") center / 68rem auto repeat;
  content: "";
  filter: contrast(1.5);
  opacity: 0.07;
}

.more-than h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
  font-size: 5.5rem;
  line-height: 0.82;
}

.more-than h2 span {
  color: var(--yellow);
}

.more-grid {
  position: relative;
  z-index: 2;
  max-width: 42rem;
}

.more-grid > p {
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 1.35;
}

.more-grid ul {
  display: grid;
  gap: 0.3rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.more-grid li::before {
  color: var(--yellow);
  content: "+ ";
}

.more-disco {
  --base-rotate: 8deg;
  z-index: 1;
  right: -7rem;
  bottom: -4rem;
  width: 22rem;
  opacity: 0.2;
}

.signup {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
}

.signup-copy {
  position: relative;
  padding-bottom: 3rem;
}

.signup-copy h2 {
  max-width: 40rem;
}

.signup-copy > p:not(.eyebrow) {
  max-width: 35rem;
  font-size: 1.1rem;
  font-weight: 650;
}

.signup-keyboard {
  position: absolute;
  right: -5rem;
  bottom: -2.5rem;
  width: 13rem;
  height: auto;
  opacity: 0.12;
  transform: rotate(-8deg);
}

.form-shell {
  position: relative;
  min-height: 25rem;
  padding: 0.8rem;
  background: var(--white);
  border: var(--line);
  box-shadow: 0.8rem 0.8rem 0 var(--ink);
  transform: rotate(0.7deg);
}

.form-placeholder {
  display: grid;
  min-height: 18rem;
  place-content: center;
  padding: 2rem;
  border: 2px dashed var(--ink);
  text-align: center;
}

.form-placeholder h3 {
  max-width: 24rem;
  margin: 0.8rem auto 1rem;
  font-size: 2.2rem;
}

.form-placeholder p {
  max-width: 27rem;
  margin-inline: auto;
}

.form-direct {
  margin: 1rem auto 0;
}

.form-number {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-inline: auto;
  color: var(--yellow);
  background: var(--ink);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.25rem;
}

.google-form {
  display: block;
  width: 100%;
  min-height: 48rem;
  border: 0;
  background: var(--white);
  transition: opacity 180ms ease;
}

.form-shell.is-loading .google-form {
  opacity: 0;
}

.form-loading {
  position: absolute;
  z-index: 2;
  inset: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  padding: 5rem 2rem 2rem;
  background: var(--white);
  text-align: center;
}

.form-loading p {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.form-fallback {
  margin: 0;
  padding: 0.85rem 0.5rem 0.15rem;
  font-size: 0.85rem;
  font-weight: 650;
  text-align: center;
}

.form-fallback a {
  font-weight: 850;
}

.partners {
  overflow: hidden;
  padding: 5.5rem 0 6rem;
  border-top: var(--line);
}

.partners h2 {
  max-width: 48rem;
}

.partner-group + .partner-group {
  margin-top: 3.5rem;
}

.partner-group h3 {
  margin-bottom: 1rem;
  font-family: var(--body);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.funding-grid {
  display: grid;
  gap: 0.85rem;
}

.logo-card {
  display: flex;
  min-height: 7.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: var(--white);
  border: 2px solid var(--ink);
}

.logo-card img {
  width: auto;
  max-width: 100%;
  max-height: 5.25rem;
  object-fit: contain;
}

.logo-card-partner {
  max-width: 30rem;
}

.logo-card-partner + .logo-card-partner {
  margin-top: 0.85rem;
}

.logo-card-partner img {
  width: min(100%, 21rem);
}

.logo-card-text p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.9rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  padding: 3rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-top: 3px solid var(--white);
}

.footer-inner {
  display: grid;
  width: min(100%, var(--page));
  margin-inline: auto;
  gap: 2.5rem;
}

.footer-inner p {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}

.footer-label {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 1.35rem !important;
  text-transform: uppercase;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-logos img {
  width: 7rem;
  height: auto;
  max-height: 3rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.back-to-top {
  align-self: center;
  justify-self: start;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(0.75rem) rotate(0.25deg);
  transition: opacity 380ms ease, transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 43rem) {
  .site-header {
    padding-inline: 1.5rem;
  }

  .site-header nav {
    gap: 1.4rem;
  }

  .site-header nav > a:not(.nav-cta) {
    display: inline-block;
  }

  .section-inner {
    width: min(100% - 4rem, var(--page));
  }

  h2 {
    font-size: 5.5rem;
  }

  .hero {
    padding-inline: 2rem;
  }

  .hero-meta p {
    max-width: none;
    font-size: 0.9rem;
  }

  .hero-meta strong {
    display: inline;
    margin-right: 0.25rem;
    font-size: 2rem;
  }

  .hero-guitar {
    top: -3%;
    left: -4%;
    width: min(30vw, 23rem);
  }

  .hero-trumpet {
    right: -2%;
    width: min(24vw, 18rem);
  }

  .hero-mic {
    right: 2%;
    width: 11rem;
  }

  .hero-keyboard {
    left: -3%;
    width: min(27vw, 20rem);
  }

  .hero-vinyl {
    right: 4%;
    bottom: 8%;
    width: min(15vw, 10rem);
  }

  .hero-note-one {
    top: 38%;
    left: 6%;
  }

  .hero-note-two {
    top: 35%;
    right: 6%;
  }

  .organizer-ribbon {
    gap: 1rem;
  }

  .organizer-ribbon img:first-of-type {
    width: 8rem;
  }

  .organizer-ribbon img:last-of-type {
    width: 7.5rem;
  }

  .intro,
  .creative-week,
  .workshops,
  .studio,
  .base,
  .food,
  .more-than,
  .program,
  .signup,
  .contact,
  .partners {
    padding-block: 7rem;
  }

  .funding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .intro-grid,
  .studio-heading,
  .food-layout,
  .signup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: 4rem;
    align-items: start;
  }
  .lead {
    font-size: 1.55rem;
  }

  .intro-cassette {
    right: -2rem;
    width: 19rem;
  }

  .city {
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr);
    min-height: 38rem;
    align-items: center;
  }

  .city-photo {
    height: 100%;
    min-height: 38rem;
  }

  .city-note {
    margin: 3rem 3rem 3rem -3rem;
    padding: 3rem;
  }

  .city-sax {
    right: -3rem;
    width: 17rem;
  }

  .week-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
    gap: 5rem;
  }

  .week-heading {
    position: sticky;
    top: 7rem;
    min-height: 34rem;
    align-self: start;
  }

  .week-drums {
    right: auto;
    left: -2rem;
    width: 27rem;
    opacity: 0.55;
  }

  .week-list {
    margin-top: 4rem;
  }

  .week-list li {
    grid-template-columns: 3.25rem 1fr;
    padding: 1.35rem 0;
    font-size: 1.25rem;
  }

  .ticker {
    font-size: 1.8rem;
  }

  .program-day {
    grid-template-columns: 9rem 1fr;
    gap: 3rem;
    align-items: start;
    padding: 1.75rem 0;
  }

  .program-when {
    flex-direction: column;
    gap: 0.4rem;
    position: sticky;
    top: 7rem;
  }

  .program-weekday {
    font-size: 1.9rem;
  }

  .program-what h3 {
    font-size: 1.85rem;
  }

  .workshop-layout {
    display: grid;
    grid-template-columns: minmax(22rem, 0.9fr) minmax(0, 1.1fr);
    gap: 5rem;
    align-items: center;
  }

  .workshop-visual {
    margin: 0;
  }

  .workshop-copy h2 {
    font-size: 6.5rem;
  }

  .workshop-list {
    gap: 0.8rem;
  }

  .workshop-list li {
    font-size: 1rem;
  }

  .studio-gallery {
    min-height: 48rem;
    margin-top: 4rem;
  }

  .polaroid-wide {
    width: 65%;
    height: 28rem;
  }

  .polaroid-room {
    top: 5rem;
    width: 36%;
    height: 28rem;
  }

  .polaroid-desk {
    top: 27rem;
    left: 26%;
    width: 35%;
    height: 20rem;
  }

  .studio-mic {
    width: 15rem;
  }

  .base-layout {
    display: grid;
    grid-template-columns: minmax(20rem, 0.75fr) minmax(0, 1.25fr);
    gap: 5rem;
    align-items: center;
  }

  .base-copy {
    align-self: start;
    padding-top: 4rem;
  }

  .scrapbook {
    min-height: 46rem;
    margin: 0;
  }

  .scrap-one {
    width: 51%;
    height: 34rem;
  }

  .scrap-two {
    top: 18rem;
    width: 59%;
    height: 26rem;
  }

  .scrap-vinyl {
    right: -2rem;
    width: 16rem;
  }

  .food-layout {
    align-items: center;
  }

  .food-photo {
    margin: 0;
  }

  .more-than h2 {
    font-size: 8.5rem;
  }

  .more-grid {
    display: grid;
    max-width: 62rem;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }

  .more-grid ul {
    margin-top: 0;
  }

  .more-disco {
    right: 2%;
    width: 30rem;
  }

  .signup-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(25rem, 1.15fr);
    align-items: center;
  }

  .signup-copy {
    padding-bottom: 0;
  }

  .signup-keyboard {
    right: auto;
    bottom: -11rem;
    left: -4rem;
    width: 23rem;
    opacity: 0.18;
  }

  .contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
    gap: 4rem;
    align-items: center;
  }

  .contact-copy {
    margin-bottom: 0;
  }

  .contact-name {
    font-size: 2rem;
  }

  .contact-list a {
    font-size: 1.6rem;
  }

  .footer-inner {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }

  .back-to-top {
    justify-self: end;
  }

  .form-placeholder {
    min-height: 23rem;
  }
}

@media (max-width: 42.999rem) {
  .intro,
  .creative-week,
  .workshops,
  .studio,
  .base,
  .food,
  .more-than,
  .program,
  .signup,
  .contact,
  .partners {
    padding-block: 4.25rem;
  }

  .hero::after,
  .section-paper::before,
  .more-than::before {
    background-image: none;
  }

  .doodle {
    --parallax-y: 0px !important;
  }

  .hero-mic {
    display: none;
  }

  .hero-meta {
    gap: 0.65rem;
  }

  .hero-meta .button {
    gap: 0.65rem;
    padding-inline: 0.85rem;
    font-size: 0.78rem;
  }

  .hero-guitar {
    left: -16%;
    width: min(42vw, 10.5rem);
  }

  .hero-trumpet {
    right: -7%;
    width: min(32vw, 8rem);
  }

  .week-heading {
    min-height: 22rem;
  }

  .week-drums {
    width: 16rem;
  }

  .workshop-hand {
    right: -3rem;
    bottom: -3rem;
    width: 9rem;
  }

  .studio-mic {
    width: 8rem;
  }

  .scrap-vinyl {
    top: 0;
    right: -2.5rem;
    width: 7rem;
  }

  .workshop-copy h2 {
    font-size: clamp(3.35rem, 16vw, 4.2rem);
  }

  .workshop-layout,
  .food-layout {
    display: flex;
    flex-direction: column;
  }

  .workshop-copy,
  .food-copy {
    order: -1;
    margin-bottom: 3rem;
  }

  .workshop-visual,
  .food-photo {
    margin-bottom: 0;
  }

  section[id] {
    scroll-margin-top: 4.25rem;
  }

  .more-than h2 {
    font-size: clamp(4.35rem, 22vw, 5.5rem);
  }

  .form-placeholder h3 {
    font-size: clamp(1.7rem, 8.5vw, 2.2rem);
  }

  .form-shell {
    min-height: 20rem;
    box-shadow: 0.5rem 0.5rem 0 var(--ink);
  }
}

@media (max-width: 23rem) {
  .organizer-ribbon > span:first-child {
    display: none;
  }

  .organizer-ribbon {
    gap: 0.45rem;
    padding-inline: 0.6rem;
  }

  .organizer-ribbon img:first-of-type {
    width: 5.5rem;
  }

  .organizer-ribbon img:last-of-type {
    width: 5.8rem;
  }
}

@media (min-width: 43rem) and (max-width: 74.999rem) {
  .scrap-vinyl {
    right: -1rem;
    width: 11rem;
  }
}

@media (min-width: 75rem) {
  body {
    font-size: 1.05rem;
  }

  .site-header {
    min-height: 4.5rem;
    padding-inline: 2rem;
  }

  .wordmark {
    font-size: 1.45rem;
  }

  .hero {
    height: calc(100svh - 7rem);
  }

  .hero-guitar {
    top: -3%;
    left: -3rem;
    width: 23rem;
  }

  .hero-trumpet {
    top: 0;
    right: 2rem;
    width: 19rem;
  }

  .hero-mic {
    right: 8%;
    width: 13rem;
  }

  .hero-keyboard {
    left: -2rem;
    width: 20rem;
  }

  .organizer-ribbon {
    justify-content: flex-start;
    padding-inline: max(2rem, calc((100% - var(--page)) / 2));
  }

  .city-note h2 {
    font-size: 6.5rem;
  }

  .week-list li {
    font-size: 1.35rem;
  }

  .workshop-copy h2 {
    font-size: 8rem;
  }

  .more-than h2 {
    font-size: 11rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .doodle {
    --parallax-y: 0px !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
