/* =========================================================
   VIAJARTE MÉXICO — Stylesheet
   Brand: Rosa #BF4D8C / #F11C86 · Amarillo #E6BD42 / #FFB400
   Type:  Bebas Neue (display) + Montserrat (body)
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --pink: #BF4D8C;
  --pink-bright: #F11C86;
  --pink-soft: #fdeef6;
  --yellow: #E6BD42;
  --yellow-bright: #FFB400;
  --yellow-soft: #fff7e0;
  --ink: #1a1a1a;
  --ink-2: #4a4a4a;
  --ink-3: #7a7a7a;
  --line: #e8e6e6;
  --bg: #ffffff;
  --bg-soft: #fbf8f5;
  --bg-dark: #161019;

  --shadow-sm: 0 6px 18px rgba(20,10,30,.06);
  --shadow-md: 0 14px 38px rgba(20,10,30,.10);
  --shadow-lg: 0 30px 60px rgba(20,10,30,.18);

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;

  --container: 1200px;
  --gap: clamp(20px, 4vw, 32px);

  --font-body: 'Montserrat', system-ui, sans-serif;
  --font-display: 'Bebas Neue', 'Montserrat', sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; line-height: 1.15; letter-spacing: -.01em; }
p { margin: 0 0 1em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  letter-spacing: .22em;
  font-size: .85rem;
  color: var(--pink);
  margin-bottom: 14px;
}
.eyebrow--light { color: var(--yellow-bright); }

.section { padding: clamp(60px, 8vw, 110px) 0; }
.section__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  letter-spacing: .02em;
  color: var(--ink);
  margin-bottom: 14px;
}
.section__title em { font-style: normal; color: var(--pink); }
.section__title--light { color: #fff; }
.section__title--light em { color: var(--yellow-bright); }
.section__lead { max-width: 720px; margin-inline: auto; color: var(--ink-2); }
.section__head--center { text-align: center; margin-bottom: 56px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600; font-size: .95rem;
  letter-spacing: .02em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s, color .2s;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn--primary {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 10px 24px rgba(191,77,140,.35);
}
.btn--primary:hover { background: var(--pink-bright); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(241,28,134,.40); }
.btn--accent {
  background: var(--yellow-bright);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(255,180,0,.35);
}
.btn--accent:hover { background: var(--yellow); transform: translateY(-2px); }
.btn--ghost {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.6);
}
.btn--ghost:hover { background: #fff; color: var(--ink); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--bg-dark); color: #cfc8d4;
  font-size: .82rem;
  padding: 9px 0;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar__contact { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__contact a, .topbar__social a { color: #cfc8d4; transition: color .2s; }
.topbar__contact a:hover, .topbar__social a:hover { color: var(--yellow-bright); }
.topbar__contact i { color: var(--pink); margin-right: 6px; }
.topbar__right { display: flex; gap: 18px; align-items: center; }
.topbar__social { display: flex; gap: 12px; }

.lang-switch { display: flex; align-items: center; gap: 6px; }
.lang-switch button {
  font: inherit; padding: 2px 6px; border-radius: 4px; color: #cfc8d4;
  font-weight: 600; letter-spacing: .05em;
}
.lang-switch button.is-active { color: #fff; background: var(--pink); }
.lang-switch span { color: #5a4f63; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: #f7f7f7;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 46px; height: 46px; }
.brand__logo { height: 64px; width: auto; display: block; }
.brand__logo--footer { height: 110px; border-radius: var(--r-sm); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  letter-spacing: .12em;
  font-size: 1.25rem;
  color: var(--ink);
}
.brand__name strong { color: var(--pink); font-weight: 400; }
.brand__tag {
  font-size: .65rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ink-3); margin-top: 4px;
}
.brand--light .brand__name { color: #fff; }
.brand--light .brand__name strong { color: var(--yellow-bright); }
.brand--light .brand__tag { color: rgba(255,255,255,.55); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 10px 14px;
  font-size: .92rem; font-weight: 500;
  color: var(--ink-2);
  border-radius: 8px;
  position: relative;
  transition: color .2s, background .2s;
}
.nav a:hover { color: var(--pink); }
.nav a.is-current { color: var(--pink); }
.nav a.is-current::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--pink); border-radius: 2px;
}
.nav__cta {
  background: var(--pink); color: #fff !important;
  margin-left: 10px;
  padding: 10px 20px !important;
  border-radius: 999px !important;
}
.nav__cta:hover { background: var(--pink-bright); }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  flex-direction: column; gap: 5px; justify-content: center; align-items: center;
  border-radius: 8px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(80px, 12vw, 140px) 0 60px;
  overflow: hidden;
  color: #fff;
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom { to { transform: scale(1.12); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(22,16,25,.55) 0%, rgba(22,16,25,.35) 40%, rgba(22,16,25,.85) 100%),
    radial-gradient(60% 60% at 20% 30%, rgba(191,77,140,.35), transparent 70%);
}
.hero__inner { position: relative; z-index: 2; max-width: 820px; }
.hero__eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1rem; letter-spacing: .35em;
  color: var(--yellow-bright);
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  margin-bottom: 22px;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  letter-spacing: .01em;
  line-height: 1.05;
  margin-bottom: 22px;
  text-wrap: balance;
}
.hero__title em { font-style: normal; color: var(--yellow-bright); }
.hero__sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(255,255,255,.85);
  max-width: 640px;
  margin-bottom: 34px;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Inquiry form (replaces booking widget) */
.inquiry {
  position: relative; z-index: 2;
  margin-top: 56px;
  background: #fff;
  border-radius: var(--r-md);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr) auto;
  gap: 8px;
  box-shadow: var(--shadow-lg);
}
.inquiry__field {
  display: flex; flex-direction: column; gap: 4px;
  padding: 10px 14px;
  border-right: 1px solid var(--line);
}
.inquiry__field:last-of-type { border-right: 0; }
.inquiry__field label {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 600;
}
.inquiry__field select,
.inquiry__field input {
  border: 0; padding: 4px 0; font: inherit; color: var(--ink); font-weight: 600;
  background: transparent; outline: none;
}
.inquiry__btn { justify-content: center; }

/* ---------- About ---------- */
.section--about { background: var(--bg-soft); }
.about__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px); align-items: center;
}
.about__media {
  position: relative; aspect-ratio: 4 / 4.6;
}
.about__img {
  position: absolute;
  border-radius: var(--r-lg);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}
.about__img--main {
  width: 78%; height: 88%;
  top: 0; left: 0;
}
.about__img--accent {
  width: 55%; height: 50%;
  bottom: 0; right: 0;
  border: 8px solid var(--bg-soft);
}
.about__badge {
  position: absolute;
  bottom: 18%; left: -10px;
  background: var(--pink);
  color: #fff;
  padding: 16px 22px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  font-family: var(--font-display);
}
.about__badge-num { font-size: 2rem; letter-spacing: .04em; }
.about__badge-txt { font-size: .8rem; letter-spacing: .2em; }
.about__copy p { color: var(--ink-2); font-size: 1.02rem; }
.about__note { font-style: italic; color: var(--pink); margin-top: 18px; font-weight: 600; }

/* ---------- Why ---------- */
.section--why {
  background:
    linear-gradient(180deg, rgba(22,16,25,.92), rgba(22,16,25,.92)),
    url('../img/photos/agave.jpg') center / cover fixed;
  color: #fff;
}
.section--why .section__lead { color: rgba(255,255,255,.7); }
.why__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.why__card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg);
  padding: 38px 30px;
  text-align: center;
  transition: transform .3s, border-color .3s, background .3s;
}
.why__card:hover { transform: translateY(-6px); border-color: var(--pink); }
.why__card--featured {
  background: linear-gradient(160deg, var(--pink), var(--pink-bright));
  border-color: transparent;
}
.why__icon {
  width: 76px; height: 76px;
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 22px;
  background: rgba(255,255,255,.08);
  font-size: 1.7rem;
  color: var(--yellow-bright);
}
.why__card--featured .why__icon { background: rgba(255,255,255,.18); color: #fff; }
.why__card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem; letter-spacing: .04em;
  margin-bottom: 14px;
}
.why__card p { color: rgba(255,255,255,.75); margin: 0; }
.why__card--featured p { color: rgba(255,255,255,.92); }

/* ---------- Tours ---------- */
.tours__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.tour-card {
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.tour-card__media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
}
.tour-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.tour-card:hover .tour-card__media img { transform: scale(1.08); }
.tour-card__badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--pink); color: #fff;
  padding: 6px 14px; border-radius: 999px;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  display: inline-flex; gap: 6px; align-items: center;
}
.tour-card__fav {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--pink);
  display: grid; place-items: center;
  transition: background .2s, color .2s;
}
.tour-card__fav:hover { background: var(--pink); color: #fff; }
.tour-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.tour-card__cat {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--yellow-bright); font-weight: 700;
  margin-bottom: 10px;
}
.tour-card__body h3 {
  font-size: 1.18rem; font-weight: 700; line-height: 1.3;
  margin-bottom: 10px;
}
.tour-card__body p { color: var(--ink-2); font-size: .92rem; flex: 1; }
.tour-card__link {
  margin-top: 12px;
  color: var(--pink); font-weight: 600;
  display: inline-flex; gap: 6px; align-items: center;
  transition: gap .2s;
}
.tour-card__link:hover { gap: 12px; color: var(--pink-bright); }

/* ---------- Banner ---------- */
.banner {
  position: relative;
  background-size: cover; background-position: center;
  background-attachment: fixed;
  padding: clamp(80px, 12vw, 140px) 0;
  color: #fff;
  text-align: center;
}
.banner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(191,77,140,.85), rgba(22,16,25,.7));
}
.banner__inner { position: relative; z-index: 2; max-width: 720px; margin-inline: auto; }
.banner__eyebrow {
  font-family: var(--font-display);
  letter-spacing: .3em; color: var(--yellow-bright);
  font-size: .9rem;
  display: inline-block; margin-bottom: 18px;
}
.banner h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: .02em;
  margin-bottom: 18px;
}
.banner p { color: rgba(255,255,255,.9); margin-bottom: 26px; }

/* ---------- Services ---------- */
.section--services { background: var(--bg-soft); }
.services__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.service {
  background: #fff;
  padding: 32px 28px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.service:hover {
  transform: translateY(-4px);
  border-color: var(--pink);
  box-shadow: var(--shadow-sm);
}
.service__icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--pink-soft); color: var(--pink);
  font-size: 1.4rem;
  margin-bottom: 18px;
  transition: background .3s, color .3s;
}
.service:hover .service__icon { background: var(--pink); color: #fff; }
.service h4 {
  font-size: 1.05rem; margin-bottom: 8px;
}
.service p { color: var(--ink-2); font-size: .9rem; margin: 0; }

/* ---------- Process ---------- */
.section--process {
  background: var(--bg-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section--process::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 80% 0%, rgba(191,77,140,.18), transparent 60%),
              radial-gradient(60% 60% at 0% 100%, rgba(255,180,0,.12), transparent 60%);
  pointer-events: none;
}
.process__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  position: relative;
}
.step {
  position: relative;
  padding: 28px 24px 28px 30px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
}
.step__num {
  font-family: var(--font-display);
  font-size: 2.6rem; letter-spacing: .04em;
  color: var(--yellow-bright);
  line-height: 1; margin-bottom: 16px;
}
.step h4 { margin-bottom: 10px; }
.step p { color: rgba(255,255,255,.7); font-size: .9rem; margin: 0; }
.process__cta {
  text-align: center;
  margin-top: 56px;
  position: relative;
}
.process__cta h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  letter-spacing: .04em;
  color: #fff; margin-bottom: 10px;
}
.process__cta p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto 22px; }

/* ---------- Counters ---------- */
.counters {
  background: var(--pink);
  color: #fff;
  padding: 56px 0;
}
.counters__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.counter { display: flex; flex-direction: column; gap: 6px; }
.counter__num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: .04em;
  line-height: 1;
}
.counter__lbl {
  font-size: .82rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.counters__phrase {
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
  font-size: clamp(1.4rem, 3.2vw, 2.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
}

/* ---------- Reviews ---------- */
.reviews__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.review {
  background: var(--bg-soft);
  border-radius: var(--r-md);
  padding: 32px 30px;
  border-left: 4px solid var(--pink);
}
.review__stars { color: var(--yellow-bright); letter-spacing: .15em; margin-bottom: 14px; }
.review p { color: var(--ink-2); font-style: italic; margin-bottom: 18px; }
.review__author { display: flex; align-items: center; gap: 14px; }
.review__avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--pink); color: #fff;
  display: grid; place-items: center;
}
.review__author strong { display: block; }
.review__author span { font-size: .85rem; color: var(--ink-3); }

/* ---------- Blog ---------- */
.section--blog { background: var(--bg-soft); }
.blog__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.post {
  background: #fff;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.post:hover .post__media img { transform: scale(1.06); }
.post__date {
  position: absolute; top: 14px; left: 14px;
  background: var(--yellow-bright); color: var(--ink);
  padding: 6px 12px; border-radius: 999px;
  font-size: .76rem; font-weight: 700; letter-spacing: .04em;
}
.post__body { padding: 22px 24px 26px; }
.post__cat {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--pink); font-weight: 700;
}
.post__body h3 { font-size: 1.15rem; margin: 8px 0 8px; line-height: 1.35; }
.post__body p { color: var(--ink-2); font-size: .92rem; }
.post__link {
  color: var(--pink); font-weight: 600;
  display: inline-flex; gap: 6px; align-items: center;
}

/* ---------- Gallery / Instagram ---------- */
.gallery { background: var(--bg-dark); }
.gallery__head {
  text-align: center; padding: 56px 16px 24px;
  color: #fff;
}
.gallery__head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: .06em;
  color: #fff; margin-top: 4px;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.gallery__item {
  position: relative; aspect-ratio: 1; overflow: hidden; display: block;
}
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.gallery__item span {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: rgba(191,77,140,.85);
  color: #fff; font-size: 1.6rem;
  opacity: 0; transition: opacity .3s;
}
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover span { opacity: 1; }

/* ---------- Contact ---------- */
.section--contact { background: linear-gradient(180deg, var(--bg) 0%, var(--pink-soft) 100%); }
.contact__grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start;
}
.contact__copy p { color: var(--ink-2); }
.contact__list { margin: 24px 0; }
.contact__list li {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 0; border-bottom: 1px dashed var(--line);
}
.contact__list i {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--pink); color: #fff;
  display: grid; place-items: center;
}
.contact__social { display: flex; gap: 12px; margin-top: 18px; }
.contact__social a {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff; color: var(--pink);
  border: 1px solid var(--line);
  transition: background .2s, color .2s;
}
.contact__social a:hover { background: var(--pink); color: #fff; }

.contact__form {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 36px 34px;
  box-shadow: var(--shadow-md);
}
.contact__form h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; letter-spacing: .04em;
  margin-bottom: 18px;
}
.contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.contact__form input,
.contact__form select,
.contact__form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font: inherit; color: var(--ink);
  background: var(--bg-soft);
  transition: border-color .2s, background .2s;
}
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  outline: none; border-color: var(--pink); background: #fff;
}
.contact__form textarea { margin-bottom: 14px; resize: vertical; min-height: 130px; }
.contact__note { font-size: .9rem; margin-top: 10px; color: var(--pink); font-weight: 600; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-dark);
  color: rgba(255,255,255,.7);
  padding-top: 70px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.3fr;
  gap: 40px;
}
.footer__brand p { margin-top: 18px; font-size: .92rem; }
.footer__col h5 {
  color: #fff;
  font-family: var(--font-display); letter-spacing: .12em;
  font-size: 1.05rem; margin-bottom: 18px;
}
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul li a { color: rgba(255,255,255,.7); transition: color .2s; }
.footer__col ul li a:hover { color: var(--yellow-bright); }
.footer__contact li { display: flex; gap: 10px; align-items: center; font-size: .9rem; }
.footer__contact li i { color: var(--pink); width: 16px; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08); color: #fff;
  display: grid; place-items: center;
  transition: background .2s, color .2s;
}
.footer__social a:hover { background: var(--pink); }

.footer__news {
  display: flex; gap: 0; margin-top: 12px; position: relative;
}
.footer__news input {
  flex: 1; padding: 12px 14px;
  border: 0; border-radius: 999px 0 0 999px;
  background: rgba(255,255,255,.07); color: #fff;
  font: inherit;
}
.footer__news input::placeholder { color: rgba(255,255,255,.5); }
.footer__news input:focus { outline: 1px solid var(--pink); }
.footer__news button {
  padding: 12px 18px;
  background: var(--pink); color: #fff;
  border-radius: 0 999px 999px 0;
}
.footer__news button:hover { background: var(--pink-bright); }
.footer__news .ok { display: none; position: absolute; bottom: -22px; left: 4px; color: var(--yellow-bright); font-size: .8rem; }

.footer__bottom {
  margin-top: 60px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .82rem;
}
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer__bottom i { color: var(--pink); }

/* ---------- Floating ---------- */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  font-size: 1.7rem;
  box-shadow: 0 12px 28px rgba(37,211,102,.45);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float__pulse {
  position: absolute; inset: -6px; border-radius: 50%;
  background: rgba(37,211,102,.5);
  animation: wapulse 1.8s infinite;
  z-index: -1;
}
@keyframes wapulse {
  0% { transform: scale(.9); opacity: .8; }
  100% { transform: scale(1.4); opacity: 0; }
}

.to-top {
  position: fixed; bottom: 22px; left: 22px; z-index: 55;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--pink); color: #fff;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .3s, background .2s;
  box-shadow: var(--shadow-sm);
}
.to-top.is-visible { opacity: 1; pointer-events: auto; }
.to-top:hover { background: var(--pink-bright); transform: translateY(-3px); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav a:not(.nav__cta) { padding: 8px 10px; font-size: .88rem; }
}
@media (max-width: 980px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__media { aspect-ratio: 16/12; max-width: 560px; margin: 0 auto; }
  .why__grid, .tours__grid, .services__grid, .reviews__grid, .blog__grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: repeat(2, 1fr); }
  .counters__grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); }
  .inquiry { grid-template-columns: repeat(2, 1fr); }
  .inquiry__field { border-right: 0; border-bottom: 1px solid var(--line); }
  .inquiry__btn { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .topbar__contact { gap: 14px; font-size: .76rem; }
  .topbar__contact a:last-child { display: none; }

  .nav {
    position: fixed; top: 0; right: -100%;
    width: 80%; max-width: 340px; height: 100vh;
    background: #fff;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 100px 24px 30px;
    box-shadow: var(--shadow-lg);
    transition: right .35s ease;
    overflow-y: auto;
  }
  .nav.is-open { right: 0; }
  .nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1rem; }
  .nav__cta { margin: 18px 0 0; text-align: center; border-radius: 999px !important; }
  .nav-toggle { display: inline-flex; z-index: 60; }

  .hero { min-height: 78vh; }
  .why__grid, .tours__grid, .services__grid, .reviews__grid, .blog__grid,
  .process__grid, .footer__grid { grid-template-columns: 1fr; }
  .counters__grid { grid-template-columns: 1fr 1fr; }
  .contact__row { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__bottom-inner { justify-content: center; text-align: center; }

  .inquiry { grid-template-columns: 1fr; }
  .brand__tag { display: none; }
}
