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

@font-face {
  font-family: "LatoLocal";
  src: url("Lato2OFLWeb/Lato/fonts/Lato-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "LatoLocal";
  src: url("Lato2OFLWeb/Lato/fonts/Lato-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "LatoLocal";
  src: url("Lato2OFLWeb/Lato/fonts/Lato-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "LatoLocal";
  src: url("Lato2OFLWeb/Lato/fonts/Lato-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --media-radius: 12px;
}

body {
  margin: 0;
  font-family: "LatoLocal", "Lato", sans-serif;
  color: #ffffff;
  background: #ffffff;
}

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

button,
input {
  font: inherit;
}

.hero {
  margin: 12px;
  position: relative;
  padding: 0;
  min-height: calc(100vh - 24px);
  min-height: calc(100svh - 24px);
  isolation: isolate;
  overflow: hidden;
  background: #000;
  transform-origin: top center;
}

.hero__bg,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__bg {
  z-index: -3;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: background-image 0.8s ease, transform 6s linear;
}

.hero__overlay {
  z-index: -2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.28) 45%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.hero__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 24px;
  padding: 0 42px 0;
}

.logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: clamp(168px, 14vw, 248px);
  margin-left: 6px;
}

.logo-card {
  width: 100%;
  aspect-ratio: 1 / 0.86;
  margin-top: -6px;
  margin-left: 0;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 12px 14px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.logo-card img {
  width: 88%;
  height: auto;
  object-fit: contain;
}

.logo-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-width: 0;
  min-height: clamp(50px, 4vw, 68px);
  padding: 12px 14px;
  border-radius: 0;
  background: #cf0f2b;
  color: #ffffff;
  text-align: center;
  font-size: clamp(12px, 0.95vw, 16px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: normal;
  line-height: 1.2;
}

.logo-tag span {
  opacity: 0.96;
}

.hero__burger {
  display: none;
}

.mobile-nav {
  display: none;
}

.hero__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.hero__title-group h1 {
  margin: 0;
  transform: none;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: clamp(30px, 3.2vw, 52px);
  text-wrap: balance;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.hero__title-subline {
  display: block;
  margin-top: 0;
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__mobile-subtitle,
.hero__mobile-products,
.hero__mobile-cta,
.hero__mobile-top-block,
.hero__mobile-bottom-block,
.hero__mobile-lead,
.hero__mobile-heading {
  display: none;
}

.hero__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  width: auto;
  transform: none;
  margin-bottom: 0;
  margin-left: 0;
}

.hero__contacts-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 600;
  color: #ffffff;
  border: 0;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.phone-link--primary {
  color: #ffffff;
}

.phone-link:hover {
  transform: translateY(-1px);
  color: #ffffff;
}

.messengers {
  display: flex;
  gap: 10px;
  align-items: center;
}

.messenger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #4b4b4b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.messenger-btn--telegram {
  background: #229ed9;
}

.messenger-btn--whatsapp {
  background: #25d366;
}

.messenger-btn--max {
  background: #6a5cff;
}

.messenger-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.messenger-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.express-btn {
  align-self: start;
  justify-self: end;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  min-height: 44px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #cf0f2b;
  background: #cf0f2b;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(207, 15, 43, 0.24);
  backdrop-filter: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.express-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  border-color: #b20d25;
  background-color: #b20d25;
}

.express-btn__label,
.express-btn__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

.express-btn__label {
  min-width: 138px;
}

.express-btn__arrow {
  position: relative;
  min-width: 52px;
  letter-spacing: 0;
  justify-content: flex-end;
  padding-right: 10px;
}

.express-btn__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.85);
  transform: none;
}

.express-btn__arrow-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.express-btn:hover .express-btn__arrow::before {
  background: rgba(255, 255, 255, 0.65);
}

.express-btn:hover .express-btn__arrow-icon {
  transform: translateX(2px);
}

.hero__bottom {
  position: absolute;
  left: clamp(16px, 4vw, 54px);
  right: clamp(16px, 8vw, 96px);
  bottom: clamp(130px, 18vh, 220px);
  max-width: 1180px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero__slide-text {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.1;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: min(100%, 880px);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.48);
}

.hero__slide-material {
  display: none;
  position: absolute;
  left: clamp(16px, 4vw, 54px);
  bottom: clamp(24px, 4vh, 48px);
  margin: 0;
  max-width: min(68%, 560px);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.hero__slide-link {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  min-height: 44px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  background: #cf0f2b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #cf0f2b;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.hero__slide-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.62);
  background: #b20d25;
  color: #ffffff;
}

.hero__slide-link .express-btn__arrow-icon {
  width: 18px;
  height: 18px;
  transform: translateY(0);
}

.hero__slide-link-text,
.hero__slide-link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

.hero__slide-link-arrow {
  position: relative;
  min-width: 52px;
  justify-content: flex-end;
  padding-right: 10px;
}

.hero__slide-link-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.85);
  transform: none;
}

.hero__slide-link:hover .express-btn__arrow-icon {
  transform: translate(2px, 0);
}

.hero__slide-link:hover .hero__slide-link-arrow::before {
  background: rgba(255, 255, 255, 0.65);
}

.hero__scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #ffffff;
  transform: translateX(-50%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.hero__scroll-cue svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #cf0f2b;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.express-calc-section {
  margin-top: 0;
  padding: 64px 20px 0;
  background: #ffffff;
}

.express-calc-section__inner {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  color: #1d1d1d;
}

.express-calc-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000000;
}

.express-calc-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.express-calc-section__desc {
  margin: 0 auto 30px;
  max-width: 700px;
  font-size: 20px;
  line-height: 1.35;
  color: #1b1b1b;
}

.express-calc-form {
  width: min(100%, 520px);
  margin: 0 auto;
}

.express-calc-form__field {
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ececec;
  display: flex;
  align-items: center;
  gap: 10px;
}

.express-calc-form__icon {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.express-calc-form__field input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #606060;
  font-size: 16px;
  font-family: inherit;
  text-align: left;
}

.express-calc-form__field input::placeholder {
  color: #9b9b9b;
}

.express-calc-form__submit {
  margin-top: 18px;
  min-height: 56px;
  width: min(100%, 260px);
  border: 1px solid #cf0f2b;
  border-radius: 999px;
  background: #cf0f2b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.express-calc-form__submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.express-calc-form__policy {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: left;
}

.express-calc-form__policy input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  accent-color: #cf0f2b;
}

.express-calc-form__policy span,
.express-calc-form__policy-text {
  max-width: 430px;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.25;
}

.user-agreement-modal-trigger {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: #cf0f2b;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  text-align: left;
}

.user-agreement-modal-trigger:hover {
  color: #a30c22;
}

.user-agreement-modal-trigger:focus-visible {
  outline: 2px solid #cf0f2b;
  outline-offset: 2px;
}

.form-captcha {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.form-captcha__error {
  margin: 4px 0 0;
  text-align: center;
  color: #b90f2b;
  font-size: 13px;
}

.form-captcha__error:empty {
  display: none;
}

.express-calc-section__contact {
  margin: 24px 0 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  color: #1d1d1d;
  font-size: 22px;
}

.express-calc-section__contact a {
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.express-calc-section__messengers {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 2px;
}

.express-calc-section__messengers a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.express-calc-section__messengers a:hover {
  transform: translateY(-1px);
}

.express-calc-section__messengers img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.colors-section {
  margin-top: 0;
  background: #ffffff;
  padding: 96px 20px 0;
}

.colors-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  color: #1d1d1d;
}

.colors-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.colors-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.colors-section__lead {
  margin: 0 auto 18px;
  font-size: clamp(28px, 3.1vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  color: #c70f2a;
}

.colors-request {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 26px 24px 22px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.colors-request__title {
  margin: 0 0 10px;
  scroll-margin-top: 13px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1d;
}

.colors-request-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 520px;
  margin: 0 auto;
}

.request-field {
  position: relative;
  display: block;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.request-field--full {
  grid-column: 1 / -1;
}

.request-field__required {
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  color: #b90f2b;
  font-size: 24px;
  line-height: 1;
}

.request-required-note {
  margin: 0 0 14px;
  text-align: center;
  font-size: 15px;
  color: #b90f2b;
}

.request-field input {
  width: 100%;
  min-height: 74px;
  border: 1px solid #ececec;
  border-radius: 0;
  padding: 0 16px;
  background: #f5f5f6;
  color: #4a4a4a;
  font-size: 16px;
  text-align: left;
  outline: none;
}

.request-field input::placeholder {
  color: #8d8d8d;
}

.request-field input:focus {
  border-color: #cf0f2b;
  background: #f2f2f2;
}

.colors-request-form button:not(.user-agreement-modal-trigger) {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 8px;
  min-height: 56px;
  width: min(100%, 260px);
  border: 1px solid #cf0f2b;
  border-radius: 999px;
  background: #cf0f2b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.colors-request-form button:not(.user-agreement-modal-trigger):hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.colors-request__notice {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 14px;
  color: #4b4b4b;
}

.colors-popular-title {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 500;
  color: #111;
}

.colors-home {
  margin-top: 56px;
}

.colors-home__title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  color: #111;
}

.colors-home__desc {
  margin: 10px 0 18px;
  font-size: 20px;
  line-height: 1.35;
  color: #1b1b1b;
}

.colors-home__image {
  display: block;
  width: min(100%, 520px);
  margin: 0 auto 20px;
  border-radius: var(--media-radius);
  border: 1px solid #ececec;
  object-fit: cover;
}

.colors-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.color-card {
  position: relative;
  padding: 0;
  border: 1px solid #ececec;
  border-radius: var(--media-radius);
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.color-card img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.35s ease;
}

.color-card__name {
  position: absolute;
  inset: auto 0 0 0;
  min-height: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: rgba(120, 120, 120, 0.86);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.color-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

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

.color-card:hover .color-card__name {
  opacity: 1;
  transform: translateY(0);
}

.color-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  padding: clamp(10px, 2vh, 24px);
  place-items: center;
  box-sizing: border-box;
}

.color-modal.is-open {
  display: grid;
}

.color-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.color-modal__dialog {
  position: relative;
  width: min(92vw, 980px);
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 48px 14px 20px;
}

.color-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.color-modal__image {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  object-position: center center;
  display: block;
  border: 0;
  border-radius: var(--media-radius);
  box-shadow: none;
  background: transparent;
}

.color-modal__title {
  margin: 12px 0 0;
  text-align: center;
  font-size: 22px;
  color: #202020;
  font-weight: 500;
}

.promo-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 0;
}

.promo-section__inner {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  color: #1d1d1d;
}

.promo-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.promo-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.promo-banner {
  width: min(100%, 760px);
  margin: 0 auto 28px;
  padding: 16px 20px;
  background: linear-gradient(90deg, #cf0f2b, #ae0e24);
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  border-radius: 10px;
}

.promo-request {
  width: min(100%, 760px);
  margin: 0 auto 8px;
  padding: 26px 24px 22px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.promo-request h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1d;
}

.promo-request-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 520px;
  margin: 0 auto;
}

/* In promo form the phone field has both classes; normalize it to one visual style. */
.promo-request-form .express-calc-form__field {
  display: block;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  gap: 0;
}

.promo-request-form .express-calc-form__field .express-calc-form__icon {
  display: none;
}

.promo-request-form .express-calc-form__field input {
  width: 100%;
  min-height: 74px;
  border: 1px solid #ececec;
  border-radius: 0;
  padding: 0 16px;
  background: #f5f5f6;
  color: #4a4a4a;
  font-size: 16px;
  text-align: left;
}

.promo-request-form .express-calc-form__field input:focus {
  border-color: #cf0f2b;
  background: #f2f2f2;
}

.promo-request-form button:not(.user-agreement-modal-trigger) {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 8px;
  min-height: 56px;
  width: min(100%, 260px);
  border: 1px solid #cf0f2b;
  border-radius: 999px;
  background: #cf0f2b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.promo-request-form button:not(.user-agreement-modal-trigger):hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.promo-request__notice {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 14px;
  color: #4b4b4b;
}

.promo-section__contact {
  margin: 24px 0 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  color: #1d1d1d;
  font-size: 22px;
}

.promo-section__contact a {
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.promo-section__messengers {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 2px;
}

.promo-section__messengers a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.promo-section__messengers a:hover {
  transform: translateY(-1px);
}

.promo-section__messengers img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-icon--green {
  filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(396%) hue-rotate(91deg)
    brightness(98%) contrast(94%);
}

.production-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 70px;
}

.production-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.production-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.production-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.production-section__desc {
  margin: 0 auto 34px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.production-video-placeholder {
  width: min(100%, 900px);
  min-height: 320px;
  margin: 0 auto 28px;
  border: 1px dashed #cfcfcf;
  border-radius: 12px;
  background: #f8f8f8;
  color: #7a7a7a;
  font-size: 28px;
  font-weight: 500;
  display: grid;
  place-items: center;
}

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

.production-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--media-radius);
  border: 1px solid #ececec;
  display: block;
}

.projects-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 70px;
}

.projects-section__inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.projects-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.projects-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.projects-section__desc {
  margin: 0 auto 34px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.projects-slider {
  display: block;
}

.projects-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  scrollbar-width: none;
}

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

.projects-slider__nav {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #373737;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  padding: 0 2px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.projects-slider__nav img {
  width: 65px;
  height: 60px;
  display: block;
}

.projects-slider__nav:hover {
  transform: translateY(-1px);
  color: #cf0f2b;
  filter: brightness(1.06);
}

.projects-slider__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-right: 0;
}

.project-card {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: var(--media-radius);
  background: #ebebeb;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  scroll-snap-align: start;
  transition: transform 0.2s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.project-card__preview {
  width: 100%;
  aspect-ratio: 1.7 / 1;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.project-card__title {
  display: block;
  min-height: 120px;
  padding: 28px 20px 24px;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-card__title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  background: #c70f2a;
  transition: width 0.24s ease;
}

.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  filter: brightness(1.02);
}

.project-card:hover .project-card__title::after {
  width: 52px;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: none;
  padding: clamp(10px, 2vh, 24px);
  place-items: center;
  box-sizing: border-box;
}

.project-modal.is-open {
  display: grid;
}

.project-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.68);
}

.project-modal__dialog {
  position: relative;
  width: min(94vw, 1020px);
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  padding: 54px 18px 24px;
}

.project-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.project-modal__slider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.project-modal__image {
  width: 100%;
  max-height: 64vh;
  object-fit: contain;
  object-position: center center;
  display: block;
  border: 0;
  border-radius: var(--media-radius);
  box-shadow: none;
  background: transparent;
}

.project-modal__nav {
  width: 42px;
  height: 42px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  color: #373737;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 34px;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.project-modal__nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transform: translateY(-4px);
}

.project-modal__nav:hover {
  transform: translateY(-1px);
  background: #f2f2f2;
}

.project-modal__counter {
  margin: 16px 0 0;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.project-modal__title {
  margin: 10px 0 0;
  text-align: center;
  color: #252525;
  font-size: 24px;
  font-weight: 400;
}

.project-modal__title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: 10px auto 0;
  background: #c70f2a;
}

.project-modal__desc {
  margin: 14px auto 0;
  max-width: 780px;
  text-align: center;
  color: #555;
  font-size: 18px;
  line-height: 1.4;
}

.thanks-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.thanks-modal.is-open {
  display: block;
}

.thanks-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.thanks-modal__dialog {
  position: relative;
  width: min(92vw, 520px);
  margin: 12vh auto 0;
  border-radius: 12px;
  background: #ffffff;
  padding: 52px 24px 24px;
  text-align: center;
}

.thanks-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.thanks-modal__dialog h3 {
  margin: 0 0 10px;
  color: #1f1f1f;
  font-size: 30px;
  font-weight: 500;
}

.thanks-modal__dialog p {
  margin: 0;
  color: #4b4b4b;
  font-size: 17px;
  line-height: 1.45;
}

.user-agreement-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.user-agreement-modal.is-open {
  display: flex;
}

.user-agreement-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.user-agreement-modal__dialog {
  position: relative;
  width: min(92vw, 640px);
  max-height: min(85vh, 720px);
  margin: 0;
  border-radius: 12px;
  background: #ffffff;
  padding: 52px 24px 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.user-agreement-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.user-agreement-modal__title {
  margin: 0 0 16px;
  padding-right: 36px;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 500;
}

.user-agreement-modal__body {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.5;
}

.user-agreement-modal__body p {
  margin: 0 0 12px;
}

.user-agreement-modal__body p:last-child {
  margin-bottom: 0;
}

.selection-request-section {
  margin-top: 0;
  background: #ffffff;
  padding: 56px 20px 70px;
}

.selection-request-section__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.selection-request-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.selection-request-section h2 span {
  color: #c70f2a;
}

.selection-request-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.selection-request-section__desc {
  margin: 0 auto 34px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.selection-request-section h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #1c1c1c;
}

.selection-request-form {
  width: min(100%, 520px);
  margin: 0 auto;
}

.certificates-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 70px;
}

.certificates-section__inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.certificates-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.certificates-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.certificates-section__desc {
  margin: 0 auto 34px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.certificates-slider {
  display: block;
}

.certificates-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px 12px;
  max-width: 1120px;
  margin: 0 auto;
  overflow: visible;
  scroll-snap-type: none;
  scroll-behavior: auto;
  padding-bottom: 0;
}

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

.certificates-slider__controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-right: 35px;
}

.certificates-slider__nav {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #373737;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  padding: 0 2px;
  transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.certificates-slider__nav img {
  width: 65px;
  height: 60px;
  display: block;
}

.certificates-slider__nav:hover:not(:disabled) {
  transform: translateY(-1px);
  color: #cf0f2b;
  filter: brightness(1.06);
}

.certificates-slider__nav:disabled {
  opacity: 0.38;
  cursor: default;
}

.certificate-card {
  border: 1px solid #ededed;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.certificate-card:nth-child(5) {
  grid-column: auto;
}

.certificate-card__preview {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  border: 0;
  border-radius: 0;
  background: #fff;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

.certificate-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.certificate-modal {
  position: fixed;
  inset: 0;
  z-index: 96;
  display: none;
  padding: clamp(10px, 2vh, 24px);
  place-items: center;
  box-sizing: border-box;
}

.certificate-modal.is-open {
  display: grid;
}

.certificate-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.68);
}

.certificate-modal__dialog {
  position: relative;
  width: fit-content;
  max-width: 94vw;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  padding: 54px 20px 24px;
}

.certificate-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  color: #555;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.certificate-modal__slider {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.certificate-modal__image {
  width: auto;
  max-width: min(82vw, 860px);
  max-height: min(74vh, 680px);
  object-fit: contain;
  object-position: center center;
  display: block;
  border: 0;
  border-radius: var(--media-radius);
  box-shadow: none;
  background: transparent;
}

.certificate-modal__nav {
  width: 42px;
  height: 42px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  color: #373737;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 34px;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.certificate-modal__nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transform: translateY(-4px);
}

.certificate-modal__nav:hover {
  transform: translateY(-1px);
  background: #f2f2f2;
}

.certificate-modal__counter {
  margin: 16px 0 0;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.materials-section {
  margin-top: 0;
  background: #ffffff;
  padding: 70px 20px;
}

.materials-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.materials-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.materials-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.materials-section__desc {
  margin: 0 auto 36px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.materials-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}

.materials-logos img {
  display: block;
  width: min(100%, 180px);
  height: 56px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.materials-logos img[src*="vicostonelogo"] {
  transform: translateX(-5px);
}

.test-drive-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 70px;
}

.test-drive-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.test-drive-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.test-drive-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.test-drive-section__desc {
  margin: 0 auto 28px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.test-drive-video-placeholder {
  width: min(100%, 900px);
  min-height: 320px;
  margin: 0 auto;
  border-radius: 12px;
  background: #f8f8f8;
  color: #7a7a7a;
  font-size: 28px;
  font-weight: 500;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.test-drive-video-placeholder video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  background: #000;
}

.order-steps-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 70px;
}

.order-steps-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  color: #1d1d1d;
}

.order-steps-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.order-steps-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.order-steps-section__desc {
  margin: 0 auto 34px;
  max-width: 860px;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
}

.order-steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.order-step-card {
  padding: 24px 18px 18px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  min-height: 206px;
}

.order-step-card::after {
  content: none;
}

.order-step-card:last-child::after {
  content: none;
}

.order-step-card__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
}

.order-step-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.05);
}

.order-step-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  color: #c70f2a;
}

.order-step-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #1f1f1f;
}

.contacts-section {
  margin-top: 0;
  background: #ffffff;
  padding: 94px 20px 70px;
}

.contacts-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
  color: #1d1d1d;
}

.contacts-section h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.contacts-section h2::after {
  content: "|";
  display: block;
  margin-top: 18px;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  color: #c70f2a;
}

.contacts-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.contacts-section__form-col {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: auto;
  min-height: 580px;
  padding: 20px;
  margin-top: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contacts-section__form-col h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1d;
  text-align: center;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0;
  flex: 1;
  min-height: 0;
}

.contacts-form .request-field {
  max-width: none;
  margin: 0;
}

.contacts-form .request-field input,
.contacts-form .request-field textarea {
  width: 100%;
  min-height: 64px;
  border: 1px solid #ececec;
  border-radius: 0;
  background: #f5f5f6;
  padding: 0 16px;
  font-family: inherit;
  font-size: 16px;
  color: #4a4a4a;
  text-align: left;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contacts-form .request-field input::placeholder,
.contacts-form .request-field textarea::placeholder {
  color: #8d8d8d;
}

.contacts-form .request-field input:focus,
.contacts-form .request-field textarea:focus {
  border-color: #cf0f2b;
  background: #f2f2f2;
}

.contacts-form .request-field--textarea textarea {
  padding: 14px 16px;
  line-height: 1.35;
  resize: vertical;
  min-height: 112px;
}

.contacts-form__submit {
  min-height: 56px;
  width: min(100%, 260px);
  align-self: center;
  border: 1px solid #cf0f2b;
  border-radius: 999px;
  background: #cf0f2b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.contacts-form__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

/* Unified visual style for primary CTA buttons across sections. */
.express-btn,
.hero__slide-link,
.mobile-nav__cta,
.express-calc-form__submit,
.colors-request-form button:not(.user-agreement-modal-trigger),
.promo-request-form button:not(.user-agreement-modal-trigger),
.contacts-form__submit {
  border: 1px solid #cf0f2b;
  border-radius: 8px;
  background: #cf0f2b;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 44px;
  padding: 0 14px;
  box-shadow: 0 8px 20px rgba(207, 15, 43, 0.24);
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.express-btn:hover,
.hero__slide-link:hover,
.mobile-nav__cta:hover,
.express-calc-form__submit:hover,
.colors-request-form button:not(.user-agreement-modal-trigger):hover,
.promo-request-form button:not(.user-agreement-modal-trigger):hover,
.contacts-form__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  border-color: #b20d25;
  background-color: #b20d25;
}

.express-btn:active,
.hero__slide-link:active,
.mobile-nav__cta:active,
.express-calc-form__submit:active,
.colors-request-form button:not(.user-agreement-modal-trigger):active,
.promo-request-form button:not(.user-agreement-modal-trigger):active,
.contacts-form__submit:active {
  transform: translateY(0);
}

.express-btn:focus-visible,
.hero__slide-link:focus-visible,
.mobile-nav__cta:focus-visible,
.express-calc-form__submit:focus-visible,
.colors-request-form button:not(.user-agreement-modal-trigger):focus-visible,
.promo-request-form button:not(.user-agreement-modal-trigger):focus-visible,
.contacts-form__submit:focus-visible {
  outline: 2px solid rgba(207, 15, 43, 0.35);
  outline-offset: 2px;
}

/* Outside hero keep CTA width visually shorter. */
.express-calc-form__submit,
.colors-request-form button:not(.user-agreement-modal-trigger),
.promo-request-form button:not(.user-agreement-modal-trigger),
.contacts-form__submit {
  padding: 0 12px;
}

.contacts-panel {
  display: grid;
  gap: 14px;
}

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

.contacts-role-card,
.contacts-production-card,
.contacts-showrooms {
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #ffffff;
  padding: 16px;
}

.contacts-role-card--office {
  border-color: #d6aab2;
  box-shadow: 0 8px 20px rgba(207, 15, 43, 0.08);
}

.contacts-role-card__label {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
}

.contacts-role-card h3,
.contacts-production-card h3,
.contacts-showrooms h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #1b1b1b;
}

.contacts-role-card p,
.contacts-production-card p,
.contacts-showroom-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1b1b1b;
}

.contacts-role-card p + p,
.contacts-production-card p + p,
.contacts-showroom-item p + p {
  margin-top: 8px;
}

.contacts-role-card__contact-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.contacts-role-card__contact-row .contacts-role-card__phone,
.contacts-role-card__contact-row .contacts-card__messengers {
  margin: 0;
}

.contacts-role-card__phone a,
.contacts-showroom-item a {
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(27, 27, 27, 0.3);
  text-underline-offset: 3px;
}

.contacts-role-card__phone a:hover,
.contacts-role-card__phone a:focus-visible,
.contacts-showroom-item a:hover,
.contacts-showroom-item a:focus-visible {
  color: #c70f2a;
  text-decoration-color: #c70f2a;
}

.contacts-card__messengers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts-card__messengers a {
  display: inline-flex;
  width: 22px;
  height: 22px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.contacts-card__messengers a:hover {
  transform: translateY(-1px);
}

.contacts-card__messengers img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.showroom-map-btn {
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: transparent;
  color: #1b1b1b;
  text-decoration: underline;
  text-decoration-color: rgba(27, 27, 27, 0.3);
  text-underline-offset: 3px;
  font: inherit;
  line-height: 1.5;
  text-align: left;
  text-wrap: pretty;
  cursor: pointer;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.showroom-map-btn:hover {
  color: #c70f2a;
  text-decoration-color: #c70f2a;
}

.showroom-map-btn:focus-visible {
  color: #c70f2a;
  text-decoration-color: #c70f2a;
}

.showroom-map-btn.is-active {
  color: #1b1b1b;
  text-decoration-color: rgba(27, 27, 27, 0.3);
}

.showroom-map-btn.is-active:hover,
.showroom-map-btn.is-active:focus-visible {
  color: #c70f2a;
  text-decoration-color: #c70f2a;
}

.showrooms-map-wrap {
  margin-top: 24px;
}

.showrooms-map-wrap h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
}

.showrooms-map {
  width: 100%;
  height: 360px;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f6;
}

.showrooms-map__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contacts-card__hours {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #4b4b4b;
}

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

.contacts-showroom-item {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 12px;
  background: #fafafa;
}

.contacts-showroom-item__city {
  font-weight: 600;
}

.contacts-showroom-item__extra {
  color: #4b4b4b;
}

.site-footer {
  margin: 0 12px 12px;
}

.site-footer__top {
  background: linear-gradient(90deg, #1b1d22 0%, #000000 100%);
  padding: 64px 24px 50px;
}

.site-footer__main-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1320px;
  gap: 76px;
  margin-right: 24px;
}

.site-footer__nav a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.2s ease;
}

.site-footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-footer__nav a + a::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #cf0f2b;
  transform: translateY(-50%);
}

.site-footer__nav a:hover::after {
  transform: scaleX(1);
}

.site-footer__socials {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  margin-right: 18px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.site-footer__contacts {
  margin-top: 52px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__contacts a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  transition: color 0.2s ease;
}

.site-footer__contacts a:hover {
  color: #ffffff;
}

.site-footer__contacts a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-footer__contacts a:hover::after {
  transform: scaleX(1);
}

.site-footer__contacts a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cf0f2b;
}

.site-footer__bottom {
  background: #ffffff;
  border-top: 1px solid #d8d8d8;
  padding: 16px 24px;
}

.site-footer__bottom p {
  margin: 0;
  text-align: left;
  color: #6b6b6b;
  font-size: 11px;
  line-height: 1.3;
}

.side-menu {
  position: fixed;
  z-index: 30;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.side-menu__head {
  width: 64px;
  min-height: 60px;
  display: grid;
  place-items: center;
  background: #cf0f2b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.side-menu__link {
  width: 64px;
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #e9e9e9;
  color: #9c9c9c;
  backdrop-filter: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.side-menu__link::before {
  content: attr(aria-label);
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-24px);
  padding: 0 12px;
  border-radius: 0;
  background: #cf0f2b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.26s ease, transform 0.3s cubic-bezier(0.2, 0.85, 0.25, 1);
}

.side-menu__link:hover {
  background: #cf0f2b;
  color: #fff;
}

.side-menu__link:hover::before,
.side-menu__link:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
  animation: side-menu-tooltip-fly-in 0.32s cubic-bezier(0.18, 0.9, 0.24, 1) both;
}

@keyframes side-menu-tooltip-fly-in {
  0% {
    opacity: 0;
    transform: translateY(-28px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.side-menu__link:focus-visible {
  outline: 2px solid #cf0f2b;
  outline-offset: -2px;
  background: #cf0f2b;
  color: #fff;
}

.side-menu__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.side-menu__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  filter: invert(61%);
  transition: filter 0.2s ease;
}

.side-menu__link:hover .side-menu__icon img,
.side-menu__link:focus-visible .side-menu__icon img {
  filter: invert(100%);
}

/* Entrance animation: hero expands, menu items slide in one-by-one */
body:not(.page-entered) .hero {
  opacity: 0;
  transform: scale(0.86);
  clip-path: inset(50% 50% 50% 50%);
}

body.page-entered .hero {
  animation: hero-expand 1s cubic-bezier(0.18, 0.8, 0.2, 1) forwards;
}

body:not(.page-entered) .side-menu__head,
body:not(.page-entered) .side-menu__link {
  opacity: 0;
  transform: translateX(96px);
}

body.page-entered .side-menu__head,
body.page-entered .side-menu__link {
  opacity: 0;
  transform: translateX(96px);
  animation: menu-item-right-in 0.42s cubic-bezier(0.2, 0.86, 0.26, 1) forwards;
}

body.page-entered .side-menu__head {
  animation-delay: 0.92s;
}

body.page-entered .side-menu__link:nth-child(2) {
  animation-delay: 1.04s;
}

body.page-entered .side-menu__link:nth-child(3) {
  animation-delay: 1.14s;
}

body.page-entered .side-menu__link:nth-child(4) {
  animation-delay: 1.24s;
}

body.page-entered .side-menu__link:nth-child(5) {
  animation-delay: 1.34s;
}

body.page-entered .side-menu__link:nth-child(6) {
  animation-delay: 1.44s;
}

body.page-entered .side-menu__link:nth-child(7) {
  animation-delay: 1.54s;
}

@keyframes hero-expand {
  0% {
    opacity: 0;
    transform: scale(0.86);
    clip-path: inset(50% 50% 50% 50%);
  }
  60% {
    opacity: 1;
    transform: scale(1.015);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes menu-item-right-in {
  from {
    opacity: 0;
    transform: translateX(96px);
  }
  70% {
    opacity: 1;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }

  .hero__bg {
    background-image: url("assets/images/hero/mobilehero.webp");
    background-position: center center;
  }

  .hero__top {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
    padding: 0 18px;
  }

  .logo-block {
    width: clamp(150px, 36vw, 208px);
    margin-left: 0;
  }

  .hero__title-group {
    margin-top: 0;
  }

  .express-btn {
    justify-self: center;
    margin-top: 6px;
    width: min(100%, 340px);
  }

  .hero__bottom {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 22px auto 0;
    max-width: 760px;
    text-align: center;
  }

  .hero__contacts {
    width: auto;
    justify-content: center;
    transform: none;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .hero__contacts-primary {
    justify-content: center;
  }

  .hero__slide-text {
    margin: 0 0 14px;
    max-width: 100%;
    line-height: 1.16;
  }

  .hero__slide-material {
    left: 20px;
    bottom: 20px;
    margin: 0;
    max-width: calc(100% - 40px);
  }

  .hero__slide-link {
    justify-content: center;
    min-height: 44px;
  }

  .hero__scroll-cue {
    width: 46px;
    height: 46px;
  }

  .hero__scroll-cue svg {
    width: 26px;
    height: 26px;
  }

  .colors-request-form {
    grid-template-columns: 1fr;
  }

  .promo-request-form {
    grid-template-columns: 1fr;
  }

  .request-field--full {
    grid-column: auto;
  }

  .request-field__required {
    left: -12px;
  }

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

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

  .projects-track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .certificates-track {
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 12px 10px;
  }

  .certificate-card {
    max-width: 150px;
  }

  .certificate-card:nth-child(5) {
    grid-column: auto;
  }

  .side-menu {
    transform: translateY(-50%) scale(0.78);
    transform-origin: right center;
  }

  .contacts-section__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contacts-section__form-col {
    padding: 20px;
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  .contacts-form {
    min-height: 0;
  }

  .contacts-form__submit {
    width: 100%;
  }

  .site-footer__top {
    padding: 44px 18px 36px;
  }

  .site-footer__main-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 14px;
  }

  .site-footer__socials {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    margin: 0;
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 82px;
    padding-bottom: 0;
    border-radius: 0;
  }

  .hero__bg {
    background-image: url("assets/images/hero/mobilehero.webp");
    background-position: 60% center;
  }

  .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(21, 13, 8, 0.08) 0%,
      rgba(36, 23, 14, 0.16) 42%,
      rgba(20, 12, 7, 0.28) 100%
    );
  }

  .hero__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: max(14px, env(safe-area-inset-top)) 10px 14px 6px;
    margin: 0;
    background: rgba(218, 218, 218, 0.82);
    border-bottom: 1px solid rgba(176, 176, 176, 0.65);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .logo-block {
    width: min(150px, 44vw);
    margin-top: 0;
    gap: 0;
    align-items: flex-start;
    margin-left: -174px;
  }

  .logo-card {
    margin-top: 0;
    padding: 0;
    aspect-ratio: auto;
    background: transparent;
    width: 100%;
    justify-content: flex-start;
  }

  .logo-tag {
    display: none;
  }

  .hero__title-group {
    display: none;
  }

  .hero__mobile-top-block {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(max(14px, env(safe-area-inset-top)) + 88px);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero__mobile-lead {
    display: block;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(20px, 6.1vw, 27px);
    font-weight: 500;
    line-height: 1.04;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  }

  .hero__mobile-products {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .hero__mobile-products span {
    position: relative;
    padding-right: 12px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
  }

  .hero__mobile-products span::after {
    content: "";
    position: absolute;
    right: 2px;
    color: rgba(255, 255, 255, 0.7);
  }

  .hero__mobile-products span:last-child::after {
    content: "";
  }

  .hero__mobile-bottom-block {
    position: absolute;
    left: 16px;
    right: 16px;
    top: auto;
    bottom: calc(env(safe-area-inset-bottom) + clamp(14px, 3.8vh, 28px));
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(12px, 2.4vh, 18px);
  }

  .hero__mobile-heading {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 9.6vw, 46px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.52);
  }

  .hero__mobile-subtitle {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(14px, 3.9vw, 17px);
    line-height: 1.36;
    text-wrap: pretty;
    text-align: left;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  }

  .hero__contacts {
    display: none;
  }

  .hero__contacts-primary {
    gap: 8px;
  }

  .phone-link {
    min-height: 0;
    font-size: clamp(16px, 4.5vw, 21px);
    font-weight: 600;
  }

  .messenger-btn {
    width: 32px;
    height: 32px;
  }

  .express-btn {
    display: none;
  }

  .hero__burger {
    width: 46px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 6px;
    cursor: pointer;
  }

  .hero__burger span {
    width: 100%;
    height: 3px;
    border-radius: 0;
    background: #cf0f2b;
    display: block;
  }

  .hero__bottom {
    display: none;
  }

  .hero__slide-text {
    display: none;
  }

  .hero__slide-material {
    display: none;
  }

  .hero__mobile-cta {
    position: static;
    width: 100%;
    max-width: 360px;
    display: inline-grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
    min-height: 50px;
    border-radius: 8px;
    background: #cf0f2b;
    color: #ffffff;
    border: 1px solid #cf0f2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(207, 15, 43, 0.24);
    overflow: hidden;
    margin-top: 2px;
  }

  .hero__mobile-cta-label,
  .hero__mobile-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }

  .hero__mobile-cta-label {
    min-width: 156px;
  }

  .hero__mobile-cta-arrow {
    position: relative;
    min-width: 56px;
    justify-content: flex-end;
    padding-right: 12px;
    letter-spacing: 0;
  }

  .hero__mobile-cta-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.85);
  }

  .hero__mobile-cta .express-btn__arrow-icon {
    width: 18px;
    height: 18px;
  }

  .hero__mobile-cta:active .express-btn__arrow-icon {
    transform: translateX(2px);
  }

  .hero__scroll-cue {
    display: none;
    left: 50%;
    bottom: 0;
    width: 46px;
    height: 46px;
  }

  .hero__scroll-cue svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .side-menu {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: none;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.46);
  }

  .mobile-nav__panel {
    position: relative;
    width: 100vw;
    max-width: none;
    height: 100svh;
    margin: 0;
    background: #1f2025;
    color: #fff;
    padding: max(12px, env(safe-area-inset-top)) 20px 22px;
    border: 0;
    overflow-y: auto;
  }

  .mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-nav__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  .mobile-nav__lang {
    color: #cf0f2b;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-nav__close {
    border: 0;
    background: transparent;
    color: #cf0f2b;
    font-size: 42px;
    line-height: 0.7;
    width: 38px;
    height: 38px;
    padding: 0;
    cursor: pointer;
  }

  .mobile-nav__links {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .mobile-nav__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .mobile-nav__plus {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
  }

  .mobile-nav__cta {
    margin-top: 24px;
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cf0f2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .mobile-nav__contacts {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-nav__phone {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
  }

  .mobile-nav__messengers {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-nav__messengers a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.09);
  }

  .mobile-nav__messengers img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
  }

  .express-calc-form__submit {
    width: 100%;
    font-size: 13px;
  }

  .express-calc-section__contact {
    font-size: 15px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .colors-section h2 {
    font-size: 38px;
  }

  .promo-section h2 {
    font-size: 38px;
  }

  .production-section h2 {
    font-size: 38px;
  }

  .projects-section h2 {
    font-size: 38px;
  }

  .selection-request-section h2 {
    font-size: 38px;
  }

  .certificates-section h2 {
    font-size: 38px;
  }

  .materials-section h2 {
    font-size: 38px;
  }

  .test-drive-section h2 {
    font-size: 38px;
  }

  .order-steps-section h2 {
    font-size: 38px;
  }

  .contacts-section h2 {
    font-size: 38px;
  }

  .colors-popular-title,
  .colors-home__title {
    font-size: 26px;
  }

  .colors-section__lead {
    font-size: 24px;
  }

  .colors-home__desc {
    font-size: 18px;
  }

  .production-section__desc {
    font-size: 18px;
  }

  .projects-section__desc {
    font-size: 18px;
  }

  .selection-request-section__desc {
    font-size: 18px;
  }

  .certificates-section__desc {
    font-size: 18px;
  }

  .materials-section__desc {
    font-size: 18px;
  }

  .test-drive-section__desc {
    font-size: 18px;
  }

  .order-steps-section__desc {
    font-size: 20px;
  }

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

  .order-step-card::after {
    display: none;
  }

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

  .production-video-placeholder {
    min-height: 220px;
    font-size: 22px;
  }

  .production-gallery {
    grid-template-columns: 1fr;
  }

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

  .certificate-card {
    max-width: 100%;
  }

  .certificate-card:nth-child(5) {
    grid-column: auto;
  }

  .certificate-card__preview {
    aspect-ratio: 3 / 4;
    height: auto;
  }

  .certificates-slider__nav {
    width: 38px;
    height: auto;
    justify-self: auto;
    font-size: 30px;
    padding: 0;
  }

  .certificates-slider__nav img {
    width: 78px;
    height: 34px;
  }

  .certificates-slider__controls {
    margin-top: 14px;
    padding-right: 34px;
  }

  .certificate-modal__dialog {
    width: fit-content;
    max-width: 96vw;
    padding: 48px 12px 18px;
  }

  .certificate-modal__slider {
    grid-template-columns: auto auto auto;
    gap: 6px;
  }

  .certificate-modal__image {
    max-height: 68vh;
  }

  .certificate-modal__nav {
    width: 38px;
    height: 38px;
  }

  .materials-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .materials-logos img {
    height: 58px;
  }

  .materials-logos img[src*="vicostonelogo"] {
    transform: translateX(12px);
  }

  .test-drive-video-placeholder {
    min-height: 220px;
    font-size: 22px;
    border-radius: 12px;
  }

  .test-drive-video-placeholder video {
    border-radius: 12px;
  }

  .order-steps-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .order-step-card {
    padding: 18px 14px 16px;
  }

  .order-step-card h3 {
    font-size: 22px;
  }

  .order-step-card p {
    font-size: 16px;
  }

  .projects-slider {
    display: block;
  }

  .projects-track {
    grid-auto-columns: 100%;
  }

  .projects-slider__nav {
    width: 38px;
    height: auto;
    justify-self: auto;
    font-size: 30px;
    padding: 0;
  }

  .projects-slider__nav img {
    width: 78px;
    height: 34px;
  }

  .projects-slider__controls {
    margin-top: 14px;
    padding-right: 0;
  }

  .form-captcha {
    transform: scale(0.95);
    transform-origin: center top;
  }

  .project-card__title {
    font-size: 17px;
  }

  .selection-request-section h3 {
    font-size: 24px;
  }

  .contacts-section__form-col h3 {
    font-size: 28px;
  }

  .contacts-role-grid {
    grid-template-columns: 1fr;
  }

  .contacts-showrooms__grid {
    grid-template-columns: 1fr;
  }

  .showrooms-map {
    height: 300px;
  }

  .project-modal__dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 8px;
    padding: 46px 12px 20px;
  }

  .project-modal__slider {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .project-modal__nav {
    width: 38px;
    height: 38px;
    justify-self: center;
  }

  .project-modal__title {
    font-size: 20px;
  }

  .project-modal__desc {
    font-size: 16px;
  }

  .color-modal__dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 8px;
  }

  .color-modal__title {
    font-size: 18px;
  }

  .thanks-modal__dialog {
    width: calc(100vw - 18px);
    margin-top: 16vh;
    border-radius: 8px;
    padding: 46px 14px 20px;
  }

  .thanks-modal__dialog h3 {
    font-size: 26px;
  }

  .thanks-modal__dialog p {
    font-size: 16px;
  }

  .user-agreement-modal__dialog {
    width: calc(100vw - 18px);
    max-height: 88vh;
    border-radius: 8px;
    padding: 46px 14px 16px;
  }

  .user-agreement-modal__title {
    font-size: 19px;
  }

  .user-agreement-modal__body {
    font-size: 14px;
  }

  .site-footer {
    margin-left: 8px;
    margin-right: 8px;
  }

  .site-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-right: 0;
  }

  .site-footer__nav a + a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .site-footer__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .site-footer__contacts a + a {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .site-footer__bottom {
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.page-entered) .hero,
  body:not(.page-entered) .side-menu,
  body:not(.page-entered) .side-menu__head,
  body:not(.page-entered) .side-menu__link {
    opacity: 1;
    transform: none;
    clip-path: none;
  }

  body.page-entered .hero,
  body.page-entered .side-menu,
  body.page-entered .side-menu__head,
  body.page-entered .side-menu__link {
    animation: none;
  }
}

/* Final contacts form size override (without !important). */
.contacts-section .contacts-section__form-col {
  height: 567px;
  min-height: 567px;
  padding: 20px;
  gap: 14px;
}

.contacts-section .contacts-form {
  min-height: 0;
}

@media (max-width: 980px) {
  .contacts-section .contacts-section__form-col {
    height: 567px;
    min-height: 567px;
    padding: 20px;
    gap: 14px;
  }
}
