:root {
  --navy: #071d2f;
  --navy-2: #0b2a42;
  --aqua: #31d1c2;
  --teal: #087d7c;
  --gold: #f3bd5b;
  --cream: #f7f4ed;
  --white: #fff;
  --ink: #142330;
  --muted: #64727e;
  --line: #dfe6e8;
  --shadow: 0 24px 60px rgba(6, 29, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 1000; background: white; color: var(--navy); padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 92px; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: auto; padding: 0 clamp(1.25rem, 4vw, 4rem); color: white; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(180px, 17vw, 230px); height: auto; filter: drop-shadow(0 4px 18px rgba(4,20,34,.36)); }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-weight: 600; font-size: .94rem; text-decoration: none; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--aqua); transition: right .25s ease; }
nav a:not(.nav-cta):hover::after, nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: .7rem 1.1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--navy); background: white; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 50%; background: rgba(7,29,47,.3); color: white; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: min(860px, 100svh); display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,20,34,.92) 0%, rgba(4,20,34,.7) 40%, rgba(4,20,34,.12) 72%, rgba(4,20,34,.08) 100%), linear-gradient(0deg, rgba(4,20,34,.45), transparent 40%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 90%); margin-left: max(5vw, calc((100vw - 1320px) / 2)); padding: 9rem 1rem 6rem 0; }
.eyebrow { margin: 0 0 1.15rem; color: var(--aqua); font: 700 .76rem/1.3 "Manrope", sans-serif; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal); }
.eyebrow.aqua { color: var(--aqua); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 680px; margin: 0; font-size: clamp(3.1rem, 6.8vw, 6.9rem); line-height: .96; letter-spacing: -.065em; }
.hero-copy { max-width: 590px; margin: 1.65rem 0 2rem; color: rgba(255,255,255,.86); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.35rem; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { color: var(--navy); background: var(--aqua); box-shadow: 0 12px 30px rgba(49,209,194,.22); }
.button.primary:hover { background: #69eadf; }
.button.secondary { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; color: rgba(255,255,255,.78); font-size: .89rem; }
.trust-row span { display: flex; align-items: center; gap: .45rem; }
.trust-row i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-style: normal; font-size: .72rem; font-weight: 800; }
.payment-note { margin: .8rem 0 0; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.45; }
.scroll-cue { position: absolute; z-index: 2; right: clamp(1.5rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.76); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.scroll-cue span { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; position: relative; }
.scroll-cue span::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; }

.section { max-width: 1320px; margin: auto; padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 4rem); }
.section-heading { display: grid; grid-template-columns: .8fr 1.35fr 1fr; gap: 2.2rem; align-items: start; margin-bottom: 3rem; }
.section-heading h2, .process-copy h2, .about-copy h2, .cta-section h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: .2rem 0 0; color: var(--muted); }
.travel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.travel-card { position: relative; min-height: 430px; border: 1px solid var(--line); border-radius: 1.25rem; overflow: hidden; display: flex; flex-direction: column; background: white; transition: transform .3s, box-shadow .3s, border-color .3s; }
.travel-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.card-visual { position: relative; min-height: 230px; padding: 1.5rem; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background-position: center; background-size: cover; }
.card-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,20,34,.16) 16%, rgba(4,20,34,.88) 100%); }
.card-cruise .card-visual { background-image: url("cruise-card.webp"); }
.card-resort .card-visual { background-image: url("beach-card.webp"); background-position: 42% center; }
.card-group .card-visual { background-image: url("group-card.webp"); background-position: 50% center; }
.card-number { position: absolute; right: 1.3rem; top: 1rem; color: rgba(255,255,255,.82); font: 700 3rem/1 "Manrope", sans-serif; letter-spacing: -.08em; text-shadow: 0 2px 14px rgba(4,20,34,.5); }
.travel-card h3 { margin: 0; color: white; font-size: 1.7rem; letter-spacing: -.035em; text-shadow: 0 2px 16px rgba(4,20,34,.65); }
.card-body { flex: 1; padding: 1.5rem 1.7rem 1.7rem; display: flex; flex-direction: column; }
.travel-card p { margin: 0 0 1.3rem; color: var(--muted); }
.travel-card a { align-self: flex-start; margin-top: auto; color: var(--teal); font-weight: 700; text-decoration: none; }
.travel-card a:hover, .travel-card a:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }

.process-section { padding: 0 clamp(1.25rem, 4vw, 4rem); }
.process-panel { max-width: 1320px; margin: auto; padding: clamp(3rem, 7vw, 6rem); border-radius: 2rem; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 7rem); color: white; background: var(--navy); box-shadow: 0 30px 90px rgba(7,29,47,.18); }
.process-copy > p:not(.eyebrow) { color: #afbfca; max-width: 510px; }
.text-link { display: inline-flex; gap: .55rem; margin-top: 1rem; color: var(--aqua); font-weight: 700; text-decoration: none; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.35rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; font: 800 .9rem/1 "Manrope", sans-serif; }
.steps h3 { margin: 0 0 .25rem; font-size: 1.08rem; }
.steps p { margin: 0; color: #9fb2bf; font-size: .95rem; }

.shop-section { max-width: 1320px; margin: auto; padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4rem); }
.shop-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 6vw, 5rem); align-items: end; margin-bottom: 2.5rem; }
.shop-heading h2 { margin: 0; max-width: 760px; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
.shop-heading > p { margin: 0 0 .35rem; color: var(--muted); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.shop-grid.featured-grid { grid-template-columns: repeat(4, 1fr); }
.shop-subheading { margin: 2.75rem 0 1rem; color: var(--navy); font-size: 1.25rem; letter-spacing: -.025em; }
.shop-grid.browse-grid { grid-template-columns: repeat(4, 1fr); }
.shop-card { min-height: 330px; padding: 1.75rem; border: 1px solid var(--line); border-radius: 1.25rem; display: flex; flex-direction: column; background: linear-gradient(150deg, #fff 58%, #eefafa); transition: transform .25s, box-shadow .25s, border-color .25s; }
.shop-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.shop-card.featured-product { border-color: rgba(209, 164, 68, .55); background: linear-gradient(150deg, #fffaf0 48%, #e8f9f8); }
.shop-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.35rem; border-radius: 50%; color: var(--navy); background: var(--gold); font: 800 .83rem/1 "Manrope", sans-serif; }
.product-kicker { width: fit-content; margin: -.15rem 0 .75rem; padding: .35rem .6rem; border-radius: 999px; color: var(--teal); background: rgba(12, 126, 131, .1); font: 800 .72rem/1 "Manrope", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.shop-card h3 { margin: 0; color: var(--navy); font-size: 1.28rem; line-height: 1.25; letter-spacing: -.025em; }
.shop-card p { margin: .85rem 0 1.5rem; color: var(--muted); font-size: .95rem; }
.shop-card a { margin-top: auto; color: var(--teal); font-weight: 700; text-decoration: none; }
.shop-card a:hover, .shop-card a:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }
.affiliate-note { max-width: 900px; margin: 1.5rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.about { display: grid; grid-template-columns: .55fr 1.15fr .9fr; gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
.about-badge { width: min(260px, 100%); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: var(--cream); box-shadow: inset 0 0 0 12px white, 0 20px 45px rgba(7,29,47,.1); }
.about-badge img { width: 88%; height: auto; filter: drop-shadow(0 10px 22px rgba(7,29,47,.16)); }
.about-copy > p:not(.eyebrow):not(.signature) { color: var(--muted); font-size: 1.06rem; }
blockquote { margin: 1.5rem 0 .2rem; padding-left: 1.2rem; border-left: 3px solid var(--aqua); color: var(--navy); font: 600 1.15rem/1.5 "Manrope", sans-serif; }
.signature { color: var(--teal); font-weight: 700; }
.book-feature { width: min(100%, 330px); justify-self: end; overflow: hidden; border-radius: 1.4rem; color: white; background: var(--navy); box-shadow: var(--shadow); }
.book-cover-window { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; background: #06365f; }
.book-cover-window img { position: absolute; top: 0; right: 0; width: auto; max-width: none; height: 100%; }
.book-feature-copy { padding: 1.45rem; }
.book-feature-copy .eyebrow { margin-bottom: .65rem; }
.book-feature h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.15; letter-spacing: -.035em; }
.book-feature-copy > p:not(.eyebrow) { margin: .75rem 0 1.2rem; color: #b8c7d0; font-size: .95rem; line-height: 1.55; }
.book-button { min-height: 46px; width: 100%; padding: .72rem 1rem; color: var(--navy); background: var(--gold); }
.book-button:hover, .book-button:focus-visible { background: #ffd47b; }
.about-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.about-stats div { padding: 1.4rem clamp(1rem, 2.4vw, 2rem); border-right: 1px solid var(--line); }
.about-stats div:last-child { border-right: 0; }
.about-stats strong, .about-stats span { display: block; }
.about-stats strong { color: var(--teal); font: 700 1.3rem/1.2 "Manrope", sans-serif; }
.about-stats span { margin-top: .35rem; color: var(--muted); font-size: .9rem; }

.cta-section { max-width: 1320px; margin: 0 auto clamp(1.25rem, 4vw, 4rem); padding: clamp(3rem, 6vw, 5rem); border-radius: 2rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; color: white; background: linear-gradient(125deg, #0b2a42, #075f63); }
.cta-section h2 { max-width: 800px; }
.cta-section p:not(.eyebrow) { max-width: 640px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.button.gold { flex: 0 0 auto; color: var(--navy); background: var(--gold); box-shadow: 0 14px 35px rgba(243,189,91,.2); }
.button.gold:hover { background: #ffd47b; }

footer { padding: 3rem clamp(1.25rem, 4vw, 4rem); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; color: white; background: #041520; }
.footer-brand .brand-logo { width: 230px; }
.footer-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; color: #9cb0bd; }
.footer-contact a { color: white; text-underline-offset: .25rem; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #7f95a2; font-size: .82rem; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 980px) {
  .menu-button { display: block; z-index: 3; }
  nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.8rem; visibility: hidden; opacity: 0; background: rgba(4,21,32,.98); transition: .25s; }
  nav a { font-size: 1.25rem; }
  nav.open { visibility: visible; opacity: 1; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .section-heading { grid-template-columns: 1fr 1.4fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .travel-grid { grid-template-columns: 1fr; }
  .travel-card { min-height: 0; }
  .card-visual { min-height: 260px; }
  .process-panel { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-grid.featured-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-grid.browse-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: .55fr 1.45fr; }
  .book-feature { grid-column: 1 / -1; width: min(100%, 720px); justify-self: center; display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; }
  .book-cover-window { height: 100%; min-height: 320px; aspect-ratio: auto; }
  .book-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 3.5rem); }
  .book-button { width: fit-content; }
  .about-stats { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; }
  .brand-logo { width: 170px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,20,34,.9), rgba(4,20,34,.46)), linear-gradient(0deg, rgba(4,20,34,.78), transparent 56%); }
  .hero-content { width: 100%; margin: 0; padding: 8rem 1.25rem 5.5rem; align-self: end; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: .65rem; }
  .scroll-cue { display: none; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 1rem; }
  .card-visual { min-height: 225px; }
  .process-section { padding: 0; }
  .process-panel { border-radius: 0; padding: 4.5rem 1.25rem; }
  .steps li { grid-template-columns: 46px 1fr; }
  .shop-heading { display: block; }
  .shop-heading > p { margin-top: 1rem; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-grid.featured-grid { grid-template-columns: 1fr; }
  .shop-grid.browse-grid { grid-template-columns: 1fr; }
  .shop-card { min-height: 0; }
  .about { grid-template-columns: 1fr; }
  .about-badge { width: 190px; }
  .book-feature { grid-column: auto; width: min(100%, 320px); justify-self: center; display: block; }
  .book-cover-window { min-height: 0; aspect-ratio: 3 / 4; }
  .book-feature-copy { display: block; padding: 1.45rem; }
  .book-button { width: 100%; }
  .about-stats { display: block; }
  .about-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .cta-section { margin: 0; border-radius: 0; align-items: stretch; flex-direction: column; }
  .button.gold { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
