:root {
  --navy: #001b49;
  --navy-soft: #15264c;
  --blue: #246ee9;
  --violet: #8833ff;
  --cyan: #00d5ff;
  --pink: #ff0db2;
  --orange: #ff6900;
  --yellow: #f8c945;
  --white: #fff;
  --off-white: #f8fbff;
  --ink: #111827;
  --wrap: min(1520px, calc(100% - 48px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); line-height: 1.5; background: var(--navy); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: white; color: var(--navy); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.hero { position: relative; min-height: clamp(650px, 82vh, 900px); overflow: hidden; display: grid; place-items: center; color: white; background: var(--navy); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 15, 50, .08) 25%, rgba(0, 12, 42, .55) 100%); }
.hero__content { position: relative; z-index: 1; width: min(96%, 1500px); text-align: center; text-shadow: 0 3px 22px rgba(0, 0, 0, .35); transform: translateY(4%); }
.hero__eyebrow { margin: 0 0 7px; font-size: clamp(24px, 4vw, 60px); font-style: italic; font-weight: 900; letter-spacing: .04em; line-height: 1; }
.hero h1 { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 0; width: fit-content; max-width: 100%; margin: 0 auto; font-family: var(--display); font-style: italic; font-size: clamp(76px, 14vw, 178px); line-height: .78; letter-spacing: .005em; white-space: nowrap; }
.hero__word { flex: 0 0 auto; }
.hero__connector { position: relative; z-index: 2; flex: 0 0 clamp(70px, 7.5vw, 126px); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--body); font-size: .32em; font-style: italic; font-weight: 900; letter-spacing: -.06em; line-height: .78; }
.hero__status { margin: 22px 0 20px; font-size: clamp(22px, 3vw, 46px); font-weight: 800; letter-spacing: .08em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 5px; padding: 13px 30px 11px; font-size: 14px; font-weight: 900; letter-spacing: .08em; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 0, 0, .2); }
.button--yellow { background: var(--yellow); color: var(--navy); }
.button--outline { border: 2px solid rgba(255,255,255,.8); color: white; background: transparent; }
.video-control { position: absolute; z-index: 2; right: 30px; bottom: 30px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .75); border-radius: 50%; color: white; background: rgba(0, 27, 73, .45); cursor: pointer; backdrop-filter: blur(6px); }
.video-control svg { width: 19px; fill: currentColor; }

.ship-nav { position: sticky; top: 0; z-index: 100; background: linear-gradient(90deg, #3d8fe6, #44c3e8); box-shadow: 0 6px 24px rgba(0, 27, 73, .18); }
.ship-nav__track { min-height: 70px; display: flex; justify-content: center; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.ship-nav__track::-webkit-scrollbar { display: none; }
.ship-nav a { position: relative; display: grid; place-items: center; min-width: max-content; padding: 0 clamp(20px, 2.5vw, 42px); color: white; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-decoration: none; }
.ship-nav a::after { content: ""; position: absolute; left: 25%; right: 25%; bottom: 0; height: 4px; transform: scaleX(0); background: var(--yellow); transition: transform .2s ease; }
.ship-nav a.active::after, .ship-nav a:hover::after { transform: scaleX(1); }
.ship-nav .ship-nav__book { background: rgba(0, 27, 73, .16); }

.promo { min-height: 118px; display: grid; place-items: center; padding: 22px; color: white; text-align: center; background: linear-gradient(90deg, #101f58 0%, #2f4db8 42%, #ff0db2 100%); }
.promo p { margin: 0 0 5px; font-family: var(--display); font-size: clamp(28px, 3.1vw, 48px); letter-spacing: .025em; }
.promo a { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.color-swell { background: radial-gradient(circle at 10% 0%, rgba(255, 13, 178, .35), transparent 28%), radial-gradient(circle at 88% 25%, rgba(0, 213, 255, .42), transparent 35%), linear-gradient(135deg, #7131ec, #2d7ee8); }
.overview { position: relative; padding: 100px 0 110px; color: white; overflow: hidden; }
.overview::before { content: ""; position: absolute; width: 720px; height: 720px; left: -320px; top: 160px; border-radius: 50%; background: rgba(255, 45, 193, .25); filter: blur(70px); }
.section-intro { position: relative; max-width: 1180px; margin-inline: auto; }
.section-intro--center { text-align: center; }
.kicker { margin: 0 0 10px; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-intro h2, .routes h2, .guides h2, .section-line h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .94; letter-spacing: .01em; }
.section-intro h2 { font-size: clamp(64px, 8vw, 124px); }
.section-intro > p:last-child { max-width: 1000px; margin: 26px auto 0; font-size: clamp(16px, 1.25vw, 21px); line-height: 1.55; }

.experience-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 78px; }
.experience-card { position: relative; min-height: 630px; overflow: hidden; color: white; text-decoration: none; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.experience-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(0,0,0,.58) 100%); }
.experience-card__copy { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.experience-card__copy small { font-size: 17px; font-weight: 800; letter-spacing: .12em; }
.experience-card__copy strong { font-family: var(--display); font-size: clamp(46px, 4vw, 72px); font-weight: 400; line-height: .9; }
.experience-card:nth-child(1) strong, .experience-card:nth-child(3) strong { color: #ff2caa; }
.experience-card:nth-child(2) strong, .experience-card:nth-child(4) strong { color: #66ff9d; }
.experience-card:hover img { transform: scale(1.05); }

.routes { position: relative; padding-top: 110px; }
.routes__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.routes__head > div:first-child { max-width: 1100px; }
.routes h2 { font-size: clamp(46px, 5.5vw, 78px); }
.routes__head p:last-child { margin: 10px 0 0; font-size: 18px; }
.route-tabs { display: flex; gap: 36px; margin: 30px 0 22px; border-bottom: 1px solid rgba(255,255,255,.25); }
.route-tabs button { position: relative; border: 0; padding: 0 0 14px; color: rgba(255,255,255,.75); background: transparent; font-weight: 800; cursor: pointer; }
.route-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; transform: scaleX(0); background: var(--yellow); }
.route-tabs button.active { color: white; }
.route-tabs button.active::after { transform: scaleX(1); }
.route-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 360px); gap: 20px; overflow-x: auto; padding: 3px 3px 26px; scroll-padding-inline: 3px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x; cursor: grab; }
.route-carousel::-webkit-scrollbar { display: none; }
.route-carousel:active { cursor: grabbing; }
.route-card { overflow: hidden; color: var(--navy-soft); background: white; box-shadow: 0 14px 35px rgba(0, 20, 70, .2); scroll-snap-align: start; transition: transform .3s ease, box-shadow .3s ease; }
.route-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(0, 20, 70, .28); }
.route-card[hidden] { display: none; }
.route-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.route-card__body { padding: 22px; }
.route-card__days { margin: 0 0 5px; color: #556580; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.route-card h3 { min-height: 54px; margin: 0; font-size: 21px; line-height: 1.25; }
.price { display: grid; margin: 22px 0; }
.price span, .price small { font-size: 12px; color: #68738a; }
.price strong { font-size: 21px; }
.route-card__meta { display: grid; gap: 4px; padding-top: 16px; border-top: 1px solid #d9dfeb; font-size: 13px; }
.route-card__body > a { display: flex; justify-content: space-between; margin-top: 22px; color: #005edc; font-size: 13px; font-weight: 800; text-decoration: none; }
.route-carousel__footer { display: grid; grid-template-columns: minmax(140px, 1fr) auto auto; align-items: center; gap: clamp(20px, 3vw, 46px); margin-top: 15px; }
.route-carousel__progress { position: relative; height: 3px; overflow: hidden; background: rgba(255,255,255,.25); }
.route-carousel__progress span { position: absolute; inset: 0 auto 0 0; width: 25%; background: var(--yellow); box-shadow: 0 0 16px rgba(248,201,69,.65); transition: width .35s ease; }
.route-carousel__count { display: flex; align-items: baseline; gap: 8px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.route-carousel__count strong { color: white; font-size: 22px; }
.route-carousel__buttons { display: flex; gap: 10px; }
.carousel-button { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; background: rgba(0,27,73,.12); cursor: pointer; backdrop-filter: blur(8px); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }
.carousel-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.carousel-button:hover:not(:disabled) { transform: translateY(-2px); border-color: white; color: var(--navy); background: white; }
.carousel-button:disabled { opacity: .28; cursor: not-allowed; }

.included { position: relative; min-height: 1300px; overflow: hidden; color: white; background: var(--pink); }
.included__background { position: absolute; inset: 0; background: linear-gradient(rgba(255, 13, 178, .8), rgba(255, 13, 178, .88)), url("public/assets/included-bg.avif") center / cover; }
.included__content { position: relative; padding-block: 100px 120px; }
.included .section-intro h2 { font-size: clamp(58px, 6.4vw, 100px); }
.included .section-intro h3 { margin: 12px 0 0; font-size: clamp(18px, 2vw, 30px); letter-spacing: .1em; }
.included .button { margin-top: 34px; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 78px; }
.included-card { background: var(--orange); }
.included-card img { width: 100%; height: 330px; object-fit: cover; }
.included-card > div { min-height: 390px; padding: 32px 42px 38px; }
.included-card h3 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(42px, 4vw, 64px); font-weight: 400; text-align: center; }
.included-card ul { margin: 0; padding-left: 20px; font-size: 16px; line-height: 1.45; }

.destinations { color: var(--navy); background: #dff3ff; }
.destination-banner { height: clamp(220px, 32vw, 540px); background: linear-gradient(rgba(0, 20, 60, .2), rgba(0, 20, 60, .3)), url("public/assets/explore-deck.webp") center 42% / cover; }
.destination-grid { display: grid; grid-template-columns: 1fr 1fr; }
.destination-card { display: grid; grid-template-columns: 1fr 1fr; background: #eef9ff; }
.destination-card img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.destination-card__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 80px); border-top: 10px solid #61f5a8; }
.destination-card__copy h2 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(44px, 4vw, 68px); font-weight: 400; line-height: .95; }
.destination-card__copy > p:not(.kicker) { margin: 0 0 25px; font-size: 17px; }
.destination-card__copy a { color: #005edc; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-decoration: none; }
.destination-card--reverse { background: #fff2fb; }
.destination-card--reverse img { order: 2; }
.destination-card--reverse .destination-card__copy { border-top-color: #ff4fb7; }

.faq { position: relative; padding: 115px 0; color: var(--off-white); overflow: hidden; background: linear-gradient(125deg, #5f1ee7, #9139ff 55%, #2d7df0); }
.faq::before { content: "?"; position: absolute; right: 3%; top: -160px; color: rgba(255,255,255,.05); font-family: var(--display); font-size: 900px; line-height: 1; }
.faq__layout { position: relative; display: grid; grid-template-columns: .85fr 1.6fr; gap: 10vw; }
.faq__intro h2 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(64px, 7vw, 110px); font-weight: 400; line-height: .82; }
.faq__intro h2 span { color: #73f8a9; }
.faq__intro > p:last-child { max-width: 460px; font-size: 17px; }
.accordion { align-self: center; }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,.35); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; border: 0; padding: 27px 0; color: white; text-align: left; background: transparent; font-size: clamp(17px, 1.45vw, 23px); font-weight: 700; cursor: pointer; }
.accordion-item button span { font-size: 30px; font-weight: 300; }
.accordion-panel { padding: 0 50px 26px 0; color: rgba(255,255,255,.88); }
.accordion-panel p { margin-top: 0; }

.newsletter { position: relative; min-height: 800px; overflow: hidden; }
.newsletter > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.newsletter::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,20,70,.25), transparent 70%); }
.newsletter-card { position: relative; z-index: 1; width: min(660px, calc(100% - 48px)); margin-left: max(24px, calc((100% - 1520px) / 2)); padding: clamp(40px, 5vw, 70px); color: white; background: linear-gradient(135deg, rgba(255,13,178,.93), rgba(255,105,0,.92)); }
.newsletter-card h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 6vw, 92px); font-weight: 400; line-height: .9; }
.newsletter-card > p:not(.kicker) { font-size: 17px; }
.signup-form { display: grid; gap: 20px; margin-top: 42px; }
.signup-form label { display: grid; gap: 2px; }
.signup-form label > span { font-size: 13px; font-weight: 700; }
.signup-form input, .signup-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); border-radius: 0; padding: 8px 0; color: white; background: transparent; outline: none; }
.signup-form option { color: var(--ink); }
.signup-form .button { width: 220px; }
.form-status { min-height: 24px; margin: 0; font-size: 13px; font-weight: 700; }
.newsletter-card > small { display: block; margin-top: 32px; line-height: 1.4; }

.guides { padding: 110px 0 85px; color: white; }
.guides__head { max-width: 920px; }
.guides h2 { font-size: clamp(58px, 6vw, 90px); }
.guides__head > p:last-child { max-width: 720px; font-size: 18px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.guide-card { overflow: hidden; color: #3e4656; background: white; }
.guide-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .4s ease; }
.guide-card:hover img { transform: scale(1.04); }
.guide-card > div { padding: 23px; }
.guide-card p { margin: 0 0 8px; color: #69778e; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.guide-card h3 { min-height: 72px; margin: 0 0 20px; font-size: 18px; line-height: 1.35; }
.guide-card a { color: #005edc; font-size: 13px; font-weight: 800; text-decoration: none; }

.explore { padding: 45px 0 100px; color: white; }
.section-line { display: flex; align-items: center; gap: 28px; }
.section-line h2 { flex: 0 0 auto; font-size: clamp(44px, 4vw, 64px); }
.section-line span { width: 100%; height: 1px; background: rgba(255,255,255,.45); }
.explore-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.explore-card { position: relative; aspect-ratio: 1; overflow: hidden; color: white; text-decoration: none; }
.explore-card::after { content: ""; position: absolute; inset: 0; background: rgba(0,20,60,.23); }
.explore-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.explore-card span { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; padding: 25px; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.5); font-family: var(--display); font-size: clamp(32px, 3vw, 50px); line-height: 1; }
.explore-card:hover img { transform: scale(1.06); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.experience-grid .reveal:nth-child(2), .included-grid .reveal:nth-child(2), .guide-grid .reveal:nth-child(2) { transition-delay: .08s; }
.experience-grid .reveal:nth-child(3), .included-grid .reveal:nth-child(3), .guide-grid .reveal:nth-child(3) { transition-delay: .16s; }
.experience-grid .reveal:nth-child(4), .guide-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1180px) {
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-card { min-height: 620px; }
  .destination-grid { grid-template-columns: 1fr; }
  .guide-grid, .explore-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  :root { --wrap: min(100% - 32px, 680px); }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(76px, 14vw, 120px); }
  .hero__connector { flex-basis: clamp(58px, 9vw, 76px); }
  .ship-nav__track { justify-content: flex-start; }
  .ship-nav a { min-height: 62px; padding-inline: 22px; font-size: 11px; }
  .overview, .included__content, .faq, .guides { padding-block: 75px; }
  .section-intro { padding-inline: 16px; }
  .routes__head { align-items: start; }
  .included-grid { grid-template-columns: 1fr; }
  .included-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .included-card img { height: 100%; min-height: 430px; }
  .included-card > div { min-height: auto; }
  .destination-card { grid-template-columns: 1fr; }
  .destination-card img, .destination-card--reverse img { order: 0; min-height: 480px; }
  .faq__layout { grid-template-columns: 1fr; gap: 45px; }
  .newsletter { padding-block: 50px; }
  .newsletter-card { margin-inline: auto; }
}

@media (max-width: 600px) {
  .hero { min-height: 590px; }
  .hero__content { width: 100%; padding-inline: 12px; }
  .hero__eyebrow { margin-bottom: 5px; font-size: 19px; }
  .hero h1 { display: flex; font-size: clamp(46px, 13vw, 76px); line-height: .78; }
  .hero__connector { flex-basis: clamp(38px, 11vw, 52px); font-size: .3em; }
  .hero__status { margin-top: 24px; }
  .video-control { right: 18px; bottom: 18px; }
  .promo { min-height: 100px; }
  .experience-grid { display: flex; gap: 12px; width: 100%; padding-left: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .experience-card { min-width: 78vw; min-height: 520px; scroll-snap-align: center; }
  .routes { padding-top: 75px; }
  .routes__head p:last-child { font-size: 16px; }
  .route-carousel { grid-auto-columns: 86vw; }
  .route-carousel__footer { grid-template-columns: 1fr auto; gap: 18px; }
  .route-carousel__progress { grid-column: 1 / -1; }
  .route-carousel__count { grid-row: 2; }
  .route-carousel__buttons { grid-column: 2; grid-row: 2; }
  .carousel-button { width: 54px; height: 54px; }
  .included-card { display: block; }
  .included-card img { min-height: 0; height: 280px; }
  .included-card > div { padding: 28px; }
  .destination-banner { height: 260px; }
  .destination-card img { min-height: 0; height: 420px; }
  .destination-card__copy { padding: 42px 24px 52px; }
  .faq::before { right: -30%; }
  .accordion-panel { padding-right: 0; }
  .newsletter { min-height: auto; padding: 28px 0; }
  .newsletter::after { background: rgba(0,20,70,.2); }
  .newsletter-card { width: calc(100% - 32px); padding: 35px 26px; }
  .signup-form .button { width: 100%; }
  .guide-grid, .explore-grid { grid-template-columns: 1fr; }
  .guide-card { display: grid; grid-template-columns: 42% 58%; }
  .guide-card img { height: 100%; aspect-ratio: auto; }
  .guide-card h3 { min-height: 0; font-size: 16px; }
  .section-line span { display: none; }
  .section-line h2 { flex: 1 1 auto; font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
