:root {
  --blue: #17377c;
  --blue-dark: #081c3f;
  --navy: #06152f;
  --coral: #f04438;
  --coral-light: #ff786d;
  --cream: #f4eee4;
  --sand: #e8d8c3;
  --ink: #102c39;
  --green: #184b45;
  --white: #fff;
  --line: rgba(16, 44, 57, .18);
  --page-pad: clamp(22px, 5.2vw, 84px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 30px rgba(6, 21, 47, .2);
}

.skip-link:focus { transform: none; }

.page-grain {
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: repeating-radial-gradient(circle at 20% 20%, #000 0, #000 .7px, transparent .8px, transparent 4px);
  background-size: 7px 7px;
  mix-blend-mode: multiply;
}

.launch-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px var(--page-pad);
  color: var(--white);
}

.launch-brand img,
.footer-brand img {
  display: block;
  width: clamp(166px, 16vw, 216px);
  height: auto;
}

.launch-brand img { filter: brightness(0) invert(1); }

.launch-status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.launch-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(240, 68, 56, .18);
}

.launch-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--blue-dark);
  color: var(--white);
}

.hero-media,
.launch-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media { overflow: hidden; }

.hero-slide,
.launch-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  visibility: hidden;
  opacity: 0;
}

.hero-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.launch-hero-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.12);
}

.launch-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 17, 46, .93) 0%, rgba(6, 33, 61, .5) 48%, rgba(7, 18, 38, .18) 75%),
    linear-gradient(0deg, rgba(6, 18, 45, .78), transparent 48%);
}

.launch-hero-copy {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 126px var(--page-pad) 94px;
}

.launch-kicker,
.eyebrow {
  margin: 0 0 19px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.launch-kicker { color: #ffc2bd; }

.launch-hero h1 {
  margin: 0;
  max-width: 1500px;
  font: 800 clamp(72px, 14.8vw, 212px)/.78 "Manrope", sans-serif;
  letter-spacing: -.078em;
}

.launch-hero h1 > span { display: block; }

.launch-hero h1 .accent {
  display: flex;
  align-items: center;
  overflow: visible;
  padding-left: clamp(0px, 12vw, 178px);
}

.launch-hero h1 .accent img {
  position: relative;
  z-index: 2;
  width: 1.56em;
  height: 1.56em;
  flex: 0 0 auto;
  margin: -.4em -.68em -.4em -.22em;
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(240, 68, 56, .38));
  transform: rotate(-6deg);
}

.launch-hero h1 .accent-word {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.launch-hero h1 .accent strong {
  position: relative;
  z-index: 1;
  color: transparent;
  font: inherit;
  letter-spacing: inherit;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .97);
}

.launch-hero h1 .accent small {
  width: 55%;
  margin-top: 1.1em;
  color: #f7d36a;
  font: 800 clamp(11px, .085em, 18px)/1 "DM Sans", sans-serif;
  letter-spacing: .21em;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 221, 113, .72), 0 0 20px rgba(232, 172, 45, .48), 0 2px 8px rgba(0, 0, 0, .28);
  white-space: nowrap;
  -webkit-text-stroke: 0;
  animation: signature-glow 2.8s ease-in-out infinite;
}

@keyframes signature-glow {
  0%, 100% { color: #e8bd50; text-shadow: 0 0 6px rgba(255, 218, 101, .55), 0 0 16px rgba(223, 157, 32, .34), 0 2px 8px rgba(0, 0, 0, .28); }
  50% { color: #ffe89a; text-shadow: 0 0 10px rgba(255, 235, 164, .94), 0 0 28px rgba(241, 187, 62, .72), 0 2px 8px rgba(0, 0, 0, .28); }
}

.launch-intro {
  width: min(620px, 100%);
  margin: 38px 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: clamp(22px, 3vw, 45px);
}

.launch-intro p {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.4;
}

.launch-intro strong {
  font: 800 clamp(34px, 4.6vw, 68px)/1 "Manrope", sans-serif;
  white-space: nowrap;
  color: var(--coral-light);
  letter-spacing: -.06em;
}

.route-line {
  position: absolute;
  z-index: 2;
  top: 19%;
  right: 5%;
  width: 34vw;
  height: 135px;
  border-top: 2px dashed rgba(255, 255, 255, .72);
  border-radius: 50%;
  transform: rotate(8deg);
}

.route-line span {
  position: absolute;
  right: -5px;
  top: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--white);
}

.route-line i {
  position: absolute;
  left: 47%;
  top: -18px;
  color: var(--white);
  font-size: 27px;
  font-style: normal;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: var(--page-pad);
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.scroll-cue i {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  font-style: normal;
}

.hero-rotation {
  position: absolute;
  z-index: 4;
  right: var(--page-pad);
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .85);
}

.hero-place {
  min-width: 120px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: right;
  text-transform: uppercase;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-dots i {
  display: block;
  width: 19px;
  height: 2px;
  background: rgba(255, 255, 255, .32);
  transition: width .35s ease, background .35s ease;
}

.hero-dots i.is-active {
  width: 34px;
  background: var(--coral-light);
}

.countdown-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: end;
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(62px, 8vw, 120px) var(--page-pad);
  background: var(--coral);
  color: var(--white);
}

.countdown-copy .eyebrow { color: rgba(255, 255, 255, .72); }

.countdown-copy h2 {
  margin: 0;
  font: 800 clamp(36px, 4.4vw, 66px)/.95 "Manrope", sans-serif;
  letter-spacing: -.055em;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .42);
}

.countdown div {
  padding: 24px 14px 0;
  border-left: 1px solid rgba(255, 255, 255, .42);
}

.countdown div:first-child { border-left: 0; }

.countdown strong,
.countdown span { display: block; }

.countdown strong {
  font: 700 clamp(42px, 6.3vw, 92px)/.9 "Manrope", sans-serif;
  letter-spacing: -.075em;
}

.countdown span {
  margin-top: 13px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.manifesto {
  padding: clamp(90px, 12vw, 180px) var(--page-pad);
}

.section-number {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(60px, 9vw, 150px);
  margin-top: clamp(58px, 8vw, 110px);
}

.manifesto h2 {
  margin: 0;
  color: var(--blue);
  font: 800 clamp(62px, 9.5vw, 144px)/.85 "Manrope", sans-serif;
  letter-spacing: -.075em;
}

.manifesto h2 em {
  color: var(--coral);
  font-style: normal;
}

.manifesto-copy { align-self: end; }

.manifesto-copy > p {
  margin: 0 0 clamp(40px, 6vw, 72px);
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.58;
}

.manifesto-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.manifesto-copy li {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 17px 2px;
  border-bottom: 1px solid var(--line);
  font: 700 clamp(17px, 1.6vw, 22px)/1.2 "Manrope", sans-serif;
}

.manifesto-copy li span {
  color: var(--coral);
  font: 700 9px/1 "DM Sans", sans-serif;
  letter-spacing: .12em;
}

.tarifa-showcase {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  background: #071633;
  color: var(--white);
}

.tarifa-media,
.tarifa-shade,
.tarifa-grid {
  position: absolute;
  inset: 0;
}

.tarifa-media { overflow: hidden; }

.tarifa-media img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: center;
  transform: translateY(-4%);
}

.tarifa-shade {
  background:
    radial-gradient(circle at 78% 22%, rgba(240, 68, 56, .22), transparent 34%),
    linear-gradient(90deg, rgba(3, 14, 38, .97) 0%, rgba(5, 23, 51, .88) 48%, rgba(4, 17, 42, .72) 100%),
    linear-gradient(0deg, rgba(3, 14, 37, .98) 0%, transparent 52%);
}

.tarifa-grid {
  opacity: .13;
  background-image:
    linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 52%, #000);
}

.tarifa-brush-bg {
  position: absolute;
  z-index: 1;
  top: -3%;
  right: -8%;
  width: min(66vw, 980px);
  height: auto;
  opacity: .19;
  filter: saturate(1.15) drop-shadow(0 35px 70px rgba(240, 68, 56, .22));
  transform: rotate(6deg);
}

.tarifa-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(110px, 12vw, 180px) var(--page-pad) clamp(100px, 12vw, 180px);
}

.tarifa-heading { max-width: 1120px; }

.tarifa-heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #ffc3bc;
}

.tarifa-heading .eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--coral);
}

.tarifa-heading h2 {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: clamp(145px, 19vw, 285px);
}

.tarifa-heading h2 > span {
  display: block;
  font: 800 clamp(82px, 15.5vw, 224px)/.74 "Manrope", sans-serif;
  letter-spacing: -.09em;
}

.tarifa-heading h2 img {
  width: clamp(150px, 18vw, 270px);
  height: auto;
  margin-left: clamp(-15px, -1.2vw, -4px);
  filter: drop-shadow(0 20px 45px rgba(240, 68, 56, .28));
  transform: rotate(-5deg);
}

.tarifa-lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.3;
  letter-spacing: -.025em;
}

.tarifa-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr);
  gap: clamp(60px, 10vw, 165px);
  align-items: center;
  margin-top: clamp(100px, 13vw, 195px);
}

.tarifa-explanation { max-width: 650px; }

.tarifa-overline {
  margin: 0 0 24px;
  color: var(--coral-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.tarifa-explanation > h3 {
  margin: 0;
  font: 800 clamp(52px, 6.6vw, 98px)/.86 "Manrope", sans-serif;
  letter-spacing: -.07em;
}

.tarifa-explanation > h3 em {
  color: var(--coral-light);
  font-style: normal;
}

.tarifa-explanation > p:not(.tarifa-overline) {
  max-width: 580px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.65;
}

.tarifa-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.tarifa-points span {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.tarifa-pass {
  position: relative;
  overflow: hidden;
  width: min(100%, 570px);
  justify-self: end;
  padding: clamp(27px, 3.3vw, 48px);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 3px;
  background: rgba(248, 244, 237, .96);
  color: var(--blue-dark);
  box-shadow: 0 45px 100px rgba(0, 0, 0, .34);
  backdrop-filter: blur(14px);
  transform: rotate(1.4deg);
}

.tarifa-pass::before,
.tarifa-pass::after {
  content: "";
  position: absolute;
  top: 57%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #081936;
  transform: translateY(-50%);
}

.tarifa-pass::before { left: -15px; }
.tarifa-pass::after { right: -15px; }

.tarifa-pass-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(8, 28, 63, .18);
}

.tarifa-pass-head > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tarifa-pass-head img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tarifa-pass-head span,
.tarifa-pass-head strong {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.tarifa-pass-head span { color: var(--coral); }
.tarifa-pass-head strong { color: #758096; }

.tarifa-mystery-photo {
  position: relative;
  overflow: hidden;
  height: clamp(205px, 22vw, 275px);
  margin: 28px 0 0;
  border-radius: 2px;
  background: #19304c;
}

.tarifa-mystery-photo > img,
.tarifa-mystery-shade {
  position: absolute;
  inset: -18px;
  width: calc(100% + 36px);
  height: calc(100% + 36px);
}

.tarifa-mystery-photo > img {
  object-fit: cover;
  filter: blur(16px) saturate(.7) brightness(.82);
  transform: scale(1.08);
}

.tarifa-mystery-shade {
  background:
    radial-gradient(circle at center, rgba(9, 28, 61, .05), rgba(5, 19, 44, .48)),
    linear-gradient(0deg, rgba(5, 20, 45, .78), transparent 65%);
}

.tarifa-mystery-lock {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(8, 28, 63, .48);
  color: var(--white);
  font: 700 29px/1 "Manrope", sans-serif;
  backdrop-filter: blur(7px);
  transform: translate(-50%, -58%);
}

.tarifa-mystery-photo > p {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

.tarifa-mystery-photo > p b {
  display: block;
  margin-bottom: 2px;
  color: var(--white);
  font-size: 11px;
}

.tarifa-hotel-meta {
  display: grid;
  grid-template-columns: 1.5fr .5fr;
  gap: 18px;
  margin-top: 23px;
}

.tarifa-hotel-meta p { margin: 0; }

.tarifa-hotel-meta span,
.tarifa-hotel-meta strong { display: block; }

.tarifa-hotel-meta span {
  margin-bottom: 6px;
  color: #8992a1;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .15em;
}

.tarifa-hotel-meta strong {
  color: var(--blue-dark);
  font-size: 12px;
}

.tarifa-stars {
  color: #e6a023 !important;
  letter-spacing: 2px;
}

.tarifa-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.tarifa-amenities span {
  padding: 7px 9px;
  border: 1px solid #d9dee6;
  border-radius: 999px;
  color: #657086;
  font-size: 8px;
  font-weight: 700;
}

.tarifa-value {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
  align-items: end;
  margin: 25px 0 0;
  padding: 23px 0;
  border-top: 1px dashed rgba(8, 28, 63, .24);
  border-bottom: 1px dashed rgba(8, 28, 63, .24);
}

.tarifa-value span,
.tarifa-value strong,
.tarifa-value small { display: block; }

.tarifa-value span {
  color: #7d8696;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
}

.tarifa-value strong {
  margin-top: 6px;
  color: var(--coral);
  font: 800 clamp(31px, 3vw, 46px)/.95 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.tarifa-value small {
  margin-top: 6px;
  color: #657086;
  font-size: 9px;
}

.tarifa-comparison {
  padding-left: 18px;
  border-left: 1px solid rgba(8, 28, 63, .16);
}

.tarifa-comparison del {
  display: block;
  margin-top: 7px;
  color: #7d8696;
  font: 700 16px/1 "Manrope", sans-serif;
}

.tarifa-comparison b {
  display: inline-block;
  margin-top: 8px;
  border-radius: 999px;
  background: #e9f5ef;
  color: #237259;
  padding: 6px 8px;
  font-size: 8px;
}

.tarifa-example-note {
  margin: 14px 0 0;
  color: #8992a1;
  font-size: 7px;
  line-height: 1.5;
}

.tarifa-pass-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(8, 28, 63, .16);
  color: #737d8e;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tarifa-pass-foot > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tarifa-pass-foot span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(240, 68, 56, .12);
}

.tarifa-pass-foot b { color: var(--blue); }

.tarifa-coming {
  margin-top: clamp(120px, 15vw, 220px);
  padding-top: clamp(65px, 8vw, 105px);
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.tarifa-coming-title {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 30px;
  align-items: end;
}

.tarifa-coming-title > span {
  align-self: start;
  color: var(--coral-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.tarifa-coming-title h3 {
  margin: 0;
  font: 800 clamp(48px, 7vw, 104px)/.86 "Manrope", sans-serif;
  letter-spacing: -.07em;
}

.tarifa-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(65px, 8vw, 105px);
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.tarifa-steps article {
  min-height: 260px;
  padding: clamp(28px, 3.6vw, 52px);
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.tarifa-steps article:first-child { border-left: 0; }

.tarifa-steps article > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: clamp(40px, 5vw, 72px);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: var(--coral-light);
  font-size: 8px;
}

.tarifa-steps strong {
  display: block;
  font: 700 clamp(20px, 2vw, 30px)/1.05 "Manrope", sans-serif;
  letter-spacing: -.035em;
}

.tarifa-steps p {
  max-width: 330px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.58;
}

.travel-marquee {
  overflow: hidden;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: var(--blue);
  color: var(--white);
}

.travel-marquee > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  animation: marquee 24s linear infinite;
}

.travel-marquee span {
  font: 800 clamp(18px, 2.1vw, 30px)/1 "Manrope", sans-serif;
  letter-spacing: -.025em;
}

.travel-marquee i {
  color: var(--coral-light);
  font-style: normal;
}

@keyframes marquee { to { transform: translateX(-50%); } }

.gallery-section {
  padding: clamp(90px, 12vw, 180px) var(--page-pad);
  background: #f8f4ed;
}

.gallery-heading {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  column-gap: clamp(30px, 7vw, 100px);
  align-items: end;
}

.gallery-heading .section-number {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: clamp(52px, 7vw, 95px);
}

.gallery-heading h2 {
  grid-column: 2;
  margin: 0;
  color: var(--blue);
  font: 800 clamp(55px, 7.5vw, 112px)/.88 "Manrope", sans-serif;
  letter-spacing: -.07em;
}

.gallery-heading > p {
  grid-column: 2;
  max-width: 500px;
  margin: 28px 0 0;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
}

.campaign-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(65px, 9vw, 130px);
}

.campaign-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: var(--blue-dark);
  color: var(--white);
}

.campaign-card img,
.card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.campaign-card img {
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.campaign-card:hover img { transform: scale(1.035); }

.card-shade { background: linear-gradient(0deg, rgba(5, 19, 44, .88), transparent 64%); }

.card-copy {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: clamp(25px, 3vw, 44px);
}

.card-copy span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  font-size: 9px;
}

.card-copy p {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.card-copy h3 {
  margin: 0;
  font: 800 clamp(43px, 6.7vw, 104px)/.85 "Manrope", sans-serif;
  letter-spacing: -.075em;
}

.card-hotel {
  grid-column: 1 / span 8;
  min-height: 690px;
}

.card-flight {
  grid-column: 9 / -1;
  min-height: 690px;
}

.card-flight .card-copy h3 { font-size: clamp(38px, 4.4vw, 68px); }

.card-experience {
  grid-column: 3 / span 9;
  min-height: 570px;
  margin-top: clamp(10px, 2vw, 30px);
}

.travel-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(65px, 10vw, 160px);
  padding: clamp(100px, 13vw, 190px) var(--page-pad);
  background: var(--green);
  color: var(--white);
}

.stack-copy {
  position: sticky;
  top: 70px;
  align-self: start;
}

.stack-copy .eyebrow { color: #9cc4b8; }

.stack-copy h2 {
  margin: 0;
  font: 800 clamp(56px, 7vw, 106px)/.88 "Manrope", sans-serif;
  letter-spacing: -.07em;
}

.stack-copy > p:last-child {
  max-width: 530px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.58;
}

.stack-list { border-top: 1px solid rgba(255, 255, 255, .25); }

.stack-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 3vw, 45px);
  padding: clamp(28px, 4vw, 52px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.stack-list article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: #a8d1c5;
  font-size: 9px;
}

.stack-list h3 {
  margin: 2px 0 12px;
  font: 700 clamp(25px, 2.65vw, 40px)/1.05 "Manrope", sans-serif;
  letter-spacing: -.04em;
}

.stack-list p {
  max-width: 530px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.55;
}

.closing-section {
  position: relative;
  overflow: hidden;
  min-height: 88svh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px var(--page-pad);
  background: var(--sand);
  text-align: center;
}

.closing-sun {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(60vw, 790px);
  aspect-ratio: 1;
  transform: translate(-50%, -48%);
  border-radius: 50%;
  background: var(--coral);
  opacity: .94;
}

.closing-section > *:not(.closing-sun) { position: relative; z-index: 2; }

.closing-section .eyebrow { color: rgba(255, 255, 255, .72); }

.closing-section h2 {
  margin: 0;
  color: var(--white);
  font: 800 clamp(58px, 9.2vw, 138px)/.82 "Manrope", sans-serif;
  letter-spacing: -.075em;
}

.closing-section h2 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
}

.closing-date {
  margin: 35px 0 0;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: var(--white);
  padding: 9px 10px 9px 24px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}

.contact-button:hover { transform: translateY(-2px); background: var(--blue); }

.contact-button i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-dark);
  font-style: normal;
  font-size: 18px;
}

.launch-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr auto;
  align-items: start;
  gap: clamp(30px, 5vw, 78px);
  padding: clamp(48px, 6vw, 82px) var(--page-pad);
  background: var(--navy);
  color: rgba(255, 255, 255, .7);
}

.footer-brand img {
  width: 155px;
  filter: brightness(0) invert(1);
}

.launch-footer p { margin: 0; }

.launch-footer-brand > p {
  max-width: 255px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.launch-office {
  margin: 0;
  padding-top: 4px;
  font-style: normal;
}

.launch-office > span {
  display: block;
  margin-bottom: 17px;
  color: var(--coral-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.launch-office strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font: 700 clamp(19px, 1.7vw, 26px)/1 "Manrope", sans-serif;
  letter-spacing: -.035em;
}

.launch-office p {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.65;
}

.launch-footer-meta {
  display: flex;
  min-height: 100%;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
}


@media (max-width: 900px) {
  .countdown-section,
  .manifesto-grid,
  .travel-stack { grid-template-columns: 1fr; }

  .manifesto-grid { gap: 55px; }

  .countdown-section { align-items: start; }

  .gallery-heading { grid-template-columns: 1fr; }

  .gallery-heading h2,
  .gallery-heading > p { grid-column: 1; }

  .card-hotel,
  .card-flight,
  .card-experience {
    grid-column: 1 / -1;
    min-height: 68svh;
    margin-top: 0;
  }

  .card-flight .card-copy h3 { font-size: clamp(43px, 12vw, 90px); }

  .stack-copy { position: static; }

  .tarifa-story { grid-template-columns: 1fr; }

  .tarifa-pass {
    width: min(100%, 600px);
    justify-self: center;
  }

  .tarifa-coming-title { grid-template-columns: 1fr; }

  .tarifa-steps { grid-template-columns: 1fr; }

  .tarifa-steps article {
    min-height: auto;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }

  .tarifa-steps article:first-child { border-top: 0; }

  .tarifa-steps article > span { margin-bottom: 32px; }

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

  .launch-footer-meta {
    min-height: auto;
    align-items: flex-start;
    flex-direction: row;
    grid-column: 1 / -1;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: left;
  }
}

@media (max-width: 650px) {
  .page-grain { display: none; }

  .launch-header { padding: 21px 20px; }

  .launch-brand img { width: 155px; }

  .launch-status { font-size: 7.5px; letter-spacing: .1em; }

  .launch-status span { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(240, 68, 56, .18); }

  .launch-hero-copy { padding: 116px 20px 104px; }

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

  .launch-hero h1 .accent { padding-left: 0; }

  .launch-hero h1 .accent img {
    width: 1.64em;
    height: 1.64em;
    margin: -.43em -.72em -.43em -.28em;
  }

  .launch-hero h1 .accent strong { -webkit-text-stroke-width: 1.5px; }

  .launch-hero h1 .accent small {
    width: 62%;
    margin-top: 1em;
    font-size: 11px;
    letter-spacing: .15em;
  }

  .launch-intro { grid-template-columns: 1fr; margin-top: 30px; gap: 18px; }

  .launch-intro strong { font-size: 35px; }

  .route-line { display: none; }

  .scroll-cue { left: 20px; }

  .hero-rotation { right: 20px; bottom: 39px; }

  .hero-place { display: none; }

  .hero-dots i { width: 10px; }

  .hero-dots i.is-active { width: 23px; }

  .launch-kicker { max-width: 270px; font-size: 8px; }

  .countdown-section { padding: 62px 20px; gap: 42px; }

  .countdown div { padding: 17px 5px 0; }

  .countdown strong { font-size: clamp(35px, 12vw, 54px); }

  .countdown span { font-size: 7px; letter-spacing: .08em; }

  .manifesto,
  .gallery-section,
  .travel-stack { padding: 82px 20px; }

  .manifesto-grid { margin-top: 52px; }

  .manifesto h2 { font-size: clamp(56px, 19vw, 88px); }

  .tarifa-showcase { min-height: 100svh; }

  .tarifa-content { padding: 92px 20px 88px; }

  .tarifa-brush-bg {
    top: 1%;
    right: -54%;
    width: 145vw;
    opacity: .13;
  }

  .tarifa-heading h2 {
    min-height: 112px;
    align-items: center;
  }

  .tarifa-heading h2 > span { font-size: clamp(68px, 21vw, 99px); }

  .tarifa-heading h2 img {
    width: clamp(105px, 30vw, 145px);
    margin-left: -11px;
  }

  .tarifa-lead { margin-top: 24px; font-size: 20px; }

  .tarifa-story { margin-top: 90px; gap: 62px; }

  .tarifa-explanation > h3 { font-size: clamp(49px, 15vw, 72px); }

  .tarifa-points { max-width: 300px; }

  .tarifa-pass {
    padding: 27px 23px;
    transform: none;
  }

  .tarifa-mystery-photo { height: 220px; }

  .tarifa-hotel-meta { grid-template-columns: 1.35fr .65fr; }

  .tarifa-value {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .tarifa-comparison {
    padding-top: 17px;
    padding-left: 0;
    border-top: 1px solid rgba(8, 28, 63, .16);
    border-left: 0;
  }

  .tarifa-coming { margin-top: 110px; padding-top: 60px; }

  .tarifa-coming-title h3 { font-size: clamp(50px, 16vw, 74px); }

  .tarifa-steps { margin-top: 58px; }

  .tarifa-steps article { padding: 32px 2px; }

  .gallery-heading .section-number { margin-bottom: 50px; }

  .gallery-heading h2 { font-size: clamp(54px, 18vw, 82px); }

  .campaign-gallery { margin-top: 56px; }

  .campaign-card,
  .card-hotel,
  .card-flight,
  .card-experience { min-height: 560px; }

  .card-copy { padding: 26px; }

  .card-copy h3,
  .card-flight .card-copy h3 { font-size: clamp(43px, 15vw, 70px); }

  .travel-stack { gap: 58px; }

  .stack-copy h2 { font-size: clamp(54px, 18vw, 82px); }

  .closing-section { min-height: 760px; padding-inline: 20px; }

  .closing-sun { width: 116vw; }

  .closing-section h2 { font-size: clamp(54px, 18vw, 83px); }

  .closing-section h2 span { -webkit-text-stroke-width: 1.5px; }

  .launch-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 20px 34px;
  }

  .footer-brand img { width: 135px; }

  .launch-footer-brand {
    padding-bottom: 8px;
  }

  .launch-office {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .launch-office strong { font-size: 23px; }

  .launch-footer-meta {
    grid-column: auto;
    gap: 15px;
    padding-top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .launch-hero-image,
  .tarifa-media img { transform: none !important; }

  .hero-slide:not(:first-child) { display: none !important; }
}
