@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --paper: #eef1eb;
  --ink: #3d452d;
  --accent: #648c90;
  --earth: #796240;
  --wheat: #cfc194;
  --tan: #bda680;
  --card: #f8faf6;
  --border: rgba(61, 69, 45, 0.16);
  --shadow-soft: 0 8px 20px rgba(30, 30, 25, 0.1);
  --shadow-image: 0 6px 18px rgba(0, 0, 0, 0.12);
  --container: min(1120px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fdfcf9;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: url("../images/watercolor-spashing-bg.png") center top / cover no-repeat;
  opacity: 0.03;
}

a {
  color: inherit;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding-block: clamp(1.4rem, 2.8vw, 2.2rem);
}

.section__heading {
  margin: 0 0 0.35rem;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.65rem, 3.6vw, 2.35rem);
  line-height: 1.2;
}

.section__lead {
  margin: 0;
  color: #4f5840;
  font-size: clamp(1rem, 2.3vw, 1.18rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--border);
  background: rgba(253, 252, 249, 0.94);
  backdrop-filter: blur(6px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
  padding-block: 0.52rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: clamp(84px, 13vw, 112px);
  height: auto;
}

.site-header__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fafcf9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  display: block;
  content: "";
  transition: transform 180ms ease;
}

.nav-toggle__icon {
  position: relative;
}

.nav-toggle__icon::before {
  position: absolute;
  transform: translateY(-6px);
}

.nav-toggle__icon::after {
  position: absolute;
  transform: translateY(6px);
}

.nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0.75rem 1rem 1.1rem;
  border-bottom: 1px solid var(--border);
  background: #fdfcf9;
  display: none;
}

.nav.is-open {
  display: block;
}

.nav__list,
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__list {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}

.nav__link,
.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #434b34;
}

.nav__link {
  padding: 0.45rem 0.2rem;
}

.lang-switcher {
  font-size: 0.86rem;
  margin-top: 0.65rem;
  color: #66705a;
}

.lang-switcher a[aria-current="page"] {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero {
  position: relative;
  min-height: clamp(352px, 59vh, 608px);
  margin-top: clamp(0.45rem, 1.2vw, 1rem);
  overflow: hidden;
  background: #1f261b;
}

.hero__media,
.hero__scrim {
  position: absolute;
  inset: 0;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(0.95);
}

.hero__scrim {
  background:
    linear-gradient(110deg, rgba(18, 22, 16, 0.78) 0%, rgba(18, 22, 16, 0.58) 38%, rgba(18, 22, 16, 0.4) 62%, rgba(18, 22, 16, 0.54) 100%),
    linear-gradient(180deg, rgba(18, 22, 16, 0.2) 0%, rgba(18, 22, 16, 0.56) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding-block: clamp(2.8rem, 8vw, 6.5rem) clamp(2rem, 5vw, 3.8rem);
}

.hero__panel {
  max-width: min(760px, 94vw);
}

.hero__title {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  line-height: 1.12;
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  color: #f6f6f0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.hero__tagline {
  margin: 0.45rem 0 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.14rem, 2.7vw, 1.62rem);
  color: #e9eddf;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

.hero__copy,
.mission {
  margin: 0.9rem 0 0;
  max-width: 64ch;
  font-size: clamp(1.02rem, 2.3vw, 1.2rem);
  color: rgba(246, 247, 241, 0.93);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.hero__actions {
  margin-top: 1.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 44px;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
}

.button--primary {
  background: var(--accent);
  color: #f9fcff;
  box-shadow: 0 4px 14px rgba(100, 140, 144, 0.28);
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(61, 69, 45, 0.22);
  background: rgba(255, 255, 255, 0.46);
}

.hero .button--primary {
  box-shadow: 0 7px 18px rgba(100, 140, 144, 0.36);
}

.hero .button--ghost {
  color: #f6f8f2;
  border-color: rgba(248, 250, 243, 0.52);
  background: rgba(16, 20, 14, 0.24);
}

.tour-grid {
  margin-top: 1.15rem;
  display: grid;
  gap: 1rem;
}

.tour-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
  background: #f3f6ef;
  box-shadow: 0 4px 12px rgba(40, 45, 35, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tour-card h3 {
  margin: 0 0 0.4rem;
  font-family: "Lora", Georgia, serif;
  font-size: 1.26rem;
}

.tour-card p {
  margin: 0;
  color: #4a533d;
}

.pricing-note {
  margin-top: 1rem;
  font-weight: 600;
  color: var(--earth);
}

.carousel {
  margin-top: 1.1rem;
  position: relative;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.carousel__track {
  --slide-width: 260px;
  --gap: 16px;
  display: flex;
  gap: var(--gap);
  will-change: transform;
  touch-action: pan-y;
}

.carousel__slide {
  flex: 0 0 var(--slide-width);
  margin: 0;
}

.carousel__slide img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: var(--shadow-image);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #dbe2d0;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.carousel__slide.is-active img {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.carousel__button {
  position: absolute;
  top: calc((var(--slide-width, 260px) * 4 / 3) / 2);
  transform: translateY(-50%);
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(61, 69, 45, 0.2);
  background: rgba(252, 253, 249, 0.92);
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.carousel__button:hover {
  background: #ffffff;
}

.carousel__button--prev {
  left: -0.45rem;
}

.carousel__button--next {
  right: -0.45rem;
}

.carousel__meta {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.carousel__hint {
  margin: 0;
  color: #5a634f;
  font-size: 0.93rem;
}

.carousel__dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.carousel__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #9ba38e;
  cursor: pointer;
}

.carousel__dot[aria-current="true"] {
  background: var(--accent);
}

.contact-card {
  margin-top: 1.1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f4f7f1;
}

.contact-card p {
  margin: 0.4rem 0;
}

.contact-card__links {
  display: grid;
  gap: 0.42rem;
  margin-top: 0.8rem;
}

.contact-card__links a {
  text-decoration: none;
  font-weight: 700;
  color: var(--accent);
}

.site-footer {
  margin-top: clamp(1.6rem, 3vw, 2.6rem);
  border-top: 1px solid var(--border);
  padding-block: 1.35rem 2rem;
}

.site-footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}

.site-footer__trust {
  max-width: 70ch;
}

.site-footer__trust p {
  margin: 0.25rem 0;
}

.site-footer__address {
  font-style: normal;
  font-size: 0.95rem;
  color: #5b6450;
  text-align: right;
}

.site-footer__small {
  margin-top: 0.65rem;
  font-size: 0.92rem;
  color: #5b6450;
}

:focus-visible {
  outline: 2px solid #73979a;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .site-header__inner {
    min-height: 96px;
    padding-block: 0.68rem;
  }

  .nav-toggle {
    display: none;
  }

  .nav {
    position: static;
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .nav__list {
    flex-direction: row;
    gap: 1rem;
  }

  .lang-switcher {
    margin-top: 0;
    margin-left: 0.5rem;
  }

  .hero {
    min-height: clamp(416px, 61vh, 672px);
  }

  .hero__panel {
    max-width: min(760px, 72%);
  }

  .tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .carousel__button {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero {
    background: #1f261b url("../images/hero-loop-poster.jpg") center center / cover no-repeat;
  }

  .hero__video {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .tour-card:hover,
  .tour-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(61, 69, 45, 0.24);
    box-shadow: 0 12px 24px rgba(40, 45, 35, 0.12);
  }
}

@media (min-width: 1024px) {
  .nav__list {
    gap: 1.15rem;
  }

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

  .carousel__button--prev {
    left: -0.95rem;
  }

  .carousel__button--next {
    right: -0.95rem;
  }
}

@media (max-width: 767px) {
  .site-header__controls {
    margin-left: auto;
  }
}
