/* 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); }
.success-symbol { width: 65px; }

@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: 29px; }
  .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; }
}
@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; }
}
