/* ============================================================
   Refine Travel and Events — refreshed site styles
   ============================================================ */

:root {
  --navy: #0f2338;
  --navy-deep: #0a1826;
  --gold: #c6a15b;
  --gold-soft: #d8bd86;
  --cream: #f7f3ec;
  --ink: #1c2530;
  --muted: #5f6b78;
  --line: rgba(198, 161, 91, 0.28);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(15, 35, 56, 0.14);
  --radius: 14px;
  --maxw: 1180px;
  --font-head: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.15; color: var(--navy); letter-spacing: -0.01em; }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: #dce4ee; }
.section--navy h2, .section--navy h3 { color: #fff; }

.lead { font-size: 1.18rem; color: var(--muted); max-width: 640px; }
.section--navy .lead { color: #b7c4d3; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.btn--gold { background: var(--gold); color: var(--navy-deep); }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(198,161,91,0.35); }
.btn--outline { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn--outline:hover { background: var(--gold); color: var(--navy-deep); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,35,56,0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-head); font-size: 1.32rem; color: var(--navy); font-weight: 600; }
.brand .mark { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-size: 1.1rem; letter-spacing: 0.02em; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--ink); transition: color 0.2s; position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { padding: 10px 22px; font-size: 0.88rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; font-size: 1.6rem; color: var(--navy); }

/* dropdown */
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: 130%; left: 50%; transform: translateX(-50%);
  background: #fff; border: 1px solid rgba(15,35,56,0.08); border-radius: 12px;
  box-shadow: var(--shadow); padding: 10px; min-width: 230px;
  opacity: 0; visibility: hidden; transition: all 0.2s ease; list-style: none;
}
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; top: 118%; }
.dropdown li a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 0.9rem; }
.dropdown li a:hover { background: var(--cream); color: var(--gold); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff;
  min-height: 640px; display: flex; align-items: center;
  background: linear-gradient(120deg, rgba(10,24,38,0.86), rgba(10,24,38,0.55)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1950&q=80") center/cover;
}
.hero__inner { max-width: 660px; padding: 60px 0; }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 5vw, 4rem); margin-bottom: 22px; }
.hero p { font-size: 1.22rem; color: #e4ebf3; margin-bottom: 34px; max-width: 560px; }
.hero .btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__badge { display:inline-flex; align-items:center; gap:10px; background: rgba(198,161,91,0.16); border:1px solid rgba(198,161,91,0.4); color:#e9d9b6; padding:8px 16px; border-radius:999px; font-size:0.8rem; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:26px; }

/* page hero (interior) */
.page-hero {
  position: relative; color: #fff; padding: 120px 0 90px;
  background: linear-gradient(120deg, rgba(10,24,38,0.9), rgba(10,24,38,0.62)), var(--navy);
  background-size: cover; background-position: center;
}
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.4vw, 3.3rem); margin-bottom: 18px; }
.page-hero p { color: #cdd8e4; font-size: 1.15rem; max-width: 620px; }
.breadcrumb { font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 20px; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Section headers ---------- */
.section-head { max-width: 680px; margin-bottom: 54px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 2.7rem); margin-bottom: 16px; }

/* ---------- Divisions grid ---------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.divisions-flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
.divisions-flex .division-card { flex: 1 1 300px; max-width: 340px; }

.division-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(15,35,56,0.07); box-shadow: 0 10px 30px rgba(15,35,56,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease; display: flex; flex-direction: column;
}
.division-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.division-card__img { height: 190px; background-size: cover; background-position: center; }
.division-card__body { padding: 26px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.division-card h3 { font-size: 1.32rem; margin-bottom: 10px; }
.division-card p { color: var(--muted); font-size: 0.96rem; margin-bottom: 18px; flex: 1; }
.division-card .card-link { color: var(--gold); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em; }
.division-card .card-link:hover { color: var(--navy); }

/* ---------- Feature list ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px 40px; }
.feature { }
.feature .ficon { width: 46px; height: 46px; border-radius: 12px; background: rgba(198,161,91,0.14); color: var(--gold); display: grid; place-items: center; font-size: 1.3rem; margin-bottom: 16px; }
.feature h4 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 0.95rem; }

/* ---------- Split / two-col ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img, .split .split-img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 420px; object-fit: cover; background-size: cover; background-position: center; }

/* ---------- Checklist ---------- */
.checklist { list-style: none; margin-top: 22px; }
.checklist li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--ink); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--gold); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 0.72rem; font-weight: 700; }
.section--navy .checklist li { color: #d3dce6; }

/* ---------- Stats / credibility ---------- */
.cred-bar { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.cred-bar .stat h3 { font-size: 1.95rem; color: var(--gold); margin-bottom: 4px; line-height: 1.1; }
.cred-bar .stat p { color: #b7c4d3; font-size: 0.9rem; letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; counter-reset: step; }
.step { padding: 28px 22px; background: #fff; border-radius: var(--radius); border: 1px solid rgba(15,35,56,0.07); position: relative; }
.step .num { font-family: var(--font-head); font-size: 2rem; color: var(--gold); margin-bottom: 10px; display: block; }
.step h4 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.92rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-deep)); color: #fff; text-align: center; padding: 78px 0; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 16px; }
.cta-band p { color: #c2cedb; max-width: 560px; margin: 0 auto 28px; }

/* ---------- Contact / form ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.contact-info h3 { font-size: 1.5rem; margin-bottom: 18px; }
.contact-info .info-row { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.contact-info .info-row .ic { color: var(--gold); font-size: 1.15rem; margin-top: 2px; }
.contact-info .info-row a:hover { color: var(--gold); }

form.lead-form { background: #fff; border: 1px solid rgba(15,35,56,0.09); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid #d7dde4; border-radius: 9px;
  font-family: var(--font-body); font-size: 0.95rem; color: var(--ink); background: #fcfcfa; transition: border 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,0.15); }
.field textarea { resize: vertical; min-height: 120px; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #a9b6c4; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
.footer-grid h4 { color: #fff; font-family: var(--font-body); font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; }
.footer-brand .brand { color: #fff; margin-bottom: 16px; }
.footer-brand p { font-size: 0.92rem; color: #93a2b3; max-width: 300px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: 0.92rem; color: #a9b6c4; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact p { font-size: 0.92rem; margin-bottom: 10px; }
.accred { display:inline-block; margin-top:14px; padding:8px 14px; border:1px solid rgba(198,161,91,0.4); border-radius:8px; color:#e9d9b6; font-size:0.78rem; letter-spacing:0.08em; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.09); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.84rem; color: #7f8ea0; }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Clients ---------- */
.clients { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 16px; }
.client-chip {
  font-family: var(--font-head); font-size: 1.05rem; color: var(--navy);
  padding: 14px 24px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; letter-spacing: 0.01em; transition: all 0.25s ease;
}
.client-chip:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,35,56,0.08); }

/* inline client note on division pages */
.client-note { margin-top: 26px; padding: 18px 22px; background: rgba(198,161,91,0.09); border-left: 3px solid var(--gold); border-radius: 8px; font-size: 0.95rem; color: var(--ink); }
.client-note strong { color: var(--navy); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cred-bar { grid-template-columns: repeat(2,1fr); gap: 32px 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 680px) {
  .section { padding: 64px 0; }
  .nav-links { position: fixed; inset: 76px 0 auto 0; background: #fff; flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 6px; box-shadow: var(--shadow); transform: translateY(-140%); transition: transform 0.3s ease; height: auto; }
  .nav-links.open { transform: translateY(0); }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 0; width: 100%; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 14px; min-width: 0; }
  .has-dropdown:hover .dropdown { top: auto; }
  .nav-toggle { display: block; }
  .grid-4, .grid-3, .grid-2, .feature-grid, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cred-bar { grid-template-columns: 1fr 1fr; gap: 26px 14px; }
  .cred-bar .stat h3 { font-size: 1.4rem; }
  .cred-bar .stat p { font-size: 0.74rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 560px; }
  .hero__inner { padding: 44px 0; }
  .split img, .split .split-img { height: 300px; }
  .page-hero { padding: 96px 0 64px; }
  .lead { font-size: 1.06rem; }
  form.lead-form { padding: 24px 20px; }
  .container { padding: 0 20px; }
}
