/* ============================================================
   tourism-luxury.css — Premium / Luxury / Cinematic skin
   Loaded after tourism-modern.css for refined visual overrides
   ============================================================ */

:root {
  --forest-deep: #10201a;
  --forest-mid: #1f3a31;
  --forest-light: #3f5f53;
  --forest-pale: #7f9e90;
  --amber: #b78b45;
  --amber-light: #d8ae65;
  --amber-pale: #efd6a1;
  --parchment: #f7f1e6;
  --cream: #fbf7f0;
  --warm-white: #fffdfa;
  --charcoal: #20211e;
  --stone: #69645e;
  --mist: #d1c8ba;
  --shadow-sm: 0 8px 24px rgba(7, 17, 14, .08);
  --shadow-md: 0 18px 44px rgba(7, 17, 14, .12);
  --shadow-lg: 0 30px 80px rgba(7, 17, 14, .18);
  --radius-md: 12px;
  --radius-lg: 22px;
  --transition: all .35s cubic-bezier(.2,.7,.25,1);
}

html {
  background: radial-gradient(circle at top, rgba(183,139,69,.14), transparent 30%), var(--forest-deep);
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(183,139,69,.08), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(63,95,83,.08), transparent 22%),
    linear-gradient(180deg, #fffdf9 0%, #f8f3ea 34%, #fbf7f0 100%);
  color: var(--charcoal);
}

::selection { background: rgba(183,139,69,.28); color: var(--forest-deep); }

.section {
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 25%, transparent 75%, rgba(16,32,26,.02));
}

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

h1, h2, h3, h4 {
  letter-spacing: -.01em;
}

.label {
  letter-spacing: .24em;
}

.site-header {
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  background: linear-gradient(180deg, rgba(10,18,15,.72), rgba(10,18,15,.28));
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.site-header.scrolled {
  background: rgba(15, 27, 22, .78);
}

.site-logo__mark,
.mob-nav__logo-mark {
  background: linear-gradient(145deg, rgba(239,214,161,.95), rgba(183,139,69,.95));
  color: var(--forest-deep);
  box-shadow: 0 10px 24px rgba(183,139,69,.22);
}

.site-nav a,
.site-logo__name,
.site-logo__sub,
.header-cta,
.hamburger {
  text-shadow: 0 1px 2px rgba(0,0,0,.14);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.45rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239,214,161,.9), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.btn {
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(16,32,26,.08);
}

.btn--primary {
  background: linear-gradient(135deg, #e7c98a, #b78b45 60%, #92692f);
  color: #17211b;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 14px 34px rgba(183,139,69,.22);
}

.btn--primary:hover {
  filter: brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(183,139,69,.28);
}

.btn--outline,
.btn--outline-light {
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero,
.page-hero {
  overflow: clip;
}

.hero__bg,
.page-hero__bg {
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.02) brightness(.94);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(8,12,11,.62), rgba(8,12,11,.34) 26%, rgba(8,12,11,.46) 78%, rgba(8,12,11,.72)),
    radial-gradient(circle at 22% 22%, rgba(230,184,103,.18), transparent 30%),
    linear-gradient(90deg, rgba(6,10,9,.36) 0%, rgba(6,10,9,0) 44%, rgba(6,10,9,.20) 100%);
}

.hero__content,
.page-hero__content {
  position: relative;
  z-index: 1;
}

.hero__eyebrow,
.hero .label,
.page-hero .label {
  color: var(--amber-pale);
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.hero__title,
.page-hero h1 {
  text-shadow: 0 8px 32px rgba(0,0,0,.34);
}

.hero__subtitle,
.page-hero p {
  text-shadow: 0 2px 10px rgba(0,0,0,.22);
}

.hero__scroll span {
  color: rgba(255,255,255,.88);
}

.stats-bar,
.section--dark,
.testimonials,
.cta-banner {
  background:
    radial-gradient(circle at top, rgba(183,139,69,.08), transparent 24%),
    linear-gradient(180deg, #13241d 0%, #10201a 100%);
}

.stats-bar,
.testimonials,
.cta-banner,
.section--dark,
.section--dark h2,
.section--dark h3,
.testimonials h2,
.cta-banner h2,
.cta-banner p {
  color: var(--parchment);
}

.stat-item__num {
  color: var(--amber-pale);
}

.intro__img-wrap,
.card-animated,
.service-card,
.testimonial-card,
.feature-card,
.info-card,
.form-card,
.reservation-card,
.gallery-card,
.room-card,
.page-card,
.contact-form-wrap,
.contact-info .info-card,
.map-container,
.menu-card,
.pricing-card,
.offer-card,
.detail-card {
  border-radius: 24px !important;
  overflow: hidden;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(16,32,26,.06);
  box-shadow: var(--shadow-md);
}

.card-animated:hover,
.service-card:hover,
.testimonial-card:hover,
.room-card:hover,
.gallery-card:hover,
.info-card:hover,
.pricing-card:hover,
.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.intro__img-wrap {
  box-shadow: 0 30px 70px rgba(12, 23, 19, .18);
}

.intro__img-badge,
.room-card__badge,
.badge,
.price-badge {
  background: linear-gradient(135deg, rgba(239,214,161,.97), rgba(183,139,69,.95));
  color: var(--forest-deep);
  box-shadow: 0 12px 28px rgba(183,139,69,.18);
}

.section-title .divider,
.divider {
  background: linear-gradient(90deg, transparent, rgba(183,139,69,.9), transparent) !important;
  height: 1px !important;
}

.feature-item,
.attraction-item,
.direction-step,
.info-row,
.info-item,
.contact-info .info-item,
.facility-item,
.menu-item,
.amenity-item {
  border-color: rgba(16,32,26,.08) !important;
}

.form-control,
.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select {
  border-radius: 16px;
  border: 1px solid rgba(16,32,26,.10);
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.form-control:focus,
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus,
.contact-form-wrap select:focus {
  border-color: rgba(183,139,69,.75);
  box-shadow: 0 0 0 4px rgba(183,139,69,.16);
}

.table, table, .distances-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.distances-table tr,
table tr {
  background: rgba(255,255,255,.72);
}

.distances-table td,
table td,
table th {
  border-bottom: 1px solid rgba(16,32,26,.06);
}

.testimonial-card__stars {
  color: var(--amber-pale);
  letter-spacing: .16em;
}

.mountain-divider img {
  opacity: .9;
}

.mob-nav {
  background:
    radial-gradient(circle at top, rgba(183,139,69,.12), transparent 24%),
    linear-gradient(180deg, rgba(16,32,26,.98), rgba(10,18,15,.98));
}

.mob-overlay {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

footer,
.site-footer {
  background:
    radial-gradient(circle at top, rgba(183,139,69,.08), transparent 22%),
    linear-gradient(180deg, #10201a, #0c1713);
}

.site-footer,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(247,241,230,.92);
}

img {
  image-rendering: auto;
}

@media (max-width: 768px) {
  .card-animated,
  .service-card,
  .testimonial-card,
  .info-card,
  .contact-form-wrap,
  .map-container {
    border-radius: 20px !important;
  }

  .hero::before,
  .page-hero::before {
    background:
      linear-gradient(180deg, rgba(8,12,11,.70), rgba(8,12,11,.42) 28%, rgba(8,12,11,.58) 78%, rgba(8,12,11,.78)),
      radial-gradient(circle at 18% 14%, rgba(230,184,103,.14), transparent 32%);
  }
}
