:root {
  --ink: #141614;
  --muted: #5b625b;
  --paper: #f7f5ef;
  --white: #ffffff;
  --forest: #1f5d3b;
  --moss: #6f8f3b;
  --sun: #f0b23f;
  --line: rgba(20, 22, 20, 0.14);
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18));
  transition: background 0.2s ease, min-height 0.2s ease;
}

.site-header.scrolled {
  min-height: 66px;
  background: rgba(16, 17, 14, 0.94);
}

.logo img {
  width: 94px;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-weight: 700;
}

.main-nav a,
.header-actions a {
  text-decoration: none;
}

.main-nav a:hover,
.header-actions a:hover,
.text-link:hover {
  color: var(--sun);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-link,
.season-link {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.9rem;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
  background: #151714;
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.82) 0%,
      rgba(0,0,0,.48) 45%,
      rgba(0,0,0,.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.38) 0%,
      rgba(0,0,0,.12) 40%,
      rgba(0,0,0,.58) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 92vh;
  max-width: 790px;
  padding: 128px clamp(18px, 6vw, 76px) 80px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sun);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-content p {
  max-width: 640px;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.btn-primary {
  color: #111;
  background: var(--sun);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.seo-intro,
.search-section,
.split-section,
.tours-section,
.tour-details-section,
.gallery-section,
.vehicles-section,
.contact-section {
  padding: clamp(56px, 9vw, 104px) clamp(18px, 5vw, 70px);
}

.seo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 38px;
  align-items: start;
  background: var(--white);
}

.seo-intro p,
.split-content p,
.vehicle-row p,
.contact-section p {
  color: var(--muted);
}

.quick-facts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-facts li {
  padding: 16px 18px;
  border-left: 4px solid var(--sun);
  background: #eef1e8;
  font-weight: 700;
}

.search-section {
  background: #f7f8f3;
}

.search-section .section-heading {
  max-width: 920px;
}

.search-section .section-heading p {
  color: var(--muted);
}

.keyword-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.keyword-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.keyword-grid h3 {
  margin-bottom: 10px;
}

.keyword-grid p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #111;
  box-shadow: var(--shadow);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.text-link {
  color: var(--forest);
  font-weight: 800;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

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

.tour-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.tour-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tour-card div {
  padding: 20px;
}

.tour-card p {
  color: var(--muted);
}

.tour-price {
  margin: 0 0 12px;
  color: var(--forest) !important;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.tour-price span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.tour-includes {
  display: grid;
  gap: 8px;
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.tour-includes li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 700;
}

.tour-includes li::before {
  position: absolute;
  left: 0;
  color: var(--sun);
  content: "+";
  font-weight: 900;
}

.tour-link {
  color: var(--forest);
  font-weight: 900;
}

.tour-details-section {
  background: #f7f8f3;
}

.tour-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px) 0;
  border-top: 1px solid var(--line);
}

.tour-detail:first-of-type {
  border-top: 0;
}

.tour-detail:nth-of-type(even) picture {
  order: -1;
}

.tour-detail p {
  color: var(--muted);
}

.tour-detail h3 {
  margin-bottom: 14px;
}

.tour-detail .btn {
  margin-top: 12px;
}

.tour-detail img {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.gallery-section {
  background: #e9ede2;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-item {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.vehicles-section {
  background: var(--white);
}

.winter-preview {
  padding: clamp(56px, 9vw, 104px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background: #141914;
}

.winter-preview .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.winter-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 22px;
}

.winter-preview-grid a {
  overflow: hidden;
  border-radius: 8px;
}

.winter-preview-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vehicle-grid article {
  display: grid;
  gap: 14px;
  align-content: space-between;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f3;
  text-align: center;
}

.vehicle-grid img {
  width: 100%;
  height: 142px;
  object-fit: contain;
}

.vehicle-grid h3 {
  font-size: 1rem;
}

.vehicle-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.vehicle-note p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 34px;
  color: var(--white);
  background: #161914;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-card a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--sun);
}

.socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 86vh;
  width: auto;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, 0.35);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: #0f110e;
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer a {
  color: var(--sun);
  font-weight: 800;
}

.redirect-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 32px;
  text-align: center;
}

.redirect-page p {
  color: var(--muted);
}

@media (max-width: 920px) {
  .main-nav {
    position: fixed;
    inset: 78px 14px auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border-radius: 8px;
    background: rgba(16, 17, 14, 0.96);
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
  }

  .menu-toggle {
    display: block;
  }

  .season-link {
    display: none;
  }

  .seo-intro,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .tour-detail {
    grid-template-columns: 1fr;
  }

  .tour-detail:nth-of-type(even) picture {
    order: 0;
  }

  .tour-grid,
  .gallery-grid,
  .keyword-grid,
  .vehicle-grid,
  .winter-preview-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .logo img {
    width: 76px;
  }

  .hero,
  .hero-content {
    min-height: 78vh;
  }

  .hero-content {
    padding: 104px 18px 54px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.24)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18));
  }

  .btn {
    width: 100%;
  }

  .tour-grid,
  .gallery-grid,
  .keyword-grid,
  .vehicle-grid,
  .winter-preview-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-note,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== PREMIUM MOTION SYSTEM ===== */

@media (prefers-reduced-motion: no-preference) {

  .reveal {
    opacity: 0;
    transform: translateY(42px);
    transition:
      opacity .8s ease,
      transform .8s cubic-bezier(.22,.61,.36,1);
    will-change: opacity, transform;
  }

  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }

  .tour-card,
  .vehicle-grid article,
  .keyword-grid article,
  .winter-preview-grid a {
    transition:
      transform .35s ease,
      box-shadow .35s ease,
      border-color .35s ease;
  }

  .tour-card:hover,
  .vehicle-grid article:hover,
  .keyword-grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 44px rgba(0,0,0,.14);
  }

  .tour-detail img,
  .winter-preview-grid img {
    transition:
      transform .6s ease,
      filter .6s ease;
  }

  .tour-detail:hover img,
  .winter-preview-grid a:hover img {
    transform: scale(1.03);
    filter: saturate(1.05);
  }

  .btn {
    transition:
      transform .22s ease,
      filter .22s ease,
      background-color .22s ease;
  }

  .btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
  }

  .main-nav a,
  .header-actions a,
  .tour-link,
  .text-link {
    transition: color .22s ease;
  }

  .hero img {
    animation: heroZoom 14s ease-in-out infinite alternate;
    will-change: transform;
  }

  @keyframes heroZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.05);
    }
  }

}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
  transition: transform .22s ease, filter .22s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

@media (max-width: 620px) {
  .floating-whatsapp {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
}

.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.hero-badges span{
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:.92rem;
  font-weight:700;
}

@media (max-width:620px){

  .hero-badges{
    flex-direction:column;
    align-items:flex-start;
  }

}


.reviews-section{
  padding: clamp(56px, 9vw, 104px) clamp(18px, 5vw, 70px);
  background:#fff;
}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.reviews-grid article{
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#f7f8f3;
}

.stars{
  color:var(--sun);
  font-size:1.2rem;
  font-weight:900;
  margin-bottom:10px;
}

.reviews-grid strong{
  display:block;
  margin-top:14px;
}

@media(max-width:920px){

  .reviews-grid{
    grid-template-columns:1fr;
  }

}


.faq-section{
  padding: clamp(56px, 9vw, 104px) clamp(18px, 5vw, 70px);
  background:#f7f8f3;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.faq-grid article{
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}

.faq-grid h3{
  margin-bottom:10px;
}

.faq-grid p{
  color:var(--muted);
}

@media(max-width:920px){

  .faq-grid{
    grid-template-columns:1fr;
  }

}

@media (max-width:620px){

  body{
    padding-bottom:76px;
  }

}

.hero-badges span{
  white-space: nowrap;
}

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

.vehicle-gallery-btn{
  margin-top:8px;
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-size:.92rem;
  font-weight:800;
  cursor:pointer;
  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.vehicle-gallery-btn:hover{
  background:var(--sun);
  border-color:var(--sun);
  transform:translateY(-2px);
}

/* ===== VEHICLE POPUP ===== */

.vehicle-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(0,0,0,.78);
}

.vehicle-modal[hidden]{
  display:none;
}

.vehicle-modal-content{
  position:relative;
  width:min(920px,100%);
  max-height:90vh;
  overflow:auto;
  padding:28px;
  border-radius:12px;
  background:#fff;
  box-shadow:var(--shadow);
}

.vehicle-modal-close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:28px;
  cursor:pointer;
}

.vehicle-modal-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:20px 0;
}

.vehicle-modal-gallery img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:8px;
}

@media(max-width:620px){
  .vehicle-modal-content{
    padding:22px;
  }

  .vehicle-modal-gallery{
    grid-template-columns:1fr;
  }
}
.mini-map {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  height: 180px;
}

.mini-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 620px) {

  .hero-badges span {
    white-space: normal;
  }

  .contact-card {
    padding: 18px;
  }

  .mini-map {
    height: 160px;
  }

}
.discount-info-wrap {
  position: relative;
}

.discount-info-btn {
  margin-left: 8px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sun);
  color: #111;
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
}

.discount-tooltip {
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 10;
  display: none;
  width: min(260px, 80vw);
  padding: 12px 14px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.discount-info-wrap.active .discount-tooltip {
  display: block;
}
