:root {
  --ink: #40251f;
  --slate: #f02070;
  --slate-dark: #d4145a;
  --gold: #fcdf31;
  --yellow: #fec102;
  --cream: #fff7df;
  --white: #fffcf4;
  --coral: #db8211;
  --rust: #a94d10;
  --cyan: #fdab05;
  --line-dark: rgba(92, 16, 65, 0.28);
  --line-light: rgba(255, 250, 240, 0.32);
  --display: "Bricolage Grotesque", "Trebuchet MS", Arial, sans-serif;
  --body: "Source Sans 3", "Trebuchet MS", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.92;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 999;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-150%);
}

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

.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  min-height: 108px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.85rem clamp(1.2rem, 4vw, 4.5rem);
  color: var(--gold);
  background: #d4145a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wordmark {
  display: grid;
  flex: 0 0 auto;
  font-family: var(--display);
  font-weight: 900;
  line-height: 0.82;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark span {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
}

.wordmark small {
  margin-top: 0.42rem;
  font-family: var(--body);
  font-size: clamp(0.88rem, 1.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.8rem);
}

.primary-nav a {
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a:not(.ticket-button):hover,
.primary-nav a:not(.ticket-button):focus-visible {
  color: var(--white);
}

.primary-nav .ticket-button {
  padding: 0.7rem 1.35rem;
  color: #6e4036;
  background: var(--gold);
  border-radius: 999px;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 108px));
  overflow: hidden;
  background: var(--ink);
  border-radius: 0;
}

.hero > img {
  width: 100%;
  height: min(780px, calc(100vh - 108px));
  min-height: 610px;
  object-fit: cover;
  object-position: center 67%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(64, 37, 31, 0.82) 0%, rgba(64, 37, 31, 0.42) 34%, transparent 68%);
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  top: clamp(2rem, 6vw, 5rem);
  right: clamp(1.2rem, 5vw, 5rem);
  bottom: auto;
  left: clamp(1.2rem, 5vw, 5rem);
  color: var(--white);
}

.hero-caption p,
.section-label {
  margin-bottom: 0.8rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-caption h1 {
  max-width: 760px;
  margin-bottom: 1.6rem;
  color: var(--gold);
  font-size: clamp(2.55rem, 5.4vw, 5.7rem);
  text-transform: none;
}

.hero-caption a {
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration-color: var(--gold);
  text-transform: uppercase;
}

.hero-countdown {
  position: absolute;
  right: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(1.8rem, 5vw, 4.5rem);
  z-index: 2;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 1.15rem;
  color: var(--white);
  background: #e51c68;
  border: 3px solid var(--gold);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(64, 37, 31, 0.28);
  text-align: left;
}

.hero-countdown::before {
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 auto;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.hero-countdown::after {
  display: none;
}

.hero-countdown strong {
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1;
  white-space: nowrap;
}

.hero-countdown span {
  max-width: 92px;
  padding-left: 0.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.festival-strip {
  width: 100%;
  margin: 0;
  overflow-x: auto;
  color: var(--ink);
  background: var(--yellow);
  border-top: 3px solid var(--ink);
  border-bottom: 8px solid var(--coral);
}

.festival-strip > div {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 2.2rem);
  padding: 0.8rem 1.5rem;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.8vw, 1.7rem);
  font-weight: 800;
  text-transform: none;
}

.festival-strip i {
  color: var(--coral);
  font-style: normal;
}

.welcome,
.weekend,
.visit,
.socials {
  padding: clamp(2.25rem, 4.5vw, 4.5rem) clamp(1.25rem, 7vw, 8rem);
}

.volunteer {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 48px 28px 54px 24px;
  box-shadow: none;
  margin: clamp(1rem, 2vw, 2rem);
}

.volunteer-intro h2 {
  margin-bottom: 1.5rem;
  color: var(--ink);
  font-size: clamp(3rem, 6.2vw, 6.8rem);
  text-transform: none;
}

.volunteer-intro .lead {
  max-width: 560px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.volunteer-intro p:last-child {
  max-width: 540px;
  color: #795044;
}

.volunteer .section-label-light {
  color: var(--rust);
}

.volunteer-form {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  color: var(--ink);
  background: var(--cream);
  border: 0;
  border-radius: 28px 20px 32px 18px;
}

.volunteer-honeypot {
  position: absolute;
  left: -10000px;
}

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

.volunteer-fields > label,
.volunteer-fields fieldset {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
  margin: 0;
}

.volunteer-fields label > span,
.volunteer-fields legend {
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.volunteer-fields small {
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.volunteer-fields input,
.volunteer-fields select,
.volunteer-fields textarea {
  width: 100%;
  min-width: 0;
  padding: 0.8rem 0.9rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid rgba(64, 37, 31, 0.38);
  border-radius: 12px;
  font: inherit;
}

.volunteer-fields input,
.volunteer-fields select {
  min-height: 50px;
}

.volunteer-fields textarea {
  resize: vertical;
}

.volunteer-fields input:focus,
.volunteer-fields select:focus,
.volunteer-fields textarea:focus {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.volunteer-fields fieldset {
  padding: 1rem;
  border: 2px solid rgba(64, 37, 31, 0.28);
  border-radius: 14px;
}

.volunteer-fields legend {
  padding: 0 0.35rem;
}

.volunteer-full {
  grid-column: 1 / -1;
}

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

.volunteer-options label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
}

.volunteer-options input {
  width: 1.05rem;
  min-height: 0;
  height: 1.05rem;
  flex: 0 0 auto;
  padding: 0;
  margin-top: 0.2rem;
  accent-color: #e51c68;
}

.volunteer-form > button {
  min-height: 48px;
  margin-top: 1.4rem;
  padding: 0.8rem 1.4rem;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.volunteer-privacy {
  margin: 0.8rem 0 0;
  color: #795044;
  font-size: 0.82rem;
}

.socials {
  padding: clamp(2.25rem, 4.5vw, 4.5rem) clamp(1.25rem, 7vw, 8rem);
}

.welcome {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.welcome::after {
  position: absolute;
  right: -35px;
  bottom: 12px;
  width: min(28vw, 330px);
  aspect-ratio: 320 / 150;
  content: "";
  background: url("assets/swirl-coral.svg") center / contain no-repeat;
  opacity: 0.55;
  transform: rotate(-7deg);
  pointer-events: none;
}

.welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  column-gap: clamp(3rem, 8vw, 9rem);
  row-gap: clamp(1rem, 2vw, 1.6rem);
  align-items: start;
}

.welcome > .section-label {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.welcome h2,
.weekend h2,
.visit h2,
.social-title h2 {
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 6.8rem);
  text-transform: none;
}

.welcome-copy .lead,
.visit-copy .lead {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.42;
}

.welcome-copy p:last-child {
  max-width: 620px;
  color: #795044;
  font-size: 1.05rem;
}

.experience {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(1.75rem, 4vw, 4.5rem);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
  overflow: hidden;
  color: var(--white);
  background: #db8211;
  border-radius: 52px 32px 56px 28px;
  margin: clamp(1rem, 2vw, 2rem);
}

.experience::before {
  position: absolute;
  top: 32px;
  right: 30px;
  width: min(25vw, 300px);
  aspect-ratio: 320 / 170;
  content: "";
  background: url("assets/swirl-gold.svg") center / contain no-repeat;
  opacity: 0.42;
  transform: rotate(8deg);
  pointer-events: none;
}

.experience > * {
  position: relative;
  z-index: 1;
}

.section-label-light {
  color: var(--gold);
}

.experience-heading h2,
.tickets-heading h2,
.subscribe h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(3rem, 6.2vw, 6.8rem);
  text-transform: none;
}

.tickets-heading h2 {
  font-size: clamp(3rem, 6.2vw, 6.8rem);
  line-height: 0.92;
}

.tickets-heading .section-label {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.experience-heading > p:last-child {
  max-width: 340px;
  margin-top: 1.5rem;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.05rem;
}

.experience-list {
  display: grid;
  gap: 0.9rem;
  border-bottom: 0;
}

.experience-list article {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(240px, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.8rem 0;
  padding: 1.8rem;
  background: rgba(255, 252, 244, 0.08);
  border: 2px solid rgba(255, 252, 244, 0.38);
  border-radius: 28px 20px 34px 18px;
}

.experience-list h3 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.8rem, 3vw, 3rem);
  text-transform: none;
}

.experience-list p {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
}

.experience-art {
  grid-column: 1 / -1;
  position: relative;
  width: min(100%, 650px);
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
}

.experience-art img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 12px 14px 0 var(--yellow);
  transform: rotate(-2deg);
}

.experience-art figcaption {
  position: absolute;
  right: -1rem;
  bottom: 1.3rem;
  max-width: 240px;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  transform: rotate(3deg);
}

.weekend {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--white);
}

.weekend-title h2 {
  color: #e51c68;
}

.day-list {
  display: grid;
  gap: 1rem;
  border-bottom: 0;
}

.day-list article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  background: rgba(255, 243, 201, 0.38);
  border: 2px solid var(--ink);
  border-radius: 30px 22px 36px 20px;
}

.day-list time {
  display: grid;
  padding-right: 1.5rem;
  text-align: right;
  border-right: 1px solid var(--line-dark);
}

.day-list time strong {
  font-family: var(--display);
  font-size: 4.8rem;
  line-height: 0.8;
}

.day-list time span,
.day-note {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.day-note {
  margin-bottom: 0.45rem;
  color: var(--coral);
}

.day-list h3 {
  margin: 0 0 0.45rem;
  color: #e51c68;
  font-size: clamp(2rem, 4vw, 4rem);
  text-transform: none;
}

.day-list article div > p:last-child {
  margin: 0;
  color: #795044;
}

.program {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.38fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: calc(100% - clamp(1.5rem, 4vw, 4rem));
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 18px 7px 23px 11px;
  box-shadow: 9px 10px 0 var(--coral);
  margin: clamp(1.5rem, 3vw, 3rem) auto;
  transform: rotate(-0.15deg);
}

.program > div:first-child {
  padding: 0;
}

.program h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.86;
  text-transform: none;
}

.program > div:first-child > p:last-child {
  max-width: 630px;
  margin: 1.3rem 0 0;
  font-size: 1.15rem;
}

.program-links {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  padding: 0 0 0 clamp(1.5rem, 4vw, 3rem);
  border-left: 3px solid var(--ink);
}

.program-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.2rem;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.program-links a:hover,
.program-links a:focus-visible {
  background: var(--white);
}

.program-links a,
.visit-links a,
.ticket-footer a,
.subscribe a {
  width: fit-content;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.program-links a {
  width: 100%;
}

.tickets {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem);
  color: var(--white);
  background: var(--rust);
  border-radius: 52px 30px 58px 26px;
  margin: clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}

.tickets::before {
  position: absolute;
  bottom: 22px;
  left: 18px;
  width: min(25vw, 310px);
  aspect-ratio: 320 / 170;
  content: "";
  background: url("assets/swirl-gold.svg") center / contain no-repeat;
  opacity: 0.42;
  transform: rotate(-9deg);
  pointer-events: none;
}

.tickets > * {
  position: relative;
  z-index: 1;
}

.ticket-ledger {
  display: grid;
  gap: 0.9rem;
  border-bottom: 0;
}

.ticket-ledger article {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(200px, 1.1fr);
  gap: 2rem;
  align-items: end;
  padding: 1.55rem 0;
  padding: 1.55rem 1.6rem;
  background: rgba(255, 252, 244, 0.08);
  border: 2px solid rgba(255, 252, 244, 0.35);
  border-radius: 26px 18px 30px 20px;
}

.ticket-ledger span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ticket-ledger .ticket-discount {
  display: inline-flex;
  margin-left: 0.6rem;
  padding: 0.32rem 0.58rem;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.ticket-ledger h3 {
  margin: 0.25rem 0 0;
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  text-transform: none;
}

.ticket-ledger p {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
  text-align: right;
}

.ticket-ledger del {
  opacity: 0.72;
  text-decoration-thickness: 2px;
}

.ticket-ledger .ticket-sale-price {
  color: var(--gold);
  font-size: 1.15em;
  font-weight: 800;
}

.ticket-footer {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.ticket-footer p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.85rem;
}

.ticket-footer p strong {
  color: var(--white);
}

.ticket-footer a {
  flex: 0 0 auto;
  padding: 0.75rem 1.2rem;
  color: #6e4036;
  background: var(--gold);
  border-radius: 999px;
  text-decoration: none;
}

.visit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding: 0;
  background: var(--cream);
}

.visit-video {
  position: relative;
  width: 100%;
  justify-self: stretch;
}

.visit-video::after {
  display: none;
}

.visit-video video {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 0;
}

.visit-copy {
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem);
}

.visit-copy h2 {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: #e51c68;
}

.visit-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  border-bottom: 0;
}

.visit-links article {
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  background: rgba(255, 220, 104, 0.22);
  border: 2px solid var(--line-dark);
  border-radius: 26px 18px 30px 20px;
}

.visit-links h3 {
  margin: 0 0 0.7rem;
  color: #e51c68;
  font-size: 1.7rem;
  text-transform: none;
}

.visit-links p {
  color: #795044;
}

.visit-links a {
  margin-top: auto;
}

.visit-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.visit-notes-title {
  margin: 3rem 0 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.visit-notes li {
  padding-top: 0.8rem;
  border-top: 5px solid var(--yellow);
  font-family: var(--display);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 600;
  line-height: 1.4;
}

.socials {
  position: relative;
  color: var(--white);
  background: #db8211;
  border-radius: 52px 32px 58px 26px;
  margin: clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}

.socials::before {
  position: absolute;
  top: 28px;
  right: 25px;
  width: min(24vw, 290px);
  aspect-ratio: 320 / 170;
  content: "";
  background: url("assets/swirl-gold.svg") center / contain no-repeat;
  opacity: 0.38;
  pointer-events: none;
}

.socials > * {
  position: relative;
  z-index: 1;
}

.social-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
}

.social-title .section-label {
  color: var(--gold);
}

.social-title h2 {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
}

.social-intro {
  grid-column: 1 / -1;
  max-width: 700px;
  margin: -0.7rem 0 0;
  color: var(--white);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

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

.social-grid > a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem 1rem;
  text-decoration: none;
}

.social-grid img {
  grid-column: 1 / -1;
  width: 100%;
  height: clamp(140px, 18vw, 230px);
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 36px 24px 42px 20px;
}

.social-grid span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.social-grid strong {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  line-height: 1;
  text-align: right;
  text-transform: none;
}

.subscribe {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
  color: var(--ink);
  background: var(--cream);
  border-radius: 52px 30px 58px 26px;
  margin: clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}

.subscribe::after {
  position: absolute;
  right: 3%;
  bottom: -22px;
  width: min(27vw, 320px);
  aspect-ratio: 300 / 140;
  content: "";
  background: url("assets/swirl-cyan.svg") center / contain no-repeat;
  opacity: 0.45;
  transform: rotate(-10deg);
  pointer-events: none;
}

.subscribe > * {
  position: relative;
  z-index: 1;
}

.subscribe h2 {
  color: var(--ink);
}

.subscribe .section-label-light {
  color: var(--rust);
}

.subscribe > div:last-child p {
  max-width: 440px;
  font-size: 1.05rem;
}

.subscribe-form {
  margin-top: 1.5rem;
}

.subscribe-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.subscribe-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
}

.subscribe-fields input,
.subscribe-fields button {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  font: inherit;
}

.subscribe-fields input {
  min-width: 0;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: var(--white);
}

.subscribe-fields button {
  padding: 0.8rem 1.15rem;
  color: var(--ink);
  background: var(--yellow);
  font-family: var(--display);
  font-weight: 800;
  cursor: pointer;
}

.subscribe-fields button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.subscribe .subscribe-privacy,
.subscribe .subscribe-status {
  margin: 0.65rem 0 0;
  color: #795044;
  font-size: 0.82rem;
}

.subscribe-frame {
  display: none;
}

.subscribe a {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.2rem;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  text-decoration: none;
}

.footer {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(280px, 1fr);
  gap: 3rem;
  padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 7vw, 8rem) 2rem;
  color: var(--ink);
  background: var(--cream);
  border-radius: 52px 52px 0 0;
}

.footer-name {
  display: grid;
  gap: 0.9rem;
}

.footer-name strong {
  font-family: var(--display);
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 0.8;
  text-transform: none;
}

.footer-name span,
.footer > p {
  color: #795044;
  font-size: 0.74rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 2rem;
  align-content: start;
}

.footer-links a {
  width: fit-content;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
}

.footer > p {
  grid-column: 1 / -1;
  margin: 2rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-light);
}

/* Hand-drawn finish: imperfect ink lines rather than decorative swirls. */
body {
  background-image:
    repeating-linear-gradient(2deg, rgba(64, 37, 31, 0.025) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(91deg, rgba(64, 37, 31, 0.018) 0 1px, transparent 1px 13px);
}

.welcome::after,
.experience::before,
.tickets::before,
.socials::before,
.subscribe::after {
  display: none;
}

.masthead {
  border-bottom: 3px solid var(--ink);
  box-shadow: 0 4px 0 var(--coral);
}

.section-label,
.hero-caption p {
  font-family: var(--display);
  font-size: 0.84rem;
  letter-spacing: 0.09em;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.45em;
}

.experience,
.tickets,
.socials,
.subscribe {
  border: 3px solid var(--ink);
  box-shadow: 8px 9px 0 var(--ink);
}

.experience-list article,
.ticket-ledger article,
.visit-links article {
  border-width: 3px;
  box-shadow: 3px 4px 0 rgba(64, 37, 31, 0.55);
}

.experience-list article:nth-child(even),
.ticket-ledger article:nth-child(even),
.visit-links article:nth-child(even) {
  transform: rotate(0.22deg);
}

.experience-list article:nth-child(odd),
.ticket-ledger article:nth-child(odd),
.visit-links article:nth-child(odd) {
  transform: rotate(-0.18deg);
}

.day-list article {
  border-top-width: 3px;
  border-top-style: solid;
}

.primary-nav .ticket-button,
.ticket-footer a,
.subscribe a {
  border: 2px solid var(--ink);
  border-radius: 13px 6px 15px 8px;
  box-shadow: 3px 4px 0 var(--ink);
  transform: rotate(-0.7deg);
}

.social-grid img,
.visit-video video {
  border-width: 3px;
  box-shadow: 5px 6px 0 var(--ink);
}

.visit .visit-video video {
  border-right: 0;
  border-left: 0;
  box-shadow: none;
}

.social-grid > a:nth-child(even) img {
  transform: rotate(0.35deg);
}

.social-grid > a:nth-child(odd) img {
  transform: rotate(-0.3deg);
}

.footer {
  border-top: 3px solid var(--ink);
}

/* Watercolour section treatment: colour washes without boxed outlines. */
.welcome,
.weekend,
.visit {
  background-color: var(--cream);
  background-image: url("assets/watercolour-sweeps-light.svg");
  background-repeat: no-repeat;
  background-size: 145% 115%;
}

.welcome {
  color: var(--white);
  background: #e51c68;
}

.welcome .section-label,
.welcome h2 {
  color: var(--gold);
}

.welcome-copy p:last-child {
  color: rgba(255, 253, 248, 0.82);
}

.experience {
  background-color: #db8211;
  background-image: url("assets/watercolour-sweeps-deep.svg");
  background-repeat: no-repeat;
  background-position: 18% center;
  background-size: 150% 120%;
}

.program {
  width: 100%;
  margin: 0;
  background-color: var(--yellow);
  background-image: url("assets/watercolour-sweeps-light.svg");
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 155% 125%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.tickets {
  background-color: var(--rust);
  background-image: url("assets/watercolour-sweeps-deep.svg");
  background-repeat: no-repeat;
  background-position: 72% center;
  background-size: 148% 118%;
}

.socials {
  background-color: #db8211;
  background-image: url("assets/watercolour-sweeps-deep.svg");
  background-repeat: no-repeat;
  background-position: 35% center;
  background-size: 158% 122%;
}

.subscribe {
  background-color: var(--cream);
  background-image: url("assets/watercolour-sweeps-light.svg");
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: 145% 135%;
}

.experience,
.tickets,
.socials,
.subscribe {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.experience-list article,
.ticket-ledger article,
.visit-links article {
  background: linear-gradient(96deg, rgba(255, 252, 244, 0.11), transparent 86%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none !important;
}

.experience-list article {
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  align-items: center;
  background: transparent;
}

.experience-list article > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.experience-list article > div {
  min-width: 0;
}

.experience-list article > div p {
  margin-top: 0.65rem;
}

.tickets {
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 5vw, 4.5rem);
}

.ticket-ledger {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.ticket-ledger article {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  padding: 1.35rem;
  background: rgba(255, 250, 240, 0.1);
  border: 2px solid var(--gold);
  border-radius: 16px;
}

.ticket-ledger p {
  margin-top: auto;
  text-align: left;
}

.ticket-footer {
  grid-column: 1;
}

.social-grid img {
  border: 0;
  box-shadow: none;
  transform: none !important;
}

.visit-notes li {
  position: relative;
  padding: 0 0 0 1.1rem;
  border: 0;
}

.visit-notes li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  color: var(--slate);
  content: "•";
  font-size: 1.3rem;
  line-height: 1;
}

.visit-notes-panel {
  margin-top: 3rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--ink);
  background: var(--yellow);
  border-radius: 20px;
}

.visit-notes-panel .visit-notes-title {
  margin: 0;
  text-align: center;
}

.visit-notes-panel .visit-notes {
  margin-top: 1.25rem;
  text-align: center;
}

.visit-notes-panel .visit-notes li {
  padding-left: 0;
}

.visit-notes-panel .visit-notes li::before {
  position: static;
  display: inline;
  margin-right: 0.35rem;
}

.visit-notes-panel .visit-notes li::before {
  color: #d4145a;
}

.footer {
  border-top: 0;
}

@media (max-width: 980px) {
  .experience {
    gap: 1.5rem;
  }

  .ticket-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    padding: 0;
    color: var(--gold);
    background: transparent;
    border: 1px solid rgba(245, 197, 95, 0.6);
  }

  .menu-button > span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-button[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 1rem clamp(1.2rem, 4vw, 4.5rem) 1.5rem;
    color: var(--gold);
    background: #d4145a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(-130%);
    visibility: hidden;
    opacity: 0;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .primary-nav[data-open="true"] {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .primary-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .primary-nav .ticket-button {
    width: fit-content;
    margin-top: 1rem;
    padding: 0.7rem 1.2rem;
    border-bottom: 0;
  }

  .welcome-grid,
  .experience,
  .weekend,
  .tickets,
  .visit,
  .volunteer,
  .subscribe {
    grid-template-columns: 1fr;
  }

  .ticket-footer {
    grid-column: 1;
  }

  .experience-art {
    max-width: 560px;
  }
}

@media (max-width: 700px) {
  .ticket-ledger {
    grid-template-columns: 1fr;
  }

  html {
    scroll-padding-top: 78px;
  }

  .masthead {
    min-height: 90px;
  }

  .hero,
  .hero > img {
    height: 650px;
    min-height: 650px;
  }

  .hero > img {
    object-position: 58% center;
  }

  .hero-caption h1 {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .festival-strip {
    overflow-x: auto;
  }

  .experience-list article {
    grid-template-columns: 1fr;
  }

  .subscribe-fields {
    grid-template-columns: 1fr;
  }

  .volunteer-fields,
  .volunteer-options {
    grid-template-columns: 1fr;
  }

  .experience-list article p {
    grid-column: 1;
  }

  .experience-art {
    max-width: 100%;
  }

  .experience-art img {
    width: 100%;
  }

  .experience-art figcaption {
    right: -0.25rem;
    bottom: 0.75rem;
    max-width: 68%;
    font-size: 0.8rem;
  }

  .day-list article {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 1.2rem;
  }

  .day-list time {
    padding-right: 1rem;
  }

  .day-list time strong {
    font-size: 3.8rem;
  }

  .program,
  .social-title {
    grid-template-columns: 1fr;
  }

  .program h2 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .program-links {
    padding: 2rem 0 0;
    border-top: 3px solid var(--ink);
    border-left: 0;
  }

  .ticket-ledger article,
  .visit-links,
  .visit-notes,
  .social-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .ticket-ledger article {
    gap: 0.7rem;
  }

  .ticket-ledger p {
    text-align: left;
  }

  .ticket-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-grid {
    gap: 1.5rem;
  }

  .social-grid img {
    height: 180px;
  }

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

  .footer > p {
    grid-column: 1;
  }
}

.footer {
  color: var(--ink);
  background: var(--yellow);
}

.footer-name span,
.footer > p {
  color: #6e4036;
}

.footer > p {
  border-top-color: rgba(64, 37, 31, 0.24);
}

.footer-links {
  gap: 0.75rem;
}

.footer-links a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.72rem 1rem;
  color: var(--ink);
  background: rgba(255, 252, 244, 0.58);
  border: 1px solid rgba(64, 37, 31, 0.2);
  border-radius: 10px;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  background: var(--white);
  border-color: var(--ink);
  transform: translateY(-1px);
}

.footer-links a:focus-visible {
  outline: 3px solid var(--slate-dark);
  outline-offset: 3px;
}

@media (max-width: 430px) {
  .hero,
  .hero > img {
    height: 580px;
    min-height: 580px;
  }

  .wordmark span {
    font-size: 1.45rem;
  }

  .wordmark small {
    font-size: 0.82rem;
  }

  .welcome h2,
  .weekend h2,
  .visit h2,
  .social-title h2,
  .experience-heading h2,
  .tickets-heading h2,
  .volunteer-intro h2,
  .subscribe h2 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .social-title h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Local-only lighter colour study. The original festival palette is retained,
   with white carrying most sections and strong colour used as an accent. */
:root {
  --ink: #40251f;
  --slate: #f02070;
  --slate-dark: #d4145a;
  --gold: #fcdf31;
  --yellow: #fec102;
  --cream: #fff7df;
  --white: #fffcf4;
  --coral: #db8211;
  --rust: #a94d10;
  --cyan: #fdab05;
  --line-dark: rgba(92, 16, 65, 0.28);
}

.masthead {
  color: var(--gold);
  background: var(--slate-dark);
}

body {
  background-color: var(--white);
}

.welcome,
.experience,
.weekend,
.program,
.tickets,
.visit,
.volunteer,
.socials,
.subscribe {
  background-image: none;
}

.welcome::after,
.experience::before,
.tickets::before,
.socials::before,
.subscribe::after {
  display: none;
  background-image: none;
}

.welcome {
  color: var(--white);
  background-color: #e51c68;
}

.welcome .section-label,
.welcome h2 {
  color: var(--gold);
}

.welcome-copy p:last-child {
  color: rgba(255, 253, 248, 0.84);
}

.experience {
  background-color: var(--coral);
}

.program {
  background-color: var(--white);
  border-top: 8px solid var(--yellow);
  border-bottom: 8px solid var(--yellow);
}

.tickets {
  background-color: var(--rust);
}

.weekend,
.visit,
.volunteer,
.subscribe {
  background-color: var(--white);
}

.socials {
  color: var(--ink);
  background-color: var(--white);
  border-top: 8px solid var(--coral);
}

.social-title .section-label,
.social-title h2,
.social-grid span {
  color: var(--slate-dark);
}

.social-intro {
  color: #795044;
}

/* One shared treatment for every primary action. */
.primary-nav .ticket-button,
.hero-caption a,
.program-links a,
.ticket-footer a,
.visit-links a,
.volunteer-form > button,
.subscribe-fields button,
.subscribe a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: fit-content;
  padding: 0.76rem 1.15rem;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(64, 37, 31, 0.18);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(64, 37, 31, 0.12);
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transform: none;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.program-links a,
.visit-links a {
  width: 100%;
}

.primary-nav .ticket-button:hover,
.primary-nav .ticket-button:focus-visible,
.hero-caption a:hover,
.hero-caption a:focus-visible,
.program-links a:hover,
.program-links a:focus-visible,
.ticket-footer a:hover,
.ticket-footer a:focus-visible,
.visit-links a:hover,
.visit-links a:focus-visible,
.volunteer-form > button:hover,
.volunteer-form > button:focus-visible,
.subscribe-fields button:hover,
.subscribe-fields button:focus-visible,
.subscribe a:hover,
.subscribe a:focus-visible {
  color: var(--white);
  background: var(--slate-dark);
  border-color: var(--slate-dark);
  box-shadow: 0 4px 12px rgba(64, 37, 31, 0.18);
  transform: translateY(-1px);
}

.primary-nav .ticket-button:focus-visible,
.hero-caption a:focus-visible,
.program-links a:focus-visible,
.ticket-footer a:focus-visible,
.visit-links a:focus-visible,
.volunteer-form > button:focus-visible,
.subscribe-fields button:focus-visible,
.subscribe a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.hero-caption a [aria-hidden="true"],
.ticket-footer a [aria-hidden="true"],
.visit-links a [aria-hidden="true"] {
  display: none;
}

.visit-notes-panel {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-top: 7px solid var(--yellow);
  border-radius: 18px;
}

.visit-notes-panel .visit-notes-title {
  margin: 0;
  color: var(--slate-dark);
  text-align: left;
}

.visit-notes-panel .visit-notes {
  gap: 0.75rem;
  margin: 0;
  text-align: left;
}

.visit-notes-panel .visit-notes li {
  min-height: 100%;
  padding: 1rem;
  color: #6e4036;
  background: rgba(254, 193, 2, 0.1);
  border: 1px solid rgba(92, 16, 65, 0.13);
  border-radius: 12px;
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.visit-notes-panel .visit-notes li::before {
  display: none;
}

@media (max-width: 760px) {
  .visit-notes-panel,
  .visit-notes-panel .visit-notes {
    grid-template-columns: 1fr;
  }
}

/* Lighter, more structured festival-experience section. */
.experience {
  display: block;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem);
  color: var(--ink);
  background-color: var(--white);
}

.experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 1rem clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 2px solid var(--line-dark);
}

.experience-heading .section-label {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--coral);
}

.experience-heading h2 {
  color: var(--slate-dark);
}

.experience-heading > p:last-child {
  max-width: 430px;
  margin: 0;
  color: #795044;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.experience-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.experience-list article {
  display: grid;
  grid-template-columns: minmax(145px, 0.72fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: center;
  min-height: 220px;
  padding: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-top: 6px solid var(--yellow);
  border-radius: 18px;
}

.experience-list article > img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.experience-list h3 {
  color: var(--slate-dark);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.experience-list p {
  color: #795044;
}

@media (max-width: 980px) {
  .experience-heading,
  .experience-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .experience-list article {
    grid-template-columns: 1fr;
  }

  .experience-list article > img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

.volunteer-form {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: #fff3bf;
  border: 1px solid rgba(92, 16, 65, 0.18);
  border-top: 7px solid var(--slate-dark);
  border-radius: 18px;
}

.volunteer-fields label > span,
.volunteer-fields legend {
  color: var(--slate-dark);
}

.volunteer-fields fieldset {
  background: rgba(255, 252, 244, 0.72);
  border-color: rgba(92, 16, 65, 0.2);
}

.volunteer-fields input,
.volunteer-fields select,
.volunteer-fields textarea {
  background: var(--white);
  border-color: rgba(92, 16, 65, 0.24);
}

.volunteer-fields input:focus,
.volunteer-fields select:focus,
.volunteer-fields textarea:focus {
  outline-color: var(--slate);
}

.volunteer-options input {
  accent-color: var(--slate-dark);
}

.experience-list article > img {
  filter: sepia(0.2) saturate(0.82) contrast(0.96) brightness(1.02);
}

.subscribe-form {
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  background: #fff3bf;
  border: 1px solid rgba(92, 16, 65, 0.18);
  border-top: 7px solid var(--slate-dark);
  border-radius: 18px;
}

.subscribe-form > label {
  color: var(--slate-dark);
  font-family: var(--display);
  font-weight: 700;
}

.subscribe-fields input {
  background: var(--white);
  border: 1px solid rgba(92, 16, 65, 0.24);
  border-radius: 10px;
}

.subscribe-fields input:focus {
  outline: 3px solid var(--slate);
  outline-offset: 2px;
}

.festival-strip {
  overflow-x: auto;
  color: var(--ink);
  background: var(--yellow);
  border-top: 0;
  border-bottom: 6px solid var(--coral);
  scrollbar-width: none;
}

.festival-strip::-webkit-scrollbar {
  display: none;
}

.festival-strip > div {
  min-height: 68px;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.festival-strip i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  overflow: hidden;
  color: transparent;
  background: var(--slate-dark);
  border-radius: 50%;
  font-size: 0;
}

.weekend,
.program,
.tickets,
.visit,
.volunteer,
.socials,
.subscribe {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

@media (max-width: 980px) {
  .menu-button {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 700px) {
  .festival-strip {
    overflow-x: visible;
  }

  .festival-strip > div {
    min-width: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
    padding-block: 1rem;
  }

  .festival-strip i {
    width: 5px;
    height: 5px;
    flex-basis: 5px;
  }

  .visit-copy,
  .volunteer,
  .subscribe,
  .socials,
  .tickets,
  .experience,
  .weekend {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .experience-list article {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
  }

  .experience-list article > img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 0;
  }

  .experience-list article > div {
    padding: 1.15rem 1.15rem 1.35rem;
  }

  .experience-list article:nth-child(1) > img {
    object-position: center 46%;
  }

  .experience-list article:nth-child(2) > img {
    object-position: center 60%;
  }

  .experience-list article:nth-child(3) > img,
  .experience-list article:nth-child(4) > img {
    object-position: center;
  }
}
