@font-face {
  font-family: "Brygada 1918";
  src: url("../fonts/brygada-1918-cyrillic-ext-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Brygada 1918";
  src: url("../fonts/brygada-1918-cyrillic-ext-wght-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text-cyrillic-ext-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink: #152338;
  --ink-deep: #0c1727;
  --ink-soft: #273750;
  --paper: #f2eee3;
  --paper-deep: #e9e2d2;
  --white: #fffdf7;
  --ochre: #d8a52d;
  --ochre-light: #f2cb68;
  --lichen: #8f9b78;
  --rust: #a65437;
  --line: rgba(21, 35, 56, 0.18);
  --line-light: rgba(255, 253, 247, 0.22);
  --shadow: 0 28px 90px rgba(12, 23, 39, 0.16);
  --serif: "Brygada 1918", Georgia, serif;
  --sans: "Golos Text", Arial, sans-serif;
  --shell: min(1640px, calc(100vw - 96px));
  --header-height: 104px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

figure,
blockquote,
address {
  margin: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

::selection {
  color: var(--ink-deep);
  background: var(--ochre-light);
}

:focus-visible {
  outline: 3px solid var(--ochre-light);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  transform: translateY(-180%);
  padding: 12px 18px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease;
}

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

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

.section {
  position: relative;
  padding-block: clamp(96px, 9vw, 176px);
}

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

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.kicker::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.kicker--light {
  color: var(--ochre-light);
}

.section-heading {
  margin-bottom: clamp(48px, 6vw, 94px);
}

.section-heading--spread {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 9vw;
}

.section-heading h2,
.place__heading h2,
.harmony__heading h2,
.steam__content h2,
.price__intro h2,
.izba__title h2,
.route__copy h2,
.faq__heading h2,
.final-booking h2,
.video-section h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5.1vw, 88px);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.section-heading--spread > p,
.section-heading--spread > a {
  max-width: 490px;
  margin: 0 0 6px;
}

.section-heading--light {
  color: var(--white);
}

.section-heading--light > p {
  color: rgba(255, 253, 247, 0.72);
}

.section-code {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--rust);
}

.section-code span {
  font-family: var(--serif);
  font-size: 34px;
}

.section-code small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-code--light {
  color: var(--ochre-light);
}

.prose p {
  margin-bottom: 1.2em;
}

.prose a {
  font-weight: 700;
  text-decoration-color: var(--ochre);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px 27px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 12px;
}

.button--large {
  min-height: 70px;
  padding-inline: 38px;
}

.button--ochre {
  color: var(--ink-deep);
  background: var(--ochre);
}

.button--ochre:hover {
  background: var(--ochre-light);
}

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

.button--ink:hover {
  background: var(--rust);
}

.button--light {
  color: var(--ink-deep);
  background: var(--white);
}

.button--light:hover {
  background: var(--ochre-light);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.text-link--light {
  color: var(--white);
}

/* Header */
.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: var(--header-height);
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-inline: max(48px, calc((100vw - 1640px) / 2));
  color: var(--white);
  transition: height 240ms ease, color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.site-header.is-fixed {
  position: fixed;
  height: 78px;
  color: var(--ink);
  background: rgba(242, 238, 227, 0.95);
  box-shadow: 0 1px 0 rgba(21, 35, 56, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand__mark {
  width: 42px;
  flex: 0 0 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.brand__text {
  display: grid;
  gap: 1px;
}

.brand__text strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand__text small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 44px);
}

.main-nav a {
  position: relative;
  padding-block: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

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

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.header-phone {
  display: grid;
  gap: 1px;
  text-align: right;
  text-decoration: none;
}

.header-phone small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  opacity: 0.7;
}

.header-phone strong {
  font-size: 12px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.menu-toggle span {
  position: absolute;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.72) contrast(1.05);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(9, 19, 32, 0.94) 0%, rgba(9, 19, 32, 0.72) 38%, rgba(9, 19, 32, 0.22) 69%, rgba(9, 19, 32, 0.55) 100%),
    linear-gradient(0deg, rgba(9, 19, 32, 0.9) 0%, transparent 44%, rgba(9, 19, 32, 0.35) 100%);
}

.hero__contours {
  position: absolute;
  top: 7%;
  right: -4%;
  width: min(52vw, 880px);
  opacity: 0.28;
}

.hero__contours svg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.65);
  stroke-width: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: max(760px, 100svh);
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.55fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 8vw;
  padding-top: calc(var(--header-height) + 68px);
  padding-bottom: 164px;
}

.hero__eyebrow {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 28px;
  align-self: start;
  color: rgba(255, 253, 247, 0.74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__eyebrow span + span {
  position: relative;
  padding-left: 29px;
}

.hero__eyebrow span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: rgba(255, 255, 255, 0.38);
  transform: translateY(-50%);
}

.hero__title-wrap {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 1040px;
}

.hero__index {
  margin-bottom: 26px;
  color: var(--ochre-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1050px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(74px, 8vw, 144px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.78;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 span {
  margin-bottom: 0.1em;
  font-family: var(--sans);
  font-size: 0.15em;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 em {
  margin-top: 0.18em;
  margin-left: 0.62em;
  color: var(--ochre-light);
  font-size: 0.58em;
  font-weight: 460;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.hero__intro {
  align-self: end;
  max-width: 420px;
  margin-bottom: 26px;
}

.hero__intro p {
  margin-bottom: 26px;
  color: rgba(255, 253, 247, 0.84);
  font-size: clamp(14px, 1.1vw, 17px);
}

.hero__marker {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 170px;
  grid-template-columns: auto 1fr;
  column-gap: 11px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: rgba(12, 23, 39, 0.58);
  backdrop-filter: blur(10px);
}

.hero__marker strong,
.hero__marker small {
  grid-column: 2;
}

.hero__marker strong {
  font-family: var(--serif);
  font-size: 18px;
}

.hero__marker small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
}

.marker-dot {
  width: 9px;
  height: 9px;
  grid-row: 1 / 3;
  margin-top: 8px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--lichen);
  box-shadow: 0 0 0 6px rgba(143, 155, 120, 0.24);
}

.hero__marker--open {
  top: 37%;
  right: 23%;
}

.hero__marker--soon {
  top: 22%;
  right: 5%;
}

.hero__marker--soon .marker-dot {
  background: var(--ochre);
  box-shadow: 0 0 0 6px rgba(216, 165, 45, 0.22);
}

.hero-booking {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 108px;
  grid-template-columns: 1.1fr 0.72fr 0.7fr 1fr;
  align-items: stretch;
  margin-inline: max(48px, calc((100vw - 1640px) / 2));
  color: var(--ink);
  background: var(--paper);
}

.hero-booking__cell {
  display: grid;
  align-content: center;
  gap: 3px;
  border-right: 1px solid var(--line);
  padding: 20px 30px;
}

.hero-booking__cell small {
  color: rgba(21, 35, 56, 0.6);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-booking__cell strong {
  font-family: var(--serif);
  font-size: clamp(18px, 1.5vw, 25px);
  font-weight: 650;
  line-height: 1.1;
}

.hero-booking__button {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  padding: 20px 34px;
  color: var(--ink-deep);
  background: var(--ochre);
  font-size: 13px;
  font-weight: 800;
  transition: background 180ms ease;
}

.hero-booking__button:hover {
  background: var(--ochre-light);
}

.hero-booking__button span:last-child {
  font-family: var(--serif);
  font-size: 26px;
}

/* Place */
.place {
  background:
    linear-gradient(rgba(21, 35, 56, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 35, 56, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.place__grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1.2fr) minmax(300px, 0.62fr);
  column-gap: clamp(36px, 5vw, 90px);
  row-gap: 78px;
}

.place__heading h2 {
  max-width: 920px;
}

.place__copy {
  align-self: end;
  max-width: 500px;
}

.place-map {
  position: relative;
  min-height: 520px;
  grid-column: 2 / -1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.54);
}

.place-map::before,
.place-map::after {
  position: absolute;
  border: 1px solid rgba(21, 35, 56, 0.1);
  border-radius: 50%;
  content: "";
}

.place-map::before {
  width: 560px;
  height: 560px;
  top: -360px;
  right: -130px;
}

.place-map::after {
  width: 290px;
  height: 290px;
  top: -218px;
  right: 5px;
}

.place-map__north {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: var(--serif);
  font-size: 18px;
}

.place-map__road {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  border-top: 1px dashed rgba(21, 35, 56, 0.38);
  background: var(--paper-deep);
}

.place-map__road span {
  position: absolute;
  bottom: 12px;
  left: 30px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.map-house {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 270px;
  min-height: 150px;
  align-items: flex-end;
  gap: 20px;
  border: 1px solid var(--ink);
  padding: 26px;
  background: var(--white);
}

.map-house--harmony {
  top: 84px;
  left: 21%;
}

.map-house--izba {
  right: 12%;
  bottom: 116px;
  border-style: dashed;
  background: transparent;
}

.map-house__number {
  color: var(--rust);
  font-family: var(--serif);
  font-size: 32px;
}

.map-house div {
  display: grid;
}

.map-house strong {
  font-family: var(--serif);
  font-size: 24px;
}

.map-house small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-zone {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  padding: 16px;
  text-align: center;
}

.map-zone span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.map-zone--fire {
  bottom: 80px;
  left: 11%;
  background: var(--ochre-light);
}

.map-zone--water {
  top: 82px;
  right: 33%;
  color: var(--white);
  background: var(--ink);
}

.place-map__route {
  position: absolute;
  inset: 65px 2% 35px 3%;
  width: 95%;
  height: calc(100% - 100px);
  fill: none;
  stroke: var(--rust);
  stroke-dasharray: 7 8;
  stroke-width: 2;
}

.place-facts {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.place-facts div {
  display: flex;
  min-height: 132px;
  align-items: center;
  gap: 24px;
  border-right: 1px solid var(--line);
  padding: 20px 36px;
}

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

.place-facts strong {
  color: var(--rust);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 520;
}

.place-facts span {
  max-width: 180px;
  font-size: 12px;
  font-weight: 650;
}

/* Houses */
.house-deck {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
}

.house-card {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.house-card--photo {
  color: var(--white);
  background: var(--ink-deep);
}

.house-card--photo > img,
.house-card__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.house-card--photo > img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.house-card--photo:hover > img {
  transform: scale(1.035);
}

.house-card__veil {
  background: linear-gradient(0deg, rgba(9, 19, 32, 0.94), rgba(9, 19, 32, 0.06) 70%);
}

.house-card__top,
.house-card__body {
  position: relative;
  z-index: 2;
}

.house-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.status {
  padding: 8px 11px;
  color: var(--ink);
  background: var(--paper-deep);
}

.status--open {
  color: var(--white);
  background: var(--lichen);
}

.house-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(32px, 4vw, 58px);
}

.house-card__body > p {
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.house-card__body h3 {
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: clamp(44px, 4.5vw, 74px);
  font-weight: 520;
  letter-spacing: -0.04em;
  line-height: 1;
}

.house-card__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 0;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.house-card__body li {
  font-size: 12px;
}

.house-card__body li:not(:last-child)::after {
  margin-inline: 13px;
  color: var(--ochre);
  content: "·";
}

.house-card__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.house-card--plan {
  background:
    linear-gradient(rgba(21, 35, 56, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 35, 56, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 31px 31px;
}

.house-card--plan .house-card__body {
  color: var(--ink);
  background: linear-gradient(0deg, var(--paper) 72%, transparent);
}

.izba-sketch {
  position: absolute;
  top: 76px;
  right: 7%;
  left: 7%;
}

.izba-sketch svg {
  width: 100%;
  max-height: 320px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.izba-sketch__label {
  position: absolute;
  padding: 5px 8px;
  color: var(--paper);
  background: var(--rust);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.izba-sketch__label--house {
  top: 28%;
  left: 48%;
}

.izba-sketch__label--water {
  right: 4%;
  bottom: 15%;
}

/* Day route */
.day {
  overflow: hidden;
}

.day-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.day-route::before {
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.day-stop {
  position: relative;
  min-height: 295px;
  border-right: 1px solid var(--line);
  padding: 0 clamp(18px, 2.4vw, 40px);
}

.day-stop:first-child {
  padding-left: 0;
}

.day-stop:last-child {
  border-right: 0;
  padding-right: 0;
}

.day-stop__time {
  display: block;
  height: 67px;
  color: var(--rust);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 620;
}

.day-stop__point {
  position: relative;
  z-index: 2;
  display: block;
  width: 13px;
  height: 13px;
  margin-bottom: 34px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 0 0 1px var(--rust);
}

.day-stop h3 {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 640;
  line-height: 1.1;
}

.day-stop p {
  margin: 0;
  color: rgba(21, 35, 56, 0.68);
  font-size: 13px;
}

/* Harmony */
.harmony {
  overflow: hidden;
  color: var(--white);
  background: var(--ink-deep);
}

.harmony::before {
  position: absolute;
  width: 800px;
  height: 800px;
  top: -480px;
  right: -180px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.015), 0 0 0 180px rgba(255, 255, 255, 0.012);
}

.harmony__grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1.2fr) minmax(280px, 0.58fr);
  column-gap: clamp(36px, 5vw, 90px);
  row-gap: clamp(65px, 8vw, 118px);
}

.harmony__heading h2 {
  max-width: 900px;
}

.harmony__copy {
  align-self: end;
  color: rgba(255, 253, 247, 0.72);
}

.photo-board {
  display: grid;
  min-height: 880px;
  grid-column: 1 / -1;
  grid-template-columns: 1.28fr 0.72fr 0.8fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 14px;
}

.photo-board__item {
  position: relative;
  overflow: hidden;
  background: var(--ink-soft);
}

.photo-board__item--wide {
  grid-row: 1 / 3;
}

.photo-board__item--tall {
  grid-row: 1 / 3;
  grid-column: 3;
}

.photo-board__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.photo-board__item:hover img {
  transform: scale(1.035);
}

.photo-board__item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
  background: linear-gradient(0deg, rgba(9, 19, 32, 0.88), transparent);
  font-size: 11px;
  font-weight: 700;
}

.photo-board__item figcaption span {
  color: var(--ochre-light);
  font-family: var(--serif);
  font-size: 20px;
}

.equipment-ledger {
  display: grid;
  grid-column: 2 / -1;
}

.equipment-ledger div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  border-top: 1px solid var(--line-light);
  padding: 21px 0;
}

.equipment-ledger div:last-child {
  border-bottom: 1px solid var(--line-light);
}

.equipment-ledger span {
  color: rgba(255, 253, 247, 0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.equipment-ledger strong {
  font-size: 13px;
  font-weight: 550;
}

/* Steam */
.steam {
  background: var(--paper-deep);
}

.steam__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  align-items: center;
  gap: clamp(50px, 9vw, 160px);
}

.steam__visual {
  position: relative;
  min-height: 720px;
}

.steam__visual::before {
  position: absolute;
  z-index: 0;
  top: -32px;
  right: 80px;
  bottom: 42px;
  left: -48px;
  border: 1px solid var(--line);
  content: "";
}

.steam__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funnel-callout {
  position: absolute;
  z-index: 2;
  right: -72px;
  bottom: 65px;
  display: flex;
  width: 190px;
  height: 190px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50%;
  color: var(--ink-deep);
  background: var(--ochre-light);
  box-shadow: var(--shadow);
}

.funnel-callout svg {
  width: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.funnel-callout span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.steam__content h2 {
  margin-bottom: 38px;
}

.steam__lead {
  margin-bottom: 42px;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.35;
}

.steam__facts {
  margin: 0 0 35px;
}

.steam__facts div {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

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

.steam__facts dt {
  color: rgba(21, 35, 56, 0.57);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.steam__facts dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.note {
  border-left: 3px solid var(--rust);
  margin: 0;
  padding-left: 21px;
  color: rgba(21, 35, 56, 0.72);
  font-size: 12px;
}

/* Territory */
.territory {
  background: var(--white);
}

.territory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.territory-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.territory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.territory-card:hover img {
  transform: scale(1.03);
}

.territory-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(9, 19, 32, 0.94), transparent 62%);
}

.territory-card figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(28px, 4vw, 58px);
}

.territory-card figcaption > span {
  display: block;
  margin-bottom: 12px;
  color: var(--ochre-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.territory-card h3 {
  max-width: 630px;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 58px);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1;
}

.territory-card p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 13px;
}

.water-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.water-options div {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-right: 1px solid var(--line);
  padding: 22px 28px;
}

.water-options div:last-child {
  border-right: 0;
}

.water-options span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.water-options strong {
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 23px;
}

/* Video */
.video-section {
  background: var(--paper);
}

.video-section__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: clamp(50px, 8vw, 140px);
}

.video-section h2 {
  margin-bottom: 28px;
}

.video-section__grid > div:first-child > p:last-child {
  max-width: 430px;
  color: rgba(21, 35, 56, 0.68);
}

.video-poster {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--ink-deep);
}

.video-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(9, 19, 32, 0.36);
}

.video-poster button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  min-width: 220px;
  border: 0;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: transparent;
  transform: translate(-50%, -50%);
}

.video-poster button > span {
  display: grid;
  width: 112px;
  height: 112px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  place-items: center;
  padding-left: 5px;
  background: rgba(12, 23, 39, 0.38);
  font-size: 24px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.video-poster button:hover > span {
  color: var(--ink-deep);
  background: var(--ochre-light);
  transform: scale(1.06);
}

.video-poster button strong {
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 26px;
}

.video-poster button small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
}

.video-poster iframe {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Price */
.price {
  background: var(--paper-deep);
}

.price__grid {
  display: grid;
  grid-template-columns: 0.68fr 1fr 0.68fr;
  align-items: start;
  gap: clamp(38px, 6vw, 100px);
}

.price__intro h2 {
  margin-bottom: 28px;
}

.price__intro > p:not(.kicker) {
  max-width: 380px;
  margin-bottom: 34px;
  color: rgba(21, 35, 56, 0.66);
}

.price-ledger {
  border-top: 1px solid var(--ink);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.price-row span {
  font-size: 12px;
  font-weight: 650;
}

.price-row span small {
  display: block;
  margin-bottom: 4px;
  color: rgba(21, 35, 56, 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-row strong {
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 24px;
}

.price-row--main {
  min-height: 116px;
}

.price-row--main strong {
  font-size: clamp(28px, 2.5vw, 38px);
}

.price-row--time {
  grid-template-columns: 1fr auto 1fr auto;
}

.discount-map {
  border: 1px solid var(--line);
  padding: 32px;
  background: var(--paper);
}

.discount-map h3 {
  margin-bottom: 32px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 620;
  line-height: 1.12;
}

.discount-map__line {
  position: relative;
  display: grid;
  min-height: 91px;
  grid-template-columns: 54px 1fr;
  gap: 18px;
}

.discount-map__line:not(:last-of-type)::before {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 26px;
  width: 1px;
  content: "";
  background: var(--line);
}

.discount-map__point {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid var(--rust);
  border-radius: 50%;
  place-items: center;
  color: var(--rust);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
}

.discount-map__line p {
  margin: 5px 0 0;
  font-size: 11px;
}

.discount-map__line p strong {
  display: block;
  font-size: 12px;
}

.discount-map__note {
  margin: 20px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 21px;
  color: rgba(21, 35, 56, 0.62);
  font-size: 10px;
}

/* Reviews */
.reviews {
  overflow: hidden;
  color: var(--white);
  background: var(--rust);
}

.reviews::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background-image: radial-gradient(circle at 1px 1px, var(--white) 1px, transparent 0);
  background-size: 24px 24px;
}

.reviews .atlas-shell {
  position: relative;
}

.review-track {
  display: grid;
  grid-auto-columns: minmax(420px, 0.72fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-height: 430px;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 253, 247, 0.24);
  padding: clamp(28px, 3vw, 46px);
  color: var(--ink-deep);
  background: var(--paper);
}

.review-card header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.review-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  place-items: center;
  color: var(--rust);
  background: var(--white);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.review-card header div {
  display: grid;
  min-width: 0;
}

.review-card header strong {
  font-size: 13px;
}

.review-card header small {
  overflow: hidden;
  color: rgba(12, 23, 39, 0.55);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-source {
  padding: 5px 8px;
  color: var(--white);
  background: var(--lichen);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-rating {
  margin-bottom: 23px;
  color: var(--rust);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.review-rating strong {
  margin-left: 8px;
  color: var(--ink-deep);
  font-size: 11px;
  letter-spacing: 0;
}

.review-card > p {
  color: var(--ink-deep);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
}

.review-card blockquote {
  margin-top: 26px;
  border-left: 2px solid var(--rust);
  padding: 4px 0 4px 20px;
  color: rgba(12, 23, 39, 0.72);
  font-size: 11px;
}

.review-card blockquote strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-deep);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card > a {
  display: inline-block;
  margin-top: 22px;
  color: var(--ink-deep);
  font-size: 11px;
  font-weight: 800;
}

.reviews__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.review-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-controls button {
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 253, 247, 0.4);
  border-radius: 50%;
  place-items: center;
  color: var(--white);
  background: transparent;
  font-size: 19px;
}

.review-controls button:hover {
  color: var(--ink);
  background: var(--ochre-light);
}

.review-controls span {
  min-width: 42px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

/* Izba */
.izba {
  background:
    linear-gradient(rgba(21, 35, 56, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 35, 56, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
}

.izba__grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1.1fr) minmax(300px, 0.62fr);
  column-gap: clamp(35px, 6vw, 100px);
  row-gap: 70px;
}

.izba__badge {
  width: 122px;
  height: 122px;
  display: grid;
  border: 1px solid var(--rust);
  border-radius: 50%;
  place-items: center;
  padding: 20px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.izba__copy {
  align-self: end;
}

.izba-features {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.izba-features div {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px;
  background: rgba(255, 253, 247, 0.55);
}

.izba-features span {
  color: var(--rust);
  font-family: var(--serif);
  font-size: 28px;
}

.izba-features strong {
  font-size: 12px;
}

.izba__notice {
  grid-column: 2 / -1;
  margin: -35px 0 0;
  border-left: 3px solid var(--ochre);
  padding-left: 22px;
  color: rgba(21, 35, 56, 0.65);
  font-size: 12px;
}

/* Route */
.route {
  background: var(--white);
}

.route__grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.64fr) minmax(0, 1.36fr);
  align-items: center;
  gap: clamp(50px, 8vw, 140px);
}

.route__copy h2 {
  margin-bottom: 32px;
}

.route__copy address {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: 22px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.route__copy > p:not(.kicker) {
  max-width: 490px;
  color: rgba(21, 35, 56, 0.66);
}

.route__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}

.route-map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--line);
  color: var(--white);
  background: var(--ink);
}

.route-map > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-map__land {
  fill: var(--ink-soft);
  stroke: rgba(255, 255, 255, 0.11);
}

.route-map__river {
  fill: none;
  stroke: #8badbe;
  stroke-width: 18;
}

.route-map__way {
  fill: none;
  stroke: var(--ochre-light);
  stroke-dasharray: 6 8;
  stroke-linecap: round;
  stroke-width: 3;
}

.route-map__city,
.route-map__base {
  position: absolute;
  z-index: 2;
  display: grid;
}

.route-map__city {
  bottom: 22%;
  left: 10%;
}

.route-map__base {
  top: 21%;
  right: 11%;
}

.route-map__city > span,
.route-map__base > span {
  width: 15px;
  height: 15px;
  margin-bottom: 9px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--ochre-light);
  box-shadow: 0 0 0 1px var(--ochre-light);
}

.route-map__city strong,
.route-map__base strong {
  font-family: var(--serif);
  font-size: 23px;
}

.route-map__city small,
.route-map__base small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.route-map__distance {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.route-map__distance strong {
  font-family: var(--serif);
  font-size: 31px;
}

.route-map__distance span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Journal */
.journal {
  background: var(--paper-deep);
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 1px;
  background: var(--line);
}

.journal-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 3.5vw, 54px);
  background: var(--paper);
}

.journal-card > span {
  margin-bottom: auto;
  color: var(--rust);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journal-card h3 {
  margin: 60px 0 16px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.journal-card h3 a {
  text-decoration: none;
}

.journal-card p {
  color: rgba(21, 35, 56, 0.63);
  font-size: 12px;
}

.journal-card > a {
  margin-top: 23px;
  font-size: 11px;
  font-weight: 800;
}

.journal-card--featured {
  color: var(--white);
  background: var(--rust);
}

.journal-card--featured > span,
.journal-card--featured p {
  color: rgba(255, 253, 247, 0.76);
}

/* FAQ */
.faq {
  background: var(--paper);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: clamp(50px, 9vw, 150px);
}

.faq__heading {
  position: sticky;
  top: 110px;
}

.faq__heading h2 {
  margin-bottom: 28px;
}

.faq__heading > p:last-child {
  max-width: 420px;
  color: rgba(21, 35, 56, 0.65);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 650;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex: 0 0 auto;
  color: var(--rust);
  content: "+";
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: -7px 0 30px;
  color: rgba(21, 35, 56, 0.68);
  font-size: 14px;
}

/* Final booking/footer */
.final-booking {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.final-booking__contours {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -370px;
  right: -120px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.02);
}

.final-booking__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.62fr);
  gap: 8vw;
}

.final-booking h2 {
  max-width: 820px;
}

.final-booking__copy {
  align-self: end;
}

.final-booking__copy p {
  margin-bottom: 32px;
  color: rgba(255, 253, 247, 0.71);
}

.final-booking__contacts {
  display: flex;
  grid-column: 1 / -1;
  gap: 38px;
  border-top: 1px solid var(--line-light);
  padding-top: 27px;
}

.final-booking__contacts a {
  font-size: 12px;
  font-weight: 750;
}

.site-footer {
  color: var(--white);
  background: var(--ink-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.55fr);
  gap: clamp(30px, 5vw, 78px);
  padding-block: 72px 34px;
}

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

.footer-brand p {
  max-width: 400px;
  margin: 28px 0 0;
  color: rgba(255, 253, 247, 0.55);
  font-size: 12px;
}

.footer-nav,
.footer-contacts,
.footer-legal {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-nav strong,
.footer-contacts strong,
.footer-legal strong {
  margin-bottom: 12px;
  color: var(--ochre-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contacts a,
.footer-legal a {
  color: rgba(255, 253, 247, 0.72);
  font-size: 11px;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-contacts a:hover,
.footer-legal a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 35px;
  border-top: 1px solid var(--line-light);
  padding-top: 25px;
  color: rgba(255, 253, 247, 0.45);
  font-size: 9px;
}

/* Cookie and mobile booking */
.mobile-booking-bar {
  display: none;
}

.cookie-banner {
  position: fixed;
  z-index: 500;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(460px, calc(100vw - 48px));
  gap: 18px;
  border: 1px solid var(--line);
  padding: 25px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  margin: 0;
  font-size: 11px;
}

.cookie-banner > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Booking dialog */
.booking-dialog {
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  max-height: min(900px, calc(100svh - 40px));
  border: 0;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.42);
}

.booking-dialog::backdrop {
  background: rgba(6, 13, 23, 0.8);
  backdrop-filter: blur(6px);
}

.booking-dialog__layout {
  display: grid;
  min-height: 740px;
  grid-template-columns: 0.42fr 0.58fr;
}

.booking-dialog__aside {
  position: relative;
  overflow: hidden;
  padding: clamp(35px, 4vw, 64px);
  color: var(--white);
  background: var(--ink);
}

.booking-dialog__aside::after {
  position: absolute;
  width: 470px;
  height: 470px;
  right: -290px;
  bottom: -260px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 58px rgba(255, 255, 255, 0.028), 0 0 0 116px rgba(255, 255, 255, 0.02);
}

.booking-dialog__aside h2 {
  margin-bottom: 32px;
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 540;
  line-height: 1;
}

.booking-dialog__aside ul {
  margin: 0 0 35px;
  border-top: 1px solid var(--line-light);
  padding: 0;
  list-style: none;
}

.booking-dialog__aside li {
  border-bottom: 1px solid var(--line-light);
  padding: 13px 0;
  font-size: 11px;
}

.booking-dialog__aside > p:last-child {
  color: rgba(255, 253, 247, 0.6);
  font-size: 10px;
}

.booking-dialog__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  place-items: center;
  color: var(--white);
  background: transparent;
  font-size: 24px;
  line-height: 1;
}

.booking-form {
  overflow-y: auto;
  padding: clamp(35px, 4vw, 64px);
}

.booking-form__step {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin: 4px 0 22px;
  border-top: 1px solid var(--line);
  padding-top: 21px;
}

.booking-form__step:first-child {
  margin-top: 0;
}

.booking-form__step span {
  color: var(--rust);
  font-family: var(--serif);
  font-size: 20px;
}

.booking-form__step strong {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: rgba(21, 35, 56, 0.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form input:not([type="radio"]):not([type="checkbox"]),
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.booking-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.booking-options label {
  cursor: pointer;
}

.booking-options input {
  position: absolute;
  opacity: 0;
}

.booking-options span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
}

.booking-options input:checked + span {
  border-color: var(--rust);
  box-shadow: inset 3px 0 var(--rust);
}

.booking-options strong,
.booking-options small {
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 0 0 18px;
  border: 0;
  padding: 0;
}

.contact-methods legend {
  margin-bottom: 8px;
  color: rgba(21, 35, 56, 0.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-methods label {
  cursor: pointer;
}

.contact-methods input {
  position: absolute;
  opacity: 0;
}

.contact-methods span {
  display: grid;
  min-height: 44px;
  border: 1px solid var(--line);
  place-items: center;
  color: var(--ink);
  background: var(--white);
  font-size: 10px;
}

.contact-methods input:checked + span {
  color: var(--white);
  background: var(--ink);
}

.consent {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  margin: 15px 0 20px;
  color: var(--ink) !important;
  cursor: pointer;
  font-size: 9px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--rust);
}

.booking-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.booking-total > div {
  display: grid;
}

.booking-total small {
  color: rgba(21, 35, 56, 0.55);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-total strong {
  font-family: var(--serif);
  font-size: 21px;
}

.booking-form__notice {
  margin: 16px 0 0;
  border-left: 3px solid var(--lichen);
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(143, 155, 120, 0.16);
  font-size: 10px;
}

/* Medium desktop */
@media (max-width: 1340px) {
  :root {
    --shell: min(1180px, calc(100vw - 64px));
  }

  .site-header {
    grid-template-columns: minmax(220px, 1fr) auto minmax(210px, 1fr);
    gap: 24px;
    padding-inline: 32px;
  }

  .main-nav {
    gap: 22px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .header-actions {
    gap: 17px;
  }

  .hero-booking {
    margin-inline: 32px;
  }

  .hero__marker--open {
    right: 16%;
  }

  .hero__marker--soon {
    right: 3%;
  }

  .place__grid,
  .harmony__grid {
    grid-template-columns: 95px minmax(0, 1.2fr) minmax(260px, 0.58fr);
    column-gap: 45px;
  }

  .photo-board {
    min-height: 720px;
  }

  .price__grid {
    grid-template-columns: 0.68fr 1fr;
  }

  .discount-map {
    grid-column: 2;
  }
}

@media (max-width: 1080px) {
  :root {
    --shell: calc(100vw - 48px);
    --header-height: 84px;
  }

  .site-header {
    height: var(--header-height);
    grid-template-columns: 1fr auto;
    padding-inline: 24px;
  }

  .site-header.is-fixed {
    height: 72px;
  }

  .header-actions .header-phone,
  .header-actions .button,
  .main-nav {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: flex;
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav.is-open {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 100svh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    padding: 100px 24px 80px;
    color: var(--white);
    background: var(--ink-deep);
  }

  .main-nav.is-open a {
    width: 100%;
    border-bottom: 1px solid var(--line-light);
    padding: 13px 0;
    font-family: var(--serif);
    font-size: clamp(25px, 5vw, 40px);
    font-weight: 520;
  }

  .site-header:has(.main-nav.is-open) {
    position: fixed;
    color: var(--white);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero__content {
    grid-template-columns: 1.2fr 0.65fr;
    column-gap: 5vw;
  }

  .hero h1 {
    font-size: clamp(68px, 10.8vw, 108px);
  }

  .hero__marker--open {
    top: 28%;
    right: 7%;
  }

  .hero__marker--soon {
    display: none;
  }

  .hero-booking {
    grid-template-columns: 1fr 0.7fr 0.9fr;
    margin-inline: 24px;
  }

  .hero-booking__cell:nth-child(2) {
    display: none;
  }

  .place__grid,
  .harmony__grid,
  .izba__grid {
    grid-template-columns: 85px minmax(0, 1fr);
  }

  .place__copy,
  .harmony__copy,
  .izba__copy {
    grid-column: 2;
    max-width: 700px;
  }

  .place-map,
  .place-facts,
  .photo-board,
  .equipment-ledger,
  .izba-features,
  .izba__notice {
    grid-column: 1 / -1;
  }

  .house-card {
    min-height: 640px;
  }

  .day-route {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
  }

  .day-route::before {
    display: none;
  }

  .day-stop {
    border-top: 1px solid var(--line);
  }

  .day-stop__point {
    margin-top: -7px;
  }

  .photo-board {
    min-height: 660px;
  }

  .steam__grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 60px;
  }

  .steam__visual {
    min-height: 590px;
  }

  .funnel-callout {
    right: -35px;
    width: 155px;
    height: 155px;
  }

  .video-section__grid {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 50px;
  }

  .video-poster {
    min-height: 500px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 0.7fr);
  }

  .footer-legal {
    grid-column: 2;
  }
}

/* Tablet and mobile */
@media (max-width: 780px) {
  :root {
    --shell: calc(100vw - 36px);
  }

  html {
    scroll-padding-top: 72px;
  }

  body {
    font-size: 15px;
  }

  .section {
    padding-block: 88px;
  }

  .section-heading--spread,
  .hero__content,
  .house-deck,
  .steam__grid,
  .territory-grid,
  .video-section__grid,
  .price__grid,
  .route__grid,
  .faq__grid,
  .final-booking__grid,
  .booking-dialog__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading--spread {
    gap: 22px;
  }

  .section-heading h2,
  .place__heading h2,
  .harmony__heading h2,
  .steam__content h2,
  .price__intro h2,
  .izba__title h2,
  .route__copy h2,
  .faq__heading h2,
  .final-booking h2,
  .video-section h2 {
    font-size: clamp(39px, 12vw, 62px);
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .site-header,
  .site-header.is-fixed {
    height: 70px;
    padding-inline: 18px;
  }

  .brand__mark {
    width: 35px;
    flex-basis: 35px;
  }

  .brand__text strong {
    font-size: 16px;
  }

  .brand__text small {
    font-size: 7px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 780px;
  }

  .hero__image {
    object-position: 61% 50%;
  }

  .hero__shade {
    background: linear-gradient(0deg, rgba(9, 19, 32, 0.98) 0%, rgba(9, 19, 32, 0.68) 64%, rgba(9, 19, 32, 0.42) 100%);
  }

  .hero__contours {
    top: 11%;
    right: -38%;
    width: 100vw;
  }

  .hero__content {
    display: flex;
    min-height: 780px;
    flex-direction: column;
    padding-top: 105px;
    padding-bottom: 135px;
  }

  .hero__eyebrow {
    display: grid;
    gap: 3px;
    margin-bottom: auto;
    font-size: 8px;
  }

  .hero__eyebrow span + span {
    padding-left: 0;
  }

  .hero__eyebrow span + span::before {
    display: none;
  }

  .hero__title-wrap {
    width: 100%;
    margin-top: 90px;
  }

  .hero__index {
    margin-bottom: 17px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 80px);
    line-height: 0.84;
  }

  .hero h1 span {
    font-size: 0.16em;
  }

  .hero h1 em {
    max-width: 10em;
    margin-top: 0.28em;
    margin-left: 0;
    font-size: 0.53em;
    line-height: 0.96;
  }

  .hero__intro {
    max-width: 520px;
    margin: 29px 0 0;
  }

  .hero__intro p {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.55;
  }

  .hero__intro .text-link {
    display: none;
  }

  .hero__marker {
    display: none;
  }

  .hero-booking {
    min-height: 92px;
    grid-template-columns: 1fr auto;
    margin-inline: 18px;
  }

  .hero-booking__cell {
    border-right: 1px solid var(--line);
    padding: 14px 17px;
  }

  .hero-booking__cell:nth-child(2),
  .hero-booking__cell:nth-child(3) {
    display: none;
  }

  .hero-booking__cell strong {
    font-size: 17px;
  }

  .hero-booking__button {
    width: 92px;
    padding: 15px;
  }

  .hero-booking__button span:first-child {
    display: none;
  }

  .hero-booking__button span:last-child {
    margin: auto;
    font-size: 31px;
  }

  .place__grid,
  .harmony__grid,
  .izba__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-code,
  .place__heading,
  .place__copy,
  .harmony__heading,
  .harmony__copy,
  .izba__title,
  .izba__copy,
  .place-map,
  .place-facts,
  .photo-board,
  .equipment-ledger,
  .izba-features,
  .izba__notice {
    grid-column: 1;
  }

  .section-code {
    margin-bottom: -10px;
  }

  .place-map {
    min-height: 520px;
    margin-top: 15px;
  }

  .map-house {
    width: 210px;
    min-height: 115px;
    padding: 20px;
  }

  .map-house--harmony {
    top: 76px;
    left: 13%;
  }

  .map-house--izba {
    right: 8%;
    bottom: 96px;
  }

  .map-house strong {
    font-size: 20px;
  }

  .map-zone {
    width: 90px;
    height: 90px;
  }

  .map-zone--water {
    top: 224px;
    right: 8%;
  }

  .map-zone--fire {
    bottom: 72px;
    left: 7%;
  }

  .place-facts {
    grid-template-columns: 1fr;
  }

  .place-facts div {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
  }

  .place-facts div:last-child {
    border-bottom: 0;
  }

  .place-facts strong {
    width: 70px;
    font-size: 43px;
  }

  .house-deck {
    gap: 16px;
  }

  .house-card {
    min-height: 610px;
  }

  .house-card__top {
    padding: 21px;
  }

  .house-card__body {
    padding: 26px 22px;
  }

  .house-card__body h3 {
    font-size: 43px;
  }

  .house-card__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .izba-sketch {
    top: 95px;
  }

  .day-route {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .day-stop {
    display: grid;
    min-height: 0;
    grid-template-columns: 72px 1fr;
    border-top: 1px solid var(--line);
    border-right: 0;
    padding: 26px 0 !important;
  }

  .day-stop__time {
    height: auto;
    grid-column: 1;
    grid-row: 1 / 3;
    font-size: 20px;
  }

  .day-stop__point {
    display: none;
  }

  .day-stop h3,
  .day-stop p {
    grid-column: 2;
  }

  .day-stop h3 {
    margin-bottom: 10px;
  }

  .photo-board {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 390px 260px 300px;
    gap: 7px;
  }

  .photo-board__item--wide {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .photo-board__item--tall {
    grid-row: 3;
    grid-column: 1 / -1;
  }

  .photo-board__item figcaption {
    padding: 14px;
    font-size: 9px;
  }

  .equipment-ledger div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 17px 0;
  }

  .steam__grid {
    gap: 70px;
  }

  .steam__visual {
    min-height: 470px;
  }

  .steam__visual::before {
    top: -18px;
    right: 30px;
    bottom: 30px;
    left: -18px;
  }

  .funnel-callout {
    right: -4px;
    bottom: -54px;
    width: 132px;
    height: 132px;
  }

  .funnel-callout svg {
    width: 31px;
  }

  .steam__facts div {
    grid-template-columns: 120px 1fr;
  }

  .territory-grid {
    gap: 8px;
  }

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

  .water-options {
    grid-template-columns: 1fr 1fr;
  }

  .water-options div:nth-child(2) {
    border-right: 0;
  }

  .water-options div {
    min-height: 88px;
    padding: 18px;
  }

  .water-options strong {
    font-size: 19px;
  }

  .video-section__grid {
    gap: 35px;
  }

  .video-poster {
    min-height: 420px;
  }

  .price__grid {
    gap: 50px;
  }

  .discount-map {
    grid-column: 1;
  }

  .review-track {
    grid-auto-columns: min(86vw, 430px);
  }

  .review-card {
    min-height: 440px;
  }

  .reviews__footer .button {
    min-height: 52px;
    padding-inline: 20px;
  }

  .izba__badge {
    width: 100px;
    height: 100px;
  }

  .izba-features {
    grid-template-columns: 1fr;
  }

  .route__grid {
    gap: 52px;
  }

  .route-map {
    min-height: 470px;
  }

  .route-map__distance {
    width: 112px;
    height: 112px;
  }

  .route-map__distance strong {
    font-size: 24px;
  }

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

  .journal-card {
    min-height: 310px;
  }

  .faq__grid {
    gap: 42px;
  }

  .faq__heading {
    position: static;
  }

  .faq-list summary {
    min-height: 84px;
  }

  .final-booking__grid {
    gap: 36px;
  }

  .final-booking__contacts {
    grid-column: 1;
    flex-direction: column;
    gap: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-legal {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-booking-bar {
    position: fixed;
    z-index: 300;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--white);
    background: rgba(12, 23, 39, 0.96);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-booking-bar.is-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translateY(90px);
  }

  .mobile-booking-bar > span {
    display: grid;
    align-content: center;
    padding: 10px 14px;
  }

  .mobile-booking-bar small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 8px;
  }

  .mobile-booking-bar strong {
    font-family: var(--serif);
    font-size: 17px;
  }

  .mobile-booking-bar button {
    border: 0;
    padding: 10px 12px;
    color: var(--ink);
    background: var(--ochre);
    font-size: 11px;
    font-weight: 850;
  }

  .cookie-banner {
    right: 10px;
    bottom: 84px;
    width: calc(100vw - 20px);
  }

  .booking-dialog {
    width: 100vw;
    max-height: 100svh;
    height: 100svh;
    margin: 0;
  }

  .booking-dialog__layout {
    display: block;
  }

  .booking-dialog__aside {
    min-height: 250px;
    padding: 34px 22px;
  }

  .booking-dialog__aside h2 {
    margin-bottom: 20px;
    font-size: 43px;
  }

  .booking-dialog__aside ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    margin-bottom: 0;
    border-top: 0;
  }

  .booking-dialog__aside li {
    border-bottom: 0;
    padding: 0;
  }

  .booking-dialog__aside > p:last-child {
    display: none;
  }

  .booking-dialog__close {
    top: 14px;
    right: 14px;
  }

  .booking-form {
    padding: 30px 20px 90px;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  .section {
    padding-block: 76px;
  }

  .hero__content {
    padding-right: 2px;
    padding-left: 2px;
  }

  .hero h1 {
    font-size: clamp(51px, 16.6vw, 68px);
  }

  .place-map {
    min-height: 480px;
  }

  .map-house--harmony {
    left: 8%;
  }

  .map-house--izba {
    right: 5%;
  }

  .photo-board {
    grid-template-rows: 310px 200px 250px;
  }

  .steam__visual {
    min-height: 380px;
  }

  .territory-card {
    min-height: 440px;
  }

  .water-options {
    grid-template-columns: 1fr;
  }

  .water-options div,
  .water-options div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .water-options div:last-child {
    border-bottom: 0;
  }

  .video-poster {
    min-height: 330px;
  }

  .video-poster button > span {
    width: 84px;
    height: 84px;
  }

  .price-row--time {
    grid-template-columns: 1fr auto;
  }

  .review-track {
    grid-auto-columns: calc(100vw - 42px);
  }

  .review-card {
    min-height: 460px;
    padding: 24px;
  }

  .review-card header {
    grid-template-columns: auto 1fr;
  }

  .review-source {
    grid-column: 2;
    width: fit-content;
  }

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

  .route-map {
    min-height: 400px;
  }

  .route-map__city {
    left: 7%;
  }

  .route-map__base {
    right: 7%;
  }

  .route-map__city strong,
  .route-map__base strong {
    font-size: 18px;
  }

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

  .footer-brand,
  .footer-legal {
    grid-column: 1;
  }

  .booking-form__row,
  .booking-options {
    grid-template-columns: 1fr;
  }

  .contact-methods {
    grid-template-columns: 1fr 1fr;
  }

  .booking-total {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 350px) {
  .brand__text strong {
    font-size: 14px;
  }

  .brand__text small {
    letter-spacing: 0.12em;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-booking__cell {
    padding-inline: 12px;
  }

  .review-card {
    padding: 20px;
  }

  .price-row {
    gap: 12px;
  }

  .price-row strong {
    font-size: 21px;
  }

  .price-row--main strong {
    font-size: 29px;
  }
}



/* Mobile overflow guard: long Russian headings and grid children. */
@media (max-width: 780px) {
  .atlas-shell,
  .izba__grid,
  .route__grid,
  .izba__grid > *,
  .route__grid > *,
  .izba__title,
  .izba__copy,
  .route__copy {
    min-width: 0;
    max-width: 100%;
  }

  .izba__copy {
    width: 100%;
  }

  .izba__title h2,
  .route__copy h2 {
    max-width: 100%;
    font-size: clamp(36px, 10.5vw, 54px);
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
  }

  .izba__copy p,
  .route__copy p,
  .route__copy address {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
