:root {
  --shell-bg: #050607;
  --shell-text: #f5eee4;
  --shell-muted: #a99f91;
  --shell-gold: #c99a53;
  --shell-gold-light: #f2cb82;
  --shell-brass: #b8793c;
}

body { padding-top: 82px; }
.page-homepage { padding-top: 0; }
body > .homepage-header ~ .site-header:not(.homepage-header),
body > footer:not(.homepage-footer),
.homepage-footer ~ .footer-section,
.site-wrap > header.site-navbar { display: none !important; }

.homepage-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1030;
  color: var(--shell-text);
  border-bottom: 1px solid rgba(201, 154, 83, .16);
  background: linear-gradient(180deg, rgba(5, 6, 7, .97), rgba(10, 13, 15, .91));
  box-shadow: 0 14px 45px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}

.page-homepage .homepage-header:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(5, 6, 7, .5), rgba(5, 6, 7, .12));
  box-shadow: none;
}

.homepage-header.is-scrolled {
  background: linear-gradient(180deg, rgba(5, 6, 7, .98), rgba(10, 13, 15, .94));
  box-shadow: 0 18px 60px rgba(0, 0, 0, .38);
}

.homepage-header.is-hidden { transform: translateY(-105%); }
.homepage-header .navbar { min-height: 82px; padding: .45rem 0; }
.homepage-header.is-scrolled .navbar { min-height: 68px; }

.homepage-header .navbar-brand {
  gap: 12px;
  margin: 0;
  color: var(--shell-text) !important;
  text-decoration: none;
}

.homepage-header .brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #111;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--shell-gold-light), var(--shell-gold));
  box-shadow: 0 0 34px rgba(201, 154, 83, .25);
  font-weight: 950;
}

.homepage-header .brand-title { color: var(--shell-text); font-size: .98rem; font-weight: 950; line-height: 1.4; }
.homepage-header .brand-sub { display: block; direction: ltr; color: var(--shell-muted); font-size: .64rem; letter-spacing: .65px; }

.homepage-header .navbar-nav .nav-link {
  padding: .62rem .68rem !important;
  color: #d7cfbf !important;
  border-radius: 999px;
  font-size: .82rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.homepage-header .navbar-nav .nav-link:hover,
.homepage-header .navbar-nav .nav-link.active {
  color: var(--shell-gold-light) !important;
  background: rgba(201, 154, 83, .12);
}

.homepage-header .navbar-toggler { border: 1px solid rgba(201, 154, 83, .34); box-shadow: none !important; }
.homepage-header .navbar-toggler-icon { filter: invert(1) sepia(.75); }
.homepage-header .header-actions { gap: 8px; }

.homepage-header .btn-gold,
.homepage-header .btn-ghost,
.homepage-footer .btn-gold,
.search-modal .btn-gold,
.search-modal .btn-ghost {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  color: #130e09;
  border: 1px solid rgba(242, 203, 130, .26);
  border-radius: 10px;
  background: var(--shell-brass);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.homepage-header .btn-ghost,
.search-modal .btn-ghost {
  color: #f0d4aa;
  border-color: rgba(184, 121, 60, .45);
  background: rgba(184, 121, 60, .08);
}

.homepage-header .btn-gold:hover,
.homepage-footer .btn-gold:hover,
.search-modal .btn-gold:hover { color: #130e09; background: #c98f4a; }
.homepage-header .btn-ghost:hover,
.search-modal .btn-ghost:hover { color: #ffe2b2; background: rgba(184, 121, 60, .16); }

.homepage-header .header-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  direction: ltr;
  color: #f6e2bd;
  border: 1px solid rgba(201, 154, 83, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.homepage-header .header-contact span { direction: rtl; color: var(--shell-muted); font-size: .68rem; font-weight: 700; }

.homepage-header .dropdown-menu {
  padding: 0;
  overflow: hidden;
  color: var(--shell-text);
  border: 1px solid rgba(201, 154, 83, .25);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(9, 12, 14, .99), rgba(19, 24, 28, .98));
  box-shadow: 0 34px 92px rgba(0, 0, 0, .56);
}

.homepage-header .dropdown-item { padding: .8rem 1rem; color: #ddd4c7; text-align: right; font-size: .84rem; }
.homepage-header .dropdown-item:hover { color: var(--shell-gold-light); background: rgba(201, 154, 83, .1); }
.homepage-header .dropdown-item small { display: block; margin-top: 3px; color: var(--shell-muted); font-size: .68rem; }

.homepage-header .flag {
  display: inline-block;
  width: 28px;
  height: 19px;
  margin-left: 8px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 4px;
}

.homepage-header .flag-ir { background: linear-gradient(#239f40 0 33.33%, #fff 33.33% 66.66%, #da0000 66.66%); }
.homepage-header .flag-gb { background: linear-gradient(135deg, #012169 0 42%, #fff 42% 48%, #c8102e 48% 54%, #fff 54% 60%, #012169 60%); }
.homepage-header .flag-ru { background: linear-gradient(#fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66%); }
.homepage-header .flag-sa { background: #006c35; }

.homepage-header .mega-menu {
  width: min(1180px, calc(100vw - 28px));
  right: 50% !important;
  left: auto !important;
  margin-top: 14px !important;
  transform: translateX(50%) !important;
}

.homepage-header .mega-panel { padding: 20px; }
.homepage-header .mega-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.homepage-header .mega-heading strong { display: block; color: var(--shell-gold-light); font-weight: 950; }
.homepage-header .mega-heading span { display: block; margin-top: 3px; color: var(--shell-muted); font-size: .75rem; }

.homepage-header .mega-link {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 13px;
  color: #e6ddce;
  border: 1px solid rgba(201, 154, 83, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  text-decoration: none;
  transition: .2s ease;
}

.homepage-header .mega-link:hover { color: var(--shell-gold-light); border-color: rgba(242, 203, 130, .55); background: rgba(201, 154, 83, .09); transform: translateY(-2px); }
.homepage-header .mega-link small { display: block; margin-top: 3px; color: var(--shell-muted); font-size: .68rem; }
.homepage-header .mega-link i { color: var(--shell-gold-light); font-style: normal; }

.homepage-header .product-mega-shell { padding: 18px; }
.homepage-header .product-mega-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
  padding: 2px 3px 14px;
  border-bottom: 1px solid rgba(201, 154, 83, .16);
}
.homepage-header .product-mega-heading strong { display: block; margin-top: 4px; color: #fff4e3; font-size: 1.02rem; font-weight: 950; }
.homepage-header .product-mega-eyebrow { color: var(--shell-gold-light); font-size: .68rem; font-weight: 900; letter-spacing: .2px; }
.homepage-header .product-mega-hint { color: var(--shell-muted); font-size: .7rem; }
.homepage-header .product-mega-grid { display: grid; grid-template-columns: 1.1fr .64fr 1fr; gap: 13px; }
.homepage-header .product-family-panel,
.homepage-header .product-size-panel,
.homepage-header .mega-size-comparator {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(201, 154, 83, .14);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
}
.homepage-header .mega-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.homepage-header .mega-section-title b { color: #f0cf96; font-size: .82rem; font-weight: 900; }
.homepage-header .mega-section-title span { color: #81796f; font-size: .62rem; }
.homepage-header .product-family-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.homepage-header .product-family-link {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  color: #ede4d6;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.homepage-header .product-family-link:hover { color: #fff; border-color: rgba(242, 203, 130, .42); background: rgba(201, 154, 83, .09); transform: translateY(-2px); }
.homepage-header .product-family-link span { min-width: 0; }
.homepage-header .product-family-link b { display: block; font-size: .73rem; font-weight: 900; }
.homepage-header .product-family-link small { display: block; margin-top: 3px; overflow: hidden; color: #91887c; font-size: .57rem; text-overflow: ellipsis; white-space: nowrap; }
.homepage-header .family-icon {
  width: 35px;
  height: 35px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  color: #24180c;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  background: linear-gradient(135deg, #edce94, #a56f36);
  font-size: .6rem;
  font-style: normal;
  font-weight: 950;
}
.homepage-header .family-stone { color: #342f2a; background: linear-gradient(135deg, #d8d1c6, #8f8981); }
.homepage-header .family-wood { color: #fff0d7; background: repeating-linear-gradient(90deg, #815127 0 5px, #a36a34 5px 9px); }
.homepage-header .family-cement { color: #eee; background: linear-gradient(135deg, #777d80, #4b5053); }
.homepage-header .family-slab { color: #261c10; background: linear-gradient(135deg, #f3e3c6 0 47%, #b78c54 48% 52%, #d7bea0 53%); }
.homepage-header .mega-size-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.homepage-header .mega-size-button {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  direction: ltr;
  color: #cfc5b7;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  background: rgba(0, 0, 0, .18);
  font-size: .66rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.homepage-header .mega-size-button:hover,
.homepage-header .mega-size-button:focus-visible,
.homepage-header .mega-size-button.is-active { color: #1c1309; outline: 0; border-color: #e6bb74; background: linear-gradient(135deg, #ebc981, #b77b3b); transform: translateY(-1px); }
.homepage-header .mega-size-comparator { overflow: hidden; background: radial-gradient(circle at 65% 30%, rgba(201, 154, 83, .11), transparent 42%), rgba(255, 255, 255, .025); }
.homepage-header .mega-compare-stage {
  min-height: 239px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  padding: 9px 8px 0;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(7, 9, 10, .2), rgba(7, 9, 10, .76)), repeating-linear-gradient(0deg, transparent 0 35px, rgba(255, 255, 255, .035) 36px);
  box-shadow: inset 0 -1px rgba(242, 203, 130, .22);
}
.homepage-header .mega-person-wrap,
.homepage-header .mega-tile-wrap { min-height: 218px; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; position: relative; }
.homepage-header .mega-person-wrap { width: 124px; }
.homepage-header .mega-person-wrap small { margin-top: 7px; color: #8e867a; font-size: .58rem; }
.homepage-header .mega-height-line { position: absolute; right: 7px; bottom: 25px; width: 1px; height: 130px; border-right: 1px dashed rgba(242, 203, 130, .48); }
.homepage-header .mega-height-line::before,
.homepage-header .mega-height-line::after { content: ''; position: absolute; right: -4px; width: 8px; border-top: 1px solid rgba(242, 203, 130, .65); }
.homepage-header .mega-height-line::before { top: 0; }
.homepage-header .mega-height-line::after { bottom: 0; }
.homepage-header .mega-height-line b { position: absolute; top: 50%; right: 5px; direction: ltr; color: #d6a960; font-size: .56rem; white-space: nowrap; transform: translateY(-50%) rotate(90deg); }
.homepage-header .mega-human-photo {
  width: auto;
  height: 130px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 13px rgba(0, 0, 0, .42));
}
.homepage-header .mega-tile-wrap { width: 145px; }
.homepage-header .mega-tile-sample {
  width: 43px;
  height: 86px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 237, 204, .52);
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(255,255,255,.4), transparent 36%), radial-gradient(circle at 75% 25%, rgba(70,58,42,.3), transparent 23%), linear-gradient(145deg, #d9c8ad, #92795c);
  box-shadow: 0 13px 26px rgba(0, 0, 0, .4), inset 0 0 0 2px rgba(255, 255, 255, .08);
  transition: width .28s ease, height .28s ease, opacity .18s ease, transform .28s ease;
}
.homepage-header .mega-tile-sample.is-changing { opacity: .45; transform: scale(.94); }
.homepage-header .mega-tile-wrap strong { min-height: 20px; margin-top: 6px; direction: ltr; color: #e3b86f; font-size: .66rem; font-weight: 900; }
.homepage-header .product-mega-actions { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 9px; margin-top: 12px; }
.homepage-header .mega-action {
  min-height: 51px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 8px 14px;
  color: #e9dfd0;
  text-align: right;
  border: 1px solid rgba(201, 154, 83, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  text-decoration: none;
}
.homepage-header button.mega-action { width: 100%; font-family: inherit; }
.homepage-header .mega-action:hover { color: #fff; border-color: rgba(242, 203, 130, .45); background: rgba(201, 154, 83, .09); }
.homepage-header .mega-action-primary { color: #1b1208; border-color: #d8a85d; background: linear-gradient(135deg, #efcc88, #ba7d3b); }
.homepage-header .mega-action-primary:hover { color: #140d06; background: linear-gradient(135deg, #f7d99e, #c98c48); }
.homepage-header .mega-action span { font-size: .74rem; font-weight: 900; }
.homepage-header .mega-action small { margin-top: 2px; color: inherit; font-size: .57rem; opacity: .67; }

/* Digital infrastructure dropdown. */
.homepage-header .digital-services-menu {
  width: min(820px, calc(100vw - 28px));
  right: 50% !important;
  left: auto !important;
  margin-top: 14px !important;
  transform: translateX(50%) !important;
}
.homepage-header .digital-services-nav:hover > .digital-services-menu,
.homepage-header .digital-services-nav:focus-within > .digital-services-menu { display: block; }
.homepage-header .digital-menu-shell { padding: 18px; }
.homepage-header .digital-menu-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  padding: 2px 3px 13px;
  border-bottom: 1px solid rgba(201, 154, 83, .16);
}
.homepage-header .digital-menu-heading span { display: block; color: var(--shell-gold-light); font-size: .68rem; font-weight: 900; }
.homepage-header .digital-menu-heading strong { display: block; margin-top: 4px; color: #fff4e3; font-size: 1rem; font-weight: 950; }
.homepage-header .digital-menu-heading > small { color: var(--shell-muted); font-size: .68rem; }
.homepage-header .digital-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.homepage-header .digital-menu-link {
  min-width: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px;
  color: #e8dfd2;
  border: 1px solid rgba(201, 154, 83, .15);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.homepage-header .digital-menu-link:hover,
.homepage-header .digital-menu-link:focus-visible { color: #fff7e9; border-color: rgba(242, 203, 130, .52); background: rgba(201, 154, 83, .1); transform: translateY(-2px); }
.homepage-header .digital-menu-link > span:nth-child(2) { min-width: 0; }
.homepage-header .digital-menu-link b { display: block; font-size: .77rem; font-weight: 950; }
.homepage-header .digital-menu-link small { display: block; margin-top: 4px; overflow: hidden; color: var(--shell-muted); font-size: .61rem; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
.homepage-header .digital-menu-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  color: var(--shell-gold-light);
  border: 1px solid rgba(242, 203, 130, .27);
  border-radius: 13px;
  background: rgba(201, 154, 83, .09);
}
.homepage-header .digital-menu-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.homepage-header .digital-menu-icon--bale svg path:last-child { stroke-width: 1.35; }
.homepage-header .digital-menu-link--catalog { grid-column: span 3; min-height: 66px; border-color: rgba(218, 168, 93, .36); background: linear-gradient(135deg, rgba(201, 154, 83, .17), rgba(255, 255, 255, .035)); }
.homepage-header .digital-menu-link--catalog > i { margin-right: auto; color: var(--shell-gold-light); font-size: .67rem; font-style: normal; font-weight: 900; white-space: nowrap; }

.homepage-footer {
  padding: 60px 0 28px;
  color: var(--shell-text);
  border-top: 1px solid rgba(201, 154, 83, .18);
  background: #060707;
  text-align: right;
}

.homepage-footer .footer-title { margin-bottom: 1rem; color: var(--shell-gold-light); text-align: right; font-size: 1.05rem; font-weight: 900; }
.homepage-footer .footer-text,
.homepage-footer .footer-link { display: block; color: var(--shell-muted); text-align: right; font-size: .88rem; line-height: 2.05; text-decoration: none; }
.homepage-footer a.footer-text:hover,
.homepage-footer .footer-link:hover { color: var(--shell-gold-light); }
.homepage-footer .socials { display: flex; justify-content: flex-start; gap: 10px; margin-top: 1rem; }
.homepage-footer .socials a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--shell-gold-light); border: 1px solid rgba(201, 154, 83, .25); border-radius: 12px; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.homepage-footer .socials a:hover { color: #130e09; border-color: var(--shell-gold-light); background: var(--shell-gold-light); transform: translateY(-2px); }
.homepage-footer .socials i { font-size: 1.05rem; }
.homepage-footer .footer-link--icon,
.homepage-footer .footer-contact-line { display: flex; align-items: center; gap: 9px; }
.homepage-footer .footer-link--icon > i,
.homepage-footer .footer-contact-line > i { width: 18px; flex: 0 0 18px; color: var(--shell-gold); text-align: center; font-size: .82rem; }
.homepage-footer .footer-link--icon:hover > i { color: var(--shell-gold-light); }
.homepage-footer .footer-download-card strong { display: flex; align-items: center; gap: 9px; }
.homepage-footer .footer-download-card strong i { color: var(--shell-gold); font-size: 1rem; }
.homepage-footer .footer-download-card { margin-top: 18px; padding: 18px; border: 1px solid rgba(201, 154, 83, .24); border-radius: 20px; background: linear-gradient(145deg, rgba(201, 154, 83, .11), rgba(255, 255, 255, .035)); }
.homepage-footer .footer-download-card strong { display: block; margin-bottom: 6px; color: var(--shell-gold-light); font-weight: 900; }
.homepage-footer .footer-download-card p { margin: 0 0 12px; color: var(--shell-muted); font-size: .82rem; line-height: 1.8; }
.homepage-footer .copyright { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 36px; padding-top: 22px; color: #837b70; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .78rem; }

.search-modal .modal-content { color: var(--shell-text); border: 1px solid rgba(201, 154, 83, .28); border-radius: 22px; background: linear-gradient(145deg, rgba(9, 12, 14, .99), rgba(20, 25, 29, .99)); }
.search-modal .modal-title { color: var(--shell-gold-light); font-weight: 900; }
.search-modal .search-input { height: 54px; padding: 0 16px; color: var(--shell-text); text-align: right; border: 1px solid rgba(201, 154, 83, .28); border-radius: 14px; background: rgba(255, 255, 255, .055); }
.search-modal .search-input:focus { outline: 0; border-color: rgba(242, 203, 130, .65); box-shadow: 0 0 0 4px rgba(201, 154, 83, .1); }
.search-modal .close { color: #fff; background-color: transparent; border: 0; font-size: 1.5rem; }

@media (max-width: 1199.98px) {
  body { padding-top: 74px; }
  .page-homepage { padding-top: 0; }
  .homepage-header .navbar { min-height: 74px; }
  .homepage-header .navbar-collapse { max-height: calc(100vh - 80px); padding: 1rem 0; overflow-y: auto; }
  .homepage-header .header-actions { flex-wrap: wrap; justify-content: flex-start !important; }
  .homepage-header .mega-menu { position: static !important; width: 100%; max-height: none; margin-top: 0 !important; transform: none !important; box-shadow: none; }
  .homepage-header .digital-services-menu { position: static !important; width: 100%; max-height: none; margin-top: 0 !important; transform: none !important; box-shadow: none; }
  .homepage-header .digital-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-header .digital-menu-link--catalog { grid-column: span 2; }
  .homepage-header .product-mega-grid { grid-template-columns: 1fr 1fr; }
  .homepage-header .mega-size-comparator { grid-column: 1 / -1; }
  .homepage-header .mega-compare-stage { min-height: 245px; }
}

@media (max-width: 575.98px) {
  .homepage-header .brand-sub { display: none; }
  .homepage-header .brand-title { font-size: .86rem; }
  .homepage-header .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .homepage-header .mega-heading { align-items: stretch; flex-direction: column; }
  .homepage-header .product-mega-heading { align-items: flex-start; flex-direction: column; }
  .homepage-header .product-mega-grid { grid-template-columns: 1fr; }
  .homepage-header .mega-size-comparator { grid-column: auto; }
  .homepage-header .product-family-grid { grid-template-columns: 1fr; }
  .homepage-header .product-mega-actions { grid-template-columns: 1fr; }
  .homepage-header .mega-action { align-items: center; text-align: center; }
  .homepage-header .digital-menu-heading { align-items: flex-start; flex-direction: column; }
  .homepage-header .digital-menu-grid { grid-template-columns: 1fr; }
  .homepage-header .digital-menu-link--catalog { grid-column: auto; }
  .homepage-header .digital-menu-link small { white-space: normal; }
  .homepage-footer .copyright { display: block; }
  .homepage-footer .copyright span { display: block; margin-bottom: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-header,
  .homepage-header * { transition: none !important; }
}
