@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Lato:wght@300;400;700&family=Cormorant+Garamond:wght@400;500;600&display=swap');

/* =============================================
   SORVIX — Premium Cruise Analytics
   Global Stylesheet
   ============================================= */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy:      #1a2744;
  --navy-dark: #111b33;
  --gold:      #c9a84c;
  --gold-lt:   #e8d5a3;
  --cream:     #f8f5ef;
  --cream-dk:  #ede9e0;
  --white:     #ffffff;
  --text:      #2c2c2c;
  --text-lt:   #5a5a5a;
  --border:    #d6cfc0;
  --shadow:    0 4px 28px rgba(26,39,68,.12);
  --shadow-lg: 0 12px 48px rgba(26,39,68,.18);
  --radius:    4px;
  --radius-lg: 10px;
  --transition: .3s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  color: var(--navy);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 600; }
h4 { font-size: 1.2rem; font-weight: 600; }
h5 { font-size: 1rem; font-weight: 600; }

p { margin-bottom: 1.1rem; color: var(--text-lt); }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.4rem; }
li { margin-bottom: .4rem; color: var(--text-lt); }

strong { font-weight: 700; color: var(--text); }

section { padding: 80px 0; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.container--wide { max-width: 1400px; }
.container--narrow { max-width: 860px; }

/* ---- Utility ---- */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy); }
.bg-white { background: var(--white); }

.tag {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-label {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.section-intro {
  font-size: 1.05rem;
  color: var(--text-lt);
  max-width: 620px;
  line-height: 1.75;
}

.section-intro--center {
  margin: 0 auto;
  text-align: center;
}

.divider {
  width: 56px;
  height: 3px;
  background: var(--gold);
  margin: 20px 0 32px;
}

.divider--center { margin: 20px auto 32px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: 'Lato', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.btn-primary:hover {
  background: #b08d3a;
  border-color: #b08d3a;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,168,76,.35);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 9px 22px;
  font-size: .8rem;
}

.btn-lg {
  padding: 18px 42px;
  font-size: .95rem;
}

/* ---- HEADER ---- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}

.site-header--transparent {
  background: transparent;
  padding: 22px 0;
}

.site-header--solid {
  background: var(--navy);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  width: 38px;
  height: 38px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy);
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .04em;
}

.logo-tagline {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-nav a {
  padding: 8px 14px;
  font-family: 'Lato', sans-serif;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  border-radius: var(--radius);
  transition: color var(--transition), background var(--transition);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
  background: rgba(255,255,255,.08);
}

.header-cta { flex-shrink: 0; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  transition: all var(--transition);
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--navy-dark);
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,27,51,.75) 0%, rgba(26,39,68,.35) 60%, rgba(17,27,51,.6) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding-top: 100px;
}

.hero-eyebrow {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,.4);
  padding: 6px 16px;
  border-radius: 2px;
  margin-bottom: 24px;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
}

.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 36px;
  max-width: 560px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(17,27,51,.85);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(201,168,76,.25);
}

.hero-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide: var(--gold);
}

.hero-stat {
  padding: 22px 32px;
  border-right: 1px solid rgba(201,168,76,.2);
  text-align: center;
}

.hero-stat:last-child { border-right: none; }

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}

.hero-stat-label {
  font-family: 'Lato', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}

/* ---- INTRO STRIP ---- */
.intro-strip {
  background: var(--navy);
  padding: 0;
  overflow: hidden;
}

.intro-strip-inner {
  display: flex;
  align-items: stretch;
}

.intro-strip-text {
  flex: 1;
  padding: 64px 56px;
}

.intro-strip-text h2 { color: var(--white); margin-bottom: 16px; }
.intro-strip-text p { color: rgba(255,255,255,.72); }

.intro-strip-accent {
  width: 5px;
  background: var(--gold);
  flex-shrink: 0;
}

.intro-strip-features {
  flex: 1;
  padding: 64px 56px;
  background: rgba(255,255,255,.04);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.intro-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.intro-feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(201,168,76,.15);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.intro-feature-body h4 { color: var(--white); font-size: 1rem; margin-bottom: 4px; }
.intro-feature-body p { color: rgba(255,255,255,.6); font-size: .88rem; margin-bottom: 0; line-height: 1.5; }

/* ---- CARDS GRID ---- */
.cards-grid {
  display: grid;
  gap: 28px;
}

.cards-grid--3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid--4 { grid-template-columns: repeat(4, 1fr); }
.cards-grid--2 { grid-template-columns: repeat(2, 1fr); }

/* ---- CRUISE CARD ---- */
.cruise-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}

.cruise-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.cruise-card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.cruise-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.cruise-card:hover .cruise-card-img img {
  transform: scale(1.06);
}

.cruise-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold);
  color: var(--navy);
  font-family: 'Lato', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
}

.cruise-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cruise-card-region {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.cruise-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.cruise-card p {
  font-size: .9rem;
  margin-bottom: 16px;
  flex: 1;
}

.cruise-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.cruise-card-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  color: var(--text-lt);
}

.cruise-card-meta-item svg { flex-shrink: 0; }

.cruise-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.cruise-card-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
}

.cruise-card-price span {
  font-family: 'Lato', sans-serif;
  font-size: .75rem;
  color: var(--text-lt);
  font-weight: 400;
}

/* ---- DESTINATION CARD ---- */
.dest-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}

.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.dest-card:hover img { transform: scale(1.08); }

.dest-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,27,51,.85) 30%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
  transition: background var(--transition);
}

.dest-card:hover .dest-card-overlay {
  background: linear-gradient(to top, rgba(17,27,51,.92) 40%, rgba(17,27,51,.2) 100%);
}

.dest-card h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 4px; }

.dest-card-sub {
  font-size: .8rem;
  color: var(--gold-lt);
  letter-spacing: .08em;
}

.dest-card-count {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 2px;
  margin-top: 10px;
  letter-spacing: .06em;
}

/* ---- SHIP CARD ---- */
.ship-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}

.ship-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.ship-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.ship-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.ship-card:hover .ship-card-img img { transform: scale(1.05); }

.ship-card-body { padding: 28px; }
.ship-card h3 { margin-bottom: 8px; }
.ship-card p { font-size: .92rem; margin-bottom: 18px; }

.ship-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.ship-spec {
  background: var(--white);
  border-radius: var(--radius);
  padding: 10px 14px;
  border-left: 3px solid var(--gold);
}

.ship-spec-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-lt);
  margin-bottom: 2px;
}

.ship-spec-value {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
}

/* ---- ARTICLE CARD ---- */
.article-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.article-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.article-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.article-card:hover .article-card-img img { transform: scale(1.06); }

.article-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.article-card-cat {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
}

.article-card-date {
  font-size: .78rem;
  color: var(--text-lt);
}

.article-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.article-card p { font-size: .88rem; flex: 1; }

.article-card-footer {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  margin-top: 16px;
}

.read-more {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition), color var(--transition);
}

.read-more:hover { gap: 10px; color: var(--gold); }

/* ---- FEATURED ARTICLE ---- */
.featured-article {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--navy);
}

.featured-article-img {
  overflow: hidden;
}

.featured-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .8;
  transition: transform .6s ease, opacity var(--transition);
}

.featured-article:hover .featured-article-img img {
  transform: scale(1.04);
  opacity: .9;
}

.featured-article-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-article-body .tag { display: block; }
.featured-article-body h2 { color: var(--white); margin-bottom: 14px; font-size: 1.8rem; }
.featured-article-body p { color: rgba(255,255,255,.72); margin-bottom: 24px; }
.featured-article-body .btn { align-self: flex-start; }

/* ---- ABOUT SECTION ---- */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
}

.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-img-main img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about-img-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--gold);
  color: var(--navy);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow);
}

.about-img-badge strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--navy);
}

.about-img-badge span {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy-dark);
  line-height: 1.3;
  padding: 0 8px;
}

.about-text .section-intro { max-width: 100%; }

.about-values {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: var(--cream);
  border-radius: var(--radius);
  border-left: 4px solid var(--gold);
}

.about-value-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1.4;
}

.about-value h4 { margin-bottom: 4px; font-size: .95rem; }
.about-value p { font-size: .85rem; margin-bottom: 0; line-height: 1.5; }

/* ---- TESTIMONIALS ---- */
.testimonials-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -30px;
  right: 5%;
  font-family: 'Playfair Display', serif;
  font-size: 28rem;
  color: rgba(255,255,255,.03);
  line-height: 1;
  pointer-events: none;
}

.testimonials-section .section-title { color: var(--white); }
.testimonials-section .section-intro { color: rgba(255,255,255,.65); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(201,168,76,.2);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  transition: background var(--transition);
}

.testimonial-card:hover {
  background: rgba(255,255,255,.1);
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 1rem;
}

.testimonial-text {
  font-size: .95rem;
  color: rgba(255,255,255,.8);
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy);
  flex-shrink: 0;
}

.testimonial-name {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: var(--white);
  margin-bottom: 2px;
}

.testimonial-location {
  font-size: .78rem;
  color: rgba(255,255,255,.5);
}

/* ---- CTA BAND ---- */
.cta-band {
  background: var(--gold);
  padding: 64px 0;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-band h2 { color: var(--navy); margin-bottom: 8px; }
.cta-band p { color: var(--navy-dark); opacity: .75; margin-bottom: 0; }
.cta-band-actions { display: flex; gap: 12px; flex-shrink: 0; }

.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.btn-navy:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  color: var(--white);
  transform: translateY(-2px);
}

/* ---- FACTS SECTION ---- */
.facts-section {
  background: var(--cream);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.fact-item {
  text-align: center;
  padding: 36px 24px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border-top: 4px solid var(--gold);
  transition: transform var(--transition);
}

.fact-item:hover { transform: translateY(-4px); }

.fact-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 6px;
}

.fact-unit {
  color: var(--gold);
  font-size: 1.8rem;
}

.fact-label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-lt);
}

/* ---- TIPS SECTION ---- */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.tip-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.tip-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201,168,76,.15);
}

.tip-num {
  width: 50px;
  height: 50px;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tip-body h4 { margin-bottom: 6px; }
.tip-body p { font-size: .88rem; margin-bottom: 0; line-height: 1.6; }

/* ---- FAQ SECTION ---- */
.faq-list { max-width: 780px; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item.open {
  border-color: var(--gold);
}

.faq-question {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  transition: background var(--transition);
}

.faq-question:hover { background: var(--cream); }

.faq-item.open .faq-question { background: var(--cream); }

.faq-q-text {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  transition: background var(--transition), transform var(--transition);
}

.faq-item.open .faq-icon {
  background: var(--gold);
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 20px;
  background: var(--cream);
}

.faq-item.open .faq-answer { display: block; }

.faq-answer p { font-size: .93rem; line-height: 1.75; margin-bottom: 0; color: var(--text-lt); }

/* ---- CONTACT FORM ---- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.contact-info { padding-top: 8px; }
.contact-info h2 { margin-bottom: 14px; }
.contact-info .divider { margin-bottom: 28px; }

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  background: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon svg { color: var(--gold); }

.contact-detail-body label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}

.contact-detail-body a, 
.contact-detail-body span {
  font-size: .95rem;
  color: var(--text);
  font-weight: 400;
}

.contact-detail-body a:hover { color: var(--gold); }

.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}

.form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: 'Lato', sans-serif;
  font-size: .95rem;
  color: var(--text);
  background: var(--cream);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.15);
  background: var(--white);
}

.form-group textarea { resize: vertical; min-height: 110px; }

.form-success {
  display: none;
  background: #d4edda;
  border: 1.5px solid #28a745;
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  text-align: center;
  margin-top: 16px;
}

.form-success.visible { display: block; }

.form-success h4 {
  color: #155724;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
}

.form-success p { color: #155724; font-size: .93rem; margin-bottom: 0; }

/* ---- BREADCRUMB ---- */
.breadcrumb {
  padding: 16px 0;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb-list li { margin-bottom: 0; }

.breadcrumb-list li + li::before {
  content: '/';
  color: var(--text-lt);
  margin-right: 8px;
  font-size: .85rem;
}

.breadcrumb-list a {
  font-size: .85rem;
  color: var(--text-lt);
  transition: color var(--transition);
}

.breadcrumb-list a:hover { color: var(--gold); }

.breadcrumb-list .current {
  font-size: .85rem;
  color: var(--navy);
  font-weight: 700;
}

/* ---- PAGE HEADER (inner pages) ---- */
.page-header {
  background: var(--navy);
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold);
}

.page-header-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

.page-header h1 { color: var(--white); margin-bottom: 14px; font-size: clamp(1.8rem,3.5vw,2.8rem); }
.page-header p { color: rgba(255,255,255,.7); max-width: 600px; margin-bottom: 0; }

/* ---- ARTICLE FULL ---- */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}

.article-content {}

.article-featured-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: var(--shadow);
}

.article-featured-img img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
}

.article-header {
  margin-bottom: 32px;
}

.article-header .section-label { margin-bottom: 16px; }
.article-header h1 { color: var(--navy); margin-bottom: 16px; font-size: clamp(1.6rem,2.5vw,2.2rem); }

.article-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.article-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  color: var(--text-lt);
}

.article-body h2 {
  font-size: 1.6rem;
  margin: 36px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--cream-dk);
}

.article-body h3 { font-size: 1.2rem; margin: 28px 0 12px; }
.article-body p { line-height: 1.8; margin-bottom: 1.2rem; }
.article-body ul, .article-body ol { margin-bottom: 1.2rem; }
.article-body li { line-height: 1.7; }

.article-body blockquote {
  border-left: 4px solid var(--gold);
  margin: 28px 0;
  padding: 20px 24px;
  background: var(--cream);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text);
}

.article-body .info-box {
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin: 28px 0;
}

.article-body .info-box h4 {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 1rem;
}

/* ---- SIDEBAR ---- */
.sidebar {}

.sidebar-widget {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 28px;
  border: 1px solid var(--border);
}

.sidebar-widget h4 {
  font-size: 1rem;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
}

.sidebar-links {
  list-style: none;
  padding: 0;
}

.sidebar-links li {
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}

.sidebar-links li:last-child { border-bottom: none; }

.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: .9rem;
  color: var(--text);
  transition: color var(--transition), padding var(--transition);
}

.sidebar-links a:hover { color: var(--gold); padding-left: 4px; }

.sidebar-info-item {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: .88rem;
}

.sidebar-info-item:last-child { border-bottom: none; }
.sidebar-info-label { color: var(--text-lt); }
.sidebar-info-value { font-weight: 700; color: var(--navy); }

/* ---- INLINE INFO TABLE ---- */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.info-table th {
  background: var(--navy);
  color: var(--gold-lt);
  padding: 13px 18px;
  font-family: 'Lato', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left;
}

.info-table td {
  padding: 12px 18px;
  font-size: .9rem;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.info-table tr:last-child td { border-bottom: none; }

.info-table tr:nth-child(even) td { background: var(--cream); }

/* ---- REVIEWS PAGE ---- */
.reviews-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 9px 20px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  transition: all var(--transition);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1.5px solid var(--border);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.review-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201,168,76,.12);
}

.review-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.review-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-author-name {
  font-weight: 700;
  font-size: .95rem;
  color: var(--navy);
  margin-bottom: 2px;
}

.review-author-city { font-size: .78rem; color: var(--text-lt); }

.review-stars { color: var(--gold); font-size: 1rem; }

.review-cruise-tag {
  font-size: .7rem;
  font-weight: 700;
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: var(--radius);
  color: var(--navy);
  margin-bottom: 14px;
  display: inline-block;
}

.review-text {
  font-size: .92rem;
  line-height: 1.75;
  color: var(--text-lt);
  font-style: italic;
}

.review-date { font-size: .75rem; color: var(--text-lt); margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); }

/* ---- POLICY PAGES ---- */
.policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 0 80px;
}

.policy-content h1 {
  font-size: 2.2rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.policy-updated {
  font-size: .85rem;
  color: var(--text-lt);
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--border);
}

.policy-content h2 {
  font-size: 1.4rem;
  margin: 40px 0 14px;
  color: var(--navy);
  padding-left: 14px;
  border-left: 4px solid var(--gold);
}

.policy-content h3 { font-size: 1.1rem; margin: 24px 0 10px; }
.policy-content p { font-size: .95rem; line-height: 1.8; color: var(--text-lt); }
.policy-content ul { margin-bottom: 1.2rem; }
.policy-content li { font-size: .95rem; line-height: 1.7; color: var(--text-lt); }

.policy-box {
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  margin: 24px 0;
}

.policy-box p { margin-bottom: 0; font-size: .9rem; }

/* ---- FOOTER ---- */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.65);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 72px 0 52px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand .logo-text { font-size: 1.4rem; }
.footer-brand p {
  font-size: .88rem;
  color: rgba(255,255,255,.55);
  margin-top: 14px;
  line-height: 1.7;
}

.footer-col h5 {
  color: var(--gold-lt);
  font-family: 'Lato', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 10px; }

.footer-col a {
  font-size: .88rem;
  color: rgba(255,255,255,.6);
  transition: color var(--transition), padding var(--transition);
}

.footer-col a:hover { color: var(--gold); padding-left: 4px; }

.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; color: var(--gold); }

.footer-contact-item span {
  font-size: .88rem;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  flex-wrap: wrap;
}

.footer-copy { font-size: .82rem; color: rgba(255,255,255,.4); }

.footer-policy-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-policy-links a {
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  transition: color var(--transition);
}

.footer-policy-links a:hover { color: var(--gold); }

.footer-disclaimer {
  background: rgba(0,0,0,.2);
  padding: 16px 0;
}

.footer-disclaimer p {
  font-size: .78rem;
  color: rgba(255,255,255,.35);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ---- COOKIE BANNER ---- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--navy-dark);
  border-top: 3px solid var(--gold);
  padding: 20px 0;
  transform: translateY(100%);
  transition: transform .4s ease;
}

.cookie-banner.show { transform: translateY(0); }

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-banner p {
  font-size: .88rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 0;
  flex: 1;
}

.cookie-banner a { color: var(--gold); }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ---- BACK TO TOP ---- */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(201,168,76,.45);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 990;
}

.back-to-top.show { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--navy); color: var(--gold); }

/* ---- MISC ---- */
.page-spacer { padding-top: 80px; }

.rating-bar-wrap { margin-bottom: 8px; }
.rating-label { display: flex; justify-content: space-between; font-size: .8rem; color: var(--text-lt); margin-bottom: 4px; }
.rating-bar { height: 8px; background: var(--border); border-radius: 4px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: var(--gold); border-radius: 4px; }

.number-highlight {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.highlight-box {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
}

.highlight-box h3 { color: var(--white); margin-bottom: 10px; }
.highlight-box p { color: rgba(255,255,255,.7); margin-bottom: 0; }

.two-col-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.map-embed {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-embed iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.sitemap-col h3 {
  font-size: 1rem;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.sitemap-col ul { list-style: none; padding: 0; }
.sitemap-col li { margin-bottom: 8px; }
.sitemap-col a { font-size: .9rem; color: var(--text-lt); }
.sitemap-col a:hover { color: var(--gold); }

/* ---- Scroll Progress ---- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--gold);
  z-index: 1001;
  transition: width .1s linear;
}
