:root {
  --mv5-ink: #1b1a18;
  --mv5-forest: #1b1a18;
  --mv5-forest-deep: #1b1a18;
  --mv5-paper: #f7f5f0;
  --mv5-cream: #eeebe4;
  --mv5-gold: #b84f36;
  --mv5-line: rgba(27, 26, 24, 0.15);
  --mv5-page: min(1180px, calc(100% - 48px));
  --forest: #1b1a18;
  --forest-deep: #1b1a18;
  --forest-pale: #efede7;
  --signal: #b84f36;
  --signal-dark: #8f3827;
  --success: #555c56;
  --canvas: #f7f5f0;
  --warm: #efede7;
  --ink: #1b1a18;
  --ink-soft: #66625d;
  --line: rgba(27, 26, 24, 0.15);
}

html { scroll-behavior: smooth; }

body {
  background: var(--mv5-paper);
  color: var(--mv5-ink);
  overflow-x: hidden;
}

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

/* Compact black navigation creates a decisive frame without industry clichés. */
.site-header {
  grid-template-columns: minmax(150px, 1fr) auto minmax(230px, 1fr);
  min-height: 76px;
  padding-inline: max(24px, calc((100vw - 1280px) / 2));
  background: rgba(27, 26, 24, 0.98);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header .brand-wordmark,
.site-header .brand { color: #fff; }
.site-header .brand-wordmark { font-size: 29px; letter-spacing: 0.08em; }
.site-header nav { gap: clamp(18px, 2.4vw, 34px); }
.site-header nav a,
.site-header .header-actions > a { color: rgba(255, 255, 255, 0.86); font-weight: 650; }
.site-header .button-small { min-height: 44px; padding-inline: 1.25rem; border-radius: 3px; }
.site-header .button-small,
.site-header .header-actions > .button-small { border-color: #fff; background: #fff; color: #1b1a18; }
.site-header .button-small:hover { border-color: #eeebe4; background: #eeebe4; }

/* Split-screen hero: message first, human product story second. */
.mv5-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(700px, calc(100svh - 76px), 900px);
  margin: 0 auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #1b1a18;
  color: #fff;
}

.mv5-hero-media,
.mv5-hero-media img,
.mv5-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mv5-hero-media { z-index: -2; overflow: hidden; background: #d8d4cd; }
.mv5-hero-media img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  object-position: var(--mv5-image-position, center 48%);
  transition: opacity 360ms ease, transform 7s ease;
  transform: scale(1.012);
}
.mv5-hero.is-changing .mv5-hero-media img { opacity: 0.36; }
.mv5-hero-shade {
  inset: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 19, 17, 0.88) 0%, rgba(20, 19, 17, 0.7) 38%, rgba(20, 19, 17, 0.18) 72%, rgba(20, 19, 17, 0.1) 100%), linear-gradient(0deg, rgba(20, 19, 17, 0.38) 0%, transparent 48%);
}

.mv5-hero-content {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(78px, 8vw, 116px) 0 clamp(150px, 13vw, 180px);
}

.mv5-eyebrow,
.mv4-eyebrow {
  margin: 0 0 1.25rem;
  color: var(--mv5-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mv5-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.55rem, 5.25vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.98;
  text-wrap: balance;
}

.mv5-hero-copy {
  max-width: 560px;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.68;
}

.mv5-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.mv5-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 56px;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.mv5-button:hover { transform: translateY(-2px); }
.mv5-button--light { background: #fff; color: #1b1a18; }
.mv5-button--light:hover { background: #eeebe4; }
.mv5-text-link { color: #fff; font-weight: 760; text-underline-offset: 0.34rem; text-decoration-thickness: 1px; }

.mv5-hero-signal {
  width: min(400px, 100%);
  position: absolute;
  right: max(32px, calc((100% - 1240px) / 2));
  bottom: 116px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0;
  padding: 0.76rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(28, 27, 33, 0.18);
  backdrop-filter: blur(12px);
}
.mv5-signal-pulse { width: 9px; height: 9px; border-radius: 50%; background: #b84f36; box-shadow: 0 0 0 5px rgba(184, 79, 54, 0.12); }
.mv5-hero-signal div { display: grid; gap: 0.12rem; }
.mv5-hero-signal small { color: #706d75; }
.mv5-hero-signal strong { color: var(--mv5-ink); font-size: 0.88rem; }
.mv5-hero-signal > span:last-child { color: #1b1a18; font-size: 0.73rem; font-weight: 800; }

.mv5-hero-switcher {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100% - 1240px) / 2));
  bottom: 24px;
  left: max(24px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  background: rgba(28, 27, 33, 0.9);
  box-shadow: 0 14px 38px rgba(28, 27, 33, 0.2);
  backdrop-filter: blur(16px);
}
.mv5-hero-switcher button {
  position: relative;
  min-height: 58px;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 720;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}
.mv5-hero-switcher button span { display: inline; margin-right: 0.55rem; color: var(--mv5-gold); font-size: 0.65rem; letter-spacing: 0.1em; }
.mv5-hero-switcher button[aria-selected="true"] { background: #f7f5f0; color: #1b1a18; }
.mv5-hero-switcher button[aria-selected="true"] span { color: #b84f36; }
.mv5-hero-switcher button[aria-selected="true"]::before {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: #b84f36;
  content: "";
  transform-origin: left;
  animation: mv5-slide-progress 6.5s linear both;
}
@keyframes mv5-slide-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Immediate proof; short enough to scan in seconds */
.mv5-proof {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(24px, calc((100% - 1240px) / 2));
  border-bottom: 1px solid var(--mv5-line);
  background: #fff;
}
.mv5-proof > div { display: flex; align-items: center; gap: 0.9rem; min-height: 104px; padding: 1.1rem clamp(0.8rem, 2vw, 1.8rem); border-right: 1px solid var(--mv5-line); }
.mv5-proof > div:first-child { padding-left: 0; }
.mv5-proof > div:last-child { border-right: 0; }
.mv5-proof > div > span { min-width: 2.3rem; color: #1b1a18; font-family: Georgia, serif; font-size: 1.75rem; }
.mv5-proof p { display: grid; gap: 0.18rem; margin: 0; }
.mv5-proof strong { color: var(--mv5-ink); font-size: 0.88rem; }
.mv5-proof small { color: #706d75; font-size: 0.76rem; }

/* Consistent section rhythm and readable line lengths */
.mv4-section,
.mv4-product-stage,
.mv4-plan-wrap { background-color: var(--mv5-paper); }
.mv4-journey { background: #efede7; }
.mv4-journey-inner,
.mv4-section,
.mv4-product-stage > header,
.mv4-product-stage > .mv4-demo-shell,
.mv4-product-stage > .mv4-view-line,
.mv4-plan { width: var(--mv5-page); }
.mv4-journey-inner { padding-top: clamp(72px, 8vw, 108px); }
.mv4-journey-heading { gap: clamp(36px, 6vw, 74px); padding-bottom: 54px; }
.mv4-journey h2,
.mv4-section h2,
.mv4-product-stage h2,
.mv4-plan h2 { color: var(--mv5-ink); letter-spacing: -0.035em; line-height: 1.04; text-wrap: balance; }
.mv4-journey-heading p,
.mv4-copy > p:not(.mv4-eyebrow),
.mv4-section-head > p:not(.mv4-eyebrow),
  .mv4-product-stage header > p { max-width: 62ch; color: #66625d; line-height: 1.72; }
.mv4-journey-steps { border-color: var(--mv5-line); }
.mv4-journey-steps li { min-height: 150px; }
.mv4-journey-steps li + li { border-color: var(--mv5-line); }
.mv4-journey-steps strong { color: var(--mv5-ink); }
.mv4-journey-steps small { color: #66625d; line-height: 1.55; }
.mv4-section { padding-top: clamp(80px, 9vw, 112px); padding-bottom: clamp(80px, 9vw, 112px); }
.mv4-split { gap: clamp(50px, 7vw, 86px); }
.mv4-split-media { min-height: 520px; border-radius: 8px; }
.mv4-split-media img { min-height: 520px; }
.mv4-split-media figcaption { border-radius: 5px; }
.mv4-feature-list { margin: 30px 0; }
.mv4-button { border-radius: 3px; }
.mv4-product-stage { padding: clamp(82px, 9vw, 112px) 0; background: #efede7; }
.mv4-product-stage > header { margin-bottom: 42px; }
.mv4-demo-shell { border-radius: 8px; box-shadow: 0 20px 48px rgba(28, 27, 33, 0.12); }
.demo-status.confirmed,
.demo-status.seated { background: #e8e6e0; color: #4f4b46; }

.mv5-local-growth {
  width: var(--mv5-page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(50px, 8vw, 100px);
  padding: clamp(80px, 10vw, 126px) 0;
  background: #f7f5f0;
  color: var(--mv5-ink);
  box-shadow: 0 0 0 100vmax #f7f5f0;
  clip-path: inset(0 -100vmax);
  border-top: 1px solid var(--mv5-line);
  border-bottom: 1px solid var(--mv5-line);
}
.mv5-local-growth h2 { margin: 0; color: var(--mv5-ink); font-family: Georgia, serif; font-size: clamp(2.8rem, 4.5vw, 4.7rem); font-weight: 400; line-height: 1.01; letter-spacing: -0.043em; }
.mv5-local-growth .mv5-eyebrow,
.mv5-local-cards article > span { color: #b84f36; }
.mv5-local-growth-copy > p:not(.mv5-eyebrow) { max-width: 590px; color: #66625d; line-height: 1.75; }
.mv5-local-growth-copy .mv5-text-link { display: inline-block; margin-top: 0.9rem; }
.mv5-local-cards { border-top: 1px solid var(--mv5-line); }
.mv5-local-cards article { display: grid; grid-template-columns: 40px minmax(0, 0.72fr) minmax(0, 1fr); gap: 1rem; align-items: start; padding: 1.55rem 0; border-bottom: 1px solid var(--mv5-line); }
.mv5-local-cards article > span { font-size: 0.7rem; letter-spacing: 0.12em; }
.mv5-local-cards h3 { margin: 0; color: var(--mv5-ink); font-size: 1rem; line-height: 1.4; }
.mv5-local-cards p { margin: 0; color: #66625d; font-size: 0.89rem; line-height: 1.62; }

.mv4-dark-feature { min-height: 620px; }
.mv4-dark-media,
.mv4-dark-media img { min-height: 620px; }
.mv4-dark-copy { padding-top: 68px; padding-bottom: 68px; }
.mv4-channels { gap: clamp(50px, 8vw, 90px); }
.mv4-channel-row { min-height: 96px; }
.mv4-plan-wrap { padding: clamp(78px, 9vw, 106px) 0; background: #1b1a18; }
.mv4-plan h2 { color: #fff; }
.site-footer { background: #1b1a18; }

/* Secondary marketing pages inherit the same calmer system */
.mv4-page-hero { background-color: var(--mv5-forest-deep); }
.mv4-pricing-hero { background: #efede7; }
.mv4-pricing-head h1 { color: var(--mv5-ink); letter-spacing: -0.04em; line-height: 1.02; }
.mv4-pricing-head p:not(.mv4-eyebrow) { color: #66625d; line-height: 1.7; }
.mv4-page-intro,
.mv4-page-section,
.mv4-faq,
.mv4-pricing-head,
.mv4-price-panel { width: var(--mv5-page); }
.mv4-industry-stories { width: 100%; }
.mv4-page-section,
.mv4-page-intro,
.mv4-faq { padding-top: clamp(72px, 8vw, 104px); padding-bottom: clamp(72px, 8vw, 104px); }
.mv4-price-panel,
.page-feature-band,
.seo-page .seo-content > section { border-radius: 8px; }

/* One quiet visual system across every marketing route. */
.mv4-page main,
.seo-page main { background: var(--mv5-paper); }
.mv4-industry-stories,
.mv4-page-dark,
.mv4-plan-wrap,
.site-footer { background: #1b1a18; }
.mv4-industry-stories > header,
.mv4-industry-story-list,
.mv4-industry-stories-note { width: var(--mv5-page); }
.mv4-industry-story-copy { min-width: 0; }
.mv4-industry-story-copy .mv4-eyebrow {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  color: #efb6a5;
  line-height: 1.45;
}
.mv4-industry-story-copy h3 { display: block; width: 100%; margin: 0 0 18px; text-wrap: balance; overflow-wrap: anywhere; }
.mv4-industry-story-copy > p:not(.mv4-eyebrow),
.mv4-industry-stories > header > p { color: rgba(255, 255, 255, 0.78); }
.mv4-industry-stories-note { color: rgba(255, 255, 255, 0.76); }
.mv5-hero .mv5-eyebrow { color: #ffd0c2; }
.mv5-hero-copy { color: rgba(255, 255, 255, 0.88); }
.site-header .header-language summary { min-width: 62px; border-color: rgba(255,255,255,.54); background: #fff; color: #1b1a18; }
.site-header a:focus-visible,
.site-header button:focus-visible,
.site-footer a:focus-visible,
main a:focus-visible,
main button:focus-visible,
main summary:focus-visible,
main input:focus-visible,
main select:focus-visible,
main textarea:focus-visible {
  outline: 3px solid #d86d53;
  outline-offset: 4px;
}
.mv5-hero a:focus-visible,
.mv5-hero button:focus-visible,
.mv4-industry-stories a:focus-visible,
.mv4-industry-stories button:focus-visible,
.site-footer a:focus-visible { outline-color: #ffc8b7; }
.site-header nav a[aria-current="page"] { color: #fff; }
.site-header nav a[aria-current="page"]::after { background: #ef8f76; }
.mv4-page-section,
.mv4-page-intro,
.mv4-faq { min-width: 0; }
.mv4-page-section-copy,
.mv4-page-intro > *,
.mv4-faq > * { min-width: 0; }
.mv4-page-section h2,
.mv4-page-intro h2,
.mv4-faq h2,
.mv4-pricing-head h1 { overflow-wrap: anywhere; }

/* Contact is a full-width split, not a fixed card. Child padding must be
   relative to the split column: viewport-based padding crushed headings on
   wide displays and left an empty third column. */
.mv4-contact {
  width: 100%;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}
.mv4-contact-copy,
.mv4-contact-details {
  min-width: 0;
  padding: clamp(64px, 6.25vw, 112px);
}
.mv4-contact-copy { padding-right: clamp(52px, 5.5vw, 92px); }
.mv4-contact-details { padding-left: clamp(52px, 5.5vw, 92px); }
.mv4-contact-copy h1 {
  max-width: 9.5em;
  font-size: clamp(3.35rem, 4.25vw, 5.4rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}
.mv4-contact-copy > p:not(.mv4-eyebrow),
.mv4-contact-details { max-width: none; }
.mv4-contact-block { max-width: 660px; }

/* A complete one-page sales journey. Supporting URLs remain available as
   focused search landing pages, while visitors can understand the product,
   roadmap, price and contact route without leaving the homepage. */
.mv5-innovation {
  width: 100%;
  padding: clamp(82px, 9vw, 122px) 0;
  background: #efede7;
  border-top: 1px solid var(--mv5-line);
  border-bottom: 1px solid var(--mv5-line);
}
.mv5-innovation-inner,
.mv5-contact-strip {
  width: var(--mv5-page);
  margin: 0 auto;
}
.mv5-innovation-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: end;
  padding-bottom: clamp(42px, 6vw, 70px);
}
.mv5-innovation-head h2,
.mv5-contact-strip h2 {
  margin: 0;
  color: var(--mv5-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}
.mv5-innovation-head h2 { font-size: clamp(2.9rem, 5vw, 5rem); }
.mv5-innovation-head > p { margin: 0; color: #66625d; font-size: 1rem; line-height: 1.72; }
.mv5-innovation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mv5-line);
  border-bottom: 1px solid var(--mv5-line);
}
.mv5-innovation-grid article {
  min-width: 0;
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid var(--mv5-line);
}
.mv5-innovation-grid article:first-child { padding-left: 0; }
.mv5-innovation-grid article:last-child { padding-right: 0; border-right: 0; }
.mv5-innovation-grid span {
  display: block;
  margin-bottom: 2.1rem;
  color: var(--mv5-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mv5-innovation-grid h3 { margin: 0 0 0.9rem; font-size: clamp(1.18rem, 1.7vw, 1.48rem); line-height: 1.2; }
.mv5-innovation-grid p { margin: 0; color: #66625d; font-size: 0.94rem; line-height: 1.68; }
.mv5-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: clamp(70px, 8vw, 104px) 0;
}
.mv5-contact-strip h2 { max-width: 760px; font-size: clamp(2.65rem, 4.4vw, 4.7rem); }
.mv5-contact-strip p { max-width: 650px; margin: 1.1rem 0 0; color: #66625d; line-height: 1.7; }
.mv5-contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; min-width: 220px; }
.mv5-contact-actions .mv5-button { justify-content: center; }
.mv5-contact-actions .mv5-text-link { text-align: center; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 140px 1fr 205px; padding-inline: 24px; }
  .site-header nav { gap: 17px; }
  .mv5-hero-content { width: calc(100% - 48px); padding-right: 0; padding-left: 0; }
  .mv5-hero h1 { font-size: clamp(3.2rem, 5.6vw, 4.8rem); }
  .mv5-hero-signal { right: 28px; width: min(360px, 42%); }
  .mv5-proof { grid-template-columns: repeat(2, 1fr); padding-inline: 24px; }
  .mv5-proof > div:nth-child(2) { border-right: 0; }
  .mv5-proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--mv5-line); }
  .mv5-proof > div:nth-child(3) { padding-left: 0; }
  .mv5-local-growth { grid-template-columns: 1fr; gap: 44px; }
  .mv5-innovation-head { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 860px) {
  :root { --mv5-page: calc(100% - 40px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding-inline: 20px; }
  .site-header .brand-wordmark { font-size: 26px; }
  .nav-toggle { width: 42px; height: 42px; border-radius: 3px; }
  .site-header nav { top: 69px; max-height: calc(100svh - 69px); overflow-y: auto; padding: 10px 20px 22px; background: #f7f5f0; }
  .site-header nav a { min-height: 50px; display: flex; align-items: center; color: #1b1a18; }
  .site-header nav a[aria-current="page"] { color: #1b1a18; }
  .nav-toggle { border-color: rgba(255,255,255,0.34); background: transparent; color: #fff; }
  .mv5-hero { min-height: 790px; align-items: center; }
  .mv5-hero-media,
  .mv5-hero-media img,
  .mv5-hero-shade { top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
  .mv5-hero-media img,
  .mv5-hero-shade { height: 100%; }
  .mv5-hero-media img { object-position: var(--mv5-mobile-position, 64% center); }
  .mv5-hero-shade {
    background: linear-gradient(90deg, rgba(20, 19, 17, 0.86) 0%, rgba(20, 19, 17, 0.67) 58%, rgba(20, 19, 17, 0.28) 100%), linear-gradient(0deg, rgba(20, 19, 17, 0.46) 0%, transparent 56%);
  }
  .mv5-hero-content { width: calc(100% - 48px); padding: 96px 0 132px; }
  .mv5-hero h1 { max-width: 680px; font-size: clamp(3.25rem, 10vw, 5rem); }
  .mv5-hero-copy { max-width: 540px; }
  .mv5-hero-signal { display: none; }
  .mv5-hero-switcher { right: 16px; bottom: 16px; left: 16px; grid-template-columns: repeat(4, minmax(150px, 1fr)); overflow-x: auto; scrollbar-width: none; }
  .mv5-hero-switcher::-webkit-scrollbar { display: none; }
  .mv5-hero-switcher button { min-height: 54px; white-space: nowrap; }
  .mv4-journey-heading { grid-template-columns: 1fr; gap: 20px; }
  .mv4-industry-stories > header,
  .mv4-industry-story,
  .mv4-industry-story--reverse { grid-template-columns: minmax(0, 1fr); }
  .mv4-industry-story-copy .mv4-eyebrow,
  .mv4-industry-story-copy h3 { position: static; float: none; clear: both; }
  .mv4-contact { grid-template-columns: minmax(0, 1fr); }
  .mv4-contact-copy,
  .mv4-contact-details { padding: 64px clamp(28px, 7vw, 48px); }
  .mv4-contact-copy h1 { max-width: 10em; }
}

@media (max-width: 600px) {
  :root { --mv5-page: calc(100% - 36px); }
  .site-header { padding-inline: 18px; }
  .mv5-hero { min-height: 720px; }
  .mv5-hero-media,
  .mv5-hero-media img,
  .mv5-hero-shade { height: 100%; }
  .mv5-hero-media img,
  .mv5-hero-shade { height: 100%; }
  .mv5-hero-media img { object-position: var(--mv5-mobile-position, 66% center); }
  .mv5-hero-shade {
    background: linear-gradient(90deg, rgba(20, 19, 17, 0.86) 0%, rgba(20, 19, 17, 0.64) 100%), linear-gradient(0deg, rgba(20, 19, 17, 0.5) 0%, transparent 58%);
  }
  .mv5-hero-content { width: calc(100% - 40px); padding: 76px 0 98px; }
  .mv5-eyebrow { margin-bottom: 0.9rem; font-size: 0.66rem; }
  .mv5-hero h1 { max-width: 470px; font-size: clamp(2.75rem, 12.5vw, 3.8rem); line-height: 0.97; }
  .mv5-hero-copy { max-width: 100%; margin-top: 1.1rem; font-size: 0.94rem; line-height: 1.58; }
  .mv5-hero-actions { align-items: stretch; margin-top: 1.35rem; gap: 0.8rem; flex-direction: column; }
  .mv5-button { width: 100%; min-height: 52px; }
  .mv5-hero-actions .mv5-text-link { width: 100%; text-align: center; }
  .mv5-hero-switcher { padding: 4px; grid-template-columns: repeat(4, minmax(205px, 1fr)); }
  .mv5-hero-switcher button { min-height: 50px; padding: 0.65rem 0.75rem; font-size: 0.76rem; }
  .mv5-proof { grid-template-columns: 1fr 1fr; padding: 0; }
  .mv5-proof > div { min-height: 92px; padding: 0.9rem; gap: 0.55rem; }
  .mv5-proof > div:first-child,
  .mv5-proof > div:nth-child(3) { padding-left: 0.9rem; }
  .mv5-proof > div > span { min-width: 1.8rem; font-size: 1.4rem; }
  .mv5-proof strong { font-size: 0.76rem; line-height: 1.3; }
  .mv5-proof small { display: none; }
  .mv4-journey-inner { width: 100%; }
  .mv4-journey-heading { width: var(--mv5-page); }
  .mv4-journey-steps li,
  .mv4-journey-steps li + li { padding-right: 18px; padding-left: 18px; }
  .mv4-section { padding-top: 68px; padding-bottom: 68px; }
  .mv4-split,
  .mv4-channels { gap: 38px; }
  .mv4-split-media,
  .mv4-split-media img { min-height: 320px; }
  .mv5-local-growth { gap: 34px; padding: 70px 0; }
  .mv5-local-growth h2 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .mv5-local-cards article { grid-template-columns: 30px 1fr; }
  .mv5-local-cards article p { grid-column: 2; }
  .mv4-product-stage { padding: 68px 0; }
  .mv4-dark-feature { min-height: 0; }
  .mv4-dark-media,
  .mv4-dark-media img { min-height: 340px; }
  .mv4-dark-copy { padding: 56px 20px; }
  .mv4-plan-wrap { padding: 70px 0; }
  .mv4-industry-story-copy h3 { font-size: clamp(1.9rem, 9vw, 2.55rem); line-height: 1.08; }
  .mv5-innovation-grid { grid-template-columns: 1fr; }
  .mv5-innovation-grid article,
  .mv5-innovation-grid article:first-child,
  .mv5-innovation-grid article:last-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--mv5-line); }
  .mv5-innovation-grid article:last-child { border-bottom: 0; }
  .mv5-innovation-grid span { margin-bottom: 1.1rem; }
  .mv5-contact-strip { grid-template-columns: 1fr; gap: 30px; }
  .mv5-contact-actions { width: 100%; }
}

@media (max-width: 390px) {
  .mv5-hero-content { padding-top: 72px; }
  .mv5-hero h1 { font-size: 2.58rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mv5-hero-media img,
  .mv5-button { transition: none; }
  .mv5-hero-switcher button[aria-selected="true"]::before { animation: none; transform: scaleX(1); }
}

@media print { .mv5-hero-switcher { display: none; } }
