@font-face {
  font-family: "Gastromond";
  src: local("Gastromond Regular"), local("Gastromond-Regular");
  font-display: swap;
}

:root {
  --orange: #ff9100;
  --orange-deep: #f28300;
  --navy: #061e40;
  --blue: #b8d2fb;
  --cream: #fff8ec;
  --display: "Gastromond", "Bodoni 72", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.nav {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4vw;
  color: var(--navy);
}

.brand-link {
  display: block;
  width: clamp(150px, 15vw, 245px);
}

.brand-link img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-links > a:not(.nav-cta) {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.nav-links > a:not(.nav-cta):hover {
  border-bottom-color: currentColor;
}

.nav-cta {
  padding: 14px 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transition: 160ms ease;
}

.nav-cta:hover {
  color: var(--orange);
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: min(820px, 100svh);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 2vw;
  padding: 112px 4vw 48px;
  background: var(--orange);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 65%, rgba(255,255,255,0.42), transparent 29%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.schedule-name h3,
.extras-grid h3 {
  font-family: var(--display);
  font-weight: 400;
}

.hero h1 {
  margin: 0;
  max-width: 690px;
  line-height: 0.8;
  letter-spacing: -0.055em;
}

.hero h1 span {
  display: block;
  font-size: clamp(64px, 7.2vw, 130px);
}

.hero h1 strong {
  display: block;
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(72px, 8.2vw, 152px);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.hero-intro {
  max-width: 620px;
  margin: 32px 0 0;
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 600;
  line-height: 1.35;
}

.event-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  font-size: 13px;
  text-transform: uppercase;
}

.event-strip span {
  padding-right: 24px;
  border-right: 1px solid rgba(6, 30, 64, 0.45);
}

.event-strip span:last-child {
  padding-right: 0;
  border-right: 0;
}

.free-label {
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 195px;
  padding: 17px 20px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--orange);
  background: var(--navy);
}

.button-ghost:hover {
  background: var(--blue);
}

.hero-stars {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-width: 0;
}

.hero-collage {
  display: block;
  width: 100%;
  max-width: 780px;
  max-height: 700px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 22px 28px rgba(6, 30, 64, 0.12));
  -webkit-mask-image: radial-gradient(ellipse 79% 74% at 50% 49%, #000 76%, transparent 100%);
  mask-image: radial-gradient(ellipse 79% 74% at 50% 49%, #000 76%, transparent 100%);
}

.section {
  padding: 110px 6vw;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  align-items: end;
  gap: 40px;
  margin-bottom: 66px;
}

.section-heading h2,
.extras-title h2,
.social h2,
.contact h2 {
  margin: 0;
  font-size: clamp(76px, 9vw, 150px);
  letter-spacing: -0.055em;
  line-height: 0.8;
}

.artists .section-heading h2,
.program .section-heading h2 {
  font-weight: 800;
}

.section-heading > p {
  margin: 0;
  font-size: 18px;
  line-height: 1.48;
}

.artists {
  overflow: hidden;
  background: var(--blue);
}

.carousel-shell {
  position: relative;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -6px 0 22px;
}

.carousel-controls button {
  width: 54px;
  height: 54px;
  color: var(--navy);
  background: transparent;
  border: 2px solid var(--navy);
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: 160ms ease;
}

.carousel-controls button:hover {
  color: var(--blue);
  background: var(--navy);
}

.artist-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(285px, 27vw);
  gap: 22px;
  overflow-x: auto;
  padding: 8px 0 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--navy) transparent;
}

.artist-card {
  position: relative;
  scroll-snap-align: start;
}

.artist-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid var(--navy);
}

.carousel-hint {
  margin: 14px 0 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.program {
  background: var(--orange);
}

.schedule {
  border-top: 2px solid var(--navy);
}

.schedule-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.62fr) 2fr 40px;
  align-items: center;
  gap: 24px;
  min-height: 126px;
  padding: 22px 8px;
  border-bottom: 2px solid var(--navy);
  transition: background 160ms ease, padding 160ms ease;
}

.schedule-row:hover {
  padding-left: 22px;
  padding-right: 22px;
  background: var(--blue);
}

.schedule-row time {
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 900;
}

.schedule-name h3 {
  margin: 0;
  font-size: clamp(29px, 3.3vw, 56px);
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.schedule-name p {
  max-width: 780px;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.row-mark {
  justify-self: end;
  font-size: 25px;
}

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

.extras::after {
  content: "";
  position: absolute;
  right: -6vw;
  bottom: -10vw;
  width: 32vw;
  height: 32vw;
  background: url("assets/elements.png") center / contain no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.extras-title {
  max-width: 980px;
  margin-bottom: 66px;
}

.extras-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.extras-grid article {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 3px solid var(--navy);
  background: var(--blue);
}

.extras-grid article:nth-child(2) {
  background: var(--orange);
}

.extra-time {
  margin-bottom: auto;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.extras-grid h3 {
  margin: 42px 0 12px;
  font-size: clamp(38px, 4vw, 65px);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.extras-grid p {
  margin: 0;
  line-height: 1.5;
}

.social {
  background: var(--orange);
}

.social h2 {
  font-family: var(--display);
  font-weight: 400;
}

.social-links {
  margin-top: 68px;
  border-top: 2px solid var(--navy);
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 8px;
  border-bottom: 2px solid var(--navy);
  font-family: var(--display);
  font-size: clamp(42px, 6.5vw, 105px);
  line-height: 0.9;
  transition: padding 160ms ease, background 160ms ease;
}

.social-links a:hover {
  padding-left: 24px;
  padding-right: 24px;
  background: var(--blue);
}

.contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
  background: var(--blue);
}

.contact h2 {
  font-family: var(--display);
  font-weight: 400;
}

.contact address {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: clamp(18px, 2vw, 28px);
  font-style: normal;
  line-height: 1.35;
}

.contact address strong {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 54px);
  font-weight: 400;
  line-height: 0.98;
}

.contact address a {
  width: max-content;
  max-width: 100%;
  border-bottom: 1px solid currentColor;
}

.partners {
  padding: 54px 4vw;
  background: var(--cream);
}

.partners img {
  display: block;
  width: 100%;
  height: auto;
}

.partners-mobile {
  display: none;
}

footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1fr 1.3fr;
  align-items: end;
  gap: 42px;
  padding: 62px 5vw 42px;
  color: var(--blue);
  background: var(--navy);
}

.footer-logo {
  display: block;
  width: min(290px, 100%);
}

.footer-logo img {
  display: block;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(83%) sepia(20%) saturate(1138%) hue-rotate(185deg) brightness(102%);
}

footer p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.footer-credits {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-credits a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .nav-links {
    gap: 18px;
  }

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

  .extras-grid article {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .nav {
    align-items: flex-start;
    padding: 20px;
  }

  .brand-link {
    width: 150px;
  }

  .nav-links > a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 12px 14px;
    font-size: 9px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 130px 22px 60px;
  }

  .hero-copy {
    padding-bottom: 30px;
  }

  .hero-stars {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }

  .section {
    padding: 82px 22px;
  }

  .section-heading,
  .contact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .artist-track {
    grid-auto-columns: minmax(270px, 72vw);
  }

  .partners-desktop {
    display: none !important;
  }

  .partners-mobile {
    display: grid;
    gap: 28px;
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-credits {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .hero h1 span {
    font-size: clamp(58px, 19vw, 86px);
  }

  .hero h1 strong {
    font-size: clamp(66px, 22vw, 98px);
  }

  .hero-intro {
    font-size: 18px;
  }

  .event-strip {
    display: grid;
  }

  .event-strip span {
    padding-right: 0;
    border-right: 0;
  }

  .button {
    width: 100%;
  }

  .hero-stars {
    margin-top: 4px;
  }

  .section-heading h2,
  .extras-title h2,
  .social h2,
  .contact h2 {
    font-size: clamp(64px, 20vw, 98px);
  }

  .contact h2 {
    overflow-wrap: anywhere;
    font-size: clamp(48px, 13vw, 66px);
    letter-spacing: -0.045em;
  }

  .contact address strong {
    overflow-wrap: anywhere;
    font-size: clamp(26px, 8.5vw, 38px);
    line-height: 1.02;
  }

  .schedule-row {
    grid-template-columns: 1fr 26px;
    gap: 10px;
    min-height: 118px;
  }

  .schedule-row time {
    grid-column: 1;
  }

  .schedule-name {
    grid-column: 1;
  }

  .row-mark {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .partners {
    padding: 34px 22px;
  }

  .partners-mobile {
    gap: 22px;
  }
}

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

  * {
    transition: none !important;
  }
}
