:root {
  --blue: #2d4a82;
  --navy: #142042;
  --navy-2: #243a6e;
  --sky: #eaf0fa;
  --gold: #d4a017;
  --gold-soft: #f1c95a;
  --green: #2c5e3e;
  --green-soft: #4a8060;
  --cream: #fffdf6;
  --text: #142042;
  --muted: #5e6b87;
  --line: #dfe5f2;
  --white: #fff;
  --soft: #f7f4ea;
  --shadow: 0 18px 50px rgba(20, 32, 66, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.55;
}
a { text-decoration: none; color: inherit; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 6px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 6%;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 58px;
  height: 56px;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(20, 32, 66, .18));
  transition: transform .25s ease;
}
.logo:hover .logo-mark { transform: translateY(-1px) scale(1.03); }
.logo strong {
  display: block;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .3px;
}
.logo strong .wm-gill { color: var(--navy); }
.logo strong .wm-tour { color: var(--gold); }
.logo strong .wm-and  { color: var(--green); font-weight: 700; }
.logo small  {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1px;
}
.main-nav    { display: flex; gap: 22px; font-weight: 800; color: #24364f; }
.main-nav a:hover { color: var(--blue); }

.header-call, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 900;
  cursor: pointer;
}
.header-call, .primary {
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 78, 162, .22);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.header-call:hover, .primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 78, 162, .3);
  filter: brightness(1.05);
}
.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 140, 126, .3);
  filter: brightness(1.05);
}
.menu-toggle {
  display: none;
  background: var(--navy);
  color: var(--gold-soft);
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 20px;
}

/* Language switcher (shared) */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 12px;
  box-shadow: 0 4px 12px rgba(20, 32, 66, .06);
  transition: border-color .2s ease, box-shadow .2s ease;
}
/* Mobile copy lives inside the hamburger menu — hidden on desktop */
.lang-switch--nav { display: none; }
.lang-switch:hover { border-color: var(--gold); box-shadow: 0 6px 16px rgba(20, 32, 66, .1); }
.lang-switch:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(212, 160, 23, .18); }
.lang-globe { font-size: 16px; line-height: 1; }
.lang-switch select {
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
  padding: 8px 6px;
  margin: 0;
  min-height: 0;
  width: auto;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 22px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: right 10px top 14px, right 6px top 14px;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

/* Hide Google Translate's injected banner + tooltip */
.goog-te-banner-frame.skiptranslate,
.skiptranslate iframe.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }
.goog-tooltip, .goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background: transparent !important; box-shadow: none !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
font[style*="background-color"] { background: transparent !important; box-shadow: none !important; }
button:disabled, .btn:disabled { opacity: .6; cursor: not-allowed; }

/* Hero */
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 40px;
  padding: 72px 6%;
  background:
    radial-gradient(circle at 82% 18%, #fbeec4 0, transparent 38%),
    radial-gradient(circle at 14% 90%, #e7eef9 0, transparent 42%),
    var(--cream);
}
.hero-copy { max-width: 710px; }
.tag {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.6px;
}
.hero h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
  margin: 0 0 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.lead { font-size: 20px; color: #475569; max-width: 620px; margin: 0 0 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  background: #fff;
  border: 1px solid var(--line);
  padding: 9px 14px;
  border-radius: 999px;
  color: #334155;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(7, 31, 69, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.trust-row span:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(7, 31, 69, .08);
}
.hero-art {
  display: block;
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #1c2f5d;
}
.hero-art img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  display: block;
}

/* Trust stats strip */
.stats-strip {
  padding: 22px 6%;
  background:
    linear-gradient(180deg, transparent 0, transparent 50%, var(--cream) 50%, var(--cream) 100%);
}
.stats-strip-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 18px;
  box-shadow: 0 18px 38px rgba(20, 32, 66, .08);
}
.stat-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  padding: 10px 12px;
  border-right: 1px solid var(--line);
}
.stat-tile:last-child { border-right: 0; }
.stat-tile b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1;
  color: var(--navy);
  letter-spacing: .4px;
}
.stat-tile b > span { display: inline-block; }
.stat-tile > span {
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .3px;
}
.stat-tile small {
  display: block;
  font-size: 10.5px;
  color: #a08c40;
  font-weight: 700;
  letter-spacing: .2px;
  margin-top: 2px;
}

/* Booking panel */
.booking-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 28px;
  align-items: start;
  padding: 58px 6%;
  background: var(--navy);
  color: #fff;
}
.booking-panel .tag { color: #93c5fd; }
.booking-panel h2,
.why-section h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 0 0 12px;
}
.booking-panel p { color: #d4e5ff; }
.booking-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: #fff;
  color: var(--text);
  padding: 20px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
label { font-weight: 900; font-size: 13px; }
input, select, textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 13px;
  font: inherit;
  outline: none;
  background: #fff;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 78, 162, .11);
}
.wide { grid-column: 1 / -1; }
.form-status { margin: 0; color: var(--muted) !important; font-size: 14px; }

/* Sections */
.section { padding: 78px 6%; }
.soft {
  background: var(--soft);
  border-top: 1px solid #e8dfc4;
  border-bottom: 1px solid #e8dfc4;
}
.section-head { text-align: center; max-width: 740px; margin: 0 auto 34px; }
.section-head.left { text-align: left; margin: 0; }
.section-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
}
.section-head p { color: var(--muted); }

.cards { display: grid; gap: 20px; }
.four  { grid-template-columns: repeat(4, 1fr); }
.three { grid-template-columns: repeat(3, 1fr); }
.cards article,
.contact-cards a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(7, 31, 69, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cards article:hover,
.contact-cards a:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(7, 31, 69, .12);
  border-color: #c6dbf2;
}
.cards article span {
  font-size: 32px;
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #fbeec4, #e7eef9);
  box-shadow: inset 0 0 0 1px rgba(212, 160, 23, .25);
}
.cards h3 { font-size: 21px; margin: 0 0 8px; color: var(--navy); }
.cards p  { margin: 0; color: var(--muted); }
.fleet article { text-align: center; }
.fleet article span {
  margin-left: auto;
  margin-right: auto;
}
.fleet article a { display: inline-block; margin-top: 16px; color: var(--blue); font-weight: 900; }
.fleet .featured {
  border: 3px solid var(--gold);
  transform: translateY(-8px);
  background: linear-gradient(180deg, #fffbed, #fff);
}
.fleet .featured:hover { transform: translateY(-12px); }

.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.route-grid a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  font-weight: 900;
  color: #20344f;
  position: relative;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.route-grid a::before {
  content: "→";
  margin-right: 8px;
  color: var(--gold);
  font-weight: 900;
  transition: transform .2s ease;
  display: inline-block;
}
.route-grid a:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(11, 78, 162, .2);
}
.route-grid a:hover::before { transform: translateX(3px); color: #fff; }

.why-section {
  padding: 70px 6%;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 32px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
}
.why-section .tag { color: #bfdbfe; }
.why-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.why-list div {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  padding: 20px;
}
.why-list b {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
}
.why-list span { font-weight: 800; display: block; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-cards b, .contact-cards span { display: block; }
.contact-cards span { color: var(--muted); margin-top: 4px; }

footer {
  background: var(--navy);
  color: #dbeafe;
  text-align: center;
  padding: 34px 6% calc(34px + env(safe-area-inset-bottom));
}

/* Fleet & trips gallery — slots are dashed placeholders until images load */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.photo-slot {
  margin: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(20, 32, 66, .06);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.photo-slot:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(20, 32, 66, .1); }
.photo-slot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #f1e8ce 0, #e4ecf8 100%);
}
.photo-slot.empty img { display: none; }
.photo-slot.empty {
  border: 2px dashed #c8b572;
  background: repeating-linear-gradient(135deg, #fdf8e6 0 14px, #f5edcf 14px 28px);
}
.photo-slot.empty::before {
  content: "📷 Add photo";
  display: block;
  text-align: center;
  padding: 56px 12px 12px;
  color: #8c6510;
  font-weight: 900;
  letter-spacing: .5px;
  flex: 1;
}
.photo-slot figcaption {
  padding: 12px 14px;
  font-size: 13px;
  background: #fff;
}
.photo-slot figcaption b { display: block; color: var(--navy); margin-bottom: 4px; }
.photo-slot figcaption code {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  word-break: break-all;
}

/* Reviews section */
.reviews-embed {
  max-width: 960px;
  margin: 0 auto 32px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #eef2fb;
  aspect-ratio: 16 / 7;
  position: relative;
}
.reviews-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.reviews-embed::before {
  content: "Google Maps embed — paste your Business Profile embed URL into iframe[data-src] then move it to src.";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .3px;
}
.reviews-embed iframe[src]:not([src=""]) ~ * { display: none; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 22px rgba(20, 32, 66, .06);
  position: relative;
}
.review-card::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  color: var(--gold);
  line-height: 1;
}
.review-card blockquote {
  margin: 14px 0 16px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}
.review-card footer { color: var(--muted); font-size: 13px; }
.review-card footer b { color: var(--navy); display: block; }
.review-card.empty {
  border: 2px dashed #c8b572;
  background: repeating-linear-gradient(135deg, #fdf8e6 0 14px, #f5edcf 14px 28px);
}
.review-card.empty::before { content: ""; }
.review-card.empty blockquote {
  color: #8c6510;
  font-style: italic;
}

/* Final CTA block above footer */
.final-cta {
  padding: 64px 6%;
  background:
    radial-gradient(circle at 18% 30%, rgba(241, 201, 90, .25) 0, transparent 50%),
    radial-gradient(circle at 82% 70%, rgba(44, 94, 62, .22) 0, transparent 55%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.final-cta .tag { color: var(--gold-soft); }
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 10px;
}
.final-cta-sub { color: #d8e2f4; margin: 0 0 22px; font-size: 17px; }
.final-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(241, 201, 90, .35);
  padding: 14px 22px;
  border-radius: 999px;
  margin-bottom: 22px;
  color: var(--gold-soft);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.final-cta-phone:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
}
.final-cta-icon { font-size: 22px; }
.final-cta-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.final-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.final-cta-foot {
  color: #b8c6e1;
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: .4px;
}

/* Sticky mobile call/WhatsApp bar */
.sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  grid-template-columns: 1fr 1fr;
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -8px 24px rgba(7, 31, 69, .18);
}
.sticky-mobile a {
  text-align: center;
  color: #fff;
  font-weight: 900;
  padding: 15px;
  letter-spacing: .4px;
}
.sticky-mobile a:first-child { background: var(--navy); }
.sticky-mobile a:last-child  { background: #128c7e; }

@media (max-width: 1050px) {
  .header-call { display: none; }
  .menu-toggle { display: block; }
  /* Move language picker into the hamburger menu, free up the header */
  .lang-switch--header { display: none; }
  .lang-switch--nav    { display: flex; justify-content: space-between; margin-top: 6px; }
  .lang-switch--nav::before {
    content: "Language";
    font-weight: 800;
    color: var(--navy);
    align-self: center;
    margin-left: 2px;
  }
  .lang-switch--nav select { font-size: 14px; padding: 8px 6px; padding-right: 22px; }
  .main-nav {
    position: absolute;
    top: 72px;
    left: 5%;
    right: 5%;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 10px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; border-radius: 12px; }
  .main-nav a:hover { background: var(--soft); }
  .hero, .booking-panel, .why-section { grid-template-columns: 1fr; }
  .stats-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-tile:nth-child(2) { border-right: 0; }
  .stat-tile:nth-child(1), .stat-tile:nth-child(2) { border-bottom: 1px solid var(--line); padding-bottom: 14px; }
  .stat-tile:nth-child(3), .stat-tile:nth-child(4) { padding-top: 14px; }
  .booking-form, .four, .three, .route-grid, .contact-cards,
  .gallery-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .section-head.left { text-align: center; margin: 0 auto; }
}

@media (max-width: 680px) {
  .site-header { padding: 7px 4%; gap: 8px; }
  .logo { gap: 9px; }
  .logo strong { font-size: 14px; line-height: 1.15; }
  .logo small  { font-size: 9.5px; letter-spacing: 1px; }
  .logo-mark   { width: 42px; height: 40px; }
  .hero { padding: 40px 5%; min-height: auto; }
  .hero-art, .hero-art img { min-height: 280px; }
  .hero-art { order: -1; border-radius: 24px; }
  .lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .booking-panel, .section, .why-section, .final-cta { padding: 52px 5%; }
  .stats-strip { padding: 14px 5%; }
  .stats-strip-grid { padding: 12px; }
  .stat-tile { padding: 8px; }
  .booking-form, .four, .three, .route-grid, .why-list, .contact-cards,
  .gallery-grid, .reviews-grid { grid-template-columns: 1fr; }
  .fleet .featured { transform: none; }
  .reviews-embed { aspect-ratio: 4 / 3; }
  .final-cta-actions .btn { width: 100%; }
  .final-cta-phone { padding: 12px 16px; }
  .sticky-mobile { display: grid; }
  /* Keep last-section content from hiding behind the sticky bar */
  body { padding-bottom: 60px; }
}

/* Gentle entrance for the hero text and art */
@keyframes gtFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.hero-copy { animation: gtFadeUp .7s ease both; }
.hero-art  { animation: gtFadeUp .9s .1s ease both; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-copy, .hero-art { animation: none; }
  .logo:hover .logo-mark { transform: none; }
  .cards article:hover, .contact-cards a:hover,
  .fleet .featured:hover, .route-grid a:hover,
  .header-call:hover, .primary:hover, .whatsapp:hover,
  .trust-row span:hover { transform: none; }
}
