:root {
  --ink: #0b1f33;
  --ink-soft: #385064;
  --cream: #f4f1eb;
  --paper: #fbfaf7;
  --line: rgba(11, 31, 51, 0.14);
  --orange: #ff7043;
  --orange-dark: #e9572c;
  --lime: #caff5d;
  --sky: #a6e1e1;
  --lavender: #c9c1ff;
  --shadow: 0 28px 70px rgba(11, 31, 51, 0.11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --display: "Space Grotesk", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
}
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.is-hidden { display: none !important; }
.page-shell { overflow: hidden; }
.section-pad { padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 20px;
  color: var(--cream);
  background: var(--ink);
  font-size: 11px;
  letter-spacing: .04em;
}
.announcement a { margin-left: 8px; color: var(--lime); font-weight: 700; }
.announcement a span { font-size: 14px; }
.announcement__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 84px;
  padding: 18px clamp(24px, 6vw, 96px);
  background: var(--cream);
}
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; }
.brand__mark { display: grid; width: 32px; height: 32px; place-items: center; color: var(--orange); }
.brand__mark svg { width: 100%; height: 100%; }
.brand__wordmark { font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: .08em; }
.brand__descriptor { align-self: flex-end; margin: 0 0 2px -3px; color: var(--ink-soft); font-size: 7px; letter-spacing: .16em; }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); color: var(--ink-soft); font-size: 13px; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.direct-pay-link { padding: 8px 12px; border: 1px solid var(--ink); color: var(--ink); font-size: 11px; font-weight: 700; transition: color .2s, background .2s, transform .2s; }
.direct-pay-link:hover { color: var(--ink); background: var(--lime); transform: translateY(-1px); }
.demo-label { color: var(--ink-soft); font-size: 10px; letter-spacing: .05em; white-space: nowrap; }
.demo-label span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--orange); }
.cart-trigger { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0 7px 12px; color: var(--ink); background: transparent; font-size: 13px; font-weight: 700; }
.cart-count { display: grid; min-width: 24px; height: 24px; place-items: center; padding: 0 6px; border-radius: 20px; color: var(--ink); background: var(--lime); font-size: 11px; }
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: clamp(34px, 6vw, 110px);
  min-height: 690px;
  padding-top: clamp(38px, 7vw, 90px);
  padding-bottom: clamp(66px, 9vw, 120px);
  background: var(--cream);
}
.hero__copy { position: relative; z-index: 2; max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--orange-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.eyebrow__line { width: 28px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--orange-dark); }
.eyebrow--light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.055em; }
.hero h1 { margin: 25px 0 25px; font-size: clamp(52px, 7.4vw, 108px); font-weight: 600; line-height: .94; }
h1 em, h2 em, h3 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 420px; margin-bottom: 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; font-weight: 400; line-height: 1; }
.button--primary { color: var(--cream); background: var(--orange); }
.button--primary:hover { background: var(--orange-dark); }
.button--dark { color: var(--cream); background: var(--ink); }
.button--dark:hover { background: #163a59; }
.button--text { min-height: auto; padding: 12px 2px; color: var(--ink); border-color: transparent; }
.button--text span { color: var(--orange); margin-left: 5px; }
.button--lime { color: var(--ink); background: var(--lime); }
.button--full { width: 100%; }
.hero__proof { display: flex; align-items: center; gap: 13px; margin-top: 62px; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { font-family: var(--display); font-size: 17px; }
.hero__proof div > span { margin-top: 1px; color: var(--ink-soft); font-size: 11px; }
.avatar-stack { display: flex; min-width: 90px; }
.avatar { display: grid; width: 31px; height: 31px; margin-left: -7px; place-items: center; border: 2px solid var(--cream); border-radius: 50%; font-size: 10px; font-weight: 700; }
.avatar:first-child { margin-left: 0; }
.avatar--one { color: #fff; background: #9f7b65; }
.avatar--two { color: #fff; background: #648e9b; }
.avatar--three { color: #fff; background: #d07d5d; }
.avatar--four { background: var(--lime); }

.hero__visual { position: relative; min-height: 590px; }
.hero__sun { position: absolute; top: 5%; right: 10%; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--lime); opacity: .8; }
.hero-photo { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--main { top: 6%; right: 6%; width: 70%; height: 82%; border-radius: 46% 46% 4px 4px; transform: rotate(4deg); }
.hero-photo--main::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(11, 31, 51, .58)); }
.hero-photo--small { bottom: 1%; left: 4%; width: 39%; height: 40%; border: 7px solid var(--cream); border-radius: 5px 48% 5px 5px; transform: rotate(-6deg); }
.hero-photo__caption { position: absolute; right: 28px; bottom: 26px; left: 28px; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; color: white; }
.hero-photo__caption span { font-size: 11px; letter-spacing: .1em; }
.hero-photo__caption strong { font-family: var(--display); font-size: 18px; line-height: 1.05; text-align: right; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--ink); background: var(--paper); box-shadow: 0 15px 35px rgba(11, 31, 51, .14); font-size: 10px; line-height: 1.35; }
.floating-note b { font-family: var(--display); font-size: 17px; }
.floating-note__icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--cream); background: var(--orange); font-size: 17px; }
.floating-note--route { top: 20%; left: -3%; }
.floating-note--badge { right: 1%; bottom: 12%; padding-right: 18px; transform: rotate(7deg); }
.badge-star { display: grid; width: 27px; height: 27px; place-items: center; color: var(--ink); background: var(--lime); font-size: 15px; }
.hero__scribble { position: absolute; right: 0; bottom: 1%; color: var(--orange-dark); font-family: "Brush Script MT", cursive; font-size: 23px; transform: rotate(-7deg); }

.search-wrap { position: relative; z-index: 3; padding-top: 0; }
.search-panel { display: grid; grid-template-columns: minmax(190px, .64fr) 1.36fr; align-items: center; gap: 30px; padding: 29px clamp(22px, 4vw, 60px); background: var(--paper); box-shadow: 0 20px 50px rgba(11,31,51,.08); }
.search-panel h2 { margin: 6px 0 0; font-size: clamp(26px, 3vw, 39px); line-height: 1; }
.search-form { display: grid; grid-template-columns: 1.32fr 1fr 1fr auto; align-items: center; border-left: 1px solid var(--line); }
.field { display: flex; align-items: center; gap: 11px; min-height: 52px; padding: 5px 20px; border-right: 1px solid var(--line); }
.field__icon { color: var(--orange); font-size: 24px; line-height: 1; }
.field__body { display: grid; gap: 1px; min-width: 0; }
.field small { color: var(--ink-soft); font-size: 10px; }
.field input, .field select { width: 100%; min-width: 0; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 12px; font-weight: 700; }
.field input::placeholder { color: var(--ink); opacity: 1; }
.field select { cursor: pointer; }
.search-submit { margin-left: 20px; white-space: nowrap; }
.category-row { display: flex; align-items: center; gap: 20px; padding: 25px 0 0; }
.category-row__label { color: var(--ink-soft); font-size: 11px; font-weight: 700; white-space: nowrap; }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.category-pill { padding: 8px 15px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink-soft); background: transparent; font-size: 11px; transition: background .2s, color .2s, border-color .2s; }
.category-pill:hover, .category-pill.is-active { color: var(--ink); border-color: var(--ink); background: var(--lime); }
.sort-control { display: flex; align-items: center; gap: 5px; margin-left: auto; color: var(--ink-soft); font-size: 10px; white-space: nowrap; }
.sort-control select { padding: 3px 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }

.catalog-section { padding-top: clamp(76px, 10vw, 135px); padding-bottom: clamp(80px, 10vw, 140px); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(38px, 5.2vw, 70px); line-height: .98; }
.section-heading p { max-width: 300px; margin-bottom: 5px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 20px; }
.tour-card { min-width: 0; }
.tour-card__media { position: relative; height: 330px; overflow: hidden; background: #d5d7cc; }
.tour-card:nth-child(3n + 1) .tour-card__media { border-radius: 50% 50% 3px 3px; }
.tour-card:nth-child(3n + 2) .tour-card__media { border-radius: 3px 3px 50% 50%; }
.tour-card:nth-child(3n) .tour-card__media { border-radius: 50% 3px 50% 3px; }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-card__media img { transform: scale(1.05); }
.tour-card__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(11,31,51,.12), transparent 35%, rgba(11,31,51,.18)); pointer-events: none; }
.tour-tag { position: absolute; top: 15px; left: 15px; z-index: 1; padding: 6px 10px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.favorite-button { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; color: var(--ink); background: rgba(251,250,247,.82); font-size: 18px; transition: color .2s, background .2s, transform .2s; }
.favorite-button:hover { transform: scale(1.08); }
.favorite-button.is-saved { color: var(--orange-dark); background: var(--paper); }
.tour-card__content { padding: 20px 1px 0; }
.tour-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--ink-soft); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.tour-card__meta strong { color: var(--orange-dark); font-size: 10px; }
.tour-card h3 { margin: 0 0 7px; font-size: 26px; line-height: 1.03; }
.tour-card__description { min-height: 45px; margin-bottom: 16px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.tour-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid var(--line); }
.price-block small, .price-block span { display: block; color: var(--ink-soft); font-size: 10px; }
.price-block strong { display: inline-block; margin-top: 1px; font-family: var(--display); font-size: 20px; line-height: 1; }
.price-block strong::after { content: " сум"; font-family: var(--sans); font-size: 11px; font-weight: 500; }
.price-block s { display: block; height: 13px; color: #8a949b; font-size: 10px; }
.add-tour { min-height: 37px; padding: 9px 13px; font-size: 11px; }
.add-tour span { margin-left: 5px; font-size: 15px; }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state > span { color: var(--orange); font-size: 35px; }
.empty-state h3 { margin: 15px 0 5px; font-size: 30px; }
.empty-state p { margin-bottom: 22px; color: var(--ink-soft); font-size: 13px; }

.editorial-strip { display: grid; grid-template-columns: 1.06fr 1fr .7fr; min-height: 380px; padding-top: 0; padding-bottom: clamp(80px, 10vw, 140px); }
.editorial-card { position: relative; min-height: 380px; overflow: hidden; }
.editorial-card--dark { padding: 30px 35px; color: var(--cream); background: var(--ink); }
.editorial-card__top, .editorial-card__bottom { display: flex; justify-content: space-between; color: rgba(244,241,235,.6); font-size: 9px; letter-spacing: .14em; }
.editorial-card--dark h3 { position: relative; z-index: 1; margin: 80px 0 16px; font-size: clamp(31px, 4vw, 54px); line-height: .92; }
.editorial-card--dark p { position: relative; z-index: 1; max-width: 220px; color: rgba(244,241,235,.63); font-size: 12px; line-height: 1.5; }
.arrow-link { position: absolute; bottom: 29px; left: 35px; z-index: 1; display: flex; gap: 12px; align-items: center; color: var(--lime); font-size: 11px; font-weight: 700; }
.arrow-link span { font-size: 16px; }
.editorial-card__shape { position: absolute; border-radius: 50%; opacity: .95; }
.editorial-card__shape--lime { right: -19%; bottom: -20%; width: 60%; aspect-ratio: 1; background: var(--lime); }
.editorial-card__shape--orange { right: 12%; bottom: -20%; width: 41%; aspect-ratio: 1; background: var(--orange); mix-blend-mode: multiply; }
.editorial-card--image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-card--image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(11,31,51,.72), transparent 58%); }
.editorial-card__overlay { position: absolute; right: 27px; bottom: 27px; left: 27px; z-index: 1; color: white; }
.editorial-card__overlay span { display: block; margin-bottom: 8px; color: var(--lime); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.editorial-card__overlay strong { font-family: var(--display); font-size: 28px; line-height: .95; }
.editorial-card--cream { display: flex; flex-direction: column; justify-content: space-between; padding: 29px 27px; background: var(--orange); }
.editorial-card__number { font-family: var(--display); font-size: clamp(76px, 9vw, 130px); line-height: .75; letter-spacing: -.12em; }
.editorial-card--cream p { margin: auto 0 0; font-family: var(--display); font-size: clamp(26px, 3vw, 41px); line-height: .94; }
.editorial-card--cream .editorial-card__bottom { color: rgba(11,31,51,.65); }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); padding-top: clamp(78px, 10vw, 140px); padding-bottom: clamp(90px, 11vw, 150px); background: var(--paper); }
.about-section__intro h2 { max-width: 500px; margin: 30px 0 0; font-size: clamp(37px, 4.8vw, 68px); line-height: .98; }
.about-section__intro h2 em { color: var(--orange-dark); }
.about-section__lead { max-width: 520px; margin: 0 0 52px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-item { padding-top: 14px; border-top: 1px solid var(--line); }
.value-item > span { color: var(--orange-dark); font-size: 10px; font-weight: 700; }
.value-item h3 { margin: 23px 0 10px; font-size: 18px; letter-spacing: -.04em; }
.value-item p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.48; }

.contact-cta { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 570px; color: var(--cream); background: var(--ink); }
.contact-cta__copy { max-width: 500px; padding: 85px 0; }
.contact-cta h2 { margin: 26px 0 24px; font-size: clamp(54px, 7vw, 97px); line-height: .89; }
.contact-cta h2 em { color: var(--lime); }
.contact-cta p { max-width: 330px; margin-bottom: 28px; color: rgba(244,241,235,.65); font-size: 14px; line-height: 1.6; }
.contact-cta__visual { position: relative; min-height: 430px; }
.contact-cta__circle { position: absolute; top: 50%; left: 50%; width: min(32vw, 380px); aspect-ratio: 1; border: 1px solid rgba(202,255,93,.6); border-radius: 50%; transform: translate(-50%, -50%); }
.contact-cta__circle::before, .contact-cta__circle::after { position: absolute; content: ""; border-radius: 50%; }
.contact-cta__circle::before { inset: 14%; border: 1px solid rgba(202,255,93,.55); }
.contact-cta__circle::after { inset: 29%; background: var(--orange); }
.contact-cta__word { position: absolute; top: 50%; left: 50%; z-index: 1; color: var(--ink); font-family: var(--display); font-size: clamp(28px, 3vw, 48px); font-weight: 700; letter-spacing: .12em; transform: translate(-50%, -50%) rotate(-18deg); }
.contact-cta__stamp { position: absolute; top: 14%; right: 8%; display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-size: 9px; line-height: 1.25; text-align: center; transform: rotate(14deg); }

.site-footer { padding-top: 48px; padding-bottom: 26px; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 58px; border-bottom: 1px solid rgba(244,241,235,.16); }
.brand--footer { color: var(--cream); }
.brand--footer .brand__mark { color: var(--lime); }
.brand--footer .brand__descriptor { color: rgba(244,241,235,.55); }
.footer-top > p { margin: 0; color: rgba(244,241,235,.62); font-family: var(--display); font-size: 20px; line-height: 1.1; }
.footer-top > p em { color: var(--lime); font-style: normal; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; color: rgba(244,241,235,.68); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; color: rgba(244,241,235,.42); font-size: 10px; }

.overlay { position: fixed; inset: 0; z-index: 8; background: rgba(11,31,51,.42); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 10; display: flex; flex-direction: column; width: min(450px, 100%); height: 100vh; padding: 34px; background: var(--paper); box-shadow: -18px 0 60px rgba(11,31,51,.18); transform: translateX(102%); transition: transform .35s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 8px 0 0; font-size: 35px; line-height: 1; }
.drawer-header h2 span { color: var(--orange-dark); font-family: var(--sans); font-size: 13px; letter-spacing: 0; }
.icon-button { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cream); font-size: 24px; line-height: 1; transition: background .2s, transform .2s; }
.icon-button:hover { background: var(--lime); transform: rotate(8deg); }
.cart-items { flex: 1; overflow-y: auto; padding: 20px 0; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item__image { width: 74px; height: 74px; overflow: hidden; border-radius: 50%; background: #d5d7cc; }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h3 { margin: 0 0 3px; font-size: 15px; line-height: 1.05; }
.cart-item p { margin: 0 0 8px; color: var(--ink-soft); font-size: 10px; }
.qty-control { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; }
.qty-control button { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; }
.qty-control button:hover { border-color: var(--ink); background: var(--lime); }
.cart-item__price { align-self: start; padding-top: 2px; font-family: var(--display); font-size: 13px; white-space: nowrap; }
.cart-empty { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.cart-empty > span { color: var(--orange); font-size: 30px; }
.cart-empty h3 { margin: 15px 0 5px; font-size: 27px; }
.cart-empty p { max-width: 220px; margin-bottom: 22px; color: var(--ink-soft); font-size: 12px; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-total { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 17px; }
.cart-total span { color: var(--ink-soft); font-size: 11px; }
.cart-total strong { font-family: var(--display); font-size: 23px; }
.cart-footer small { display: block; margin-top: 11px; color: var(--ink-soft); font-size: 10px; text-align: center; }

.modal-layer { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: rgba(11,31,51,.53); backdrop-filter: blur(5px); }
.checkout-modal { position: relative; width: min(580px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(30px, 5vw, 58px); background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 20px; right: 20px; }
.checkout-intro { max-width: 390px; margin-bottom: 30px; }
.checkout-intro h2 { margin: 18px 0 14px; font-size: clamp(42px, 6vw, 64px); line-height: .9; }
.checkout-intro p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.checkout-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { display: grid; gap: 7px; }
.form-field span { color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.form-field input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid var(--line); border-radius: 2px; outline: 0; color: var(--ink); background: var(--cream); font-size: 13px; }
.form-field input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,112,67,.12); }
.form-consent { display: flex; gap: 9px; align-items: flex-start; margin: 4px 0 2px; color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.form-consent input { accent-color: var(--orange); }
.checkout-hint { color: var(--ink-soft); font-size: 10px; text-align: center; }
.payment-result { padding-top: 12px; text-align: center; }
.payment-result__icon { display: grid; width: 70px; height: 70px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 32px; }
.payment-result h3 { margin: 13px 0 8px; font-size: 30px; }
.payment-result p { max-width: 370px; margin: 0 auto 14px; color: var(--ink-soft); font-size: 13px; }
.payment-result code { display: block; margin: 0 auto 25px; padding: 9px; color: var(--ink-soft); background: var(--cream); font-size: 10px; word-break: break-all; }

.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; max-width: min(360px, calc(100% - 48px)); padding: 13px 17px; color: var(--cream); background: var(--ink); box-shadow: 0 15px 35px rgba(11,31,51,.18); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .site-header { gap: 20px; }
  .demo-label { display: none; }
  .hero { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 30px; }
  .hero__visual { min-height: 520px; }
  .search-panel { grid-template-columns: 1fr; gap: 20px; }
  .search-form { border-top: 1px solid var(--line); border-left: 0; padding-top: 15px; }
}

@media (max-width: 820px) {
  .site-header { position: relative; grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 38px; height: 38px; padding: 9px; background: transparent; }
  .menu-toggle > span { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform .2s; }
  .main-nav { position: absolute; top: 75px; right: 24px; left: 24px; z-index: 5; display: none; flex-direction: column; gap: 0; padding: 10px 20px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .header-actions { grid-column: 1 / -1; justify-content: flex-end; margin-top: -45px; margin-right: 49px; }
  .direct-pay-link { padding: 7px 10px; font-size: 10px; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero__copy { max-width: 650px; }
  .hero__visual { width: min(100%, 620px); min-height: 550px; margin: 0 auto; }
  .hero-photo--main { right: 9%; width: 66%; }
  .search-panel { padding: 25px 22px; }
  .category-row { flex-wrap: wrap; }
  .sort-control { width: 100%; margin-left: 0; padding-top: 8px; }
  .tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 18px; }
  .tour-card__media { height: 300px; }
  .editorial-strip { grid-template-columns: 1fr 1fr; }
  .editorial-card--dark { grid-row: span 2; }
  .editorial-card--cream { min-height: 250px; }
  .about-section { grid-template-columns: 1fr; gap: 50px; }
  .contact-cta { grid-template-columns: 1fr .75fr; }
  .contact-cta__circle { width: min(38vw, 320px); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-top > p { justify-self: end; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .announcement { font-size: 9px; }
  .announcement a { margin-left: 0; }
  .brand__wordmark { font-size: 16px; }
  .brand__descriptor { display: none; }
  .site-header { min-height: 72px; padding-top: 14px; padding-bottom: 14px; }
  .header-actions { margin-top: -43px; margin-right: 41px; }
  .direct-pay-link { padding: 6px 8px; font-size: 9px; }
  .cart-trigger span:first-child { display: none; }
  .hero { min-height: auto; padding-top: 45px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(46px, 14vw, 70px); }
  .hero__lead { font-size: 14px; }
  .hero__proof { margin-top: 42px; }
  .hero__visual { min-height: 405px; }
  .hero-photo--main { width: 74%; height: 78%; }
  .hero-photo--small { width: 43%; height: 38%; }
  .floating-note { padding: 10px; font-size: 9px; }
  .floating-note--route { top: 18%; left: -2%; }
  .floating-note--badge { right: -2%; bottom: 11%; }
  .hero__scribble { display: none; }
  .search-form { grid-template-columns: 1fr; gap: 5px; border-top: 0; padding-top: 0; }
  .field { border-right: 0; border-bottom: 1px solid var(--line); padding: 10px 0; }
  .search-submit { width: 100%; margin: 10px 0 0; }
  .category-row { gap: 13px; padding-top: 20px; }
  .category-row__label { width: 100%; }
  .category-pills { gap: 6px; }
  .category-pill { padding: 7px 11px; font-size: 10px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading p { margin-top: 18px; }
  .tour-grid { grid-template-columns: 1fr; gap: 54px; }
  .tour-card__media { height: min(105vw, 400px); }
  .tour-card h3 { font-size: 30px; }
  .editorial-strip { grid-template-columns: 1fr; }
  .editorial-card, .editorial-card--dark, .editorial-card--cream { min-height: 350px; }
  .editorial-card--dark { grid-row: auto; }
  .values-grid { grid-template-columns: 1fr; gap: 28px; }
  .value-item h3 { margin-top: 13px; }
  .contact-cta { display: block; min-height: auto; }
  .contact-cta__copy { padding: 75px 0 30px; }
  .contact-cta__visual { min-height: 330px; }
  .contact-cta__circle { width: 270px; }
  .contact-cta__stamp { top: 9%; right: 7%; }
  .footer-top { grid-template-columns: 1fr; padding-bottom: 35px; }
  .footer-top > p { justify-self: start; }
  .footer-links { gap: 15px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .cart-drawer { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 15px; }
  .checkout-modal { padding: 35px 22px 25px; }
}
