:root {
  --bg: #f3efe9;
  --bg-alt: #efe8df;
  --panel: rgba(255, 255, 255, 0.42);
  --panel-strong: #f7f2eb;
  --ink: #1a1714;
  --ink-soft: #59514a;
  --muted: #6f665f;
  --line: rgba(26, 23, 20, 0.09);
  --gold: #b79562;
  --gold-soft: rgba(183, 149, 98, 0.12);
  --sage: #7a8773;
  --shadow: rgba(24, 22, 20, 0.18);
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none !important;
}

a:focus,

a:visited {
  outline: none;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, .btn, .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
}

#home,
#about,
#services,
#experience,
#packages,
#process,
#destinations,
#testimonials,
#contact,
footer {
  position: relative;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.eyebrow {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 700;
}

.eyebrow-dark {
  color: var(--gold);
}

h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.95;
  color: var(--ink);
}

.content-section,
.page-section {
  padding: 100px 0;
}

.content-section-sm {
  padding: 36px 0 14px;
}

.site-header {
  position: relative;
  z-index: 10;
}

.navbar-default {
  background: rgba(20, 17, 15, 0.18);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  min-height: 88px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 30px;
  padding-top: 24px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.navbar-default .navbar-nav li a {
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 32px 12px 22px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}

#home {
  min-height: 100vh;
  background: url('../images/home-bg-slideshow1.jpg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

#home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.68), rgba(12, 10, 8, 0.38));
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 46px;
  padding-top: 120px;
  padding-bottom: 60px;
}

.hero-copy {
  max-width: 660px;
  padding-top: 40px;
}

.hero-copy .eyebrow {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #f0d9b0;
  letter-spacing: 0.2em;
  font-size: 10px;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(3.2rem, 4.5vw, 5.5rem);
  line-height: 0.94;
  margin: 18px 0 18px;
  letter-spacing: -0.05em;
  max-width: 620px;
}

.hero-copy .lead {
  font-size: 1.18rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--gold);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 12px 24px rgba(183, 149, 98, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
  background: #c9a36b;
  color: #fff;
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.26);
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-metrics div {
  min-width: 125px;
  padding: 20px 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.hero-metrics strong {
  display: block;
  color: #f8e7c3;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-metrics span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.floating-cards-stack {
  position: relative;
  width: 100%;
  height: 480px;
}

.float-card {
  position: absolute;
  background: rgba(25, 22, 20, 0.35);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.card-lg {
  width: 340px;
  left: 5%;
  top: 35%;
  transform: translateY(-50%);
}

.card-lg h3 {
  margin: 0 0 8px;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.card-lg p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  line-height: 1.4;
}

.card-label {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(183,149,98,0.12);
  border: 1px solid rgba(183,149,98,0.3);
  color: #f1cf94;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}

.card-md {
  width: 180px;
  padding: 20px 18px;
  text-align: center;
}

.card-md strong {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1;
}

.card-md span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-pos-tr {
  right: 8%;
  top: 18%;
}

.card-pos-bl {
  left: 12%;
  bottom: 12%;
}

.stats-band {
  background: #f0e6dc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mini-stat-block {
  padding: 26px 18px 22px;
  background: rgba(255,255,255,0.42);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(27,23,19,0.04);
}

.mini-stat-block strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--ink);
}

.mini-stat-block span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
}

#about {
  background: var(--bg);
}

.align-center {
  display: flex;
  align-items: center;
}

.floating-stack {
  position: relative;
  min-height: 500px;
}

.stack-card {
  position: absolute;
  background: #f6f1ea;
  border: 1px solid rgba(26,23,20,0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(24,22,20,0.12);
}

.stack-main-card {
  width: 100%;
  height: 440px;
  left: 0;
  top: 0;
}

.stack-side-card {
  width: 230px;
  height: 210px;
  right: 12px;
  bottom: 8px;
  border: 8px solid var(--bg);
}

.stack-main-card img,
.stack-side-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stack-badge {
  position: absolute;
  right: 10px;
  top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid rgba(183,149,98,0.25);
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#about h2,
#services h2,
#experience h2,
#packages h2,
#process h2,
#destinations h2,
#testimonials h2,
#contact h2 {
  color: var(--ink);
}

.feature-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: var(--ink-soft);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(183,149,98,0.4);
}

.service-section {
  background: #f8f3ee;
}

.feature-card,
.process-box,
.testimonial-card,
.gallery-card,
.experience-card,
.package-item,
.contact-wrap {
  background: rgba(255,255,255,0.52);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(26, 23, 20, 0.05);
}

.feature-card {
  padding: 28px 22px;
  height: 100%;
}

.icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--gold);
  background: rgba(183,149,98,0.08);
  border: 1px solid rgba(183,149,98,0.2);
  margin-bottom: 18px;
}

.feature-card h3,
.process-box h3,
.experience-copy h3,
.gallery-card h3,
.package-body h3 {
  color: var(--ink);
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.feature-card p,
.process-box p,
.experience-copy p,
.testimonial-card p,
.package-body p {
  color: var(--ink-soft);
}

.card-tilt {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.experience-card {
  overflow: hidden;
}

.experience-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.experience-copy {
  padding: 22px 20px 26px;
}

.experience-copy h3,
.gallery-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.dark-panel {
  background: #efe7df;
}

.package-arcade {
  background: #f5efe9;
}

.package-grid {
  margin-top: 12px;
}

.package-item {
  display: flex;
  gap: 18px;
  padding: 18px;
  margin-bottom: 26px;
  overflow: hidden;
}

.package-visual {
  width: 210px;
  min-width: 210px;
  height: 190px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
}

.package-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.price-tag {
  display: inline-block;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(183,149,98,0.08);
  border: 1px solid rgba(183,149,98,0.25);
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 12px;
}

.package-body h3 {
  font-size: 2.1rem;
  margin: 0 0 10px;
}

.process-section {
  background: linear-gradient(180deg, rgba(24, 21, 18, 0.86), rgba(24, 21, 18, 0.76)), url('../images/video-bg.jpg') center/cover no-repeat;
}

.process-section .eyebrow,
.process-section h2,
.process-section p,
.process-section h3 {
  color: #fff;
}

.process-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  padding: 26px 20px;
  height: 100%;
}

.process-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(183,149,98,0.16);
  border: 1px solid rgba(183,149,98,0.3);
  color: #f2d7a3;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.gallery-grid {
  margin-top: 24px;
}

.gallery-card {
  overflow: hidden;
  margin-bottom: 24px;
}

.gallery-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.gallery-card h3 {
  padding: 18px 18px 22px;
  margin: 0;
  font-size: 2rem;
}

.testimonial-card {
  padding: 28px 22px;
  height: 100%;
}

.testimonial-card p {
  font-size: 1.02rem;
}

.testimonial-card h4 {
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
}

.contact-section {
  background: linear-gradient(180deg, rgba(22, 20, 18, 0.42), rgba(22, 20, 18, 0.52)), url('../images/contact-bg.jpg') center/cover no-repeat;
}

.contact-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 8, 0.12);
}

.contact-wrap {
  padding: 36px 28px;
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(12px);
}

.contact-form {
  max-width: 780px;
  margin: 0 auto;
}

#packageList,
#contact .form-control {
  width: 100%;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(26, 23, 20, 0.12);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 16px;
}

#contact .form-control::placeholder {
  color: rgba(26, 23, 20, 0.6);
}

#packageList option {
  color: var(--ink);
}

#contact input[type="submit"] {
  margin-top: 8px;
  width: 100%;
  background: var(--ink);
  border: none;
  color: #fff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 54px;
  border-radius: 12px;
}

footer {
  background: #171512;
  padding: 30px 0 40px;
  color: rgba(255,255,255,0.78);
}

footer p {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.72);
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 140px;
  }

  .hero-copy,
  .hero-copy .lead {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-metrics {
    justify-content: center;
  }

  .package-item {
    display: block;
  }

  .package-visual {
    width: 100%;
    min-width: 100%;
    height: 220px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    background: rgba(12, 10, 8, 0.72);
  }

  .navbar-default .navbar-brand {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }

  .dashboard-shell {
    width: 100%;
    height: 420px;
  }

  .card-main {
    width: 190px;
  }

  .card-small {
    width: 120px;
  }
}
