@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');
:root {
  --night:#10131f;
  --night-2:#171c2f;
  --cream:#f7efe2;
  --paper:#fffaf0;
  --sun:#f2b84b;
  --terra:#bf5b3c;
  --sage:#9eb79b;
  --ink:#1c2230;
  --muted:#687083;
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  font-family:Georgia, 'Times New Roman', serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  overflow-x:hidden
}

a {
  text-decoration:none
}

img {
  max-width:100%;
  display:block
}

.container-fluid {
  max-width:1540px
}

/* ======================================================
   NAVBAR
====================================================== */

.glass-nav {
  background: rgba(16, 19, 31, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(247, 239, 226, 0.12);
}

.navbar-brand,
.nav-link {
  font-family:Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif
}

.navbar .nav-link {
  font-weight:750;
  color:rgba(247, 239, 226, 0.78);
  font-size:.95rem
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color:var(--sun)
}

.navbar-toggler {
  border-color: rgba(247, 239, 226, 0.24);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-brand {
  padding: 0;
}

.site-logo {
  width: 110px;
  height: auto;
  display: block;
}

/* Dropdown dark theme */
.nav-dropdown .dropdown-menu {
  background: var(--night);
  border-radius: 0;
  border: 1px solid rgba(247, 239, 226, 0.12);
  padding: 12px;
  box-shadow: 0 18px 60px rgba(16, 19, 31, 0.35);
}

.nav-dropdown .dropdown-item {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 750;
  padding: 9px 13px;
  color: rgba(247, 239, 226, 0.78);
}

.nav-dropdown .dropdown-item:hover {
  background: rgba(247, 239, 226, 0.08);
  color: var(--sun);
}

/* ======================================================
   BUTTONS
====================================================== */

.btn-ivory {
  background: var(--sun);
  color: var(--night);
  border: 1px solid var(--sun);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
}

.btn-ivory:hover {
  background: transparent;
  border-color: var(--sun);
  color: var(--sun);
}

.btn-sun {
  background:var(--sun);
  color:var(--night);
  border:1px solid var(--sun);
  font-family:Inter, system-ui, sans-serif;
  font-weight:900;
  letter-spacing:.02em
}

.btn-sun:hover {
  background:transparent;
  color:var(--sun);
  border-color:var(--sun)
}

.btn-outline-cream {
  border:1px solid rgba(247, 239, 226, .7);
  color:var(--cream);
  font-family:Inter, system-ui, sans-serif;
  font-weight:850
}

.btn-outline-cream:hover {
  background:var(--cream);
  color:var(--night)
}

/* ======================================================
   HERO
====================================================== */

.hero-lab {
  background:var(--night);
  color:var(--cream);
  position:relative;
  overflow:hidden
}

/* Brown glow fading smoothly to the right */
.hero-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(
      90deg,
      rgba(191, 91, 60, 0.36) 0%,
      rgba(191, 91, 60, 0.32) 18%,
      rgba(191, 91, 60, 0.26) 34%,
      rgba(191, 91, 60, 0.18) 48%,
      rgba(191, 91, 60, 0.10) 58%,
      rgba(191, 91, 60, 0.04) 66%,
      rgba(191, 91, 60, 0) 74%
    ),
    radial-gradient(
      circle at 18% 22%,
      rgba(191, 91, 60, 0.18) 0%,
      rgba(191, 91, 60, 0.10) 24%,
      transparent 52%
    );
}

.hero-lab .container-fluid,
.hero-lab .scroll-cue {
  position: relative;
  z-index: 2;
}

.hero-copy-panel {
  min-height:100vh;
  padding:80px 0;
  background:transparent;
  position:relative;
  z-index:2
}

.hero-copy-panel > div {
  width:auto;
  max-width:100%
}

.hero-copy-panel h1 {
  font-size:clamp(3.2rem, 7.2vw, 7.6rem);
  line-height:.88;
  font-weight:500;
  letter-spacing:-.07em;
  margin:0
}

.hero-text {
  font-size:1.16rem;
  color:rgba(247, 239, 226, .75);
  max-width:630px;
  margin-top:28px
}

.label-line {
  font-family:Inter, system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.74rem;
  font-weight:900;
  color:var(--sun);
  margin-bottom:22px
}

.label-line.dark {
  color:var(--terra)
}

.hero-visual-panel {
  min-height:100vh;
  padding-top:92px;
  padding-bottom:42px;
  position:relative;
  z-index:1
}

.image-collage {
  position:relative;
  height:calc(100vh - 134px);
  min-height:640px;
  z-index:1;
  isolation:isolate
}

.tile {
  position:absolute;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(247, 239, 226, .18)
}

.tile img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.88) contrast(1.05)
}

.tile-large {
  inset:7% 12% 6% 8%;
  border-radius:46% 46% 0 0;
  z-index:1;
}

/* Hero main banner slider */
.hero-scenic-slider,
.hero-scenic-slider .carousel-inner,
.hero-scenic-slider .carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-scenic-slider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-scenic-slider.carousel-fade .carousel-item {
  transition: opacity 1s ease-in-out;
}

.tile-small {
  width:28%;
  height:28%;
  box-shadow:0 28px 70px rgba(0, 0, 0, .35);
  z-index:20;
}

.tile-small.top {
  right:1%;
  top:0;
  border-radius:0 70px 0 70px;
  z-index:21;
}

.tile-small.bottom {
  left:0;
  bottom:0;
  border-radius:70px 0 70px 0;
  z-index:21;
}

.floating-note {
  position:absolute;
  right:0;
  bottom:8%;
  max-width:290px;
  background:var(--cream);
  color:var(--night);
  padding:22px 24px;
  font-family:Inter, system-ui, sans-serif;
  font-weight:800;
  box-shadow:0 26px 70px rgba(0, 0, 0, .28);
  z-index:25;
}

.floating-note i {
  display:block;
  font-size:1.6rem;
  color:var(--terra);
  margin-bottom:10px
}

.signal-row {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:rgba(247, 239, 226, .2);
  max-width:730px
}

.signal-row div {
  background:var(--night-2);
  padding:22px
}

.signal-row b {
  display:block;
  color:var(--sun);
  font-family:Inter, system-ui, sans-serif
}

.signal-row span {
  display:block;
  font-family:Inter, system-ui, sans-serif;
  color:rgba(247, 239, 226, .68);
  font-size:.88rem
}

/* ======================================================
   HERO SIGNAL CARD POSITION
   This controls the 01 / 02 / 03 card on the hero section.
   You can adjust top, right, and width to move the card.
====================================================== */

.hero-signal-wide-wrap {
  position: absolute;

  /* Controls vertical position.
     Increase value to move the card lower.
     Decrease value to move the card higher. */
  top: 800px;

  /* Controls horizontal position from right side.
     Smaller value = card moves more right.
     Bigger value = card moves more left. */
  right: 100px;

  /* Controls total card width.
     Reduce this if the card overlaps with image/text.
     Increase this if you want a wider card. */
  width: 560px;

  /* Keeps this card above background images and floating cards. */
  z-index:30;

  /* Keep these zero because position is controlled by top/right. */
  margin-top: 0;
  padding-bottom: 0;
}

/* Main 01 / 02 / 03 card grid */
.hero-signal-wide {
  width: 100%;

  /* Creates 3 equal columns for 01, 02, 03 */
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  /* Thin divider gap between cards */
  gap: 1px;

  /* Border/divider color around the card */
  background: rgba(247, 239, 226, 0.18);

  /* Soft shadow so the card looks lifted */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Individual boxes inside 01 / 02 / 03 card */
.hero-signal-wide div {
  background: var(--night-2);

  /* Controls inside spacing of each small box */
  padding: 18px 18px 20px;

  /* Controls height of the card.
     Reduce this if card feels too tall.
     Increase this if you want more breathing space. */
  min-height: 105px;
}

/* Number styling: 01, 02, 03 */
.hero-signal-wide b {
  display: block;
  color: var(--sun);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
}

/* Text below each number */
.hero-signal-wide span {
  display: block;
  font-family: Inter, system-ui, sans-serif;
  color: rgba(247, 239, 226, 0.74);

  /* Text size inside the card */
  font-size: 0.82rem;

  /* Line spacing inside card text */
  line-height: 1.5;
}

.signal-row:not(.hero-signal-wide) {
  max-width: 730px;
}

.scroll-cue {
  position:absolute;
  right:32px;
  bottom:32px;
  color:rgba(247, 239, 226, .65);
  font-family:Inter, system-ui, sans-serif;
  writing-mode:vertical-rl;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem
}

/* ======================================================
   GENERAL SECTIONS
====================================================== */

.intro-band {
  background:var(--sun);
  padding:46px 0
}

.intro-band h2 {
  font-size:clamp(2rem, 4vw, 4rem);
  letter-spacing:-.05em;
  line-height:.95;
  margin:0
}

.intro-band p {
  font-size:1.2rem;
  margin:0;
  color:rgba(16, 19, 31, .78)
}

.section-space {
  padding:110px 0
}

.section-heading {
  font-size:clamp(2.6rem, 5vw, 5.4rem);
  line-height:.95;
  letter-spacing:-.06em;
  font-weight:500
}

.muted-text {
  color:var(--muted);
  font-size:1.08rem
}

/* ======================================================
   JOURNEY CARDS - 3 x 2 WITH IMAGE ON TOP
====================================================== */

.journey-grid,
.journey-grid.hover-card-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
  align-items:stretch
}

.journey-card,
.journey-card.hover-card,
.journey-card.default-active {
  grid-column:span 1 !important;
  min-height:360px;
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(28, 34, 48, .08);
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:all .35s ease
}

.journey-card:hover,
.journey-card.hover-card:hover,
.journey-card.default-active:hover {
  grid-column:span 1 !important;
  min-height:360px;
  background:var(--night);
  color:var(--cream);
  transform:translateY(-6px);
  box-shadow:0 26px 70px rgba(28, 34, 48, .09)
}

.journey-card span,
.journey-card.hover-card span,
.journey-card.default-active span {
  font-family:Inter, system-ui, sans-serif;
  color:var(--terra);
  font-weight:900;
  margin-bottom:auto
}

.journey-card:hover span,
.journey-card.hover-card:hover span,
.journey-card.default-active:hover span {
  color:var(--sun)
}

.journey-card h3,
.journey-card.hover-card h3,
.journey-card.default-active h3 {
  font-size:2.1rem;
  line-height:1;
  margin:28px 0 14px;
  letter-spacing:-.04em
}

.journey-card p,
.journey-card.hover-card p,
.journey-card.default-active p {
  font-family:Inter, system-ui, sans-serif;
  color:var(--muted);
  margin:0
}

.journey-card:hover p,
.journey-card.hover-card:hover p,
.journey-card.default-active:hover p {
  color:rgba(247, 239, 226, .72)
}

.journey-card.image-top-card,
.journey-card.hover-card.image-top-card,
.journey-card.default-active.image-top-card {
  grid-column:span 1 !important;
  min-height:430px;
  padding:0;
  overflow:hidden;
  background:#fff;
  color:var(--ink);
  display:flex;
  flex-direction:column;
  justify-content:flex-start
}

.journey-card.image-top-card:hover,
.journey-card.hover-card.image-top-card:hover,
.journey-card.default-active.image-top-card:hover {
  grid-column:span 1 !important;
  min-height:430px;
  background:var(--night);
  color:var(--cream);
  transform:translateY(-6px);
  box-shadow:0 26px 70px rgba(28, 34, 48, .09)
}

.journey-card-img {
  width:100%;
  height:210px;
  overflow:hidden;
  flex-shrink:0
}

.journey-card-img img {
  width:100%;
  height:100%;
  object-fit:cover
}

.journey-card-content {
  padding:30px;
  display:flex;
  flex-direction:column;
  flex:1
}

.journey-card-content span {
  font-family:Inter, system-ui, sans-serif;
  color:var(--terra);
  font-weight:900;
  margin-bottom:auto
}

.journey-card-content h3 {
  font-size:2.1rem;
  line-height:1;
  margin:28px 0 14px;
  letter-spacing:-.04em
}

.journey-card-content p {
  font-family:Inter, system-ui, sans-serif;
  color:var(--muted);
  margin:0
}

.journey-card.image-top-card:hover .journey-card-content span,
.journey-card.hover-card.image-top-card:hover .journey-card-content span,
.journey-card.default-active.image-top-card:hover .journey-card-content span {
  color:var(--sun)
}

.journey-card.image-top-card:hover .journey-card-content p,
.journey-card.hover-card.image-top-card:hover .journey-card-content p,
.journey-card.default-active.image-top-card:hover .journey-card-content p {
  color:rgba(247, 239, 226, .72)
}

/* ======================================================
   DARK STAGE
====================================================== */

.dark-stage {
  background:linear-gradient(135deg, #0e1220, #1f263c);
  position:relative;
  overflow:hidden
}

.dark-stage:before {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(242, 184, 75, .16);
  right:-140px;
  top:-160px
}

.timeline-stack {
  position:relative;
  z-index:1
}

.timeline-item {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:30px;
  padding:30px 0;
  border-top:1px solid rgba(247, 239, 226, .14);
  color:var(--cream)
}

.timeline-item:last-child {
  border-bottom:1px solid rgba(247, 239, 226, .14)
}

.timeline-item b {
  font-size:1.6rem;
  font-weight:500;
  color:var(--sun)
}

.timeline-item span {
  font-family:Inter, system-ui, sans-serif;
  color:rgba(247, 239, 226, .68);
  font-size:1.05rem
}

/* ======================================================
   FLEET LOUNGE
====================================================== */

.fleet-lounge {
  background: #f4eadc;
}

.sticky-copy {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.vehicle-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.vehicle-card {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(28, 34, 48, 0.08);
  box-shadow: 0 20px 70px rgba(28, 34, 48, 0.06);
}

/* remove dark overlay */
.vehicle-card::before {
  display: none;
}

/* keep staggered layout if you want */
.vehicle-card.raised {
  transform: translateY(38px);
}

.vehicle-card i {
  font-size: 2.4rem;
  color: var(--terra);
}

.vehicle-card h3 {
  font-size: 2rem;
  line-height: 1;
  margin: 28px 0 14px;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.vehicle-card p {
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted);
}

.vehicle-card strong {
  font-family: Inter, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: var(--night);
}

/* remove background images */
.vehicle-card.sedan-card,
.vehicle-card.suv-card,
.vehicle-card.traveller-card,
.vehicle-card.premium-card {
  background-image: none;
}

/* ======================================================
   ROUTES
====================================================== */

.route-magazine {
  background:var(--paper)
}

.route-header {
  max-width:840px
}

.route-tile {
  min-height:470px;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden
}

.route-tile:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(16, 19, 31, .05), rgba(16, 19, 31, .82))
}

.route-tile>* {
  position:relative
}

.route-tile span {
  font-family:Inter, system-ui, sans-serif;
  background:rgba(255, 255, 255, .16);
  backdrop-filter:blur(14px);
  align-self:flex-start;
  padding:8px 13px;
  font-weight:850
}

.route-tile h3 {
  font-size:2.25rem;
  line-height:.98;
  margin:18px 0 8px;
  letter-spacing:-.05em
}

.route-tile p {
  font-family:Inter, system-ui, sans-serif;
  color:rgba(255, 255, 255, .75);
  margin:0
}

.route-tile.agra {
  background-image:url('https://images.unsplash.com/photo-1564507592333-c60657eea523?auto=format&fit=crop&w=900&q=80')
}

.route-tile.rishikesh {
  background-image:url('https://images.unsplash.com/photo-1591017403286-fd8493524e1e?auto=format&fit=crop&w=900&q=80')
}

.route-tile.jaipur {
  background-image:url('https://images.unsplash.com/photo-1477587458883-47145ed94245?auto=format&fit=crop&w=900&q=80')
}

.route-tile.hills {
  background-image:url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=900&q=80')
}

.route-pills {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}

.route-pills span {
  font-family:Inter, system-ui, sans-serif;
  border:1px solid rgba(28, 34, 48, .16);
  padding:13px 18px;
  background:#fff;
  font-weight:750
}

/* ======================================================
   TRIP STUDIO
====================================================== */

.trip-studio {
  background:var(--night)
}

.studio-shell {
  background:var(--paper);
  box-shadow:0 30px 100px rgba(0, 0, 0, .25)
}

.studio-left {
  background:var(--terra);
  color:#fff;
  padding:60px
}

.studio-left h2 {
  font-size:clamp(2.3rem, 4vw, 4.7rem);
  line-height:.92;
  letter-spacing:-.06em
}

.studio-left p {
  font-family:Inter, system-ui, sans-serif;
  color:rgba(255, 255, 255, .78)
}

.studio-left ul {
  list-style:none;
  padding:0;
  margin:34px 0 0;
  font-family:Inter, system-ui, sans-serif
}

.studio-left li {
  margin:12px 0
}

.studio-left i {
  color:var(--sun);
  margin-right:9px
}

.studio-form-wrap {
  padding:55px
}

.studio-form label {
  font-family:Inter, system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:900;
  color:var(--muted);
  margin-bottom:8px
}

.form-control,
.form-select {
  border-radius:0;
  border:0;
  border-bottom:1px solid rgba(28, 34, 48, .26);
  background:transparent;
  padding:13px 0;
  font-family:Inter, system-ui, sans-serif
}

.form-control:focus,
.form-select:focus {
  box-shadow:none;
  border-color:var(--terra);
  background:transparent
}

/* ======================================================
   FOOTER
====================================================== */

.site-footer {
  background:#090b12;
  color:rgba(247, 239, 226, .66);
  padding:76px 0 30px;
  font-family:Inter, system-ui, sans-serif
}

.footer-logo {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--cream);
  font-weight:900;
  font-size:1.25rem;
  margin-bottom:20px
}

.footer-site-logo {
  width:130px;
  height:auto;
  display:block
}

.site-footer h4 {
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--sun);
  font-weight:900
}

.site-footer a {
  display:block;
  color:rgba(247, 239, 226, .65);
  margin:8px 0
}

.site-footer a:hover {
  color:var(--cream)
}

.site-footer p {
  max-width:620px
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(247, 239, 226, .12);
  margin-top:48px;
  padding-top:24px;
  font-size:.9rem
}

/* ======================================================
   MULTI PAGE ADDITIONS
====================================================== */

.page-lab {
  background:var(--night);
  color:var(--cream);
  position:relative;
  overflow:hidden;
  padding-top:92px
}

.page-lab:before {
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(191, 91, 60, .38), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(242, 184, 75, .18), transparent 28%);
  pointer-events:none
}

.page-lab .container-fluid {
  position:relative;
  z-index:1
}

.page-lab-copy {
  padding:110px 0 90px
}

.page-lab h1 {
  font-size:clamp(3.2rem, 7vw, 7rem);
  line-height:.88;
  letter-spacing:-.07em;
  font-weight:500;
  margin:0;
  max-width:980px
}

.page-lab p.lead {
  font-family:Inter, system-ui, sans-serif;
  font-size:1.12rem;
  color:rgba(247, 239, 226, .72);
  max-width:720px;
  margin-top:25px
}

.page-visual-card {
  height:500px;
  border-radius:240px 240px 0 0;
  overflow:hidden;
  border:1px solid rgba(247, 239, 226, .18);
  position:relative
}

.page-visual-card img {
  width:100%;
  height:100%;
  object-fit:cover
}

.page-visual-card:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent, rgba(16, 19, 31, .25))
}

.breadcrumb-lite {
  font-family:Inter, system-ui, sans-serif;
  color:rgba(247, 239, 226, .58);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem
}

.breadcrumb-lite a {
  color:var(--sun)
}

.lab-panel {
  background:#fff;
  border:1px solid rgba(28, 34, 48, .08);
  padding:34px;
  min-height:275px;
  height:100%;
  transition:.25s
}

.lab-panel:hover {
  transform:translateY(-5px);
  box-shadow:0 26px 70px rgba(28, 34, 48, .09)
}

.lab-panel .num {
  font-family:Inter, system-ui, sans-serif;
  color:var(--terra);
  font-weight:950;
  letter-spacing:.12em;
  font-size:.78rem
}

.lab-panel h3 {
  font-size:2rem;
  line-height:1;
  letter-spacing:-.05em;
  margin:24px 0 12px
}

.lab-panel p,
.lab-panel li {
  font-family:Inter, system-ui, sans-serif;
  color:var(--muted)
}

.lab-panel ul {
  margin:0;
  padding-left:1rem
}

.editorial-split {
  background:#f4eadc
}

.editorial-img {
  min-height:520px;
  background-size:cover;
  background-position:center
}

.editorial-copy {
  padding:70px
}

.fare-note {
  background:var(--night);
  color:var(--cream);
  padding:30px;
  font-family:Inter, system-ui, sans-serif
}

.fare-note b {
  display:block;
  color:var(--sun);
  margin-bottom:8px
}

.mini-feature {
  display:flex;
  gap:18px;
  align-items:flex-start;
  border-top:1px solid rgba(28, 34, 48, .13);
  padding:24px 0
}

.mini-feature i {
  font-size:1.6rem;
  color:var(--terra)
}

.mini-feature b {
  display:block;
  font-size:1.1rem
}

.mini-feature span {
  font-family:Inter, system-ui, sans-serif;
  color:var(--muted)
}

.quote-mini {
  background:var(--paper);
  border:1px solid rgba(28, 34, 48, .1);
  padding:26px
}

.quote-mini label {
  font-family:Inter, system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.68rem;
  font-weight:900;
  color:var(--muted)
}

.simple-list {
  display:grid;
  gap:12px
}

.simple-list span {
  font-family:Inter, system-ui, sans-serif;
  background:#fff;
  border:1px solid rgba(28, 34, 48, .12);
  padding:15px 18px;
  font-weight:750
}

.dark-card {
  background:rgba(247, 239, 226, .08);
  border:1px solid rgba(247, 239, 226, .13);
  padding:30px;
  color:var(--cream);
  min-height:240px
}

.dark-card h3 {
  font-size:1.85rem;
  letter-spacing:-.04em
}

.dark-card p {
  font-family:Inter, system-ui, sans-serif;
  color:rgba(247, 239, 226, .66)
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media(max-width:1199px) {
  .journey-grid,
  .journey-grid.hover-card-grid {
    grid-template-columns:repeat(2, 1fr)
  }

  .vehicle-card.raised {
    transform:none
  }

  .image-collage {
    min-height:560px
  }

  .tile-large {
    inset:8% 8% 8% 8%
  }
}

@media(max-width:991px) {
  .glass-nav {
    position:sticky
  }

  .navbar-collapse {
    background:var(--night);
    margin-top:14px;
    padding:18px;
    border:1px solid rgba(247, 239, 226, .12)
  }

  .navbar .nav-link {
    color:rgba(247, 239, 226, .84)
  }

  .hero-lab::before {
    background:
      linear-gradient(
        90deg,
        rgba(191, 91, 60, .30) 0%,
        rgba(191, 91, 60, .24) 35%,
        rgba(191, 91, 60, .12) 58%,
        rgba(191, 91, 60, 0) 78%
      ),
      radial-gradient(
        circle at 15% 18%,
        rgba(191, 91, 60, .20) 0%,
        rgba(191, 91, 60, .10) 28%,
        transparent 58%
      )
  }

  .hero-copy-panel,
  .hero-visual-panel {
    min-height:auto;
    padding:110px 0 40px
  }

  .image-collage {
    height:560px
  }

  /* Mobile/tablet reset for hero signal card.
     On smaller screens, the card should not stay absolute,
     otherwise it may overlap the hero text or image. */
  .hero-signal-wide-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }

  /* On mobile, 01 / 02 / 03 become stacked vertically */
  .hero-signal-wide {
    width: 100%;
    grid-template-columns: 1fr;
  }

  /* Smaller spacing for mobile cards */
  .hero-signal-wide div {
    min-height: auto;
    padding: 20px;
  }

  .section-space {
    padding:78px 0
  }

  .signal-row {
    grid-template-columns:1fr
  }

  .sticky-copy {
    position:static
  }

  .studio-left,
  .studio-form-wrap {
    padding:36px
  }

  .footer-bottom {
    flex-direction:column
  }

  .scroll-cue {
    display:none
  }

  .page-lab-copy {
    padding:70px 0 40px
  }

  .page-visual-card {
    height:420px
  }

  .editorial-copy {
    padding:36px
  }

  .editorial-img {
    min-height:360px
  }
}

@media(max-width:767px) {
  .site-logo {
    width:92px
  }

  .journey-grid,
  .journey-grid.hover-card-grid,
  .vehicle-strip {
    grid-template-columns:1fr
  }

  .journey-card.image-top-card,
  .journey-card.hover-card.image-top-card,
  .journey-card.default-active.image-top-card,
  .journey-card.image-top-card:hover,
  .journey-card.hover-card.image-top-card:hover,
  .journey-card.default-active.image-top-card:hover {
    min-height:390px
  }

  .hero-copy-panel h1 {
    font-size:3.3rem
  }

  .tile-small {
    display:none
  }

  .tile-large {
    inset:0;
    border-radius:160px 160px 0 0
  }

  .floating-note {
    left:18px;
    right:18px;
    bottom:18px;
    max-width:none
  }

  .timeline-item {
    grid-template-columns:1fr;
    gap:8px
  }

  .route-tile {
    min-height:360px
  }

  .intro-band p {
    font-size:1rem
  }
}


/*package page*/


/* ======================================================
   TOUR PACKAGE PAGE
====================================================== */

.package-intro-section {
  background: var(--paper);
  padding-bottom: 50px;
}

.package-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.package-filter-pills span {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 850;
  font-size: 0.84rem;
  color: var(--night);
  background: #fff;
  border: 1px solid rgba(28, 34, 48, 0.12);
  padding: 12px 18px;
}

.packages-showcase {
  background: #f4eadc;
  padding: 70px 0 110px;
}

.tour-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tour-package-card {
  background: #fff;
  border: 1px solid rgba(28, 34, 48, 0.08);
  box-shadow: 0 22px 70px rgba(28, 34, 48, 0.07);
  overflow: hidden;
  transition: all 0.32s ease;
}

.tour-package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(28, 34, 48, 0.12);
}

.tour-package-image {
  height: 255px;
  position: relative;
  overflow: hidden;
}

.tour-package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tour-package-card:hover .tour-package-image img {
  transform: scale(1.08);
}

.tour-package-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 19, 31, 0.04),
    rgba(16, 19, 31, 0.45)
  );
}

.tour-package-image span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  background: var(--sun);
  color: var(--night);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.tour-package-body {
  padding: 28px;
}

.tour-package-body h3 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
}

.tour-package-body p {
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted);
  margin-bottom: 18px;
}

.package-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.package-meta span {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 750;
  color: rgba(28, 34, 48, 0.72);
  font-size: 0.9rem;
}

.package-meta i {
  color: var(--terra);
  margin-right: 8px;
}

.package-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(28, 34, 48, 0.12);
  padding-top: 20px;
}

.package-price-row small {
  display: block;
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 850;
}

.package-price-row strong {
  display: block;
  font-family: Inter, system-ui, sans-serif;
  color: var(--terra);
  font-size: 1.45rem;
  font-weight: 950;
}

.package-note-section {
  background: var(--paper);
}

/* ======================================================
   BOOKING PAGE
====================================================== */

.booking-section {
  background: #f4eadc;
}

.booking-help-card {
  background: var(--night);
  color: var(--cream);
  padding: 34px;
  box-shadow: 0 26px 80px rgba(16, 19, 31, 0.18);
}

.booking-help-card i {
  font-size: 2.2rem;
  color: var(--sun);
  display: block;
  margin-bottom: 20px;
}

.booking-help-card h3 {
  font-size: 2rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.booking-help-card p {
  font-family: Inter, system-ui, sans-serif;
  color: rgba(247, 239, 226, 0.72);
}

.booking-form-card {
  background: #fff;
  padding: 44px;
  border: 1px solid rgba(28, 34, 48, 0.08);
  box-shadow: 0 28px 90px rgba(28, 34, 48, 0.1);
}

/* ======================================================
   PACKAGE RESPONSIVE
====================================================== */

@media (max-width: 1199px) {
  .tour-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .tour-package-grid {
    grid-template-columns: 1fr;
  }

  .tour-package-body {
    padding: 24px;
  }

  .tour-package-body h3 {
    font-size: 1.75rem;
  }

  .package-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-form-card {
    padding: 28px;
  }
}

/* ======================================================
   JOURNEY CARD SLIDER - HOME PAGE
   Added to make the 6 journey cards slide horizontally.
====================================================== */
.journey-slider-wrap {
  position: relative;
}

.journey-slider-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 22px;
}

.journey-slider-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(28, 34, 48, .16);
  background: #fff;
  color: var(--night);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all .25s ease;
}

.journey-slider-btn:hover {
  background: var(--night);
  color: var(--cream);
}

.journey-grid.journey-slider-track,
.journey-grid.hover-card-grid.journey-slider-track {
  display: flex;
  grid-template-columns: none;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 18px;
}

.journey-grid.journey-slider-track::-webkit-scrollbar,
.journey-grid.hover-card-grid.journey-slider-track::-webkit-scrollbar {
  display: none;
}

.journey-slider-track .journey-card,
.journey-slider-track .journey-card.hover-card,
.journey-slider-track .journey-card.default-active,
.journey-slider-track .journey-card.image-top-card {
  flex: 0 0 calc((100% - 56px) / 3);
  scroll-snap-align: start;
}

@media(max-width:1199px) {
  .journey-slider-track .journey-card,
  .journey-slider-track .journey-card.hover-card,
  .journey-slider-track .journey-card.default-active,
  .journey-slider-track .journey-card.image-top-card {
    flex-basis: calc((100% - 28px) / 2);
  }
}

@media(max-width:767px) {
  .journey-slider-actions {
    justify-content: flex-start;
  }

  .journey-slider-track .journey-card,
  .journey-slider-track .journey-card.hover-card,
  .journey-slider-track .journey-card.default-active,
  .journey-slider-track .journey-card.image-top-card {
    flex-basis: 100%;
  }
}

/* ======================================================
   POPULAR ROAD STORIES SLIDER - HOME PAGE
   Auto-sliding route cards with manual arrow controls.
====================================================== */
.route-slider-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.route-slider-btn {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(28, 34, 48, .16);
  background: #fff;
  color: var(--night);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all .25s ease;
}

.route-slider-btn:hover {
  background: var(--night);
  color: var(--cream);
}

.route-story-slider-wrap {
  position: relative;
  overflow: hidden;
}

.route-story-slider-track {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 18px;
}

.route-story-slider-track::-webkit-scrollbar {
  display: none;
}

.route-story-slide {
  flex: 0 0 calc((100% - 102px) / 4);
  scroll-snap-align: start;
}

.route-story-slide .route-tile {
  height: 470px;
}

@media(max-width:1199px) {
  .route-story-slide {
    flex-basis: calc((100% - 34px) / 2);
  }
}

@media(max-width:767px) {
  .route-slider-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .route-story-slide {
    flex-basis: 100%;
  }

  .route-story-slide .route-tile {
    height: 410px;
  }
}


/* ======================================================
   FINAL HOME SLIDER FIXES
   - Journey arrows sit beside the cards, not above them.
   - Route ideas arrows are removed.
   - Space between journey format and route ideas is reduced.
====================================================== */
.journeys-section {
  padding-bottom: 48px;
}

.journeys-section + .route-magazine {
  padding-top: 48px;
}

.journey-slider-wrap.journey-slider-shell {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 18px;
}

.journey-slider-actions {
  display: none !important;
}

.journey-slider-side {
  margin: 0;
  flex: none;
  z-index: 4;
}

.journey-grid.journey-slider-track,
.journey-grid.hover-card-grid.journey-slider-track {
  padding-bottom: 0;
}

.route-slider-actions {
  display: none !important;
}

.route-header.d-flex {
  display: block !important;
}

.route-story-slider-wrap {
  margin-top: 28px !important;
}

@media(max-width: 767px) {
  .journeys-section {
    padding-bottom: 36px;
  }

  .journeys-section + .route-magazine {
    padding-top: 36px;
  }

  .journey-slider-wrap.journey-slider-shell {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .journey-slider-btn {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}


/* ===== TourNexa final typography and image card polish ===== */
:root {
  --tn-heading-font: 'Cinzel', Georgia, 'Times New Roman', serif;
  --tn-body-font: 'Inter', Arial, sans-serif;
}
body {
  font-family: var(--tn-body-font);
}
h1, h2, h3, h4, .section-heading, .footer-logo, .brand-text, .package-card h3, .story-card h3, .lab-panel h3, .studio-left h2 {
  font-family: var(--tn-heading-font) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.label-line, .breadcrumb-lite, .nav-link, .btn, .num {
  letter-spacing: 0.14em;
}
.site-logo {
  max-height: 58px;
  width: auto;
  display: block;
}
.navbar-brand .site-logo {
  object-fit: contain;
}
.image-card {
  padding: 0 !important;
  overflow: hidden;
}
.image-card .lab-panel-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #eee;
}
.image-card .lab-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}
.image-card:hover .lab-panel-img img {
  transform: scale(1.06);
}
.image-card .num,
.image-card h3,
.image-card p {
  display: block;
  padding-left: 34px;
  padding-right: 34px;
}
.image-card .num {
  margin-bottom: 34px;
}
.image-card p {
  padding-bottom: 34px;
}
.page-visual-card img,
.package-card img,
.story-card img,
.route-card img,
.journey-card img {
  object-fit: cover;
  object-position: center;
}
.editorial-img {
  min-height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .editorial-img { min-height: 380px; }
}
@media (max-width: 767px) {
  .site-logo { max-height: 48px; }
  .image-card .lab-panel-img { height: 230px; }
}

/* ======================================================
   HOME PAGE INLINE STYLE MOVED FROM INDEX.HTML
   Keep homepage-specific CSS here, not inside index.html.
====================================================== */

/* Home hero layout fix */
.hero-lab.home-hero-fixed {
  min-height: auto;
  overflow: hidden;
}

.home-hero-fixed .hero-shell {
  min-height: 820px;
  padding-top: 120px;
  padding-bottom: 70px;
}

.home-hero-fixed .hero-copy-panel {
  min-height: auto;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.home-hero-fixed .hero-copy-inner {
  width: 100%;
  max-width: 640px;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home-hero-fixed h1 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(3.4rem, 5.4vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  max-width: 680px;
  margin-bottom: 28px;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.home-hero-fixed .hero-text {
  max-width: 580px;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  line-height: 1.85;
}

.home-hero-fixed .hero-visual-panel {
  min-height: 650px;
  display: flex;
  align-items: center;
}

.home-hero-fixed .image-collage {
  width: 100%;
  min-height: 640px;
  position: relative;
}

.home-hero-fixed .tile-large {
  height: 640px;
  width: min(78%, 760px);
  margin-left: auto;
  border-radius: 180px 0 0 180px;
  overflow: hidden;
}

.home-hero-fixed .tile-large img,
.home-hero-fixed .hero-scenic-slider,
.home-hero-fixed .hero-scenic-slider .carousel-inner,
.home-hero-fixed .hero-scenic-slider .carousel-item {
  height: 100%;
}

.home-hero-fixed .tile-large img,
.home-hero-fixed .tile-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-fixed .tile-small {
  position: absolute;
  width: 245px;
  height: 170px;
  overflow: hidden;
  border: 10px solid rgba(255, 248, 235, 0.95);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.home-hero-fixed .tile-small.top {
  right: 4%;
  top: 12%;
  border-radius: 100px 100px 0 100px;
}

.home-hero-fixed .tile-small.bottom {
  left: 4%;
  bottom: 12%;
  border-radius: 100px 0 100px 100px;
}

.home-hero-fixed .floating-note {
  left: 7%;
  bottom: 38px;
  max-width: 430px;
}

.home-hero-fixed .hero-signal-wide-wrap {
  margin-top: -35px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .home-hero-fixed .hero-shell {
    min-height: auto;
  }

  .home-hero-fixed h1 {
    font-size: clamp(3rem, 6vw, 5rem);
  }

  .home-hero-fixed .tile-large {
    width: 86%;
    height: 590px;
  }
}

@media (max-width: 991px) {
  .home-hero-fixed .hero-shell {
    padding-top: 115px;
    padding-bottom: 45px;
  }

  .home-hero-fixed .hero-copy-panel {
    padding-right: 0;
  }

  .home-hero-fixed .hero-copy-inner {
    max-width: 100%;
  }

  .home-hero-fixed h1 {
    font-size: clamp(2.55rem, 9vw, 4.4rem);
    line-height: 1.02;
    max-width: 760px;
  }

  .home-hero-fixed .hero-visual-panel {
    min-height: auto;
    margin-top: 35px;
  }

  .home-hero-fixed .image-collage {
    min-height: 520px;
  }

  .home-hero-fixed .tile-large {
    width: 100%;
    height: 520px;
    border-radius: 90px 0 90px 0;
  }

  .home-hero-fixed .tile-small {
    width: 190px;
    height: 130px;
  }

  .home-hero-fixed .hero-signal-wide-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .home-hero-fixed .hero-shell {
    padding-top: 100px;
  }

  .home-hero-fixed h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
    letter-spacing: -0.035em;
  }

  .home-hero-fixed .hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .home-hero-fixed .image-collage {
    min-height: 390px;
  }

  .home-hero-fixed .tile-large {
    height: 390px;
    border-radius: 65px 0 65px 0;
  }

  .home-hero-fixed .tile-small {
    display: none;
  }

  .home-hero-fixed .floating-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }
}


/* Final hero spacing correction: removes top blank space and fixes right visual overlap */
.home-hero-fixed .hero-shell {
  min-height: 680px !important;
  padding-top: 86px !important;
  padding-bottom: 42px !important;
  align-items: center !important;
}

.home-hero-fixed .hero-copy-panel {
  align-items: center !important;
}

.home-hero-fixed .hero-copy-inner {
  padding-top: 0 !important;
  margin-top: 0 !important;
  max-width: 660px !important;
}

.home-hero-fixed h1 {
  font-size: clamp(3.15rem, 4.9vw, 5.9rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  max-width: 720px !important;
  margin-bottom: 22px !important;
}

.home-hero-fixed .hero-text {
  max-width: 620px !important;
  line-height: 1.72 !important;
  margin-bottom: 0 !important;
}

.home-hero-fixed .hero-visual-panel {
  min-height: 520px !important;
  align-items: center !important;
  padding-top: 0 !important;
}

.home-hero-fixed .image-collage {
  min-height: 500px !important;
  display: flex;
  align-items: center;
}

.home-hero-fixed .tile-large {
  height: 500px !important;
  width: min(86%, 760px) !important;
  margin-left: auto !important;
  margin-top: 0 !important;
  border-radius: 150px 0 0 150px !important;
}

.home-hero-fixed .tile-small {
  width: 210px !important;
  height: 140px !important;
  border-width: 8px !important;
}

.home-hero-fixed .tile-small.top {
  right: 2% !important;
  top: 8% !important;
}

.home-hero-fixed .tile-small.bottom {
  left: 6% !important;
  bottom: 8% !important;
}

.home-hero-fixed .floating-note {
  left: 8% !important;
  bottom: 42px !important;
  max-width: 360px !important;
  padding: 22px 26px !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  z-index: 4 !important;
}

.home-hero-fixed .floating-note span {
  display: inline !important;
}

.home-hero-fixed .hero-signal-wide-wrap {
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .home-hero-fixed .hero-shell {
    min-height: auto !important;
    padding-top: 95px !important;
  }

  .home-hero-fixed .tile-large {
    height: 470px !important;
    width: 90% !important;
  }

  .home-hero-fixed .image-collage {
    min-height: 470px !important;
  }
}

@media (max-width: 991px) {
  .home-hero-fixed .hero-shell {
    padding-top: 105px !important;
    padding-bottom: 42px !important;
  }

  .home-hero-fixed h1 {
    font-size: clamp(2.45rem, 8vw, 4.2rem) !important;
    line-height: 1.04 !important;
  }

  .home-hero-fixed .hero-visual-panel {
    margin-top: 28px !important;
  }

  .home-hero-fixed .image-collage {
    min-height: 430px !important;
  }

  .home-hero-fixed .tile-large {
    width: 100% !important;
    height: 430px !important;
    border-radius: 80px 0 80px 0 !important;
  }

  .home-hero-fixed .floating-note {
    left: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    max-width: 430px !important;
  }
}

@media (max-width: 575px) {
  .home-hero-fixed .hero-shell {
    padding-top: 92px !important;
  }

  .home-hero-fixed h1 {
    font-size: clamp(2.1rem, 10.5vw, 3.25rem) !important;
  }

  .home-hero-fixed .image-collage {
    min-height: 340px !important;
  }

  .home-hero-fixed .tile-large {
    height: 340px !important;
  }

  .home-hero-fixed .floating-note {
    padding: 16px 18px !important;
    font-size: 0.92rem !important;
  }
}

/* Clean home banner final fix: remove overlay cards and make one balanced hero image */
.home-hero-fixed {
  min-height: auto !important;
}

.home-hero-fixed .hero-shell {
  min-height: 620px !important;
  padding-top: 76px !important;
  padding-bottom: 34px !important;
  align-items: center !important;
}

.home-hero-fixed .hero-copy-panel {
  min-height: auto !important;
  padding-right: 44px !important;
}

.home-hero-fixed .hero-copy-inner {
  max-width: 720px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home-hero-fixed h1 {
  font-size: clamp(3rem, 4.6vw, 5.65rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.035em !important;
  max-width: 760px !important;
  margin-bottom: 22px !important;
}

.home-hero-fixed .hero-text {
  max-width: 630px !important;
  line-height: 1.68 !important;
}

.home-hero-fixed .hero-visual-panel {
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 26px !important;
}

.home-hero-fixed .image-collage {
  width: 100% !important;
  min-height: 500px !important;
  height: 500px !important;
  position: relative !important;
  display: block !important;
}

.home-hero-fixed .tile-large {
  width: 100% !important;
  height: 500px !important;
  margin: 0 !important;
  border-radius: 130px 0 0 130px !important;
  overflow: hidden !important;
}

.home-hero-fixed .tile-large img,
.home-hero-fixed .hero-scenic-slider,
.home-hero-fixed .hero-scenic-slider .carousel-inner,
.home-hero-fixed .hero-scenic-slider .carousel-item {
  height: 100% !important;
}

.home-hero-fixed .tile-large img {
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.home-hero-fixed .tile-small,
.home-hero-fixed .floating-note {
  display: none !important;
}

.home-hero-fixed .hero-signal-wide-wrap {
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .home-hero-fixed .hero-shell {
    padding-top: 86px !important;
  }

  .home-hero-fixed .hero-visual-panel {
    padding-left: 10px !important;
  }

  .home-hero-fixed .image-collage,
  .home-hero-fixed .tile-large {
    height: 460px !important;
    min-height: 460px !important;
  }
}

@media (max-width: 991px) {
  .home-hero-fixed .hero-shell {
    min-height: auto !important;
    padding-top: 98px !important;
    padding-bottom: 42px !important;
  }

  .home-hero-fixed .hero-copy-panel {
    padding-right: 0 !important;
  }

  .home-hero-fixed .hero-visual-panel {
    padding-left: 0 !important;
    margin-top: 28px !important;
    min-height: auto !important;
  }

  .home-hero-fixed .image-collage,
  .home-hero-fixed .tile-large {
    height: 420px !important;
    min-height: 420px !important;
  }

  .home-hero-fixed .tile-large {
    border-radius: 80px 0 80px 0 !important;
  }
}

@media (max-width: 575px) {
  .home-hero-fixed h1 {
    font-size: clamp(2.1rem, 10.5vw, 3.2rem) !important;
  }

  .home-hero-fixed .image-collage,
  .home-hero-fixed .tile-large {
    height: 320px !important;
    min-height: 320px !important;
  }
}

/* Extra hero bottom-space fix */
.home-hero-fixed .hero-shell {
  min-height: auto !important;
  padding-top: 72px !important;
  padding-bottom: 10px !important;
}

.home-hero-fixed .hero-copy-panel,
.home-hero-fixed .hero-visual-panel {
  min-height: auto !important;
}

.home-hero-fixed .hero-visual-panel {
  align-items: center !important;
}

.home-hero-fixed .image-collage,
.home-hero-fixed .tile-large {
  height: 430px !important;
  min-height: 430px !important;
}

.home-hero-fixed .hero-copy-inner {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home-hero-fixed .hero-signal-wide-wrap,
.home-hero-fixed .scroll-cue,
.scroll-cue {
  display: none !important;
}

.journeys-section {
  padding-top: 70px !important;
}

@media (max-width: 1199px) {
  .home-hero-fixed .image-collage,
  .home-hero-fixed .tile-large {
    height: 400px !important;
    min-height: 400px !important;
  }
}

@media (max-width: 991px) {
  .home-hero-fixed .hero-shell {
    padding-top: 92px !important;
    padding-bottom: 28px !important;
  }

  .home-hero-fixed .image-collage,
  .home-hero-fixed .tile-large {
    height: 360px !important;
    min-height: 360px !important;
  }
}

@media (max-width: 575px) {
  .home-hero-fixed .image-collage,
  .home-hero-fixed .tile-large {
    height: 285px !important;
    min-height: 285px !important;
  }
}


/* ======================================================
   HOME HERO TOP SPACING FIX
   Reduces blank space between navbar and banner content
====================================================== */

.home-hero-fixed .hero-shell {
  padding-top: 45px !important;
  padding-bottom: 10px !important;
}

.home-hero-fixed .hero-copy-panel {
  align-items: flex-start !important;
  padding-top: 70px !important;
}

.home-hero-fixed .hero-visual-panel {
  padding-top: 35px !important;
  align-items: flex-start !important;
}

.home-hero-fixed .image-collage,
.home-hero-fixed .tile-large {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .home-hero-fixed .hero-shell {
    padding-top: 75px !important;
  }

  .home-hero-fixed .hero-copy-panel {
    padding-top: 20px !important;
  }

  .home-hero-fixed .hero-visual-panel {
    padding-top: 10px !important;
  }
}




/* ======================================================
   INNER PAGE BANNER TOP SPACING FIX
   Reduces blank space below navbar on About and service pages
====================================================== */

.page-lab {
  padding-top: 78px !important;
}

.page-lab-copy {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.page-lab .row {
  align-items: center !important;
}

.page-visual-card {
  height: 430px;
}

@media (max-width: 991px) {
  .page-lab {
    padding-top: 72px !important;
  }

  .page-lab-copy {
    padding-top: 38px !important;
    padding-bottom: 35px !important;
  }

  .page-visual-card {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .page-lab-copy {
    padding-top: 28px !important;
  }

  .page-lab h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }
}




/* ======================================================
   HOME SERVICE GRID - 3 x 3 PREMIUM CARDS
====================================================== */

.premium-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 26px !important;
  align-items: stretch;
}

.premium-service-card {
  min-height: auto !important;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 34, 48, 0.08);
  box-shadow: 0 22px 70px rgba(28, 34, 48, 0.06);
  transition: all 0.35s ease;
}

.premium-service-card:hover {
  transform: translateY(-7px);
  background: var(--night);
  color: var(--cream);
  box-shadow: 0 32px 90px rgba(28, 34, 48, 0.14);
}

.premium-service-card .journey-card-img {
  height: 205px;
  width: 100%;
  overflow: hidden;
}

.premium-service-card .journey-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.premium-service-card:hover .journey-card-img img {
  transform: scale(1.08);
}

.premium-service-card .journey-card-content {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  min-height: 285px;
}

.premium-service-card .journey-card-content span {
  font-family: Inter, system-ui, sans-serif;
  color: var(--terra);
  font-weight: 950;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin-bottom: 22px;
}

.premium-service-card:hover .journey-card-content span {
  color: var(--sun);
}

.premium-service-card .journey-card-content h3 {
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin: 0 0 14px;
}

.premium-service-card .journey-card-content p {
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

.premium-service-card:hover .journey-card-content p {
  color: rgba(247, 239, 226, 0.72);
}

.service-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 24px;
}

.service-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(28, 34, 48, 0.16);
  color: var(--night);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.service-card-actions a:hover {
  background: var(--night);
  color: var(--cream);
  border-color: var(--night);
}

.service-card-actions .book-btn {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--night);
}

.service-card-actions .book-btn:hover {
  background: transparent;
  color: var(--sun);
  border-color: var(--sun);
}

.premium-service-card:hover .service-card-actions a {
  border-color: rgba(247, 239, 226, 0.28);
  color: var(--cream);
}

.premium-service-card:hover .service-card-actions .book-btn {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--night);
}

/* Hide old slider buttons if any remain */
.journey-slider-btn,
.journey-slider-side,
.journey-slider-prev,
.journey-slider-next {
  display: none !important;
}

/* Better spacing for this homepage section */
.journeys-section {
  padding-top: 80px !important;
  padding-bottom: 90px !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .premium-service-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .premium-service-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .premium-service-card .journey-card-img {
    height: 220px;
  }

  .premium-service-card .journey-card-content {
    min-height: auto;
  }

  .service-card-actions a {
    flex: 1;
  }
}



/* ======================================================
   HOME CAB SERVICE GRID - 3 x 2 PREMIUM CARDS
====================================================== */

.cab-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 26px !important;
  align-items: stretch;
}

.cab-service-card {
  min-height: auto !important;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 34, 48, 0.08);
  box-shadow: 0 22px 70px rgba(28, 34, 48, 0.06);
  transition: all 0.35s ease;
}

.cab-service-card:hover {
  transform: translateY(-7px);
  background: var(--night);
  color: var(--cream);
  box-shadow: 0 32px 90px rgba(28, 34, 48, 0.14);
}

.cab-service-card .journey-card-img {
  height: 205px;
  width: 100%;
  overflow: hidden;
}

.cab-service-card .journey-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.cab-service-card:hover .journey-card-img img {
  transform: scale(1.08);
}

.cab-service-card .journey-card-content {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  min-height: 270px;
}

.cab-service-card .journey-card-content span {
  font-family: Inter, system-ui, sans-serif;
  color: var(--terra);
  font-weight: 950;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin-bottom: 20px;
}

.cab-service-card:hover .journey-card-content span {
  color: var(--sun);
}

.cab-service-card .journey-card-content h3 {
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin: 0 0 14px;
}

.cab-service-card .journey-card-content p {
  font-family: Inter, system-ui, sans-serif;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

.cab-service-card:hover .journey-card-content p {
  color: rgba(247, 239, 226, 0.72);
}

.service-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 22px;
}

.service-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cab-service-card:hover .service-card-actions .btn-outline-dark {
  color: var(--cream);
  border-color: rgba(247, 239, 226, 0.35);
}

.journey-slider-btn,
.journey-slider-side,
.journey-slider-prev,
.journey-slider-next {
  display: none !important;
}

@media (max-width: 1199px) {
  .cab-service-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .cab-service-grid {
    grid-template-columns: 1fr !important;
  }

  .cab-service-card .journey-card-img {
    height: 220px;
  }

  .cab-service-card .journey-card-content {
    min-height: auto;
  }

  .service-card-actions a {
    flex: 1;
  }
}