@font-face {
  font-family: "Quicksand Local";
  src: url("../fonts/quicksand-3.9d503278216c.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Local";
  src: url("../fonts/manrope-2.e58febde317b.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope Local";
  src: url("../fonts/manrope-6.938c6e8019b6.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BPG Arial Local";
  src: url("../fonts/bpg_arial_2009.ad643a540c97.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f4efe5;
  --paper: #fffdf8;
  --ink: #111315;
  --navy: #101820;
  --muted: #706a5f;
  --line: rgba(17, 19, 21, 0.13);
  --gold: #b5864f;
  --gold-dark: #8f6534;
  --green: #263f35;
  --clay: #a83f29;
  --white: #fff;
  --shadow: 0 22px 70px rgba(17, 19, 21, 0.14);
  --radius: 18px;
  --header: 78px;
  font-family: "Quicksand Local", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

html[lang="ru"] {
  font-family: "Manrope Local", ui-sans-serif, system-ui, sans-serif;
}

html[lang="ka"] {
  font-family: "BPG Arial Local", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: inherit;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

main {
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 200;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: var(--header);
  padding: 1rem clamp(1rem, 4.4vw, 4.75rem);
  color: var(--ink);
  background: rgba(244, 239, 229, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, color 220ms ease, min-height 220ms ease, padding 220ms ease;
}

body[data-page="home"] .site-header:not(.is-scrolled) {
  color: var(--white);
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo-light,
.site-footer .brand-logo-light {
  display: block;
}

body[data-page="home"] .site-header:not(.is-scrolled) .brand-logo-dark,
.site-footer .brand-logo-dark {
  display: none;
}

body[data-page="home"] .site-header:not(.is-scrolled) .site-nav,
body[data-page="home"] .site-header:not(.is-scrolled) > .language-switcher {
  opacity: 0;
  pointer-events: none;
}

body[data-page="home"].nav-open .site-header .site-nav,
body.nav-open .site-header .site-nav {
  opacity: 1;
  pointer-events: auto;
}

body[data-page="home"].nav-open .site-header,
body.nav-open .site-header,
.site-header.is-scrolled {
  min-height: 68px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: var(--ink);
  background: rgba(244, 239, 229, 0.95);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px);
}

body.nav-open .site-header .brand-logo-light,
.site-header.is-scrolled .brand-logo-light {
  display: none;
}

body.nav-open .site-header .brand-logo-dark,
.site-header.is-scrolled .brand-logo-dark {
  display: block;
}

.brand {
  position: relative;
  z-index: 92;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.7rem;
}

.brand-logo-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.9rem;
  height: 2.1rem;
  flex: 0 0 auto;
  overflow: hidden;
}

.brand-logo {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2.25);
  transform-origin: center;
}

.brand-logo-light {
  display: none;
}

.brand-logo-dark {
  display: block;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-weight: 800;
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.05;
}

.brand small {
  display: block;
  max-width: 14rem;
  overflow: hidden;
  color: currentColor;
  opacity: 0.62;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  place-items: center;
  gap: 0.22rem;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 14px;
  background: transparent;
  color: inherit;
}

.nav-toggle span:not(.sr-only) {
  width: 1.18rem;
  height: 2px;
  background: currentColor;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 2rem);
}

.site-nav a {
  position: relative;
  padding: 0.45rem 0;
  opacity: 0.76;
  font-size: 0.84rem;
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  opacity: 1;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.24rem;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.language-switcher a {
  min-width: 2.1rem;
  padding: 0.42rem 0.46rem;
  border-radius: 999px;
  opacity: 0.62;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
}

.language-switcher a[aria-current="true"] {
  background: currentColor;
  color: var(--bg);
  opacity: 1;
}

.language-flag {
  display: none;
}

.language-code {
  display: inline;
}

body[data-page="home"] .site-header:not(.is-scrolled) .language-switcher a[aria-current="true"] {
  color: var(--ink);
}

.mobile-language-switcher {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(var(--scroll-media-scale, 1.2)) translateY(var(--scroll-media-y, 0px));
  transform-origin: center bottom;
  will-change: transform;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2rem), 1240px);
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  align-items: center;
  justify-items: end;
  padding: calc(var(--header) + 3rem) 0 5rem;
}

.hero-content {
  width: min(100%, 530px);
  color: var(--white);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.52);
  opacity: var(--scroll-content-opacity, 1);
  transform: translateY(var(--scroll-content-y, 0px));
  will-change: opacity, transform;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.02;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 7.6vw, 7.6rem);
}

html[lang="ru"] .hero-content {
  width: min(100%, 700px);
}

html[lang="ka"] .hero-content {
  width: min(100%, 660px);
}

html[lang="ru"] .hero-content h1,
html[lang="ka"] .hero-content h1 {
  max-width: 100%;
  font-size: clamp(2.85rem, 4.8vw, 5.1rem);
  line-height: 1.05;
}

html[lang="ka"] .hero-content h1 {
  font-size: clamp(2.75rem, 4.6vw, 5rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(2.1rem, 4.4vw, 4.35rem);
}

h3 {
  font-size: clamp(1.18rem, 1.7vw, 1.6rem);
}

p {
  margin: 0;
  color: var(--muted);
}

.hero-content p:not(.eyebrow) {
  max-width: 39rem;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 560;
}

.hero-actions,
.tour-card-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(17, 19, 21, 0.18);
}

.button-primary,
.button-red,
.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-primary:hover,
.button-red:hover,
.button-dark:hover {
  background: var(--gold);
  color: var(--white);
}

.button-red {
  background: var(--gold);
  color: var(--white);
}

.button-outline,
.button-light {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.button-outline:hover,
.button-light:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
}

.button-glass,
.button-ghost {
  background: rgba(17, 19, 21, 0.28);
  border-color: rgba(255, 255, 255, 0.66);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button-glass:hover,
.button-ghost:hover {
  background: rgba(181, 134, 79, 0.86);
  border-color: transparent;
}

.section {
  padding: clamp(3.1rem, 5.8vw, 5.6rem) 0;
}

.section-tight {
  padding-top: clamp(2.7rem, 5vw, 4.8rem);
}

.section-shell {
  width: min(calc(100% - 2rem), 1240px);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: clamp(1.3rem, 2.8vw, 2.2rem);
}

.section-heading h2,
.split-grid h2,
.image-band h2,
.contact-band h2 {
  max-width: 680px;
  font-size: clamp(1.6rem, 2.5vw, 2.55rem);
  line-height: 1.08;
}

.section-heading p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.contact-band p {
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.6;
}

.tour-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.tour-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(17, 19, 21, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(17, 19, 21, 0.09);
}

.tour-card-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #ddd2c2;
}

.tour-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98);
  transition: transform 420ms ease, filter 420ms ease;
}

.tour-card:hover .tour-card-media img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.tour-card-media span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 19, 21, 0.78);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.tour-card-body {
  display: grid;
  gap: 0.72rem;
  align-content: start;
  padding: 1.2rem;
}

.tour-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tour-card p,
.feature-card p,
.article-card p,
.review-card p,
.note-card p {
  font-size: 0.94rem;
}

.tour-card-actions {
  margin-top: 0.5rem;
}

.tour-card-actions .button {
  min-height: 2.8rem;
  padding: 0.78rem 1rem;
  font-size: 0.82rem;
}

.featured-journeys {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2rem, 3.8vw, 3.7rem);
  background:
    radial-gradient(circle at 8% 4%, rgba(236, 181, 103, 0.36), transparent 35rem),
    radial-gradient(circle at 86% 16%, rgba(166, 79, 53, 0.3), transparent 32rem),
    radial-gradient(circle at 62% 86%, rgba(96, 139, 91, 0.2), transparent 34rem),
    linear-gradient(180deg, #263d32 0%, #31513f 52%, #3a5b48 100%);
  background-size: 190% 190%, 175% 175%, 160% 160%, 140% 140%;
  background-position: 0% 0%, 100% 18%, 58% 92%, 50% 50%;
  color: #fff7e8;
  animation: featured-green-field 8s ease-in-out infinite alternate;
  will-change: background-position;
}

.featured-journeys::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 244, 224, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 244, 224, 0.028) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0;
  mix-blend-mode: overlay;
  opacity: 0.42;
  animation: featured-texture-drift 14s linear infinite;
}

.featured-journeys::after {
  content: "";
  position: absolute;
  inset: -18% -12%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 34%, rgba(244, 190, 113, 0.26), transparent 28rem),
    radial-gradient(circle at 72% 54%, rgba(116, 49, 36, 0.24), transparent 26rem),
    linear-gradient(105deg, transparent 18%, rgba(255, 236, 190, 0.08) 42%, transparent 64%);
  filter: blur(1px);
  opacity: 0.92;
  transform: translate3d(-4%, -1.5%, 0) scale(1);
  animation: featured-bg-drift 9s ease-in-out infinite alternate;
}

.featured-journeys-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(0.95rem, 2.1vw, 1.7rem);
}

.featured-journey-lead {
  display: grid;
  gap: 0.5rem;
  max-width: 960px;
}

.featured-journey-lead .eyebrow,
.featured-journeys .eyebrow,
.journey-kicker {
  color: #e6bf81;
}

.featured-journey-lead h2 {
  max-width: 600px;
  color: #fff8ed;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.04;
}

.featured-journey-lead p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255, 248, 237, 0.82);
  font-size: 0.94rem;
  line-height: 1.5;
}

.featured-route {
  --ticket-notch-bg: #31513f;
  --ticket-notch-size: 2.3rem;
  --ticket-notch-y: 54%;
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(116, 76, 44, 0.3);
  border-radius: 8px;
  background: #fff6e8;
  box-shadow: 0 28px 85px rgba(28, 36, 27, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.24) inset;
}

.featured-route::before,
.featured-route::after,
.support-route::before,
.support-route::after {
  content: "";
  position: absolute;
  top: var(--ticket-notch-y);
  z-index: 4;
  width: var(--ticket-notch-size);
  height: var(--ticket-notch-size);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 244, 224, 0.07), transparent 64%),
    var(--ticket-notch-bg);
  pointer-events: none;
}

.featured-route::before,
.support-route::before {
  left: calc(var(--ticket-notch-size) / -2);
  transform: translateY(-50%);
  box-shadow: 1px 0 0 rgba(116, 76, 44, 0.16);
}

.featured-route::after,
.support-route::after {
  right: calc(var(--ticket-notch-size) / -2);
  transform: translateY(-50%);
  box-shadow: -1px 0 0 rgba(116, 76, 44, 0.16);
}

.featured-route-media,
.support-route-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #1e3028;
}

.featured-route-media {
  height: clamp(18rem, 54vh, 28.5rem);
  min-height: 0;
}

.featured-route-media::after,
.support-route-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(39, 27, 16, 0.02), rgba(44, 27, 14, 0.26)),
    linear-gradient(90deg, rgba(83, 48, 22, 0.14), transparent 50%);
}

.featured-route-media img,
.support-route-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04) brightness(0.92);
  transform: scale(1.01);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-route:hover .featured-route-media img,
.support-route:hover .support-route-media img {
  filter: saturate(1.08) contrast(1.08) brightness(0.98);
  transform: scale(1.045);
}

.featured-route-media span,
.support-route-media span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255, 244, 224, 0.35);
  border-radius: 999px;
  background: rgba(38, 25, 16, 0.76);
  color: #fff8ed;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.featured-route-copy {
  position: relative;
  display: grid;
  gap: 0.7rem;
  align-content: center;
  padding: clamp(1rem, 2.4vw, 2rem);
}

.journey-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.featured-route-copy .journey-kicker {
  color: #a2603b;
}

.featured-route-copy h3 {
  max-width: 720px;
  color: #1d231d;
  font-size: clamp(1.5rem, 2.25vw, 2.3rem);
  line-height: 1.08;
}

.featured-route-copy > p:not(.journey-kicker) {
  max-width: 620px;
  color: #625849;
  font-size: 0.94rem;
  line-height: 1.48;
}

.journey-facts {
  display: grid;
  gap: 0;
  margin: 0.05rem 0 0;
  border-top: 1px solid rgba(116, 76, 44, 0.18);
}

.journey-facts div {
  display: grid;
  gap: 0.26rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(116, 76, 44, 0.18);
}

.journey-facts dt {
  color: #a2603b;
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.journey-facts dd {
  margin: 0;
  color: #2d332b;
  font-size: 0.9rem;
  font-weight: 680;
  line-height: 1.45;
}

.journey-facts div:first-child dd,
.journey-facts div:nth-child(2) dd {
  color: #7f3f31;
  font-weight: 850;
}

.journey-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.15rem;
}

.featured-journeys .journey-book,
.featured-journeys .support-book-link {
  border-color: #a64f35;
  background: #a64f35;
  color: #fff8ed;
  box-shadow: 0 12px 28px rgba(111, 48, 31, 0.22);
}

.featured-journeys .journey-book:hover,
.featured-journeys .support-book-link:hover {
  border-color: #b8643f;
  background: #b8643f;
  color: #fff8ed;
}

.featured-journeys .journey-details {
  border-color: rgba(36, 46, 36, 0.52);
  color: #263025;
  background: transparent;
}

.featured-journeys .journey-details:hover {
  border-color: #a64f35;
  color: #7f3f31;
  background: rgba(166, 79, 53, 0.08);
}

.supporting-journeys {
  display: grid;
  gap: 1rem;
}

.supporting-journeys > div:first-child {
  display: grid;
  gap: 0.35rem;
}

.supporting-journeys h3 {
  color: #fff8ed;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.featured-support-grid {
  display: grid;
  gap: 0.85rem;
}

.support-route {
  --ticket-notch-bg: #31513f;
  --ticket-notch-size: 1.9rem;
  --ticket-notch-y: 46%;
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(116, 76, 44, 0.26);
  border-radius: 8px;
  background: #fff6e8;
  box-shadow: 0 16px 46px rgba(23, 35, 26, 0.16);
}

.support-route-media {
  aspect-ratio: 16 / 9;
}

.support-route-copy {
  border-top: 1px dashed rgba(116, 76, 44, 0.22);
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem;
}

.support-route-copy p {
  margin: 0;
  color: #a2603b;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.support-route-copy h4 {
  color: #1d231d;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.14;
}

.support-route-copy > span {
  color: #625849;
  font-size: 0.88rem;
  line-height: 1.48;
}

.support-route-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1rem;
  margin-top: 0.2rem;
}

.featured-journeys .text-link {
  color: #7f3f31;
}

.support-book-link {
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.78rem;
  border: 1px solid #a64f35;
  border-radius: 999px;
  color: #fff8ed;
  font-size: 0.82rem;
  font-weight: 850;
}

@media (min-width: 760px) {
  .featured-route {
    grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.92fr);
    align-items: stretch;
  }

  .featured-route-media {
    height: clamp(20rem, 54vh, 28.5rem);
    min-height: 0;
  }

  .featured-route-copy {
    border-left: 1px dashed rgba(116, 76, 44, 0.24);
  }

  .journey-facts {
    grid-template-columns: 0.7fr 0.7fr 1.6fr;
    border-bottom: 1px solid rgba(116, 76, 44, 0.18);
  }

  .journey-facts div {
    padding: 0.6rem 0.75rem;
    border-right: 1px solid rgba(116, 76, 44, 0.18);
    border-bottom: 0;
  }

  .journey-facts div:first-child {
    padding-left: 0;
  }

  .journey-facts div:last-child {
    padding-right: 0;
    border-right: 0;
  }

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

@media (min-width: 900px) {
  .featured-journey-lead {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 0.7fr);
    align-items: end;
    column-gap: clamp(1.5rem, 5vw, 5rem);
    max-width: none;
  }

  .featured-journey-lead .eyebrow {
    grid-column: 1 / -1;
  }

  .featured-journey-lead p:not(.eyebrow) {
    justify-self: end;
    margin-bottom: 0.1rem;
  }
}

@media (max-width: 759.98px) {
  .featured-journeys {
    padding-top: clamp(1.65rem, 6.5vw, 2.5rem);
  }

  .featured-route-media {
    height: auto;
    min-height: 10.75rem;
    aspect-ratio: 16 / 9;
  }

  .featured-route {
    --ticket-notch-size: 1.85rem;
    --ticket-notch-y: 34%;
  }

  .support-route {
    --ticket-notch-size: 1.75rem;
    --ticket-notch-y: 46%;
  }

  .featured-route-copy {
    gap: 0.52rem;
    padding: 0.85rem 1rem 1rem;
  }

  .featured-journey-lead h2 {
    font-size: clamp(1.45rem, 7.3vw, 2rem);
  }

  .featured-journey-lead p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .journey-kicker {
    font-size: 0.68rem;
  }

  .featured-route-copy h3 {
    font-size: clamp(1.3rem, 6.2vw, 1.6rem);
  }

  .featured-route-copy > p:not(.journey-kicker) {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .journey-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(116, 76, 44, 0.18);
  }

  .journey-facts div {
    padding: 0.5rem 0.62rem;
    border-right: 1px solid rgba(116, 76, 44, 0.18);
    border-bottom: 0;
  }

  .journey-facts div:first-child,
  .journey-facts div:nth-child(3) {
    padding-left: 0;
  }

  .journey-facts div:nth-child(2),
  .journey-facts div:nth-child(3) {
    padding-right: 0;
    border-right: 0;
  }

  .journey-facts div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(116, 76, 44, 0.18);
  }

  .journey-facts dd {
    font-size: 0.88rem;
  }

  .featured-journey-lead h2,
  .featured-route-copy h3 {
    letter-spacing: 0;
  }

  .journey-actions .button {
    width: 100%;
    min-height: 2.8rem;
  }

  .support-route-actions {
    justify-content: space-between;
  }
}

.split-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(174, 121, 68, 0.14), transparent 26rem),
    linear-gradient(180deg, #101717 0%, #16251f 100%);
  color: var(--white);
}

.split-section p,
.split-section .feature-card p {
  color: rgba(255, 255, 255, 0.72);
}

.split-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.trust-section {
  padding-block: clamp(2.8rem, 5vw, 4.9rem);
}

.trust-layout {
  display: grid;
  gap: clamp(1.35rem, 4vw, 4rem);
  align-items: center;
}

.trust-story {
  display: grid;
  gap: 0.8rem;
  max-width: 32rem;
}

.trust-story h2 {
  max-width: 11ch;
  font-size: clamp(1.75rem, 3.1vw, 3rem);
  line-height: 1.03;
}

.trust-intro {
  max-width: 29rem;
  font-size: 0.98rem;
  line-height: 1.58;
}

.trust-route-note {
  display: grid;
  gap: 0.35rem;
  max-width: 28rem;
  margin-top: 0.3rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(230, 191, 129, 0.72);
}

.trust-route-note span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-route-note strong {
  color: rgba(255, 248, 237, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.36;
}

.trust-points {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 248, 237, 0.18);
  border-bottom: 1px solid rgba(255, 248, 237, 0.18);
}

.trust-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.75rem, 1.8vw, 1.35rem);
  align-items: start;
  padding: clamp(0.9rem, 1.6vw, 1.15rem) 0;
  border-bottom: 1px solid rgba(255, 248, 237, 0.12);
}

.trust-point:last-child {
  border-bottom: 0;
}

.trust-point > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border: 1px solid rgba(230, 191, 129, 0.5);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
}

.trust-point h3 {
  margin-bottom: 0.24rem;
  color: rgba(255, 248, 237, 0.96);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.25;
}

.trust-point p {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.5;
}

.feature-grid {
  display: grid;
  gap: 0.8rem;
}

.feature-card {
  padding: 0.78rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.feature-card span {
  color: var(--gold);
  font-weight: 850;
}

.feature-card h3 {
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.18;
}

.image-band {
  display: block;
  padding-block: clamp(2.5rem, 5vw, 4.8rem);
  background:
    radial-gradient(circle at 18% 18%, rgba(230, 191, 129, 0.13), transparent 24rem),
    radial-gradient(circle at 88% 78%, rgba(74, 124, 78, 0.24), transparent 28rem),
    linear-gradient(180deg, #203a2f 0%, #284d3b 100%);
  color: var(--white);
  overflow: hidden;
}

.places-layout {
  display: grid;
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
}

.places-copy {
  display: grid;
  gap: 0.72rem;
  max-width: 31rem;
}

.places-copy h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.85rem);
  line-height: 1.06;
}

.places-copy .text-link {
  margin-top: 0.15rem;
}

.image-band p,
.image-band h2 {
  color: var(--white);
}

.places-collage {
  display: flex;
  gap: clamp(0.9rem, 3.8vw, 1.2rem);
  margin-inline: calc(var(--shell-padding) * -1);
  padding-inline: var(--shell-padding);
  padding-bottom: 0.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.places-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 237, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 248, 237, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  flex: 0 0 min(80vw, 22rem);
  height: 18rem;
  scroll-snap-align: start;
}

.places-photo-large {
  height: 20rem;
}

.places-photo-tall {
  transform: translateY(0.65rem);
}

.places-photo-wide {
  transform: translateY(0.15rem);
}

.places-photo-mountain {
  transform: translateY(0.55rem);
}

.places-photo-church {
  transform: translateY(0.1rem);
}

.places-photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.07) brightness(0.88);
  transform: scale(1.01);
  transition: transform 700ms ease, filter 700ms ease;
}

.places-photo:hover img {
  filter: saturate(1) contrast(1.08) brightness(0.96);
  transform: scale(1.045);
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--gold-dark);
  font-weight: 850;
}

.text-link::after {
  content: "";
  width: 2rem;
  height: 1px;
  margin-left: 0.7rem;
  background: currentColor;
}

.review-grid,
.article-grid,
.note-grid {
  display: grid;
  gap: 0.85rem;
}

.review-card,
.article-card,
.note-card {
  min-width: 0;
  display: grid;
  gap: 0.65rem;
  align-content: start;
  padding: 1rem;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.note-card h2,
.note-card h3 {
  font-size: clamp(1.1rem, 1.55vw, 1.42rem);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.reviews-marquee-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.92), rgba(247, 239, 224, 0.96));
}

.review-marquee {
  --review-gap: 0.85rem;
  width: 100%;
  margin-top: clamp(1.1rem, 2.6vw, 1.8rem);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(160, 83, 57, 0.55) rgba(47, 80, 61, 0.08);
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.review-track {
  display: flex;
  gap: var(--review-gap);
  width: max-content;
  padding: 0.2rem var(--shell-padding) 0.7rem;
}

.review-card-marquee {
  flex: 0 0 clamp(18rem, 28vw, 24rem);
  min-height: 13rem;
  align-content: start;
  background: #fff8ed;
  border-color: rgba(116, 76, 44, 0.16);
  box-shadow: 0 22px 55px rgba(53, 34, 21, 0.08);
}

.review-card-marquee p {
  color: #4b4236;
  line-height: 1.52;
}

.review-card-marquee strong {
  color: #1d231d;
}

.stars {
  color: var(--gold);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.article-card span {
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.article-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  margin: -1rem -1rem 0.25rem;
  overflow: hidden;
  background: #d8cdbb;
}

.article-card-media img,
.article-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card-media img {
  filter: saturate(0.96) contrast(1.04);
  transition: transform 420ms ease, filter 420ms ease;
}

.article-card:hover .article-card-media img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.035);
}

.article-card-body {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.article-card h2,
.article-card h3 {
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(1.22rem, 1.8vw, 1.72rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-wrap: wrap;
}

body[data-page="blog"] .page-hero h1,
body[data-page="article_detail"] .page-hero h1 {
  max-width: 18ch;
  font-size: clamp(2.3rem, 5.2vw, 4.35rem);
  line-height: 1.04;
}

.article-hero-image {
  aspect-ratio: 16 / 8;
  max-height: 34rem;
  margin-top: clamp(0.6rem, 2vw, 1.4rem);
  border-radius: 8px;
}

.guide-section {
  background: rgba(255, 253, 248, 0.58);
}

.contact-band {
  background: var(--ink);
  color: var(--white);
}

.contact-band-inner {
  display: grid;
  gap: 1.5rem;
  padding: clamp(2.8rem, 5vw, 4rem) 0;
}

.contact-band p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-band .button-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.page-hero {
  padding: calc(var(--header) + 4rem) 0 clamp(3rem, 6vw, 5rem);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero .section-shell {
  display: grid;
  gap: 1rem;
}

.page-hero h1 {
  max-width: 15ch;
}

.filter-bar {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 1.3rem;
  scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 850;
}

.filter-button.is-active {
  background: var(--ink);
  color: var(--white);
}

.tour-detail-hero {
  min-height: 100svh;
  display: grid;
  background: var(--ink);
  color: var(--white);
}

.tour-detail-hero img,
.destination-hero-video {
  width: 100%;
  height: 28rem;
  object-fit: cover;
}

.tour-detail-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
  padding: calc(var(--header) + 2rem) 1rem 3rem;
}

.tour-detail-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

body[data-page="tour_detail"] .tour-detail-hero {
  height: 100svh;
  max-height: 100svh;
  overflow: hidden;
}

body[data-page="tour_detail"] .tour-detail-copy {
  gap: clamp(0.55rem, 1.2vh, 0.9rem);
  min-height: 0;
  padding-top: calc(var(--header) + clamp(0.75rem, 2vh, 1.6rem));
  padding-bottom: clamp(1rem, 2.6vh, 2rem);
}

body[data-page="tour_detail"] .tour-detail-copy h1 {
  max-width: 100%;
  font-size: clamp(2.75rem, 5vw, 5.55rem);
  line-height: 0.94;
}

body[data-page="tour_detail"] .tour-detail-copy p:not(.eyebrow) {
  max-width: 58rem;
  font-size: clamp(0.92rem, 1.05vw, 1.06rem);
  line-height: 1.5;
}

body[data-page="tour_detail"] .tour-detail-copy .hero-actions {
  margin-top: clamp(0.15rem, 1vh, 0.55rem);
}

body[data-page="tour_detail"] .tour-detail-copy .button {
  min-height: 3rem;
  padding: 0.82rem 1.18rem;
}

body[data-page="tour_detail"] .tour-detail > .section {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--header) + clamp(1rem, 3vh, 2.2rem));
  padding-bottom: clamp(1.4rem, 4vh, 3rem);
}

.tour-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.tour-facts div {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

body[data-page="tour_detail"] .tour-facts {
  gap: 0.55rem;
}

body[data-page="tour_detail"] .tour-facts div {
  padding: clamp(0.65rem, 1.5vh, 0.9rem);
  border-radius: 14px;
}

.tour-facts span,
.contact-details span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tour-facts strong {
  display: block;
  margin-top: 0.25rem;
  overflow-wrap: anywhere;
}

body[data-page="tour_detail"] .tour-facts strong {
  font-size: clamp(0.9rem, 1.15vw, 1.04rem);
  line-height: 1.32;
}

@media (max-width: 979px) {
  body[data-page="tour_detail"] .tour-detail-hero img,
  body[data-page="tour_detail"] .destination-hero-video {
    height: clamp(14rem, 34vh, 19rem);
  }

  body[data-page="tour_detail"] .tour-detail-copy {
    padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
  }

  body[data-page="tour_detail"] .tour-detail-copy h1 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
    line-height: 0.96;
  }

  body[data-page="tour_detail"] .tour-detail-copy p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  body[data-page="tour_detail"] .tour-facts {
    gap: 0.5rem;
  }

  body[data-page="tour_detail"] .tour-facts div {
    padding: 0.72rem;
  }

  body[data-page="tour_detail"] .tour-detail-copy .button {
    min-height: 2.85rem;
    padding: 0.76rem 1rem;
    font-size: 0.82rem;
  }
}

.detail-grid {
  display: grid;
  gap: 1.5rem;
}

body[data-page="tour_detail"] .tour-plan-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.46), rgba(244, 239, 229, 0.92));
}

body[data-page="tour_detail"] .tour-detail-plan {
  gap: clamp(1.2rem, 2.8vw, 2.2rem);
  align-items: center;
}

body[data-page="tour_detail"] .detail-aside,
body[data-page="tour_detail"] .timeline {
  opacity: 1 !important;
  transform: none !important;
}

.detail-aside {
  display: grid;
  gap: 0;
  padding: clamp(1.05rem, 1.7vw, 1.4rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-block {
  display: grid;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(17, 19, 21, 0.1);
}

.detail-block:first-child {
  padding-top: 0;
}

.detail-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-aside h2 {
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.2;
}

.route-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.52rem 0.42rem;
}

.route-step {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-width: 0;
  white-space: nowrap;
}

.route-stop {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(181, 134, 79, 0.3);
  border-radius: 999px;
  background: rgba(181, 134, 79, 0.08);
  color: #2d2923;
  font-size: 0.88rem;
  font-weight: 780;
  line-height: 1.15;
  white-space: nowrap;
}

.route-arrow {
  position: relative;
  flex: 0 0 1.65rem;
  width: 1.65rem;
  height: 2px;
  color: var(--gold-dark);
  background: currentColor;
}

.route-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.check-list,
.plain-list,
.timeline ul,
.offer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list,
.plain-list,
.offer-list {
  display: grid;
  gap: 0.48rem;
}

.check-list li,
.plain-list li,
.offer-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.42;
}

.check-list li::before,
.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--gold);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.55rem;
  height: 1px;
  background: var(--clay);
}

.price-list {
  display: grid;
  gap: 0.25rem;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: clamp(0.72rem, 1.4vw, 1rem);
  min-width: 0;
}

body[data-page="tour_detail"] .timeline .eyebrow {
  margin-bottom: 0.1rem;
}

.timeline h2 {
  max-width: 16ch;
  margin-bottom: clamp(0.1rem, 0.8vw, 0.45rem);
  font-size: clamp(1.9rem, 2.85vw, 3.15rem);
  line-height: 1.02;
}

.timeline-item {
  display: grid;
  grid-template-columns: 2.15rem 1fr;
  gap: 0.75rem;
}

.timeline-item > span {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-top: 0.1rem;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: var(--bg);
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.timeline-item div {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.timeline-item h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.12;
}

.timeline-item ul {
  display: grid;
  gap: 0.34rem;
  margin-top: 0.52rem;
}

.timeline-item li {
  color: var(--muted);
  font-size: clamp(0.94rem, 1.05vw, 1rem);
  line-height: 1.4;
}

@media (max-width: 979px) {
  body[data-page="tour_detail"] .tour-plan-section {
    align-items: start;
    padding-top: calc(var(--header) + 0.8rem);
    padding-bottom: 1rem;
  }

  body[data-page="tour_detail"] .tour-detail-plan {
    gap: 0.85rem;
  }

  body[data-page="tour_detail"] .detail-aside {
    padding: 0.85rem;
  }

  body[data-page="tour_detail"] .detail-block {
    gap: 0.48rem;
    padding: 0.68rem 0;
  }

  body[data-page="tour_detail"] .detail-aside h2 {
    font-size: 0.9rem;
  }

  body[data-page="tour_detail"] .route-flow {
    gap: 0.36rem 0.28rem;
  }

  body[data-page="tour_detail"] .route-stop {
    min-height: 1.85rem;
    padding: 0.3rem 0.48rem;
    font-size: 0.75rem;
  }

  body[data-page="tour_detail"] .route-arrow {
    flex-basis: 1.05rem;
    width: 1.05rem;
  }

  body[data-page="tour_detail"] .check-list,
  body[data-page="tour_detail"] .plain-list,
  body[data-page="tour_detail"] .offer-list {
    gap: 0.26rem;
  }

  body[data-page="tour_detail"] .check-list li,
  body[data-page="tour_detail"] .plain-list li,
  body[data-page="tour_detail"] .offer-list li,
  body[data-page="tour_detail"] .price-list div,
  body[data-page="tour_detail"] .timeline-item li {
    font-size: 0.8rem;
    line-height: 1.28;
  }

  body[data-page="tour_detail"] .price-list div {
    padding: 0.38rem 0;
  }

  body[data-page="tour_detail"] .timeline {
    gap: 0.5rem;
  }

  body[data-page="tour_detail"] .timeline h2 {
    max-width: 100%;
    font-size: clamp(1.5rem, 7vw, 1.85rem);
    line-height: 1.06;
  }

  body[data-page="tour_detail"] .timeline-item {
    grid-template-columns: 1.75rem 1fr;
    gap: 0.55rem;
  }

  body[data-page="tour_detail"] .timeline-item > span {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.68rem;
  }

  body[data-page="tour_detail"] .timeline-item h3 {
    font-size: 1rem;
  }

  body[data-page="tour_detail"] .timeline-item div {
    padding-bottom: 0.52rem;
  }

  body[data-page="tour_detail"] .timeline-item ul {
    gap: 0.2rem;
    margin-top: 0.34rem;
  }
}

body[data-page="tour_detail"] .tour-links-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(17, 19, 21, 0.16), transparent 34rem),
    linear-gradient(180deg, #111817 0%, #22382d 100%);
  color: #fff8ed;
}

body[data-page="tour_detail"] .tour-links-layout {
  display: grid;
  gap: clamp(1.4rem, 3.2vw, 3rem);
  align-items: center;
}

.tour-links-heading {
  display: grid;
  gap: clamp(0.6rem, 1.6vw, 1rem);
  min-width: 0;
}

.tour-links-heading .eyebrow {
  color: #e1ad68;
}

.tour-links-heading h2 {
  max-width: 12.5ch;
  color: #fff8ed;
  font-size: clamp(2.05rem, 3.6vw, 4rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.tour-links-heading p:not(.eyebrow) {
  max-width: 33rem;
  color: rgba(255, 248, 237, 0.72);
  font-size: clamp(0.94rem, 1.12vw, 1.04rem);
  line-height: 1.58;
}

.tour-link-groups {
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
  min-width: 0;
}

.tour-link-group {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  padding-top: clamp(0.95rem, 1.7vw, 1.2rem);
  border-top: 1px solid rgba(255, 248, 237, 0.2);
}

.tour-link-group-head {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.tour-link-group-head span {
  display: grid;
  flex: 0 0 2.05rem;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  border: 1px solid rgba(225, 173, 104, 0.55);
  border-radius: 999px;
  color: #e1ad68;
  font-size: 0.72rem;
  font-weight: 900;
}

.tour-link-group-head h3 {
  color: #fff8ed;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.tour-link-list {
  display: grid;
  min-width: 0;
}

.tour-link-row {
  display: grid;
  align-items: center;
  min-width: 0;
  gap: clamp(0.7rem, 1.4vw, 1rem);
  padding: clamp(0.65rem, 1.45vh, 0.95rem) 0;
  border-bottom: 1px solid rgba(255, 248, 237, 0.14);
  color: #fff8ed;
  transition: padding-inline 180ms ease, background 180ms ease;
}

.tour-link-row.has-image {
  grid-template-columns: clamp(4.1rem, 7vw, 5.8rem) minmax(0, 1fr) 1.8rem;
}

.tour-link-row.no-image {
  grid-template-columns: minmax(0, 1fr) 1.8rem;
}

.tour-link-row:hover,
.tour-link-row:focus-visible {
  padding-inline: 0.45rem;
  background: rgba(255, 248, 237, 0.06);
  outline: 0;
}

.tour-link-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.96) contrast(1.06);
}

.tour-link-row > span:not(.tour-row-arrow) {
  min-width: 0;
}

.tour-link-row strong {
  display: block;
  color: #fff8ed;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.tour-link-row small {
  display: -webkit-box;
  max-width: 54rem;
  margin-top: 0.22rem;
  overflow: hidden;
  color: rgba(255, 248, 237, 0.66);
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tour-row-arrow {
  position: relative;
  justify-self: end;
  width: 1.65rem;
  height: 2px;
  color: #e1ad68;
  background: currentColor;
  transition: transform 180ms ease;
}

.tour-row-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.tour-link-row:hover .tour-row-arrow,
.tour-link-row:focus-visible .tour-row-arrow {
  transform: translateX(0.18rem);
}

@media (min-width: 980px) {
  body[data-page="tour_detail"] .tour-links-layout {
    grid-template-columns: minmax(19rem, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (max-width: 979px) {
  body[data-page="tour_detail"] .tour-links-section {
    align-items: start;
    padding-top: calc(var(--header) + 0.95rem);
    padding-bottom: 1rem;
  }

  body[data-page="tour_detail"] .tour-links-layout {
    gap: 0.95rem;
  }

  .tour-links-heading {
    gap: 0.42rem;
  }

  .tour-links-heading h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.55rem);
    line-height: 1.02;
  }

  .tour-links-heading p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .tour-link-groups {
    gap: 0.8rem;
  }

  .tour-link-group {
    gap: 0.45rem;
    padding-top: 0.72rem;
  }

  .tour-link-group-head span {
    flex-basis: 1.72rem;
    width: 1.72rem;
    height: 1.72rem;
    font-size: 0.62rem;
  }

  .tour-link-group-head h3 {
    font-size: 0.98rem;
  }

  .tour-link-row {
    gap: 0.62rem;
    padding: 0.56rem 0;
  }

  .tour-link-row.has-image {
    grid-template-columns: 3.55rem minmax(0, 1fr) 1.25rem;
  }

  .tour-link-row.no-image {
    grid-template-columns: minmax(0, 1fr) 1.25rem;
  }

  .tour-link-row strong {
    font-size: 0.96rem;
  }

  .tour-link-row small {
    font-size: 0.78rem;
    line-height: 1.28;
    -webkit-line-clamp: 1;
  }

  .tour-row-arrow {
    width: 1.15rem;
  }
}

body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-hero {
  height: 100svh;
  max-height: 100svh;
  overflow: hidden;
}

body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-copy {
  gap: clamp(0.65rem, 1.35vh, 1rem);
  min-height: 0;
  padding-top: calc(var(--header) + clamp(0.85rem, 2vh, 1.8rem));
  padding-bottom: clamp(1rem, 2.6vh, 2rem);
}

body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-copy h1 {
  max-width: 100%;
  font-size: clamp(2.65rem, 5vw, 5.45rem);
  line-height: 0.95;
}

body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-copy p:not(.eyebrow) {
  max-width: 58rem;
  font-size: clamp(0.92rem, 1.05vw, 1.06rem);
  line-height: 1.5;
}

body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .detail-page-stack > .section {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--header) + clamp(1rem, 3vh, 2.2rem));
  padding-bottom: clamp(1.4rem, 4vh, 3rem);
}

.detail-insight-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.52), rgba(244, 239, 229, 0.94));
}

.detail-insight-layout,
.detail-link-layout {
  display: grid;
  gap: clamp(1.3rem, 3vw, 2.8rem);
  align-items: center;
}

.detail-insight-heading,
.detail-link-heading {
  display: grid;
  gap: 0.72rem;
  min-width: 0;
}

.detail-insight-heading h2,
.detail-link-heading h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 3.55vw, 4rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.detail-insight-heading p:not(.eyebrow) {
  max-width: 34rem;
  color: rgba(35, 39, 34, 0.72);
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.58;
}

.detail-insight-list {
  display: grid;
  gap: clamp(0.7rem, 1.5vw, 1rem);
  min-width: 0;
}

.detail-insight-row {
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  gap: clamp(0.75rem, 1.6vw, 1rem);
  align-items: start;
  padding: clamp(0.92rem, 1.7vw, 1.25rem) 0;
  border-bottom: 1px solid rgba(42, 58, 47, 0.14);
}

.detail-insight-row:first-child {
  border-top: 1px solid rgba(42, 58, 47, 0.14);
}

.detail-insight-row > span {
  display: grid;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  border: 1px solid rgba(181, 134, 79, 0.46);
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
}

.detail-insight-row h3 {
  margin: 0;
  color: #18261f;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.12;
}

.detail-insight-row p {
  margin: 0.35rem 0 0;
  color: rgba(35, 39, 34, 0.72);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.5;
}

.detail-link-section {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(17, 19, 21, 0.16), transparent 34rem),
    linear-gradient(180deg, #111817 0%, #22382d 100%);
  color: #fff8ed;
}

.detail-link-heading .eyebrow {
  color: #e1ad68;
}

.detail-link-heading h2 {
  color: #fff8ed;
}

.detail-link-heading p:not(.eyebrow) {
  max-width: 34rem;
  color: rgba(255, 248, 237, 0.7);
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.55;
}

.detail-link-list {
  display: grid;
  min-width: 0;
  border-top: 1px solid rgba(255, 248, 237, 0.18);
}

.detail-link-row {
  display: grid;
  align-items: center;
  min-width: 0;
  gap: clamp(0.7rem, 1.4vw, 1rem);
  padding: clamp(0.7rem, 1.55vh, 1rem) 0;
  border-bottom: 1px solid rgba(255, 248, 237, 0.14);
  color: #fff8ed;
  transition: padding-inline 180ms ease, background 180ms ease;
}

.detail-link-row.has-image {
  grid-template-columns: clamp(4.35rem, 7vw, 5.9rem) minmax(0, 1fr) 1.8rem;
}

.detail-link-row.no-image {
  grid-template-columns: minmax(0, 1fr) 1.8rem;
}

.detail-link-row:hover,
.detail-link-row:focus-visible {
  padding-inline: 0.45rem;
  background: rgba(255, 248, 237, 0.06);
  outline: 0;
}

.detail-link-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.96) contrast(1.06);
}

.detail-link-row > span:not(.tour-row-arrow) {
  min-width: 0;
}

.detail-link-row strong {
  display: block;
  color: #fff8ed;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.detail-link-row small {
  display: -webkit-box;
  max-width: 54rem;
  margin-top: 0.22rem;
  overflow: hidden;
  color: rgba(255, 248, 237, 0.66);
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.detail-link-row:hover .tour-row-arrow,
.detail-link-row:focus-visible .tour-row-arrow {
  transform: translateX(0.18rem);
}

@media (min-width: 980px) {
  .detail-insight-layout,
  .detail-link-layout {
    grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (max-width: 979px) {
  body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-hero img,
  body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .destination-hero-video {
    height: clamp(14rem, 34vh, 19rem);
  }

  body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-copy {
    padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
  }

  body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .tour-detail-copy h1 {
    font-size: clamp(2.1rem, 9.5vw, 2.75rem);
    line-height: 0.98;
  }

  body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .detail-page-stack > .section {
    align-items: start;
    padding-top: calc(var(--header) + 0.95rem);
    padding-bottom: 1rem;
  }

  .detail-insight-layout,
  .detail-link-layout {
    gap: 0.92rem;
  }

  .detail-insight-heading,
  .detail-link-heading {
    gap: 0.42rem;
  }

  .detail-insight-heading h2,
  .detail-link-heading h2 {
    max-width: 100%;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1.02;
  }

  .detail-insight-heading p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .detail-insight-row {
    grid-template-columns: 1.92rem minmax(0, 1fr);
    gap: 0.62rem;
    padding: 0.75rem 0;
  }

  .detail-insight-row > span {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.62rem;
  }

  .detail-insight-row h3 {
    font-size: 1rem;
  }

  .detail-insight-row p {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .detail-link-row {
    gap: 0.62rem;
    padding: 0.58rem 0;
  }

  .detail-link-row.has-image {
    grid-template-columns: 3.6rem minmax(0, 1fr) 1.25rem;
  }

  .detail-link-row.no-image {
    grid-template-columns: minmax(0, 1fr) 1.25rem;
  }

  .detail-link-row strong {
    font-size: 0.96rem;
  }

  .detail-link-row small {
    font-size: 0.78rem;
    line-height: 1.28;
    -webkit-line-clamp: 1;
  }
}

.about-grid,
.contact-layout {
  display: grid;
  gap: 1.5rem;
}

.portrait-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.portrait-stack img {
  width: 100%;
  height: clamp(19rem, 42vw, 33rem);
  object-fit: cover;
  border-radius: var(--radius);
}

.portrait-stack img:nth-child(2) {
  margin-top: 3rem;
}

.feature-grid.compact {
  margin-top: 1.5rem;
}

.offer-section {
  background: var(--paper);
}

.gallery-mosaic {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.gallery-mosaic figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ddd2c2;
}

.gallery-mosaic img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

.contact-details {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.contact-details article {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.form-success {
  padding: 0.85rem;
  border-radius: var(--radius);
  background: rgba(38, 63, 53, 0.12);
  color: var(--green);
  font-weight: 850;
}

.article-body {
  width: min(calc(100% - 2rem), 780px);
  margin: 0 auto;
  display: grid;
  gap: 1.8rem;
}

.article-body section {
  display: grid;
  gap: 0.65rem;
}

.site-footer {
  padding: clamp(2.5rem, 6vw, 4.5rem) 1rem 2rem;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}

.footer-brand .brand-mark {
  background: var(--gold);
}

.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, 0.86);
}

.footer-label {
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-bottom {
  width: min(100%, 1240px);
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.visible,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-scale.visible,
.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-left.visible,
.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-right.visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.stagger-child {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.stagger-child.visible,
.stagger-child.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

@media (min-width: 640px) {
  .tour-grid,
  .review-grid,
  .article-grid,
  .note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .places-layout {
    grid-template-columns: 0.66fr 1.34fr;
  }

  .places-collage {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(10rem, 0.56fr) minmax(10rem, 0.58fr);
    grid-template-rows: repeat(4, minmax(6.75rem, 1fr));
    gap: clamp(0.95rem, 1.5vw, 1.35rem);
    min-height: clamp(31rem, 44vw, 39rem);
    margin-inline: 0;
    padding: 0;
    overflow: visible;
  }

  .places-photo {
    height: auto;
    flex: initial;
  }

  .places-photo-large {
    grid-column: 1;
    grid-row: 1 / 5;
    height: auto;
  }

  .places-photo-tall {
    grid-column: 2;
    grid-row: 1 / 3;
    transform: translateY(-0.45rem);
  }

  .places-photo-wide {
    grid-column: 2;
    grid-row: 3 / 5;
    transform: translateY(0.45rem);
  }

  .places-photo-mountain {
    grid-column: 3;
    grid-row: 1 / 3;
    transform: translateY(0.45rem);
  }

  .places-photo-church {
    grid-column: 3;
    grid-row: 3 / 5;
    transform: translateY(-0.2rem);
  }

  .contact-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

@media (min-width: 980px) {
  .tour-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .split-grid,
  .trust-layout,
  .about-grid,
  .detail-grid,
  .contact-band-inner {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
  }

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

  .tour-detail-hero {
    grid-template-columns: 0.96fr 1.04fr;
  }

  body[data-page="tour_detail"] .tour-detail-plan {
    grid-template-columns: minmax(21rem, 0.82fr) minmax(0, 1.18fr);
  }

  .tour-detail-hero img,
  .destination-hero-video {
    order: 2;
    height: 100%;
    min-height: 100svh;
  }

  .tour-detail-copy {
    order: 1;
    padding: calc(var(--header) + 2rem) clamp(2rem, 5vw, 5rem) 4rem;
  }

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

  .detail-aside {
    position: sticky;
    top: calc(var(--header) + 1.2rem);
  }

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

  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
}

@media (max-width: 979px) {
  :root {
    --header: 72px;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 1rem;
  }

  .brand {
    max-width: calc(100% - 3.5rem);
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 92;
    display: inline-grid;
    flex: 0 0 auto;
  }

  .site-header > .language-switcher {
    display: none;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    width: 100vw;
    height: 100svh;
    align-content: start;
    gap: 0;
    padding: 6rem 1.2rem 2rem;
    background: var(--bg);
    color: var(--ink);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.06rem;
  }

  .site-nav a::after {
    display: none;
  }

  .mobile-language-switcher {
    display: flex;
    gap: 0.45rem;
    padding-top: 1rem;
  }

  .mobile-language-switcher a {
    min-width: 2.65rem;
    padding: 0.58rem 0.65rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 850;
    text-align: center;
  }

  .mobile-language-switcher a[aria-current="true"] {
    background: var(--ink);
    color: var(--white);
  }

  .hero-shell {
    align-items: start;
    justify-items: start;
    padding-top: calc(var(--header) + 5rem);
    padding-bottom: 12rem;
  }

  .hero-content {
    width: min(100%, 34rem);
  }

  .button:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .hero-shell {
    width: min(calc(100% - 1.55rem), 1240px);
    padding-top: calc(var(--header) + 4.35rem);
    padding-bottom: 15rem;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions .button {
    min-height: 3rem;
    padding: 0.82rem 1.05rem;
  }

  .tour-card-body,
  .review-card,
  .article-card,
  .note-card {
    padding: 1rem;
  }

  .image-strip {
    grid-template-columns: 1fr;
  }

  .image-strip img {
    height: 18rem;
  }
}

@media (max-width: 620px) {
  html[lang="ru"] .hero-content h1,
  html[lang="ka"] .hero-content h1 {
    font-size: clamp(2.05rem, 10vw, 3rem);
    line-height: 1.1;
  }

  html[lang="ka"] h1 {
    font-size: clamp(2.25rem, 11.5vw, 3.25rem);
    line-height: 1.08;
  }

  html[lang="ka"] h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
    line-height: 1.12;
  }

  html[lang="ka"] .page-hero h1,
  html[lang="ka"] .hero-content h1 {
    max-width: 100%;
  }
}

body[data-page="main_page_2"] {
  background: #050505;
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) {
  color: var(--white);
  background: rgba(5, 5, 5, 0.16);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) .brand-mark {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) .language-switcher a[aria-current="true"] {
  background: var(--white);
  color: var(--ink);
}

.main2-hero {
  position: relative;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #050505;
  color: var(--white);
  isolation: isolate;
}

.main2-stage {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.main2-stage span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.main2-stage span:first-child {
  inset: calc(var(--header) + 1.2rem) 1.2rem 1.2rem;
}

.main2-stage span:last-child {
  inset: calc(var(--header) + 2.35rem) 2.35rem 2.35rem;
  opacity: 0.45;
}

.main2-intro {
  position: absolute;
  top: calc(var(--header) + 2rem);
  left: clamp(1.25rem, 4vw, 4.8rem);
  z-index: 8;
  max-width: 24rem;
  pointer-events: none;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.58);
}

.main2-intro p {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.main2-intro h1 {
  max-width: 10rem;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.08;
}

.main2-panels {
  position: absolute;
  inset: 0;
  display: flex;
  width: calc(100% + 7.2vw);
  height: 100%;
  z-index: 1;
}

.main2-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  margin-left: -2.4vw;
  overflow: hidden;
  background: #111;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  opacity: 0.94;
  transition: flex-grow 720ms cubic-bezier(0.2, 0.76, 0.18, 1), opacity 420ms ease, filter 420ms ease;
}

.main2-panel:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.main2-panel:last-child {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.main2-panels.has-active .main2-panel {
  flex-grow: 0.72;
  opacity: 0.72;
  filter: saturate(0.78) contrast(0.96);
}

.main2-panels.has-active .main2-panel.is-active {
  flex-grow: 2.35;
  opacity: 1;
  filter: saturate(1.08) contrast(1.06);
}

.main2-panel-link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background-image: var(--main2-poster);
  background-position: center;
  background-size: cover;
  color: var(--white);
  clip-path: inherit;
}

.main2-panel-link:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: -10px;
}

.main2-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 900ms cubic-bezier(0.2, 0.76, 0.18, 1), filter 500ms ease;
}

.main2-panel.is-active .main2-video {
  transform: scale(1.08);
}

.main2-panel-overlay,
.main2-panel-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.main2-panel-overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.72)),
    rgba(0, 0, 0, 0.2);
  transition: background 420ms ease;
}

.main2-panel.is-active .main2-panel-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.68)),
    rgba(0, 0, 0, 0.08);
}

.main2-panel-grain {
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 18px 18px;
  mix-blend-mode: overlay;
  opacity: 0.16;
}

.main2-panel-copy {
  position: absolute;
  inset: auto 2rem 2.4rem 2rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-shadow: 0 4px 36px rgba(0, 0, 0, 0.68);
}

.main2-panel-meta {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.main2-panel-title {
  display: block;
  color: var(--white);
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: center;
}

.main2-panel-text {
  display: block;
  max-width: 28rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 320ms ease, transform 320ms ease;
}

.main2-panel-cta {
  display: inline-flex;
  align-items: center;
  min-height: 3.05rem;
  margin-top: 1.35rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 0.83rem;
  font-weight: 850;
  opacity: 0;
  transform: translateY(0.8rem);
  backdrop-filter: blur(12px);
  transition: opacity 320ms ease, transform 320ms ease, background 220ms ease;
}

.main2-panel-link:hover .main2-panel-cta,
.main2-panel-link:focus-visible .main2-panel-cta {
  background: rgba(255, 255, 255, 0.18);
}

.main2-panel.is-active .main2-panel-title {
  font-size: 7.4rem;
  writing-mode: horizontal-tb;
  transform: none;
}

.main2-panel.is-active .main2-panel-text,
.main2-panel.is-active .main2-panel-cta {
  opacity: 1;
  transform: translateY(0);
}

.main2-hero.is-lite .main2-video {
  display: none;
}

@media (min-width: 1480px) {
  .main2-panel-title {
    font-size: 6.6rem;
  }

  .main2-panel.is-active .main2-panel-title {
    font-size: 8.5rem;
  }
}

@media (max-width: 1100px) {
  .main2-panel-title {
    font-size: 4.6rem;
  }

  .main2-panel.is-active .main2-panel-title {
    font-size: 5.75rem;
  }

  .main2-panel-copy {
    right: 1.4rem;
    left: 1.4rem;
  }
}

@media (max-width: 760px) {
  body[data-page="main_page_2"] .site-header:not(.is-scrolled) {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
  }

  .main2-hero {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .main2-stage {
    display: none;
  }

  .main2-intro {
    top: calc(var(--header) + 1.15rem);
    left: 1rem;
    max-width: 18rem;
  }

  .main2-intro p {
    font-size: 0.72rem;
  }

  .main2-intro h1 {
    max-width: 14rem;
    font-size: 1.02rem;
  }

  .main2-panels {
    position: relative;
    inset: auto;
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    scroll-snap-type: y mandatory;
  }

  .main2-panel,
  .main2-panel:first-child,
  .main2-panel:last-child,
  .main2-panels.has-active .main2-panel,
  .main2-panels.has-active .main2-panel.is-active {
    height: 100svh;
    min-height: 620px;
    margin: 0;
    clip-path: none;
    opacity: 1;
    filter: none;
    scroll-snap-align: start;
  }

  .main2-panel-link {
    clip-path: none;
  }

  .main2-panel-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
  }

  .main2-panel-copy {
    inset: auto 1rem 2rem 1rem;
    max-width: min(100% - 2rem, 28rem);
  }

  .main2-panel-meta {
    margin-bottom: 0.65rem;
    font-size: 0.7rem;
  }

  .main2-panel-title,
  .main2-panel.is-active .main2-panel-title {
    font-size: 4.35rem;
    line-height: 0.88;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .main2-panel-text,
  .main2-panel-cta,
  .main2-panel.is-active .main2-panel-text,
  .main2-panel.is-active .main2-panel-cta {
    opacity: 1;
    transform: none;
  }

  .main2-panel-text {
    max-width: 20rem;
    font-size: 1.02rem;
  }

  .main2-panel-cta {
    min-height: 3rem;
    margin-top: 1.1rem;
    padding: 0.86rem 1.05rem;
  }

  .main2-video,
  .main2-panel.is-active .main2-video {
    transform: scale(1.02);
  }
}

@media (max-width: 420px) {
  .main2-panel-title,
  .main2-panel.is-active .main2-panel-title {
    font-size: 3.65rem;
  }

  .main2-panel-copy {
    bottom: 1.55rem;
  }
}

/* Main Page 2 fullscreen selector correction: desktop is one 100svh row, mobile is the only stacked mode. */
body[data-page="main_page_2"] main {
  background: #050505;
}

.main2-hero {
  width: 100vw;
  height: 100svh;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.main2-panels {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.main2-panel {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #050505;
}

.main2-panel-link {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--main2-poster);
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.main2-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

.main2-panel-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65));
}

@media (min-width: 768px) {
  body[data-page="main_page_2"] {
    width: 100vw;
    height: 100svh;
    overflow: hidden;
  }

  body[data-page="main_page_2"] .site-footer {
    display: none;
  }

  .main2-panels {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100svh;
  }

  .main2-panel,
  .main2-panel:first-child,
  .main2-panel:last-child {
    flex: 0 1 25%;
    width: auto;
    height: 100svh;
    margin: 0;
    clip-path: none;
    opacity: 1;
    filter: none;
    transition: flex-basis 760ms cubic-bezier(0.2, 0.76, 0.18, 1), opacity 420ms ease, filter 420ms ease;
  }

  .main2-panel::after {
    content: "";
    position: absolute;
    top: -8%;
    right: -1px;
    z-index: 6;
    width: 2.6rem;
    height: 116%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.56), transparent);
    transform: skewX(-7deg);
    transform-origin: center;
    pointer-events: none;
  }

  .main2-panel:last-child::after {
    display: none;
  }

  .main2-panels.has-active .main2-panel {
    flex-basis: 16%;
    opacity: 0.74;
    filter: saturate(0.82) contrast(0.95);
  }

  .main2-panels.has-active .main2-panel.is-active {
    flex-basis: 52%;
    opacity: 1;
    filter: saturate(1.08) contrast(1.06);
  }

  .main2-panel-link {
    clip-path: none;
  }

  .main2-panel-copy {
    inset: auto clamp(1.25rem, 2vw, 2.6rem) clamp(1.6rem, 3vw, 3.4rem);
    max-width: min(34rem, calc(100% - 2.5rem));
  }

  .main2-panel-title {
    font-size: clamp(3.8rem, 6.4vw, 6.4rem);
    line-height: 0.84;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .main2-panel.is-active .main2-panel-title {
    font-size: clamp(4rem, 7.2vw, 7.6rem);
    line-height: 0.88;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .main2-panel.is-active .main2-video {
    transform: scale(1.06);
  }

  .main2-panel-text,
  .main2-panel-cta {
    opacity: 0;
    transform: translateY(0.8rem);
  }

  .main2-panel.is-active .main2-panel-text,
  .main2-panel.is-active .main2-panel-cta {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  body[data-page="main_page_2"] {
    width: auto;
    height: auto;
    overflow-x: clip;
    overflow-y: auto;
  }

  body[data-page="main_page_2"] .site-footer {
    display: none;
  }

  .main2-hero {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .main2-panels {
    position: relative;
    inset: auto;
    display: grid;
    width: 100%;
    height: auto;
    scroll-snap-type: y mandatory;
  }

  .main2-panel,
  .main2-panel:first-child,
  .main2-panel:last-child,
  .main2-panels.has-active .main2-panel,
  .main2-panels.has-active .main2-panel.is-active {
    width: 100%;
    height: 100svh;
    min-height: 620px;
    margin: 0;
    clip-path: none;
    opacity: 1;
    filter: none;
    scroll-snap-align: start;
  }
}

/* Main Page 2 polish: cinematic selector first, original homepage sections below. */
body[data-page="main_page_2"] {
  --main2-peek: 64px;
  width: auto;
  height: auto;
  overflow-x: clip;
  overflow-y: auto;
  background: #050505;
}

body[data-page="main_page_2"] main {
  background: var(--bg);
}

body[data-page="main_page_2"] .site-footer {
  display: block;
}

body[data-page="main_page_2"] .site-header {
  grid-template-columns: minmax(12rem, auto) 1fr auto;
  gap: clamp(1rem, 2vw, 1.8rem);
  min-height: 92px;
  padding: 1.08rem clamp(1.1rem, 4.2vw, 4.75rem);
  color: #fff8ed;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  font-family: "Manrope Local", "Quicksand Local", ui-sans-serif, system-ui, sans-serif;
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) {
  color: #fff8ed;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

body[data-page="main_page_2"] .site-header.is-scrolled,
body[data-page="main_page_2"].nav-open .site-header {
  min-height: 74px;
  padding-top: 0.78rem;
  padding-bottom: 0.78rem;
  color: #fff8ed;
  background: rgba(7, 6, 5, 0.72);
  border-bottom-color: rgba(255, 248, 237, 0.12);
  backdrop-filter: blur(20px);
}

html[lang="ka"] body[data-page="main_page_2"] .site-header {
  font-family: "BPG Arial Local", "Manrope Local", ui-sans-serif, system-ui, sans-serif;
}

body[data-page="main_page_2"] .brand {
  gap: 0.78rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
}

body[data-page="main_page_2"] .brand-logo-shell {
  width: 4.1rem;
  height: 2.1rem;
}

body[data-page="main_page_2"] .brand-logo-light,
body[data-page="main_page_2"].nav-open .site-header .brand-logo-light,
body[data-page="main_page_2"] .site-header.is-scrolled .brand-logo-light {
  display: block;
}

body[data-page="main_page_2"] .brand-logo-dark,
body[data-page="main_page_2"].nav-open .site-header .brand-logo-dark,
body[data-page="main_page_2"] .site-header.is-scrolled .brand-logo-dark {
  display: none;
}

body[data-page="main_page_2"] .brand-mark {
  width: 2.28rem;
  height: 2.28rem;
  border: 1px solid rgba(255, 248, 237, 0.42);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 248, 237, 0.1), rgba(238, 205, 160, 0.06)),
    rgba(10, 8, 6, 0.22);
  color: #fff8ed;
  font-size: 0.66rem;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 237, 0.04);
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) .brand-mark {
  box-shadow: inset 0 0 0 1px rgba(255, 248, 237, 0.04);
}

body[data-page="main_page_2"] .brand strong {
  width: 5.6rem;
  color: #fff8ed;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 0.9;
  text-transform: uppercase;
}

body[data-page="main_page_2"] .brand small {
  max-width: 12rem;
  color: rgba(255, 248, 237, 0.66);
  font-size: 0.68rem;
  font-weight: 650;
  opacity: 1;
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) .site-nav,
body[data-page="main_page_2"] .site-header:not(.is-scrolled) > .language-switcher {
  opacity: 1;
  pointer-events: auto;
}

body[data-page="main_page_2"] .site-nav {
  justify-content: center;
  gap: clamp(1.05rem, 2.7vw, 2.85rem);
  justify-self: center;
  width: max-content;
  max-width: min(100%, 38rem);
  padding: 0.36rem 0.9rem;
  border: 1px solid rgba(255, 248, 237, 0.13);
  border-radius: 999px;
  background: rgba(7, 6, 5, 0.18);
  color: #fff8ed;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.16);
}

body[data-page="main_page_2"] .site-nav a {
  padding: 0.36rem 0;
  color: rgba(255, 248, 237, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
  opacity: 1;
}

body[data-page="main_page_2"] .site-nav a::after {
  bottom: 0.08rem;
  background: rgba(238, 205, 160, 0.82);
}

body[data-page="main_page_2"] .site-nav a:hover,
body[data-page="main_page_2"] .site-nav a:focus-visible,
body[data-page="main_page_2"] .site-nav a[aria-current="page"] {
  color: #fff8ed;
}

body[data-page="main_page_2"] .site-nav a:focus-visible {
  outline: 2px solid rgba(255, 248, 237, 0.82);
  outline-offset: 0.38rem;
  border-radius: 999px;
}

body[data-page="main_page_2"] .language-switcher {
  gap: 0.34rem;
  padding: 0.32rem;
  border-color: rgba(255, 248, 237, 0.16);
  background: rgba(7, 6, 5, 0.2);
  color: #fff8ed;
  backdrop-filter: blur(18px);
}

body[data-page="main_page_2"] .language-switcher a,
body[data-page="main_page_2"] .mobile-language-switcher a {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.08rem;
  min-width: 2.08rem;
  height: 2.08rem;
  padding: 0;
  border: 1px solid transparent;
  color: #fff8ed;
  opacity: 0.66;
  transition: border-color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

body[data-page="main_page_2"] .language-switcher a:hover,
body[data-page="main_page_2"] .language-switcher a:focus-visible,
body[data-page="main_page_2"] .mobile-language-switcher a:hover,
body[data-page="main_page_2"] .mobile-language-switcher a:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

body[data-page="main_page_2"] .language-switcher a:focus-visible,
body[data-page="main_page_2"] .mobile-language-switcher a:focus-visible {
  outline: 2px solid rgba(255, 248, 237, 0.88);
  outline-offset: 0.22rem;
}

body[data-page="main_page_2"] .language-switcher a[aria-current="true"],
body[data-page="main_page_2"] .mobile-language-switcher a[aria-current="true"] {
  border-color: rgba(238, 205, 160, 0.46);
  background: rgba(255, 248, 237, 0.1);
  color: #fff8ed;
  opacity: 1;
}

body[data-page="main_page_2"] .site-header:not(.is-scrolled) .language-switcher a[aria-current="true"] {
  border-color: rgba(238, 205, 160, 0.46);
  background: rgba(255, 248, 237, 0.1);
  color: #fff8ed;
}

body[data-page="main_page_2"] .language-switcher .language-code,
body[data-page="main_page_2"] .mobile-language-switcher .language-code {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body[data-page="main_page_2"] .language-switcher .language-flag,
body[data-page="main_page_2"] .mobile-language-switcher .language-flag {
  position: relative;
  display: block;
  width: 1.36rem;
  height: 1.36rem;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 237, 0.34);
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.26);
}

body[data-page="main_page_2"] .language-flag::before,
body[data-page="main_page_2"] .language-flag::after {
  content: "";
  position: absolute;
  inset: 0;
}

body[data-page="main_page_2"] .language-flag-en {
  background: #1e3f73;
}

body[data-page="main_page_2"] .language-flag-en::before {
  background:
    linear-gradient(45deg, transparent 43%, #f6f1e7 43% 57%, transparent 57%),
    linear-gradient(-45deg, transparent 43%, #f6f1e7 43% 57%, transparent 57%),
    linear-gradient(to right, transparent 40%, #f6f1e7 40% 60%, transparent 60%),
    linear-gradient(to bottom, transparent 40%, #f6f1e7 40% 60%, transparent 60%);
}

body[data-page="main_page_2"] .language-flag-en::after {
  background:
    linear-gradient(to right, transparent 45%, #b92f2c 45% 55%, transparent 55%),
    linear-gradient(to bottom, transparent 45%, #b92f2c 45% 55%, transparent 55%);
}

body[data-page="main_page_2"] .language-flag-ru {
  background: linear-gradient(to bottom, #f8f7f0 0 33.33%, #315fae 33.33% 66.66%, #bc3030 66.66%);
}

body[data-page="main_page_2"] .language-flag-ka {
  background: #f8f7f0;
}

body[data-page="main_page_2"] .language-flag-ka::before {
  background:
    linear-gradient(to right, transparent 43%, #c8322e 43% 57%, transparent 57%),
    linear-gradient(to bottom, transparent 43%, #c8322e 43% 57%, transparent 57%);
}

body[data-page="main_page_2"] .language-flag-ka::after {
  inset: 22%;
  background:
    radial-gradient(circle at 0 0, #c8322e 0 12%, transparent 13%),
    radial-gradient(circle at 100% 0, #c8322e 0 12%, transparent 13%),
    radial-gradient(circle at 0 100%, #c8322e 0 12%, transparent 13%),
    radial-gradient(circle at 100% 100%, #c8322e 0 12%, transparent 13%);
}

@media (max-width: 979px) {
  body[data-page="main_page_2"] .site-header,
  body[data-page="main_page_2"] .site-header:not(.is-scrolled) {
    min-height: 74px;
    padding: 0.82rem 1rem;
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
  }

  body[data-page="main_page_2"] .site-header.is-scrolled,
  body[data-page="main_page_2"].nav-open .site-header {
    min-height: 70px;
    padding-top: 0.68rem;
    padding-bottom: 0.68rem;
    background: rgba(7, 6, 5, 0.82);
  }

  body[data-page="main_page_2"] .brand {
    gap: 0.64rem;
    max-width: calc(100% - 3.75rem);
  }

  body[data-page="main_page_2"] .brand-mark {
    width: 2.08rem;
    height: 2.08rem;
    font-size: 0.62rem;
  }

  body[data-page="main_page_2"] .brand-logo-shell {
    width: 3.6rem;
    height: 1.95rem;
  }

  body[data-page="main_page_2"] .brand strong {
    width: 5.2rem;
    font-size: 0.84rem;
  }

  body[data-page="main_page_2"] .brand small {
    display: block;
    max-width: 10.6rem;
    font-size: 0.61rem;
  }

  body[data-page="main_page_2"] .nav-toggle {
    border-color: rgba(255, 248, 237, 0.2);
    background: rgba(7, 6, 5, 0.22);
    color: #fff8ed;
    backdrop-filter: blur(14px);
  }

  body[data-page="main_page_2"] .nav-toggle span:not(.sr-only) {
    background: currentColor;
  }

  body[data-page="main_page_2"] .site-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    width: 100vw;
    max-width: none;
    height: 100svh;
    align-content: start;
    justify-content: stretch;
    gap: 0;
    padding: 6rem 1.2rem 2rem;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(145deg, rgba(17, 12, 8, 0.96), rgba(5, 5, 5, 0.94)),
      rgba(5, 5, 5, 0.94);
    box-shadow: none;
    backdrop-filter: blur(22px);
  }

  body[data-page="main_page_2"] .site-nav.is-open {
    display: grid;
  }

  body[data-page="main_page_2"] .site-nav a {
    width: 100%;
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(255, 248, 237, 0.12);
    color: rgba(255, 248, 237, 0.82);
    font-size: 1rem;
  }

  body[data-page="main_page_2"] .site-nav a::after {
    display: none;
  }

  body[data-page="main_page_2"] .mobile-language-switcher {
    display: flex;
    gap: 0.55rem;
    padding-top: 1.2rem;
  }

  body[data-page="main_page_2"] .mobile-language-switcher a {
    width: 2.36rem;
    min-width: 2.36rem;
    height: 2.36rem;
    border-color: rgba(255, 248, 237, 0.16);
    background: rgba(255, 248, 237, 0.06);
  }

  body[data-page="main_page_2"] .mobile-language-switcher .language-flag {
    width: 1.48rem;
    height: 1.48rem;
  }
}

.main2-hero {
  width: 100vw;
  height: 100svh;
  min-height: 0;
  max-height: 100svh;
  margin-bottom: calc(-1 * var(--main2-peek));
  overflow: hidden;
  background: #050505;
  --scroll-content-opacity: 1;
  --scroll-content-y: 0px;
  --scroll-media-y: 0px;
  --scroll-media-scale: 1;
  --scroll-poster-y: 0px;
}

.main2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 3px 3px, 100% 7px;
  mix-blend-mode: overlay;
  opacity: 0.18;
}

.main2-hero::before {
  content: "";
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: clamp(5.8rem, 9vw, 8.5rem);
  z-index: 9;
  width: min(18rem, 28vw);
  height: min(8rem, 12vw);
  pointer-events: none;
  border: 1px solid rgba(226, 190, 138, 0.16);
  border-right: 0;
  border-bottom: 0;
  border-radius: 54% 0 0 0;
  transform: rotate(-7deg);
  opacity: 0.7;
}

.main2-stage {
  z-index: 10;
}

body[data-page="main_page_2"] .main2-stage span {
  border-top-color: transparent;
}

.main2-intro,
.main2-hint,
.main2-scroll-cue,
.main2-planner {
  z-index: 12;
}

.main2-intro {
  opacity: var(--scroll-content-opacity, 1);
  transform: translateY(var(--scroll-content-y, 0px));
  will-change: opacity, transform;
}

.main2-intro p {
  color: rgba(238, 205, 160, 0.82);
}

.main2-intro h1 {
  max-width: 20rem;
  color: #fff8ed;
}

.main2-intro span {
  display: block;
  max-width: 24rem;
  margin-top: 0.85rem;
  color: rgba(255, 248, 237, 0.76);
  font-size: 0.96rem;
  font-weight: 680;
  line-height: 1.35;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.58);
}

.main2-hint {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 2vw, 2rem);
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.72);
}

.main2-hint-mobile {
  display: none;
}

.main2-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: calc(var(--main2-peek) + 0.95rem);
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  color: rgba(255, 248, 237, 0.78);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
  transform: translateX(-50%);
}

.main2-scroll-cue i {
  display: block;
  width: 1px;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(238, 205, 160, 0.1), rgba(238, 205, 160, 0.85));
  transform-origin: top;
  animation: main2-scroll-cue 1.9s ease-in-out infinite;
}

.main2-scroll-cue:focus-visible {
  outline: 2px solid #fff8ed;
  outline-offset: 0.38rem;
}

.main2-dots {
  display: none;
}

.main2-planner {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(2.75rem, 4vw, 4.3rem);
  display: grid;
  gap: 0.48rem;
  width: min(19rem, 28vw);
  padding: 1rem;
  border: 1px solid rgba(255, 248, 237, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 10, 8, 0.62), rgba(71, 50, 31, 0.24));
  color: #fff8ed;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.main2-planner strong {
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.15;
}

.main2-planner span {
  color: rgba(255, 248, 237, 0.72);
  font-size: 0.75rem;
  font-weight: 720;
}

.main2-planner a {
  width: max-content;
  margin-top: 0.15rem;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(238, 205, 160, 0.48);
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.09);
  color: #fff8ed;
  font-size: 0.72rem;
  font-weight: 850;
}

.main2-planner a:focus-visible {
  outline: 2px solid #fff8ed;
  outline-offset: 0.24rem;
}

.main2-panel {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.main2-panel:last-child {
  border-right: 0;
}

.main2-panel-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.94);
  outline-offset: -0.75rem;
}

.main2-panel-link {
  background-position: center calc(50% + var(--scroll-poster-y, 0px));
}

.main2-video:not([src]) {
  display: none;
}

.main2-video {
  --main2-video-scale: 1.015;
  transition: transform 760ms cubic-bezier(0.2, 0.76, 0.18, 1), filter 420ms ease;
  transform: translateY(var(--scroll-media-y, 0px)) scale(var(--main2-video-scale));
  transform-origin: center bottom;
  will-change: transform;
}

.main2-panel.is-active .main2-video {
  --main2-video-scale: 1.08;
  transform: translateY(var(--scroll-media-y, 0px)) scale(var(--main2-video-scale));
}

.main2-panel-overlay {
  z-index: 2;
  background:
    linear-gradient(to bottom, rgba(13, 9, 6, 0.13), rgba(10, 7, 5, 0.66)),
    linear-gradient(90deg, rgba(72, 43, 18, 0.22), transparent 38%, rgba(0, 0, 0, 0.22));
  transition: background 420ms ease, opacity 420ms ease;
}

.main2-panel-grain {
  z-index: 3;
  opacity: 0.11;
}

.main2-panel-copy {
  z-index: 8;
}

.main2-panel-meta {
  color: rgba(238, 205, 160, 0.76);
}

.main2-panel-text {
  color: rgba(255, 248, 237, 0.91);
}

.main2-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  max-width: 28rem;
  margin-top: 0.9rem;
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 320ms ease, transform 320ms ease;
}

.main2-panel-tags span {
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(255, 248, 237, 0.22);
  border-radius: 999px;
  background: rgba(11, 9, 7, 0.26);
  color: rgba(255, 248, 237, 0.78);
  font-size: 0.7rem;
  font-weight: 820;
}

.main2-panel-cta {
  border-color: rgba(238, 205, 160, 0.5);
  background: rgba(12, 9, 6, 0.32);
  color: #fff8ed;
}

@media (min-width: 768px) {
  .main2-hint {
    bottom: calc(var(--main2-peek) + 0.8rem);
  }

  .main2-intro {
    left: clamp(22rem, 31vw, 34rem);
  }

  .main2-planner {
    bottom: calc(var(--main2-peek) + clamp(1.3rem, 2vw, 2.1rem));
  }

  .main2-panels {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100svh;
  }

  .main2-panel,
  .main2-panel:first-child,
  .main2-panel:last-child {
    flex: 0 1 25%;
    height: 100svh;
    margin: 0;
    clip-path: none;
    transition: flex-basis 820ms cubic-bezier(0.2, 0.76, 0.18, 1), filter 420ms ease, opacity 420ms ease;
  }

  .main2-panels.has-active .main2-panel {
    flex-basis: 15.333%;
    opacity: 0.78;
    filter: saturate(0.72) contrast(0.92) brightness(0.66);
  }

  .main2-panels.has-active .main2-panel.is-active {
    flex-basis: 54%;
    opacity: 1;
    filter: saturate(1.08) contrast(1.08) brightness(1.05);
  }

  .main2-panels.has-active .main2-panel:not(.is-active) .main2-panel-overlay {
    background:
      linear-gradient(to bottom, rgba(18, 12, 8, 0.42), rgba(0, 0, 0, 0.84)),
      rgba(23, 14, 8, 0.28);
  }

  .main2-panel.is-active .main2-panel-overlay {
    background:
      linear-gradient(to bottom, rgba(33, 20, 10, 0.08), rgba(10, 7, 5, 0.58)),
      linear-gradient(90deg, rgba(69, 40, 17, 0.28), transparent 52%);
  }

  .main2-panel.is-active .main2-video {
    --main2-video-scale: 1.06;
    transform: translateY(var(--scroll-media-y, 0px)) scale(var(--main2-video-scale));
    filter: brightness(1.06) contrast(1.08) saturate(1.05);
  }

  .main2-panel-copy {
    inset: auto clamp(1.4rem, 2.2vw, 3rem) clamp(1.8rem, 3.2vw, 3.8rem);
  }

  .main2-panel.is-active .main2-panel-copy {
    max-width: min(35rem, calc(100% - 3rem));
  }

  .main2-panel-title {
    font-size: clamp(2.95rem, 4.65vw, 4.85rem);
  }

  .main2-panel.is-active .main2-panel-title {
    font-size: clamp(3.6rem, 6.2vw, 7.25rem);
    line-height: 0.86;
  }

  .main2-panel.is-active .main2-panel-meta {
    color: rgba(238, 205, 160, 0.9);
  }

  .main2-panel.is-active .main2-panel-tags {
    opacity: 1;
    transform: translateY(0);
  }

  html[lang="ka"] .main2-panel-title {
    font-size: clamp(2.25rem, 3.45vw, 3.6rem);
    line-height: 0.9;
  }

  html[lang="ka"] .main2-panel.is-active .main2-panel-title {
    font-size: clamp(3rem, 5vw, 5.8rem);
    line-height: 0.94;
  }
}

body[data-page="main_page_2"] .main2-hero + .section {
  position: relative;
  z-index: 15;
  margin-top: 0;
  padding-top: calc(clamp(2rem, 3.8vw, 3.7rem) + var(--main2-peek));
  background:
    radial-gradient(circle at 8% 4%, rgba(236, 181, 103, 0.36), transparent 35rem),
    radial-gradient(circle at 86% 16%, rgba(166, 79, 53, 0.3), transparent 32rem),
    radial-gradient(circle at 62% 86%, rgba(96, 139, 91, 0.2), transparent 34rem),
    linear-gradient(180deg, #263d32 0%, #31513f 52%, #3a5b48 100%);
  background-size: 190% 190%, 175% 175%, 160% 160%, 140% 140%;
  background-position: 0% 0%, 100% 18%, 58% 92%, 50% 50%;
  animation: featured-green-field 8s ease-in-out infinite alternate;
  box-shadow: 0 -30px 70px rgba(0, 0, 0, 0.18);
}

body[data-page="main_page_2"] .main2-hero + .section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  display: grid;
  place-items: center;
  height: var(--main2-peek);
  border-top: 1px solid rgba(255, 248, 237, 0.14);
  color: rgba(255, 248, 237, 0.68);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  body[data-page="main_page_2"] {
    --main2-peek: 40px;
  }

  body[data-page="main_page_2"] .site-header:not(.is-scrolled) {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
  }

  .main2-hero {
    height: auto;
    max-height: none;
    min-height: 100svh;
    overflow: visible;
  }

  .main2-panels {
    position: relative;
    inset: auto;
    display: grid;
    width: 100%;
    height: auto;
    scroll-snap-type: y mandatory;
  }

  .main2-panel,
  .main2-panel:first-child,
  .main2-panel:last-child,
  .main2-panels.has-active .main2-panel,
  .main2-panels.has-active .main2-panel.is-active {
    width: 100%;
    height: 100svh;
    min-height: 620px;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    clip-path: none;
    opacity: 1;
    filter: none;
    scroll-snap-align: start;
  }

  .main2-panel-title,
  .main2-panel.is-active .main2-panel-title {
    font-size: clamp(3.2rem, 15vw, 4.35rem);
    writing-mode: horizontal-tb;
    transform: none;
  }

  .main2-panel-copy {
    inset: auto 1rem 4.75rem 1rem;
  }

  .main2-panel-text,
  .main2-panel-cta {
    opacity: 1;
    transform: none;
  }

  .main2-hint {
    position: sticky;
    right: auto;
    bottom: 1rem;
    left: 1rem;
    width: max-content;
    margin-top: -2.2rem;
    padding-bottom: 1rem;
  }

  .main2-hint-desktop {
    display: none;
  }

  .main2-hint-mobile {
    display: inline;
  }
}

/* Main Page 2 mobile selector: one 100svh horizontal swipe carousel, not stacked content. */
@media (max-width: 767.98px) {
  .main2-hero {
    position: relative;
    width: 100vw;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    overflow: hidden;
  }

  .main2-stage {
    display: none;
  }

  .main2-intro {
    top: calc(var(--header) + 1rem);
    left: 1rem;
    max-width: min(70vw, 17rem);
  }

  .main2-intro h1 {
    max-width: 15rem;
  }

  .main2-panels,
  .main2-panels.has-active {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100svh;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .main2-panels::-webkit-scrollbar {
    display: none;
  }

  .main2-panel,
  .main2-panel:first-child,
  .main2-panel:last-child,
  .main2-panels.has-active .main2-panel,
  .main2-panels.has-active .main2-panel.is-active {
    position: relative;
    flex: 0 0 100vw;
    width: 100vw;
    height: 100svh;
    min-width: 100vw;
    min-height: 0;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
    clip-path: none;
    opacity: 1;
    filter: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .main2-panel-link {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    clip-path: none;
  }

  .main2-video,
  .main2-panel.is-active .main2-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    --main2-video-scale: 1.01;
    transform: translateY(var(--scroll-media-y, 0px)) scale(var(--main2-video-scale));
  }

  .main2-panel-overlay,
  .main2-panel.is-active .main2-panel-overlay {
    background:
      linear-gradient(to bottom, rgba(22, 14, 8, 0.16), rgba(8, 6, 4, 0.7)),
      linear-gradient(90deg, rgba(69, 41, 17, 0.22), transparent 55%);
  }

  .main2-panel-copy,
  .main2-panel.is-active .main2-panel-copy {
    inset: auto 1rem 13.1rem 1rem;
    max-width: min(100% - 2rem, 26rem);
  }

  .main2-panel-meta {
    margin-bottom: 0.62rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.76);
  }

  .main2-panel-title,
  .main2-panel.is-active .main2-panel-title {
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: 0.9;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .main2-panel-text,
  .main2-panel-cta,
  .main2-panel-tags,
  .main2-panel.is-active .main2-panel-text,
  .main2-panel.is-active .main2-panel-cta,
  .main2-panel.is-active .main2-panel-tags {
    opacity: 1;
    transform: none;
  }

  .main2-panel-text {
    max-width: 20rem;
    margin-top: 0.75rem;
    font-size: 1.02rem;
  }

  .main2-panel-cta {
    min-height: 3rem;
    margin-top: 1rem;
    padding: 0.86rem 1.08rem;
  }

  .main2-panel-tags {
    margin-top: 0.78rem;
  }

  .main2-panel-tags span {
    padding: 0.36rem 0.5rem;
    font-size: 0.66rem;
  }

  .main2-dots {
    position: absolute;
    left: auto;
    right: 1rem;
    bottom: calc(var(--main2-peek) + 0.85rem);
    z-index: 14;
    display: flex;
    align-items: center;
    gap: 0.48rem;
    transform: none;
  }

  .main2-dot {
    width: 0.48rem;
    height: 0.48rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    transition: width 180ms ease, background 180ms ease, border-color 180ms ease;
  }

  .main2-dot[aria-current="true"] {
    width: 1.45rem;
    background: var(--white);
    border-color: var(--white);
  }

  .main2-dot:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: 0.25rem;
  }

  .main2-hint {
    position: absolute;
    left: 1rem;
    right: auto;
    bottom: calc(var(--main2-peek) + 0.82rem);
    z-index: 14;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0.68rem;
  }

  .main2-hint-desktop {
    display: none;
  }

  .main2-hint-mobile {
    display: inline;
  }

  .main2-planner {
    left: 50%;
    right: auto;
    bottom: calc(var(--main2-peek) + 3rem);
    width: min(calc(100vw - 2rem), 22rem);
    padding: 0.82rem 0.9rem;
    transform: translateX(-50%);
  }

  .main2-planner strong {
    font-size: 0.86rem;
  }

  .main2-planner span {
    font-size: 0.68rem;
  }

  .main2-planner a {
    padding: 0.55rem 0.74rem;
    font-size: 0.68rem;
  }

  .main2-scroll-cue {
    bottom: calc(var(--main2-peek) + 0.72rem);
    font-size: 0.65rem;
  }

  .main2-scroll-cue span {
    display: none;
  }

  .main2-scroll-cue i {
    height: 1.35rem;
  }

  body[data-page="main_page_2"] .main2-hero + .section::before {
    content: "";
    height: var(--main2-peek);
    font-size: 0.66rem;
  }
}

/* Main Page 2 minimal fullscreen reset: no next-section peek, no extra hero UI. */
html:has(body[data-page="main_page_2"]) {
  scroll-behavior: auto;
  scrollbar-color: rgba(255, 248, 237, 0.56) rgba(5, 5, 5, 0.46);
  scrollbar-width: thin;
}

html:has(body[data-page="main_page_2"])::-webkit-scrollbar,
body[data-page="main_page_2"]::-webkit-scrollbar {
  width: 0.55rem;
  height: 0.55rem;
}

html:has(body[data-page="main_page_2"])::-webkit-scrollbar-track,
body[data-page="main_page_2"]::-webkit-scrollbar-track {
  background: rgba(5, 5, 5, 0.42);
}

html:has(body[data-page="main_page_2"])::-webkit-scrollbar-thumb,
body[data-page="main_page_2"]::-webkit-scrollbar-thumb {
  border: 2px solid rgba(5, 5, 5, 0.42);
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.48);
}

html:has(body[data-page="main_page_2"])::-webkit-scrollbar-thumb:hover,
body[data-page="main_page_2"]::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 248, 237, 0.72);
}

body[data-page="main_page_2"] {
  --main2-peek: 0px;
}

body[data-page="main_page_2"] .main2-hero {
  width: 100vw;
  height: 100svh;
  min-height: 0;
  max-height: 100svh;
  margin: 0;
  overflow: hidden;
}

body[data-page="main_page_2"] .main2-intro {
  max-width: 18rem;
}

body[data-page="main_page_2"] .main2-intro span,
body[data-page="main_page_2"] .main2-hint,
body[data-page="main_page_2"] .main2-planner,
body[data-page="main_page_2"] .main2-panel-text,
body[data-page="main_page_2"] .main2-panel-tags,
body[data-page="main_page_2"] .main2-panel-cta {
  display: none;
}

body[data-page="main_page_2"] .main2-scroll-cue {
  left: 50%;
  right: auto;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 22;
  gap: 0.48rem;
  color: rgba(255, 248, 237, 0.76);
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
  transform: translateX(-50%);
}

body[data-page="main_page_2"] .main2-scroll-cue span {
  display: block;
  white-space: nowrap;
}

body[data-page="main_page_2"] .main2-scroll-cue i {
  width: 1px;
  height: 2.3rem;
  background: linear-gradient(to bottom, rgba(238, 205, 160, 0.08), rgba(238, 205, 160, 0.95));
  box-shadow: 0 0 16px rgba(238, 205, 160, 0.22);
}

body[data-page="main_page_2"] .main2-hero + .section {
  margin-top: 0;
  padding-top: clamp(2rem, 3.8vw, 3.7rem);
  scroll-margin-top: 0;
}

body[data-page="main_page_2"] .main2-hero + .section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  height: auto;
  border-top: 0;
  background-image:
    linear-gradient(rgba(255, 244, 224, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 244, 224, 0.028) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0;
  color: transparent;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0.42;
  animation: featured-texture-drift 14s linear infinite;
}

@media (min-width: 768px) {
  body[data-page="main_page_2"] .main2-panel-copy {
    inset: auto clamp(1.4rem, 2.2vw, 3rem) clamp(5.1rem, 7.5vh, 6.6rem);
  }

  body[data-page="main_page_2"] .main2-panel.is-active .main2-panel-copy {
    max-width: min(32rem, calc(100% - 3rem));
  }
}

@media (max-width: 767.98px) {
  body[data-page="main_page_2"] {
    --main2-peek: 0px;
  }

  body[data-page="main_page_2"] .main2-hero {
    width: 100vw;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    margin: 0;
    overflow: hidden;
  }

  body[data-page="main_page_2"] .main2-panel-copy,
  body[data-page="main_page_2"] .main2-panel.is-active .main2-panel-copy {
    inset: auto 1rem 6.2rem 1rem;
    max-width: min(100% - 2rem, 25rem);
  }

  body[data-page="main_page_2"] .main2-dots {
    right: 1rem;
    bottom: max(1.25rem, env(safe-area-inset-bottom));
  }

  body[data-page="main_page_2"] .main2-scroll-cue {
    bottom: max(1.12rem, env(safe-area-inset-bottom));
    font-size: 0.58rem;
  }

  body[data-page="main_page_2"] .main2-scroll-cue span {
    display: block;
  }

  body[data-page="main_page_2"] .main2-scroll-cue i {
    height: 1.35rem;
  }

  body[data-page="main_page_2"] .main2-hero + .section {
    padding-top: clamp(1.65rem, 6.5vw, 2.5rem);
  }

  body[data-page="main_page_2"] .main2-hero + .section::before {
    display: block;
    content: "";
  }
}

@keyframes featured-green-field {
  0% {
    background-position: 0% 0%, 100% 18%, 58% 92%, 50% 50%;
  }

  35% {
    background-position: 32% 18%, 68% 38%, 44% 74%, 46% 57%;
  }

  70% {
    background-position: 16% 42%, 92% 2%, 74% 64%, 55% 44%;
  }

  100% {
    background-position: 40% 26%, 58% 46%, 36% 88%, 48% 60%;
  }
}

@keyframes featured-bg-drift {
  0% {
    transform: translate3d(-4%, -1.5%, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, 1.8%, 0) scale(1.055);
  }

  100% {
    transform: translate3d(5%, -1%, 0) scale(1.025);
  }
}

@keyframes featured-texture-drift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 64px 40px;
  }
}

@keyframes main2-scroll-cue {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleY(0.45);
  }

  48% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.seo-feature-card {
  display: grid;
  grid-template-columns: minmax(11rem, 0.8fr) minmax(0, 1fr);
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid rgba(42, 58, 47, 0.14);
  border-radius: 8px;
  background: #fff8ed;
  box-shadow: 0 18px 50px rgba(39, 35, 27, 0.08);
}

.seo-feature-card > a {
  display: block;
  min-height: 100%;
}

.seo-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.seo-feature-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  padding: clamp(1.1rem, 2vw, 1.8rem);
}

.seo-feature-card h2 {
  margin: 0;
  color: #22372d;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

body:is([data-page="destinations"], [data-page="route_landings"]) .page-hero,
body[data-page="tours"] .page-hero {
  padding: calc(var(--header) + 2.4rem) 0 clamp(2.2rem, 4.6vw, 4rem);
}

body:is([data-page="destinations"], [data-page="route_landings"], [data-page="tours"]) .page-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.35rem, 5.1vw, 4.35rem);
  line-height: 1.02;
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-feature-card {
  grid-template-columns: 1fr;
  min-height: 0;
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-feature-card > a {
  min-height: 0;
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-feature-card img {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-feature-card > div {
  justify-content: start;
  padding: clamp(1rem, 1.6vw, 1.25rem);
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-feature-card h2 {
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
}

body:is([data-page="destinations"], [data-page="route_landings"]) .seo-feature-card p {
  font-size: 0.92rem;
  line-height: 1.52;
}

.seo-feature-card p,
.seo-answer-card p,
.faq-list p {
  margin: 0;
  color: rgba(35, 39, 34, 0.74);
  line-height: 1.65;
}

.seo-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-answer-card,
.faq-list article {
  padding: clamp(1rem, 1.7vw, 1.4rem);
  border: 1px solid rgba(42, 58, 47, 0.12);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.86);
}

.seo-answer-card h3,
.faq-list h2 {
  margin: 0 0 0.6rem;
  color: #22372d;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.2;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list > .eyebrow {
  margin-bottom: 0.2rem;
}

.tour-faq-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.64), rgba(244, 239, 229, 0.98));
}

.tour-faq-layout {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2.7rem);
  align-items: center;
}

.tour-faq-heading {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.tour-faq-heading h2 {
  max-width: 11ch;
  color: #18261f;
  font-size: clamp(2.15rem, 3.8vw, 4.25rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.tour-faq-section .faq-accordion {
  gap: 0.65rem;
  min-width: 0;
}

.tour-faq-section .faq-item {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(42, 58, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 48px rgba(39, 35, 27, 0.07);
}

.tour-faq-section .faq-item h3 {
  margin: 0;
}

.faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.1rem;
  align-items: center;
  width: 100%;
  gap: 1rem;
  padding: clamp(0.88rem, 1.5vw, 1.1rem) clamp(0.95rem, 1.8vw, 1.3rem);
  border: 0;
  background: transparent;
  color: #17251e;
  font-weight: 850;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.faq-question span:first-child {
  min-width: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.faq-question:hover,
.faq-question:focus-visible,
.faq-item.is-open .faq-question {
  background: rgba(181, 134, 79, 0.09);
  color: #0d1813;
  outline: 0;
}

.faq-icon {
  position: relative;
  display: grid;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  border: 1px solid rgba(181, 134, 79, 0.42);
  border-radius: 999px;
  color: var(--gold-dark);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  width: 0.82rem;
  height: 2px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}

.faq-icon::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  transform: rotate(0deg);
  opacity: 0;
}

.faq-panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 260ms ease, opacity 200ms ease;
}

.faq-item.is-open .faq-panel {
  opacity: 1;
}

.tour-faq-section .faq-panel p {
  max-width: 58rem;
  padding: 0 clamp(0.95rem, 1.8vw, 1.3rem) clamp(0.95rem, 1.8vw, 1.25rem);
  color: rgba(35, 39, 34, 0.76);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.55;
}

@media (min-width: 980px) {
  .tour-faq-layout {
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 979px) {
  body[data-page="tour_detail"] .tour-detail > .tour-faq-section,
  body:is([data-page="destination_detail"], [data-page="route_landing_detail"]) .detail-page-stack > .tour-faq-section {
    align-items: start;
    padding-top: calc(var(--header) + 0.95rem);
    padding-bottom: 1rem;
  }

  .tour-faq-layout {
    gap: 0.9rem;
  }

  .tour-faq-heading {
    gap: 0.38rem;
  }

  .tour-faq-heading h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.55rem);
    line-height: 1.02;
  }

  .tour-faq-section .faq-accordion {
    gap: 0.5rem;
  }

  .faq-question {
    grid-template-columns: minmax(0, 1fr) 1.85rem;
    gap: 0.75rem;
    padding: 0.82rem 0.88rem;
  }

  .faq-question span:first-child {
    font-size: 0.96rem;
  }

  .faq-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .tour-faq-section .faq-panel p {
    padding: 0 0.88rem 0.9rem;
    font-size: 0.85rem;
    line-height: 1.45;
  }
}

.destination-detail-hero img,
.destination-hero-video {
  object-position: center;
}

.ai-chat-shell {
  position: fixed;
  right: clamp(1rem, 2.4vw, 2rem);
  bottom: clamp(1rem, 2.4vw, 2rem);
  z-index: 120;
  font-family: inherit;
}

.ai-chat-launcher {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  max-width: min(21rem, calc(100vw - 2rem));
  padding: 0.72rem 0.9rem 0.72rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(34, 55, 45, 0.96), rgba(15, 24, 20, 0.94)),
    radial-gradient(circle at 18% 10%, rgba(218, 168, 96, 0.5), transparent 42%);
  color: #fff8ed;
  box-shadow: 0 24px 70px rgba(12, 21, 17, 0.34), 0 0 0 1px rgba(218, 168, 96, 0.12) inset;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.ai-chat-launcher::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(218, 168, 96, 0.24), transparent 62%);
  opacity: 0.9;
  animation: aiPulse 2.8s ease-in-out infinite;
}

.ai-chat-launcher:hover,
.ai-chat-launcher:focus-visible {
  outline: 0;
  transform: translateY(-2px);
  box-shadow: 0 30px 84px rgba(12, 21, 17, 0.42), 0 0 0 1px rgba(218, 168, 96, 0.22) inset;
}

.ai-chat-launcher-orb {
  position: relative;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, #fff7e7, rgba(218, 168, 96, 0.92) 38%, rgba(129, 71, 32, 0.98) 75%);
  box-shadow: 0 0 24px rgba(218, 168, 96, 0.52);
}

.ai-chat-launcher-orb::before,
.ai-chat-launcher-orb::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.ai-chat-launcher-orb::before {
  width: 1.08rem;
  height: 1.08rem;
  border: 2px solid rgba(34, 55, 45, 0.86);
}

.ai-chat-launcher-orb::after {
  width: 0.34rem;
  height: 0.34rem;
  background: rgba(34, 55, 45, 0.9);
  transform: translate(0.72rem, 0.72rem);
}

.ai-chat-launcher-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  text-align: left;
}

.ai-chat-launcher-copy strong {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ai-chat-launcher-copy small {
  max-width: 13.5rem;
  color: rgba(255, 248, 237, 0.72);
  font-size: 0.73rem;
  line-height: 1.25;
}

.ai-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.9rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  width: min(25rem, calc(100vw - 2rem));
  height: min(42rem, calc(100vh - 7rem));
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(246, 238, 223, 0.96)),
    radial-gradient(circle at 18% 0%, rgba(218, 168, 96, 0.18), transparent 36%);
  box-shadow: 0 34px 110px rgba(13, 22, 18, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.97);
  transform-origin: bottom right;
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.2, 0.85, 0.25, 1);
}

.ai-chat-shell.is-open .ai-chat-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.ai-chat-shell.is-open .ai-chat-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0) scale(0.96);
}

.ai-chat-glow {
  position: absolute;
  inset: -35% -20% auto auto;
  width: 17rem;
  height: 17rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(218, 168, 96, 0.28), transparent 65%);
  pointer-events: none;
}

.ai-chat-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  color: #16251e;
}

.ai-chat-header p {
  margin: 0 0 0.35rem;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ai-chat-header h2 {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  line-height: 1.02;
}

.ai-chat-header span {
  display: block;
  margin-top: 0.36rem;
  color: rgba(28, 38, 32, 0.62);
  font-size: 0.82rem;
  line-height: 1.35;
}

.ai-chat-header button {
  display: grid;
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border: 1px solid rgba(42, 58, 47, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(28, 38, 32, 0.72);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.ai-chat-messages {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.78rem;
  min-height: 0;
  padding: 0.25rem 1.05rem 1rem;
  overflow-y: auto;
  scrollbar-width: thin;
}

.ai-chat-message {
  display: grid;
  gap: 0.45rem;
  animation: aiMessageIn 220ms ease both;
}

.ai-chat-bubble {
  margin: 0;
  width: fit-content;
  max-width: 88%;
  padding: 0.78rem 0.9rem;
  border-radius: 18px;
  font-size: 0.88rem;
  line-height: 1.48;
}

.ai-chat-bubble p {
  margin: 0;
}

.ai-chat-bubble p + p,
.ai-chat-bubble p + ul,
.ai-chat-bubble p + ol,
.ai-chat-bubble ul + p,
.ai-chat-bubble ol + p {
  margin-top: 0.62rem;
}

.ai-chat-bubble ul,
.ai-chat-bubble ol {
  display: grid;
  gap: 0.42rem;
  margin: 0.55rem 0 0;
  padding-left: 1.1rem;
}

.ai-chat-bubble li {
  padding-left: 0.15rem;
}

.ai-chat-bubble strong {
  color: #16251e;
  font-weight: 900;
}

.ai-chat-message-user {
  justify-items: end;
}

.ai-chat-message-user .ai-chat-bubble {
  border-bottom-right-radius: 6px;
  background: linear-gradient(135deg, #22372d, #0f1a15);
  color: #fff8ed;
  box-shadow: 0 14px 34px rgba(34, 55, 45, 0.18);
  white-space: pre-wrap;
}

.ai-chat-message-bot {
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: end;
}

.ai-chat-message-bot .ai-chat-bubble {
  border-bottom-left-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(27, 36, 30, 0.88);
  box-shadow: 0 12px 32px rgba(46, 38, 25, 0.08);
}

.ai-chat-avatar {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #d8a761, #6f3f24);
  color: #fff8ed;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(111, 63, 36, 0.24);
}

.ai-chat-message-loading .ai-chat-bubble {
  display: inline-flex;
  gap: 0.28rem;
  align-items: center;
}

.ai-chat-message-loading .ai-chat-bubble::after {
  content: "";
  width: 1.25rem;
  height: 0.35rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, currentColor 35%, transparent 37%) 0 50% / 0.42rem 0.35rem repeat-x;
  opacity: 0.45;
  animation: aiDots 900ms linear infinite;
}

.ai-chat-suggestions {
  display: flex;
  gap: 0.45rem;
  padding: 0 1rem 0.75rem;
  overflow-x: auto;
}

.ai-chat-suggestions.is-used {
  display: none;
}

.ai-chat-suggestions button {
  flex: 0 0 auto;
  border: 1px solid rgba(181, 134, 79, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #4c3823;
  padding: 0.5rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.ai-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: end;
  padding: 0.85rem;
  border-top: 1px solid rgba(42, 58, 47, 0.1);
  background: rgba(255, 250, 241, 0.88);
}

.ai-chat-form textarea {
  min-height: 2.85rem;
  max-height: 7rem;
  resize: none;
  border: 1px solid rgba(42, 58, 47, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #16251e;
  padding: 0.82rem 0.9rem;
  font: inherit;
  font-size: 0.88rem;
  line-height: 1.35;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ai-chat-form textarea:focus {
  border-color: rgba(181, 134, 79, 0.58);
  box-shadow: 0 0 0 4px rgba(181, 134, 79, 0.13);
}

.ai-chat-form button {
  min-height: 2.85rem;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #22372d, #0e1914);
  color: #fff8ed;
  padding: 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(34, 55, 45, 0.18);
}

.ai-chat-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

@keyframes aiPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.48;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.92;
  }
}

@keyframes aiMessageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aiDots {
  to {
    background-position: 0.42rem 50%;
  }
}

@media (max-width: 900px) {
  .seo-card-grid,
  .seo-answer-grid {
    grid-template-columns: 1fr;
  }

  .seo-feature-card {
    grid-template-columns: 1fr;
  }

  .seo-feature-card img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .ai-chat-shell {
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .ai-chat-launcher {
    grid-template-columns: 2.65rem minmax(0, 1fr);
    margin-left: auto;
    max-width: min(100%, 22rem);
    padding: 0.62rem 0.78rem 0.62rem 0.62rem;
  }

  .ai-chat-launcher-orb {
    width: 2.65rem;
    height: 2.65rem;
  }

  .ai-chat-panel {
    position: fixed;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    width: auto;
    height: min(39rem, calc(100dvh - 1.3rem));
    min-height: 0;
    border-radius: 26px;
    transform-origin: bottom center;
  }

  .ai-chat-header {
    padding: 1.05rem 1.05rem 0.85rem;
  }

  .ai-chat-messages {
    padding-inline: 0.82rem;
  }

  .ai-chat-bubble {
    max-width: 92%;
    font-size: 0.84rem;
  }

  .ai-chat-suggestions {
    padding-inline: 0.82rem;
  }

  .ai-chat-form {
    padding: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-video {
    display: none;
  }

  .main2-video {
    display: none;
  }

  .main2-panel,
  .main2-video,
  .main2-panel-text,
  .main2-panel-cta {
    transition: none;
  }

  .ai-chat-launcher::before,
  .ai-chat-message,
  .ai-chat-message-loading .ai-chat-bubble::after {
    animation: none;
  }
}
