:root {
  --paper: #ffffff;
  --ivory: #f6f6f6;
  --white: #ffffff;
  --ink: #111111;
  --muted: #6e6e6e;
  --line: #e6e6e6;
  --gold: #111111;
  --gold-deep: #000000;
  --char: #111111;
  --cta: #c08d5d;
  --cta-deep: #a87448;
  --header-h: 72px;
  --sans: "Montserrat", system-ui, sans-serif;
  --serif: "Montserrat", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

#poslugy,
#avtopark,
#pro-nas,
#kontakty,
#order,
#vantazhi,
#marshruty,
#vantazhnyky {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.header__inner {
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-self: start;
  padding-right: 1.35rem;
  margin-right: 0.25rem;
}

.logo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 48px;
  background: var(--line);
  transform: translateY(-50%);
}

.logo img {
  height: 28px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 1.35rem;
}

.nav a {
  position: relative;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
}

.nav a:hover,
.nav a.is-active {
  color: var(--ink);
}

.nav a.is-active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--ink);
}

.nav__lang,
.nav__contacts {
  display: none;
}

.header__aside {
  display: flex;
  align-items: center;
  justify-self: end;
  grid-column: 3;
  gap: 1.15rem;
}

.header__contacts {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 0.15rem;
  margin-left: 0.25rem;
  padding-left: 1.35rem;
  line-height: 1.25;
}

.header__contacts::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 48px;
  background: var(--line);
  transform: translateY(-50%);
}

.header__contacts a {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.header__contacts a:hover {
  color: var(--muted);
}

.lang {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.lang a {
  color: var(--muted);
}

.lang a.is-active,
.lang a:hover {
  color: var(--ink);
}

.lang__sep {
  color: var(--line);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  background: var(--ink);
}

body.nav-open {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 62svh;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

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

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 78%;
  filter: contrast(1.04);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(22, 20, 18, 0.78) 0%, rgba(22, 20, 18, 0.38) 48%, rgba(22, 20, 18, 0.12) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding: 3.25rem 0 2.75rem;
}

.hero__kicker {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
}

.hero h1 {
  margin: 0 0 0.6rem;
  max-width: 11ch;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero h1 span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.48em;
  font-weight: 700;
  letter-spacing: -0.02em;
  opacity: 0.9;
}

.hero__place {
  margin: 0 0 2.25rem;
  max-width: 28rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(252, 251, 248, 0.72);
}

.hero__points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 12rem));
  justify-content: center;
  gap: 1.5rem 2.5rem;
  margin: 0 0 2.25rem;
  padding: 0.85rem 0 0;
  list-style: none;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.hero__points li {
  padding-top: 0;
}

.hero__points strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 800;
}

.hero__points span {
  display: block;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(252, 251, 248, 0.68);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
}

.btn--primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--gold-deep);
  border-color: var(--gold-deep);
  color: var(--white);
}

.btn--ghost {
  border-color: rgba(252, 251, 248, 0.45);
  color: var(--white);
}

.btn--ghost:hover {
  border-color: var(--white);
}

.btn--block {
  width: 100%;
}

.btn--line {
  border-color: var(--ink);
  color: var(--ink);
}

.btn--line:hover {
  background: var(--ink);
  color: var(--white);
}

.chips-wrap {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 0.95rem 0;
  overflow: hidden;
}

.chips {
  overflow: hidden;
}

.chips__track {
  display: flex;
  width: max-content;
  animation: chipsMarquee 36s linear infinite;
}

.chips-wrap:hover .chips__track {
  animation-play-state: paused;
}

.chips__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.chip {
  position: relative;
  flex-shrink: 0;
  min-height: auto;
  padding: 0.15rem 1.75rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.chip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background: var(--line);
  transform: translateY(-50%);
}

.chip:hover {
  color: var(--muted);
}

@keyframes chipsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333333%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chips__track {
    animation: none;
    width: 100%;
    justify-content: center;
  }

  .chips__group[aria-hidden="true"] {
    display: none;
  }

  .chips__group {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    gap: 1.25rem 2rem;
  }
}

.page-hero {
  padding: 3.5rem 0 3rem;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.page-hero__kicker {
  margin: 0 0 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.page-hero p {
  margin: 0 auto;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  overflow-wrap: break-word;
}

.page-hero__kicker a {
  color: inherit;
}

.about-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: 0 2.75rem;
  margin-bottom: 3.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}

.about-copy {
  max-width: none;
  padding: 0;
}

.about-copy p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.65;
  color: var(--ink);
}

.about-copy p.about-copy__lead {
  margin-bottom: 1.15rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.about-copy strong {
  font-weight: 800;
  color: var(--ink);
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-photo {
  margin: 0;
  overflow: hidden;
  min-height: 280px;
  border-radius: 12px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 86%;
}

.section {
  padding: 5.5rem 0;
}

.section--cream {
  background: var(--ivory);
}

.section--close {
  padding-top: 4rem;
  border-top: 1px solid var(--line);
}

.close-cta {
  text-align: center;
}

.close-cta h2 {
  margin-bottom: 0.85rem;
}

.close-cta p {
  margin: 0 auto 1.75rem;
  max-width: 28rem;
  color: var(--muted);
}

.close-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.section--navy {
  background: var(--char);
  color: var(--white);
}

.section h2.is-center {
  text-align: center;
}

.section h2,
.order-copy h2,
.consult h2,
.modal__dialog h2,
.thanks__card h1 {
  margin: 0 0 2rem;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.truck {
  display: flex;
  flex-direction: column;
  background: var(--white);
}

.truck__photo {
  aspect-ratio: 16 / 10;
  background: var(--ivory);
  overflow: hidden;
}

.truck__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.2);
  transition: filter 0.35s ease, transform 0.5s ease;
}

.truck:hover .truck__photo img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.truck__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem 0 0;
  flex: 1;
}

.truck h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 800;
}

.truck__variant {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.truck__note {
  margin: 0.15rem 0 -0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
}

.truck dl {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.truck div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}

.truck dt {
  color: var(--muted);
  font-weight: 600;
}

.truck dd {
  margin: 0;
  font-weight: 700;
}

.truck .btn {
  margin-top: auto;
}

.movers-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.movers-grid p {
  margin: 0 0 1.4rem;
  color: rgba(252, 251, 248, 0.62);
  max-width: 34rem;
}

.movers-grid ul {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.movers-grid li {
  padding-left: 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.movers-grid li::before {
  content: "—";
  margin-right: 0.55rem;
  margin-left: -1.1rem;
  color: var(--white);
}

.movers-grid img {
  width: 100%;
  min-height: 320px;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}

.coverage-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 3.5rem;
  align-items: center;
}

.coverage-copy p {
  margin: 0 0 1.5rem;
  color: rgba(252, 251, 248, 0.62);
  max-width: 34rem;
}

.coverage-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem 2rem;
  margin: 0 0 1.85rem;
}

.coverage-split h3 {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(252, 251, 248, 0.42);
}

.coverage-split ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.coverage-split li {
  padding-left: 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(252, 251, 248, 0.86);
}

.coverage-split li::before {
  content: "—";
  margin-right: 0.55rem;
  margin-left: -1.1rem;
  color: var(--white);
}

.coverage-map {
  min-height: 280px;
}

.coverage-map svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.coverage-land {
  fill: rgba(255, 255, 255, 0.07);
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.coverage-route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.15;
  stroke-linecap: round;
}

.coverage-route--sec {
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 0.85;
}

.coverage-city {
  cursor: pointer;
}

.coverage-city circle {
  fill: var(--white);
}

.coverage-hub {
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 1.2;
}

.coverage-city text {
  fill: rgba(255, 255, 255, 0.82);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.coverage-city--sec circle {
  fill: rgba(255, 255, 255, 0.72);
}

.coverage-city--sec text {
  font-size: 11px;
  font-weight: 600;
  fill: rgba(255, 255, 255, 0.62);
}

.coverage-city:hover circle {
  fill: var(--white);
}

.coverage-city:hover text {
  fill: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.why-card {
  padding: 0 1.5rem 0 0;
}

.why-card + .why-card {
  padding-left: 1.5rem;
  border-left: 1px solid var(--line);
}

.why-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 800;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.cargo-lead {
  margin: -1rem 0 2rem;
  max-width: 40rem;
  color: var(--muted);
  font-weight: 600;
}

.cargo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.25rem;
}

.cargo-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cargo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}

.article-card {
  display: block;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}

.article-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.article-card:hover h3 {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.articles-more {
  margin: 1.75rem 0 0;
}

.article {
  width: min(46rem, 100%);
  margin: 0 auto;
}

.article__lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.article h2 {
  margin: 2rem 0 0.7rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.article p,
.article li {
  color: #3a3a3a;
  font-size: 0.98rem;
}

.article p {
  margin: 0 0 1rem;
}

.article ul {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.article a {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.article-related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.article-related h2 {
  margin-top: 0;
}

.article-related ul {
  list-style: none;
  padding: 0;
}

.order-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}

.order-copy p {
  margin: -1rem 0 0;
  color: var(--muted);
  max-width: 28rem;
}

.order__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.order__form label,
.order__photos {
  display: grid;
  gap: 0.35rem;
}

.order__form span,
.order__photos-label,
.modal__label span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.order__photos-label em {
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

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

.order__form input:focus,
.order__form textarea:focus,
.modal__input:focus {
  border-bottom-color: var(--gold);
}

.order__form textarea {
  resize: vertical;
  min-height: 88px;
}

.order__full,
.order__submit,
.order__note,
.order__error,
.order__photos {
  grid-column: 1 / -1;
}

.order__photos-box {
  position: relative;
  padding: 0.85rem 0;
  border-bottom: 1px dashed var(--line);
  cursor: pointer;
}

.order__photos-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.order__photos-cta {
  font-weight: 700;
}

.order__photos-hint {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.order__photos-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.order__photos-preview[hidden] {
  display: none;
}

.order__photo-thumb {
  position: relative;
  width: 4.25rem;
  height: 4.25rem;
  overflow: hidden;
}

.order__photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order__photo-remove {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 1.3rem;
  height: 1.3rem;
  border: 0;
  background: var(--char);
  color: var(--white);
  cursor: pointer;
}

.order__note,
.order__error {
  margin: 0;
  text-align: center;
  font-weight: 700;
}

.order__error {
  color: #8b3a2e;
}

.order__note {
  color: var(--gold-deep);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.85fr) minmax(20rem, 1.15fr);
  gap: 4.5rem;
  align-items: start;
}

.contact-info__lead {
  margin: 0 0 2.25rem;
  max-width: 28rem;
  color: var(--muted);
}

.contact-info h2,
.contact-form h2 {
  margin: 0 0 0.75rem;
}

.contact-form p {
  margin: 0 0 1.75rem;
  color: var(--muted);
  max-width: 32rem;
}

.contact-list {
  display: grid;
  gap: 1.4rem;
  margin: 0;
}

.contact-list div {
  display: grid;
  gap: 0.28rem;
}

.contact-list dt {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-list dd {
  margin: 0;
  font-weight: 800;
}

.contact-list a:hover {
  color: var(--muted);
}

.consult {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: end;
}

.consult p {
  margin: -1.2rem 0 0;
  color: var(--muted);
}

.consult__phone {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.consult .header__mail {
  display: inline-block;
  margin: 0.35rem 0 1rem;
  font-size: 0.95rem !important;
}

.consult__phone:hover {
  color: var(--gold-deep);
}

.messengers {
  display: flex;
  gap: 1.25rem;
}

.messenger {
  padding: 0;
  min-height: auto;
  background: transparent;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

.messenger:hover {
  color: var(--gold-deep);
  border-bottom-color: var(--gold);
}

.footer {
  padding: 1.5rem 0;
  background: var(--char);
  color: rgba(252, 251, 248, 0.5);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer p {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

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

.float-cta {
  position: fixed;
  right: max(0.85rem, env(safe-area-inset-right));
  bottom: max(0.85rem, env(safe-area-inset-bottom));
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  -webkit-tap-highlight-color: transparent;
}

.float-cta__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  min-height: 58px;
  padding: 0.5rem 1.55rem;
  border-radius: 999px;
  background: var(--cta);
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.15;
}

.float-cta__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.float-cta__num {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.float-cta__phone:hover,
.float-cta__callback:hover {
  background: var(--cta-deep);
}

.float-cta__callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--cta);
  color: var(--white);
  text-decoration: none;
}

.float-cta__callback svg {
  display: block;
}

body.modal-open .float-cta,
body.nav-open .float-cta {
  opacity: 0;
  pointer-events: none;
}

body {
  padding-bottom: calc(5.25rem + env(safe-area-inset-bottom));
}

.logo--footer {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.logo--footer::after {
  display: none;
}

.logo--footer img {
  height: 24px;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 20, 18, 0.62);
}

.modal__dialog {
  position: relative;
  width: min(100%, 400px);
  padding: 2rem 1.6rem 1.6rem;
  background: var(--paper);
}

.modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.modal__text {
  margin: -1rem 0 1.2rem;
  color: var(--muted);
}

.modal__form {
  display: grid;
  gap: 1rem;
}

.modal__label {
  display: grid;
  gap: 0.3rem;
}

.modal__error {
  margin: 0;
  color: #8b3a2e;
  font-weight: 700;
}

.modal__success {
  margin: 0;
  color: var(--gold-deep);
  font-weight: 700;
}

body.modal-open {
  overflow: hidden;
}

.thanks-page {
  min-height: 100vh;
  background: var(--paper);
}

.thanks {
  padding: 5rem 0;
}

.thanks__card {
  width: min(100%, 34rem);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
}

.thanks__text {
  margin: -0.5rem 0 1.6rem;
  color: var(--muted);
}

.thanks__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.thanks__home {
  border-color: var(--ink);
  color: var(--ink);
}

.thanks__hint {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 960px) {
  :root {
    --header-h: 64px;
  }

  .header__inner {
    display: flex;
    gap: 0.75rem;
  }

  .logo {
    padding-right: 0;
    margin-right: 0;
  }

  .logo::after,
  .header__contacts::before {
    display: none;
  }

  .header__aside {
    display: none;
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: max(0.35rem, env(safe-area-inset-right));
    display: flex;
    margin-left: 0;
    transform: translateY(-50%);
    z-index: 60;
  }

  .nav a.is-active::after,
  .nav a:hover::after {
    display: none;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.6rem 1.25rem 1.1rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

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

  .nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav__lang {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.95rem 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .nav__lang a,
  .nav__contacts a {
    padding: 0.2rem 0;
    border-bottom: 0;
  }

  .nav__contacts {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.85rem 0 0.15rem;
    border-top: 1px solid var(--line);
  }

  .nav__contacts a {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: var(--ink);
    background: var(--paper);
  }

  .hero__media {
    position: relative;
    height: min(38svh, 300px);
    min-height: 200px;
    flex-shrink: 0;
  }

  .hero__media img {
    object-position: 50% 70%;
  }

  .hero__media::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.05) 40%, rgba(17, 17, 17, 0.28) 100%);
  }

  .hero__inner {
    padding: 1.35rem 0 1.5rem;
  }

  .hero h1 {
    max-width: none;
    color: var(--ink);
    font-size: clamp(1.85rem, 7.4vw, 2.4rem);
  }

  .hero h1 span {
    opacity: 1;
    color: var(--muted);
  }

  .hero__points {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    gap: 1rem 1.15rem;
    margin: 1.15rem 0 1.25rem;
    padding-top: 1.05rem;
    text-align: left;
    border-top-color: var(--line);
  }

  .hero__points strong {
    font-size: 0.92rem;
    color: var(--ink);
  }

  .hero__points span {
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .hero__actions .btn--ghost {
    border-color: var(--ink);
    color: var(--ink);
  }

  .hero__actions .btn--ghost:hover {
    background: var(--ink);
    color: var(--white);
  }

  .header__mail {
    display: none;
  }

  .section {
    padding: 2.75rem 0;
  }

  .fleet-grid,
  .why-grid,
  .movers-grid,
  .coverage-grid,
  .order-grid,
  .about-row,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

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

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

  .coverage-split {
    grid-template-columns: 1fr;
  }

  .about-copy {
    padding: 0 0 1.5rem;
  }

  .about-photo {
    min-height: 220px;
  }

  .why-card,
  .why-card + .why-card {
    padding: 1.1rem 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .consult {
    display: grid;
    align-items: start;
    gap: 1.1rem;
  }

  .order-copy p {
    margin: 0 0 0.85rem;
  }

  .order__form,
  .contact-form .order__form {
    gap: 0.9rem;
    padding: 1.2rem 1.05rem 1.25rem;
    background: var(--paper);
    border: 1px solid var(--ink);
  }

  .order__form span,
  .order__photos-label {
    color: var(--ink);
  }

  .order__form input,
  .order__form textarea {
    border: 1px solid var(--line);
    background: var(--ivory);
    padding: 0.85rem 0.9rem;
  }

  .order__form input:focus,
  .order__form textarea:focus {
    border-color: var(--ink);
    background: var(--paper);
  }

  .order__submit {
    min-height: 54px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1120px, calc(100% - 1.5rem));
  }

  .header__inner {
    gap: 0.75rem;
  }

  .page-hero {
    padding: 2.4rem 1rem 2.1rem;
  }

  .page-hero p {
    font-size: 0.92rem;
    line-height: 1.5;
    padding-inline: 0.25rem;
  }

  .order__form,
  .cargo-grid {
    grid-template-columns: 1fr;
  }

  .order__form textarea {
    min-height: 72px;
  }

  .section {
    padding: 2.15rem 0;
  }

  #order.section {
    padding-bottom: 1.75rem;
  }

  #kontakty.section {
    padding-top: 1.6rem;
    padding-bottom: 2.35rem;
  }

  .hero__media {
    height: min(32svh, 240px);
    min-height: 180px;
  }

  .hero__inner {
    padding: 1.15rem 0 1.35rem;
  }

  .hero__points {
    gap: 0.85rem 1rem;
    margin: 1rem 0 1.15rem;
  }

  .hero__actions,
  .hero__actions .btn,
  .close-cta__actions,
  .close-cta__actions .btn {
    width: 100%;
  }

  .logo img {
    height: 22px;
  }

  .float-cta {
    right: max(0.65rem, env(safe-area-inset-right));
    bottom: max(0.65rem, env(safe-area-inset-bottom));
    gap: 0.4rem;
  }

  .float-cta__phone {
    min-height: 52px;
    padding: 0.4rem 1.15rem;
  }

  .float-cta__label {
    font-size: 0.7rem;
  }

  .float-cta__num {
    font-size: 0.98rem;
  }

  .float-cta__callback {
    width: 52px;
    height: 52px;
  }
}
