:root {
  --color-ink: #252525;
  --color-muted: #68605b;
  --color-line: #ded9d3;
  --color-panel: #ffffff;
  --color-soft: #f4f0ec;
  --color-accent: #006186;
  --color-accent-dark: #004862;
  --color-warm: #8b604d;
  --color-warm-soft: #d9c6b9;
  --shadow-soft: 0 16px 34px rgba(33, 29, 26, 0.14);
  --content-width: 1060px;
}

/* Baseline values for browsers that ignore CSS custom properties, grid or min(). */
body {
  color: #252525;
}

a {
  color: #006186;
}

a:hover,
a:focus {
  color: #8b604d;
}

.inner,
.topbar__inner,
.header-main,
.hero-slide__content,
.hero-page__content,
.breadcrumb {
  width: calc(100% - 2rem);
  max-width: 1060px;
}

.site-wrap {
  width: 100%;
  max-width: 1100px;
}

.intro-grid,
.page-grid,
.service-grid,
.assortment-grid,
.guarantee-grid,
.contact-page,
.service-grid--related {
  display: block;
}

.slider-arrow,
.promo-more,
.sidebar-more,
.to-top,
.service-grid--related .service-card .service-card__more,
.map-optin__consent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.language-switcher {
  float: right;
}

.topbar__inner p {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  background: #eee9e3 url("../images/demo_content/shattered-gray.png") repeat;
}

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

a {
  color: var(--color-accent);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-warm);
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--color-accent-dark);
}

.skip-link:focus {
  top: 1rem;
}

.inner {
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.topbar {
  color: #fff;
  background: #2d2b2a;
  font-size: 0.9rem;
}

.topbar__inner {
  width: min(var(--content-width), calc(100% - 2rem));
  min-height: 2.35rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.topbar a {
  color: #fff;
}

.language-switcher {
  display: inline-flex;
  gap: 0.25rem;
}

.language-switcher a {
  min-width: 2.2rem;
  padding: 0.15rem 0.45rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.language-switcher a.is-active {
  background: #fff;
  color: #2d2b2a;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--color-line);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}

.header-main {
  width: min(var(--content-width), calc(100% - 2rem));
  min-height: 5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand img {
  width: 208px;
  max-height: 65px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  justify-content: flex-end;
}

.nav-list,
.nav-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list {
  display: flex;
  align-items: stretch;
  gap: 0.1rem;
}

.nav-list > li {
  position: relative;
}

.nav-list a {
  min-height: 3.1rem;
  display: flex;
  align-items: center;
  padding: 0.65rem 0.85rem;
  color: #252525;
  font-weight: 700;
  line-height: 1.2;
}

.nav-list > li.is-active > a,
.nav-list > li > a:hover,
.nav-list > li > a:focus {
  color: #fff;
  background: var(--color-accent);
  text-decoration: none;
}

.nav-submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 15rem;
  display: none;
  background: #fff;
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
}

.nav-submenu a {
  min-height: 0;
  padding: 0.75rem 0.9rem;
  font-weight: 600;
}

.nav-list li:hover > .nav-submenu,
.nav-list li:focus-within > .nav-submenu {
  display: block;
}

.nav-toggle {
  width: 2.75rem;
  height: 2.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid var(--color-line);
  background: #fff;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 1.2rem;
  height: 2px;
  background: var(--color-ink);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #2d2b2a;
}

.hero--slider,
.hero-slider,
.hero-slide {
  min-height: clamp(24rem, 58vh, 38rem);
}

.hero-slider {
  position: relative;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide::after,
.hero--page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 20, 18, 0.72), rgba(22, 20, 18, 0.22) 58%, rgba(22, 20, 18, 0.1));
}

.hero-slide img,
.hero--page > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.hero-slide__content,
.hero-page__content {
  position: relative;
  z-index: 1;
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 0 auto;
  color: #fff;
}

.hero-slide__content {
  padding: 4rem 0 5rem;
}

.hero-slide__content p,
.hero-page__content p,
.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--color-warm);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-slide__content p,
.hero-page__content p {
  color: #f1d4c3;
}

.hero-slide h1,
.hero-page__content h1 {
  max-width: 38rem;
  margin: 0 0 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.6vw, 4.7rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0;
}

.hero--page {
  min-height: 17rem;
  display: grid;
  place-items: center start;
}

.hero-page__content {
  padding: 3.5rem 0;
}

.button,
.legacy-content .btn {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  font-weight: 800;
}

.button:hover,
.button:focus,
.legacy-content .btn:hover,
.legacy-content .btn:focus {
  color: #fff;
  background: var(--color-warm);
  border-color: var(--color-warm);
  text-decoration: none;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 1.3rem;
  z-index: 2;
  display: flex;
  gap: 0.45rem;
  transform: translateX(-50%);
}

.slider-dots button {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.slider-dots button.is-active {
  background: #fff;
}

.content-section {
  padding: 3.4rem 0;
}

.content-section--intro {
  background: rgba(255, 255, 255, 0.72);
}

.intro-grid,
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  gap: 2.2rem;
  align-items: start;
}

.page-grid {
  grid-template-columns: minmax(0, 1fr) 17rem;
}

.legacy-content {
  color: var(--color-ink);
  font-size: 1.03rem;
}

.legacy-content h2,
.legacy-content h3,
.legacy-content h4,
.section-heading h2,
.contact-card h2,
.assortment h2 {
  margin: 0 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.legacy-content h2,
.section-heading h2,
.contact-card h2,
.assortment h2 {
  font-size: 2rem;
}

.legacy-content h3 {
  font-size: 1.55rem;
}

.legacy-content p {
  margin: 0 0 1rem;
}

.legacy-content img {
  margin: 0.35rem 1.2rem 1rem 0;
}

.legacy-content hr {
  height: 1px;
  margin: 1.2rem 0;
  border: 0;
  background: var(--color-line);
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.service-section {
  background: var(--color-soft);
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

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

.service-grid--inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.service-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  overflow: hidden;
}

.service-card a {
  display: block;
  color: var(--color-ink);
  font-weight: 800;
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card span {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 0.9rem 0;
  line-height: 1.25;
}

.service-card p {
  margin: 0;
  padding: 0.55rem 0.9rem 1rem;
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.contact-card {
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(42, 35, 30, 0.08);
}

.contact-card p {
  margin: 0 0 0.9rem;
}

.contact-card dl {
  margin: 0;
}

.contact-card dl > div {
  padding: 0.7rem 0;
  border-top: 1px solid var(--color-line);
}

.contact-card dt {
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 0;
}

.assortment {
  padding: 1.4rem;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.assortment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.assortment figure {
  margin: 0;
}

.assortment img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--color-line);
}

.notice {
  padding: 1rem 0;
  background: #fff4d8;
  border-bottom: 1px solid #e1c675;
}

.notice p {
  margin: 0;
}

.site-footer {
  color: #f8f6f2;
  background: #2d2b2a;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-grid p {
  margin: 0.25rem 0 0;
  color: #d8d0c8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: #fff;
}

@media (max-width: 980px) {
  .header-main {
    min-height: 4.4rem;
  }

  .nav-toggle {
    display: flex;
  }

  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--color-line);
  }

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

  .nav-list {
    width: min(var(--content-width), calc(100% - 2rem));
    margin: 0 auto;
    display: block;
    padding: 0.5rem 0 1rem;
  }

  .nav-list a {
    min-height: 2.7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list > li.is-active > a,
  .nav-list > li > a:hover,
  .nav-list > li > a:focus {
    color: var(--color-accent);
    background: transparent;
  }

  .nav-submenu {
    position: static;
    display: block;
    min-width: 0;
    padding-left: 1rem;
    border: 0;
    box-shadow: none;
  }

  .intro-grid,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .home-contact,
  .side-panel {
    order: -1;
  }

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

@media (max-width: 680px) {
  .topbar__inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.9rem;
    padding: 0.45rem 0;
  }

  .brand img {
    width: 165px;
  }

  .hero--slider,
  .hero-slider,
  .hero-slide {
    min-height: 27rem;
  }

  .hero-slide::after,
  .hero--page::after {
    background: rgba(22, 20, 18, 0.64);
  }

  .hero-slide h1,
  .hero-page__content h1 {
    font-size: 2.25rem;
  }

  .content-section {
    padding: 2.2rem 0;
  }

  .service-grid,
  .service-grid--inline,
  .assortment-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Classic Joomla-like frame */
body {
  padding: 20px 0 0;
  color: #5f5f5f;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  background-color: #dedede;
}

.site-wrap {
  width: 100%;
  width: min(1100px, 100%);
  max-width: 1100px;
  margin: 0 auto 58px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.inner,
.topbar__inner,
.header-main,
.hero-slide__content,
.hero-page__content,
.breadcrumb {
  width: calc(100% - 60px);
  width: min(1000px, calc(100% - 60px));
  max-width: 1000px;
}

.site-header {
  position: relative;
  z-index: 60;
  overflow: visible;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.topbar {
  color: #9a9290;
  background: #fff;
  font-size: 12px;
}

.topbar__inner {
  min-height: 72px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 23px;
}

.topbar__inner p {
  min-width: 350px;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #dedede;
}

.topbar a {
  color: #222;
}

.language-switcher {
  min-width: 145px;
  justify-content: center;
  gap: 16px;
  padding: 4px 0 12px;
  border-bottom: 1px solid #dedede;
}

.language-switcher a {
  min-width: 0;
  padding: 0;
  line-height: 0;
  border: 0;
  opacity: 0.65;
}

.language-switcher a.is-active,
.language-switcher a:hover,
.language-switcher a:focus {
  background: transparent;
  opacity: 1;
}

.language-switcher img {
  width: auto;
  height: auto;
}

.header-main {
  min-height: 201px;
  align-items: center;
  gap: 2rem;
  padding: 16px 0 34px;
}

.brand img {
  width: 240px;
  max-height: none;
}

.nav-list {
  gap: 0;
}

.nav-list > li {
  z-index: 70;
}

.nav-list a {
  min-height: 48px;
  padding: 0 26px;
  color: #20202c;
  border-left: 1px solid #efefef;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-list > li:last-child > a {
  border-right: 1px solid #efefef;
}

.nav-list > li.is-active > a,
.nav-list > li > a:hover,
.nav-list > li > a:focus {
  color: #fff;
  background: var(--color-accent);
}

.nav-submenu {
  z-index: 100;
  min-width: 225px;
  border: 0;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.14);
  background: var(--color-accent);
}

.nav-submenu a {
  color: #fff;
  border: 0;
  font-size: 12px;
}

.hero {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: #fff;
}

.hero--slider,
.hero-slider,
.hero-slide {
  min-height: 0;
}

.hero--slider {
  height: auto;
}

.hero-slider {
  --slider-delay: 5200ms;
  overflow: visible;
  width: 100%;
  height: 520px;
  aspect-ratio: 1100 / 520;
}

@supports (aspect-ratio: 1 / 1) {
  .hero-slider {
    height: auto;
  }
}

.hero-slide {
  display: block;
}

.hero-slide::after,
.hero--page::after {
  display: none;
}

.hero-slide img,
.hero--page > img {
  object-fit: cover;
}

.hero-slide__content {
  position: absolute;
  left: 30px;
  right: auto;
  bottom: 39px;
  z-index: 2;
  width: calc(100% - 90px);
  width: min(670px, calc(100% - 90px));
  max-width: 670px;
  margin: 0;
  padding: 36px 42px 39px;
  color: #fff;
  background: rgba(0, 97, 134, 0.78);
}

.hero-slide__content p {
  margin-bottom: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-slide h1 {
  max-width: none;
  margin: 0 0 25px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.button {
  min-height: 38px;
  padding: 0 19px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.button span {
  margin-left: 24px;
}

.button:hover,
.button:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}

.legacy-content .btn {
  min-height: 38px;
  padding: 0 19px;
  color: #fff;
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.legacy-content .btn:hover,
.legacy-content .btn:focus {
  color: #fff;
  background: var(--color-warm);
  border-color: var(--color-warm);
}

.slider-controls {
  position: absolute;
  right: -60px;
  top: 50%;
  z-index: 4;
  display: flex;
  transform: translateY(-50%);
}

.slider-arrow {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: rgba(39, 39, 39, 0.92);
  font-size: 18px;
  cursor: pointer;
}

.slider-arrow--next {
  background: #070707;
}

.slider-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 60%;
  height: 6px;
}

.slider-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-accent);
}

.slider-dots {
  display: none;
}

.breadcrumb {
  margin: 0 auto;
  padding: 19px 0 18px;
  color: #9a9290;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
}

.breadcrumb span,
.breadcrumb a {
  margin-right: 17px;
}

.breadcrumb a {
  color: #888;
}

.site-main {
  background: #fff;
}

.content-section {
  padding: 30px 0 34px;
}

.content-section--intro {
  background: #fff;
}

.intro-grid,
.page-grid {
  grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
  gap: 35px;
}

.legacy-content {
  color: #666;
  font-size: 14px;
}

.legacy-content .eyebrow {
  display: none;
}

.legacy-content h2,
.legacy-content h3,
.legacy-content h4,
.section-heading h2,
.contact-card h2,
.assortment h2 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #333;
}

.legacy-content h3 {
  color: #222;
  font-size: 22px;
  font-weight: 400;
}

.contact-card,
.assortment,
.service-card {
  border-radius: 0;
  box-shadow: none;
}

.promo-card,
.contact-card {
  margin-bottom: 28px;
}

.promo-card h2,
.contact-card h2,
.assortment .section-heading h2 {
  font-size: 20px;
  font-weight: 500;
}

.promo-card h2,
.contact-card h2,
.assortment .section-heading h2 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}

.promo-card h2::first-letter,
.contact-card h2::first-letter,
.assortment .section-heading h2::first-letter {
  color: var(--color-accent);
}

.promo-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.promo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.promo-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  color: #fff;
  background: rgba(0, 97, 134, 0.82);
}

.promo-card figcaption strong,
.promo-card figcaption span {
  display: block;
}

.promo-card figcaption span {
  font-size: 12px;
}

.assortment {
  margin-top: 34px;
  padding: 0;
  border: 0;
}

.assortment .section-heading {
  margin-bottom: 16px;
}

.assortment .eyebrow {
  display: none;
}

.assortment-grid {
  gap: 0;
}

.assortment img {
  aspect-ratio: 658 / 247;
  border: 0;
}

.page-header-title {
  margin-bottom: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
}

.page-header-title h1 {
  margin: 0;
  color: #111;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.intro-grid,
.page-grid {
  grid-template-columns: minmax(0, 658px) 295px;
  gap: 48px;
}

.home-contact,
.side-panel {
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}

.legacy-content h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.legacy-content p {
  margin-bottom: 25px;
  color: #7d818a;
  line-height: 1.7;
}

.promo-card {
  margin-bottom: 12px;
}

.promo-card h2 {
  margin: 0 0 36px;
  padding: 12px 14px;
  color: #fff;
  background: var(--color-accent);
  border: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.promo-card h2::first-letter {
  color: #fff;
}

.promo-card figure {
  width: 230px;
  margin-left: 5px;
}

.promo-card img {
  width: 230px;
  aspect-ratio: 230 / 360;
}

.promo-card figcaption {
  left: auto;
  right: -3px;
  bottom: 31px;
  width: 180px;
  padding: 14px 18px;
  line-height: 1.05;
  text-transform: uppercase;
}

.promo-card figcaption strong {
  font-size: 15px;
  font-weight: 400;
}

.promo-card figcaption span {
  font-size: 15px;
  font-weight: 700;
}

.promo-more {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin: 0 0 36px 5px;
  color: #111;
  border: 1px solid #e2e2e2;
  font-size: 17px;
  line-height: 1;
}

.promo-more:hover,
.promo-more:focus {
  color: #fff;
  background: var(--color-accent);
  text-decoration: none;
}

.contact-card {
  padding: 37px 24px 32px;
  border: 1px solid #e1e1e1;
}

.contact-card h2 {
  margin-bottom: 25px;
  color: #111;
  border-bottom: 1px solid #e2e2e2;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-card h2::first-letter {
  color: #111;
}

.contact-card strong {
  color: var(--color-accent);
  font-size: 20px;
  text-transform: uppercase;
}

.contact-card p {
  color: #747985;
}

.contact-card dl > div {
  display: flex;
  gap: 12px;
  padding: 0;
  border-top: 0;
  line-height: 1.7;
}

.contact-card dt {
  width: 16px;
  flex: 0 0 16px;
  color: var(--color-accent);
  font-size: 0;
  text-transform: uppercase;
}

.contact-card dt::first-letter {
  font-size: 15px;
}

.contact-card dd {
  color: #747985;
}

.contact-card dd a {
  color: #c89a86;
}

.assortment {
  margin-top: 68px;
}

.assortment .section-heading h2,
.tag-module .section-heading h2 {
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.mini-slider {
  position: relative;
  height: 247px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.mini-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.mini-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.mini-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-slide figcaption {
  position: absolute;
  left: 44px;
  right: 10px;
  bottom: 10px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(0, 97, 134, 0.82);
  line-height: 1.25;
}

.mini-slide figcaption strong,
.mini-slide figcaption span {
  display: block;
  font-size: 21px;
}

.mini-slide figcaption strong {
  font-weight: 700;
}

.tag-module {
  margin-top: 54px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list a {
  display: inline-block;
  padding: 4px 9px;
  color: #777;
  border: 1px solid #e2e2e2;
  font-size: 12px;
}

.tag-list a:hover,
.tag-list a:focus {
  color: #fff;
  background: var(--color-accent);
  text-decoration: none;
}

.site-footer {
  background: #2b2928;
}

@media (max-width: 1220px) {
  .slider-controls {
    right: -60px;
  }
}

@media (max-width: 1160px) {
  .slider-controls {
    right: 0;
  }
}

@media (max-width: 980px) {
  body {
    padding-top: 0;
  }

  .inner,
  .topbar__inner,
  .header-main,
  .hero-slide__content,
  .hero-page__content,
  .breadcrumb {
    width: calc(100% - 32px);
    width: min(1000px, calc(100% - 32px));
  }

  .header-main {
    min-height: 90px;
    padding: 16px 0;
  }

  .primary-nav {
    top: 100%;
  }

  .nav-list {
    width: calc(100% - 32px);
    width: min(1000px, calc(100% - 32px));
  }

  .nav-list a {
    border: 0;
  }

  .nav-submenu {
    background: #fff;
  }

  .nav-submenu a {
    color: #252525;
  }
}

@media (max-width: 680px) {
  .topbar__inner {
    min-height: 0;
    align-items: center;
    padding: 10px 0;
  }

  .topbar__inner p,
  .language-switcher {
    min-width: 0;
    border-bottom: 0;
  }

  .hero-slider {
    height: 360px;
    aspect-ratio: auto;
    min-height: 360px;
  }

  @supports (aspect-ratio: 1 / 1) {
    .hero-slider {
      height: auto;
    }
  }

  .hero-slide__content {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 24px;
  }

  .hero-slide h1 {
    font-size: 28px;
  }

  .slider-controls {
    top: 18px;
    right: 16px;
    transform: none;
  }

  .slider-arrow {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 980px) {
  .intro-grid,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .home-contact,
  .side-panel {
    padding-left: 0;
    border-left: 0;
  }

  .promo-card figure,
  .promo-card img {
    width: 100%;
    width: min(230px, 100%);
    max-width: 230px;
  }
}

@media (max-width: 680px) {
  .mini-slider {
    height: 220px;
  }

  .mini-slide figcaption {
    left: 14px;
    right: 14px;
  }

  .mini-slide figcaption strong,
  .mini-slide figcaption span {
    font-size: 17px;
  }
}

/* Interaction and lower homepage modules */
a,
button,
.nav-list a,
.nav-submenu,
.hero-slide,
.mini-slide,
.promo-card img,
.service-card,
.to-top {
  transition-duration: 220ms;
  transition-timing-function: ease;
}

a,
button,
.nav-list a,
.to-top {
  transition-property: color, background-color, border-color, opacity, transform;
}

.promo-card a:hover img,
.promo-card a:focus img {
  transform: scale(1.025);
}

.nav-list > li.has-children > a {
  gap: 7px;
}

@media (min-width: 981px) {
  .nav-list > li:hover > a,
  .nav-list > li:focus-within > a {
    color: #fff;
    background: var(--color-accent);
  }

  .nav-list > li:hover > a,
  .nav-list > li:focus-within > a,
  .nav-list > li:hover > .nav-submenu,
  .nav-list > li:focus-within > .nav-submenu {
    box-shadow: 0 11px 18px rgba(0, 0, 0, 0.13);
  }

  .nav-list > li:hover > a,
  .nav-list > li:focus-within > a {
    box-shadow: none;
  }
}

.submenu-indicator {
  display: inline-block;
  color: #b8b8b8;
  font-size: 9px;
  line-height: 1;
  transform: translateY(1px);
  transition: color 220ms ease, transform 220ms ease;
}

.nav-list > li:hover > a .submenu-indicator,
.nav-list > li:focus-within > a .submenu-indicator,
.nav-list > li.is-active > a .submenu-indicator {
  color: currentColor;
  transform: translateY(2px);
}

.nav-submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition-property: opacity, visibility, transform;
}

.nav-list li:hover > .nav-submenu,
.nav-list li:focus-within > .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.nav-submenu a {
  justify-content: space-between;
  padding: 13px 16px;
}

.nav-submenu a:hover,
.nav-submenu a:focus {
  background: rgba(255, 255, 255, 0.14);
}

.slider-progress {
  overflow: hidden;
}

.slider-progress span {
  transform-origin: left center;
  animation: sliderProgress 5000ms linear forwards;
  animation: sliderProgress var(--slider-delay) linear forwards;
}

@keyframes sliderProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.guarantee-section {
  padding: 78px 0 58px;
  background: #fff;
}

.guarantee-section .section-heading h2 {
  margin: 0 0 29px;
  padding-bottom: 15px;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.guarantee-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.guarantee-item img {
  width: 28px;
  margin-top: 2px;
}

.guarantee-item h3 {
  margin: 0 0 26px;
  color: #747985;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.guarantee-item p {
  margin: 0;
  color: #7d818a;
  line-height: 1.7;
}

.site-footer {
  color: #747985;
  background: #e6e6e6;
}

.social-bar {
  padding: 18px 0 0;
  background: #e2e2e2;
}

.social-bar__inner {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d3d3d3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.footer-links a {
  color: #747985;
  font-size: 11px;
}

.footer-links a:hover,
.footer-links a:focus,
.facebook-link:hover,
.facebook-link:focus {
  color: var(--color-accent);
  text-decoration: none;
}

.facebook-link {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.footer-bottom {
  min-height: 0;
  padding: 21px 0 0;
  background: #e2e2e2;
}

.footer-bottom .inner {
  position: relative;
  min-height: 61px;
}

.footer-bottom p {
  margin: 0;
  color: #a28e83;
  font-size: 11px;
}

.footer-bottom a {
  color: #c09180;
}

.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61px;
  height: 61px;
  display: grid;
  place-items: center;
  color: #333;
  border: 1px solid #d2d2d2;
  background: transparent;
  font-size: 16px;
}

.footer-bottom .to-top {
  color: #333;
}

.to-top:hover,
.to-top:focus {
  color: #fff;
  background: var(--color-accent);
  border-color: var(--color-accent);
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .guarantee-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .social-bar__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .guarantee-section {
    padding: 44px 0;
  }

  .footer-links {
    gap: 12px 18px;
  }

  .to-top {
    position: static;
    margin-top: 32px;
  }
}

/* Original Joomla detail pass */
.primary-nav a,
.primary-nav a:hover,
.primary-nav a:focus {
  text-decoration: none;
}

@media (min-width: 981px) {
  .nav-list > li > a:hover,
  .nav-list > li > a:focus,
  .nav-list > li:hover > a,
  .nav-list > li:focus-within > a,
  .nav-list > li.is-active:hover > a,
  .nav-list > li.is-active:focus-within > a {
    color: #fff;
    background: #2b2928;
    text-decoration: none;
  }

  .nav-list > li.is-active > a {
    color: #fff;
    background: var(--color-accent);
  }

  .nav-submenu {
    background: #2b2928;
  }

  .nav-submenu a:hover,
  .nav-submenu a:focus {
    color: #fff;
    background: #171615;
    text-decoration: none;
  }
}

.hero--page {
  min-height: 0;
  height: 202px;
  display: block;
  overflow: hidden;
}

.hero--page > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-page__label {
  position: absolute;
  right: 39px;
  bottom: 64px;
  z-index: 2;
  min-width: 360px;
  min-width: min(360px, calc(100% - 78px));
  max-width: calc(100% - 78px);
  padding: 12px 30px 13px;
  background: rgba(255, 255, 255, 0.78);
  text-align: right;
}

.hero-page__label h1 {
  margin: 0;
  color: #3d3d3d;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.content-sidebar-box {
  margin-bottom: 28px;
  padding: 37px 24px 32px;
  color: #747985;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.content-sidebar-box h2 {
  margin: 0 0 25px;
  padding-bottom: 17px;
  color: #111;
  border-bottom: 1px solid #e2e2e2;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.content-sidebar-box p {
  margin: 0 0 26px;
  color: #747985;
  line-height: 1.7;
}

.content-sidebar-box a {
  color: #c89a86;
}

.content-sidebar-box a:hover,
.content-sidebar-box a:focus {
  color: var(--color-accent);
  text-decoration: none;
}

.content-sidebar-box img {
  max-width: 100%;
  display: block;
}

.content-sidebar-box--team .team-portrait {
  width: 100%;
  margin: 0 0 24px;
}

.content-sidebar-box--team h3 {
  margin: 0 0 26px;
  color: var(--color-accent);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.sidebar-contact-list {
  margin: 27px 0 0;
}

.sidebar-contact-list div {
  display: flex;
  gap: 12px;
  line-height: 1.7;
}

.sidebar-contact-list dt {
  width: 16px;
  flex: 0 0 16px;
  color: var(--color-accent);
  font-weight: 700;
}

.sidebar-contact-list dd {
  margin: 0;
}

.content-sidebar-box--promo {
  padding: 0;
  border: 0;
  background: transparent;
}

.side-feature {
  position: relative;
  width: 230px;
  max-width: 100%;
  margin: 0 0 12px 5px;
  overflow: hidden;
}

.side-feature a {
  display: block;
  color: #fff;
}

.side-feature img {
  width: 100%;
  aspect-ratio: 230 / 255;
  object-fit: cover;
  transition: transform 220ms ease;
}

.side-feature figcaption {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 210px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(0, 97, 134, 0.88);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  line-height: 1.05;
  text-transform: uppercase;
}

.side-feature figcaption span,
.side-feature figcaption strong {
  display: block;
  font-size: 15px;
}

.side-feature figcaption span {
  font-weight: 400;
}

.side-feature figcaption strong {
  font-weight: 700;
}

.side-feature a:hover img,
.side-feature a:focus img {
  transform: scale(1.025);
}

.sidebar-more {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin: 0 0 36px 5px;
  color: #111;
  border: 1px solid #e2e2e2;
  font-size: 17px;
  line-height: 1;
}

.sidebar-more:hover,
.sidebar-more:focus {
  color: #fff;
  background: var(--color-accent);
  text-decoration: none;
}

.content-sidebar-box--consult img {
  width: 100%;
  max-height: 180px;
  margin: 28px auto 0;
  object-fit: contain;
}

.related-services {
  margin-top: 58px;
}

.service-grid--related {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
}

.service-grid--related .service-card {
  background: transparent;
  border: 0;
  overflow: visible;
}

.service-grid--related .service-card a {
  position: relative;
  display: block;
  padding-bottom: 14px;
  color: #fff;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}

.service-grid--related .service-card a:hover,
.service-grid--related .service-card a:focus {
  text-decoration: none;
}

.service-grid--related .service-card img {
  width: 100%;
  aspect-ratio: 211 / 328;
  object-fit: cover;
  transition: transform 220ms ease;
}

.service-grid--related .service-card span {
  position: absolute;
  left: 0;
  bottom: 28px;
  min-height: 0;
  width: 188px;
  width: min(188px, 88%);
  max-width: 88%;
  display: block;
  padding: 14px 20px;
  color: #fff;
  background: rgba(0, 97, 134, 0.96);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-grid--related .service-card p {
  display: none;
}

.service-grid--related .service-card a:hover img,
.service-grid--related .service-card a:focus img {
  transform: scale(1.025);
}

.assortment--flooring {
  margin-top: 26px;
}

.assortment--flooring .mini-slider {
  height: 247px;
}

.assortment--flooring .mini-slide figcaption {
  left: auto;
  right: 16px;
  width: calc(100% - 32px);
  width: min(350px, calc(100% - 32px));
  max-width: 350px;
}

@media (max-width: 980px) {
  .hero--page {
    height: 190px;
  }

  .hero-page__label {
    right: 24px;
    bottom: 42px;
    min-width: 330px;
    min-width: min(330px, calc(100% - 48px));
    max-width: calc(100% - 48px);
  }

  .service-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .hero--page {
    height: 160px;
  }

  .hero-page__label {
    right: 16px;
    bottom: 24px;
    min-width: 0;
    width: calc(100% - 32px);
    padding: 10px 16px;
  }

  .hero-page__label h1 {
    font-size: 20px;
  }

  .service-grid--related {
    grid-template-columns: 1fr;
  }
}

/* Static page headers */
.hero--static-header {
  height: 420px;
}

.hero--static-header .hero-page__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--static-header .hero-page__label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 78px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px 13px;
  text-align: center;
}

.hero--static-header .hero-page__label h1 {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .hero--static-header {
    height: 320px;
  }

  .hero--static-header .hero-page__label {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 680px) {
  .hero--static-header {
    height: 220px;
  }

  .hero--static-header .hero-page__label {
    width: auto;
    max-width: calc(100% - 32px);
    padding: 10px 16px;
  }

  .hero--static-header .hero-page__label h1 {
    white-space: normal;
  }
}

/* Requested detail correction: menu, related service tiles, contact page */
@media (min-width: 981px) {
  .nav-list > li > a:hover,
  .nav-list > li > a:focus,
  .nav-list > li:hover > a,
  .nav-list > li:focus-within > a,
  .nav-list > li.is-active:hover > a,
  .nav-list > li.is-active:focus-within > a {
    color: #fff;
    background: var(--color-accent);
    text-decoration: none;
  }

  .nav-submenu,
  .nav-submenu a {
    background: var(--color-accent);
  }

  .nav-submenu a:hover,
  .nav-submenu a:focus {
    color: #fff;
    background: #2b2928;
    text-decoration: none;
  }
}

.service-grid--related {
  gap: 38px;
}

.service-grid--related .service-card {
  position: relative;
}

.service-grid--related .service-card .service-card__media {
  position: relative;
  display: block;
  padding-bottom: 14px;
  color: #fff;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}

.service-grid--related .service-card .service-card__media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 14px;
  left: 0;
  z-index: 1;
  background: rgba(0, 97, 134, 0.78);
  opacity: 0;
  transition: opacity 260ms ease;
}

.service-grid--related .service-card .service-card__media:hover::before,
.service-grid--related .service-card .service-card__media:focus::before {
  opacity: 1;
}

.service-grid--related .service-card .service-card__media img {
  width: 100%;
  aspect-ratio: 211 / 333;
  display: block;
  object-fit: cover;
  transform: none;
}

.service-grid--related .service-card .service-card__media:hover img,
.service-grid--related .service-card .service-card__media:focus img {
  transform: none;
}

.service-grid--related .service-card .service-card__title {
  position: absolute;
  left: 0;
  bottom: 43px;
  z-index: 2;
  min-height: 0;
  width: 188px;
  width: min(188px, 88%);
  max-width: 88%;
  display: block;
  padding: 15px 20px;
  color: #fff;
  background: rgba(0, 97, 134, 0.98);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-grid--related .service-card .service-card__title span {
  position: static;
  min-height: 0;
  width: auto;
  display: block;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
}

.service-grid--related .service-card .service-card__title span + span {
  font-weight: 700;
}

.service-grid--related .service-card .service-card__cross {
  position: absolute;
  inset: 0 0 14px;
  z-index: 2;
  width: auto;
  min-height: 0;
  display: block;
  padding: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.service-grid--related .service-card .service-card__cross::before,
.service-grid--related .service-card .service-card__cross::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.service-grid--related .service-card .service-card__cross::before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  transform: translateX(-50%);
  transition-property: top, height;
}

.service-grid--related .service-card .service-card__cross::after {
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  transform: translateY(-50%);
  transition-property: left, width;
}

.service-grid--related .service-card .service-card__media:hover .service-card__cross,
.service-grid--related .service-card .service-card__media:focus .service-card__cross {
  opacity: 1;
}

.service-grid--related .service-card .service-card__media:hover .service-card__cross::before,
.service-grid--related .service-card .service-card__media:focus .service-card__cross::before {
  top: calc(50% - 13px);
  height: 26px;
}

.service-grid--related .service-card .service-card__media:hover .service-card__cross::after,
.service-grid--related .service-card .service-card__media:focus .service-card__cross::after {
  left: calc(50% - 13px);
  width: 26px;
}

.service-grid--related .service-card .service-card__more {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-top: 12px;
  padding: 0;
  color: #111;
  background: #fff;
  border: 1px solid #e2e2e2;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  overflow: visible;
}

.service-grid--related .service-card .service-card__more:hover,
.service-grid--related .service-card .service-card__more:focus {
  color: #fff;
  background: var(--color-accent);
  border-color: var(--color-accent);
  text-decoration: none;
}

.content-section--contact {
  padding: 56px 0 56px;
}

.contact-page {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 26px;
}

.contact-details {
  min-width: 0;
}

.contact-details h1,
.contact-form-shell h2 {
  margin: 0 0 28px;
  padding-bottom: 19px;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.contact-details__block h2 {
  margin: 0 0 4px;
  color: var(--color-accent);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-details__block p,
.contact-form-shell p {
  margin: 0 0 28px;
  color: #747985;
  line-height: 1.7;
}

.contact-data-list {
  margin: 24px 0 62px;
}

.contact-data-list div {
  display: flex;
  gap: 13px;
  line-height: 1.6;
}

.contact-data-list dt {
  width: 16px;
  flex: 0 0 16px;
  color: var(--color-accent);
  font-weight: 700;
}

.contact-data-list dd {
  margin: 0;
  color: #747985;
}

.contact-data-list a,
.contact-socials a {
  color: #c89a86;
}

.contact-data-list a:hover,
.contact-data-list a:focus,
.contact-socials a:hover,
.contact-socials a:focus {
  color: var(--color-accent);
  text-decoration: none;
}

.contact-socials h2 {
  margin: 0 0 26px;
  padding-bottom: 17px;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-socials a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.contact-socials strong {
  width: 19px;
  color: #333;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.contact-form-shell {
  min-height: 498px;
  padding-left: 25px;
  border-left: 1px solid #e2e2e2;
}

.contact-form-shell .nkjsimplecontactBox {
  margin-top: 24px;
}

.contact-form-shell .nkContactFormContainer {
  color: #747985;
}

.contact-form-shell .nkForm {
  margin: 0;
}

.contact-form-shell .nkForm fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.contact-form-shell .nkForm fieldset > div {
  margin: 0;
}

.contact-form-shell .nkForm .contact-inline-fields > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-form-shell .nkForm label {
  display: block;
  margin: 0 0 6px;
  color: #747985;
  font-size: 13px;
}

.contact-form-shell .nkForm.noLabels .contact-inline-fields label,
.contact-form-shell .nkForm.noLabels .contact-message-field label {
  display: none;
}

.contact-form-shell .nkForm input[type="text"],
.contact-form-shell .nkForm input[type="email"],
.contact-form-shell .nkForm textarea {
  width: 100%;
  min-height: 34px;
  padding: 8px 14px;
  color: #747985;
  background: #ececec;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-sizing: border-box;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.contact-form-shell .nkForm textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form-shell .nkForm input[type="text"]:focus,
.contact-form-shell .nkForm input[type="email"]:focus,
.contact-form-shell .nkForm textarea:focus {
  background: #fff;
  border-color: #bdbdbd;
  outline: 0;
}

.contact-form-shell .nkForm .theHpo,
.contact-form-shell .nkForm input[name="nkjsc_token"] {
  display: none;
}

.contact-form-shell .nkfCheckbox {
  margin: 0;
}

.contact-form-shell .nkfCheckbox input[type="checkbox"] {
  margin: 4px 12px 0 0;
}

.contact-form-shell .nkfCheckbox [id^="jsAltCb-"][id$="-Container"] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #747985;
  line-height: 1.55;
  cursor: pointer;
}

.contact-form-shell .nkfCheckbox .jsCbBox {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 4px;
  border: 1px solid #9ea7b3;
  background: #fff;
}

.contact-form-shell .nkfCheckbox .jsCbChecked .jsCbBox {
  background: #006186;
  box-shadow: inset 0 0 0 3px #fff;
}

.contact-form-shell .nkfCheckbox a {
  color: #c89a86;
}

.contact-form-shell .nkForm button[type="submit"] {
  min-width: 125px;
  min-height: 43px;
  padding: 0 25px;
  color: #fff;
  background: #006186;
  border: 1px solid #006186;
  border-radius: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.contact-form-shell .nkForm button[type="submit"]:hover,
.contact-form-shell .nkForm button[type="submit"]:focus {
  background: #2b2928;
  border-color: #2b2928;
}

.contact-form-shell .submitPositive,
.contact-form-shell .submitNegative {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #d8d8d8;
}

.contact-form-shell .submitPositive {
  color: #006186;
  background: #eef7f9;
}

.contact-form-shell .submitNegative {
  color: #8b604d;
  background: #fff5ef;
}

.map-optin {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-image: url("../images/maps/contact-map-preview.png");
  background-position: center center;
  background-size: cover;
}

.map-optin iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 260ms ease;
}

.map-optin.is-enabled iframe {
  opacity: 1;
}

.map-optin__consent {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.map-optin.is-enabled .map-optin__consent {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.map-optin__content {
  width: 100%;
  width: min(520px, 100%);
  max-width: 520px;
  color: #2b2928;
}

.map-optin__content p {
  margin: 0 0 18px;
  color: #2b2928;
  font-size: 15px;
  line-height: 1.6;
}

.map-optin__content a {
  display: inline;
  margin-bottom: 0;
  color: #006186;
  border-bottom: 1px solid rgba(0, 97, 134, 0.45);
}

.map-optin__content a:hover,
.map-optin__content a:focus {
  color: #2b2928;
  border-color: #2b2928;
  text-decoration: none;
}

.button--map {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 28px;
  color: #fff;
  background: #2b2928;
  border-color: #2b2928;
  cursor: pointer;
}

.button--map:hover,
.button--map:focus {
  color: #fff;
  background: #171615;
  border-color: #171615;
}

@media (max-width: 980px) {
  .contact-page {
    grid-template-columns: 1fr;
  }

  .contact-form-shell {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .contact-form-shell .nkForm .contact-inline-fields > div {
    grid-template-columns: 1fr;
  }
}

/* Slider timing and original arrow/menu refinements */
.hero-slider {
  --slider-delay: 5000ms;
  --slide-offset: 0%;
}

.hero-slider__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slider__track {
  height: 100%;
  display: flex;
  transform: translateX(0);
  transform: translateX(var(--slide-offset));
  transition: transform 760ms cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.hero-slider__track .hero-slide {
  position: relative;
  inset: auto;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.hero-slider__track .hero-slide img {
  transform: translateZ(0);
}

.slider-progress {
  width: 100%;
}

.slider-progress span {
  animation-duration: 5000ms;
  animation-duration: var(--slider-delay);
}

.hero-slide__content {
  overflow: hidden;
  background: transparent;
}

.hero-slide__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 97, 134, 0.78);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 220ms ease, transform 360ms ease;
}

.hero-slide__content > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity 280ms ease, transform 380ms ease;
}

.hero-slide.is-animated .hero-slide__content::before {
  opacity: 1;
  transform: scaleX(1);
}

.hero-slide.is-animated .hero-slide__content p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 260ms;
}

.hero-slide.is-animated .hero-slide__content h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 400ms;
}

.hero-slide.is-animated .hero-slide__content .button {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 540ms;
}

.slider-arrow {
  position: relative;
  overflow: hidden;
  transition: color 220ms ease, background-color 220ms ease;
}

.slider-arrow__icon {
  display: block;
  line-height: 1;
}

.slider-arrow:hover,
.slider-arrow:focus {
  color: #111;
  background: #fff;
}

.slider-arrow--prev:hover .slider-arrow__icon,
.slider-arrow--prev:focus .slider-arrow__icon {
  animation: sliderArrowPrev 420ms ease both;
}

.slider-arrow--next:hover .slider-arrow__icon,
.slider-arrow--next:focus .slider-arrow__icon {
  animation: sliderArrowNext 420ms ease both;
}

@keyframes sliderArrowPrev {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  45% {
    opacity: 0;
    transform: translateX(-22px);
  }

  46% {
    opacity: 0;
    transform: translateX(22px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sliderArrowNext {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  45% {
    opacity: 0;
    transform: translateX(22px);
  }

  46% {
    opacity: 0;
    transform: translateX(-22px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 981px) {
  .nav-list > li.has-children > .nav-submenu {
    left: 1px;
  }
}

/* Reusable mobile off-canvas navigation */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 980;
  display: block;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 320ms ease, visibility 320ms ease;
}

body.mobile-nav-open {
  overflow: hidden;
}

body.mobile-nav-open .mobile-nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 981px) {
  .mobile-nav-backdrop {
    display: none;
  }
}

@media (max-width: 980px) {
  body.mobile-nav-open .site-header {
    z-index: 1100;
  }

  .nav-toggle {
    position: relative;
    z-index: 1102;
    transition: background-color 220ms ease, border-color 220ms ease;
  }

  .nav-toggle span:not(.sr-only) {
    transition: transform 240ms ease, opacity 180ms ease, background-color 220ms ease;
    transform-origin: center center;
  }

  .nav-toggle[aria-expanded="true"] {
    background: #2b2928;
    border-color: #2b2928;
  }

  .nav-toggle[aria-expanded="true"] span:not(.sr-only) {
    background: #fff;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1101;
    width: 340px;
    width: var(--mobile-nav-width, min(82vw, 340px));
    max-width: calc(100vw - 42px);
    height: 100vh;
    display: block;
    padding: 96px 28px 34px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: transform 360ms cubic-bezier(0.76, 0, 0.24, 1);
  }

  body.mobile-nav-from-right .primary-nav {
    right: 0;
    left: auto;
    transform: translateX(100%);
  }

  body.mobile-nav-from-left .primary-nav {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }

  body.mobile-nav-open .primary-nav,
  .primary-nav.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .primary-nav .nav-list {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .primary-nav .nav-list > li {
    border-bottom: 1px solid #ececec;
  }

  .primary-nav .nav-list a {
    min-height: 50px;
    justify-content: space-between;
    padding: 0 0;
    color: #20202c;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .primary-nav .nav-list > li.is-active > a,
  .primary-nav .nav-list > li > a:hover,
  .primary-nav .nav-list > li > a:focus {
    color: var(--color-accent);
    background: transparent;
  }

  .primary-nav .nav-submenu {
    position: static;
    min-width: 0;
    display: block;
    padding: 0 0 14px 18px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .primary-nav .nav-submenu li + li {
    border-top: 0;
  }

  .primary-nav .nav-submenu a {
    min-height: 34px;
    padding: 0;
    color: #747985;
    background: transparent;
    font-size: 12px;
  }

  .primary-nav .nav-submenu a:hover,
  .primary-nav .nav-submenu a:focus,
  .primary-nav .nav-submenu .is-active > a {
    color: var(--color-accent);
    background: transparent;
  }
}

/* Compatibility fallbacks and topbar wrapping */
.topbar__inner {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.topbar__inner p {
  order: 1;
  min-width: 0;
  flex: 1 1 auto;
  margin-right: 16px;
  white-space: normal;
}

.language-switcher {
  order: 2;
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .topbar__inner {
    align-items: flex-start;
  }

  .topbar__inner p {
    margin-right: 12px;
    line-height: 1.35;
  }

  .language-switcher {
    padding-top: 1px;
  }
}

@supports not (width: min(10px, 100%)) {
  .inner,
  .topbar__inner,
  .header-main,
  .hero-slide__content,
  .hero-page__content,
  .breadcrumb {
    width: calc(100% - 32px);
    max-width: 1000px;
  }

  .site-wrap {
    width: 100%;
    max-width: 1100px;
  }

  .hero-slide__content {
    width: calc(100% - 90px);
    max-width: 670px;
  }

  .side-feature,
  .side-feature img {
    max-width: 230px;
  }

  .map-optin__content {
    width: 100%;
    max-width: 520px;
  }

  .hero-page__label {
    min-width: 0;
    max-width: 360px;
  }
}

@supports not (font-size: clamp(1rem, 2vw, 2rem)) {
  .hero-slide h1 {
    font-size: 56px;
  }

  @media (max-width: 980px) {
    .hero-slide h1 {
      font-size: 36px;
    }
  }

  @media (max-width: 680px) {
    .hero-slide h1 {
      font-size: 28px;
    }
  }
}

@supports not (display: grid) {
  .intro-grid,
  .page-grid,
  .service-grid,
  .assortment-grid,
  .guarantee-grid,
  .contact-page {
    display: block;
  }

  .page-grid > *,
  .intro-grid > *,
  .contact-page > * {
    margin-bottom: 32px;
  }

  .service-grid::after,
  .assortment-grid::after,
  .guarantee-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .service-grid .service-card,
  .assortment-grid > *,
  .guarantee-item {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 28px;
  }

  .assortment-grid > * {
    width: 48%;
  }

  .guarantee-item {
    width: 31%;
  }

  @media (max-width: 980px) {
    .service-grid .service-card,
    .assortment-grid > *,
    .guarantee-item {
      width: auto;
      float: none;
      margin-right: 0;
    }
  }
}

@supports not (gap: 1rem) {
  .topbar__inner > * + *,
  .header-main > * + *,
  .footer-links > * + *,
  .tag-list > * + * {
    margin-left: 16px;
  }

  .service-grid > *,
  .assortment-grid > *,
  .guarantee-grid > * {
    margin-bottom: 24px;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .hero-slider {
    height: 520px;
  }

  .service-card img,
  .assortment img,
  .promo-card img,
  .side-feature img {
    height: auto;
  }

  .service-grid--related .service-card .service-card__media img {
    height: 333px;
  }
}

@supports not (inset: 0) {
  .hero-slide,
  .hero-slide::after,
  .hero-slide img,
  .hero-slider__viewport,
  .hero-slide__content::before,
  .map-optin iframe,
  .map-optin__consent,
  .mobile-nav-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@supports not (object-fit: cover) {
  .hero-slide img,
  .hero--page > img,
  .service-card img,
  .assortment img,
  .side-feature img {
    height: auto;
    min-height: 100%;
  }
}

@supports not (color: var(--compat-check)) {
  a {
    color: #006186;
  }

  a:hover,
  a:focus {
    color: #8b604d;
  }

  .nav-list > li.is-active > a,
  .nav-list > li > a:hover,
  .nav-list > li > a:focus,
  .legacy-content .btn,
  .button--primary,
  .service-grid--related .service-card .service-card__title {
    color: #fff;
    background-color: #006186;
    border-color: #006186;
  }

  body,
  .legacy-content,
  .contact-details__block p,
  .contact-form-shell p {
    color: #747985;
  }

  .contact-card strong,
  .content-sidebar-box--team h3,
  .contact-details__block h2,
  .contact-data-list dt,
  .sidebar-contact-list dt {
    color: #006186;
  }
}
