@font-face {
  font-family: "Livingston Sans";
  src: url("/assets/livingston-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --olive: #54756a;
  --olive-dark: #31473f;
  --cream: #f3ede2;
  --sand: #e6ded0;
  --paper: #fffdfa;
  --ink: #181916;
  --muted: #66685f;
  --error: #812c24;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Livingston Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 5px;
  background: #fff;
  color: #000;
}
.skip-link:focus { transform: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 12px 24px;
  background: var(--olive);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-1px); background: #66897d; }
.button--light { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.12); backdrop-filter: blur(5px); }
.button--light:hover, .button--light:focus-visible { background: #fff; color: #222; }
.button--dark { background: #161714; }
.button--dark:hover, .button--dark:focus-visible { background: #343630; }

.site-header {
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--cream);
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  min-height: 82px;
  gap: 25px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: .88;
  letter-spacing: .17em;
  text-decoration: none;
}
.brand span { font-size: 9px; letter-spacing: .48em; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 22px; }
.site-nav a { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: .72; }
.header-sales { min-width: 128px; color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.25; text-align: center; }
.header-sales a { display: block; margin-top: 2px; color: #fff; font-size: 15px; font-weight: 650; text-decoration: none; }
.header-cta { min-height: 38px; padding: 9px 15px; background: transparent; border-color: rgba(255,255,255,.62); font-size: 11px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; padding: 8px; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #24342f url("/assets/images/hero.jpg") center 42% / cover no-repeat;
  color: #fff;
  text-align: center;
}
.hero::before { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,15,13,.42), rgba(9,15,13,.16) 50%, rgba(9,15,13,.58)); content: ""; }
.hero__content { position: relative; z-index: 1; width: min(1080px, calc(100% - 36px)); padding: 110px 0 42px; }
.hero__brand { margin: 0 0 34px; font-size: clamp(38px, 5.2vw, 72px); font-weight: 300; line-height: 1; letter-spacing: .095em; }
.hero h1 { margin: 0 auto 36px; max-width: 820px; font-size: clamp(26px, 3.4vw, 48px); font-weight: 300; line-height: 1.17; letter-spacing: .025em; text-transform: uppercase; }
.hero__facts { display: flex; justify-content: center; gap: 70px; margin: 56px auto 0; }
.hero__facts div { display: grid; grid-template-columns: 20px 1fr; column-gap: 12px; min-width: 190px; color: rgba(255,255,255,.9); text-align: left; }
.hero__facts div::before { content: "✓"; grid-row: 1 / span 2; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.16); text-align: center; }
.hero__facts strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.hero__facts span { font-size: 14px; }

.about { padding: 110px 0; background: #fff; }
.about__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.about__image img { height: 570px; object-fit: cover; }
.about__copy h2, .section-heading h2, .benefits h2, .presentation h2, .investment h2, .payment h2, .project-faq h2, .address h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
}
.about__copy h2 { margin-bottom: 28px; font-size: clamp(34px, 3.5vw, 52px); }
.about__copy > p:not(.eyebrow) { margin: 0 0 18px; color: #44463f; font-size: 18px; line-height: 1.6; }

.spaces { padding: 100px 0 115px; background: #171916; color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -36px; color: #9ab2a9; }
.section-heading h2 { max-width: 760px; }
.section-heading > p:last-child { margin: 0; max-width: 430px; color: rgba(255,255,255,.7); font-size: 18px; }
.section-heading--center { display: block; max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading--center .eyebrow { margin: 0 0 14px; }
.spaces__grid { display: grid; grid-template-columns: .78fr 1.15fr 1fr; gap: 14px; align-items: stretch; }
.spaces__grid img { height: 560px; object-fit: cover; }
.spaces__grid figure { position: relative; margin: 0; }
.spaces__grid figcaption { position: absolute; right: 22px; bottom: 24px; left: 22px; padding: 18px; background: rgba(11,14,12,.78); color: #fff; font-size: 15px; }

.benefits { padding: 105px 0 115px; background: #f8f5ef; text-align: center; }
.benefits h2 { margin-bottom: 54px; }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefits__grid article { min-height: 285px; padding: 35px 28px; border: 1px solid rgba(50,66,59,.1); background: #fff; }
.benefits__grid img { width: 92px; height: 92px; margin: 0 auto 18px; object-fit: contain; }
.benefits__grid h3 { margin: 0 0 9px; color: var(--olive-dark); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.benefits__grid p { margin: 0; color: var(--muted); }

.presentation { padding: 105px 0; background: var(--olive); color: #fff; }
.presentation__grid { display: grid; grid-template-columns: 1.1fr .7fr .9fr; gap: 48px; align-items: center; }
.presentation .eyebrow { color: #d9e5e0; }
.presentation h2 { margin-bottom: 25px; }
.presentation__copy > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 17px; }
.presentation__media img { width: 100%; max-width: 360px; margin: auto; object-fit: contain; }

.lead-form { display: grid; gap: 13px; }
.field { width: 100%; min-height: 54px; border: 1px solid #ced2cd; border-radius: 3px; padding: 13px 16px; background: #fff; color: #161713; outline: none; }
.field:focus { border-color: #79968b; box-shadow: 0 0 0 3px rgba(84,117,106,.15); }
.lead-form > .button { width: 100%; min-height: 54px; background: #181a17; }
.lead-form--dark > .button { background: var(--olive); }
.consents { display: grid; gap: 7px; margin-top: 4px; }
.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.36; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--olive-dark); }
.consent a { text-underline-offset: 2px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; border-radius: 3px; padding: 10px 13px; background: rgba(255,255,255,.16); font-size: 13px; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: rgba(129,44,36,.26); }

.investment { padding: 110px 0; background: #fff; }
.investment__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.investment__media img { max-height: 760px; object-fit: cover; }
.investment h2 { margin-bottom: 26px; }
.investment h2 em { color: var(--olive); font-style: italic; }
.investment__copy > p:not(.eyebrow) { color: #50524b; font-size: 16px; line-height: 1.65; }
.investment .lead-form { grid-template-columns: 1fr 1fr; margin-top: 28px; }
.investment .lead-form .consents, .investment .lead-form .form-status, .investment .lead-form .form-honeypot { grid-column: 1 / -1; }
.investment .consent { color: #5f615a; }

.apartments { padding: 105px 0 115px; background: #f3efe7; }
.apartments .section-heading h2 { color: #2d312d; }
.apartments__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.apartments__grid article { overflow: hidden; background: #fff; box-shadow: 0 18px 45px rgba(39,46,42,.08); }
.apartments__grid img { height: 360px; object-fit: cover; }
.apartments__grid article > div { padding: 28px; }
.apartments__grid h3 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; text-transform: uppercase; }
.apartments__grid p { margin: 7px 0; color: var(--muted); }
.apartments__grid .button { margin-top: 18px; }

.payment { padding: 95px 0; background: #fff; }
.payment__ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 42px; }
.payment__ways article { display: grid; align-content: end; min-height: 330px; padding: 28px; border: 1px solid rgba(84,117,106,.16); border-radius: 8px; background: var(--cream); text-align: center; }
.payment__ways img { width: 100%; height: 230px; object-fit: contain; }
.payment__ways h3 { margin: 18px 0 0; color: var(--olive-dark); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }

.gallery { padding: 95px 0 0; background: #171916; color: #fff; }
.gallery .section-heading .eyebrow { color: #9ab2a9; }
.slider { position: relative; }
.slider__viewport { position: relative; overflow: hidden; }
.slider__track { position: relative; min-height: 700px; }
.slider__slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.slider__slide.is-active { opacity: 1; pointer-events: auto; }
.slider__slide img { width: 100%; height: 700px; object-fit: cover; }
.slider__control { position: absolute; z-index: 3; top: 50%; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(15,18,16,.36); color: #fff; font-size: 36px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.slider__control--prev { left: 26px; }
.slider__control--next { right: 26px; }
.slider__dots { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.slider__dot { width: 9px; height: 9px; border: 0; border-radius: 50%; padding: 0; background: rgba(255,255,255,.5); cursor: pointer; }
.slider__dot.is-active { background: #fff; transform: scale(1.3); }

.project-faq { padding: 90px 0; background: #fffcfa; color: #28231f; }
.project-faq__head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: end; margin-bottom: 30px; }
.project-faq__head h2 { font-size: clamp(35px, 3.7vw, 48px); }
.project-faq__head > div:first-child > p:last-child { max-width: 720px; color: #5d554b; font-size: 17px; }
.project-faq__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.project-faq__tags span { display: inline-flex; align-items: center; min-height: 34px; border: 1px solid rgba(111,84,45,.25); border-radius: 999px; padding: 7px 13px; background: rgba(255,255,255,.78); font-size: 13px; font-weight: 650; }
.project-faq__facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.project-faq__facts article, .project-faq details { border: 1px solid rgba(40,35,31,.08); background: #fff; box-shadow: 0 18px 45px rgba(54,45,34,.07); }
.project-faq__facts article { min-height: 170px; padding: 22px; }
.project-faq__facts small { display: block; margin-bottom: 12px; color: #6f542d; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-faq__facts strong { display: block; margin-bottom: 12px; font-size: 23px; line-height: 1.15; }
.project-faq__facts span { color: #5d554b; font-size: 15px; }
.project-faq__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.project-faq details { padding: 0 20px; }
.project-faq summary { padding: 20px 28px 20px 0; font-size: 17px; font-weight: 700; cursor: pointer; }
.project-faq details p { margin: -4px 0 20px; color: #5d554b; }

.address { position: relative; min-height: 600px; background: #e5e2dc; }
.address__map { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 40% 46%, rgba(84,117,106,.23), transparent 8%), linear-gradient(25deg, transparent 49%, rgba(255,255,255,.7) 50%, transparent 51%), linear-gradient(160deg, transparent 48%, rgba(255,255,255,.8) 49%, transparent 50%), #dfe1dd; background-size: auto, 90px 90px, 140px 140px, auto; }
.address__map iframe { width: 100%; height: 100%; border: 0; }
.address__card { position: absolute; z-index: 2; top: 50%; left: max(40px, calc((100% - 1160px) / 2)); width: min(420px, calc(100% - 80px)); padding: 42px; background: #171916; color: #fff; transform: translateY(-50%); }
.address__card .eyebrow { color: #a9bdb6; }
.address__card h2 { font-size: 38px; }
.address__card p:not(.eyebrow) { margin: 20px 0 28px; color: rgba(255,255,255,.72); font-size: 18px; }

.site-footer { padding: 52px 0 0; background: #0d0d0d; color: #fff; }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 45px; }
.site-footer__inner strong, .site-footer__sale { font-size: 18px; }
.site-footer__inner p, .site-footer__legal { margin: 14px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }
.site-footer__inner a { color: #fff; }
.messengers { padding: 27px 20px 34px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }
.messengers p { margin: 0 0 14px; font-weight: 650; }
.messengers__actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.messengers__actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 108px; min-height: 42px; border-radius: 999px; padding: 10px 16px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.messengers__telegram { background: #229ed9; }
.messengers__max { background: #6a56f0; }
.messengers__whatsapp { background: #25d366; }

.cookie { position: fixed; z-index: 9000; right: 18px; bottom: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; width: min(680px, calc(100% - 36px)); padding: 17px; border: 1px solid rgba(0,0,0,.12); border-radius: 8px; background: #fff; box-shadow: 0 14px 48px rgba(0,0,0,.2); color: #333; }
.cookie[hidden] { display: none; }
.cookie strong { display: block; margin-bottom: 3px; }
.cookie p { margin: 0; font-size: 12px; line-height: 1.4; }
.cookie button { min-height: 40px; border: 1px solid #8e918c; border-radius: 5px; padding: 8px 12px; background: #fff; cursor: pointer; }
.cookie [data-cookie-accept] { border-color: var(--olive); background: var(--olive); color: #fff; }
body.cookie-banner-open #fh-native-chat,
body.cookie-banner-open #fh-native-call { visibility: hidden !important; pointer-events: none !important; }

.modal { position: fixed; z-index: 8000; inset: 0; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: rgba(8,11,9,.78); }
.modal[hidden] { display: none; }
.modal__panel { position: relative; width: min(560px, 100%); margin: auto; padding: 45px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal__panel h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1.14; }
.modal__panel > p { margin: 0 0 25px; color: var(--muted); }
.modal__panel .consent { color: #5f615a; }
.modal__close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; padding: 0 0 3px; background: #f2f1ee; color: #262723; font-size: 28px; line-height: 1; cursor: pointer; }

.legal-page { background: #f7f5f0; }
.legal-page .site-header { position: relative; background: #171916; }
.legal-title { padding: 80px 20px 45px; background: var(--olive); color: #fff; text-align: center; }
.legal-title h1 { max-width: 980px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 58px); font-weight: 400; line-height: 1.12; }
.legal-content { width: min(940px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 90px; }
.legal-content h2 { margin: 35px 0 12px; font-size: 24px; }
.legal-content p, .legal-content li { color: #4d5049; line-height: 1.75; }
.legal-content table { width: 100%; border-collapse: collapse; }
.legal-content th, .legal-content td { border: 1px solid #d5d4cf; padding: 10px; text-align: left; vertical-align: top; }
.legal-page .site-footer { padding-top: 40px; text-align: center; }
.site-footer__legal { width: min(760px, calc(100% - 40px)); margin: 16px auto 35px; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: #171916; color: #fff; text-align: center; }
.not-found h1 { margin: 0; font: 400 110px/1 Georgia, serif; }

@media (max-width: 1020px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: rgba(20,24,21,.98); }
  .site-nav a { padding: 13px 10px; text-align: center; }
  .menu-open .site-nav { display: flex; }
  .header-sales { justify-self: end; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .about__grid, .investment__grid { gap: 46px; }
  .presentation__grid { grid-template-columns: 1fr .75fr; gap: 38px; }
  .presentation__grid .lead-form { grid-column: 1 / -1; }
  .spaces__grid img { height: 460px; }
  .project-faq__facts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .site-header__inner { min-height: 72px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .site-nav { top: 72px; right: 16px; left: 16px; }
  .header-sales { font-size: 9px; }
  .header-sales a { font-size: 13px; }
  .brand { font-size: 13px; }
  .hero { min-height: 760px; background-position: 58% center; }
  .hero__content { padding-top: 110px; }
  .hero__brand { margin-bottom: 26px; font-size: 38px; }
  .hero h1 { font-size: 25px; }
  .hero__facts { gap: 20px; margin-top: 54px; }
  .hero__facts div { min-width: 0; font-size: 12px; }
  .hero__facts span { font-size: 12px; }
  .about, .spaces, .benefits, .presentation, .investment, .apartments, .payment, .project-faq { padding: 68px 0; }
  .about__grid, .presentation__grid, .investment__grid { grid-template-columns: 1fr; gap: 34px; }
  .presentation__grid .lead-form { grid-column: auto; }
  .about__image img { height: 430px; }
  .about__copy h2, .section-heading h2, .benefits h2, .presentation h2, .investment h2, .payment h2, .project-faq h2, .address h2 { font-size: 35px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading .eyebrow { margin: 0 0 12px; }
  .section-heading > p:last-child { margin-top: 18px; }
  .spaces__grid { grid-template-columns: 1fr; }
  .spaces__grid img { height: 420px; }
  .spaces__grid figure img { height: 480px; }
  .benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .benefits__grid article { min-height: 245px; padding: 24px 16px; }
  .benefits__grid img { width: 70px; height: 70px; }
  .benefits__grid h3 { font-size: 21px; }
  .benefits__grid p { font-size: 14px; }
  .investment__media { order: 2; }
  .investment .lead-form { grid-template-columns: 1fr; }
  .investment .lead-form .consents, .investment .lead-form .form-status, .investment .lead-form .form-honeypot { grid-column: auto; }
  .apartments__grid { grid-template-columns: 1fr; }
  .apartments__grid img { height: 260px; }
  .payment__ways { gap: 8px; margin-top: 28px; }
  .payment__ways article { min-height: 160px; padding: 14px 8px; }
  .payment__ways img { height: 96px; }
  .payment__ways h3 { margin-top: 10px; font-size: 20px; }
  .slider__track, .slider__slide img { height: 540px; min-height: 540px; }
  .slider__control { width: 44px; height: 44px; font-size: 29px; }
  .slider__control--prev { left: 12px; }
  .slider__control--next { right: 12px; }
  .project-faq__head, .project-faq__facts, .project-faq__grid { grid-template-columns: 1fr; }
  .project-faq__facts article { min-height: 145px; }
  .address { min-height: 640px; display: grid; grid-template-rows: 360px auto; }
  .address__map { position: relative; inset: auto; }
  .address__card { position: relative; top: auto; left: auto; width: 100%; padding: 36px 24px; transform: none; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 22px; }
  .cookie { right: 12px; bottom: 12px; grid-template-columns: 1fr 1fr; width: calc(100% - 24px); }
  .cookie > div { grid-column: 1 / -1; }
  .cookie button { width: 100%; }
  .modal { padding: 12px; }
  .modal__panel { padding: 42px 22px 26px; }
  .modal__panel h2 { font-size: 29px; }
  .legal-title { padding-top: 56px; }
  .legal-content { width: min(100% - 30px, 620px); overflow-x: auto; }
}

@media (max-width: 420px) {
  .header-sales { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefits__grid article { min-height: auto; }
  .hero__facts { flex-direction: column; align-items: center; gap: 14px; }
  .hero__facts div { width: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
