/* =========================================================
   Vacation Expert — Landing Page v1
   www.vacationexpert.in
   ========================================================= */

:root {
  --ink: #0a1b24;
  --ink-2: #10303b;
  --teal: #0d6e73;
  --teal-2: #15a3a0;
  --sun: #ff5a36;
  --sun-2: #ff8f3f;
  --gold: #ffc24b;
  --sand: #f6eee1;
  --cream: #fffaf2;
  --paper: #ffffff;
  --text: #0a1b24;
  --muted: #5a6a72;
  --line: rgba(10, 27, 36, .12);
  --line-light: rgba(255, 255, 255, .2);

  --radius-sm: 14px;
  --radius: 26px;
  --shadow-sm: 0 8px 22px -10px rgba(10, 27, 36, .28);
  --shadow: 0 34px 70px -30px rgba(10, 27, 36, .5);

  --container: 1480px;
  --gutter: clamp(16px, 4vw, 64px);
  --edge: max(var(--gutter), calc((100% - var(--container)) / 2));

  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-hand: "Caveat", "Segoe Print", cursive;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: clamp(15px, 1.02vw, 17px);
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--f-display); font-weight: 600; line-height: 1.05; letter-spacing: -.02em; }
ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
::selection { background: var(--sun); color: #fff; }
:focus-visible { outline: 2px solid var(--teal-2); outline-offset: 3px; border-radius: 6px; }
section[id] { scroll-margin-top: 64px; }

.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.i { width: 1.15em; height: 1.15em; flex: none; display: inline-block; vertical-align: middle; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ta-r { text-align: right; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--ink);
  --fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .9em 1.45em;
  border-radius: 999px;
  border: 1.5px solid transparent;
  background: var(--bg); color: var(--fg);
  font-weight: 700; font-size: .95rem; line-height: 1.2;
  white-space: nowrap; cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .3s, border-color .3s, color .3s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(10, 27, 36, .55); }
.btn .i { transition: transform .35s var(--ease); }
.btn:hover .i:last-child:not(:first-child) { transform: translateX(4px); }
.btn--sun { --bg: var(--sun); }
.btn--sun:hover { --bg: #f24a25; box-shadow: 0 16px 34px -12px rgba(255, 90, 54, .7); }
.btn--light { --bg: #fff; --fg: var(--ink); }
.btn--ghost { --bg: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .45); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.btn--ghost:hover { --bg: rgba(255, 255, 255, .16); }
.btn--outline { --bg: transparent; --fg: var(--ink); border-color: var(--line); }
.btn--outline:hover { --bg: var(--ink); --fg: #fff; border-color: var(--ink); }
.btn--sm { padding: .62em 1.05em; font-size: .84rem; }
.btn--lg { padding: 1.05em 1.7em; font-size: 1rem; }

.round-btn {
  width: 58px; height: 58px; flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: transparent; color: inherit;
  border: 1.5px solid currentColor;
  cursor: pointer;
  transition: background-color .3s, border-color .3s, color .3s, transform .3s var(--ease);
}
.round-btn .i { width: 22px; height: 22px; }
.round-btn:hover { background: var(--sun); border-color: var(--sun); color: #fff; transform: scale(1.05); }
.round-btn--sm { width: 42px; height: 42px; border-color: rgba(255, 255, 255, .4); }
.round-btn--sm .i { width: 18px; height: 18px; }

/* ---------- Type helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .75em;
  font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
  color: var(--teal);
}
.eyebrow::before { content: ""; width: 30px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow--light { color: var(--gold); }

.h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
  margin-top: .35em;
  max-width: 15ch;
  text-wrap: balance;
}
.h2 em { font-style: italic; font-weight: 300; color: var(--sun); }
.lead { font-size: 1.08em; color: var(--muted); margin-top: 22px; max-width: 58ch; }
.hand { font-family: var(--f-hand); font-size: 2rem; line-height: 1; color: var(--teal); }

.section { position: relative; padding-block: clamp(80px, 10vw, 150px); }
.sec-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 24px 60px;
  margin-bottom: clamp(40px, 5vw, 70px);
}
.sec-head > p { max-width: 44ch; color: var(--muted); }
.sec-head--center { flex-direction: column; align-items: center; text-align: center; }
.sec-head--center .h2 { max-width: 18ch; }

/* ---------- Reveal ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
  transition-delay: var(--d, 0s);
}
.js .reveal.is-in { opacity: 1; transform: none; }

/* =========================================================
   HEADER
   ========================================================= */
.header { position: fixed; inset: 0 0 auto; z-index: 60; color: #fff; transition: color .4s; }
.header::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: rgba(255, 250, 242, .88);
  backdrop-filter: saturate(1.5) blur(16px); -webkit-backdrop-filter: saturate(1.5) blur(16px);
  box-shadow: 0 12px 30px -22px rgba(10, 27, 36, .45);
  opacity: 0; transition: opacity .4s;
}
.header.is-scrolled { color: var(--ink); }
.header.is-scrolled::before { opacity: 1; }

.topbar { font-size: .8rem; border-bottom: 1px solid var(--line-light); max-height: 44px; overflow: hidden; transition: max-height .45s var(--ease), opacity .3s, border-color .3s; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 42px; }
.topbar__note, .topbar a { display: inline-flex; align-items: center; gap: .5em; opacity: .88; }
.topbar a:hover { opacity: 1; color: var(--gold); }
.topbar__group { display: flex; gap: 26px; }
.header.is-scrolled .topbar { max-height: 0; opacity: 0; border-color: transparent; }

.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 86px; transition: height .45s var(--ease); }
.header.is-scrolled .nav__inner { height: 72px; }

.logo { display: inline-flex; align-items: center; gap: 10px; line-height: 1; flex: none; }
.logo__mark { width: 46px; height: 46px; }
.logo__text { display: flex; flex-direction: column; }
.logo__name { font-family: var(--f-display); font-size: 1.6rem; font-weight: 600; letter-spacing: -.03em; }
.logo__name i { font-weight: 400; color: var(--sun); }
.logo__tag { font-size: .6rem; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; opacity: .7; margin-top: 5px; }

.nav__links { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 38px); font-weight: 600; font-size: .94rem; }
.nav__links > a { position: relative; padding-block: 6px; }
.nav__links > a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px;
  background: var(--sun); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease);
}
.nav__links > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__extra { display: none; }

.nav__cta { display: flex; align-items: center; gap: 18px; }
.nav__phone { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .95rem; line-height: 1.25; }
.nav__phone small { display: block; font-size: .68rem; font-weight: 600; opacity: .7; }
.nav__phone .ring {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .12); border: 1px solid var(--line-light);
  transition: background-color .3s, border-color .3s;
}
.header.is-scrolled .nav__phone .ring { background: var(--sand); border-color: var(--line); }
.nav__phone:hover .ring { background: var(--sun); border-color: var(--sun); color: #fff; }

.nav__toggle {
  display: none; width: 46px; height: 46px; border-radius: 50%;
  place-items: center; background: transparent; border: 1.5px solid currentColor; cursor: pointer;
}
.nav__toggle .i { width: 22px; height: 22px; grid-area: 1 / 1; transition: opacity .3s, transform .3s; }
.nav__toggle .i-close { opacity: 0; transform: rotate(-90deg); }

@media (max-width: 1360px) {
  .nav__phone-text { display: none; }
}
@media (max-width: 1180px) {
  .nav__toggle { display: grid; }
  .nav__links {
    position: fixed; inset: 0; z-index: -1;
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px;
    padding: 120px var(--gutter) 40px;
    background: var(--ink); color: #fff;
    font-family: var(--f-display); font-size: clamp(2rem, 7vw, 3.2rem); font-weight: 400; letter-spacing: -.02em;
    transform: translateY(-100%);
    transition: transform .65s var(--ease);
  }
  .nav__links > a::after { height: 3px; }
  .nav__extra {
    display: flex; flex-direction: column; gap: 12px; margin-top: 36px; padding-top: 24px;
    border-top: 1px solid var(--line-light);
    font-family: var(--f-body); font-size: 1rem; font-weight: 600;
  }
  .nav__extra a { display: inline-flex; gap: .6em; align-items: center; opacity: .85; }
  .nav-open .nav__links { transform: none; }
  .nav-open .header { color: #fff; }
  .nav-open .header::before { opacity: 0; }
  .nav-open .topbar { max-height: 0; opacity: 0; }
  .nav-open .nav__toggle .i-open { opacity: 0; transform: rotate(90deg); }
  .nav-open .nav__toggle .i-close { opacity: 1; transform: none; }
  .nav-open .nav__phone .ring { background: rgba(255, 255, 255, .12); border-color: var(--line-light); }
}
@media (max-width: 720px) {
  .topbar__note { display: none; }
  .topbar__inner { justify-content: center; }
  .hide-sm { display: none !important; }
  .nav__inner { height: 72px; }
  .logo__mark { width: 38px; height: 38px; }
  .logo__name { font-size: 1.35rem; }
}
@media (max-width: 480px) {
  .hide-xs { display: none !important; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: max(100svh, 780px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: 150px;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
}
.hero__slides { position: absolute; inset: 0; z-index: -2; }
.hero__slide {
  position: absolute; inset: 0;
  background: var(--ink) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.14);
  transition: opacity 1.6s ease, transform 8s linear;
}
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 16, 22, .72) 0%, rgba(5, 16, 22, .08) 26%, rgba(5, 16, 22, .12) 52%, rgba(5, 16, 22, .88) 100%),
    linear-gradient(90deg, rgba(5, 16, 22, .62) 0%, rgba(5, 16, 22, 0) 62%);
}

.hero__content {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  align-items: end; gap: 40px;
  padding-bottom: clamp(28px, 3.5vw, 44px);
}
.hero__title {
  font-size: clamp(3.1rem, 8.6vw, 9.4rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.028em;
  margin: .28em 0 .32em;
  max-width: 10ch;
  text-shadow: 0 10px 40px rgba(0, 0, 0, .25);
}
.hero__title em { font-weight: 300; color: var(--gold); padding-right: .04em; }
.hero__lead { max-width: 54ch; font-size: clamp(1rem, 1.2vw, 1.15rem); color: rgba(255, 255, 255, .86); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.hero__panel {
  width: 320px;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(8, 22, 30, .38);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.hero__place { display: flex; align-items: center; gap: 14px; }
.hero__place > div { min-width: 0; }
.hero__pin {
  width: 48px; height: 48px; flex: none; border-radius: 50%;
  display: grid; place-items: center; background: var(--sun);
  box-shadow: 0 0 0 6px rgba(255, 90, 54, .25);
}
.hero__pin .i { width: 22px; height: 22px; }
.hero__place small { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: .65; }
.hero__place strong { display: block; font-family: var(--f-display); font-size: 1.9rem; font-weight: 400; line-height: 1.1; letter-spacing: -.02em; }
#heroMeta { display: block; font-size: .78rem; opacity: .72; white-space: nowrap; }
.hero__place.is-swapping strong, .hero__place.is-swapping #heroMeta { animation: swapIn .7s var(--ease); }
@keyframes swapIn { from { opacity: 0; transform: translateY(10px); } }

.hero__controls { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.hero__dots { display: flex; flex: 1; gap: 6px; }
.hero__dot {
  position: relative; flex: 1; height: 32px; padding: 0;
  background: none; border: 0; color: #fff; cursor: pointer;
  text-align: left; font-size: .68rem; font-weight: 800; letter-spacing: .04em;
  opacity: .55; transition: opacity .3s;
}
.hero__dot::before, .hero__dot::after { content: ""; position: absolute; left: 0; bottom: 2px; height: 3px; border-radius: 3px; }
.hero__dot::before { right: 0; background: rgba(255, 255, 255, .25); }
.hero__dot::after { width: 0; background: var(--gold); }
.hero__dot:hover, .hero__dot.is-active { opacity: 1; }
.hero__dot.is-active::after { animation: dotFill 7s linear forwards; }
.hero.is-paused .hero__dot.is-active::after { animation-play-state: paused; }
@keyframes dotFill { to { width: 100%; } }
.hero__arrows { display: flex; gap: 6px; }

/* Finder */
.finder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 52px);
  padding: 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6);
}
.finder__field {
  display: flex; align-items: center; gap: 14px;
  min-width: 0;
  padding: 10px 22px;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: background-color .25s;
}
.finder__field + .finder__field::before {
  content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: var(--line);
}
.finder__field:hover, .finder__field:focus-within { background: var(--sand); }
.finder__field:hover::before, .finder__field:focus-within::before,
.finder__field:hover + .finder__field::before, .finder__field:focus-within + .finder__field::before { opacity: 0; }
.finder__field > .i { width: 24px; height: 24px; color: var(--sun); }
.finder__field > span { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.finder__field small { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.finder input, .finder select {
  width: 100%; padding: 2px 0;
  border: 0; outline: none; background: transparent;
  font-weight: 700; font-size: 1rem;
  appearance: none; -webkit-appearance: none;
  cursor: pointer; text-overflow: ellipsis;
}
.finder input::placeholder { color: var(--ink); opacity: .5; }
.finder__btn { padding: 1.15em 1.9em; font-size: 1rem; }

@media (max-width: 1100px) {
  .hero__content { grid-template-columns: 1fr; }
  .hero__panel { width: auto; display: flex; align-items: center; gap: 24px; padding: 14px 18px; }
  .hero__controls { flex: 1; margin: 0; padding: 0 0 0 20px; border-top: 0; border-left: 1px solid var(--line-light); }
}
@media (max-width: 980px) {
  .finder { grid-template-columns: 1fr 1fr; border-radius: 28px; padding: 8px; gap: 4px; }
  .finder__field { border-radius: 20px; padding: 12px 14px; background: var(--cream); }
  .finder__field + .finder__field::before { display: none; }
  .finder__btn { grid-column: 1 / -1; margin-top: 4px; }
}
@media (max-width: 640px) {
  .hero { padding-top: 130px; min-height: auto; }
  .hero__title { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero__actions .btn { flex: 1; }
  .hero__panel { flex-direction: column; align-items: stretch; gap: 14px; }
  .hero__controls { padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .hero__place strong { font-size: 1.5rem; }
  .finder { grid-template-columns: 1fr; }
}

/* =========================================================
   TAPES
   ========================================================= */
.tapes { position: relative; height: clamp(150px, 15vw, 220px); overflow: hidden; background: var(--cream); display: grid; place-items: center; }
.tape { position: absolute; left: -4%; right: -4%; padding: 16px 0; white-space: nowrap; overflow: hidden; }
.tape--sun { background: var(--sun); color: #fff; transform: rotate(-3deg); z-index: 2; box-shadow: 0 18px 30px -18px rgba(255, 90, 54, .7); }
.tape--ink { background: var(--ink); color: var(--gold); transform: rotate(2.4deg); }
.tape__track { display: inline-flex; animation: marquee 48s linear infinite; }
.tape__track--rev { animation-direction: reverse; animation-duration: 56s; }
.tape__track span {
  display: inline-flex; align-items: center; gap: 30px; padding-right: 30px;
  font-family: var(--f-display); font-size: clamp(1.35rem, 2.5vw, 2.3rem); font-weight: 500; letter-spacing: -.02em;
}
.tape__track span:nth-child(even) { font-style: italic; font-weight: 300; }
.tape__track span::after { content: "\2726"; font-size: .55em; font-style: normal; opacity: .8; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 720px) {
  .tape--sun { transform: translateY(-20px) rotate(-3deg); }
  .tape--ink { transform: translateY(22px) rotate(2.4deg); }
}

/* =========================================================
   ABOUT
   ========================================================= */
.about { padding-top: clamp(40px, 6vw, 80px); overflow-x: clip; }
.about__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 130px); align-items: center; }
.about__media { position: relative; aspect-ratio: 1 / 1.06; width: 100%; max-width: 720px; }
.about__arch {
  position: absolute; left: 0; top: 0; width: 64%; height: 90%;
  border-radius: 999px 999px 30px 30px; overflow: hidden; box-shadow: var(--shadow);
}
.about__round {
  position: absolute; right: 2%; bottom: 0; width: 48%; aspect-ratio: 1;
  border-radius: 50%; overflow: hidden;
  border: 10px solid var(--cream); box-shadow: var(--shadow);
}
.about__arch img, .about__round img { width: 100%; height: 100%; object-fit: cover; }

.ticket {
  position: absolute; right: 0; top: 7%;
  width: min(270px, 48%);
  padding: 16px 18px 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(5deg);
  animation: float 7s ease-in-out infinite;
}
.ticket::before, .ticket::after {
  content: ""; position: absolute; top: 62%; width: 18px; height: 18px; border-radius: 50%; background: var(--cream);
}
.ticket::before { left: -9px; }
.ticket::after { right: -9px; }
.ticket__top { display: flex; justify-content: space-between; font-size: .6rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.ticket__route { display: flex; align-items: center; gap: 8px; margin: 10px 0 12px; }
.ticket__route b { display: block; font-family: var(--f-display); font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 600; line-height: 1; }
.ticket__route small { font-size: .66rem; color: var(--muted); }
.ticket__line { flex: 1; position: relative; border-top: 2px dashed var(--line); display: grid; place-items: center; }
.ticket__line .i { position: absolute; top: -11px; width: 20px; height: 20px; color: var(--sun); background: #fff; transform: rotate(45deg); }
.ticket__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding-top: 12px; border-top: 1.5px dashed var(--line); font-weight: 800; font-size: .9rem; }
.ticket__meta small { display: block; font-size: .56rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.ticket__barcode {
  height: 28px; margin-top: 12px; border-radius: 3px; opacity: .85;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 5px, transparent 5px 8px, var(--ink) 8px 11px, transparent 11px 12px, var(--ink) 12px 13px, transparent 13px 16px);
}
@keyframes float { 50% { transform: rotate(3deg) translateY(-10px); } }

.spin-badge {
  position: absolute; left: 58%; top: 50%;
  width: clamp(116px, 11vw, 156px); aspect-ratio: 1;
  translate: -50% -50%;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink); color: #fff;
  box-shadow: var(--shadow);
}
.spin-badge__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 20s linear infinite; }
.spin-badge__ring text { font-family: var(--f-body); font-size: 17px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; fill: currentColor; }
.spin-badge__core { width: 42%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--sun); }
.spin-badge__core .i { width: 50%; height: 50%; }
@keyframes spin { to { transform: rotate(360deg); } }

.ticks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-top: 30px; }
.ticks li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.ticks .i { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: rgba(21, 163, 160, .15); color: var(--teal); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 38px 0; padding: 28px 0; border-block: 1px solid var(--line); }
.stat b { display: flex; align-items: baseline; font-family: var(--f-display); font-size: clamp(2.1rem, 3.3vw, 3.2rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.stat b em { font-style: normal; color: var(--sun); font-size: .7em; margin-left: 2px; }
.stat small { display: block; margin-top: 8px; font-size: .82rem; color: var(--muted); }

.about__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.about__foot .hand small { display: block; font-family: var(--f-body); font-size: .75rem; font-weight: 600; color: var(--muted); margin-top: 4px; }

@media (max-width: 980px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 600px; margin-inline: auto; }
}
@media (max-width: 560px) {
  .ticks { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .ticket { width: 58%; right: 2%; padding: 12px 14px 10px; }
  .spin-badge { left: 16%; top: 84%; width: 92px; }
  .spin-badge__ring text { font-size: 18px; }
  .ticket__meta { font-size: .78rem; }
  .ticket__barcode { height: 20px; }
}

/* =========================================================
   DESTINATIONS (bento)
   ========================================================= */
.dest { background: var(--paper); }
.bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(210px, 18vw, 290px);
  gap: clamp(12px, 1.3vw, 20px);
  grid-template-areas:
    "a a b b"
    "a a c d"
    "e f f g"
    "e h i j";
}
.dcard--a { grid-area: a; } .dcard--b { grid-area: b; } .dcard--c { grid-area: c; }
.dcard--d { grid-area: d; } .dcard--e { grid-area: e; } .dcard--f { grid-area: f; }
.dcard--g { grid-area: g; } .dcard--h { grid-area: h; } .dcard--i { grid-area: i; }
.dcard--cta { grid-area: j; }

.dcard {
  position: relative; isolation: isolate;
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}
.dcard img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.dcard::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(5, 16, 22, 0) 38%, rgba(5, 16, 22, .82) 100%);
}
.dcard:hover img { transform: scale(1.08); }
.dcard__body { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(18px, 2vw, 30px); }
.dcard__body small { font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .85; }
.dcard h3 { font-size: clamp(1.6rem, 2.3vw, 2.4rem); font-weight: 400; letter-spacing: -.03em; margin: .12em 0 .35em; }
.dcard--a h3 { font-size: clamp(2.6rem, 5.4vw, 5.2rem); }
.dcard--a .dcard__body { padding: clamp(22px, 3vw, 44px); }
.dcard__price {
  display: inline-block; padding: .38em .85em; border-radius: 999px;
  font-size: .82rem; font-weight: 700;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.dcard__chip { position: absolute; top: 18px; left: 18px; padding: .42em .95em; border-radius: 999px; background: var(--sun); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.dcard__go {
  position: absolute; top: 16px; right: 16px;
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff; color: var(--ink);
  opacity: 0; transform: scale(.5) rotate(-45deg);
  transition: opacity .4s var(--ease), transform .5s var(--ease);
}
.dcard__go .i { width: 20px; height: 20px; }
.dcard:hover .dcard__go, .dcard:focus-visible .dcard__go { opacity: 1; transform: none; }

.dcard--cta {
  display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 8px;
  padding: clamp(18px, 2vw, 28px);
  background: var(--sun);
}
.dcard--cta::after { display: none; }
.dcard--cta b { font-family: var(--f-display); font-size: clamp(2.6rem, 4.4vw, 4.4rem); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.dcard--cta > span:not(.btn) { font-size: .92rem; font-weight: 600; line-height: 1.4; }
.dcard__globe { position: absolute; right: -30px; top: -30px; width: 150px; height: 150px; opacity: .18; transition: transform 1.2s var(--ease); }
.dcard--cta:hover .dcard__globe { transform: rotate(40deg) scale(1.1); }
.dcard--cta:hover { background: #f24a25; }

@media (hover: none) { .dcard__go { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 210px;
    grid-template-areas:
      "a a" "a a"
      "b b"
      "c d"
      "e f"
      "e g"
      "h i"
      "j j";
  }
}
@media (max-width: 520px) {
  .bento { grid-auto-rows: 180px; }
  .dcard h3 { font-size: 1.5rem; }
  .dcard__price { font-size: .72rem; }
  .dcard__body { padding: 14px; }
  .dcard__go { width: 38px; height: 38px; top: 10px; right: 10px; }
  .dcard__chip { top: 12px; left: 12px; }
}

/* =========================================================
   PACKAGES
   ========================================================= */
.packs { background: var(--ink); color: #fff; overflow: hidden; }
.packs::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .09) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 80% 10%, #000 20%, transparent 70%);
  mask-image: radial-gradient(ellipse 70% 60% at 80% 10%, #000 20%, transparent 70%);
}
.packs::after {
  content: ""; position: absolute; left: -10%; bottom: -30%; width: 50%; aspect-ratio: 1; pointer-events: none;
  background: radial-gradient(circle, rgba(21, 163, 160, .25), transparent 65%);
}
.packs .h2 em { color: var(--gold); }
.packs__nav { display: flex; gap: 12px; }
.packs__nav .round-btn { border-color: rgba(255, 255, 255, .35); }

.packs__track {
  position: relative; z-index: 1;
  display: grid; grid-auto-flow: column;
  grid-auto-columns: clamp(292px, 23vw, 350px);
  gap: 26px;
  padding: 12px var(--edge) 34px;
  scroll-padding-inline: var(--edge);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}
.packs__track::-webkit-scrollbar { display: none; }
.packs__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.packs__track.is-dragging .pass { pointer-events: none; }

.pass {
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  border-radius: 28px;
  background: var(--cream); color: var(--ink);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.pass:hover { transform: translateY(-8px) rotate(-.8deg); box-shadow: 0 30px 50px -30px rgba(0, 0, 0, .8); }
.pass__img { position: relative; margin: 10px 10px 0; aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden; }
.pass__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); user-select: none; -webkit-user-drag: none; }
.pass:hover .pass__img img { transform: scale(1.07); }
.pass__tag { position: absolute; top: 12px; left: 12px; padding: .38em .85em; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pass__days { position: absolute; right: 12px; bottom: 12px; padding: .4em .85em; border-radius: 999px; background: rgba(10, 27, 36, .72); color: #fff; font-size: .78rem; font-weight: 700; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.pass__body { padding: 18px 22px 20px; }
.pass__route { display: flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 800; letter-spacing: .16em; color: var(--muted); }
.pass__route i { flex: 1; border-top: 1.5px dashed currentColor; opacity: .45; }
.pass__route .i { width: 18px; height: 18px; color: var(--sun); transform: rotate(45deg); }
.pass h3 { font-size: 1.6rem; font-weight: 500; letter-spacing: -.025em; margin: .45em 0 .25em; }
.pass__meta { font-size: .86rem; color: var(--muted); }
.pass__inc { list-style: none; display: flex; gap: 8px; margin-top: 16px; }
.pass__inc li { position: relative; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--sand); color: var(--teal); }
.pass__inc .i { width: 18px; height: 18px; }
.pass__tear { position: relative; margin: auto 22px 0; border-top: 2px dashed var(--line); }
.pass__tear::before, .pass__tear::after { content: ""; position: absolute; top: -15px; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); }
.pass__tear::before { left: -36px; }
.pass__tear::after { right: -36px; }
.pass__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px 22px; }
.pass__price small { display: block; font-size: .68rem; font-weight: 600; color: var(--muted); line-height: 1.3; }
.pass__price strong { display: block; font-family: var(--f-display); font-size: 1.75rem; font-weight: 600; line-height: 1.1; letter-spacing: -.02em; }

.packs__foot { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.progress { flex: 1; min-width: 180px; max-width: 520px; height: 3px; border-radius: 3px; overflow: hidden; background: rgba(255, 255, 255, .15); }
.progress span { display: block; width: 25%; height: 100%; border-radius: 3px; background: var(--gold); }
.packs__foot p { font-size: .82rem; color: rgba(255, 255, 255, .6); }

/* =========================================================
   INDIA (accordion panels)
   ========================================================= */
.india { background: var(--sand); overflow: hidden; }
.india::before {
  content: "INDIA"; position: absolute; right: -.04em; top: clamp(10px, 2vw, 30px);
  font-family: var(--f-display); font-size: clamp(5rem, 14vw, 14rem); font-weight: 700; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(10, 27, 36, .07);
  pointer-events: none; letter-spacing: -.04em;
}
.panels { display: flex; gap: 12px; height: clamp(480px, 42vw, 640px); }
.panel {
  position: relative; isolation: isolate;
  flex: 1 1 0; min-width: 0;
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: flex-grow .9s var(--ease), height .7s var(--ease);
}
.panel.is-active { flex-grow: 5.5; cursor: default; }
.panel img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.panel:not(.is-active):hover img { transform: scale(1.08); }
.panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5, 16, 22, .15), rgba(5, 16, 22, .82)); transition: background .6s; }
.panel:not(.is-active)::after { background: linear-gradient(180deg, rgba(5, 16, 22, .35), rgba(5, 16, 22, .75)); }

.panel__label {
  position: absolute; left: 0; right: 0; bottom: 26px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  transition: opacity .35s;
}
.panel__label span { font-size: .72rem; font-weight: 800; color: var(--gold); letter-spacing: .1em; }
.panel__label h3 { writing-mode: vertical-rl; transform: rotate(180deg); font-size: clamp(1.3rem, 1.8vw, 1.8rem); font-weight: 400; white-space: nowrap; }
.panel.is-active .panel__label { opacity: 0; pointer-events: none; }

.panel__info {
  position: absolute; left: 0; bottom: 0;
  width: min(600px, 62vw);
  padding: clamp(24px, 3.2vw, 48px);
  opacity: 0; transform: translateY(24px);
  transition: opacity .4s, transform .6s var(--ease);
  pointer-events: none;
}
.panel.is-active .panel__info { opacity: 1; transform: none; transition-delay: .35s; pointer-events: auto; }
.panel__info small { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.panel__info h3 { font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.04em; margin: .1em 0 .2em; }
.panel__info p { color: rgba(255, 255, 255, .85); max-width: 46ch; }
.panel__row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 22px; }
.panel__row > span { font-size: .92rem; }
.panel__row b { font-family: var(--f-display); font-size: 1.5rem; font-weight: 600; }

@media (max-width: 820px) {
  .panels { flex-direction: column; height: auto; gap: 10px; }
  .panel { flex: none; height: 86px; }
  .panel.is-active { height: 440px; }
  .panel__label { inset: 0; flex-direction: row; justify-content: flex-start; padding: 0 22px; }
  .panel__label h3 { writing-mode: horizontal-tb; transform: none; font-size: 1.5rem; }
  .panel__info { width: 100%; }
}

/* =========================================================
   EXPERIENCES
   ========================================================= */
.exp { background: var(--ink); color: #fff; }
.exp__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.5fr); gap: clamp(40px, 7vw, 120px); align-items: start; }
.exp__intro { position: sticky; top: 130px; }
.exp__intro .h2 em { color: var(--gold); }
.exp__intro p { max-width: 40ch; margin: 22px 0 34px; color: rgba(255, 255, 255, .7); }

.exp__list { list-style: none; position: relative; z-index: 2; border-top: 1px solid var(--line-light); }
.exp__row {
  display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; align-items: center; column-gap: 20px;
  padding: 26px 6px;
  border-bottom: 1px solid var(--line-light);
  transition: padding .45s var(--ease);
}
.exp__thumb { display: none; }
.exp__no { font-size: .8rem; font-weight: 800; letter-spacing: .12em; color: var(--gold); }
.exp__title {
  font-family: var(--f-display); font-size: clamp(1.7rem, 3.1vw, 3.1rem); font-weight: 300;
  line-height: 1.08; letter-spacing: -.03em;
  transition: color .3s;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .35);
}
.exp__desc {
  grid-column: 2;
  max-height: 0; overflow: hidden; opacity: 0;
  font-size: .94rem; color: rgba(255, 255, 255, .78);
  transition: max-height .5s var(--ease), opacity .4s, margin .5s var(--ease);
}
.exp__arrow {
  grid-column: 3; grid-row: 1;
  width: 50px; height: 50px; padding: 13px;
  border-radius: 50%; border: 1px solid var(--line-light);
  transition: background-color .35s, border-color .35s, transform .45s var(--ease);
}
.exp__row:hover, .exp__row:focus-visible { padding-left: 22px; }
.exp__row:hover .exp__title, .exp__row:focus-visible .exp__title { color: var(--gold); font-style: italic; }
.exp__row:hover .exp__desc, .exp__row:focus-visible .exp__desc { max-height: 80px; opacity: 1; margin-top: 8px; }
.exp__row:hover .exp__arrow, .exp__row:focus-visible .exp__arrow { background: var(--sun); border-color: var(--sun); transform: rotate(45deg); }

.exp__cursor {
  position: fixed; left: 0; top: 0; z-index: 1;
  width: clamp(220px, 20vw, 300px); aspect-ratio: 4 / 5;
  border-radius: 22px; overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.6) rotate(-6deg);
  transition: opacity .35s, transform .5s var(--ease);
}
.exp__cursor.is-on { opacity: .9; transform: translate(-50%, -50%) scale(1) rotate(-3deg); }
.exp__cursor img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 980px) {
  .exp__grid { grid-template-columns: 1fr; }
  .exp__intro { position: static; }
}
@media (hover: none), (max-width: 980px) {
  .exp__cursor { display: none; }
  .exp__row { grid-template-columns: 72px minmax(0, 1fr) auto; row-gap: 4px; padding: 18px 0; }
  .exp__row:hover, .exp__row:focus-visible { padding-left: 0; }
  .exp__thumb { display: block; grid-row: 1 / 3; grid-column: 1; width: 72px; height: 72px; border-radius: 16px; object-fit: cover; }
  .exp__no { display: none; }
  .exp__title { grid-column: 2; font-size: clamp(1.4rem, 5vw, 2rem); }
  .exp__desc { grid-column: 2; max-height: none; opacity: 1; font-size: .88rem; }
  .exp__arrow { grid-row: 1 / 3; width: 40px; height: 40px; padding: 10px; }
}

/* =========================================================
   WHY US
   ========================================================= */
.why { background: var(--cream); }
.why__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(48px, 7vw, 120px); align-items: center; }
.why__media { position: relative; padding: 0 0 40px 40px; }
.why__img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 240px 30px 240px 30px; box-shadow: var(--shadow); }
.why__media::before {
  content: ""; position: absolute; left: 0; bottom: 0; width: 60%; height: 60%; z-index: -1;
  border-radius: 30px;
  background: repeating-linear-gradient(-45deg, rgba(13, 110, 115, .16) 0 2px, transparent 2px 12px);
}
.float-card {
  position: absolute; display: flex; align-items: center; gap: 14px;
  padding: 14px 20px 14px 14px;
  border-radius: 20px;
  background: #fff; box-shadow: var(--shadow);
  animation: bob 6s ease-in-out infinite;
}
.float-card b { display: block; font-size: .98rem; }
.float-card small { display: flex; gap: 2px; font-size: .78rem; color: var(--muted); }
.float-card--a { left: 0; top: 14%; }
.float-card--b { right: -4%; bottom: 12%; animation-delay: -3s; }
.float-card__ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--sun); color: #fff; }
.float-card__ic .i { width: 24px; height: 24px; }
.avatars { display: flex; }
.avatars span {
  width: 38px; height: 38px; margin-left: -10px; border-radius: 50%;
  display: grid; place-items: center; border: 2.5px solid #fff;
  font-size: .8rem; font-weight: 800; color: #fff; background: var(--teal);
}
.avatars span:first-child { margin-left: 0; background: var(--sun); }
.avatars span:nth-child(3) { background: #e0a100; }
.avatars span:last-child { background: var(--ink); }
.stars { display: inline-flex; gap: 2px; color: #f5a623; }
.stars .i { width: 15px; height: 15px; }
@keyframes bob { 50% { transform: translateY(-12px); } }

.why__hand { position: absolute; right: 6%; top: -10px; font-family: var(--f-hand); font-size: 2.2rem; color: var(--sun); transform: rotate(-8deg); display: flex; align-items: flex-end; gap: 4px; }
.why__hand svg { width: 70px; height: 36px; transform: translateY(24px) rotate(10deg); }

.features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
.feature {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: transparent; }
.feature__ic { width: 50px; height: 50px; flex: none; border-radius: 16px; display: grid; place-items: center; background: rgba(21, 163, 160, .13); color: var(--teal); transition: background-color .35s, color .35s; }
.feature__ic .i { width: 24px; height: 24px; }
.feature:hover .feature__ic { background: var(--sun); color: #fff; }
.feature h3 { font-family: var(--f-body); font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.3; }
.feature p { margin-top: 4px; font-size: .88rem; color: var(--muted); line-height: 1.55; }

@media (max-width: 980px) {
  .why__grid { grid-template-columns: 1fr; }
  .why__media { max-width: 560px; margin-inline: auto; width: 100%; }
}
@media (max-width: 600px) {
  .features { grid-template-columns: 1fr; }
  .why__media { padding: 0 0 30px 20px; }
  .float-card { padding: 10px 14px 10px 10px; }
  .float-card__ic { width: 40px; height: 40px; }
  .float-card--b { right: 0; }
  .why__hand { font-size: 1.8rem; }
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.steps { background: var(--paper); }
.steps__wrap { position: relative; container-type: inline-size; }
.steps__path { position: absolute; left: 0; top: 0; width: 100%; height: auto; overflow: visible; color: var(--teal-2); }
.steps__plane { color: var(--sun); }
.steps__list { list-style: none; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.step { text-align: center; padding: 0 clamp(10px, 2vw, 34px); }
.step__dot {
  position: relative;
  width: 80px; height: 80px;
  margin: calc(5cqw - 40px) auto 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #fff; color: var(--teal);
  border: 1.5px solid var(--line);
  box-shadow: 0 0 0 10px #fff, var(--shadow-sm);
  transition: background-color .4s, color .4s, border-color .4s, transform .4s var(--ease);
}
.step__dot .i { width: 30px; height: 30px; }
.step:hover .step__dot { background: var(--sun); border-color: var(--sun); color: #fff; transform: translateY(-6px) rotate(-6deg); }
.step__no { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--sun); }
.step h3 { font-size: clamp(1.4rem, 1.9vw, 1.8rem); font-weight: 500; letter-spacing: -.02em; margin: .35em 0 .4em; }
.step p { max-width: 30ch; margin-inline: auto; font-size: .94rem; color: var(--muted); }

@media (max-width: 820px) {
  .steps__path { display: none; }
  .steps__list { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .step { position: relative; display: grid; grid-template-columns: 64px 1fr; column-gap: 20px; padding: 0 0 36px; text-align: left; }
  .step::before { content: ""; position: absolute; left: 31px; top: 70px; bottom: 6px; border-left: 2px dashed var(--line); }
  .step:last-child::before { display: none; }
  .step__dot { grid-row: 1 / 4; width: 64px; height: 64px; margin: 0; box-shadow: var(--shadow-sm); }
  .step__dot .i { width: 26px; height: 26px; }
  .step p { margin: 0; }
}

/* =========================================================
   QUOTE BAND
   ========================================================= */
.quote {
  position: relative;
  min-height: min(86vh, 760px);
  display: grid; place-items: center;
  padding-block: clamp(90px, 12vw, 160px);
  color: #fff; text-align: center;
  background:
    linear-gradient(180deg, rgba(5, 16, 22, .6), rgba(5, 16, 22, .45) 50%, rgba(5, 16, 22, .75)),
    url("https://images.unsplash.com/photo-1526772662000-3f88f10405ff?auto=format&fit=crop&w=2200&q=80") center / cover no-repeat;
}
@media (hover: hover) and (min-width: 1024px) {
  .quote { background-attachment: fixed; }
}
.quote__inner { display: flex; flex-direction: column; align-items: center; }
.quote__mark { width: 64px; height: 64px; color: var(--gold); }
.quote blockquote {
  margin: 26px 0 40px;
  max-width: 17ch;
  font-family: var(--f-display); font-size: clamp(2.4rem, 6.2vw, 6.4rem); font-weight: 300;
  line-height: 1; letter-spacing: -.04em;
  text-wrap: balance;
  text-shadow: 0 10px 40px rgba(0, 0, 0, .3);
}
.quote blockquote em { color: var(--gold); }
.quote__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews { background: var(--cream); }
.rating { display: flex; align-items: center; gap: 14px; padding: 14px 22px; border-radius: 999px; background: #fff; border: 1px solid var(--line); }
.rating .stars .i { width: 20px; height: 20px; }
.rating p { font-size: .9rem; color: var(--muted); }
.rating b { color: var(--ink); }

.reviews__grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: clamp(14px, 1.5vw, 22px); }
.review {
  position: relative;
  display: flex; flex-direction: column; gap: 18px;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.review:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.review blockquote { margin: 0; flex: 1; font-size: 1.02rem; line-height: 1.6; }
.review figcaption { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.review figcaption b { display: block; font-size: .95rem; }
.review figcaption small { display: block; font-size: .78rem; color: var(--muted); }
.avatar { width: 46px; height: 46px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--c, var(--teal)); color: #fff; font-size: .85rem; font-weight: 800; letter-spacing: .04em; }

.review--feature { grid-row: span 2; justify-content: flex-end; padding: 0; overflow: hidden; color: #fff; border: 0; min-height: 520px; isolation: isolate; }
.review--feature img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.review--feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5, 16, 22, 0) 20%, rgba(5, 16, 22, .9)); }
.review__inner { padding: clamp(26px, 3vw, 44px); }
.review__q { width: 48px; height: 48px; color: var(--gold); }
.review--feature blockquote { margin: 16px 0 24px; font-family: var(--f-display); font-size: clamp(1.35rem, 1.8vw, 1.85rem); font-weight: 300; line-height: 1.25; letter-spacing: -.02em; }
.review--feature figcaption { border-color: var(--line-light); }
.review--feature figcaption small { color: rgba(255, 255, 255, .7); }

@media (max-width: 1100px) {
  .reviews__grid { grid-template-columns: 1fr 1fr; }
  .review--feature { grid-column: 1 / -1; grid-row: auto; min-height: 440px; }
}
@media (max-width: 640px) {
  .reviews__grid { grid-template-columns: 1fr; }
  .rating { border-radius: 20px; }
}

/* =========================================================
   GALLERY
   ========================================================= */
.gallery { background: var(--cream); padding-bottom: clamp(80px, 10vw, 140px); overflow: hidden; }
.gallery__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 40px; margin-bottom: 36px; }
.gallery__head .h2 { max-width: none; font-size: clamp(2rem, 4.4vw, 4rem); }
.gallery__head p { color: var(--muted); max-width: 38ch; }
.gallery__row { overflow: hidden; }
.gallery__row + .gallery__row { margin-top: 16px; }
.gallery__track { display: flex; gap: 16px; width: max-content; animation: marquee 70s linear infinite; }
.gallery__row--rev .gallery__track { animation-direction: reverse; animation-duration: 80s; }
.gallery__row:hover .gallery__track { animation-play-state: paused; }
.gallery__track img {
  height: clamp(170px, 17vw, 270px); width: auto;
  border-radius: 22px; object-fit: cover;
  filter: saturate(.95);
  transition: transform .5s var(--ease), filter .5s;
}
.gallery__track img:hover { transform: scale(1.04) rotate(-1deg); filter: saturate(1.15); }

/* =========================================================
   ENQUIRY
   ========================================================= */
.enquire { color: #fff; overflow: hidden; isolation: isolate; }
.enquire__bg { position: absolute; inset: 0; z-index: -1; }
.enquire__bg img { width: 100%; height: 100%; object-fit: cover; }
.enquire__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(5, 16, 22, .94) 0%, rgba(8, 40, 48, .82) 45%, rgba(8, 40, 48, .5) 100%);
}
.enquire__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 110px); align-items: center; }
.enquire .h2 em { color: var(--gold); }
.enquire__copy > p { margin-top: 22px; max-width: 48ch; color: rgba(255, 255, 255, .8); }

.ccards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 38px; }
.ccard {
  display: flex; align-items: center; gap: 14px; min-width: 0;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background-color .3s, transform .4s var(--ease), border-color .3s;
}
.ccard:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .4); transform: translateY(-3px); }
.ccard > span:last-child { min-width: 0; }
.ccard small { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .65; }
.ccard b { display: block; font-size: .98rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ccard__ic { width: 48px; height: 48px; flex: none; border-radius: 14px; display: grid; place-items: center; background: var(--sun); }
.ccard__ic .i { width: 22px; height: 22px; }
.ccard__ic--wa { background: #25d366; }

.eform {
  padding: clamp(24px, 3vw, 44px);
  border-radius: 32px;
  background: var(--cream); color: var(--ink);
  box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .7);
}
.eform__head h3 { font-size: clamp(1.8rem, 2.6vw, 2.5rem); font-weight: 500; letter-spacing: -.03em; }
.eform__head p { margin-top: 4px; font-size: .9rem; color: var(--muted); }
.eform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; margin-top: 26px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; border: 0; padding: 0; margin: 0; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { padding: 0; font-size: .78rem; font-weight: 700; color: var(--ink-2); }
.field legend { margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: .82em 1em;
  border-radius: 14px;
  border: 1.5px solid var(--line);
  background: #fff;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 92px; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 2.6em; cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1b24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 1em center / 16px;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-2); box-shadow: 0 0 0 4px rgba(21, 163, 160, .16); }
.field__err { display: none; font-size: .74rem; font-weight: 600; color: #d93b18; }
.field.is-invalid input { border-color: #e2522f; background: #fff6f3; }
.field.is-invalid .field__err { display: block; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span {
  display: inline-block; padding: .5em 1.05em;
  border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  font-size: .85rem; font-weight: 600; cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}
.chip span:hover { border-color: var(--ink); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip input:focus-visible + span { outline: 2px solid var(--teal-2); outline-offset: 2px; }

.eform__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.eform__actions .btn { flex: 1 1 200px; }
.eform__note { min-height: 1.5em; margin-top: 14px; font-size: .88rem; font-weight: 600; color: var(--teal); }

@media (max-width: 1024px) {
  .enquire__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .ccards { grid-template-columns: 1fr; }
  .eform__grid { grid-template-columns: 1fr; }
  .eform { border-radius: 24px; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer { position: relative; background: var(--ink); color: rgba(255, 255, 255, .78); padding-top: clamp(70px, 8vw, 110px); overflow: hidden; }
.footer__cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--line-light);
}
.footer__cta h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); font-weight: 400; color: #fff; letter-spacing: -.04em; }
.footer__cta h2 em { font-weight: 300; color: var(--sun); }
.footer__phone {
  display: inline-flex; align-items: center; gap: 14px;
  padding: .7em 1.4em .7em .7em;
  border-radius: 999px;
  background: #fff; color: var(--ink);
  font-family: var(--f-display); font-size: clamp(1.3rem, 2.4vw, 2.1rem); font-weight: 500; letter-spacing: -.02em;
  transition: transform .4s var(--ease), background-color .3s, color .3s;
}
.footer__phone .i { width: 1.9em; height: 1.9em; padding: .45em; border-radius: 50%; background: var(--sun); color: #fff; }
.footer__phone:hover { transform: translateY(-3px); background: var(--gold); }

.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-block: clamp(44px, 5vw, 70px); }
.footer .logo { color: #fff; }
.footer__brand p { max-width: 38ch; margin-top: 20px; font-size: .92rem; }
.socials { display: flex; gap: 10px; margin-top: 24px; }
.socials a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-light); color: #fff; transition: background-color .3s, border-color .3s, transform .3s var(--ease); }
.socials a:hover { background: var(--sun); border-color: var(--sun); transform: translateY(-3px); }
.footer h4 { margin-bottom: 18px; font-family: var(--f-body); font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { display: inline-flex; align-items: center; gap: .6em; font-size: .94rem; transition: color .25s, transform .3s var(--ease); }
.footer ul a:hover { color: #fff; transform: translateX(4px); }
.footer__contact .i { color: var(--sun); }

.footer__word {
  font-family: var(--f-display); font-size: clamp(3rem, 16.5vw, 21rem); font-weight: 500;
  line-height: .8; letter-spacing: -.055em; text-align: center; white-space: nowrap;
  margin-bottom: -.12em;
  background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .02));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  user-select: none;
}
.footer__word em { font-weight: 300; }
.footer__bottom {
  position: relative;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px;
  padding: 22px 76px 28px;
  border-top: 1px solid var(--line-light);
  font-size: .82rem; color: rgba(255, 255, 255, .55);
}
.footer__bottom a { text-decoration: underline; text-underline-offset: 3px; }
.footer__bottom a:hover { color: #fff; }

@media (max-width: 980px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { padding: 22px 0 96px; }
}

/* =========================================================
   FLOATING ACTIONS
   ========================================================= */
.fab {
  position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 55;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  opacity: 0; visibility: hidden; transform: translateY(20px);
  transition: opacity .4s, transform .5s var(--ease), visibility .4s;
}
.fab.is-visible { opacity: 1; visibility: visible; transform: none; }
.fab__btn {
  position: relative;
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .45);
  transition: transform .35s var(--ease);
}
.fab__btn .i { width: 28px; height: 28px; }
.fab__btn:hover { transform: scale(1.08); }
.fab__btn--wa { background: #25d366; }
.fab__btn--wa::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25d366;
  animation: pulse 2.4s ease-out infinite;
}
.fab__btn--call { width: 50px; height: 50px; background: var(--sun); }
.fab__btn--call .i { width: 22px; height: 22px; }
.fab__tip {
  position: absolute; right: calc(100% + 12px); top: 50%;
  padding: .55em 1em; border-radius: 12px;
  background: var(--ink); color: #fff;
  font-size: .82rem; font-weight: 700; white-space: nowrap;
  opacity: 0; transform: translate(8px, -50%);
  transition: opacity .3s, transform .3s var(--ease);
  pointer-events: none;
}
.fab__btn--wa:hover .fab__tip { opacity: 1; transform: translate(0, -50%); }
@keyframes pulse { from { transform: scale(1); opacity: .9; } to { transform: scale(1.7); opacity: 0; } }

.to-top {
  position: fixed; left: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 55;
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  border: 0; cursor: pointer;
  background: #fff; color: var(--ink);
  box-shadow: 0 12px 26px -10px rgba(0, 0, 0, .35);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: opacity .35s, transform .35s var(--ease), visibility .35s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top > * { grid-area: 1 / 1; }
.to-top .i { width: 20px; height: 20px; }
.to-top__ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.to-top__ring circle { fill: none; stroke: var(--sun); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 138.3; stroke-dashoffset: 138.3; }

@media (max-width: 1180px) {
  .fab__tip { display: none; }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero__slide { transform: none; }
  .hero__dot.is-active::after { width: 100%; }
  .steps__plane { display: none; }
  .quote { background-attachment: scroll; }
}
