:root {
  --green: #4f9a45;
  --green-dark: #347b37;
  --text: #1d2630;
  --muted: #5f6872;
  --line: #edf1ee;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(22, 42, 31, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 76px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 76px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 248px;
}

.brand-mark {
  width: 58px;
  color: var(--green);
  line-height: 0;
}

.brand strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: #5b6165;
  font-size: 10px;
  font-weight: 600;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
}

.nav-links a {
  font-size: 12px;
  font-weight: 700;
  color: #17212b;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green);
}

.mobile-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  cursor: pointer;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
}

.language {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  color: #222a31;
  cursor: pointer;
}

.language-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: none;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  user-select: none;
  pointer-events: none;
}

.language-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.5px solid #222a31;
  border-radius: 50%;
  box-sizing: border-box;
}

.language-icon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1.5px solid #222a31;
  border-radius: 50%;
  box-sizing: border-box;
}

.language-current {
  min-width: 0;
  text-align: left;
  line-height: 20px;
}

.language-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 100;
  min-width: 168px;
  padding: 8px;
  border: 1px solid #e8eee9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(22, 42, 31, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.language-switcher.open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-menu button {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #222a31;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button.active {
  color: var(--green-dark);
  background: #f0f7ef;
}

.chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 20px;
  margin-left: -1px;
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  transform-origin: center;
  transition: transform 0.18s ease;
}

.language-switcher.open .chevron {
  transform: rotate(180deg);
}

.quote-btn,
.primary-btn,
.contact-btn {
  background: var(--green);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(79, 154, 69, 0.25);
}

.quote-btn {
  padding: 18px 27px;
}

.hero {
  min-height: 452px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
  transition: opacity 0.7s ease;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 13, 0.76) 0%, rgba(5, 18, 17, 0.52) 36%, rgba(8, 20, 20, 0.08) 72%);
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide {
  background-image: none;
}

.hero-slide.slide-ready.slide-1 {
  background-image: url("./img/048b38c65b3d39ec06a88a45d2e2acc9.png");
  background-position: center 48%;
}

.hero-slide.slide-ready.slide-2 {
  background-image: url("./img/d3ab8ebeeef14835016005831a8ff795.png");
}

.hero-slide.slide-ready.slide-3 {
  background-image: url("./img/Gemini_Generated_Image_3rafk73rafk73raf.png");
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 220px));
  margin: 0 auto;
  padding-top: 6px;
}

.eyebrow {
  margin: 0 0 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eyebrow.light {
  margin-bottom: 16px;
  text-align: left;
  color: #fff;
  font-size: 13px;
}

.hero h1 {
  margin: 0;
  max-width: 630px;
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.hero-subtitle {
  margin: 28px 0 32px;
  font-size: 17px;
  font-weight: 800;
}

.hero-subtitle span {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.75;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
}

.primary-btn,
.ghost-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
}

.primary-btn svg,
.ghost-btn svg {
  width: 16px;
  fill: currentColor;
}

.ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.08);
}

.carousel-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  font-size: 30px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: background 0.2s ease;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.carousel-btn.prev {
  left: 44px;
}

.carousel-btn.next {
  right: 44px;
}

.slider-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 21px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
}

.slider-dots .on {
  background: #fff;
}

.why {
  padding: 31px 24px 30px;
  background: #fbfcfb;
}

.why h2,
.tours h2 {
  margin: 0;
  text-align: center;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.features {
  width: min(1240px, calc(100% - 80px));
  margin: 31px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 178px;
  padding: 31px 26px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #f3f5f4;
  border-radius: 4px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #e1ece0;
  box-shadow: 0 22px 48px rgba(22, 42, 31, 0.14);
}

.icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #f0f7ef;
  position: relative;
}

.icon::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 28px;
  font-weight: 700;
}

.mountain::before { content: "♜"; }
.shield::before { content: "♢"; }
.map::before { content: "⌘"; }
.handshake::before { content: "♧"; }

.feature-card h3,
.tour-body h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
}

.feature-card p,
.tour-body p {
  margin: 0;
  color: #3f4952;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.services {
  padding: 31px 24px 30px;
  background: #fbfcfb;
}

.services-head {
  max-width: none;
  margin: 0;
  text-align: center;
}

.services-head .eyebrow {
  margin-bottom: 15px;
}

.services-head .eyebrow::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 8px auto 0;
  background: var(--green);
}

.services-head h2,
.services-partner h2 {
  margin: 0;
  text-align: center;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.services-head > p:last-child {
  margin: 8px 0 0;
  color: #3f4952;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.service-grid {
  width: min(1240px, calc(100% - 80px));
  margin: 31px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 178px;
  padding: 31px 26px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #f3f5f4;
  border-radius: 4px;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #e1ece0;
  box-shadow: 0 22px 48px rgba(22, 42, 31, 0.14);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 50%;
  color: var(--green);
  background: #f0f7ef;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.service-card h3 {
  margin: 0 0 10px;
  color: #1d2630;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.service-card p {
  margin: 0;
  color: #3f4952;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.services-partner {
  width: min(1240px, calc(100% - 80px));
  margin: 31px auto 0;
  padding: 22px 120px;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 22, 24, 0.91), rgba(14, 33, 28, 0.89)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=80") center / cover;
  box-shadow: none;
}

.services-partner p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.services-partner h2 {
  margin-bottom: 18px;
  color: #fff;
}

.services-partner .primary-btn {
  min-height: 48px;
  padding: 0 24px;
}

.tours {
  padding: 29px 24px 41px;
  background: #fff;
}

.tours .eyebrow {
  margin-bottom: 15px;
}

.tours .eyebrow::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 8px auto 0;
  background: var(--green);
}

.tour-grid {
  width: min(1240px, calc(100% - 80px));
  margin: 31px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tour-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf1ee;
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(25, 42, 34, 0.07);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  position: relative;
  isolation: isolate;
  cursor: pointer;
}

.tour-card:hover {
  transform: translateY(-6px);
  border-color: #dfe7e0;
  box-shadow: 0 16px 34px rgba(25, 42, 34, 0.1);
}

.tour-card:hover .tour-img {
  transform: scale(1.015);
}

.tour-card:hover .tour-img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 54%);
}

.tour-card:hover,
.spot-card:hover,
.feature-card:hover,
.service-card:hover,
contact-method:hover {
  cursor: pointer;
}

.tour-img {
  height: 136px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #e8eee9;
  background-position: center;
  transition: transform 0.24s ease;
  transform: translateZ(0);
}

.tour-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 54%);
}

.tour-img span {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  padding: 6px 9px;
  border-radius: 3px;
  background: var(--green);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.img-1 { background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=700&q=80"); }
.img-2 { background-image: url("https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=700&q=80"); }
.img-3 { background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=700&q=80"); }
.img-4 { background-image: url("https://images.unsplash.com/photo-1470115636492-6d2b56f9146d?auto=format&fit=crop&w=700&q=80"); }

.tour-body {
  min-height: 146px;
  padding: 17px 17px 16px;
  display: flex;
  flex-direction: column;
}

.tour-body h3 {
  margin: 0 0 10px;
  color: #1d2630;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.3em;
}

.tour-body a {
  display: inline-flex;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
}

.tour-card:hover .tour-body h3,
.spot-card:hover .spot-body h3 {
  color: var(--green-dark);
  transition: color 0.22s ease;
}

.tour-card:hover .tour-body p,
.spot-card:hover .spot-body p {
  color: #7fae77;
  transition: color 0.22s ease;
}

.tour-actions {
  width: min(1240px, calc(100% - 80px));
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
}

.tour-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #c8ddc7;
  border-radius: 999px;
  background: linear-gradient(180deg, #f6fbf5, #ffffff);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(22, 42, 31, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.tour-more::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.tour-more:hover {
  transform: translateY(-2px);
  background: #f0f8ef;
  border-color: #9fc69c;
  box-shadow: 0 14px 28px rgba(22, 42, 31, 0.12);
}

.tour-actions::before,
.tour-actions::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #dfe8de, transparent);
  align-self: center;
}

.tour-actions .tour-more {
  margin: 0 14px;
}

.partner-strip {
  min-height: 118px;
  padding: 22px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 22, 24, 0.91), rgba(14, 33, 28, 0.89)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.partner-copy {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 340px;
}

.partner-icon {
  color: var(--green);
  font-size: 45px;
  font-weight: 800;
  transform: rotate(90deg);
}

.partner-copy h2 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.partner-copy p {
  margin: 0;
  max-width: 290px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.83);
}

.stats {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 22px;
  max-width: 590px;
}

.stats div {
  text-align: center;
}

.stat-icon {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 34px;
  line-height: 1;
}

.stats strong {
  display: block;
  font-size: 21px;
  line-height: 1.1;
}

.stats small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 600;
}

.contact-btn {
  flex: 0 0 auto;
  padding: 17px 24px;
}

.scenic-spots {
  padding: 40px 24px 58px;
  background: linear-gradient(180deg, #f8fbf7 0%, #ffffff 100%);
}

.scenic-spots .services-head {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.scenic-spots .services-head .eyebrow {
  margin-bottom: 12px;
}

.scenic-spots .services-head h2 {
  font-size: 26px;
}

.scenic-spots .services-head > p:last-child {
  margin-top: 6px;
  font-size: 12px;
  color: #4e5963;
}

.spot-filters {
  width: min(1240px, calc(100% - 80px));
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.spot-filter {
  border: 1px solid #d9e6d8;
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.spot-filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(22, 42, 31, 0.08);
}

.spot-filter.active,
.spot-filter:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.spot-grid {
  width: min(1240px, calc(100% - 80px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.spot-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8eee8;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.spot-card:hover {
  transform: translateY(-10px);
  border-color: #e4ebe4;
  box-shadow: 0 16px 34px rgba(22, 42, 31, 0.1);
}

.tour-card,
.spot-card,
.contact-method {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.spot-card:hover .spot-img {
  transform: scale(1.03);
}

.spot-img {
  min-height: 178px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #e8eee9;
  background-position: center;
  transition: transform 0.35s ease;
}

.media-placeholder {
  background-image: linear-gradient(110deg, #edf2ee 8%, #f7faf7 18%, #edf2ee 33%);
  background-size: 200% 100%;
  animation: media-shimmer 1.5s linear infinite;
}

.media-placeholder::after {
  opacity: 0;
}

.media-placeholder:not(.media-placeholder) {
  animation: none;
}

@keyframes media-shimmer {
  to { background-position: -200% 0; }
}

.spot-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 26, 18, 0.08), rgba(14, 26, 18, 0.46));
}

.spot-img span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
}

.spot-body {
  min-height: 164px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
}

.spot-body h3 {
  margin: 0 0 10px;
  color: #1d2630;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spot-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.4em;
}

.spot-link {
  margin-top: auto;
  padding-top: 14px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
}

.spot-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #c8ddc7;
  border-radius: 999px;
  background: linear-gradient(180deg, #f6fbf5, #ffffff);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(22, 42, 31, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.spot-more::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.spot-more:hover {
  transform: translateY(-2px);
  background: #f0f8ef;
  border-color: #9fc69c;
  box-shadow: 0 14px 28px rgba(22, 42, 31, 0.12);
}

.spot-actions {
  width: min(1240px, calc(100% - 80px));
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
}

.spot-actions::before,
.spot-actions::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #dfe8de, transparent);
  align-self: center;
}

.spot-actions .spot-more {
  margin: 0 14px;
}

.spot-1 { background-image: url("./img/048b38c65b3d39ec06a88a45d2e2acc9.png"); }
.spot-2 { background-image: url("./img/d3ab8ebeeef14835016005831a8ff795.png"); }
.spot-3 { background-image: url("./img/Gemini_Generated_Image_3rafk73rafk73raf.png"); }
.spot-4 { background-image: linear-gradient(135deg, #7abf63, #356b4c); }
.spot-5 { background-image: linear-gradient(135deg, #4b8f8a, #163f56); }
.spot-6 { background-image: linear-gradient(135deg, #7c6bb0, #384b73); }

.spot-card.is-hidden {
  display: none;
}

.contact-section {
  padding: 56px 24px 72px;
  background: #fff;
}

.contact-panel {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f4fbf2, #ffffff);
  border: 1px solid #e4efe2;
  box-shadow: var(--shadow);
}

.contact-head {
  width: 100%;
  margin-bottom: 22px;
}

.contact-head h2 {
  margin-bottom: 10px;
}

.contact-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-method {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eee8;
  box-shadow: 0 10px 24px rgba(25, 42, 34, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.contact-method:hover {
  transform: translateY(-4px);
  border-color: #e2e8e3;
  box-shadow: 0 14px 28px rgba(25, 42, 34, 0.08);
}

.method-label {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-method strong {
  font-size: 15px;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eee8;
  box-shadow: 0 10px 24px rgba(25, 42, 34, 0.06);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-size: 12px;
  font-weight: 800;
  color: #2a3330;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dce7da;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text);
  background: #fbfdfb;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(79, 154, 69, 0.12);
}

.contact-submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.form-status {
  min-height: 20px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.form-status.success { color: #287a39; }
.form-status.error { color: #b42318; }
.form-status.loading { color: #66756b; }

@media (max-width: 1180px) {
  .site-header {
    padding: 0 28px;
    gap: 18px;
  }

  .nav-links {
    gap: 16px;
  }

  .hero-content,
  .features,
  .service-grid,
  .services-partner,
  .tour-grid,
  .scenic-spots .services-head,
  .spot-filters,
  .spot-grid,
  .spot-actions,
  .tour-actions {
    width: min(100% - 48px, 1080px);
  }

  .partner-strip {
    padding: 28px 40px;
    flex-wrap: wrap;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 900px) {
  body {
    padding-top: 128px;
  }

  .site-header {
    height: auto;
    min-height: 76px;
    padding: 16px 22px;
    flex-wrap: wrap;
  }

  .brand {
    min-width: auto;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    width: calc(100% - 48px);
  }

  .carousel-btn {
    display: none;
  }

  .features,
  .service-grid,
  .tour-grid,
  .spot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tour-body,
  .spot-body {
    min-height: 0;
  }

  .spot-actions {
    width: min(100% - 48px, 1080px);
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media (max-width: 560px) {
  body {
    padding-top: 178px;
  }

  .home-page {
    padding-top: 68px;
    overflow-x: hidden;
  }

  .home-page .site-header {
    min-height: 68px;
    padding: 10px 14px;
    display: flex;
    gap: 10px;
  }

  .home-page .brand {
    min-width: 0;
    max-width: 100%;
    gap: 8px;
  }

  .home-page .brand-mark {
    width: 40px;
    flex: 0 0 40px;
  }

  .home-page .brand strong {
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .home-page .brand small {
    overflow: hidden;
    font-size: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .home-page .header-actions {
    width: auto;
    margin-left: auto;
    gap: 0;
  }

  .home-page .mobile-nav-toggle {
    order: 4;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border-radius: 8px;
  }

  .home-page .mobile-nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .home-page.nav-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .home-page.nav-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .home-page.nav-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .home-page .quote-btn {
    display: none;
  }

  .home-page .language {
    min-width: 48px;
    justify-content: flex-end;
    font-size: 11px;
  }

  .home-page .language-icon {
    display: none;
  }

  .home-page .language-menu {
    position: fixed;
    top: 57px;
    right: 12px;
    min-width: 150px;
  }

  .home-page .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: auto;
    padding: 10px;
    border: 1px solid #e1ebe0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 30px rgba(22, 42, 31, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .home-page.nav-open .nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-page .nav-links a {
    min-width: 0;
    padding: 11px 5px;
    border-radius: 7px;
    background: #f4f7f3;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .home-page .nav-links a.active {
    background: #e8f3e6;
    color: var(--green-dark);
  }

  .home-page .hero {
    min-height: clamp(300px, 74vw, 410px);
    align-items: flex-end;
  }

  .home-page .hero-slide {
    background-size: cover;
    background-position: center;
    transform: none;
  }

  .home-page .slide-1,
  .home-page .slide-2,
  .home-page .slide-3 {
    background-position: center;
  }

  .home-page .hero-slide::after {
    background: linear-gradient(180deg, rgba(3, 13, 14, 0.06) 5%, rgba(3, 13, 14, 0.18) 36%, rgba(3, 13, 14, 0.92) 78%, rgba(3, 13, 14, 0.98) 100%);
  }

  .home-page .hero-content {
    width: calc(100% - 28px);
    margin-bottom: 26px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(5, 20, 18, 0.46);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
  }

  .home-page .eyebrow.light {
    margin-bottom: 8px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.07em;
  }

  .home-page .hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 7.7vw, 31px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .home-page .hero-subtitle {
    margin: 13px 0 16px;
    font-size: 10px;
    line-height: 1.6;
  }

  .home-page .hero-subtitle span {
    margin: 0 3px;
  }

  .home-page .hero-ctas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    gap: 8px;
  }

  .home-page .primary-btn,
  .home-page .ghost-btn {
    min-width: 0;
    min-height: 40px;
    justify-content: center;
    gap: 6px;
    padding: 0 9px;
    font-size: 9px;
    text-align: center;
  }

  .home-page .primary-btn svg,
  .home-page .ghost-btn svg {
    width: 13px;
    flex: 0 0 13px;
  }

  .home-page .slider-dots {
    bottom: 14px;
  }

  .home-page .why,
  .home-page .services,
  .home-page .tours,
  .home-page .scenic-spots,
  .home-page .contact-section {
    padding: 34px 16px;
  }

  .home-page .eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .home-page .why h2,
  .home-page .tours h2,
  .home-page .services-head h2,
  .home-page .scenic-spots .services-head h2 {
    font-size: 21px;
    line-height: 1.25;
  }

  .home-page .features,
  .home-page .service-grid,
  .home-page .tour-grid,
  .home-page .spot-grid {
    margin-top: 22px;
    gap: 12px;
  }

  .home-page .feature-card,
  .home-page .service-card {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 10px;
  }

  .home-page .icon,
  .home-page .service-number {
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
  }

  .home-page .icon::before,
  .home-page .service-number {
    font-size: 22px;
  }

  .home-page .feature-card h3,
  .home-page .service-card h3 {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .home-page .feature-card p,
  .home-page .service-card p {
    font-size: 11px;
    line-height: 1.55;
  }

  .home-page .tour-img {
    height: 150px;
  }

  .home-page .tour-body,
  .home-page .spot-body {
    padding: 15px;
  }

  .home-page .tour-body h3,
  .home-page .spot-body h3 {
    font-size: 14px;
  }

  .home-page .spot-img {
    min-height: 160px;
  }

  .home-page .tour-more,
  .home-page .spot-more {
    min-height: 42px;
    padding: 0 18px;
    font-size: 11px;
  }

  .home-page .spot-filters {
    margin-top: 18px;
    gap: 7px;
  }

  .home-page .spot-filter {
    padding: 8px 11px;
    font-size: 10px;
  }

  .home-page .partner-strip {
    min-height: 0;
    padding: 28px 18px;
    gap: 24px;
  }

  .home-page .partner-copy {
    width: 100%;
    gap: 12px;
  }

  .home-page .partner-icon {
    font-size: 34px;
  }

  .home-page .partner-copy h2 {
    font-size: 20px;
  }

  .home-page .partner-copy p {
    font-size: 10px;
  }

  .home-page .stats {
    gap: 18px 10px;
  }

  .home-page .stat-icon {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .home-page .stats strong {
    font-size: 17px;
  }

  .home-page .stats small {
    margin-top: 5px;
    font-size: 9px;
  }

  .home-page .partner-strip > .contact-btn {
    width: 100%;
    padding: 13px 18px;
    text-align: center;
  }

  .home-page .contact-panel {
    width: 100%;
    padding: 20px 14px;
    border-radius: 14px;
  }

  .home-page .contact-grid,
  .home-page .contact-methods,
  .home-page .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .contact-method,
  .home-page .contact-form {
    padding: 14px;
    border-radius: 11px;
  }

  .home-page .contact-method strong {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .home-page .contact-form input,
  .home-page .contact-form textarea {
    padding: 11px 12px;
    font-size: 12px;
  }

  .home-page .contact-submit {
    width: 100%;
  }

  .feature-card:hover,
  .service-card:hover,
  .tour-card:hover,
  .spot-card:hover,
  .contact-method:hover {
    transform: none;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .quote-btn {
    padding: 14px 18px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-subtitle span {
    margin: 0 6px;
  }

  .hero-ctas {
    align-items: stretch;
    flex-direction: column;
    max-width: 260px;
  }

  .why h2,
  .tours h2 {
    font-size: 24px;
  }

  .services {
    padding: 62px 20px;
  }

  .features,
  .service-grid,
  .services-partner,
  .tour-grid,
  .scenic-spots .services-head,
  .spot-filters,
  .spot-grid,
  .spot-actions,
  .tour-actions {
    width: 100%;
  }

  .tour-actions::before,
  .tour-actions::after {
    display: none;
  }

  .tour-body,
  .spot-body {
    min-height: 0;
  }

  .spot-actions::before,
  .spot-actions::after {
    display: none;
  }

  .features,
  .service-grid,
  .tour-grid,
  .spot-grid {
    grid-template-columns: 1fr;
  }

  .scenic-spots {
    padding: 46px 20px 54px;
  }

  .scenic-spots .services-head h2 {
    font-size: 23px;
  }

  .service-card,
  .services-partner {
    border-radius: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 29px 25px;
  }

  .services-partner {
    padding: 40px 24px;
  }

  .partner-strip {
    padding: 30px 24px;
  }

  .partner-copy {
    min-width: 0;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }
}
