/*
Theme Name: Taxi Zagreb Croatia
Theme URI: https://taxizagrebcroatia.hr
Author: Custom Build
Description: Premium custom WordPress theme for Taxi & Transfers Zagreb Croatia. Conversion-focused private transfer service site. ACF-driven, fully editable, mobile-first.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: taxizagreb
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --gold: #edb723;
  --gold-dark: #d4a01e;
  --gold-soft: #fdf6e3;
  --ink: #0a0a0a;
  --ink-soft: #131313;
  --ink-card: #161616;
  --white: #ffffff;
  --off-white: #fafafa;
  --gray-100: #f1f1f1;
  --gray-300: #d8d8d8;
  --gray-500: #777777;
  --gray-700: #444444;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --maxw: 1180px;
  --shadow-card: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 36px rgba(0,0,0,0.12);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 { margin: 0 0 .4em; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.25rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--dark { background: var(--ink); color: var(--white); }
.section--ink { background: var(--ink); color: var(--white); }
.section--soft { background: var(--off-white); }
.section--gold { background: var(--gold); color: var(--ink); }
.text-center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 10px;
}
.section--dark .eyebrow, .section--ink .eyebrow { color: var(--gold); }
.section-head { max-width: 640px; margin: 0 auto 48px; }
.section-head.text-center { margin-left: auto; margin-right: auto; }
.section-head p { color: var(--gray-500); font-size: 1.02rem; }
.section--dark .section-head p, .section--ink .section-head p { color: rgba(255,255,255,.6); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: .95rem;
  padding: 15px 30px; border-radius: var(--radius-md);
  border: 1.5px solid transparent; cursor: pointer;
  transition: all .25s var(--ease); text-transform: uppercase;
  letter-spacing: .02em; line-height: 1;
}
.btn i { font-size: 1.15em; }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(237,183,35,.35); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.3); color: var(--white); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--dark { background: var(--ink); color: var(--gold); }
.btn--dark:hover { background: #1c1c1c; transform: translateY(-2px); }
.btn--outline-dark { background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.25); color: var(--ink); }
.btn--outline-dark:hover { background: rgba(0,0,0,.12); }
.btn--lg { padding: 17px 36px; font-size: 1rem; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,10,10,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background .3s var(--ease);
}
.site-header.scrolled { background: rgba(10,10,10,.97); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand__mark { width: 36px; height: 36px; background: var(--gold); border-radius: 8px; display: grid; place-items: center; }
.brand__mark i { color: var(--ink); font-size: 22px; }
.brand__name { color: var(--white); font-weight: 800; font-size: .92rem; letter-spacing: .04em; line-height: 1.1; }
.brand__name span { display: block; color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .12em; }
.nav__menu { display: flex; align-items: center; gap: 28px; }
.nav__menu a { color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 500; }
.nav__menu a:hover, .nav__menu .current-menu-item > a { color: var(--gold); }
.nav__cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav__phone { color: var(--white); font-size: .88rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.nav__phone i { color: var(--gold); }
.nav__toggle { display: none; background: none; border: none; color: var(--white); font-size: 28px; cursor: pointer; padding: 4px; }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 999; background: var(--ink);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px;
  transform: translateX(100%); transition: transform .4s var(--ease); visibility: hidden;
}
.mobile-menu.open { transform: translateX(0); visibility: visible; }
.mobile-menu a { color: var(--white); font-size: 1.5rem; font-weight: 600; padding: 12px; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .btn { margin-top: 20px; }
.mobile-menu__close { position: absolute; top: 26px; right: 26px; background: none; border: none; color: var(--white); font-size: 34px; cursor: pointer; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  padding: 120px 0 70px; overflow: hidden; background: var(--ink);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  /* background: linear-gradient(115deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.78) 45%, rgba(10,10,10,.45) 100%); */
   background:rgba(0,0,0,.05);
}
.hero__overlay::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 78% 18%, rgba(237,183,35,.16), transparent 55%);
}
.hero__inner { position: relative; z-index: 2; max-width: 620px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px;
  background: rgba(237,183,35,.12); border: 1px solid rgba(237,183,35,.35);
  padding: 7px 15px; border-radius: 30px;
}
.hero__badge .stars { display: flex; gap: 2px; }
.hero__badge i { color: var(--gold); font-size: 12px; }
.hero__badge span { color: var(--gold); font-size: .76rem; font-weight: 600; }
.hero h1 { color: var(--white); margin-bottom: 16px; color: #E6B022;
    font-weight: 200; }
.hero__sub { color: rgba(255,255,255,.7); font-size: 1.1rem; max-width: 460px; margin-bottom: 30px; }
.hero__bullets { display: flex; flex-direction: column; gap: 13px; margin-bottom: 34px; }
.hero__bullet { display: flex; align-items: center; gap: 14px; }
.hero__bullet-ic {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%;
   border: 1px solid rgba(237,183,35,1);
  display: grid; place-items: center;
}
.hero__bullet-ic i { color: var(--gold); font-size: 21px; }
.hero__bullet span { color: var(--white); font-size: .9rem; font-weight: 400; }
.hero__bullet span small { color: rgba(255,255,255,.5); font-weight: 400; font-size: .85em; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trustbar { background: var(--ink-soft); border-top: 1px solid rgba(237,183,35,.15); padding: 20px 0; }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trustbar__item { display: flex; align-items: center; gap: 11px; justify-content: center; }
.trustbar__item i { color: var(--gold); font-size: 22px; }
.trustbar__item span { color: rgba(255,255,255,.85); font-size: .88rem; font-weight: 500; }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: var(--white); border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius-lg);
  padding: 30px; transition: all .3s var(--ease); display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--gold); }
.svc-card__ic { width: 56px; height: 56px; background: var(--gold); border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; }
.svc-card__ic i { color: var(--ink); font-size: 30px; }
.svc-card h3 { margin-bottom: 4px; }
.svc-card__sub { color: var(--gold-dark); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.svc-card p { color: var(--gray-700); font-size: .95rem; flex-grow: 1; }
.svc-card__more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; margin-top: 6px; }
.svc-card__more i { color: var(--gold-dark); transition: transform .25s var(--ease); }
.svc-card:hover .svc-card__more i { transform: translateX(4px); }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.why-item { display: flex; flex-direction: column; gap: 14px; }
.why-item__ic { width: 54px; height: 54px; background: var(--gold-soft); border-radius: 14px; display: grid; place-items: center; }
.why-item__ic i { color: var(--gold-dark); font-size: 26px; }
.why-item h3 { font-size: 1.05rem; margin-bottom: 2px; }
.why-item p { color: var(--gray-500); font-size: .9rem; margin: 0; }

/* ============================================================
   VEHICLES
   ============================================================ */
.veh-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.veh-card { background: var(--ink-card); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); overflow: hidden; transition: all .3s var(--ease); }
.veh-card:hover { transform: translateY(-5px); border-color: rgba(237,183,35,.4); }
.veh-card__img { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #1c1c1c; }
.veh-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.veh-card:hover .veh-card__img img { transform: scale(1.05); }
.veh-card__cap { position: absolute; top: 14px; right: 14px; background: var(--gold); color: var(--ink); font-weight: 700; font-size: .76rem; padding: 5px 13px; border-radius: 20px; }
.veh-card__body { padding: 22px; }
.veh-card__body h3 { color: var(--white); margin-bottom: 14px; }
.veh-feats { display: flex; flex-wrap: wrap; gap: 8px; }
.veh-feats span { font-size: .76rem; color: #ccc; background: rgba(255,255,255,.07); padding: 5px 11px; border-radius: 14px; display: inline-flex; align-items: center; gap: 5px; }
.veh-feats span i { color: var(--gold); font-size: 13px; }
.veh-included { text-align: center; margin-bottom: 36px; }
.veh-included__pills { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.veh-included__pills span { display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: .9rem; background: rgba(237,183,35,.1); border: 1px solid rgba(237,183,35,.25); padding: 8px 16px; border-radius: 30px; }
.veh-included__pills i { color: var(--gold); }

/* ============================================================
   DESTINATIONS SLIDER
   ============================================================ */
.dest-slider { position: relative; }
.dest-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-width: none; }
.dest-track::-webkit-scrollbar { display: none; }
.dest-card { flex: 0 0 230px; scroll-snap-align: start; position: relative; height: 290px; border-radius: var(--radius-lg); overflow: hidden; }
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.dest-card:hover img { transform: scale(1.07); }
.dest-card__grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8) 5%, rgba(0,0,0,.1) 60%); }
.dest-card__label { position: absolute; bottom: 16px; left: 16px; right: 16px; z-index: 2; }
.dest-card__flag { font-size: 1.1rem; }
.dest-card__name { color: var(--white); font-size: 1.15rem; font-weight: 700; }
.dest-card__type { color: rgba(255,255,255,.65); font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; }
.dest-nav { display: flex; gap: 10px; justify-content: center; margin-top: 24px; }
.dest-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,.15); background: var(--white); cursor: pointer; display: grid; place-items: center; transition: all .25s var(--ease); }
.dest-nav button:hover { background: var(--gold); border-color: var(--gold); }
.dest-nav button i { font-size: 22px; }
.section--dark .dest-nav button, .section--ink .dest-nav button { background: transparent; border-color: rgba(255,255,255,.2); color: #fff; }
.section--dark .dest-nav button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ============================================================
   PRICING NOTE
   ============================================================ */
.pricing-note { text-align: center; }
.pricing-note p { color: #5a4708; font-size: 1.08rem; max-width: 560px; margin: 0 auto 26px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.rating-head { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 36px; }
.rating-head .stars { display: flex; gap: 3px; }
.rating-head i { color: var(--gold); font-size: 19px; }
.rating-head span { color: var(--gray-500); font-size: .9rem; margin-left: 6px; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.testi-card { border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius-lg); padding: 24px; background: var(--white); }
.testi-card .stars { display: flex; gap: 2px; margin-bottom: 14px; }
.testi-card .stars i { color: var(--gold); font-size: 15px; }
.testi-card p { color: var(--gray-700); font-size: .95rem; line-height: 1.7; }
.testi-card__author { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.testi-card__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; font-weight: 700; font-size: .85rem; }
.testi-card__author strong { font-size: .92rem; }
.testi-card__author small { color: var(--gray-500); display: block; font-size: .78rem; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--ink-card); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md); overflow: hidden; transition: border-color .25s var(--ease); }
.faq-item.open { border-color: rgba(237,183,35,.4); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; color: var(--white); font-size: 1rem; font-weight: 600; font-family: inherit; }
.faq-item.open .faq-q { color: var(--gold); }
.faq-q i { color: var(--gold); font-size: 20px; transition: transform .3s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a__inner { padding: 0 22px 20px; color: rgba(255,255,255,.7); font-size: .94rem; line-height: 1.7; }
/* light variant */
.section--soft .faq-item, .section--light .faq-item { background: var(--white); border-color: rgba(0,0,0,.08); }
.section--soft .faq-q, .section--light .faq-q { color: var(--ink); }
.section--soft .faq-item.open .faq-q, .section--light .faq-item.open .faq-q { color: var(--gold-dark); }
.section--soft .faq-a__inner, .section--light .faq-a__inner { color: var(--gray-700); }

/* ============================================================
   BLOG CARDS  (matches existing site)
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { position: relative; height: 340px; border-radius: var(--radius-lg); overflow: hidden; display: block; }
.blog-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.blog-card:hover img { transform: scale(1.06); }
.blog-card__grad { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.82) 100%); }
.blog-card__title { position: absolute; top: 22px; left: 22px; right: 22px; z-index: 2; color: var(--white); font-size: 1.18rem; font-weight: 700; line-height: 1.3; }
.blog-card__more { position: absolute; bottom: 22px; left: 22px; z-index: 2; color: var(--white); font-weight: 600; font-size: .92rem; border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.blog-card__plus { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 40px; height: 40px; background: var(--gold); border-radius: 50%; display: grid; place-items: center; opacity: 0; transition: opacity .3s var(--ease); }
.blog-card:hover .blog-card__plus { opacity: 1; }
.blog-card__plus i { color: var(--ink); font-size: 24px; }

/* ============================================================
   KAYAK BADGE
   ============================================================ */
.kayak-badge { display: flex; justify-content: center; align-items: center; }
.kayak-badge__link { display: inline-block; line-height: 0; opacity: .85; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.kayak-badge__link:hover { opacity: 1; transform: translateY(-3px); }
.kayak-badge img { width: auto; max-width: 100%; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner { text-align: center; }
.cta-banner h2 { color: var(--ink); margin-bottom: 8px; }
.cta-banner.cta-banner--dark h2 { color: var(--white); }
.cta-banner p { font-size: 1.05rem; margin-bottom: 26px; }
.cta-banner--gold p { color: #5a4708; }
.cta-banner--dark p { color: rgba(255,255,255,.7); }
.cta-banner__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   STEPS (how it works)
   ============================================================ */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--white); border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius-lg); padding: 30px; position: relative; }
.section--dark .step, .section--ink .step { background: var(--ink-card); border-color: rgba(255,255,255,.08); }
.step__num { width: 44px; height: 44px; background: var(--gold); color: var(--ink); border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 16px; }
.step h3 { margin-bottom: 6px; }
.section--dark .step h3, .section--ink .step h3 { color: var(--white); }
.step p { color: var(--gray-500); font-size: .92rem; margin: 0; }
.section--dark .step p, .section--ink .step p { color: rgba(255,255,255,.6); }

/* ============================================================
   INCLUDED LIST / CHECKS
   ============================================================ */
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 720px; margin: 0 auto; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: .98rem; }
.check-list li i { color: var(--gold-dark); font-size: 20px; flex-shrink: 0; }
.section--dark .check-list li, .section--ink .check-list li { color: rgba(255,255,255,.85); }
.section--dark .check-list li i, .section--ink .check-list li i { color: var(--gold); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { position: relative; min-height: 56vh; display: flex; align-items: flex-end; padding: 130px 0 56px; background: var(--ink); overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; z-index: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(10,10,10,.9), rgba(10,10,10,.55)); }
.page-hero__inner { position: relative; z-index: 2; max-width: 720px; }
.page-hero .breadcrumb { color: rgba(255,255,255,.6); font-size: .82rem; margin-bottom: 14px; }
.page-hero .breadcrumb a:hover { color: var(--gold); }
.page-hero h1 { color: var(--white); }
.page-hero__lead { color: rgba(255,255,255,.78); font-size: 1.12rem; max-width: 600px; margin-top: 12px; }

.prose { max-width: 760px; margin: 0 auto; }
.prose p { font-size: 1.05rem; color: var(--gray-700); line-height: 1.8; }

/* In-text links (prose + WYSIWYG intros) — gold so they read as links */
.prose a,
.section-head p a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; transition: color .2s var(--ease); }
.prose a:hover,
.section-head p a:hover { color: var(--gold); }
/* Brighter gold on dark/ink sections for contrast */
.section--dark .prose a, .section--ink .prose a,
.section--dark .section-head p a, .section--ink .section-head p a { color: var(--gold); }
.section--dark .prose a:hover, .section--ink .prose a:hover,
.section--dark .section-head p a:hover, .section--ink .section-head p a:hover { color: #f4cf5e; }

/* ============================================================
   DESTINATION GRID (service pages)
   ============================================================ */
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 18px; }
.city-card { position: relative; height: 220px; border-radius: var(--radius-lg); overflow: hidden; }
.city-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.city-card:hover img { transform: scale(1.07); }
.city-card__grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.05) 65%); }
.city-card__label { position: absolute; bottom: 14px; left: 16px; right: 16px; z-index: 2; }
.city-card__label strong { color: var(--white); font-size: 1.1rem; display: block; }
.city-card__label span { color: rgba(255,255,255,.6); font-size: .76rem; }

/* tours */
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tour-card { background: var(--white); border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius-lg); overflow: hidden; transition: all .3s var(--ease); }
.tour-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.tour-card__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.tour-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.tour-card:hover .tour-card__img img { transform: scale(1.06); }
.tour-card__badge { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--ink); font-size: .72rem; font-weight: 700; padding: 4px 11px; border-radius: 14px; }
.tour-card__body { padding: 20px; }
.tour-card__body h3 { font-size: 1.08rem; margin-bottom: 6px; }
.tour-card__body p { color: var(--gray-500); font-size: .9rem; margin: 0; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
.contact-form { background: var(--white); border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius-lg); padding: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.form-field label .req { color: #d62828; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid rgba(0,0,0,.14); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .95rem; background: var(--white); transition: border-color .2s var(--ease);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); outline: none; }
.form-field textarea { resize: vertical; min-height: 110px; }
.contact-info { background: var(--ink); color: var(--white); border-radius: var(--radius-lg); padding: 34px; }
.contact-info h3 { color: var(--white); margin-bottom: 22px; }
.contact-info__item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-info__item i { color: var(--gold); font-size: 22px; margin-top: 2px; }
.contact-info__item strong { display: block; font-size: .95rem; }
.contact-info__item span { color: rgba(255,255,255,.65); font-size: .88rem; }
.contact-form__intro { color: var(--gray-500); font-size: .95rem; margin-bottom: 22px; }

/* ---- Contact Form 7 override (match the built-in static form) ---- */
.wpcf7-form-control-wrap { display: block; width: 100%; }
.contact-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%; padding: 12px 14px; border: 1.5px solid rgba(0,0,0,.14); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .95rem; background: var(--white); transition: border-color .2s var(--ease);
}
.contact-form .wpcf7-form-control:not(.wpcf7-submit):focus { border-color: var(--gold); outline: none; }
.contact-form textarea.wpcf7-form-control { resize: vertical; min-height: 110px; }
.wpcf7-not-valid-tip { color: #d62828; font-size: .8rem; margin-top: 4px; display: block; }
.wpcf7-response-output { border-radius: var(--radius-sm); padding: 12px 16px; margin: 16px 0 0; font-size: .9rem; border-width: 1.5px; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #2e7d32; background: #edf7ed; color: #1b5e20; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { border-color: #d62828; background: #fdecea; color: #a31515; }
.tzg-hp { position: absolute !important; left: -9999px !important; }
.wpcf7-spinner { vertical-align: middle; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: var(--white); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { color: rgba(255,255,255,.5); font-size: .9rem; max-width: 260px; }
.footer-col h4 { color: var(--gold); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-col a, .footer-col p { color: rgba(255,255,255,.6); font-size: .9rem; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.footer-col a:hover { color: var(--gold); }
.footer-col a i, .footer-col p i { color: var(--gold); font-size: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.footer-bottom small { color: rgba(255,255,255,.4); font-size: .8rem; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: rgba(255,255,255,.5); font-size: 20px; }
.footer-social a:hover { color: var(--gold); }

/* sticky mobile call bar */
.mobile-callbar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: var(--gold); padding: 12px; }
.mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink); font-weight: 800; text-transform: uppercase; font-size: .92rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .svc-grid, .why-grid, .blog-grid, .tour-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 56px 0; }
  .nav__menu, .nav__phone { display: none; }
  .nav__toggle { display: block; }
  .svc-grid, .why-grid, .veh-grid, .blog-grid, .tour-grid, .steps-grid, .check-list, .form-row { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 110px 0 60px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .mobile-callbar { display: block; }
  body { padding-bottom: 56px; }
  /* .kayak-badge img { height: 120px; } */
}

/* ============================================================
   FIXES — v1.2.0
   Appended block: overrides earlier rules through source order.
   Do not move above the rules it is meant to override.
   ============================================================ */

/* ---- Anchor scrolling with a fixed header ---- */
:root { --header-h: 74px; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ---- Mobile drawer ----
   z-index 1200 puts the drawer ABOVE .site-header (1000). Without this the
   fixed header is painted over the drawer and swallows the close button. */
.mobile-menu {
  z-index: 1200;
  justify-content: flex-start;
  padding: 96px 24px 40px;
  overflow-y: auto;
}
.mobile-menu__close {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  z-index: 2;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.mobile-menu__close:hover { color: var(--gold); background: rgba(237,183,35,.16); }
.mobile-menu__nav { width: 100%; }
.mobile-menu__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  width: 100%;
}
.mobile-menu__list li { width: 100%; text-align: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu__list li:last-child { border-bottom: 0; }
.mobile-menu__list a { display: block; width: 100%; padding: 16px 12px; }
.mobile-menu__list a:hover,
.mobile-menu__list .current-menu-item > a { color: var(--gold); }
.mobile-menu__actions {
  display: flex; flex-direction: column; gap: 12px;
  width: 100%; max-width: 320px;
  margin: 28px auto 0;
}
.mobile-menu__actions .btn { width: 100%; justify-content: center; margin-top: 0; }
body.menu-open { overflow: hidden; }

/* ---- Feature image band (below the hero) ---- */
.feature-image { position: relative; padding: 80px 16px; }
@media (max-width: 600px) {
.feature-image { padding: 40px 0px 0px 0px; }
.feature-image .container{ padding: 0px 16px; }
}
.feature-image__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  /* transform: translateY(-40px); */
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}
.feature-image__figure img {
  display: block;
  width: 100%;
  /* aspect-ratio: 16 / 7; */
  object-fit: cover;
}
.feature-image__figure::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,0));
  pointer-events: none;
}
.feature-image__caption {
  position: absolute; left: 0; bottom: 0;
  z-index: 2;
  padding: 26px 30px;
  max-width: 78%;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
}
.feature-image__caption::before {
  content: "";
  display: block;
  width: 40px; height: 3px;
  background: var(--gold);
  margin-bottom: 12px;
}
.feature-image--plain { background: none; }
.feature-image--plain .feature-image__figure { transform: none; }

@media (max-width: 760px) {
  .feature-image__figure { transform: translateY(-20px); }
  .feature-image--plain .feature-image__figure { transform: none; }
  .feature-image__figure img { aspect-ratio: 4 / 3; }
  .feature-image__caption { max-width: 100%; padding: 18px 20px; font-size: .95rem; }
}

/* ============================================================
   FIXES — v1.2.2
   ============================================================ */

/* <picture> is inline by default, which would collapse the absolutely
   positioned hero background and break the img's height:100%.
   Only emitted when a separate mobile hero image is set. */
.hero__bg picture,
.page-hero__bg picture { display: block; width: 100%; height: 100%; }
