/* @generated by tools/build-css.mjs; edit assets/src/css instead. */

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

html {
  scroll-behavior: smooth;
}

:root {
  --dm-color-text: var(--wp--preset--color--text, #111);
  --dm-color-text-muted: var(--wp--preset--color--text-muted, #666);
  --dm-color-text-soft: var(--wp--preset--color--text-soft, #444);
  --dm-color-bg: var(--wp--preset--color--background, #fff);
  --dm-color-border: var(--wp--preset--color--border, #e5e5e5);
  --dm-color-border-strong: var(--wp--preset--color--border-strong, #e9e9e9);
  --dm-color-accent: var(--wp--preset--color--accent, #0e7f9e);
  --dm-container-width: 1200px;
  --dm-content-width: 760px;
  --dm-wide-width: 1160px;
  --dm-radius-card: 12px;
  --dm-radius-control: 10px;
  --dm-radius-soft: 8px;
  --dm-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
  --dm-shadow-medium: 0 10px 30px rgba(0, 0, 0, 0.1);
  --dm-hero-title-size: clamp(32px, 3.8vw, 46px);
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--dm-color-text);
  line-height: 1.6;
  background: var(--dm-color-bg);
}

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

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

.container {
  width: min(var(--dm-container-width), calc(100% - 32px));
  margin-inline: auto;
}

.site-header,
.site-footer {
  background: var(--dm-color-bg);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 140;
  border-bottom: 1px solid var(--dm-color-border-strong);
  background: var(--dm-color-bg);
}

.site-footer {
  border-top: 1px solid var(--dm-color-border);
  margin-top: 0;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(var(--dm-container-width), calc(100% - 32px));
  min-height: 64px;
  padding: 10px 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-right: auto;
}

.site-menu-toggle,
.site-menu-backdrop {
  display: none;
}

.site-menu-toggle {
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--dm-color-text);
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}

.site-menu-toggle:focus-visible {
  outline: 2px solid var(--dm-color-text);
  outline-offset: 2px;
}

.site-menu-toggle__icon--close,
.site-header.is-menu-open .site-menu-toggle__icon--open {
  display: none;
}

.site-header.is-menu-open .site-menu-toggle__icon--close {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  min-width: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #000;
}

.site-nav a.is-active {
  color: var(--dm-color-text);
  border-bottom-color: var(--dm-color-text);
}

body.admin-bar .site-header {
  top: 32px;
}

body main {
  padding-top: 84px;
}

body.admin-bar main {
  padding-top: 116px;
}

body.home .site-home {
  padding-top: 84px;
}

body.admin-bar.home .site-home {
  padding-top: 116px;
}

.site-footer {
  padding: 20px 0;
}

.site-footer__inner p {
  margin: 0;
  color: var(--dm-color-text-muted);
  font-size: 14px;
  text-align: center;
}

section {
  padding: 56px 0;
}

.page-head {
  padding: 36px 0 20px;
}

.page-head h1 {
  margin: 0;
  max-width: 760px;
  line-height: 1.18;
}

.page-head p {
  margin-top: 12px;
  max-width: 760px;
}

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

.eyebrow,
.section-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dm-color-text-muted);
  margin-bottom: 12px;
}

.lead {
  font-size: 18px;
  color: var(--dm-color-text-soft);
  max-width: 760px;
}

.page-hero.page-hero {
  padding: 20px 0 56px;
  background: var(--dm-color-bg);
  text-align: left;
}

.page-hero.page-hero > .page-hero__inner.container {
  width: min(var(--dm-wide-width), calc(100% - 32px));
}
.page-hero .page-hero__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dm-color-text-muted);
}

.page-hero .page-hero__title {
  max-width: 100%;
  margin: 0 0 14px;
  font-size: var(--dm-hero-title-size);
  line-height: 1.12;
  letter-spacing: 0;
}

.page-hero .page-hero__lead {
  max-width: 100%;
  margin: 0;
  color: var(--dm-color-text-soft);
  font-size: 17px;
  line-height: 1.6;
}

.functional-page-header {
  margin: 0 0 18px;
}

.functional-page-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.16;
  letter-spacing: 0;
}

.functional-page-lead {
  max-width: 960px;
  margin: 8px 0 0;
  color: var(--dm-color-text-soft);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  :root {
    --dm-hero-title-size: clamp(30px, 7vw, 36px);
  }

  .page-hero.page-hero {
    padding: 18px 0 42px;
  }

  .page-hero .page-hero__title {
    font-size: var(--dm-hero-title-size);
    line-height: 1.12;
  }

  .functional-page-title {
    font-size: 30px;
    line-height: 1.18;
  }

  .functional-page-lead {
    font-size: 14px;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  background: var(--dm-color-text);
  color: var(--dm-color-bg);
  border: 1px solid var(--dm-color-text);
  border-radius: 6px;
  transition: 0.2s ease;
}

.btn:hover {
  opacity: 0.9;
}

.btn--ghost {
  background: transparent;
  color: var(--dm-color-text);
}

.not-found-page {
  padding: 34px 0 72px;
}

.not-found-hero .container {
  width: min(960px, calc(100% - 32px));
}

.not-found-card {
  padding: 12px 0 0;
}

.not-found-card h1 {
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
}

.not-found-card .lead {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: 17px;
}

.not-found-panel {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: #fbfbfb;
  box-shadow: var(--dm-shadow-soft);
  padding: 22px;
}

.not-found-panel__title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--dm-color-text-soft);
}

.not-found-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.not-found-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.not-found-actions .btn.btn--ghost {
  background: #f7f8f9;
  border-color: #e6e6e6;
}

.not-found-actions .btn.btn--ghost:hover {
  background: #f0f3f5;
}

.not-found-actions .btn.is-primary {
  background: #111;
  border-color: #111;
  color: #fff;
}

.not-found-actions .btn.is-primary:hover {
  opacity: 0.92;
}

.not-found-note {
  margin: 14px 0 0;
  color: var(--dm-color-text-soft);
}
body {
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

.site-header {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-nav .site-nav__contact {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #101820;
  border-radius: 4px;
  background: #101820;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 901px) {
  .site-nav .site-nav__contact.is-active {
    color: #fff;
    border-bottom-color: #101820;
  }
}

.site-nav .site-nav__contact:hover {
  border-color: #0e7f9e;
  background: #0e7f9e;
  color: #fff;
}

.site-nav__contact-arrow {
  font-size: 18px;
}

.site-footer {
  padding: 54px 0 18px;
  border-top: 1px solid #c9e64f;
  background: #0d151a;
  color: #fff;
}

.site-footer__inner {
  display: block;
  width: min(1360px, calc(100% - 48px));
}

.site-footer__columns {
  display: grid;
  grid-template-columns: minmax(230px, 1.25fr) minmax(190px, 1fr) minmax(130px, 0.68fr) minmax(210px, 1fr);
  gap: 36px 52px;
  align-items: start;
}

.site-footer__columns--3 {
  grid-template-columns: minmax(230px, 1.25fr) minmax(150px, 0.7fr) minmax(230px, 1fr);
}

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

.site-footer__column {
  min-width: 0;
  padding: 0;
  text-align: left;
}

.site-footer__brand-link {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 760;
  line-height: 1.15;
}

.site-footer__brand-link:hover {
  color: #c9e64f;
}

.site-footer__inner .site-footer__brand-text {
  max-width: 300px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.site-footer__inner .site-footer__column-title {
  margin: 2px 0 16px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 8px;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover {
  color: #c9e64f;
  transform: translateX(2px);
}

.site-footer__network-links a {
  gap: 6px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer__inner .site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1050px) {
  .site-footer__columns {
    gap: 34px 36px;
  }
}

@media (max-width: 900px) {
  .site-nav .site-nav__contact {
    min-height: inherit;
    padding: 6px 9px;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    color: inherit;
  }

  .site-nav .site-nav__contact:hover {
    border-color: transparent;
    background: transparent;
    color: inherit;
  }

  .site-nav__contact-arrow {
    margin-left: auto;
  }

  .site-footer {
    padding-top: 44px;
  }

  .site-footer__columns,
  .site-footer__columns--3,
  .site-footer__columns--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 48px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding-top: 38px;
  }

  .site-footer__inner {
    width: calc(100% - 32px);
  }

  .site-footer__columns,
  .site-footer__columns--3,
  .site-footer__columns--2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer__brand-link {
    font-size: 21px;
  }

  .site-footer__inner .site-footer__brand-text {
    max-width: 34rem;
    margin-top: 12px;
  }

  .site-footer__inner .site-footer__column-title {
    margin-bottom: 12px;
  }

  .site-footer__links {
    gap: 6px;
  }

  .site-footer__bottom {
    margin-top: 34px;
    padding-top: 16px;
  }
}
.site-quick-contact {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 130;
  display: grid;
  overflow: visible;
  color: #fff;
  background: #18283d;
  box-shadow: 0 12px 30px rgba(13, 23, 29, 0.2);
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.site-quick-contact__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-quick-contact__item:last-child {
  border-bottom: 0;
}

.site-quick-contact__item:hover,
.site-quick-contact__item:focus-visible {
  color: #0d171d;
  background: #c9e64f;
}

.site-quick-contact__item:focus-visible {
  outline: 3px solid rgba(14, 127, 158, 0.42);
  outline-offset: -3px;
}

.site-quick-contact__item:disabled {
  cursor: wait;
  opacity: 0.72;
}

.site-quick-contact__item svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-quick-contact__label {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  z-index: 2;
  width: max-content;
  max-width: 220px;
  padding: 7px 10px;
  border-radius: 3px;
  color: #fff;
  background: #0d171d;
  box-shadow: 0 8px 22px rgba(13, 23, 29, 0.18);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.site-quick-contact__item:hover .site-quick-contact__label,
.site-quick-contact__item:focus-visible .site-quick-contact__label {
  opacity: 1;
  transform: translate(0, -50%);
}

body.contact-form-active .site-quick-contact,
body.chatwoot-widget-open .site-quick-contact {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1025px) and (max-width: 1455px) {
  .site-home .container,
  .site-home .home-map .container {
    width: calc(100% - 128px);
  }
}

@media (max-width: 1024px) {
  .site-quick-contact {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: env(safe-area-inset-bottom, 0);
    transform: none;
  }

  .site-quick-contact__item {
    flex-direction: column;
    gap: 4px;
    width: auto;
    height: 62px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .site-quick-contact__item:last-child {
    border-right: 0;
  }

  .site-quick-contact__item svg {
    width: 20px;
    height: 20px;
  }

  .site-quick-contact__label {
    position: static;
    width: 100%;
    max-width: none;
    overflow: hidden;
    padding: 0 6px;
    color: inherit;
    background: transparent;
    box-shadow: none;
    font-size: 10px;
    font-weight: 650;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1;
    transform: none;
  }

  .site-quick-contact__item:hover .site-quick-contact__label,
  .site-quick-contact__item:focus-visible .site-quick-contact__label {
    opacity: 1;
    transform: none;
  }

  .site-footer {
    padding-bottom: calc(94px + env(safe-area-inset-bottom, 0px));
  }
}
.woot-widget-bubble {
  display: none !important;
}
/* ============================================================
   Language Switcher Component
   ============================================================ */

.language-switcher {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.language-switcher__toggle {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.45rem 0.8rem;
    background: #ffffff;
    border: 1px solid #d8dde3;
    border-radius: 999px;
    color: #111111;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.language-switcher__toggle:hover {
    background: #f8fafc;
    border-color: #bcc7d4;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08);
}

.language-switcher__toggle:focus {
    outline: 2px solid #111111;
    outline-offset: 2px;
}

.language-switcher__globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4a5565;
}

.language-switcher__current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    min-height: 1.45rem;
    padding: 0;
    border-radius: 999px;
    color: #111111;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}

.language-switcher__text {
    color: #4a5565;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.language-switcher__icon {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.language-switcher__toggle[aria-expanded="true"] .language-switcher__icon {
    transform: rotate(180deg);
}

.language-switcher__menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 120px;
    margin: 0;
    padding: 0.4rem;
    list-style: none;
    background: #ffffff;
    border: 1px solid #dfe5ec;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}

.language-switcher__toggle[aria-expanded="true"] ~ .language-switcher__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-switcher__item {
    margin: 0;
}

.language-switcher__link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0.7rem 0.8rem;
    color: #1f2933;
    text-decoration: none;
    font-size: 0.875rem;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.language-switcher__link:hover {
    background: #f5f8fb;
}

.language-switcher__link:focus {
    outline: 2px solid #111111;
    outline-offset: 2px;
}

.language-switcher__link--active {
    color: #111111;
    background: #eef3f8;
}

.language-switcher__label {
    white-space: nowrap;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .language-switcher__toggle {
        padding: 0.375rem 0.65rem;
        gap: 0.4rem;
    }

    .language-switcher__current {
        min-width: 1.75rem;
        min-height: 1.35rem;
    }

    .language-switcher__menu {
        right: 0;
        left: auto;
        min-width: 112px;
    }
}

/* Accessibility: Reduce motion */
@media (prefers-reduced-motion: reduce) {
    .language-switcher__toggle,
    .language-switcher__icon,
    .language-switcher__menu,
    .language-switcher__link {
        transition: none;
    }
}
body.home {
  --home-ink: #0d171d;
  --home-paper: #f3f6f6;
  --home-line: #cad3d7;
  --home-accent: #0e7f9e;
  --home-signal: #c9e64f;
  --home-gutter: max(24px, calc((100% - 1360px) / 2));
  background: #fff;
  overflow-x: clip;
}

body.home .site-home {
  padding-top: 0;
  overflow: clip;
}

body.home .site-header {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background: rgba(7, 16, 22, 0.24);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

body.home .site-header__inner {
  width: min(1360px, calc(100% - 48px));
}

body.home .site-brand,
body.home .site-nav a {
  color: inherit;
}

body.home .site-menu-toggle {
  color: inherit;
}

body.home .site-nav a:hover,
body.home .site-nav a.is-active {
  color: var(--home-signal);
}

body.home .site-nav a.is-active {
  border-bottom-color: var(--home-signal);
}

body.home .site-nav .site-nav__contact {
  color: var(--home-ink);
  border-color: var(--home-signal);
  background: var(--home-signal);
}

body.home .site-nav .site-nav__contact:hover {
  color: #fff;
  border-color: var(--home-accent);
  background: var(--home-accent);
}

body.home .language-switcher__toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.home .language-switcher__current,
body.home .language-switcher__globe {
  color: inherit;
}

body.home.home-header-scrolled .site-header,
body.home .site-header.is-menu-open {
  color: var(--home-ink);
  border-bottom-color: #dce2e4;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(13, 23, 29, 0.08);
}

body.home.home-header-scrolled .site-nav a:hover,
body.home.home-header-scrolled .site-nav a.is-active,
body.home .site-header.is-menu-open .site-nav a:hover,
body.home .site-header.is-menu-open .site-nav a.is-active {
  color: var(--home-accent);
}

body.home.home-header-scrolled .site-nav a.is-active,
body.home .site-header.is-menu-open .site-nav a.is-active {
  border-bottom-color: var(--home-accent);
}

body.home.home-header-scrolled .site-nav .site-nav__contact,
body.home .site-header.is-menu-open .site-nav .site-nav__contact {
  color: var(--home-ink);
  border-color: var(--home-signal);
  background: var(--home-signal);
}

body.home.home-header-scrolled .site-nav .site-nav__contact:hover,
body.home .site-header.is-menu-open .site-nav .site-nav__contact:hover {
  color: #fff;
  border-color: var(--home-accent);
  background: var(--home-accent);
}

body.home.home-header-scrolled .language-switcher__toggle,
body.home .site-header.is-menu-open .language-switcher__toggle {
  color: var(--home-ink);
  border-color: #d8dde3;
  background: #fff;
}

.site-home .snap-section {
  position: relative;
  height: auto;
  min-height: 0;
  padding: 84px 0;
}

.site-home .container {
  width: min(1360px, calc(100% - 48px));
}

.home-hero.snap-section {
  height: min(760px, calc(100svh - 96px));
  min-height: min(600px, calc(100svh - 96px));
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #091319;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.home-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 14, 20, 0.86) 0%, rgba(5, 14, 20, 0.18) 30%, rgba(5, 14, 20, 0.08) 100%),
    linear-gradient(90deg, rgba(5, 14, 20, 0.82) 0%, rgba(5, 14, 20, 0.62) 52%, rgba(5, 14, 20, 0.5) 100%);
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  transform: scale(1.06) translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-hero__wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
}

.home-hero__content {
  width: min(680px, 68%);
  margin-top: 20px;
  text-align: left;
}

.home-hero .eyebrow,
.home-section-header .section-kicker,
.site-home .section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-hero h1 {
  max-width: 680px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(52px, 4.4vw, 64px);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-hero__content .lead {
  width: min(650px, 100%);
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.home-hero__actions {
  justify-content: flex-start;
  margin-top: 34px;
}

.home-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-color: var(--home-signal);
  border-radius: 4px;
  background: var(--home-signal);
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 750;
}

.home-hero__actions .btn:hover {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}

.home-hero__actions .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.64);
  background: transparent;
}

.home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 28px;
  opacity: 0.82;
  transform: translateX(-50%);
}

.home-hero__scroll span {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}
.home-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 44px;
}

.home-section-header h2,
.why-header h2,
.home-certificates h2,
.home-customers h2,
.home-map h2 {
  max-width: 920px;
  margin: 0;
  color: var(--home-ink);
  font-size: 46px;
  font-weight: 660;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-section-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--home-ink);
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 700;
}

.home-section-link span {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.home-section-link:hover span {
  transform: translateX(4px);
}

.home-products {
  background: #fff;
}

.site-home .product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

.site-home .product-img-card {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.product-img-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  padding: 8px;
  background: #fff;
}

.site-home .product-img-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.home-why {
  overflow: hidden;
  background: var(--home-paper);
}

.why-header {
  margin-bottom: 44px;
  text-align: left;
}

.site-home .why-header h2 {
  max-width: 900px;
  margin: 0;
  line-height: 1.08;
}

.site-home .why-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 36px;
}

.site-home .why-reason-card {
  min-height: 0;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
}

.site-home .why-reason-card h3 {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-size: 20px;
  font-weight: 680;
  line-height: 1.28;
}

.site-home .why-reason-card p {
  max-width: 340px;
  margin: 0;
  color: #56666d;
  font-size: 14px;
  line-height: 1.7;
}

.home-certificates {
  background: #fff;
}

.home-certificates__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
}

.home-certificates__content {
  position: relative;
  padding-bottom: 0;
}

.home-certificates .home-section-lead {
  max-width: 520px;
  margin: 26px 0 0;
  color: #5b6970;
  font-size: 16px;
  line-height: 1.7;
}

.site-home .certificate-media {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}

.site-home .certificate-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}
.home-customers {
  overflow: hidden;
  color: #fff;
  background: #0d171d;
}

.home-customers__header {
  width: min(100%, 1080px);
  margin: 0 auto 36px;
}

.home-customers__header .section-kicker {
  margin: 0 0 18px;
}

.home-customers__header h2 {
  max-width: none;
  margin: 0;
}

.home-customers .section-kicker,
.home-customers h2 {
  color: #fff;
}

.home-customers .home-section-lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.site-home .customers-media {
  position: relative;
  width: min(100%, 1080px);
  margin: 0 auto;
  border: 0;
  background: #15232b;
}

.site-home .customers-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  opacity: 0.94;
  filter: saturate(0.9) contrast(1.04);
}

.site-home .customers-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1080px);
  gap: 0;
  margin: 32px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-home .customers-stat-card {
  min-height: 128px;
  padding: 24px 24px 18px 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
}

.site-home .customers-stat-card + .customers-stat-card {
  padding-left: 24px;
}

.site-home .customers-stat-card:last-child {
  border-right: 0;
}

.site-home .customers-stat-card strong {
  display: block;
  margin: 0 0 16px;
  color: var(--home-signal);
  font-size: 44px;
  font-weight: 620;
  line-height: 1;
  letter-spacing: 0;
}

.site-home .customers-stat-card strong > span {
  color: inherit;
}

.site-home .customers-stat-card > span {
  display: block;
  max-width: 160px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-map {
  color: var(--home-ink);
  background: #fff;
}

.site-home .home-map.snap-section {
  padding-bottom: 64px;
}

.site-home .home-map .container {
  width: min(1360px, calc(100% - 48px));
}

.site-home .home-map .map-section__header,
.site-home .home-map .map-section__title {
  margin-bottom: 40px;
  text-align: left;
}

.site-home .home-map .map-section__title {
  margin-bottom: 0;
}

.site-home .map-section__title .section-kicker {
  margin: 0 0 16px;
}

.site-home .map-section__header h2 {
  margin: 0;
  font-size: 48px;
}

.site-home .home-contact-conversion {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 20px;
  align-items: stretch;
}

.site-home .home-contact-details {
  display: grid;
  gap: 20px;
}

.site-home .home-contact-card {
  min-height: 0;
  padding: 30px;
  border: 1px solid var(--home-line);
  border-radius: 2px;
  background: var(--home-paper);
}

.site-home .home-contact-card--direct {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: #fff;
}

.site-home .home-contact-card h3 {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 680;
}

.site-home .home-contact-card p {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(13, 23, 29, 0.16);
  color: #394a52;
  font-size: 14px;
  line-height: 1.55;
}

.site-home .home-contact-card .contact-label {
  flex: 0 0 auto;
  color: var(--home-ink);
  font-weight: 700;
}

.site-home .home-contact-card .contact-inline-link {
  margin-left: 4px;
  color: inherit;
  text-decoration: none;
}

.site-home .home-contact-card .contact-inline-link:hover {
  color: var(--home-accent);
}

.site-home .contact-link-list {
  gap: 12px;
  margin-top: 28px;
}

.site-home .contact-link-list .contact-inline-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--home-accent);
  font-size: 14px;
  font-weight: 700;
}

.site-home .contact-link-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  color: var(--home-accent);
}

.site-home .home-inquiry-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid #0d171d;
  border-radius: 2px;
  background: #0d171d;
  color: #fff;
}

.site-home .home-inquiry-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 680;
  line-height: 1.2;
}

.site-home .home-inquiry-card__intro {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.65;
}

.site-home .home-inquiry-card__note {
  margin: 8px 0 22px;
  color: var(--home-signal);
  font-size: 13px;
  font-weight: 650;
}

.site-home .home-inquiry-form {
  gap: 14px;
}

.site-home .home-inquiry-card .contact-form label span {
  color: rgba(255, 255, 255, 0.82);
}

.site-home .home-inquiry-card .contact-form input,
.site-home .home-inquiry-card .contact-form textarea {
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: #fff;
  color: var(--home-ink);
}

.site-home .home-inquiry-card .contact-form textarea {
  min-height: 128px;
}

.site-home .home-inquiry-card .contact-form > .btn {
  min-width: 160px;
  border-color: var(--home-signal);
  border-radius: 4px;
  background: var(--home-signal);
  color: var(--home-ink);
}

.site-home .home-inquiry-card .contact-form > .btn:hover {
  border-color: #fff;
  background: #fff;
}
@media (max-width: 1100px) {
  .home-hero h1 {
    font-size: 56px;
  }

  .home-section-header h2,
  .why-header h2,
  .home-certificates h2,
  .home-customers h2,
  .home-map h2,
  .site-home .map-section__header h2 {
    font-size: 42px;
  }

}

@media (max-width: 900px) {
  body.home .site-header__inner,
  .site-home .container,
  .site-home .home-map .container {
    width: calc(100% - 32px);
  }

  body.home .site-nav,
  body.home .site-nav a {
    color: var(--home-ink);
  }

  body.home .site-nav a:hover,
  body.home .site-nav a.is-active {
    color: var(--home-accent);
  }

  body.home .site-nav a.is-active {
    border-bottom-color: transparent;
  }

  body.home .site-nav .site-nav__contact,
  body.home .site-nav .site-nav__contact:hover,
  body.home.home-header-scrolled .site-nav .site-nav__contact,
  body.home.home-header-scrolled .site-nav .site-nav__contact:hover,
  body.home .site-header.is-menu-open .site-nav .site-nav__contact,
  body.home .site-header.is-menu-open .site-nav .site-nav__contact:hover {
    color: var(--home-ink);
    border-color: transparent;
    background: transparent;
  }

  .site-home .snap-section {
    padding: 88px 0;
  }

  .home-hero.snap-section {
    height: calc(100svh - 136px);
    min-height: min(600px, calc(100svh - 136px));
    padding: 0;
  }

  .home-hero__content {
    width: min(680px, 86%);
  }

  .home-hero h1 {
    font-size: 50px;
  }

  .home-hero__content .lead {
    font-size: 16px;
  }

  .site-home .product-gallery-grid,
  .site-home .why-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-home .why-reason-card,
  .site-home .why-reason-card:nth-child(3n),
  .site-home .why-reason-card:nth-child(3n + 2) {
    padding: 22px 0;
    border-right: 0;
  }

  .home-certificates__grid {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 38px;
  }

  .site-home .customers-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-home .customers-stat-card:nth-child(2) {
    border-right: 0;
  }

  .site-home .customers-stat-card:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .site-home .home-contact-conversion {
    grid-template-columns: 1fr;
  }

  .site-home .home-contact-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 680px) {
  .site-home .snap-section {
    padding: 72px 0;
  }

  .site-home .home-map.snap-section {
    padding-bottom: 48px;
  }

  .home-hero.snap-section {
    height: calc(100svh - 136px);
    min-height: min(560px, calc(100svh - 136px));
    padding: 0;
  }

  .home-hero__media img {
    object-position: 58% center;
  }

  .home-hero__media::before {
    background:
      linear-gradient(180deg, rgba(5, 14, 20, 0.9) 0%, rgba(5, 14, 20, 0.34) 34%, rgba(5, 14, 20, 0.14) 100%),
      linear-gradient(90deg, rgba(5, 14, 20, 0.8) 0%, rgba(5, 14, 20, 0.62) 100%);
  }

  .home-hero__wrap {
    align-items: flex-end;
    padding-bottom: 84px;
  }

  .home-hero__content {
    width: 100%;
    margin: 0;
  }

  .home-hero h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.04;
  }

  .home-hero .eyebrow {
    max-width: 320px;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 1.5;
  }

  .home-hero__content .lead {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .home-hero__actions .btn {
    min-height: 48px;
    padding: 0 16px;
    font-size: 12px;
  }

  .home-hero__scroll {
    left: auto;
    right: 22px;
    bottom: 20px;
    width: 32px;
    height: 24px;
    transform: none;
  }

  .home-section-header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-section-header {
    align-items: start;
    margin-bottom: 34px;
  }

  .home-section-header h2,
  .why-header h2,
  .home-certificates h2,
  .home-customers h2,
  .home-map h2,
  .site-home .map-section__header h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .home-section-link {
    justify-self: start;
  }

  .site-home .product-gallery-grid,
  .site-home .why-reasons-grid,
  .home-certificates__grid,
  .site-home .home-contact-details {
    grid-template-columns: 1fr;
  }

  .site-home .why-reason-card,
  .site-home .why-reason-card:nth-child(3n),
  .site-home .why-reason-card:nth-child(3n + 2),
  .site-home .why-reason-card:nth-child(2n) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
  }

  .home-certificates__grid {
    gap: 36px;
  }

  .home-certificates__content {
    padding-bottom: 0;
  }

  .site-home .customers-stat-card strong {
    font-size: 40px;
  }

  .site-home .home-contact-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .site-home .home-contact-card h3 {
    margin-bottom: 28px;
  }

  .site-home .home-inquiry-card {
    padding: 26px 22px;
  }

  .site-home .home-inquiry-card .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-home .customers-stat-card,
  .site-home .customers-stat-card + .customers-stat-card {
    padding: 22px 12px;
  }
}
@supports (content-visibility: auto) {
  .site-home .snap-section:not(.home-hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

.home-effects-ready [data-home-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
}

.home-effects-ready [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-hero__scroll span {
  animation: home-scroll-cue 1.8s ease-in-out infinite;
}

@media (max-width: 900px) {
  .home-hero__scroll span {
    animation: none;
    transform: none;
  }
}

@keyframes home-scroll-cue {
  0%,
  100% {
    transform: translateY(-3px) rotate(45deg);
  }

  50% {
    transform: translateY(3px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-effects-ready [data-home-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-hero__media img,
  .site-home .product-img-card img,
  .home-hero__scroll span {
    animation: none;
    transform: none;
    transition: none;
  }
}
.contact-page {
  padding-top: 84px;
  padding-bottom: 72px;
  background: #f7f9fb;
}

body.admin-bar .contact-page {
  padding-top: 116px;
}

.contact-main-section {
  padding: 28px 0 32px;
}

.contact-main-section > .container,
.office-map-section > .container {
  width: min(1360px, calc(100% - 40px));
}

.contact-form-card {
  border: 1px solid #e3e9ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  padding: 24px;
}

.contact-info-card h2 {
  margin-bottom: 8px;
}

.contact-info-card p {
  margin-bottom: 10px;
  color: #444;
}

.contact-quick-title {
  margin: 12px 0 6px;
}

.contact-info-card ul {
  margin: 0;
  padding-left: 18px;
  color: #333;
}

.contact-info-card li {
  margin-bottom: 8px;
}

.contact-inline-link {
  color: var(--dm-color-text);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.contact-inline-link:hover {
  color: #000;
}

.contact-inline-link--youtube {
  color: #8f1f1f;
}

.contact-link-list {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.contact-inline-note {
  text-decoration: none;
  color: #555;
  cursor: default;
}

.contact-form-header {
  margin-bottom: 18px;
}

.contact-form-intro {
  margin: 0 0 12px;
  color: #444;
}

.contact-form-note {
  margin: 6px 0 0;
  color: #555;
  font-size: 14px;
}

.contact-alert {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.contact-alert--success {
  background: #effaf1;
  border: 1px solid #9dd5ab;
  color: #1f6f37;
}

.contact-alert--error {
  background: #fff2f2;
  border: 1px solid #e9a8a8;
  color: #8a2222;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form-meta {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-form-meta label,
.contact-form-meta input,
.contact-form-meta span {
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

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

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form label span {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
}

.contact-form input {
  height: 44px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #0e7f9e;
  box-shadow: 0 0 0 3px rgba(14, 127, 158, 0.08);
}

.contact-form > .btn {
  justify-self: start;
  min-width: 150px;
  min-height: 44px;
  padding: 0 20px;
  border-color: #0e7f9e;
  border-radius: 10px;
  background: #0e7f9e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form > .btn:hover {
  border-color: #0b6f8a;
  background: #0b6f8a;
  opacity: 1;
}

.contact-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.office-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 20px;
  align-items: stretch;
}

.office-info-card,
.office-map-card,
.other-way-card {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: var(--dm-color-bg);
  padding: 18px;
}

.office-info-card p {
  margin: 0 0 12px;
  color: #333;
}

.office-map-link {
  margin-bottom: 0 !important;
}

.office-info-card a {
  color: var(--dm-color-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.office-map-card iframe {
  width: 100%;
  height: min(38vh, 340px);
  min-height: 240px;
  border: 0;
  border-radius: var(--dm-radius-control);
  display: block;
}

.office-map-card--single iframe {
  height: min(52vh, 460px);
  min-height: 320px;
}

.home-why .container {
  width: min(1240px, calc(100% - 32px));
}

.why-header {
  margin-bottom: 24px;
}

.why-header h2 {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.25;
}

.customers-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.customers-stat-card,
.why-reason-card {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: var(--dm-color-bg);
  padding: 18px;
}

.customers-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.customers-stat-card span {
  display: block;
  font-size: 12px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.why-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-reason-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.35;
}

.why-reason-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.55;
}

.home-map .container {
  width: min(1240px, calc(100% - 32px));
}

.map-section__header {
  margin-bottom: 24px;
}

.map-section__header h2 {
  margin-bottom: 14px;
  color: var(--dm-color-text);
  line-height: 1.2;
}

.home-map .map-section__header {
  text-align: center;
}

.map-section__header .lead {
  max-width: 760px;
  margin-bottom: 0;
}

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

.home-contact-grid--two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-contact-card {
  border: 1px solid var(--dm-color-border);
  border-radius: var(--dm-radius-card);
  background: var(--dm-color-bg);
  padding: 18px;
}

.home-contact-card h3 {
  margin-bottom: 10px;
}

.home-contact-card p {
  margin: 0 0 10px;
  color: #333;
}

.home-contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.home-contact-related {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

.home-contact-related h4 {
  margin: 0 0 8px;
  font-size: 14px;
}

.contact-link-icon {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 6px;
}

.contact-link-icon path,
.contact-link-icon circle,
.contact-link-icon line,
.contact-link-icon polyline {
  stroke: currentColor;
}
@media (max-width: 900px) {
  .site-header {
    top: 0;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    width: min(1200px, calc(100% - 20px));
    min-height: 50px;
    padding: 8px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
  }

  .site-brand {
    width: auto;
    text-align: left;
    font-size: 13px;
    margin: 0;
    flex: 0 1 auto;
    min-width: 88px;
    white-space: normal;
  }

  .site-nav {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .site-header__actions {
    flex: 1 1 auto;
    gap: 8px;
    min-width: 0;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    font-size: 12px;
    padding: 6px 9px;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  html.site-menu-ready .site-header__inner {
    min-height: 64px;
  }

  html.site-menu-ready .site-brand {
    width: auto;
    max-width: calc(100% - 154px);
    min-width: 0;
    flex: 1 1 auto;
    font-size: 14px;
  }

  html.site-menu-ready .site-menu-toggle {
    display: inline-flex;
    flex: 0 0 48px;
    order: 2;
  }

  html.site-menu-ready .site-header__actions {
    display: flex;
    flex: 0 0 auto;
    order: 1;
    gap: 0;
    margin-left: auto;
    min-width: 0;
  }

  html.site-menu-ready .site-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    max-height: calc(100vh - 64px);
    max-height: calc(100dvh - 64px);
    margin: 0;
    padding: 12px max(16px, calc((100vw - var(--dm-container-width)) / 2));
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--dm-color-bg);
    border-top: 1px solid var(--dm-color-border);
    border-bottom: 1px solid var(--dm-color-border);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  html.site-menu-ready body.admin-bar .site-nav {
    max-height: calc(100dvh - 110px);
  }

  html.site-menu-ready .site-header.is-menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  html.site-menu-ready .site-nav a {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 16px;
    justify-content: flex-start;
    font-size: 15px;
  }

  html.site-menu-ready .site-nav a.is-active {
    border-bottom-color: transparent;
    background: #f5f7f8;
    box-shadow: inset 3px 0 0 var(--dm-color-accent);
  }

  html.site-menu-ready .site-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: block;
    background: rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  html.site-menu-ready .site-header.is-menu-open + .site-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.site-menu-open {
    overflow: hidden;
  }

  .home-hero__wrap,
  .stats-grid,
  .feature-grid,
  .product-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .products-category-grid,
  .blog-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .products-list-grid,
  .products-list-grid--compact {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  }

  .products-layout {
    grid-template-columns: 1fr;
  }

  .products-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    scrollbar-gutter: auto;
  }

  .contact-main-layout,
  .office-map-layout,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .home-contact-grid,
  .other-ways-grid {
    grid-template-columns: 1fr;
  }

  .home-hero h1 {
    font-size: var(--dm-hero-title-size);
  }

  .not-found-actions {
    grid-template-columns: 1fr;
  }

  .contact-main-layout,
  .office-map-layout {
    gap: 16px;
  }

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

  .home-contact-grid,
  .home-contact-grid--two-cols {
    grid-template-columns: 1fr;
  }

  .home-contact-actions,
  .contact-form .btn {
    width: 100%;
  }

  .home-contact-actions .btn {
    flex: 1 1 100%;
  }

  .office-map-card iframe {
    height: 44vh;
    min-height: 260px;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  html.site-menu-ready .site-nav,
  html.site-menu-ready .site-menu-backdrop {
    transition: none;
  }
}
@media (max-width: 600px) {
  .site-header__inner {
    width: calc(100% - 10px);
    padding: 5px 6px;
  }

  .site-header__actions {
    gap: 6px;
  }

  .site-brand {
    font-size: 12px;
    line-height: 1.15;
  }

  .site-nav a {
    font-size: 11px;
    padding: 5px 8px;
  }

  .not-found-panel {
    padding: 20px;
  }

  .product-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-page,
  .blog-single-page,
  .news-page,
  .news-single-page,
  .contact-page,
  .products-page {
    padding-top: 92px;
  }

  .blog-single-hero h1,
  .news-single-hero h1 {
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.15;
  }

  .blog-card__body,
  .news-card__body {
    padding: 14px;
  }

  .blog-card__excerpt,
  .news-card__excerpt {
    font-size: 14px;
    line-height: 1.65;
  }

  .blog-single-body,
  .news-single-body {
    padding: 20px 16px 22px;
  }

  .contact-form-card,
  .office-info-card,
  .office-map-card,
  .home-contact-card {
    padding: 14px;
  }

  .customers-stats-grid,
  .why-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .customers-stat-card,
  .why-reason-card {
    padding: 14px;
  }

  .map-section__header h2 {
    font-size: 30px;
  }

  .home-contact-card p,
  .office-info-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .home-customers.snap-section,
  .home-why.snap-section,
  .home-products.snap-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
