/* LUXER: a small evolution of the existing light identity.
   Layers: header 99 (existing), modal layers remain owned by existing CSS. */
:root {
  --luxer-ink: #49453f;
  --luxer-accent: #806938;
  --luxer-line: #dedbd5;
  --luxer-surface: #f8f8f6;
  --c-gold: #806938;
  --c-gold-hover: #67542d;
}
html { scroll-padding-top: 100px; }
body { color: var(--luxer-ink); }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--luxer-accent);
  outline-offset: 5px;
}
.header { background: #fff; border-bottom: 1px solid var(--luxer-line); padding: 10px 0; }
.header .header-wrap { min-height: 60px; gap: 20px; }
.header .header-logo { margin: 0; flex-shrink: 0; }
.header .header-logo img { width: 106px; height: 56px; object-fit: contain; }
.header .header-contact { font-size: 14px; font-weight: 400; }
.header .header-contact ul li:nth-of-type(1) { display: none; }
.header .header-contact ul li:nth-of-type(2) a { margin-right: 0; }
.header .header-contact ul li:nth-of-type(2) a:nth-of-type(2) { font-size: 12px; color: var(--luxer-accent); }
.header .header-action { margin-left: 0; }
.header .header-action .btn-ico {
  min-height: 42px; padding: 9px 16px; gap: 8px; white-space: nowrap;
  font-size: 14px; color: var(--luxer-ink); border: 1px solid #aaa397; border-radius: 999px;
}
.header .header-action .btn-ico svg { width: 19px; height: 19px; margin: 0; }
.header .header-action .btn-ico svg, .header .header-action .btn-ico svg path { fill: currentColor; }
.header .header-menu {
  appearance: none; background: transparent; border: 1px solid var(--luxer-line);
  border-radius: 50%; color: var(--luxer-ink); padding: 8px; margin: 0;
  min-width: 44px; min-height: 44px; align-items: center; justify-content: center;
}
.header .header-menu svg { width: 26px; height: 26px; }
.header .header-menu svg, .header .header-menu svg path { fill: currentColor; }
.header .header-menu:hover { background: var(--luxer-surface); }
.header .header-menu-item a { color: var(--luxer-ink); }
.header .header-menu-item-active a, .header .header-menu-item a:hover { color: var(--luxer-accent); }
.header .header-menu-item-active a { text-decoration: underline; text-underline-offset: 7px; }
.header .header-menu-item::before { display: none; }
@media (min-width: 1200px) {
  .header .header-wrap { flex-wrap: nowrap; gap: 24px; }
  .header .header-logo { order: 0; }
  .header .header-navigation { order: 1; margin-left: auto; margin-right: auto; }
  .header .header-contact { order: 2; flex-shrink: 0; }
  .header .header-action { order: 3; flex-shrink: 0; }
  .header .header-menu, .header .header-action-xs { display: none; }
  .header .header-menu-list { display: flex; flex-direction: row; gap: 22px; width: auto; height: auto; padding: 0; margin: 0; }
  .header .header-menu-item { margin: 0; }
  .header .header-menu-item-link { font-size: 14px; line-height: 1.4; font-weight: 500; letter-spacing: 0; white-space: nowrap; }
}
@media (max-width: 1199px) {
  .header .header-logo { margin-right: auto; }
  .header .header-menu { display: inline-flex; }
  .header .header-navigation { display: none; width: 100%; }
  .header.header-active { position: fixed; height: 100dvh; max-height: 100dvh; overflow-y: auto; overscroll-behavior: contain; }
  .header.header-active .container { height: auto; min-height: 100%; }
  .header.header-active .header-wrap { height: auto; overflow: visible; }
  .header.header-active .header-navigation { display: block; }
  .header.header-active .header-menu-list { display: flex; height: auto; padding: 28px 0 40px; margin: 0; gap: 8px; }
  .header .header-menu-item { margin: 0; }
  .header .header-menu-item-link { display: block; font-size: clamp(26px, 4vw, 38px); line-height: 1.25; letter-spacing: -.03em; padding: 12px 0; }
}
@media (max-width: 767px) {
  .header { padding: 8px 0; }
  .header .header-wrap { min-height: 56px; gap: 12px; }
  .header .header-logo img { width: 100px; height: 53px; }
  .header .header-contact, .header .header-action { display: none; }
  .header .header-action-xs { display: flex; gap: 6px; }
  .header .header-action-xs a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 44px; margin: 0; }
  .header .header-action-xs svg { width: 25px; height: 25px; }
}
/* Keep the existing image-led opening, make its title readable immediately. */
body .promo-slider .main-promo { min-height: 0; padding-top: 104px !important; padding-bottom: 0; }
body .promo-slider .main-promo-image { margin: 0; }
body .promo-slider .main-promo-image img { display: block; width: 100%; height: clamp(280px, calc(100svh - 410px), 490px); object-fit: cover; }
body .promo-intro { padding-top: 36px; }
body .promo-intro .main-promo-title {
  font-size: clamp(38px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.045em;
  max-width: 1100px; padding: 0; margin: 0 auto 24px; text-align: center;
}
body .promo-intro .main-promo-title, body .promo-intro .main-promo-title span,
body .promo-intro .company-facts-list, body .promo-intro .company-facts-item,
body .promo-intro .main-promo-info-description p {
  opacity: 1; animation: none; transform: none;
}
body .promo-intro .main-promo-title span { color: var(--luxer-accent); }
body .promo-intro .contacts { margin: 0 auto 48px; padding: 0; border: 0; }
body .promo-intro .contacts::before, body .promo-intro .contacts::after { display: none; }
body .promo-intro .contacts-header { font-size: 18px; line-height: 1.5; margin-bottom: 20px; font-weight: 400; }
body .promo-intro .contacts-header .mobile-width { display: inline; }
body .promo-intro .main-promo-info { display: block; max-width: none; }
body .promo-intro .main-promo-info-link { margin: 0 0 24px; }
body .promo-intro .main-promo-info-link a { justify-content: center; font-size: 22px; }
body .promo-intro .company-facts-list {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px;
  max-width: none; width: 100%; margin: 0 0 40px; padding: 28px 0;
  border-top: 1px solid var(--luxer-line); border-bottom: 1px solid var(--luxer-line);
}
body .promo-intro .company-facts-item { width: auto; min-width: 0; }
body .promo-intro .company-facts-big-text { font-size: clamp(38px, 4.5vw, 60px); line-height: 1.1; letter-spacing: -.04em; margin-bottom: 10px; }
body .promo-intro .company-facts-text { font-size: 16px; line-height: 1.4; }
body .promo-intro .main-promo-info-description { width: 100%; max-width: 850px; margin: 0 auto; padding-bottom: 56px; font-size: 18px; line-height: 1.65; }
.contacts-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.contacts .contacts-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  margin: 0; padding: 12px 24px; border: 1px solid #a49d91; border-radius: 999px;
  font-size: 16px; line-height: 1.35; color: var(--luxer-ink); background: transparent;
  transition: background-color .18s, color .18s, border-color .18s;
}
.contacts .contacts-button:first-child { color: #fff; background: #645e5a; border-color: #645e5a; }
.contacts .contacts-button:hover { background: #eeeae3; border-color: var(--luxer-accent); color: var(--luxer-ink); }
.contacts .contacts-button:first-child:hover { background: #4e4844; border-color: #4e4844; color: #fff; }
body .main-promo-title-side { font-size: clamp(36px, 5vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
body .section-header { line-height: 1.2; letter-spacing: -.035em; margin-bottom: 42px; }
body .section-header ~ .section-description { margin-top: -26px; }
body .main-owner-description { font-size: clamp(21px, 2.2vw, 30px); line-height: 1.45; letter-spacing: -.025em; }
body .main-services-list-item-title { font-size: clamp(26px, 3vw, 38px); line-height: 1.2; }
body .main-services-list-item { border-color: var(--luxer-line); padding-top: 24px; padding-bottom: 24px; }
body .main-services-list-item:last-of-type { border-color: var(--luxer-line); }
body .footer { border-top: 1px solid var(--luxer-line); background: var(--luxer-surface); }
body .modal-form input:not([type=checkbox]):not([type=hidden]) { color: var(--luxer-ink); }
body .modal-form input::placeholder { color: #756e64; opacity: 1; }
@media (max-width: 767px) {
  body .promo-slider .main-promo { padding-top: 88px !important; }
  body .promo-slider .main-promo-image img { height: clamp(190px, 62vw, 350px); }
  body .promo-intro { padding-top: 28px; }
  body .promo-intro .main-promo-title { font-size: clamp(33px, 8.8vw, 52px); margin-bottom: 16px; }
  body .promo-intro .contacts { margin-bottom: 32px; }
  body .promo-intro .contacts-header { font-size: 16px; margin-bottom: 16px; }
  body .promo-intro .company-facts-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; padding: 24px 0; }
  body .promo-intro .company-facts-big-text { font-size: 40px; }
  body .promo-intro .company-facts-text { font-size: 14px; }
  body .promo-intro .main-promo-info-description { font-size: 17px; padding-bottom: 36px; }
  body .contacts .contacts-button { min-height: 46px; padding: 11px 20px; font-size: 15px; }
  body .section-header { margin-bottom: 28px; }
  body .section-header ~ .section-description { margin-top: -12px; }
}
@media (prefers-reduced-motion: reduce) {
  .header *, .promo-intro *, .contacts-button { animation: none !important; transition: none !important; }
}

body .breadcrumbs-item a { color: #756b5a; }
/* Keep existing form handlers; correct the old 10px mobile submit label. */
body button.btn { font-size: 16px; line-height: 1.4; letter-spacing: 0; background-color: var(--luxer-accent); color: #fff; }
body .modal-form input::placeholder { padding-left: 0; }
body .modal:not(.modal--preload) { transition: opacity .18s ease, transform .18s ease, visibility .18s; }
@media (prefers-reduced-motion: reduce) {
  body .modal:not(.modal--preload) { transition: none; }
}

/* Long-form editorial content; native legacy article blocks keep their layout. */
.luxer-article-body { max-width: 900px; margin: 0 auto; font-size: 18px; line-height: 1.75; overflow-wrap: anywhere; }
.luxer-article-body p { margin: 0 0 1.25em; }
.article .luxer-article-body h2 { margin: 1.6em 0 .65em; font-size: clamp(25px, 3vw, 34px); line-height: 1.3; letter-spacing: -.5px; }
.luxer-article-body ul, .luxer-article-body ol { margin: 0 0 1.4em; padding-left: 1.5em; }
.luxer-article-body ul { list-style: disc; }
.luxer-article-body ol { list-style: decimal; }
.luxer-article-body li { margin-bottom: .5em; }
.luxer-article-body a { color: #806938; text-decoration: underline; text-underline-offset: .2em; }
.luxer-article-body figure { margin: 0 0 2em; }
.luxer-article-body figure img { display: block; width: 100%; height: auto; border-radius: 12px; }
.luxer-article-body figcaption { margin-top: .5em; color: #645e5a; font-size: 13px; line-height: 1.5; }
@media (max-width: 767px) { .luxer-article-body { font-size: 17px; line-height: 1.7; } }
.article:has(.luxer-article-body) .article-header { max-width: 1100px; font-size: clamp(30px, 4vw, 56px); line-height: 1.15; }
.article:has(.luxer-article-body) .article-big-text { max-width: 900px; margin: 0 auto 32px; font-size: 20px; line-height: 1.55; letter-spacing: 0; }
