@font-face {
  font-family: "Cardenio Modern";
  src: url("fonts/CardenioModern-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cardenio Modern";
  src: url("fonts/CardenioModern-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --page-bg: #efb9a4;
  --text-color: #505048;
  --heading-color: #168a77;
  --mint: #71dfd1;
  --sand: #e4ac7c;
  --icon: #222222;
  --focus: #0d5d99;
  --shadow: rgba(89, 64, 48, 0.18);
  --splash-poster-width: 31rem;
  --splash-stack-width: 27.5rem;
  --detail-width: 44rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--text-color);
  font-family: "Cardenio Modern", "Arial Narrow", Arial, sans-serif;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

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

.page-shell {
  overflow-x: clip;
}

.panel {
  display: flex;
  justify-content: center;
  padding: 2rem 1.5rem;
}

.panel__inner {
  width: min(100%, 40rem);
  min-height: max(34rem, calc(100svh - 4rem));
  display: grid;
  justify-items: center;
  align-content: start;
}

.panel__inner--splash {
  width: min(100%, var(--splash-poster-width));
  gap: 1rem;
}

.panel__inner--detail {
  width: min(100%, 52rem);
  min-height: max(34rem, calc(100svh - 4rem));
  gap: 0.45rem;
}

.panel__inner--lineup {
  width: min(100%, var(--detail-width));
  min-height: max(34rem, calc(100svh - 4rem));
  gap: 1rem;
  align-content: space-between;
}

.splash-poster {
  width: 100%;
}

.splash-stack {
  width: min(100%, var(--splash-stack-width));
}

.splash-copy {
  justify-self: center;
}

.splash-copy__title,
.detail-copy__title,
.lineup-copy h1,
.button,
.social-link,
.partner-link {
  text-transform: uppercase;
}

.splash-copy__title {
  margin: 0 0 0.25rem;
  color: var(--heading-color);
  font-size: clamp(2rem, 2.3vw, 2.15rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.splash-copy__text {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0.035em;
}

.partner-grid {
  width: min(100%, var(--splash-stack-width));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: end;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-self: center;
}

.partner-heading {
  width: min(100%, var(--splash-stack-width));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 -0.55rem;
  color: var(--text-color);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.partner-heading::before,
.partner-heading::after {
  content: "";
  width: clamp(1.6rem, 8vw, 3.5rem);
  height: 1px;
  background: rgba(80, 80, 72, 0.35);
}


.partner-grid li {
  display: flex;
  justify-content: center;
}

.partner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 4rem;
  padding: 0.15rem;
  border-radius: 0.4rem;
  transition: transform 0.18s ease, filter 0.18s ease, outline-color 0.18s ease;
}

.partner-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 0.35rem 0.55rem var(--shadow));
}

.partner-link:focus-visible,
.button:focus-visible,
.social-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.cta-nav {
  width: min(100%, var(--splash-stack-width));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  justify-self: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0.4rem;
  font-size: clamp(1.9rem, 2.4vw, 2.65rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: none;
  color: #101010;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.65rem 1.2rem var(--shadow);
}

.button--mint {
  background: var(--mint);
}

.button--sand {
  min-width: min(100%, 20rem);
  background: var(--sand);
}

.detail-art-link {
  display: block;
  width: min(100%, 44rem);
  border-radius: 0.4rem;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.detail-art-link--sponsors {
  width: min(100%, 30rem);
}

.detail-art-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 0.55rem 0.9rem var(--shadow));
}

.detail-art-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 6px;
}

.detail-art {
  width: auto;
}

.detail-art--vendors {
  width: 100%;
}

.detail-art--sponsors {
  width: 100%;
}

.detail-button {
  margin-top: -0.1rem;
}

.detail-button--vendors {
  margin-top: 0.35rem;
}



.lineup-art-link {
  display: inline-block;
  border-radius: 0.4rem;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.lineup-art-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 0.55rem 0.9rem var(--shadow));
}

.lineup-art-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 6px;
}

.lineup-art {
  width: min(14rem, 100%);
}

.lineup-copy {
  display: grid;
  place-items: center;
}

.lineup-copy h1 {
  margin: 0;
  color: #111111;
  text-align: center;
  font-size: clamp(2.7rem, 4.25vw, 4.2rem);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: 0.045em;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.6rem, 1.8vw, 1.2rem);
  margin-top: auto;
}

.panel__inner--splash .social-links {
  display: grid;
  grid-template-columns: 1.75rem 2rem 1.75rem;
  justify-content: center;
  align-items: center;
  column-gap: 0.7rem;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.social-link:hover {
  transform: translateY(-2px);
}

.social-link svg {
  width: 100%;
  height: 100%;
  fill: var(--icon);
}

.social-link--dtu {
  width: 2.35rem;
  height: 2.35rem;
}

.social-link--dtu img {
  width: 100%;
  height: auto;
}

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

@media (max-width: 767px) {
  :root {
    --splash-poster-width: 22.5rem;
    --splash-stack-width: 20rem;
  }

  .panel {
    padding-inline: clamp(1.25rem, 5vw, 1.5rem);
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .panel__inner {
    min-height: auto;
  }

  .panel__inner--splash {
    width: 100%;
    min-height: calc(100svh - 2.2rem);
    gap: clamp(0.35rem, 1.8vw, 0.65rem);
  }

  .splash-poster {
    width: min(100%, 22.5rem);
  }

  .panel__inner--detail {
    width: min(100%, var(--detail-width));
    gap: 0.65rem;
  }

  .panel__inner--lineup {
    gap: 0.75rem;
  }

  .splash-copy {
    margin-top: -0.38rem;
    margin-left: -0.45rem;
  }

  .splash-copy__title {
    margin-bottom: 0.08rem;
    font-size: 0.95rem;
    line-height: 0.9;
  }

  .splash-copy__text {
    font-size: 0.75rem;
    line-height: 1.03;
    letter-spacing: 0.02em;
  }

  .partner-grid {
    width: min(100%, 19.25rem);
    gap: 0.5rem;
  }

  .partner-heading {
    width: min(100%, 19.25rem);
    gap: 0.45rem;
    margin-bottom: -0.25rem;
    font-size: 0.84rem;
    letter-spacing: 0.1em;
  }

  .partner-link img {
    max-height: 3rem;
    width: auto;
  }

  .cta-nav {
    width: min(100%, 19.25rem);
    gap: 0.55rem;
  }

  .button {
    min-height: 2.65rem;
    padding-inline: 0.55rem;
    font-size: clamp(1.05rem, 4.8vw, 1.36rem);
  }

  .button--sand {
    min-width: min(100%, 14.25rem);
  }

  .panel__inner--splash .social-links {
    grid-template-columns: 1.55rem 1.85rem 1.55rem;
    column-gap: 0.6rem;
    margin-top: auto;
    padding-top: 0.75rem;
  }

  .detail-art-link {
    width: min(100%, 19.5rem);
  }

  .detail-art-link--sponsors {
    width: min(100%, 19.5rem);
  }

  .detail-button--vendors {
    margin-top: 0.2rem;
  }

  .detail-art--vendors {
    width: min(19rem, 100%);
  }

  .detail-art--sponsors {
    width: min(19.5rem, 100%);
  }

  .lineup-art {
    width: min(11rem, 100%);
  }

  .lineup-copy h1 {
    font-size: clamp(2.1rem, 10.5vw, 3.15rem);
  }

  .social-link {
    width: 1.8rem;
    height: 1.8rem;
  }

  .social-link--dtu {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 399px) {
  .panel {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .partner-grid {
    width: 100%;
    gap: 0.35rem;
  }

  .partner-heading {
    width: 100%;
    gap: 0.35rem;
    margin-bottom: -0.1rem;
    font-size: 0.76rem;
  }

  .partner-link img {
    max-height: 2.4rem;
  }

  .cta-nav {
    width: 100%;
    gap: 0.4rem;
  }

  .button {
    min-height: 2.5rem;
    font-size: 0.98rem;
  }

  .panel__inner--splash .social-links {
    grid-template-columns: 1.45rem 1.7rem 1.45rem;
    column-gap: 0.5rem;
    padding-top: 0.65rem;
  }
}
