/* =========================================================
   Dumbwaiters Australia Website Styles
   Cleaned from the working homepage wireframe
========================================================= */

:root {
  --bg: #f3f4f4;
  --panel: #ffffff;
  --soft: #f7f8f8;
  --line: #d5d8d8;
  --text: #202020;
  --muted: #666666;
  --dark: #151515;
  --container: 1180px;
  --shadow: 4px 4px 0 rgba(0,0,0,0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.35;
  font-size: 16px;
  font-feature-settings: "kern", "liga", "calt";
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

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

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 5.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-weight: 800;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.12;
  font-weight: 800;
}

p { margin-bottom: 14px; }

.lead {
  max-width: 72ch;
  color: var(--muted);
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--dark);
  background: var(--dark);
  color: #fff;
  text-decoration: none;
  font: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.1;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.btn--secondary {
  background: #fff;
  color: var(--dark);
}

.btn:hover,
button:hover { box-shadow: 3px 3px 0 rgba(0,0,0,0.12); }

.section { padding: 70px 0; }

.section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.logo {
  width: 220px;
  padding: 6px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  flex-shrink: 0;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.nav {
  display: none;
  gap: 30px;
  margin-left: 28px;
  margin-right: auto;
  color: var(--muted);
  font-size: 0.88rem;
}

.nav a { text-decoration: none; }
.nav a:hover { color: var(--dark); }

.header-cta {
  display: none;
  margin-left: auto;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--soft);
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--dark);
}

/* Hero */

.hero {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  padding: 30px 0 36px;
}

.hero-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}

.hero-copy p { margin-bottom: 0; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-video,
.product-image,
.gallery-item,
.split-image {
  background:
    linear-gradient(135deg, #f5f5f5 25%, transparent 25%) -10px 0/20px 20px,
    linear-gradient(225deg, #f5f5f5 25%, transparent 25%) -10px 0/20px 20px,
    linear-gradient(315deg, #f5f5f5 25%, transparent 25%) 0 0/20px 20px,
    linear-gradient(45deg, #f5f5f5 25%, #ececea 25%) 0 0/20px 20px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
}

.hero-video {
  order: 1;
  position: relative;
  min-height: 230px;
  border: 1px solid var(--line);
  padding: 20px;
  font-weight: 800;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.22);
}

.play-button {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border: 1px solid var(--dark);
  background: var(--panel);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--dark);
  margin-left: 5px;
}

.video-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Trust / icon items */

.trust-strip {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

.trust-grid,
.feature-list {
  display: grid;
  gap: 8px;
}

.feature-list {
  margin-top: 18px;
}

/* Default trust grid */
.trust-grid {
  grid-template-columns: 1fr;
  padding: 14px 0;
}

.trust-item {
  position: relative;
  border: 1px solid var(--line);
  background: var(--soft);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Trust strip with custom icons */

.trust-grid.trust-grid--icons {
  grid-template-columns: repeat(2, 1fr);
  padding: 14px 0;
}

.trust-item--icon {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  text-align: left;
}

.trust-item--icon::before {
  content: none;
  display: none;
}

.trust-item--icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 34px;
  display: block;
}

@media (max-width: 520px) {
  .trust-item--icon {
    gap: 8px;
    padding: 10px 8px;
  }

  .trust-item--icon img {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .trust-item--icon span {
    font-size: 0.82rem;
    line-height: 1.18;
    letter-spacing: 0.02em;
  }
}

.trust-item--icon span {
  display: block;
  line-height: 1.2;
  text-align: left;
}

/* Feature list with icons */

.feature-list--icons {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.feature-item--icon {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  text-align: left;
}

.feature-item--icon::before {
  content: none;
  display: none;
}

.feature-item--icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
  display: block;
}

.feature-item--icon span {
  display: block;
  line-height: 1.25;
}

/* Desktop: four across */
@media (min-width: 820px) {
  .trust-grid.trust-grid--icons {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Split sections */

.split-section,
.range-section,
.process-section,
.gallery-section,
.why-section {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

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

.split-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

.split-image {
  min-height: 260px;
  border: 1px dashed var(--line);
  padding: 20px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.split-copy {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 32px;
}

.split-copy p { color: var(--muted); }

.feature-item {
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

/* Product range */

.range-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}

.range-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  padding-right: 100px;
}

.range-filter-btn {
  min-height: 38px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--text);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  padding: 8px 12px;
  cursor: pointer;
}

.range-filter-btn.is-active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.product-slider-wrap { position: relative; }

.product-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: -60px;
  margin-bottom: 18px;
}

.product-scroll-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--dark);
  background: var(--panel);
  color: var(--dark);
  box-shadow: var(--shadow);
  font: inherit;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.product-scroll-arrow:hover:not(:disabled) {
  background: var(--dark);
  color: #fff;
}

.product-scroll-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.product-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 0 8px;
  cursor: grab;
}

.product-scroll::-webkit-scrollbar { display: none; }

.product-scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.product-card {
  flex: 0 0 min(78vw, 290px);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
  overflow: hidden;
}

.product-image {
  aspect-ratio: 1.55 / 1;
  border-bottom: 1px solid var(--line);
  padding: 8px;
  font-size: 0.78rem;
  font-weight: 750;
}

.product-body {
  padding: 12px;
  display: grid;
  gap: 9px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 5px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-title {
  margin: 0;
  min-height: 2.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.005em;
  font-weight: 900;
}

.quick-specs {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line);
  background: #fff;
}

.quick-spec {
  padding: 6px;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

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

.quick-spec span {
  display: block;
  margin-bottom: 1px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.quick-spec strong {
  display: block;
  font-size: 0.76rem;
  line-height: 1.1;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .btn {
  width: 100%;
  min-height: 34px;
  font-size: 0.78rem;
  padding: 8px;
}

/* Process */

.process-grid {
  display: grid;
  gap: 12px;
  counter-reset: process;
}

.process-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 16px 16px 16px 58px;
}

.process-card::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  background: var(--dark);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.82rem;
}

.process-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Gallery */

.gallery-grid {
  display: grid;
  gap: 12px;
}

.gallery-item {
  min-height: 190px;
  border: 1px dashed var(--line);
  padding: 16px;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.gallery-item--large { min-height: 260px; }

/* Why choose us */

.why-grid {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.why-card {
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 16px;
  position: relative;
}

.why-card::before {
  display: none;
}

.why-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.why-card-title img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 24px;
  display: block;
}

.why-card-title h3 {
  margin: 0;
}

.why-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

@media (min-width: 760px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Quote form */

.quote-section {
  padding: 48px 0;
  background: var(--bg);
}

.quote-layout {
  display: grid;
  gap: 22px;
}

.quote-intro { max-width: 640px; }

.quote-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 18px;
  box-shadow: var(--shadow);
}

.form-block {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.form-block:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-block h3 { margin-bottom: 4px; }

.form-block p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.quote-grid {
  display: grid;
  gap: 12px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 10px 12px;
}

select { cursor: pointer; }

.textarea-field {
  min-height: 120px;
  resize: vertical;
}

.field-note {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 5px;
}

.dimension-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

details.form-accordion {
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 0;
  overflow: hidden;
}

details.form-accordion summary {
  cursor: pointer;
  padding: 13px 14px;
  font-weight: 800;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

details.form-accordion summary::-webkit-details-marker { display: none; }

details.form-accordion summary::after {
  content: "⌄";
  font-size: 1.1rem;
  color: var(--muted);
  transform: rotate(0deg);
  transition: transform 0.15s ease;
}

details.form-accordion[open] summary::after { transform: rotate(180deg); }

.accordion-inner { padding: 0 14px 14px; }

.radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.radio-option input {
  width: auto;
  min-height: 0;
  margin: 0;
}

.quote-optional-block {
  margin-bottom: 20px;
}

.quote-subgroup {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.quote-subgroup h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 850;
}

/* Footer */

.site-footer {
  background: var(--panel);
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  gap: 36px;
  padding: 54px 0;
}

.footer-brand { max-width: 420px; }
.footer-brand .logo { margin-bottom: 18px; }

.footer-brand p {
  color: var(--muted);
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-links {
  display: grid;
  gap: 28px;
}

.footer-col {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-col .eyebrow { margin-bottom: 4px; }

.footer-col a,
.footer-legal a {
  color: var(--muted);
  text-decoration: none;
}

.footer-col a { font-size: 0.88rem; }
.footer-col a:hover,
.footer-legal a:hover { color: var(--dark); }

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

.footer-bottom-inner {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 14px 0;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-legal {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-legal a { font-size: 0.72rem; }


/* Case studies */

.case-section {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.case-feature {
  display: grid;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  margin-bottom: 18px;
  overflow: hidden;
}

.case-feature[hidden] {
  display: none !important;
}

.case-feature-image,
.case-card-image {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: var(--soft);
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.case-feature-image {
  height: 300px;
  min-height: 0;
  border-bottom: 1px solid var(--line);
}

.case-card-image {
  height: 150px;
  min-height: 0;
  border-bottom: 1px solid var(--line);
}

.case-feature-image img,
.case-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  border: 0;
}

.case-feature-copy {
  padding: 24px;
}

.case-feature-copy p {
  color: var(--muted);
}

.case-read-more {
  width: fit-content;
  margin-top: 8px;
}

.case-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  padding: 5px 8px;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-slider-wrap {
  overflow: hidden;
}

.case-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.case-slider::-webkit-scrollbar {
  display: none;
}

.case-card {
  flex: 0 0 min(78vw, 290px);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 0;
  text-align: left;
  color: var(--text);
  font: inherit;
  cursor: pointer;
  scroll-snap-align: start;
  overflow: hidden;
}

.case-card .case-tag {
  margin: 12px 12px 8px;
}

.case-card strong {
  display: block;
  padding: 0 12px;
  margin-bottom: 7px;
  font-size: 1rem;
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.case-card > span:last-child {
  display: block;
  padding: 0 12px 14px;
  font-size: 0.8rem;
  line-height: 1.35;
}

.case-card.is-active {
  border-color: var(--dark);
}

.case-card.is-active .case-card-image img {
  filter: brightness(0.92);
}

/* Full case study content inside modal */

.case-body h4 {
  margin: 18px 0 6px;
  font-size: 0.95rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 850;
}

.case-body p {
  margin-bottom: 12px;
  color: var(--muted);
}

.case-body blockquote {
  margin: 16px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--dark);
  background: var(--soft);
  color: var(--muted);
  font-weight: 650;
}

.case-body ul,
.case-body ol {
  margin: 12px 0 16px;
  padding-left: 20px;
  color: var(--muted);
}

.case-body li {
  margin-bottom: 6px;
}

.case-feature-panels .case-feature {
  display: none;
}

.case-feature-panels .case-feature.is-active {
  display: grid;
}

/* Case study modal gallery */

.case-gallery {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.case-gallery h4 {
  margin-bottom: 12px;
}

.case-gallery .gallery-grid {
  display: grid;
  gap: 10px;
}

.case-gallery .gallery-item {
  min-height: 180px;
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}

.case-gallery .gallery-item--large {
  min-height: 300px;
}

.case-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 760px) {
  .case-gallery .gallery-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .case-gallery .gallery-item--large {
    grid-row: span 2;
    min-height: 390px;
  }
}

@media (max-width: 520px) {
  .case-gallery .gallery-item,
  .case-gallery .gallery-item--large {
    min-height: 190px;
  }
}

/* Case study slider arrows */

.case-slider-wrap {
  position: relative;
  overflow: visible;
}

.case-slider-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.case-scroll-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--dark);
  background: var(--panel);
  color: var(--dark);
  box-shadow: var(--shadow);
  font: inherit;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
   padding: 0;
  display: grid;
  place-items: center;
}

.case-scroll-arrow:hover:not(:disabled) {
  background: var(--dark);
  color: #fff;
}

.case-scroll-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.case-slider {
  cursor: grab;
}

.case-slider.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

@media (max-width: 767px) {
  .case-slider-controls {
    display: none;
  }
}

/* Modal */

body.modal-open {
  overflow: hidden;
}

.case-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
}

.case-modal.is-open {
  display: block;
}

.case-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.58);
}

.case-modal__panel {
  position: relative;
  z-index: 2;
  width: min(100% - 24px, 860px);
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 8px 8px 0 rgba(0,0,0,0.18);
  overflow: auto;
}

.case-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
  color: var(--dark);
  display: grid;
  place-items: center;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 800;
  cursor: pointer;
  z-index: 3;
}

.case-modal__content {
  padding: 0 28px 30px;
}

@media (min-width: 820px) {
  .case-feature {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .case-feature-image {
    height: 300px;
    min-height: 0;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .case-feature-copy {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .case-card {
    flex: 0 0 calc((100% - 36px) / 4);
  }
}

@media (max-width: 520px) {
  .case-feature-image {
    height: 220px;
  }

  .case-card-image {
    height: 140px;
  }

  .case-modal__panel {
    width: min(100% - 16px, 860px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
  }

  .case-modal__content {
    padding: 0 18px 24px;
  }
}

/* Responsive */

@media (min-width: 560px) {

  .quick-specs { grid-template-columns: 1fr 1fr; }

  .quick-spec {
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

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

  .dimension-row { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 760px) {
  .footer-main {
    grid-template-columns: 0.9fr 1.4fr;
    align-items: start;
  }

  .footer-links { grid-template-columns: repeat(3, 1fr); }

  .footer-bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 820px) {
  .nav,
  .header-cta { display: flex; }

  .menu-toggle { display: none; }

  .hero { padding: 64px 0; }

  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); }

  .hero-copy { order: 1; }

  .hero-video {
    order: 2;
    min-height: 420px;
  }

  .range-head {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .product-card { flex-basis: 270px; }

  .split-grid { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }

  .split-grid--reverse .split-image { order: 2; }
  .split-grid--reverse .split-copy { order: 1; }

  .gallery-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; }

  .gallery-item--large {
    grid-row: span 2;
    min-height: 430px;
  }

.process-grid {
  grid-template-columns: repeat(3, 1fr);
}

  .process-card { padding: 58px 16px 16px; }

  .quote-layout {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
  }

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

  .quote-grid .full { grid-column: 1 / -1; }
}

@media (min-width: 1120px) {
  .range-filter { padding-right: 0; }

  .product-slider-controls { display: none; }

  .product-scroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
  }

  .product-card { flex-basis: auto; }
}

@media (max-width: 819px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: none;
    margin: 0;
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 10px;
    z-index: 100;
  }

  .nav.is-open {
    display: grid;
    gap: 4px;
  }

  .nav a {
    display: block;
    padding: 12px;
    background: var(--soft);
    border: 1px solid var(--line);
    font-weight: 850;
  }

  .header-cta { display: none; }
}

@media (max-width: 767px) {
  .range-filter { padding-right: 0; }
  .product-slider-controls { display: none; }
}

@media (max-width: 520px) {
  .logo {
    width: 185px;
  }

  #system { padding: 44px 0; }

  #system .container { width: min(100% - 22px, 1180px); }

  #system .split-image {
    min-height: 240px;
    padding: 20px;
    font-size: 0.9rem;
  }

  #system .split-copy { padding: 20px; }

  #system h2 { font-size: 2rem; }

  #system p { font-size: 0.95rem; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 18px, var(--container)); }

  h1 { font-size: 2.2rem; }

  .hero { padding: 34px 0; }

  .section,
  .quote-section { padding: 80px 0; }

  .trust-grid { grid-template-columns: 1fr 1fr; }

  .quote-panel { padding: 16px; }
}

/* =========================================================
   Product detail page additions
========================================================= */

.btn--full {
  width: 100%;
}

.product-top {
  padding: 30px 0 36px;
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  overflow-x: hidden;
}

.product-detail-grid {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.product-gallery {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.product-main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
  display: block;
  min-width: 0;
}

.product-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb-carousel {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: stretch;
  min-width: 0;
}

.thumb-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  scrollbar-width: none;
  min-width: 0;
}

.thumb-track::-webkit-scrollbar {
  display: none;
}

.thumb {
  flex: 0 0 34%;
  aspect-ratio: 3 / 2;
  min-height: 0;
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 0;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  display: block;
}

.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb.is-active {
  border-color: var(--dark);
}

.thumb-arrow {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--dark);
  font: inherit;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}

.thumb-arrow:hover,
.thumb-arrow:focus {
  background: var(--soft);
  outline: none;
}

.product-detail-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: var(--shadow);
  max-width: 100%;
  min-width: 0;
}

.product-model {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.product-actions .btn {
  white-space: normal;
  text-align: center;
}

@media (min-width: 720px) {
  .product-top {
    padding: 36px 0;
  }

  .product-detail-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    align-items: start;
    gap: 32px;
  }

  .product-detail-panel {
    padding: 24px;
  }

  .thumb {
    flex: 0 0 24%;
  }
}

.product-actions {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.price-note,
.current-product-badge {
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-size: 0.88rem;
}

.price-note {
  margin: 12px 0 0;
}

.current-product-badge {
  margin-bottom: 18px;
}

.table-section,
.tabs-section {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

.table-section {
  padding: 48px 0;
}

.tabs-section {
  padding: 64px 0;
}

.spec-table {
  display: grid;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--panel);
}

.spec-row {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 13px 48px 13px 14px;
  border-bottom: 1px solid var(--line);
}

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

.spec-label {
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.spec-value {
  font-size: 0.85rem;
}

.info-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 850;
  font-size: 0.78rem;
  line-height: 1;
  padding: 0;
}

.info-btn:hover,
.info-btn:focus {
  background: var(--soft);
  color: var(--dark);
  outline: 2px solid rgba(0,0,0,0.12);
  outline-offset: 2px;
}

.tabs {
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.tab-button {
  min-height: 52px;
  border: 0;
  border-right: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 800;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
}

.tab-button:last-child {
  border-right: 0;
}

.tab-button.is-active,
.tab-button:hover,
.tab-button:focus {
  background: #fff;
  color: var(--dark);
  outline: none;
}

.tab-panel {
  display: none;
  padding: 18px;
}

.tab-panel.is-active {
  display: block;
}

.resource-grid {
  display: grid;
  gap: 14px;
}

.resource-card {
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 16px;
}

.resource-card h3 {
  margin: 0 0 8px;
}

.resource-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.58);
  z-index: 320;
}

.modal-overlay.is-open {
  display: flex;
}

.modal {
  width: min(100%, 720px);
  max-height: min(760px, 90vh);
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 8px 8px 0 rgba(0,0,0,0.18);
}

.modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.modal-title {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.modal-close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--dark);
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.modal-body {
  padding: 18px;
}

.modal-body p {
  color: var(--muted);
}

.modal-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.modal-image {
  min-height: 130px;
  border: 1px dashed var(--line);
  background: var(--soft);
  display: grid;
  place-items: center;
  color: var(--muted);
  text-align: center;
  padding: 14px;
  font-size: 0.88rem;
}

.modal-list {
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.modal-list li + li {
  margin-top: 6px;
}

@media (min-width: 600px) {
  .thumb {
    flex-basis: 28%;
  }

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

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

@media (min-width: 720px) {
  .product-top {
    padding: 64px 0;
  }

  .product-detail-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    align-items: start;
    gap: 32px;
  }

  .product-main-image {
    min-height: 420px;
  }


  .product-detail-panel {
    padding: 24px;
  }

  .tab-button {
    min-height: 58px;
    font-size: 1rem;
    padding: 14px 16px;
  }

  .tab-panel {
    padding: 22px;
  }
}

.product-detail-panel,
.product-panel {
  max-width: 100%;
}

.product-actions .btn {
  white-space: normal;
  text-align: center;
}

.product-top,
.product-detail-grid,
.product-gallery,
.product-detail-panel {
  min-width: 0;
}


@media (max-width: 420px) {
  .tab-button {
    font-size: 0.82rem;
    padding: 9px 5px;
    min-height: 48px;
  }

  .tab-panel,
  .resource-card {
    padding: 14px;
  }
}

/* =========================================================
   Our Dumbwaiters range page additions
========================================================= */

.range-page-hero {
  border-bottom: 1px solid var(--line);
}

.browse-bar {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.browse-inner {
  display: grid;
  gap: 12px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-dropdown {
  position: relative;
}

.filter-trigger,
.filter-option {
  min-height: 38px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--text);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-trigger {
  min-width: 145px;
  text-align: left;
}

.filter-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  z-index: 20;
  min-width: 185px;
  display: none;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 6px;
}

.filter-dropdown.is-open .filter-menu {
  display: grid;
  gap: 4px;
}

.filter-option {
  width: 100%;
  text-align: left;
  background: var(--panel);
}

.filter-option.is-selected {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.browse-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.range-catalog-section {
  padding-top: 38px;
}

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

.product-catalog-grid .product-card {
  flex: initial;
  min-width: 0;
}

.product-catalog-grid .product-image {
  padding: 0;
  overflow: hidden;
}

.product-catalog-grid .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.product-description {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.no-products-message {
  margin: 20px 0 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-weight: 750;
}

@media (min-width: 760px) {
  .browse-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .browse-meta {
    justify-content: flex-end;
    text-align: right;
  }

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

@media (min-width: 1120px) {
  .product-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .filter-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .filter-trigger {
    width: 100%;
  }

  .filter-menu {
    position: static;
    margin-top: 6px;
    min-width: 0;
  }

  .product-catalog-grid {
    gap: 10px;
  }

  .product-catalog-grid .product-body {
    padding: 10px;
  }

  .product-description {
    display: none;
  }
}

/* =========================================================
   Commercial dumbwaiters page additions
========================================================= */

.commercial-hero-image,
.commercial-split-image {
  padding: 0;
  overflow: hidden;
  border-style: solid;
}

.commercial-hero-image img,
.commercial-split-image img,
.commercial-product-grid .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.commercial-card-grid {
  display: grid;
  gap: 12px;
}

.commercial-card,
.application-card {
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 16px;
}

.commercial-card p,
.application-card p,
.product-summary {
  color: var(--muted);
  margin-bottom: 0;
  font-size: 0.94rem;
}

.commercial-product-grid,
.application-grid {
  display: grid;
  gap: 14px;
}

.commercial-product-grid .product-card {
  flex: initial;
}

.commercial-product-grid .product-image {
  padding: 0;
  overflow: hidden;
}

.commercial-product-grid .product-body {
  gap: 10px;
}

.commercial-product-grid .btn {
  width: 100%;
}

.application-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 760px) {
  .commercial-card-grid,
  .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 920px) {
  .commercial-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .application-grid,
  .commercial-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.applications-section {
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* =========================================================
   Contact page additions
========================================================= */

.contact-hero-image,
.contact-building-image {
  padding: 0;
  overflow: hidden;
  border-style: solid;
}

.contact-hero-image img,
.contact-building-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.contact-card a {
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-branch-grid .contact-card {
  min-height: 145px;
}

/* Mega menu */
.nav {
  align-items: center;
}

.nav > a,
.nav-link {
  color: inherit;
  line-height: 1;
}

.nav-item {
  position: relative;
}

.nav-link--button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  box-shadow: none;
}

.nav-link--button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.7;
}

.nav-link--button:hover,
.nav-link--button:focus-visible,
.nav-item--mega:hover > .nav-link--button,
.nav-item--mega:focus-within > .nav-link--button {
  color: var(--dark);
  box-shadow: none;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  width: min(860px, calc(100vw - 48px));
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 130;
}

.nav-item--mega:hover .mega-menu,
.nav-item--mega:focus-within .mega-menu,
.nav-item--mega.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  background: rgba(255,255,255,0.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mega-menu__inner--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 600px;
  margin: 0 auto;
}

.mega-card {
  display: grid;
  grid-template-rows: 140px auto;
  gap: 12px;
  padding: 10px;
  background: var(--soft);
  border: 1px solid var(--line);
  text-decoration: none;
  min-height: 100%;
}

.mega-card:hover,
.mega-card:focus-visible {
  color: var(--dark);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.10);
}

.mega-card__image {
  display: block;
  background: var(--panel);
  overflow: hidden;
  border: 1px solid var(--line);
}

.mega-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-card__content {
  display: grid;
  gap: 5px;
}

.mega-card__content strong {
  display: block;
  color: var(--dark);
  font-size: 0.98rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.mega-card__content small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

@media (max-width: 819px) {
  .nav-item {
    display: grid;
    gap: 4px;
  }

  .nav-link--button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    background: var(--soft);
    border: 1px solid var(--line);
    color: var(--muted);
    font-weight: 850;
  }

  .nav-item.is-open .nav-link--button::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .mega-menu {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    z-index: auto;
  }

  .nav-item.is-open .mega-menu {
    display: block;
    transform: none;
  }

  .nav-item--mega:hover .mega-menu,
  .nav-item--mega:focus-within .mega-menu {
    transform: none;
  }

  .mega-menu__inner,
  .mega-menu__inner--two {
    grid-template-columns: 1fr;
    gap: 6px;
    max-width: none;
    padding: 0 0 4px 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mega-card {
    grid-template-columns: 78px 1fr;
    grid-template-rows: auto;
    gap: 10px;
    padding: 8px;
    background: #fff;
  }

  .mega-card__image {
    height: 68px;
  }

  .mega-card__content small {
    font-size: 0.76rem;
  }
}

/* TEMP FIX: disable desktop mega menu hover opening */
@media (min-width: 820px) {
  .nav-item--mega:hover .mega-menu,
  .nav-item--mega:focus-within .mega-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(8px) !important;
  }

  .nav-item--mega.is-open .mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .nav-item--mega:hover > .nav-link--button,
  .nav-item--mega:focus-within > .nav-link--button {
    color: var(--muted) !important;
  }

  .nav-item--mega.is-open > .nav-link--button {
    color: var(--dark) !important;
  }
}
