* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif; background: #FBF3E3; color: #1E1E1E; }
:root {
  --teal: #0F4C4F;
  --teal-tint: #EAF2F1;
  --coral: #E2745C;
  --coral-tint: #FBEAE3;
  --coral-dark: #C25640;
  --ivory: #FBF3E3;
  --ink: #1E1E1E;
  --muted: #5c5c5c;
  --line: rgba(15,76,79,0.14);
}
a { color: inherit; }
img, svg { display:block; }

/* ---- NAV ---- */
nav.site { display:flex; align-items:center; justify-content:space-between; padding: 16px 48px; background: var(--ivory); border-bottom: 1px solid var(--line); position: sticky; top:0; z-index: 50; }
.brand { display:flex; align-items:center; gap:9px; text-decoration:none; }
.brand-mark { width:26px; height:29px; }
.brand span.fly { color: var(--teal); font-weight:bold; font-size:19px; }
.brand span.rest { color: var(--coral); font-weight:bold; font-size:19px; }
.navlinks { display:flex; gap:26px; font-size:13.5px; }
.navlinks a { color: var(--teal); text-decoration:none; font-weight:bold; padding: 6px 0; border-bottom: 2px solid transparent; }
.navlinks a.active { border-color: var(--coral); }
.navctas { display:flex; gap:10px; align-items:center; }
.btn-ghost { border:1.4px solid var(--teal); color: var(--teal); padding:8px 16px; border-radius:20px; font-size:12.5px; font-weight:bold; text-decoration:none; }
.btn-primary { background: var(--coral); color:#fff; padding:9px 18px; border-radius:20px; font-size:12.5px; font-weight:bold; text-decoration:none; display:inline-block; }
.btn-primary:hover { background: var(--coral-dark); }
.btn-outline { border: 1.6px solid var(--teal); color: var(--teal); padding:12px 22px; border-radius:24px; font-weight:bold; text-decoration:none; font-size:14px; display:inline-block; }

/* ---- PAGE HEADER BANNER ---- */
.pagehead { padding: 54px 48px 46px; max-width:1200px; margin:0 auto; }
.pagehead .eyebrow { font-size:12px; letter-spacing:.16em; text-transform:uppercase; color: var(--coral-dark); font-weight:bold; margin-bottom:10px; }
.pagehead h1 { font-size:36px; color: var(--teal); margin-bottom:12px; line-height:1.25; }
.pagehead p { font-size:15px; color: var(--muted); max-width:640px; line-height:1.65; }

/* ---- GENERIC LAYOUT ---- */
.wrap { max-width:1200px; margin:0 auto; padding: 0 48px; }
.section { padding: 46px 48px; }
.section-tight { padding: 30px 48px; }
.section h2 { font-size:24px; color: var(--teal); margin-bottom: 8px; }
.section > .wrap > p.lede, .section p.lede { color: var(--muted); font-size:14.5px; max-width:640px; margin-bottom: 28px; line-height:1.6;}
.bg-tint { background: var(--teal-tint); }
.bg-coral-tint { background: var(--coral-tint); }

/* ---- CARDS / GRIDS ---- */
.grid { display:grid; gap:20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background:#fff; border-radius:14px; padding:26px; border:1px solid var(--line); }
.card h3, .card h4 { color: var(--teal); margin-bottom:8px; }
.card p { font-size:13.5px; color:#555; line-height:1.6; }
.card a.link { color: var(--coral-dark); font-weight:bold; font-size:13.5px; text-decoration:none; display:inline-block; margin-top:12px; }

/* ---- COUNTRY PILLS ---- */
.countries { display:flex; gap:12px; flex-wrap:wrap; }
.pill { background:#fff; border:1px solid var(--line); border-radius:20px; padding:8px 16px; font-size:13px; color: var(--ink); display:flex; align-items:center; gap:7px; }
.pill.live { border-color: var(--coral); color: var(--coral-dark); font-weight:bold; }
.dot { width:6px; height:6px; border-radius:50%; background:#b9b9b9; }
.pill.live .dot { background: var(--coral); }

/* ---- PLACEHOLDER PHOTO BLOCK ---- */
.ph { border-radius:12px; height:150px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:12px; letter-spacing:.06em; text-transform:uppercase; text-align:center; padding:10px; }
.ph-a { background: linear-gradient(140deg, #0F4C4F, #1C6B6E); }
.ph-b { background: linear-gradient(140deg, #C25640, #E2745C); }
.ph-c { background: linear-gradient(140deg, #082E30, #0F4C4F); }

/* ---- TABLE ---- */
table.rates { width:100%; border-collapse: collapse; font-size:13.5px; }
table.rates th { text-align:left; background: var(--teal); color:#fff; padding:10px 14px; font-size:12px; letter-spacing:.05em; text-transform:uppercase; }
table.rates td { padding:11px 14px; border-bottom:1px solid var(--line); color:#333; }
table.rates tr:nth-child(even) td { background: #fff; }

/* ---- STEPS ---- */
.steps { display:flex; gap:18px; }
.step { flex:1; }
.step .num { font-size:26px; color: var(--coral); font-weight:bold; margin-bottom:8px; }
.step h4 { color: var(--teal); font-size:15px; margin-bottom:6px; }
.step p { font-size:13px; color:#555; line-height:1.55; }

/* ---- ITINERARY DAY LIST ---- */
.day { display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line); }
.day .dnum { width:32px; height:32px; border-radius:50%; background: var(--teal-tint); color: var(--teal); font-weight:bold; font-size:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.day b { display:block; color: var(--teal); font-size:14px; margin-bottom:3px; }
.day span { font-size:13px; color:#555; line-height:1.5; }

/* ---- TABS ---- */
.tabs { display:flex; gap:10px; margin-bottom: 24px; }
.tab { padding:9px 18px; border-radius:20px; border:1.4px solid var(--line); font-size:13px; font-weight:bold; color: var(--teal); background:#fff; cursor:pointer; }
.tab.active { background: var(--teal); color:#fff; border-color: var(--teal); }
.tabpanel { display:none; }
.tabpanel.active { display:block; }

/* ---- FORM ---- */
.form-toggle { display:flex; gap:10px; margin-bottom:26px; }
.toggle-btn { flex:1; padding:14px; border-radius:12px; border:1.6px solid var(--line); background:#fff; text-align:center; font-weight:bold; color: var(--teal); cursor:pointer; font-size:14px; }
.toggle-btn.active { border-color: var(--coral); background: var(--coral-tint); color: var(--coral-dark); }
form.contact-form { display:grid; gap:14px; max-width:560px; }
form.contact-form label { font-size:12.5px; font-weight:bold; color: var(--teal); margin-bottom:5px; display:block; }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width:100%; padding:11px 14px; border-radius:8px; border:1.4px solid var(--line); font-size:14px; font-family: inherit; background:#fff;
}
form.contact-form textarea { resize: vertical; min-height:90px; }
.formpanel { display:none; }
.formpanel.active { display:block; }

/* ---- FOOTER ---- */
footer.site { background: var(--teal); color: #fff; padding: 44px 48px 26px; margin-top: 40px; }
footer.site .wrap { display:flex; justify-content:space-between; flex-wrap:wrap; gap:30px; }
footer.site h5 { font-size:13px; letter-spacing:.1em; text-transform:uppercase; color: #cfe6e6; margin-bottom:12px; }
footer.site a { color:#fff; text-decoration:none; font-size:13.5px; display:block; margin-bottom:8px; opacity:.9; }
footer.site .bottom { text-align:center; font-size:12px; color:#9dc4c4; margin-top:30px; border-top:1px solid rgba(255,255,255,0.12); padding-top:18px; }

.badge-soon { background:#fff; color: var(--muted); font-size:11px; padding:3px 10px; border-radius:10px; border:1px solid var(--line); margin-left:8px; }

/* ---- INTERIM SITE EXTRAS ---- */
.wa-float { position: fixed; bottom: 26px; right: 26px; background: #25D366; color:#fff; width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; text-decoration:none; box-shadow: 0 4px 14px rgba(0,0,0,0.25); z-index:100; }
.wa-float svg { width:28px; height:28px; fill:#fff; }
.notice-bar { background: var(--teal); color:#fff; text-align:center; font-size:12.5px; padding:8px 20px; }
.notice-bar b { color: #FFD9CC; }