@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/golos-text-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/golos-text-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --milk: #f7faf5;
  --milk-deep: #eef3ed;
  --sky: #a9d8e8;
  --sky-soft: #d9edf4;
  --blue: #1848a0;
  --blue-dark: #103671;
  --lime: #c7f24b;
  --ink: #17212b;
  --ink-soft: #52606d;
  --white: #ffffff;
  --error: #a83d35;
  --line: rgba(23, 33, 43, 0.16);
  --line-light: rgba(247, 250, 245, 0.28);
  --glass: rgba(247, 250, 245, 0.84);
  --shadow: 0 24px 80px rgba(20, 45, 69, 0.16);
  --container: 1440px;
  --header-h: 88px;
  --section: clamp(88px, 10vw, 152px);
  --display: "Unbounded", "Arial Black", sans-serif;
  --body: "Golos Text", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--milk);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
[role="button"] {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--milk);
}

:is(.section--blue, .section--ink, .weather-shell, .territory-route__panel, .site-footer) :focus-visible {
  outline-color: var(--lime);
  box-shadow: 0 0 0 2px var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-150%);
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - clamp(40px, 8vw, 144px)), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: var(--section);
}

.section--tight {
  padding-block: clamp(64px, 7vw, 104px);
}

.section--blue {
  overflow: hidden;
  background: var(--blue);
  color: var(--milk);
}

.section--ink {
  overflow: hidden;
  background: var(--ink);
  color: var(--milk);
}

.section--sky {
  background: var(--sky-soft);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: var(--lime);
  content: "";
}

.section--blue .eyebrow,
.section--ink .eyebrow {
  color: var(--milk);
}

.section-title {
  max-width: 1020px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.1vw, 82px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.section-title--small {
  max-width: 840px;
  font-size: clamp(36px, 4vw, 64px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 7vw, 120px);
  margin-bottom: clamp(54px, 7vw, 96px);
}

.section-copy {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.4vw, 21px);
}

.section--blue .section-copy,
.section--ink .section-copy {
  color: rgba(247, 250, 245, 0.74);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--lime);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::after {
  content: "↗";
  font-size: 20px;
  font-weight: 400;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(66, 88, 20, 0.22);
}

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

.button--ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: var(--milk);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-h);
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
  background: rgba(247, 250, 245, 0.88);
  backdrop-filter: blur(18px) saturate(1.15);
}

.home-page {
  --header-h: 98px;
}

.home-page .site-header {
  position: absolute;
  width: 100%;
  background: transparent;
  backdrop-filter: none;
}

.home-page .site-header__inner {
  width: auto;
  margin-inline: 0;
  padding-inline: clamp(28px, 4.4vw, 76px);
  grid-template-columns: minmax(180px, 1fr) auto minmax(230px, 1fr);
  gap: 44px;
}

.home-page .site-header .brand {
  gap: 12px;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.home-page .site-header .brand__mark {
  width: 37px;
  height: 37px;
}

.home-page .site-nav {
  gap: clamp(24px, 2.4vw, 44px);
}

.home-page .site-nav a::after {
  height: 1px;
}

.home-page .header-cta {
  border-color: rgba(23, 33, 43, 0.22);
  background: rgba(247, 250, 245, 0.48);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: grid;
  width: min(calc(100% - clamp(36px, 7vw, 120px)), 1540px);
  height: 100%;
  margin-inline: auto;
  grid-template-columns: minmax(180px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
}

.brand__mark {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
}

.brand__mark::before {
  width: 15px;
  height: 8px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  content: "";
  transform: rotate(-18deg);
}

.brand__mark::after {
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--milk);
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.3vw, 42px);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.site-nav__contact {
  display: none;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.site-phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.menu-toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span {
  transform: translate(-50%, -50%);
}

.menu-toggle::before {
  transform: translate(-50%, -7px);
}

.menu-toggle::after {
  transform: translate(-50%, 5px);
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Heroes */
.page-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(790px, calc(100svh - var(--header-h)));
  align-items: center;
  overflow: hidden;
  background: var(--sky);
}

.page-hero--home {
  display: block;
  min-height: 100svh;
}

.page-hero__image,
.page-hero__wash,
.page-hero__grain {
  position: absolute;
  inset: 0;
}

.page-hero__picture {
  position: absolute;
  z-index: -4;
  inset: 0;
}

.page-hero__picture .page-hero__image {
  position: static;
  z-index: auto;
}

.page-hero__image {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero__wash {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(247, 250, 245, 0.98) 0%, rgba(247, 250, 245, 0.9) 28%, rgba(247, 250, 245, 0.32) 53%, rgba(247, 250, 245, 0.02) 78%),
    linear-gradient(180deg, rgba(247, 250, 245, 0.28), transparent 50%, rgba(12, 29, 44, 0.09));
}

.page-hero__grain {
  z-index: -2;
  opacity: 0.06;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

.page-hero__content {
  position: relative;
  z-index: 2;
  width: min(920px, 61vw);
  padding-block: clamp(86px, 10vw, 132px);
}

.page-hero h1 {
  margin: 0;
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(54px, 5.7vw, 92px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.page-hero--home h1 {
  font-size: clamp(54px, 4.45vw, 74px);
}

.page-hero--home .page-hero__wash {
  background:
    linear-gradient(90deg, rgba(247, 250, 245, 0.97) 0%, rgba(247, 250, 245, 0.88) 26%, rgba(247, 250, 245, 0.3) 51%, rgba(247, 250, 245, 0.04) 74%),
    linear-gradient(180deg, rgba(247, 250, 245, 0.48) 0%, transparent 28%, transparent 73%, rgba(10, 27, 43, 0.1) 100%);
}

.page-hero--home .page-hero__grain {
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

.page-hero--home .page-hero__content {
  width: min(920px, 58vw);
  margin-left: clamp(30px, 6.3vw, 104px);
  padding-top: calc(var(--header-h) + clamp(88px, 11vh, 112px));
  padding-bottom: 52px;
}

.page-hero--home .eyebrow {
  margin-bottom: 23px;
  letter-spacing: 0.16em;
}

.page-hero--home .page-hero__lead {
  max-width: 600px;
  margin-top: 26px;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.48;
}

.page-hero--home .page-hero__actions {
  gap: 25px;
  margin-top: 32px;
}

.page-hero--home .page-hero__actions .button {
  min-height: 58px;
  gap: 28px;
  padding: 0 25px 0 29px;
  box-shadow: 0 12px 28px rgba(89, 112, 29, 0.16);
}

.page-hero--home .page-hero__actions .text-link {
  padding-block: 13px;
}

.page-hero h1 .ink {
  display: block;
  color: var(--ink);
}

.page-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(23, 33, 43, 0.84);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.45;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.hero-route {
  position: absolute;
  z-index: 1;
  top: 78px;
  right: -20px;
  width: min(58vw, 920px);
  height: 190px;
  pointer-events: none;
}

.hero-route svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-route path {
  fill: none;
  stroke: rgba(24, 72, 160, 0.5);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
}

.hero-route__stop {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(23, 33, 43, 0.67);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-route__stop::before {
  width: 8px;
  height: 8px;
  border: 2px solid var(--milk);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(24, 72, 160, 0.35);
  content: "";
}

.hero-route__stop:nth-of-type(1) { top: 110px; left: 5%; }
.hero-route__stop:nth-of-type(2) { top: 60px; left: 36%; }
.hero-route__stop:nth-of-type(3) { top: 94px; left: 64%; }
.hero-route__stop:nth-of-type(4) { top: 38px; left: 85%; }

.page-hero--home .hero-route {
  top: 118px;
  right: -18px;
  width: min(58vw, 890px);
  height: 200px;
}

.page-hero--home .hero-route__stop:nth-of-type(1) { top: 118px; left: 4%; }
.page-hero--home .hero-route__stop:nth-of-type(2) { top: 65px; left: 34%; }
.page-hero--home .hero-route__stop:nth-of-type(3) { top: 98px; left: 63%; }
.page-hero--home .hero-route__stop:nth-of-type(4) { top: 39px; left: 84%; }

.page-hero--home .hero-route path {
  stroke: rgba(24, 72, 160, 0.52);
  stroke-width: 1.4;
}

.page-hero--home .hero-route__stop {
  color: rgba(23, 33, 43, 0.72);
  font-weight: 600;
  letter-spacing: 0.12em;
}

.page-hero--home .hero-route__stop::before {
  width: 7px;
  height: 7px;
  border-color: rgba(247, 250, 245, 0.92);
  box-shadow: 0 0 0 1px rgba(24, 72, 160, 0.3);
}

.hero-fact {
  position: absolute;
  z-index: 3;
  right: clamp(30px, 5vw, 84px);
  bottom: clamp(28px, 4vw, 60px);
  width: min(390px, 30vw);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 14px;
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.hero-fact__label {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-fact__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.hero-fact__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.hero-fact__row strong {
  color: var(--blue);
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-choice {
  margin-top: 30px;
}

.hero-choice__label {
  display: block;
  margin-bottom: 12px;
  color: rgba(23, 33, 43, 0.62);
  font-size: 12px;
  font-weight: 600;
}

.hero-choice .chip {
  min-height: 42px;
  padding-inline: 17px;
  background: rgba(247, 250, 245, 0.52);
  backdrop-filter: blur(8px);
}

.hero-choice .chip--active {
  border-color: var(--lime);
  background: var(--lime);
}

.page-hero--home .hero-fact {
  right: clamp(28px, 4.5vw, 74px);
  bottom: clamp(28px, 4.7vh, 46px);
  width: min(410px, 30vw);
  padding: 25px 27px 24px;
  background: rgba(247, 250, 245, 0.82);
  box-shadow: 0 22px 70px rgba(28, 51, 72, 0.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.hero-fact__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.page-hero--home .hero-fact__title {
  font-size: 17px;
  line-height: 1.2;
}

.page-hero--home .hero-fact__label {
  margin-bottom: 7px;
  color: rgba(23, 33, 43, 0.56);
  letter-spacing: 0.12em;
}

.hero-fact__arrow {
  display: grid;
  flex: 0 0 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 19px;
}

.hero-fact__middle {
  display: grid;
  padding: 17px 0 16px;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
}

.hero-fact__place,
.hero-fact__price,
.hero-fact__note {
  margin: 0;
}

.hero-fact__place {
  font-size: 13px;
  line-height: 1.45;
}

.hero-fact__price {
  color: var(--blue);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-fact__note {
  color: rgba(23, 33, 43, 0.62);
  font-size: 11px;
  line-height: 1.45;
}

.hero-coordinates {
  position: absolute;
  top: 48%;
  right: 19px;
  color: rgba(23, 33, 43, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

/* Shared chips and cards */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.chip:hover {
  transform: translateY(-1px);
  border-color: rgba(24, 72, 160, 0.45);
}

.chip[aria-pressed="true"],
.chip.is-active {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: inset 0 0 0 1px rgba(23, 33, 43, 0.05);
}

.chip[aria-pressed="true"]::before,
.chip.is-active::before {
  margin-right: 8px;
  content: "✓";
}

.surface-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric {
  min-height: 210px;
  padding: clamp(26px, 3vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric strong {
  display: block;
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.metric span {
  display: block;
  max-width: 220px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 14px;
}

/* Programs */
.filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 52px;
  padding: 30px 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-group__label {
  display: block;
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.filter-reset {
  min-height: 46px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

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

.program-card {
  position: relative;
  grid-column: span 4;
  min-height: 570px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.program-card:nth-child(1),
.program-card:nth-child(6) {
  grid-column: span 7;
}

.program-card:nth-child(2),
.program-card:nth-child(5) {
  grid-column: span 5;
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 72px rgba(18, 40, 62, 0.24);
}

.program-card__image,
.program-card__shade {
  position: absolute;
  inset: 0;
}

.program-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.program-card:hover .program-card__image {
  transform: scale(1.025);
}

.program-card__shade {
  background: linear-gradient(180deg, rgba(12, 27, 41, 0.08) 24%, rgba(12, 27, 41, 0.85) 100%);
}

.program-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(24px, 3vw, 40px);
}

.program-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-card__meta span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(15, 34, 51, 0.22);
  backdrop-filter: blur(8px);
}

.program-card h3 {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(27px, 2.7vw, 43px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.program-card__summary {
  max-width: 560px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.program-card details {
  margin-top: 18px;
}

.program-card summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.program-card summary::-webkit-details-marker {
  display: none;
}

.program-card__details {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(13, 30, 45, 0.5);
  font-size: 13px;
  backdrop-filter: blur(12px);
}

.program-empty {
  grid-column: 1 / -1;
  padding: 54px;
  border: 1px solid var(--line);
  text-align: center;
}

.season-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.season-tabs {
  display: flex;
  gap: 8px;
  margin-top: 34px;
}

.season-tab {
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: transparent;
  color: var(--milk);
  font-weight: 600;
}

.season-tab[aria-selected="true"] {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.season-scene {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 6px;
}

.season-scene img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.season-scene__caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 24px;
  background: rgba(247, 250, 245, 0.9);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.season-scene__caption strong {
  display: block;
  font-size: 20px;
}

.season-scene__caption p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

/* Constructor */
.builder-shell {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.28);
}

.builder-panel {
  padding: clamp(34px, 5vw, 72px);
}

.builder-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 54px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.builder-progress__track {
  height: 2px;
  overflow: hidden;
  background: var(--line);
}

.builder-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
  transition: width 280ms ease;
}

.builder-step {
  animation: fade-in 240ms ease both;
}

.builder-step h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.builder-step > p {
  max-width: 530px;
  margin: 0 0 34px;
  color: var(--ink-soft);
  font-size: 17px;
}

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

.choice-card {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 72, 160, 0.5);
}

.choice-card[aria-pressed="true"] {
  border-color: var(--lime);
  background: var(--lime);
}

.choice-card strong {
  display: block;
  font-size: 18px;
}

.choice-card span {
  display: block;
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

.builder-back {
  min-height: 44px;
  margin-top: 26px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.builder-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--blue-dark);
}

.builder-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.builder-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(9, 31, 54, 0.72));
  content: "";
}

.builder-summary {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(14, 41, 67, 0.62);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.builder-summary__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.builder-summary__choices button {
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 12px;
  text-align: left;
}

.builder-summary__choices button:hover {
  border-color: var(--lime);
}

.result-card {
  animation: fade-in 300ms ease both;
}

.result-card h2 {
  max-width: 780px;
  margin: 0;
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(34px, 4.3vw, 68px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.result-card__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 19px;
}

.result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 48px;
  margin-top: 52px;
}

.result-schedule {
  border-top: 1px solid var(--line);
}

.result-schedule__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.result-schedule__item time {
  color: var(--blue);
  font-family: var(--display);
  font-weight: 600;
}

.result-includes {
  padding: 28px;
  background: var(--sky-soft);
}

.result-includes h3,
.request-form h3 {
  margin: 0 0 20px;
  font-size: 18px;
}

.result-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-includes li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid rgba(23, 33, 43, 0.1);
  font-size: 14px;
}

.result-includes li::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.result-price {
  margin: 28px 0 0;
  color: var(--blue);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.result-stay {
  margin: 22px 0 0;
  font-size: 14px;
}

.result-stay strong {
  color: var(--blue);
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.request-form {
  margin-top: 64px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
}

.request-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr auto;
  align-items: start;
  gap: 16px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.field input {
  width: 100%;
  min-height: 56px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
}

.field input[aria-invalid="true"] {
  border-color: var(--error);
}

.field-error {
  min-height: 21px;
  margin: 6px 0 0;
  color: var(--error);
  font-size: 12px;
}

.form-success {
  margin: 24px 0 0;
  padding: 18px;
  border-left: 4px solid var(--lime);
  background: var(--sky-soft);
  font-weight: 600;
}

/* Process */
.process-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
}

.process-line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--process-progress, 0%);
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(24, 72, 160, 0.08);
  content: "";
  transition: height 80ms linear;
}

.process-steps {
  position: relative;
}

.process-step {
  display: grid;
  min-height: 380px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(50px, 10vw, 150px);
  border-top: 1px solid var(--line);
}

.process-step:last-child {
  border-bottom: 1px solid var(--line);
}

.process-step:nth-child(even) .process-step__content {
  grid-column: 2;
}

.process-step:nth-child(even) .process-step__aside {
  grid-column: 1;
  grid-row: 1;
}

.process-step__index {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
}

.process-step h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3.3vw, 54px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.process-step p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.process-step__aside {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 13px;
}

.process-step__dot {
  display: grid;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--milk);
  color: var(--blue);
  font-family: var(--display);
  font-size: 24px;
}

.day-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.day-flow__item {
  min-height: 330px;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.day-flow__time {
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.day-flow__item h3 {
  margin: 78px 0 0;
  font-size: 19px;
}

.day-flow__item p {
  margin: 10px 0 0;
  color: rgba(247, 250, 245, 0.68);
  font-size: 14px;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.assurance {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--line);
}

.assurance__mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-family: var(--display);
}

.assurance h3 {
  margin: 54px 0 0;
  font-size: 19px;
}

.assurance p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.weather-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background: var(--blue-dark);
  color: var(--milk);
}

.weather-content {
  padding: clamp(38px, 6vw, 82px);
}

.weather-tabs {
  display: flex;
  gap: 9px;
  margin-bottom: 52px;
}

.weather-tab {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: transparent;
  color: var(--milk);
  font-weight: 600;
}

.weather-tab[aria-selected="true"] {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.weather-content h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.weather-content p {
  max-width: 540px;
  margin: 22px 0 0;
  color: rgba(247, 250, 245, 0.72);
  font-size: 17px;
}

.weather-image {
  min-height: 620px;
}

.weather-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Territory */
.territory-route {
  display: grid;
  min-height: 670px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  background: var(--blue-dark);
}

.territory-route__panel {
  display: flex;
  padding: clamp(36px, 5vw, 70px);
  flex-direction: column;
  color: var(--milk);
}

.territory-points {
  display: grid;
  gap: 7px;
  margin-top: 40px;
}

.territory-point {
  display: grid;
  min-height: 64px;
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  background: transparent;
  color: rgba(247, 250, 245, 0.62);
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: color 160ms ease;
}

.territory-point[aria-pressed="true"] {
  color: var(--white);
}

.territory-point[aria-pressed="true"]::after {
  color: var(--lime);
  content: "●";
}

.territory-route__copy {
  margin-top: auto;
  padding-top: 48px;
}

.territory-route__copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.06;
}

.territory-route__copy p {
  max-width: 480px;
  margin: 16px 0 0;
  color: rgba(247, 250, 245, 0.7);
}

.territory-route__visual {
  position: relative;
  min-height: 670px;
}

.territory-route__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--sky);
}

.gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 3;
}

.gallery-item:nth-child(2) {
  grid-column: span 5;
  grid-row: span 2;
}

.gallery-item:nth-child(3) {
  grid-column: span 5;
  grid-row: span 3;
}

.gallery-item:nth-child(4) {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

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

.gallery-item figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  background: rgba(247, 250, 245, 0.88);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stay-card {
  min-height: 390px;
  padding: clamp(28px, 4vw, 50px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stay-card__duration {
  color: var(--blue);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
}

.stay-card h3 {
  margin: 104px 0 0;
  font-family: var(--display);
  font-size: clamp(27px, 2.6vw, 41px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.stay-card p {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.map-shell {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: 0.75fr 1.25fr;
  overflow: hidden;
  background: var(--sky-soft);
}

.map-copy {
  position: relative;
  z-index: 2;
  padding: clamp(38px, 6vw, 86px);
}

.map-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.map-copy address {
  margin-top: 30px;
  color: var(--ink-soft);
  font-style: normal;
}

.map-graphic {
  position: relative;
  min-height: 600px;
  background:
    radial-gradient(circle at 68% 44%, rgba(199, 242, 75, 0.86) 0 8px, transparent 9px),
    linear-gradient(120deg, transparent 0 44%, rgba(24, 72, 160, 0.42) 44.2% 44.5%, transparent 44.7%),
    repeating-linear-gradient(0deg, rgba(24, 72, 160, 0.08) 0 1px, transparent 1px 62px),
    repeating-linear-gradient(90deg, rgba(24, 72, 160, 0.08) 0 1px, transparent 1px 62px),
    var(--sky);
}

.map-label {
  position: absolute;
  padding: 8px 11px;
  border: 1px solid rgba(24, 72, 160, 0.24);
  background: rgba(247, 250, 245, 0.84);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.map-label--moscow { top: 63%; left: 18%; }
.map-label--dubechino { top: 34%; left: 64%; }

/* CTA and footer */
.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(88px, 11vw, 164px);
  background: var(--blue);
  color: var(--milk);
}

.cta-band::before {
  position: absolute;
  top: -120px;
  right: -80px;
  width: min(55vw, 820px);
  height: 420px;
  border: 1px dashed rgba(247, 250, 245, 0.34);
  border-radius: 50%;
  content: "";
  transform: rotate(-10deg);
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
}

.cta-band h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5.5vw, 86px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

.cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer {
  padding: 54px 0 34px;
  background: var(--ink);
  color: var(--milk);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.site-footer .brand {
  color: var(--milk);
}

.site-footer .brand__mark {
  border-color: var(--milk);
}

.site-footer .brand__mark::before {
  border-color: var(--milk);
}

.footer-nav {
  display: grid;
  gap: 10px;
}

.footer-nav a,
.footer-contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-nav a,
.footer-contact a {
  color: rgba(247, 250, 245, 0.74);
  text-decoration: none;
}

.footer-contact {
  display: grid;
  gap: 10px;
  text-align: right;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(247, 250, 245, 0.48);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.7,.2,1);
}

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

@keyframes fade-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  body.menu-open .site-header {
    backdrop-filter: none;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .home-page .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .site-nav,
  .site-phone,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav.is-open {
    position: fixed;
    inset: var(--header-h) 0 0;
    display: flex;
    overflow-y: auto;
    padding: 42px clamp(24px, 7vw, 72px);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: var(--milk);
    overscroll-behavior: contain;
  }

  .site-nav.is-open a {
    min-height: 68px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(22px, 4vw, 34px);
  }

  .site-nav.is-open .site-nav__contact {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    padding-top: 22px;
  }

  .site-nav.is-open .site-nav__contact a {
    min-height: 52px;
    border-bottom: 0;
    font-family: var(--body);
    font-size: 16px;
  }

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

  .site-nav.is-open .site-nav__contact .button {
    justify-content: center;
  }

  .page-hero__content {
    width: min(850px, 68vw);
  }

  .hero-route {
    opacity: 0.72;
  }

  .hero-fact {
    width: min(360px, 35vw);
  }

  .page-hero--home .page-hero__content {
    width: min(820px, 64vw);
  }

  .page-hero--home .hero-fact {
    width: min(380px, 35vw);
  }

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

  .program-card,
  .program-card:nth-child(n) {
    grid-column: span 6;
  }

  .metric-grid,
  .assurance-grid,
  .day-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  :root {
    --header-h: 76px;
  }

  .home-page {
    --header-h: 80px;
  }

  .home-page .site-header__inner {
    padding-inline: 20px;
  }

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .section-intro,
  .season-layout,
  .builder-shell,
  .result-grid,
  .weather-shell,
  .territory-route,
  .map-shell,
  .cta-band__inner,
  .site-footer__top {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-hero {
    min-height: 780px;
    align-items: flex-start;
  }

  .page-hero__image {
    object-position: 66% center;
  }

  .page-hero__wash {
    background: linear-gradient(180deg, rgba(247, 250, 245, 0.97) 0%, rgba(247, 250, 245, 0.88) 51%, rgba(247, 250, 245, 0.12) 79%, rgba(12, 29, 44, 0.28) 100%);
  }

  .page-hero__content {
    width: auto;
    padding-top: 84px;
    padding-bottom: 250px;
  }

  .page-hero h1 {
    font-size: clamp(43px, 11.5vw, 68px);
  }

  .section-title {
    font-size: clamp(36px, 9.8vw, 44px);
  }

  .hero-route {
    display: none;
  }

  .hero-fact {
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
  }

  .page-hero--home {
    min-height: 940px;
  }

  .page-hero--home .page-hero__wash {
    background: linear-gradient(180deg, rgba(247, 250, 245, 0.96) 0%, rgba(247, 250, 245, 0.88) 52%, rgba(247, 250, 245, 0.12) 78%, rgba(10, 27, 43, 0.24) 100%);
  }

  .page-hero--home .page-hero__content {
    width: auto;
    margin: 0;
    padding: calc(var(--header-h) + 74px) 20px 320px;
  }

  .page-hero--home h1 {
    font-size: clamp(43px, 12vw, 64px);
  }

  .page-hero--home .page-hero__lead {
    font-size: 17px;
  }

  .page-hero--home .page-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .page-hero--home .page-hero__actions .button {
    width: 100%;
  }

  .page-hero--home .hero-fact {
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
  }

  .hero-coordinates {
    display: none;
  }

  .program-card,
  .program-card:nth-child(n) {
    grid-column: 1 / -1;
    min-height: 520px;
  }

  .season-scene,
  .season-scene img {
    min-height: 420px;
    height: 420px;
  }

  .builder-visual {
    min-height: 520px;
    grid-row: 1;
  }

  .builder-panel {
    grid-row: 2;
  }

  .process-line {
    left: 40px;
  }

  .process-step,
  .process-step:nth-child(even) {
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding-block: 48px;
  }

  .process-step__aside,
  .process-step:nth-child(even) .process-step__aside {
    grid-column: 1;
    grid-row: 1;
  }

  .process-step__content,
  .process-step:nth-child(even) .process-step__content {
    grid-column: 2;
    grid-row: 1;
  }

  .process-step__aside span:last-child {
    display: none;
  }

  .territory-route__visual {
    min-height: 500px;
    grid-row: 1;
  }

  .territory-route__panel {
    grid-row: 2;
  }

  .territory-points {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .territory-point {
    min-width: 170px;
    scroll-snap-align: start;
  }

  .gallery-grid {
    grid-auto-rows: 170px;
  }

  .gallery-item:nth-child(n) {
    grid-column: span 6;
    grid-row: span 2;
  }

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

  .site-footer__top,
  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .section-title {
    font-size: clamp(36px, 9.8vw, 44px);
  }

  .page-hero__actions,
  .result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero__actions .button,
  .result-actions .button {
    width: 100%;
  }

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

  .metric-grid,
  .assurance-grid,
  .day-flow,
  .choice-grid,
  .request-form__grid {
    grid-template-columns: 1fr;
  }

  .metric,
  .day-flow__item {
    min-height: 230px;
  }

  .filters {
    padding-inline: 0;
  }

  .program-card {
    min-height: 500px;
  }

  .season-tabs,
  .weather-tabs {
    overflow-x: auto;
  }

  .builder-panel {
    padding-inline: 20px;
  }

  .builder-visual {
    min-height: 420px;
  }

  .builder-summary {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .process-line {
    left: 28px;
  }

  .process-step,
  .process-step:nth-child(even) {
    grid-template-columns: 56px 1fr;
  }

  .process-step__dot {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .weather-image,
  .territory-route__visual,
  .map-graphic {
    min-height: 390px;
  }

  .gallery-item:nth-child(n) {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Production form, legal pages, and privacy controls */
.field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.field--consent {
  grid-column: 1 / -1;
  max-width: 760px;
}

.field--consent label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.field--consent input {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 0;
  padding: 0;
  accent-color: var(--blue);
}

.field--consent a {
  color: var(--blue);
}

.request-form .button[disabled] {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.form-status:not(:empty) {
  padding: 16px 18px;
  border-left: 4px solid var(--blue);
  background: rgba(255, 255, 255, 0.56);
}

.form-status.is-success {
  border-left-color: var(--lime);
  background: var(--milk);
}

.form-status.is-error {
  border-left-color: var(--error);
  color: var(--error);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.footer-legal a,
.footer-legal button {
  min-height: 32px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(247, 250, 245, 0.3);
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.cookie {
  position: fixed;
  z-index: 500;
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(720px, calc(100vw - 32px));
  border: 1px solid rgba(247, 250, 245, 0.24);
  border-radius: 4px;
  background: var(--ink);
  color: var(--milk);
  box-shadow: var(--shadow);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie[hidden] {
  display: none;
}

.cookie.is-hiding {
  opacity: 0;
  transform: translateY(12px);
}

body.menu-open .cookie {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.cookie-body {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
  padding: 20px;
}

.cookie-body p {
  margin: 4px 0 0;
  color: rgba(247, 250, 245, 0.66);
  font-size: 13px;
}

.cookie-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(247, 250, 245, 0.5);
  border-radius: 50%;
  color: var(--lime);
  font-size: 24px;
}

.cookie-actions {
  display: grid;
  min-width: 280px;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  border-left: 1px solid rgba(247, 250, 245, 0.18);
}

.cookie-actions button,
.cookie-actions a {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid rgba(247, 250, 245, 0.18);
  background: transparent;
  color: var(--milk);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cookie-actions button:first-child {
  background: var(--lime);
  color: var(--ink);
}

.cookie-actions a {
  grid-column: 1 / -1;
  min-height: 38px;
  border-bottom: 0;
}

.brand-lockup {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.brand-lockup img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.legal-page {
  min-height: 100svh;
  background: var(--milk);
}

.legal-header,
.legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - clamp(40px, 8vw, 144px)), var(--container));
  margin-inline: auto;
}

.legal-header {
  min-height: var(--header-h);
  border-bottom: 1px solid var(--line);
}

.legal-back,
.legal-footer a,
.link-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--blue);
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.legal-main {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1.65fr);
  gap: clamp(32px, 7vw, 112px);
  width: min(calc(100% - clamp(40px, 8vw, 144px)), 1180px);
  margin-inline: auto;
  padding-block: clamp(72px, 10vw, 140px);
}

.legal-date {
  margin: 10px 0 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-main > h1 {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.legal-intro,
.legal-content {
  grid-column: 2;
}

.legal-intro {
  padding: 28px 0;
  border-top: 3px solid var(--lime);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 21px);
}

.legal-intro p {
  margin: 0;
}

.legal-content section {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.legal-content section > p,
.legal-content section > ul {
  grid-column: 2;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.legal-content section > h2 + p,
.legal-content section > h2 + ul {
  grid-row: 1;
}

.legal-content section > p + p {
  margin-top: 16px;
}

.legal-content a {
  color: var(--blue);
}

.legal-footer {
  padding-block: 28px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 12px;
}

.error-page {
  display: flex;
  min-height: 100svh;
  width: min(calc(100% - clamp(40px, 8vw, 144px)), var(--container));
  margin-inline: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding-block: 72px;
}

.error-code {
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(120px, 27vw, 420px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.82;
}

.error-page p {
  max-width: 540px;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 22px);
}

@media (max-width: 760px) {
  .footer-legal {
    justify-content: flex-start;
  }

  .cookie {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .cookie-actions {
    min-width: 0;
    border-top: 1px solid rgba(247, 250, 245, 0.18);
    border-left: 0;
  }

  .legal-header,
  .legal-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }

  .legal-main {
    display: block;
  }

  .legal-main > h1 {
    margin-top: 24px;
  }

  .legal-intro {
    margin-top: 40px;
  }

  .legal-content section {
    display: block;
  }

  .legal-content h2 {
    margin-bottom: 20px;
  }
}
