:root {
  --bg: #f6efe4;
  --bg-soft: #fffaf2;
  --bg-card: #ffffff;
  --sand: #f3e4cf;
  --text: #102331;
  --muted: #5e6d76;
  --blue: #0c5f7a;
  --teal: #1597a8;
  --gold: #c7974b;
  --coral: #df765f;
  --border: rgba(16, 35, 49, 0.12);
  --shadow: 0 22px 60px rgba(12, 95, 122, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 250, 242, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.logo {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--blue);
}

.main-nav {
  display: flex;
  gap: 30px;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero {
  min-height: 86vh;
  padding: 7%;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246,239,228,0.94), rgba(246,239,228,0.58), rgba(246,239,228,0.15)),
    url("https://images.unsplash.com/photo-1548574505-5e239809ee19?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--coral);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -3px;
  color: var(--blue);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--text);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero p {
  max-width: 650px;
  font-size: 1.18rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff;
}

.secondary {
  border: 1px solid rgba(12, 95, 122, 0.25);
  color: var(--blue);
  background: rgba(255,255,255,0.45);
}

.dark {
  background: var(--blue);
  color: #fff;
}

.intro {
  padding: 92px 7%;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: center;
  background: var(--bg-soft);
}

.intro-copy {
  max-width: 780px;
}

.intro-card {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #eef9fa);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.intro-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 900;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
}

.featured-section {
  padding: 92px 7%;
  background: var(--bg);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cruise-card {
  overflow: hidden;
  border-radius: 30px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.card-image {
  display: block;
  min-height: 235px;
  background-size: cover;
  background-position: center;
}

.med {
  background-image:
    linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80");
}

.party {
  background-image:
    linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80");
}

.ocean {
  background-image:
    linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=900&q=80");
}

.island {
  background-image:
    linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=900&q=80");
}

.tropical {
  background-image:
    linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=900&q=80");
}

.sunset {
  background-image:
    linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=900&q=80");
}

.card-body {
  padding: 26px;
}

.badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(12, 95, 122, 0.08);
  color: var(--blue);
  border: 1px solid rgba(12, 95, 122, 0.16);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.date {
  color: var(--coral);
  font-weight: 900;
  margin-bottom: 10px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid var(--border);
  background: #fffaf2;
  font-size: 0.78rem;
  font-weight: 700;
}

.card-btn {
  width: 100%;
  background: var(--blue);
  color: #fff;
}

.browse-cta {
  padding: 80px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: linear-gradient(135deg, #e9f7f8, #f7e7d7);
}

.browse-cta > div {
  max-width: 760px;
}

.about-section {
  padding: 100px 7%;
  background: var(--bg-soft);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.about-image {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
}

.about-content {
  max-width: 720px;
}

.about-content .btn {
  margin-top: 14px;
}

.contact-section {
  padding: 95px 7%;
  text-align: center;
  background: var(--blue);
  color: #fff;
}

.contact-section .eyebrow {
  color: #f3c27d;
}

.contact-section h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.contact-section p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.78);
}

.contact-actions {
  justify-content: center;
  align-items: center;
}

.contact-section .btn {
  min-width: 220px;
}

.contact-section .primary {
  background: #fff;
  color: var(--blue);
}

.contact-section .dark {
  background: rgba(0,0,0,0.2);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}

.hidden {
  display: none !important;
}

@media (max-width: 1050px) {
  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intro {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-image img {
    height: 420px;
  }

  .header-cta {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    padding: 18px 6%;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .intro,
  .featured-section,
  .browse-cta,
  .about-section,
  .contact-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero {
    min-height: 78vh;
  }

  h1 {
    letter-spacing: -2px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.split,
  .browse-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-image img {
    height: 320px;
  }

  .contact-section .btn {
    width: 100%;
  }
}
/* CARD IMAGE BASE */
.card-image {
  display: block;
  min-height: 235px;
  background-size: cover;
  background-position: center;
}

/* MEDITERRANEAN / EUROPE */
.med {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80");
}

/* PARTY / HIGH ENERGY */
.party {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80");
}

/* GENERAL OCEAN / CRUISE */
.ocean {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=900&q=80");
}

/* ISLAND / RELAXED */
.island {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=900&q=80");
}

/* TROPICAL / EXOTIC */
.tropical {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=900&q=80");
}

/* SUNSET / SHORT CRUISES */
.sunset {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=900&q=80");
}

/* CARIBBEAN GENERIC */
.caribbean {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80");
}

/* LUXURY FEEL */
.luxury {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1493558103817-58b2924bce98?auto=format&fit=crop&w=900&q=80");
}