:root {
  --navy: #07111f;
  --navy-2: #0d1d33;
  --cream: #f7efe2;
  --sand: #d8b273;
  --gold: #c9903f;
  --aqua: #7bc9c6;
  --white: #ffffff;
  --muted: #6c7583;
  --line: rgba(255, 255, 255, .16);
  --shadow: 0 24px 80px rgba(7, 17, 31, .22);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--navy);
  background: #fbf7ef;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7, 17, 31, .78); backdrop-filter: blur(18px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.navbar { width: min(1240px, calc(100% - 32px)); margin: 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; color: var(--white); }
.brand { display: inline-flex; gap: 12px; align-items: center; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--sand), var(--aqua)); color: var(--navy); font-family: 'Playfair Display', serif; font-size: 1.4rem; }
.nav-menu { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 600; }
.nav-menu a:not(.nav-cta) { opacity: .86; }
.nav-menu a:hover { opacity: 1; color: #ffe2ae; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(255,255,255,.09); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: #fff; transition: .25s; }

.hero { position: relative; min-height: 100vh; display: grid; align-items: center; padding: 150px 0 110px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('assets/images/hero-luxury-coast.png') center/cover; transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 70% 35%, rgba(123,201,198,.22), transparent 35%), linear-gradient(90deg, rgba(7,17,31,.92), rgba(7,17,31,.55) 48%, rgba(7,17,31,.18)); }
.hero-content { position: relative; color: var(--white); max-width: 760px; margin-left: max(calc((100vw - 1180px)/2), 20px); }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3 { line-height: 1.05; margin: 0; letter-spacing: -.045em; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; }
h1 { font-size: clamp(3.4rem, 8vw, 7.4rem); max-width: 800px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
h3 { font-size: 1.25rem; }
.hero-copy { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 650px; color: rgba(255,255,255,.84); margin: 24px 0 34px; }
.hero-actions, .trust-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border-radius: 999px; padding: 15px 24px; font-weight: 800; border: 0; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #e6bf75, #b97d2c); color: #111827; box-shadow: 0 14px 34px rgba(201,144,63,.34); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.btn-secondary { color: var(--navy); border: 1px solid rgba(7,17,31,.12); background: #fff; }
.trust-row { margin-top: 44px; gap: 30px; }
.trust-row div { padding-right: 30px; border-right: 1px solid rgba(255,255,255,.2); }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { display: block; font-size: 1.6rem; }
.trust-row span { color: rgba(255,255,255,.7); font-size: .9rem; }
.search-card { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: min(1040px, calc(100% - 40px)); display: grid; grid-template-columns: 1.2fr .9fr .9fr auto; gap: 14px; padding: 16px; border-radius: 26px; background: rgba(255,255,255,.92); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
label span, label { display: grid; gap: 7px; font-size: .8rem; font-weight: 800; color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid rgba(7,17,31,.12); border-radius: 16px; padding: 14px 15px; font: inherit; color: var(--navy); background: #fff; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,144,63,.12); }

.section { padding: 96px 0; }
.logos { padding: 28px 0; background: var(--navy); color: rgba(255,255,255,.65); }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; font-weight: 800; letter-spacing: -.02em; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-head.left { text-align: left; margin: 0; }
.destination-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 340px; gap: 22px; }
.destination-card { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); isolation: isolate; }
.destination-card.large { grid-row: span 2; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.destination-card:hover img { transform: scale(1.08); }
.card-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,17,31,.88)); z-index: 1; }
.card-content { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; color: #fff; }
.card-content span { color: #f7dba6; font-weight: 800; font-size: .86rem; }
.card-content p { margin: 8px 0 0; color: rgba(255,255,255,.78); }

.feature-band { background: var(--cream); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.feature-image img { border-radius: 36px; min-height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.feature-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.benefit-list { display: grid; gap: 24px; margin-top: 34px; }
.benefit-list > div { display: flex; gap: 18px; align-items: flex-start; }
.icon { flex: 0 0 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--gold); box-shadow: 0 10px 30px rgba(7,17,31,.08); }
.benefit-list h3 { margin-bottom: 7px; }
.benefit-list p { margin: 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; border-radius: 30px; padding: 34px; background: #fff; border: 1px solid rgba(7,17,31,.08); box-shadow: 0 16px 50px rgba(7,17,31,.08); }
.price-card.featured { background: var(--navy); color: #fff; transform: translateY(-16px); padding-top: 72px; }
.price-card p { color: var(--muted); }
.price-card.featured p, .price-card.featured li { color: rgba(255,255,255,.72); }
.badge { position: absolute; right: 28px; top: 24px; max-width: calc(100% - 56px); background: rgba(216,178,115,.16); color: #f6cd84; border: 1px solid rgba(216,178,115,.28); border-radius: 999px; padding: 8px 12px; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.price { font-size: 2.6rem; font-weight: 900; letter-spacing: -.06em; margin: 28px 0 20px; }
.price span { font-size: .95rem; color: var(--muted); letter-spacing: 0; }
ul { padding-left: 20px; margin: 0 0 28px; }
li { margin: 10px 0; }

.testimonial-section { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; }
.testimonials { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.testimonial-card { background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 34px; padding: 36px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.stars { color: #ffd36b; letter-spacing: .12em; }
blockquote { font-size: clamp(1.3rem, 3vw, 2rem); line-height: 1.35; margin: 22px 0 28px; font-family: 'Playfair Display', Georgia, serif; }
.client { display: flex; gap: 14px; align-items: center; }
.client img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; }
.client span { display: block; color: rgba(255,255,255,.65); }

.contact { background: #fbf7ef; }
.contact-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; background: #fff; border-radius: 40px; padding: clamp(28px, 5vw, 56px); box-shadow: var(--shadow); }
.contact-panel p { color: var(--muted); }
.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .85rem; margin: 0; }

.footer { background: var(--navy); color: #fff; padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer p, .footer a { color: rgba(255,255,255,.68); }
.footer h4 { margin: 0 0 14px; }
.footer a { display: block; margin: 9px 0; }
.footer .brand { color: #fff; margin-bottom: 14px; }
.copyright { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 24px; color: rgba(255,255,255,.54); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; top: 76px; left: 16px; right: 16px; display: grid; gap: 10px; padding: 18px; border-radius: 22px; background: rgba(7,17,31,.96); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: .25s; }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .search-card, .destination-grid, .split, .pricing-grid, .testimonials, .contact-panel, .footer-grid { grid-template-columns: 1fr; }
  .destination-card.large { grid-row: span 1; }
  .destination-grid { grid-auto-rows: 380px; }
  .feature-image img { min-height: 420px; }
  .price-card.featured { transform: none; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; padding: 130px 0 32px; display: block; }
  .hero-content { margin-inline: 14px; }
  .search-card { position: relative; left: auto; bottom: auto; transform: none; margin: 46px auto 0; }
  .trust-row div { width: 100%; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding: 0 0 16px; }
  .section { padding: 70px 0; }
  .form-row { grid-template-columns: 1fr; }
  .navbar { height: 74px; }
}
