:root {
  --ocean:  #0d2a35;
  --teal:   #1a6b72;
  --cream:  #f5f0e8;
  --rust:   #c4521e;
  --sand:   #e8dcc8;
  --gold:   #f0c080;
  --white:  #ffffff;
  --text:   #1a2e33;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--cream); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 64px;
  background: transparent;
  transition: background 0.35s, box-shadow 0.35s;
}
nav.scrolled { background: var(--ocean); box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.nav-brand { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--white); text-decoration: none; letter-spacing: 0.02em; }
.nav-brand span { color: var(--gold); font-style: italic; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.88); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--rust); color: var(--white) !important; padding: 8px 18px; border-radius: 2px; }
.nav-cta:hover { background: #a84418 !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: 0.3s; }
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 99; background: var(--ocean); flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); text-decoration: none; font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 20px; right: 24px; color: var(--white); font-size: 2rem; cursor: pointer; background: none; border: none; }

/* ── PAGES ── */
section { display: none; }
section.active { display: block; }

/* ── HERO ── */
.page-hero { height: 100vh; min-height: 600px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,42,53,0.1) 0%, rgba(13,42,53,0.55) 50%, rgba(13,42,53,0.88) 100%); }
.page-hero-text { position: relative; z-index: 2; padding: 0 60px 60px; color: var(--white); max-width: 700px; }
.eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sand); margin-bottom: 14px; }
.page-hero-text h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; line-height: 1.05; margin-bottom: 16px; }
.page-hero-text h1 em { font-style: italic; color: var(--gold); }
.page-hero-text p { font-size: 1.05rem; opacity: 0.9; line-height: 1.6; max-width: 480px; margin-bottom: 28px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── SHORT HERO ── */
.short-hero { height: 42vh; min-height: 300px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.short-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.short-hero-overlay { position: absolute; inset: 0; background: rgba(13,42,53,0.55); }
.short-hero-text { position: relative; z-index: 2; padding: 0 60px 40px; color: var(--white); }
.short-hero-text h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.1; }
.short-hero-text h1 em { font-style: italic; color: var(--gold); }

/* ── BUTTONS ── */
.btn-primary { display: inline-block; background: var(--rust); color: var(--white); padding: 14px 30px; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { background: #a84418; }
.btn-outline { display: inline-block; border: 2px solid var(--gold); color: var(--gold); padding: 12px 28px; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.2s; background: transparent; font-family: 'DM Sans', sans-serif; }
.btn-outline:hover { background: var(--gold); color: var(--ocean); }
.btn-outline-white { border-color: var(--white); color: var(--white); }
.btn-outline-white:hover { background: var(--white); color: var(--ocean); }

/* ── LAYOUT ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.section-pad { padding: 72px 0; }
.section-pad-sm { padding: 48px 0; }
.section-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rust); margin-bottom: 12px; }
h2.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.15; color: var(--ocean); margin-bottom: 20px; }
h2.section-title em { font-style: italic; color: var(--teal); }
.section-body { font-size: 1rem; line-height: 1.75; color: #2a3d42; max-width: 600px; }

/* ── DARK STRIP ── */
.dark-strip { background: var(--ocean); color: var(--white); padding: 40px 0; }
.dark-strip .section-label { color: var(--sand); }
.dark-strip h2.section-title { color: var(--white); }
.dark-strip .section-body { color: rgba(255,255,255,0.82); max-width: none; }

/* ── SPEC BAR ── */
.spec-bar { background: var(--ocean); padding: 32px 0; }
.spec-bar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.spec-item { border-left: 2px solid var(--teal); padding: 0 0 0 20px; margin-left: 20px; }
.spec-item:first-child { margin-left: 0; }
.spec-val { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--white); line-height: 1.1; }
.spec-key { font-size: 0.72rem; color: var(--sand); margin-top: 4px; font-weight: 400; letter-spacing: 0.05em; }

/* ── SPLIT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split.rev { direction: rtl; }
.split.rev > * { direction: ltr; }
.split-img { overflow: hidden; height: 420px; }
.split-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
.split-img:hover img { transform: scale(1.03); }
.split-text { padding: 52px 48px; background: var(--cream); display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.split-text.dark { background: var(--ocean); }
.split-text.dark h2.section-title { color: var(--white); }
.split-text.dark .section-label { color: var(--sand); }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.feature-list li { font-size: 0.92rem; line-height: 1.5; padding-left: 16px; position: relative; color: #2a3d42; }
.feature-list li::before { content: "—"; position: absolute; left: 0; color: var(--rust); font-weight: 700; }
.split-text.dark .feature-list li { color: rgba(255,255,255,0.82); }

/* ── PHOTO GRID ── */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.photo-grid-item { overflow: hidden; height: 280px; cursor: pointer; }
.photo-grid-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.photo-grid-item:hover img { transform: scale(1.05); }

/* ── 3-COL FEATURES ── */
.features-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.feature-card { padding: 32px 28px; border-top: 3px solid var(--rust); background: var(--white); }
.feature-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--ocean); margin-bottom: 10px; }
.feature-card p { font-size: 0.9rem; line-height: 1.65; color: #3a4f54; }
.feature-card.dark-card { background: rgba(255,255,255,0.06); border-top-color: var(--teal); }
.feature-card.dark-card h3 { color: var(--gold); }
.feature-card.dark-card p { color: rgba(255,255,255,0.78); }

/* ── DESTINATIONS ── */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.dest-card { position: relative; overflow: hidden; height: 320px; cursor: pointer; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.dest-card:hover img { transform: scale(1.06); }
.dest-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,42,53,0.88) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px 22px; }
.dest-tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.dest-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--white); line-height: 1.2; }
.dest-desc { font-size: 0.8rem; color: rgba(255,255,255,0.8); margin-top: 6px; line-height: 1.45; }
.dest-notes { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.2); font-size: 0.75rem; color: rgba(255,255,255,0.65); line-height: 1.5; display: none; }
.dest-card:hover .dest-notes { display: block; }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.price-card { background: var(--white); border-top: 3px solid var(--teal); padding: 36px 32px; }
.price-card.featured { border-top-color: var(--rust); background: var(--ocean); color: var(--white); }
.price-card-season { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.price-card.featured .price-card-season { color: var(--gold); }
.price-card h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--ocean); margin-bottom: 6px; }
.price-card.featured h3 { color: var(--white); }
.price-card-amount { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; color: var(--rust); line-height: 1; margin-bottom: 4px; }
.price-card.featured .price-card-amount { color: var(--gold); }
.price-card-unit { font-size: 0.8rem; color: #6a8a90; margin-bottom: 20px; }
.price-card.featured .price-card-unit { color: rgba(255,255,255,0.6); }
.price-card-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.price-card-features li { font-size: 0.88rem; padding-left: 16px; position: relative; color: #3a4f54; }
.price-card-features li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.price-card.featured .price-card-features li { color: rgba(255,255,255,0.85); }
.price-card.featured .price-card-features li::before { color: var(--gold); }
.price-note { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.15); font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.5; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px; margin-top: 12px; font-size: 0.88rem; color: #3a4f54; line-height: 1.6; }

/* ── BOOKING EMBED ── */
.booking-embed { background: var(--white); border: 2px dashed var(--sand); padding: 48px; text-align: center; margin-top: 32px; }
.booking-embed h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--ocean); margin-bottom: 10px; }
.booking-embed p { color: #6a8a90; font-size: 0.9rem; margin-bottom: 20px; }
.booking-embed code { display: block; background: var(--cream); padding: 12px 16px; font-size: 0.78rem; color: var(--teal); text-align: left; border-left: 3px solid var(--teal); margin-top: 16px; line-height: 1.6; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.review-card { background: var(--white); padding: 28px 26px; border-left: 3px solid var(--gold); }
.review-stars { color: var(--gold); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 0.92rem; line-height: 1.7; color: #2a3d42; font-style: italic; margin-bottom: 16px; }
.review-author { font-size: 0.8rem; font-weight: 600; color: var(--ocean); }
.review-origin { font-size: 0.75rem; color: #8aacb2; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon { width: 40px; height: 40px; background: var(--teal); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-item-text { display: flex; flex-direction: column; gap: 3px; }
.contact-item-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rust); }
.contact-item-val { font-size: 0.95rem; color: var(--ocean); }
.contact-item-val a { color: var(--teal); text-decoration: none; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ocean); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 14px; border: 1.5px solid var(--sand); background: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.92rem; color: var(--ocean); outline: none; transition: border-color 0.2s; border-radius: 0; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 60px; align-items: center; }
.about-img img { width: 100%; height: 480px; object-fit: cover; object-position: center top; display: block; }

/* ── GALLERY ── */
.gallery-grid { display: grid; gap: 4px; padding: 4px; }
.gallery-grid .g-wide { grid-column: span 2; }
.g-cell { overflow: hidden; cursor: pointer; }
.g-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.g-cell:hover img { transform: scale(1.04); }

/* ── CTA STRIP ── */
.cta-strip { background: var(--rust); padding: 60px 0; text-align: center; }
.cta-strip .eyebrow { color: rgba(255,255,255,0.7); }
.cta-strip h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--white); margin: 8px 0 24px; font-weight: 700; }

/* ── FOOTER ── */
footer { background: var(--ocean); color: var(--white); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.footer-brand-name span { color: var(--gold); font-style: italic; }
.footer-tagline { font-size: 0.85rem; color: var(--sand); line-height: 1.6; margin-bottom: 16px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; background: rgba(255,255,255,0.1); color: var(--white); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 0.8rem; font-weight: 700; transition: background 0.2s; }
.social-btn:hover { background: var(--teal); }
.footer-col h4 { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sand); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.footer-motto { font-family: 'Playfair Display', serif; font-style: italic; color: var(--gold); font-size: 0.9rem; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .page-hero-text { padding: 0 24px 40px; }
  .short-hero-text { padding: 0 24px 30px; }
  .container { padding: 0 20px; }
  .spec-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 0 20px; }
  .split, .split.rev { grid-template-columns: 1fr; direction: ltr; }
  .split-img { height: 260px; }
  .split-text { padding: 32px 20px; }
  .features-3, .dest-grid, .pricing-grid, .reviews-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .included-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr; }
}
