/* ============================================================
   DreamWay Travels — Royal Rajasthani / Marwadi Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #0B3866;
  --navy-mid: #0E4478;
  --navy-deep: #061E36;
  --gold: #D4A017;
  --gold-light: #F0D060;
  --gold-dark: #B8860B;
  --gold-glow: rgba(212, 160, 23, 0.35);
  --sand: #F5ECD9;
  --sand-mid: #EDE2CC;
  --sand-dark: #E4D5B8;
  --terracotta: #E06B35;
  --terracotta-dark: #C45528;
  --white: #FFFFFF;
  --text: #122536;
  --text-muted: #5C6B7A;
  --shadow: 0 10px 36px rgba(6, 30, 54, 0.12);
  --shadow-lg: 0 20px 56px rgba(6, 30, 54, 0.2);
  --radius: 2px;
  --header-h: 76px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --font-display: 'Cinzel', 'Times New Roman', serif;
  --font-accent: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', 'Segoe UI', sans-serif;
  --whatsapp: #25D366;
  --jali: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 4 L34 14 L44 14 L36 20 L40 30 L30 24 L20 30 L24 20 L16 14 L26 14 Z' fill='%23D4A017' fill-opacity='0.07'/%3E%3C/svg%3E");
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text);
  background-color: var(--sand);
  background-image:
    radial-gradient(ellipse at 0% 0%, rgba(212, 160, 23, 0.08) 0%, transparent 45%),
    radial-gradient(ellipse at 100% 100%, rgba(11, 56, 102, 0.06) 0%, transparent 40%),
    var(--jali);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul { list-style: none; }

button, input, textarea {
  font-family: inherit;
}

.container {
  width: min(1140px, 92%);
  margin-inline: auto;
}

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
  position: relative;
  display: inline-block;
}

.eyebrow::before,
.eyebrow::after {
  content: '◆';
  font-size: 0.45rem;
  vertical-align: middle;
  margin: 0 0.65em;
  color: var(--gold);
  opacity: 0.7;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.28;
  color: var(--navy-deep);
  letter-spacing: 0.02em;
}

h1 { font-size: clamp(2rem, 5vw, 3.1rem); }
h2 { font-size: clamp(1.65rem, 3.8vw, 2.35rem); }
h3 { font-size: clamp(1.1rem, 2.4vw, 1.3rem); }

.section {
  padding: clamp(3.75rem, 8vw, 5.75rem) 0;
  position: relative;
}

.section--navy {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(212, 160, 23, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(224, 107, 53, 0.08) 0%, transparent 45%),
    linear-gradient(165deg, var(--navy-deep) 0%, var(--navy) 55%, #0A3058 100%);
  color: var(--sand);
}

.section--navy h2,
.section--navy h3 {
  color: var(--sand);
}

.section--sand {
  background:
    linear-gradient(180deg, rgba(245, 236, 217, 0.95) 0%, rgba(237, 226, 204, 0.9) 100%),
    var(--jali);
}

.section--sand-dark {
  background:
    linear-gradient(180deg, var(--sand-dark) 0%, var(--sand-mid) 100%),
    var(--jali);
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
  position: relative;
}

.section-header::after {
  content: '';
  display: block;
  width: 72px;
  height: 3px;
  margin: 1.15rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  position: relative;
}

.section-header::before {
  content: '❖';
  display: block;
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
  opacity: 0.85;
  animation: ornamentPulse 3s ease-in-out infinite;
}

.section-header .eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
}

.section-header .eyebrow::before,
.section-header .eyebrow::after {
  content: none;
}

.section-header p {
  margin-top: 0.85rem;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.section--navy .section-header p {
  color: rgba(245, 236, 217, 0.72);
}

.section--navy .section-header::before {
  color: var(--gold-light);
}

@keyframes ornamentPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.85rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--transition), color var(--transition),
              border-color var(--transition), transform var(--transition),
              box-shadow var(--transition);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.22) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn:hover {
  transform: translateY(-3px);
}

.btn--terracotta {
  background: linear-gradient(145deg, #F07A42 0%, var(--terracotta) 45%, var(--terracotta-dark) 100%);
  color: var(--white);
  border-color: var(--terracotta-dark);
  box-shadow: 0 6px 20px rgba(224, 107, 53, 0.35);
}

.btn--terracotta:hover {
  box-shadow: 0 10px 28px rgba(224, 107, 53, 0.45);
}

.btn--gold {
  background: linear-gradient(145deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  color: var(--navy-deep);
  border-color: var(--gold-dark);
  box-shadow: 0 6px 20px var(--gold-glow);
}

.btn--gold:hover {
  background: var(--gold-light);
}

.btn--outline {
  background: rgba(6, 30, 54, 0.25);
  color: var(--sand);
  border-color: var(--gold);
  backdrop-filter: blur(4px);
}

.btn--outline:hover {
  background: var(--gold);
  color: var(--navy-deep);
  box-shadow: 0 6px 20px var(--gold-glow);
}

.btn--outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn--outline-navy:hover {
  background: var(--navy);
  color: var(--sand);
}

.btn--whatsapp {
  background: linear-gradient(145deg, #2FE072 0%, var(--whatsapp) 100%);
  color: var(--white);
  border-color: #1da851;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}

.btn--whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
}

.btn--sm {
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

/* ---------- Preloader ---------- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(212, 160, 23, 0.15) 0%, transparent 55%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 50%, #0A2F52 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.85s cubic-bezier(0.65, 0, 0.35, 1);
}

.preloader::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(212, 160, 23, 0.25);
  pointer-events: none;
}

.preloader::after {
  content: '';
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(212, 160, 23, 0.1);
  pointer-events: none;
}

.preloader.is-done {
  transform: translateY(-100%);
  pointer-events: none;
}

.preloader.is-hidden {
  display: none;
}

.preloader__logo {
  width: 148px;
  height: auto;
  opacity: 0;
  animation: fadeInUp 0.7s 0.15s ease forwards;
  filter: drop-shadow(0 8px 24px rgba(212, 160, 23, 0.3));
}

.preloader__brand {
  margin-top: 1.35rem;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.7s 0.45s ease forwards;
}

.preloader__brand-name {
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--white);
  letter-spacing: 0.08em;
}

.preloader__brand-name span {
  color: var(--gold-light);
}

.preloader__tagline {
  margin-top: 0.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.preloader__road {
  position: relative;
  width: min(280px, 70vw);
  height: 3px;
  margin-top: 2.75rem;
  background: rgba(212, 160, 23, 0.2);
  border-radius: 2px;
  overflow: visible;
  opacity: 0;
  animation: fadeInUp 0.5s 0.7s ease forwards;
}

.preloader__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  border-radius: 2px;
  animation: roadProgress 2.2s 0.9s ease-in-out forwards;
  box-shadow: 0 0 12px var(--gold-glow);
}

.preloader__car {
  position: absolute;
  top: -20px;
  left: 0;
  width: 28px;
  height: 22px;
  animation: carDrive 2.2s 0.9s ease-in-out forwards;
  filter: drop-shadow(0 0 6px var(--gold-glow));
}

.preloader__car svg {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes roadProgress {
  to { width: 100%; }
}

@keyframes carDrive {
  to { left: calc(100% - 28px); }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: linear-gradient(180deg, var(--navy-deep) 0%, #072438 100%);
  border-bottom: 1px solid rgba(212, 160, 23, 0.35);
  transition: box-shadow var(--transition);
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold), var(--gold-light), var(--gold-dark));
}

.site-header.is-scrolled {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1rem;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.logo-link img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border: 1px solid rgba(212, 160, 23, 0.35);
  border-radius: 4px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text__brand {
  font-family: var(--font-display);
  font-size: 1.12rem;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.logo-text__brand span {
  color: var(--gold-light);
}

.logo-text__sub {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav-desktop a {
  padding: 0.45rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(245, 236, 217, 0.82);
  letter-spacing: 0.03em;
  transition: color var(--transition);
  position: relative;
}

.nav-desktop a::after {
  content: '';
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.1rem;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform var(--transition);
}

.nav-desktop a:hover,
.nav-desktop a.is-active {
  color: var(--gold-light);
}

.nav-desktop a:hover::after,
.nav-desktop a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-wa {
  display: none;
}

@media (min-width: 1100px) {
  .header-wa {
    display: inline-flex;
  }
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  background: rgba(212, 160, 23, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.45);
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  position: absolute;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.burger span:nth-child(1) { transform: translateY(-6px); }
.burger span:nth-child(2) { transform: translateY(0); }
.burger span:nth-child(3) { transform: translateY(6px); }

.burger.is-open span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
}
.burger.is-open span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.nav-mobile {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  background: linear-gradient(180deg, var(--navy-deep), var(--navy));
  border-bottom: 2px solid var(--gold);
  padding: 0.5rem 0 1.5rem;
  transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.35s ease, visibility 0.35s;
  z-index: 999;
}

.nav-mobile.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.nav-mobile a {
  display: block;
  padding: 0.9rem 4%;
  font-size: 1rem;
  color: var(--sand);
  border-bottom: 1px solid rgba(245, 236, 217, 0.08);
  transition: color var(--transition), padding-left var(--transition);
}

.nav-mobile a:hover,
.nav-mobile a.is-active {
  color: var(--gold-light);
  padding-left: 6%;
}

.nav-mobile .btn {
  margin: 1.25rem 4% 0;
  width: 92%;
}

@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .burger { display: flex; }
  .logo-text__brand { font-size: 0.98rem; }
  .logo-link img { width: 42px; height: 42px; }
}

/* ---------- Page Hero (inner pages) ---------- */
.page-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(212, 160, 23, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(224, 107, 53, 0.1) 0%, transparent 45%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(212, 160, 23, 0.28);
  pointer-events: none;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.page-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: var(--jali);
  pointer-events: none;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  padding: 3.25rem 1rem;
  animation: fadeInUp 0.8s ease both;
}

.page-hero h1 {
  color: var(--sand);
  margin-top: 0.5rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.page-hero p {
  margin-top: 0.75rem;
  color: rgba(245, 236, 217, 0.7);
  max-width: 480px;
  margin-inline: auto;
  font-family: var(--font-accent);
  font-size: 1.2rem;
  font-style: italic;
}

.page-hero .eyebrow {
  color: var(--gold-light);
}

/* ---------- Home Hero ---------- */
.home-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s ease, transform 8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(11, 56, 102, 0.35) 0%, transparent 60%),
    linear-gradient(
      180deg,
      rgba(6, 30, 54, 0.7) 0%,
      rgba(11, 56, 102, 0.62) 40%,
      rgba(6, 30, 54, 0.88) 100%
    );
  z-index: 1;
}

.home-hero::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(212, 160, 23, 0.3);
  z-index: 2;
  pointer-events: none;
}

.home-hero::after {
  content: '';
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(212, 160, 23, 0.12);
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 2rem 1.25rem 3.5rem;
  max-width: 740px;
  animation: heroReveal 1.1s 0.15s ease both;
}

.home-hero .hero-logo {
  width: clamp(110px, 20vw, 168px);
  margin: 0 auto 1.15rem;
  filter: drop-shadow(0 6px 28px rgba(0, 0, 0, 0.45));
  border: 2px solid rgba(212, 160, 23, 0.5);
  border-radius: 6px;
  animation: logoFloat 5s ease-in-out infinite;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 6.5vw, 3.85rem);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.12;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}

.hero-brand span {
  color: var(--gold-light);
  text-shadow: 0 0 40px var(--gold-glow);
}

.hero-tagline {
  margin-top: 0.7rem;
  font-size: clamp(0.72rem, 1.8vw, 0.88rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.hero-headline {
  margin-top: 1.4rem;
  font-family: var(--font-accent);
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-weight: 500;
  font-style: italic;
  color: var(--sand);
  line-height: 1.45;
  max-width: 560px;
  margin-inline: auto;
}

.hero-content .btn-group {
  margin-top: 2.1rem;
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0.55rem;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}

.hero-dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
  box-shadow: 0 0 10px var(--gold-glow);
}

/* ---------- Service Icons Strip ---------- */
.icon-strip {
  background: linear-gradient(90deg, var(--navy-deep), var(--navy), var(--navy-deep));
  border-top: 1px solid rgba(212, 160, 23, 0.4);
  border-bottom: 1px solid rgba(212, 160, 23, 0.4);
  padding: 1.65rem 0;
  position: relative;
}

.icon-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.icon-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  text-align: center;
}

.icon-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: var(--sand);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform var(--transition);
}

.icon-strip__item:hover {
  transform: translateY(-3px);
}

.icon-strip__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(212, 160, 23, 0.45);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(212, 160, 23, 0.06);
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.icon-strip__item:hover .icon-strip__icon {
  border-color: var(--gold-light);
  background: rgba(212, 160, 23, 0.15);
  box-shadow: 0 0 18px var(--gold-glow);
}

.icon-strip__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .icon-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0.5rem;
  }
  .home-hero::before,
  .home-hero::after {
    inset: 10px;
  }
}

/* ---------- Intro / About blocks ---------- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.25rem;
  align-items: center;
}

.intro-grid__media {
  position: relative;
}

.intro-grid__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 3px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.intro-grid__media::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(212, 160, 23, 0.35);
  z-index: -1;
}

.intro-grid__media::after {
  content: '❖';
  position: absolute;
  bottom: -14px;
  right: -8px;
  width: 36px;
  height: 36px;
  background: var(--navy-deep);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  border: 1px solid var(--gold);
}

.intro-grid__text .eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.intro-grid__text p {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.intro-grid__text .btn {
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .intro-grid__media img {
    height: 260px;
  }
  .intro-grid__media::before,
  .intro-grid__media::after {
    display: none;
  }
}

/* ---------- Cards Grid ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.cards-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.cards-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .cards-grid,
  .cards-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-grid,
  .cards-grid--2,
  .cards-grid--4 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: linear-gradient(180deg, #FFFBF5 0%, var(--white) 100%);
  border: 1px solid rgba(11, 56, 102, 0.08);
  border-top: 3px solid var(--gold);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 160, 23, 0.5), transparent);
  z-index: 1;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 160, 23, 0.35);
}

.card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--navy-deep);
}

.card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(6, 30, 54, 0.35) 100%);
  pointer-events: none;
}

.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.card:hover .card__img img {
  transform: scale(1.08);
}

.card__body {
  padding: 1.4rem 1.3rem 1.55rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(212, 160, 23, 0.18), rgba(212, 160, 23, 0.06));
  color: var(--gold-dark);
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, 0.3);
}

.card__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.card__body h3 {
  margin-bottom: 0.5rem;
}

.card__body p {
  font-size: 0.92rem;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 1.15rem;
}

.card__meta {
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 1rem;
}

.card__meta span {
  color: var(--gold-dark);
  font-weight: 600;
}

/* Feature cards */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.feature-card {
  text-align: center;
  padding: 2.1rem 1.3rem;
  background: var(--white);
  border: 1px solid rgba(11, 56, 102, 0.06);
  border-top: 3px solid var(--gold);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}

.feature-card::after {
  content: '◆';
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.4rem;
  color: var(--gold);
  opacity: 0.5;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.feature-card__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(212, 160, 23, 0.4);
  border-radius: 50%;
  color: var(--terracotta);
  background: rgba(212, 160, 23, 0.06);
  transition: box-shadow var(--transition), border-color var(--transition);
}

.feature-card:hover .feature-card__icon {
  border-color: var(--gold);
  box-shadow: 0 0 20px var(--gold-glow);
}

.feature-card__icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.feature-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.feature-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  padding-bottom: 0.75rem;
}

@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Gallery (modern mosaic) ---------- */
.gallery-section {
  overflow: hidden;
}

.gallery-section + .gallery-section {
  padding-top: 0;
}

.gallery-section .container {
  width: min(1200px, 94%);
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(140px, 18vw);
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  cursor: pointer;
  grid-column: span 4;
  border: none;
  border-radius: 0;
  isolation: isolate;
}

.gallery-item--wide {
  grid-column: span 8;
}

.gallery-item--tall {
  grid-row: span 2;
}

.gallery-item--hero {
  grid-column: span 8;
  grid-row: span 2;
}

.gallery-item--sm {
  grid-column: span 4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
  filter: brightness(0.92) saturate(1.05);
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(6, 30, 54, 0.15) 70%,
    rgba(6, 30, 54, 0.85) 100%
  );
  opacity: 0.85;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(1) saturate(1.1);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item__caption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  padding: 0;
  background: none;
  color: var(--sand);
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  transform: translateY(8px);
  opacity: 0.92;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.gallery-item__caption::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 0.55rem;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0.6);
  transform-origin: left;
  transition: transform 0.45s ease, width 0.45s ease;
}

.gallery-item:hover .gallery-item__caption {
  transform: translateY(0);
  opacity: 1;
}

.gallery-item:hover .gallery-item__caption::before {
  transform: scaleX(1);
  width: 48px;
}

/* Soft frame glow — no hard boxes */
.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  box-shadow: inset 0 0 0 0 transparent;
  transition: box-shadow 0.4s ease;
  pointer-events: none;
}

.gallery-item:hover::before {
  box-shadow: inset 0 0 0 1.5px rgba(212, 160, 23, 0.55);
}

@media (max-width: 900px) {
  .gallery-mosaic {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(160px, 28vw);
    gap: 8px;
  }
  .gallery-item,
  .gallery-item--sm {
    grid-column: span 3;
  }
  .gallery-item--wide,
  .gallery-item--hero {
    grid-column: span 6;
  }
  .gallery-item--tall,
  .gallery-item--hero {
    grid-row: span 2;
  }
}

@media (max-width: 520px) {
  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
    gap: 6px;
  }
  .gallery-item,
  .gallery-item--sm,
  .gallery-item--wide,
  .gallery-item--hero,
  .gallery-item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-item--hero,
  .gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 200px;
  }
  .gallery-item__caption {
    font-size: 0.85rem;
    left: 0.7rem;
    bottom: 0.7rem;
  }
}

/* ---------- Reviews ---------- */
.review-card {
  background: var(--white);
  padding: 1.85rem 1.55rem;
  border: 1px solid rgba(11, 56, 102, 0.06);
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}

.review-card::before {
  content: '"';
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-family: var(--font-accent);
  font-size: 4rem;
  line-height: 1;
  color: rgba(212, 160, 23, 0.15);
  pointer-events: none;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.review-card__stars {
  color: var(--gold);
  letter-spacing: 0.12em;
  font-size: 1rem;
  margin-bottom: 0.85rem;
}

.review-card__quote {
  font-family: var(--font-accent);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.55;
  flex: 1;
  margin-bottom: 1.25rem;
}

.review-card__author {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
  font-family: var(--font-display);
  letter-spacing: 0.03em;
}

.review-card__place {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.15rem;
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-info__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
  color: var(--gold);
  border-radius: 50%;
  border: 1px solid rgba(212, 160, 23, 0.4);
}

.contact-info__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-info__item h4 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.25rem;
}

.contact-info__item a,
.contact-info__item p {
  color: var(--text);
  font-size: 1rem;
}

.contact-info__item a:hover {
  color: var(--terracotta);
}

.contact-form {
  background: var(--white);
  padding: 2.1rem 1.85rem;
  border: 1px solid rgba(11, 56, 102, 0.08);
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow);
}

.contact-form h3 {
  margin-bottom: 1.25rem;
}

.form-group {
  margin-bottom: 1.1rem;
}

.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid rgba(11, 56, 102, 0.12);
  border-radius: var(--radius);
  background: var(--sand);
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}

.map-wrap {
  margin-top: 3rem;
  border: 3px solid var(--gold);
  overflow: hidden;
  height: 360px;
  box-shadow: var(--shadow);
  position: relative;
}

.map-wrap::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(212, 160, 23, 0.4);
  z-index: 1;
  pointer-events: none;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.1) contrast(1.05) saturate(0.95);
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  text-align: center;
  padding: clamp(3.25rem, 7vw, 4.75rem) 0;
  background:
    var(--jali),
    radial-gradient(ellipse at 30% 50%, rgba(212, 160, 23, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 50%, rgba(224, 107, 53, 0.12) 0%, transparent 50%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
  position: relative;
  overflow: hidden;
}

.cta-banner::before,
.cta-banner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.cta-banner::before { top: 0; }
.cta-banner::after { bottom: 0; }

.cta-banner h2 {
  color: var(--sand);
  margin-bottom: 0.75rem;
}

.cta-banner p {
  color: rgba(245, 236, 217, 0.72);
  margin-bottom: 1.85rem;
  max-width: 480px;
  margin-inline: auto;
  font-family: var(--font-accent);
  font-size: 1.2rem;
  font-style: italic;
}

/* ---------- Footer ---------- */
.site-footer {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 160, 23, 0.08) 0%, transparent 45%),
    var(--navy-deep);
  color: rgba(245, 236, 217, 0.8);
  padding-top: 3.5rem;
  border-top: 3px solid var(--gold);
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(212, 160, 23, 0.35);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-brand img {
  width: 64px;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(212, 160, 23, 0.35);
  border-radius: 4px;
}

.footer-brand h3 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}

.footer-brand h3 span {
  color: var(--gold-light);
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-top: 0.75rem;
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.15rem;
}

.footer-col ul li {
  margin-bottom: 0.55rem;
}

.footer-col a {
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer-col a:hover {
  color: var(--gold-light);
}

.footer-contact li {
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(212, 160, 23, 0.4);
  border-radius: 50%;
  color: var(--gold);
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}

.social-links a:hover {
  background: var(--gold);
  color: var(--navy-deep);
  box-shadow: 0 0 16px var(--gold-glow);
}

.social-links svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-bottom {
  border-top: 1px solid rgba(245, 236, 217, 0.1);
  padding: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
}

.footer-bottom a {
  color: var(--gold);
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-legal {
  display: flex;
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ---------- Floating WhatsApp ---------- */
.float-wa {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 900;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2FE072, var(--whatsapp));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  transition: transform var(--transition);
  animation: waPulse 2.2s ease-in-out infinite;
}

.float-wa:hover {
  transform: scale(1.1);
  animation: none;
}

.float-wa svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

@keyframes waPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* ---------- Book Now Modal ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(6, 30, 54, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backdrop-filter: blur(4px);
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal {
  background:
    linear-gradient(180deg, var(--sand) 0%, var(--sand-mid) 100%);
  width: min(440px, 100%);
  padding: 2.15rem 1.85rem;
  border-top: 4px solid var(--gold);
  position: relative;
  transform: translateY(24px);
  transition: transform 0.35s ease;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}

.modal::before {
  content: '❖';
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 0.75rem;
}

.modal-overlay.is-open .modal {
  transform: translateY(0);
}

.modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--navy);
  cursor: pointer;
  line-height: 1;
}

.modal h2 {
  font-size: 1.45rem;
  margin: 1rem 0 0.35rem;
  text-align: center;
}

.modal > p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  text-align: center;
}

.modal .btn {
  width: 100%;
  margin-top: 0.5rem;
}

/* ---------- Fleet showcase ---------- */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.fleet-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--white);
  border: 1px solid rgba(11, 56, 102, 0.06);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}

.fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.fleet-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, var(--navy-deep), var(--navy));
}

.fleet-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.fleet-card:hover .fleet-card__media img {
  transform: scale(1.06);
}

.fleet-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.75rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fleet-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 30, 54, 0.45) 100%);
  pointer-events: none;
}

.fleet-card__body {
  padding: 1.5rem 1.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--gold);
}

.fleet-card__body h3 {
  margin-bottom: 0.2rem;
  font-size: 1.35rem;
}

.fleet-card__model {
  font-size: 0.85rem;
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
}

.fleet-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.95rem;
}

.fleet-card__chip {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.65rem;
  background: rgba(11, 56, 102, 0.06);
  color: var(--navy);
  border: 1px solid rgba(212, 160, 23, 0.25);
}

.fleet-card__body p {
  font-size: 0.92rem;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 1.2rem;
}

.fleet-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (max-width: 700px) {
  .fleet-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Day Trips Masonry ---------- */
.trips-section {
  background:
    linear-gradient(180deg, #F0E8D6 0%, var(--sand) 100%),
    var(--jali);
}

.trips-masonry {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: 280px 280px auto;
  gap: 14px;
}

.trip-card {
  position: relative;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  border: 2px solid transparent;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: var(--white);
}

.trip-card--tall {
  grid-row: 1 / 3;
  min-height: 574px;
}

.trip-card--third {
  min-height: 240px;
}

.trip-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.trip-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}

.trip-card:hover .trip-card__bg {
  transform: scale(1.08);
}

.trip-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(6, 30, 54, 0.55) 0%,
    rgba(6, 30, 54, 0.15) 45%,
    rgba(6, 30, 54, 0.7) 100%
  );
  transition: background var(--transition);
}

.trip-card:hover .trip-card__overlay {
  background: linear-gradient(
    160deg,
    rgba(6, 30, 54, 0.7) 0%,
    rgba(11, 56, 102, 0.35) 45%,
    rgba(6, 30, 54, 0.82) 100%
  );
}

.trip-card__content {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.trip-card__content h3 {
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}

.trip-card__duration {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(245, 236, 217, 0.9);
  margin-bottom: 0.85rem;
}

.trip-card .btn--view {
  background: var(--terracotta);
  color: var(--white);
  border-color: var(--terracotta-dark);
  padding: 0.45rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(224, 107, 53, 0.4);
}

.trip-card .btn--view:hover {
  background: var(--terracotta-dark);
}

.trips-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

@media (max-width: 900px) {
  .trips-masonry {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .trip-card--tall {
    grid-row: auto;
    min-height: 320px;
  }
  .trips-bottom {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .trips-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .trips-bottom .trip-card:last-child {
    grid-column: 1 / -1;
  }
}

/* Enquiry modal extras */
.modal--enquiry {
  width: min(460px, 100%);
}

.modal--enquiry .modal__badge {
  display: block;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 0.5rem;
}

/* ---------- Legal pages ---------- */
.legal-content {
  max-width: 760px;
  margin: 0 auto;
}

.legal-content h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
}

.legal-content p,
.legal-content li {
  color: var(--text-muted);
  margin-bottom: 0.85rem;
}

.legal-content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.nav-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
