/* September campaign: original eye, Barlow, butter, sky and golden dunes. */
:root { --campaign-sky: #577f84; --campaign-dark: #282921; }

.hero {
  min-height: 860px;
  background: linear-gradient(180deg, #507d86 0%, #6d9394 38%, #aaa88a 62%, #dbb575 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23grain)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-image {
  top: auto;
  bottom: -1px;
  height: 60%;
  object-position: center 30%;
  filter: none;
  mask-image: linear-gradient(180deg, transparent, #000 38%);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 38%);
}
.hero-shade {
  background: linear-gradient(180deg, rgb(13 39 47 / 30%), transparent 24%, rgb(24 43 43 / 38%) 45%, rgb(24 43 43 / 38%) 56%, rgb(31 34 27 / 12%) 68%, rgb(24 31 28 / 77%) 100%);
}
.hero-topline { top: 136px; font-size: 9px; letter-spacing: 1.8px; }
.hero-content { top: 16%; left: 12%; right: 12%; }
.hero-signature { display: flex; flex-direction: column; align-items: center; gap: 21px; }
.hero-eye { width: 80px; height: auto; }
.hero-wordmark { width: 334px; height: auto; }
.hero h1,
html[lang=pt-BR] .hero h1,
html[lang=es] .hero h1 {
  font-family: var(--sans);
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.03;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 39px;
}
.hero-description {
  color: var(--cream);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .3px;
  margin-top: 18px;
}
.hero-cta { min-width: 241px; min-height: 53px; margin-top: 25px; }
.hero-bottom { bottom: 35px; }
.hero-date>span:first-child { font-family: var(--sans); font-size: 36px; letter-spacing: 1px; }
.hero-vertical { font-size: 8px; letter-spacing: 2px; }
.site-header.is-fixed, .legal-header { background: rgb(31 37 32 / 97%); }
.brand-eye { display: block; width: 49px; height: auto; flex: none; }
.destination-layout { grid-template-columns: 1.2fr 1fr; gap: 10%; }
.destination-description { max-width: 520px; padding-top: 0; }
.destination-art { display: block; margin: 0 0 28px; overflow: hidden; background: #397762; }
.destination-art img { display: block; width: 100%; height: auto; }
.destination-description p { font-size: 17px; }
.destination-description p+p { font-size: 14px; margin-top: 15px; }
.registration { background: var(--campaign-dark); }
.registration h2,
html[lang=pt-BR] .registration h2,
html[lang=es] .registration h2 {
  font-family: var(--sans);
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.5px;
}
.registration-note .brand-eye { width: 57px; }
.registration-panel { border-top: 3px solid var(--butter); scroll-margin-top: 16px; }
.success-symbol { width: 65px; }
.hero-date>span:first-child { font-size: clamp(23px, 2.2vw, 34px); }
.destination-coordinate { text-transform: uppercase; }
.event-map-figure img { display: block; aspect-ratio: 1672 / 941; object-fit: contain; background: #e9e0c9; }
.experience-highlight { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 38px; padding: 32px 36px; color: var(--ink); background: var(--butter); }
.experience-highlight .eyebrow { font-size: 9px; margin-bottom: 11px; }
.experience-highlight h3 { color: var(--brown); font-family: var(--sans); font-size: clamp(26px, 3vw, 42px); font-weight: 400; line-height: 1.1; text-transform: uppercase; letter-spacing: .4px; }
.highlight-copy { margin-top: 12px; font-size: 13px; }
.age-badge { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid currentColor; border-radius: 50px; font-size: 11px; letter-spacing: .8px; text-transform: uppercase; }
.experience-facts .fact-capacity { max-width: 220px; font-family: var(--sans); font-size: clamp(24px, 2.35vw, 35px); line-height: 1.12; letter-spacing: -.5px; }
.lineup { color: var(--ink); background: #eee8d6; }
.lineup-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12%; align-items: start; }
.lineup-heading>.eyebrow { font-size: 9px; margin-bottom: 23px; }
.lineup h2 { color: var(--brown); font-size: clamp(44px, 4.5vw, 72px); line-height: 1.14; letter-spacing: -1.5px; }
.artist-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.artist-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.artist-list h3 { color: var(--brown); font-family: var(--sans); font-size: clamp(36px, 4vw, 60px); line-height: 1.1; font-weight: 400; letter-spacing: -.8px; }
.artist-list .eyebrow { flex-shrink: 0; font-size: 8px; letter-spacing: 1px; }
.lineup-coming { margin-top: 26px; font-size: 13px; }
.lineup-artists>.text-link { margin-top: 28px; font-size: 10px; }
.footer-top>p { max-width: 290px; }

@media (min-width: 1600px) {
  .hero-content { top: 18%; }
  .hero-wordmark { width: 390px; }
  .hero-eye { width: 92px; }
  .hero h1 { margin-top: 45px; }
}
@media (max-width: 1000px) {
  .hero-content { left: 6%; right: 6%; top: 17%; }
  .hero-topline { font-size: 8px; }
  .destination-layout { gap: 6%; }
}
@media (max-width: 700px) {
  .hero { min-height: 800px; max-height: 1060px; }
  .hero-topline { top: 108px; font-size: 7px; letter-spacing: 1.5px; }
  .hero-content { top: 154px; left: 23px; right: 23px; }
  .hero-signature { gap: 17px; }
  .hero-eye { width: 60px; }
  .hero-wordmark { width: 256px; max-width: 90%; }
  .hero h1,
  html[lang=pt-BR] .hero h1,
  html[lang=es] .hero h1 {
    margin-top: 31px;
    font-size: clamp(31px, 8.8vw, 46px);
    line-height: 1.05;
    letter-spacing: 1.1px;
  }
  .hero-description { font-size: 12px; max-width: 290px; margin-top: 16px; }
  .hero-cta { min-width: 228px; max-width: 100%; min-height: 48px; margin-top: 22px; padding: 15px 22px; font-size: 10px; letter-spacing: .7px; gap: 25px; }
  .hero-image { height: 48%; object-position: center 40%; mask-image: linear-gradient(180deg, transparent, #000 32%); -webkit-mask-image: linear-gradient(180deg, transparent, #000 32%); }
  .hero-bottom { bottom: 26px; gap: 24px 10px; }
  .hero-date>span:first-child { font-size: clamp(19px, 5vw, 25px); letter-spacing: 0; }
  .hero-location .eyebrow { font-size: 7px; letter-spacing: 1px; }
  .destination-layout { grid-template-columns: 1fr; gap: 30px; }
  .destination-art { margin-bottom: 25px; }
  .registration h2,
  html[lang=pt-BR] .registration h2,
  html[lang=es] .registration h2 { font-size: clamp(40px, 10.8vw, 58px); }
  .brand-eye { width: 43px; }
  .event-map-figure figcaption { flex-wrap: wrap; line-height: 1.6; }
  .experience-highlight { align-items: flex-start; flex-direction: column; padding: 26px 24px; gap: 22px; margin-top: 28px; }
  .experience-highlight h3 { font-size: 30px; }
  .highlight-copy { font-size: 12px; line-height: 1.6; }
  .age-badge { min-height: 37px; padding: 8px 15px; font-size: 9px; }
  .experience-facts .fact-capacity { font-size: clamp(24px, 6vw, 30px); max-width: 190px; }
  .lineup-layout { grid-template-columns: 1fr; gap: 32px; }
  .lineup h2 { font-size: 44px; }
  .lineup-heading>.eyebrow { margin-bottom: 20px; }
  .artist-list li { align-items: flex-start; flex-direction: column; gap: 11px; padding: 24px 0; }
  .artist-list h3 { font-size: 48px; }
  .lineup-coming { font-size: 12px; }
  .lineup-artists>.text-link { font-size: 9px; }
}
@media (max-width: 370px) {
  .site-header .button-small { font-size: 8px; letter-spacing: .6px; }
  .hero-content { top: 151px; left: 19px; right: 19px; }
  .hero-wordmark { width: 228px; }
  .hero-eye { width: 54px; }
  .hero-description { max-width: 275px; font-size: 12px; }
}
