:root {
  color-scheme: light;
  --ink: #182026;
  --muted: #627079;
  --soft: #eef1ed;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --line: #d8ded8;
  --teal: #0f6d68;
  --teal-dark: #0b4845;
  --brass: #b9832f;
  --wine: #7b2d26;
  --shadow: 0 18px 50px rgba(24, 32, 38, 0.12);
  --max: 1680px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

button:hover,
.button:hover {
  background: #000;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.button.secondary.invert {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
}

.input--hidden {
  display: none !important;
}

textarea {
  min-height: 118px;
  padding-top: 10px;
  resize: vertical;
}

img,
video {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(216, 222, 216, 0.86);
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(18px);
  padding: 14px clamp(18px, 4vw, 42px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  max-width: 380px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav,
.footer-links,
.chip-row,
.detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.site-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--teal-dark);
}

.nav-toggle {
  display: none;
}

.nav-toggle span {
  display: block;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 54px clamp(20px, 3vw, 48px);
}

.hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #243036;
}

.home-hero {
  min-height: min(760px, calc(100vh - 74px));
}

.hero-media {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #243036, #445057);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 20, 24, 0.86), rgba(12, 20, 24, 0.42) 48%, rgba(12, 20, 24, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  color: #fff;
  padding: clamp(34px, 7vw, 84px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brass);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  font-size: clamp(42px, 8vw, 92px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.lede {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.stat {
  min-height: 110px;
  display: grid;
  align-content: center;
  gap: 4px;
  background: var(--panel);
  padding: 18px;
}

.stat strong {
  font-size: 34px;
}

.stat span,
.muted {
  color: var(--muted);
}

.catalog-page {
  width: 100%;
  min-height: calc(100vh - 73px);
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.page-intro {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.page-intro h1 {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(44px, 7vw, 86px);
}

.page-intro .muted {
  max-width: 720px;
  font-size: 18px;
}

.filters {
  position: sticky;
  top: 73px;
  align-self: start;
  display: grid;
  gap: 22px;
  max-height: calc(100vh - 73px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border-right: 1px solid var(--line);
  background: #fbfaf6;
  padding: 28px 30px;
}

.filters::-webkit-scrollbar {
  width: 10px;
}

.filters::-webkit-scrollbar-thumb {
  border: 3px solid #fbfaf6;
  border-radius: 999px;
  background: rgba(23, 32, 39, 0.26);
}

.filters label,
.filter-title {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.filter-block {
  display: grid;
  gap: 12px;
}

.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.filter-heading a,
.reset-link {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.search-box input {
  margin-top: 6px;
  min-height: 48px;
  border-color: var(--ink);
  font-size: 15px;
}

.category-option-grid,
.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.category-option {
  min-height: 104px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 14px 10px;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.category-option:hover,
.category-option.active {
  border-color: var(--ink);
  background: var(--soft);
  transform: translateY(-1px);
}

.category-option svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.category-option span {
  min-height: 32px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.brand-logo-button {
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.brand-logo-button:hover,
.brand-logo-button.active {
  border-color: var(--ink);
  background: var(--soft);
  transform: translateY(-1px);
}

.brand-logo-button img {
  max-width: 116px;
  max-height: 42px;
  object-fit: contain;
}

.brand-logo-button span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.catalog-main {
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 28px clamp(20px, 3vw, 48px);
}

.catalog-hero-panel {
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(251, 250, 246, 0.98), rgba(251, 250, 246, 0.72) 58%, rgba(24, 32, 38, 0.06)),
    linear-gradient(135deg, #f7f4ec, #d8ded8);
  padding: clamp(34px, 5vw, 72px) clamp(20px, 4vw, 64px);
}

.catalog-hero-panel h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 92px);
}

.catalog-hero-panel .muted {
  max-width: 680px;
  margin-top: 18px;
  font-size: 18px;
}

.hero-button {
  min-width: 188px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.chip.active {
  border-color: var(--teal);
  background: #e7f3f1;
  color: var(--teal-dark);
}

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

.catalog-main > .product-grid {
  padding: 28px clamp(20px, 3vw, 48px) 48px;
}

.editorial-grid,
.collection-board {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: start;
}

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

.collection-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.collection-tile {
  display: grid;
  gap: 8px;
  min-height: 104px;
  align-content: space-between;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 16px;
}

.collection-tile:hover,
.collection-tile.active {
  border-color: var(--teal);
  background: #edf6f4;
}

.collection-tile strong {
  font-size: 18px;
  line-height: 1.15;
}

.collection-tile span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-card {
  display: grid;
  grid-template-rows: 240px 1fr;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.product-card-visual,
.placeholder-visual {
  display: grid;
  min-height: 220px;
  background: linear-gradient(135deg, #e7ece8, #cfd8d3);
  color: var(--teal-dark);
  font-size: 34px;
  font-weight: 900;
}

.product-card-visual {
  align-items: start;
  justify-items: center;
  height: 240px;
  min-height: 0;
  overflow: hidden;
}

.placeholder-visual {
  width: 100%;
  height: 100%;
  place-items: center;
}

.product-card-visual img {
  display: block;
  align-self: start;
  justify-self: center;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
}

.product-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.meta-line {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.quick-spec {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.quick-spec span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-spec strong {
  display: block;
  font-size: 13px;
}

.detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 32px;
  align-items: center;
}

.detail-copy {
  display: grid;
  gap: 18px;
}

.detail-media {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
  aspect-ratio: 4 / 3;
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-section {
  border-top: 1px solid var(--line);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.content-stack {
  display: grid;
  gap: 18px;
}

.info-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 20px;
}

.info-panel ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.rich-text {
  display: grid;
  gap: 12px;
}

.rich-text p {
  margin: 0;
}

.rich-text ul {
  margin: 0;
  padding-left: 20px;
}

.rich-text li + li {
  margin-top: 6px;
}

.rich-text strong {
  color: inherit;
  font-weight: 900;
}

.rich-text em {
  font-style: italic;
}

.rich-text a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gallery-button {
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: var(--soft);
  padding: 0;
  aspect-ratio: 1 / 1;
}

.gallery-button img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.download-list {
  display: grid;
  gap: 10px;
}

.download-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 14px;
}

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

.video-grid video {
  width: 100%;
  background: #111;
}

.loading-state,
.empty-state,
.error-state {
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 24px;
  text-align: center;
}

.error-state {
  color: var(--wine);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(10, 14, 18, 0.84);
  padding: 24px;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 86vh;
  object-fit: contain;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  background: #172026;
  color: #fff;
  padding: 28px clamp(18px, 4vw, 42px);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-link-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.footer-links {
  justify-content: flex-end;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 13px 6px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.footer-social a::before {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #172026;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.footer-social a[data-social="facebook"]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.footer-social a[data-social="instagram"]::before {
  content: "ig";
  font-size: 10px;
  letter-spacing: 0;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: rgba(255, 122, 43, 0.72);
  background: rgba(255, 122, 43, 0.15);
  color: #fff;
  transform: translateY(-1px);
}

body.lead-page,
body[data-page="contact"],
body[data-page="quote"],
body[data-page="quote-doors"],
body[data-page="dealer"] {
  color-scheme: dark;
  --ink: #f5f8fb;
  --muted: rgba(229, 236, 244, 0.72);
  --soft: #0b1b2b;
  --paper: #061321;
  --panel: rgba(7, 21, 35, 0.78);
  --line: rgba(202, 218, 235, 0.18);
  --teal: #ff5a18;
  --teal-dark: #ff5a18;
  --brass: #ff7a2b;
  --wine: #ff5a18;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  background:
    radial-gradient(ellipse at 50% -12%, rgba(136, 185, 238, 0.28), transparent 34rem),
    radial-gradient(circle at 82% 10%, rgba(77, 132, 188, 0.16), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 10%, transparent 10% 55%, rgba(255, 255, 255, 0.025) 55% 64%, transparent 64%),
    linear-gradient(130deg, #020b15 0%, #071527 43%, #03101d 100%);
  color: var(--ink);
}

body.lead-page::before,
body[data-page="contact"]::before,
body[data-page="quote"]::before,
body[data-page="quote-doors"]::before,
body[data-page="dealer"]::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 18% 0%, rgba(126, 171, 219, 0.12), transparent 32rem),
    radial-gradient(ellipse at 88% 18%, rgba(255, 255, 255, 0.045), transparent 24rem),
    linear-gradient(118deg, transparent 0 34%, rgba(160, 188, 219, 0.055) 34.1% 34.25%, transparent 34.35% 68%, rgba(160, 188, 219, 0.035) 68.1% 68.2%, transparent 68.3%),
    linear-gradient(90deg, transparent 0 12%, rgba(187, 207, 230, 0.045) 12.05% 12.14%, transparent 12.2% 84%, rgba(187, 207, 230, 0.035) 84.05% 84.14%, transparent 84.2%);
  mask-image: linear-gradient(180deg, #000 0 76%, transparent 100%);
}

body.lead-page .site-header,
body[data-page="contact"] .site-header,
body[data-page="quote"] .site-header,
body[data-page="quote-doors"] .site-header,
body[data-page="dealer"] .site-header {
  border-bottom-color: rgba(151, 177, 204, 0.18);
  background: rgba(2, 12, 23, 0.88);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.2);
}

body.lead-page .brand,
body[data-page="contact"] .brand,
body[data-page="quote"] .brand,
body[data-page="quote-doors"] .brand,
body[data-page="dealer"] .brand {
  gap: 18px;
}

body.lead-page .brand-mark,
body[data-page="contact"] .brand-mark,
body[data-page="quote"] .brand-mark,
body[data-page="quote-doors"] .brand-mark,
body[data-page="dealer"] .brand-mark {
  width: 56px;
  height: 56px;
  border: 0;
  background:
    url("assets/multiside/logo-msms.png") center / contain no-repeat,
    radial-gradient(circle, rgba(72, 132, 209, 0.28), transparent 70%);
  color: transparent;
  transform: scale(1.75);
  transform-origin: center;
  transition: filter 220ms ease, transform 220ms ease;
}

body.lead-page .brand:hover .brand-mark,
body[data-page="contact"] .brand:hover .brand-mark,
body[data-page="quote"] .brand:hover .brand-mark,
body[data-page="quote-doors"] .brand:hover .brand-mark,
body[data-page="dealer"] .brand:hover .brand-mark {
  filter: drop-shadow(0 0 18px rgba(121, 171, 232, 0.34));
  transform: scale(1.75) translateY(-1px);
}

body.lead-page .brand strong,
body[data-page="contact"] .brand strong,
body[data-page="quote"] .brand strong,
body[data-page="quote-doors"] .brand strong,
body[data-page="dealer"] .brand strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.lead-page .brand small,
body[data-page="contact"] .brand small,
body[data-page="quote"] .brand small,
body[data-page="quote-doors"] .brand small,
body[data-page="dealer"] .brand small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.lead-page .site-nav,
body[data-page="contact"] .site-nav,
body[data-page="quote"] .site-nav,
body[data-page="quote-doors"] .site-nav,
body[data-page="dealer"] .site-nav {
  gap: clamp(14px, 3vw, 32px);
}

body.lead-page .site-nav a,
body[data-page="contact"] .site-nav a,
body[data-page="quote"] .site-nav a,
body[data-page="quote-doors"] .site-nav a,
body[data-page="dealer"] .site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.14em;
  padding: 12px 0;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

body.lead-page .site-nav a::after,
body[data-page="contact"] .site-nav a::after,
body[data-page="quote"] .site-nav a::after,
body[data-page="quote-doors"] .site-nav a::after,
body[data-page="dealer"] .site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  content: "";
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.lead-page .site-nav a:hover,
body.lead-page .site-nav a.active,
body[data-page="contact"] .site-nav a:hover,
body[data-page="contact"] .site-nav a.active,
body[data-page="quote"] .site-nav a:hover,
body[data-page="quote"] .site-nav a.active,
body[data-page="quote-doors"] .site-nav a:hover,
body[data-page="quote-doors"] .site-nav a.active,
body[data-page="dealer"] .site-nav a:hover,
body[data-page="dealer"] .site-nav a.active {
  color: #fff;
}

body.lead-page .site-nav a:hover,
body[data-page="contact"] .site-nav a:hover,
body[data-page="quote"] .site-nav a:hover,
body[data-page="quote-doors"] .site-nav a:hover,
body[data-page="dealer"] .site-nav a:hover {
  text-shadow: 0 0 18px rgba(255, 90, 24, 0.28);
  transform: translateY(-1px);
}

body.lead-page .site-nav a:hover::after,
body.lead-page .site-nav a.active::after,
body[data-page="contact"] .site-nav a:hover::after,
body[data-page="contact"] .site-nav a.active::after,
body[data-page="quote"] .site-nav a:hover::after,
body[data-page="quote"] .site-nav a.active::after,
body[data-page="quote-doors"] .site-nav a:hover::after,
body[data-page="quote-doors"] .site-nav a.active::after,
body[data-page="dealer"] .site-nav a:hover::after,
body[data-page="dealer"] .site-nav a.active::after {
  box-shadow: 0 0 18px rgba(255, 90, 24, 0.5);
  transform: scaleX(1);
}

.lead-page {
  position: relative;
  overflow-x: hidden;
}

.lead-hero,
.lead-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 4vw, 56px);
}

.lead-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-content: end;
  isolation: isolate;
}

.about-hero {
  min-height: min(680px, calc(100vh - 74px));
  grid-template-columns: minmax(0, 0.52fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  align-content: center;
}

.about-hero-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.about-hero-media {
  position: relative;
  min-height: clamp(340px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(202, 218, 235, 0.18);
  background: #0b1d2f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.about-hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(3, 13, 25, 0), rgba(3, 13, 25, 0.24));
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.lead-hero::before {
  position: absolute;
  inset: 0 clamp(20px, 4vw, 56px);
  z-index: -1;
  pointer-events: none;
  content: "";
  border-bottom: 1px solid rgba(202, 218, 235, 0.16);
  background:
    radial-gradient(ellipse at 76% 18%, rgba(140, 183, 232, 0.18), transparent 24rem),
    linear-gradient(118deg, transparent 0 46%, rgba(202, 218, 235, 0.045) 46.1% 46.25%, transparent 46.35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
}

.lead-hero h1 {
  max-width: 960px;
  background: linear-gradient(180deg, #ffffff 4%, #e8f1fb 34%, #b5c7dd 68%, #7897bf 100%);
  color: #fff;
  font-size: clamp(46px, 8vw, 96px);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 20px 46px rgba(0, 0, 0, 0.46);
  -webkit-text-fill-color: transparent;
}

.lead-hero .lede {
  color: rgba(245, 248, 251, 0.82);
}

.portfolio-hero {
  min-height: min(720px, calc(100vh - 74px));
  padding-top: clamp(92px, 11vw, 152px);
  padding-bottom: clamp(72px, 10vw, 128px);
}

.portfolio-hero::before {
  inset: 0;
  left: 50%;
  width: 100vw;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(3, 19, 36, 0.9) 0%, rgba(5, 31, 58, 0.74) 34%, rgba(10, 43, 78, 0.3) 58%, rgba(10, 43, 78, 0) 78%),
    url("https://www.multisidemillsupply.com/wp-content/uploads/portfolio-k-house-building-at-dusk.jpg") center / cover no-repeat;
  filter: saturate(1.02) contrast(1.04);
  transform: translateX(-50%);
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  padding-top: 20px;
}

.contact-card-list,
.lead-aside {
  display: grid;
  gap: 12px;
}

.contact-card-list article,
.lead-aside article,
.full-form {
  position: relative;
  border: 1px solid rgba(202, 218, 235, 0.16);
  background:
    linear-gradient(145deg, rgba(11, 29, 47, 0.88), rgba(3, 13, 25, 0.78)),
    linear-gradient(118deg, transparent 0 58%, rgba(202, 218, 235, 0.05) 58.1% 58.25%, transparent 58.35%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.contact-card-list article,
.lead-aside article {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.contact-card-list span,
.lead-aside span,
.full-form label {
  color: rgba(229, 236, 244, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card-list a,
.lead-aside a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.contact-card-list a + a {
  margin-top: 4px;
}

.full-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
}

.full-form label {
  display: grid;
  gap: 7px;
}

.full-form .form-wide,
.full-form .form-note,
.full-form .form-actions {
  grid-column: 1 / -1;
}

.full-form input,
.full-form select,
.full-form textarea {
  border-color: rgba(202, 218, 235, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.full-form input::placeholder,
.full-form textarea::placeholder {
  color: rgba(229, 236, 244, 0.44);
}

.full-form input:focus,
.full-form select:focus,
.full-form textarea:focus {
  border-color: rgba(255, 122, 43, 0.76);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 0 0 3px rgba(255, 90, 24, 0.12);
  outline: none;
}

.full-form option {
  color: #0b1724;
}

.field-help,
.form-note {
  color: rgba(229, 236, 244, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.form-fallback {
  display: grid;
  grid-column: 1 / -1;
  gap: 12px;
  border: 1px solid rgba(202, 218, 235, 0.16);
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
}

.form-fallback textarea {
  min-height: 180px;
  font-size: 13px;
  line-height: 1.45;
}

.lead-page .button {
  border-color: rgba(255, 90, 24, 0.74);
  background: linear-gradient(135deg, #ff5a18, #b83e12);
  color: #fff;
  letter-spacing: 0.14em;
  box-shadow: 0 16px 34px rgba(255, 90, 24, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lead-page .button:hover {
  border-color: rgba(255, 135, 72, 0.96);
  background: linear-gradient(135deg, #ff7131, #c94814);
  box-shadow: 0 20px 44px rgba(255, 90, 24, 0.26);
  transform: translateY(-2px);
}

.lead-page .button.secondary {
  border-color: rgba(202, 218, 235, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.lead-page .button.secondary:hover {
  border-color: rgba(140, 183, 232, 0.48);
  background: rgba(255, 255, 255, 0.12);
}

.lead-page .site-footer {
  border-top-color: var(--line);
  background: #020a13;
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(280px, 0.52fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid rgba(202, 218, 235, 0.14);
  padding: clamp(42px, 6vw, 74px) clamp(20px, 4vw, 56px);
  color: #f5f8fb;
}

.newsletter-copy {
  display: grid;
  gap: 10px;
}

.newsletter-copy h2 {
  max-width: 720px;
  color: #fff;
}

.newsletter-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(229, 236, 244, 0.72);
  font-size: 17px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(202, 218, 235, 0.16);
  background:
    linear-gradient(145deg, rgba(11, 29, 47, 0.88), rgba(3, 13, 25, 0.78)),
    linear-gradient(118deg, transparent 0 58%, rgba(202, 218, 235, 0.05) 58.1% 58.25%, transparent 58.35%);
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.newsletter-form label {
  color: rgba(229, 236, 244, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.newsletter-form input {
  border-color: rgba(202, 218, 235, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.newsletter-form input::placeholder {
  color: rgba(229, 236, 244, 0.44);
}

.newsletter-form input:focus {
  border-color: rgba(255, 122, 43, 0.76);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 0 0 3px rgba(255, 90, 24, 0.12);
  outline: none;
}

.newsletter-form button:disabled {
  cursor: progress;
  opacity: 0.68;
}

.newsletter-form [data-state="success"] {
  color: #a9e7c5;
}

.newsletter-form [data-state="pending"],
.newsletter-form [data-state="info"] {
  color: rgba(229, 236, 244, 0.72);
}

.newsletter-form [data-state="error"] {
  color: #ffb49a;
}

.story-panel,
.history-section,
.product-lines,
.command-panel,
.portfolio-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 92px) clamp(20px, 4vw, 56px);
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(24px, 4vw, 52px);
  border-top: 1px solid rgba(202, 218, 235, 0.14);
}

.story-label h2,
.history-intro h2,
.section-kicker h2,
.command-panel h2 {
  max-width: 780px;
  color: #fff;
}

.story-copy {
  display: grid;
  gap: 16px;
  color: rgba(229, 236, 244, 0.76);
  font-size: 17px;
}

.story-label {
  display: grid;
  align-content: start;
  gap: 20px;
}

.founder-card {
  display: grid;
  gap: 16px;
  width: min(360px, 100%);
  margin: 10px 0 0;
  border: 1px solid rgba(202, 218, 235, 0.16);
  background:
    linear-gradient(145deg, rgba(11, 29, 47, 0.88), rgba(3, 13, 25, 0.78)),
    linear-gradient(118deg, transparent 0 58%, rgba(202, 218, 235, 0.05) 58.1% 58.25%, transparent 58.35%);
  padding: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.founder-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.founder-card figcaption {
  display: grid;
  gap: 2px;
  padding: 0 4px 6px;
}

.founder-card strong {
  color: #fff;
  font-size: 18px;
}

.founder-card span {
  color: rgba(229, 236, 244, 0.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.history-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 52px);
}

.history-intro {
  display: grid;
  align-content: start;
  gap: 16px;
}

.history-intro p,
.command-panel .lede {
  color: rgba(229, 236, 244, 0.76);
}

.history-list {
  display: grid;
  gap: 1px;
}

.history-list article,
.line-card,
.panel-screen,
.portfolio-tile {
  border: 1px solid rgba(202, 218, 235, 0.16);
  background:
    linear-gradient(145deg, rgba(11, 29, 47, 0.88), rgba(3, 13, 25, 0.78)),
    linear-gradient(118deg, transparent 0 58%, rgba(202, 218, 235, 0.05) 58.1% 58.25%, transparent 58.35%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.history-list article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: 22px;
}

.history-list time,
.line-card span,
.screen-row span,
.portfolio-tile span {
  color: #ff7a2b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.history-list h3,
.line-card h3,
.screen-row strong {
  color: #fff;
}

.history-list p,
.line-card p {
  color: rgba(229, 236, 244, 0.72);
}

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

.line-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 230px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.line-card:hover,
.portfolio-tile:hover {
  border-color: rgba(140, 183, 232, 0.34);
  background:
    linear-gradient(145deg, rgba(13, 36, 58, 0.94), rgba(4, 16, 30, 0.86)),
    linear-gradient(118deg, transparent 0 58%, rgba(202, 218, 235, 0.07) 58.1% 58.25%, transparent 58.35%);
  transform: translateY(-3px);
}

.command-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.panel-screen {
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.screen-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(202, 218, 235, 0.12);
  padding: 18px;
}

.screen-row:last-child {
  border-bottom: 0;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, auto);
  gap: 14px;
}

.portfolio-tile {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 280px;
  overflow: hidden;
  isolation: isolate;
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.portfolio-tile:nth-child(1),
.portfolio-tile:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.portfolio-tile:nth-child(3),
.portfolio-tile:nth-child(9) {
  grid-column: span 2;
}

.portfolio-tile img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: saturate(0.98) contrast(1.04);
  transform: translate(-50%, -50%);
  transition: filter 220ms ease;
}

.portfolio-tile::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 0 58%, rgba(2, 10, 19, 0.5) 100%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 48%, transparent 54% 100%);
  opacity: 0.72;
  transform: translateX(-22%);
  transition: opacity 220ms ease, transform 420ms ease;
}

.portfolio-tile:hover img {
  filter: saturate(1.08) contrast(1.08);
}

.portfolio-tile:hover::before {
  opacity: 0.9;
  transform: translateX(0);
}

.portfolio-tile span {
  color: #fff;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(2, 10, 19, 0.86);
  padding: 24px;
}

.media-lightbox img {
  max-width: min(1120px, 100%);
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.media-lightbox button {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 42px;
  padding: 0;
}

.lead-page .site-header,
.lead-hero > *,
.contact-card-list article,
.lead-aside article,
.full-form,
.story-panel > *,
.history-section > *,
.line-card,
.command-panel > *,
.portfolio-tile,
.about-hero-media,
.founder-card,
.newsletter-section > * {
  animation: lead-rise-in 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes lead-rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .catalog-page,
  .detail-hero,
  .two-column,
  .editorial-grid,
  .collection-board {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
    max-height: none;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

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

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

  .about-hero,
  .newsletter-section {
    grid-template-columns: 1fr;
  }

  .story-panel,
  .history-section,
  .command-panel {
    grid-template-columns: 1fr;
  }

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

  .portfolio-tile:nth-child(1),
  .portfolio-tile:nth-child(3),
  .portfolio-tile:nth-child(6),
  .portfolio-tile:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .site-header,
  .site-footer,
  .catalog-heading,
  .catalog-hero-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding-block: 12px;
  }

  .brand {
    width: 100%;
  }

  .brand small {
    max-width: 240px;
  }

  .nav-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-color: rgba(23, 32, 38, 0.28);
    border-radius: 4px;
    background: #172026;
    color: #fff;
    padding: 0;
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    background: #0f1519;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.is-nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: #172026;
    box-shadow: 0 18px 48px rgba(24, 32, 38, 0.22);
    padding: 8px;
  }

  .site-header.is-nav-open .site-nav {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
  }

  .site-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.82);
    padding: 0 12px;
  }

  .site-nav a:hover,
  .site-nav a.active {
    background: rgba(255, 122, 43, 0.16);
    color: #fff;
  }

  body.lead-page .nav-toggle,
  body[data-page="contact"] .nav-toggle,
  body[data-page="quote"] .nav-toggle,
  body[data-page="quote-doors"] .nav-toggle,
  body[data-page="dealer"] .nav-toggle {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  body.lead-page .nav-toggle:hover,
  body.lead-page .nav-toggle:focus-visible,
  body[data-page="contact"] .nav-toggle:hover,
  body[data-page="contact"] .nav-toggle:focus-visible,
  body[data-page="quote"] .nav-toggle:hover,
  body[data-page="quote"] .nav-toggle:focus-visible,
  body[data-page="quote-doors"] .nav-toggle:hover,
  body[data-page="quote-doors"] .nav-toggle:focus-visible,
  body[data-page="dealer"] .nav-toggle:hover,
  body[data-page="dealer"] .nav-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.2);
  }

  body.lead-page .site-nav,
  body[data-page="contact"] .site-nav,
  body[data-page="quote"] .site-nav,
  body[data-page="quote-doors"] .site-nav,
  body[data-page="dealer"] .site-nav {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(8, 19, 31, 0.96);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  }

  body.lead-page .site-nav a,
  body[data-page="contact"] .site-nav a,
  body[data-page="quote"] .site-nav a,
  body[data-page="quote-doors"] .site-nav a,
  body[data-page="dealer"] .site-nav a {
    padding: 0 12px;
  }

  body.lead-page .site-nav a::after,
  body[data-page="contact"] .site-nav a::after,
  body[data-page="quote"] .site-nav a::after,
  body[data-page="quote-doors"] .site-nav a::after,
  body[data-page="dealer"] .site-nav a::after {
    display: none;
  }

  body.lead-page .site-nav a.active,
  body[data-page="contact"] .site-nav a.active,
  body[data-page="quote"] .site-nav a.active,
  body[data-page="quote-doors"] .site-nav a.active,
  body[data-page="dealer"] .site-nav a.active {
    background: rgba(255, 90, 24, 0.15);
  }

  .footer-link-stack,
  .footer-links,
  .footer-social {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .catalog-hero-panel {
    min-height: 440px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 32px 20px;
  }

  .product-grid,
  .related-grid,
  .gallery-grid,
  .video-grid,
  .quick-specs {
    grid-template-columns: 1fr;
  }

  .category-option-grid,
  .brand-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    min-height: auto;
  }

  .lead-hero {
    min-height: 360px;
  }

  .about-hero {
    min-height: 0;
  }

  .about-hero-media {
    min-height: 280px;
  }

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

  .newsletter-fields {
    grid-template-columns: 1fr;
  }

  .line-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .history-list article,
  .screen-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

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

  .lead-page .button:hover {
    transform: none;
  }

  .line-card:hover,
  .portfolio-tile:hover {
    transform: none;
  }
}
