:root {
  --mv-ink: #1f201d;
  --mv-paper: #f6f6f6;
  --mv-white: #fff;
  --mv-orange: #eb5f37;
  --mv-muted: #627176;
  --mv-metal: #7b8e93;
  --mv-line: #d8dddf;
}

@font-face { font-family: "Geist"; src: url("../fonts/woff2/Geist-Bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("../fonts/woff2/SourceSans3-Regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("../fonts/woff2/SourceSans3-SemiBold.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("../fonts/woff2/SourceSans3-Bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

html { scroll-behavior: smooth; }
body.marvall-redesign { margin: 0; background: var(--mv-paper); color: var(--mv-ink); font-family: "Source Sans 3", sans-serif; }
.marvall-redesign * { box-sizing: border-box; }
.marvall-redesign a { color: inherit; text-decoration: none; }
.marvall-redesign img { display: block; max-width: 100%; }
.mv-skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; padding: 12px 18px; background: var(--mv-ink); color: #fff !important; }
.mv-skip-link:focus { top: 16px; }
.mv-scroll-progress { position: fixed; top: 84px; left: 0; right: 0; z-index: 1100; height: 3px; pointer-events: none; }
.mv-scroll-progress span { display: block; width: 100%; height: 100%; background: var(--mv-orange); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.admin-bar .mv-scroll-progress { top: 116px; }

.mv-header { height: 86px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: #fff; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(17,18,20,.06); }
.admin-bar .mv-header { top: 32px; }
.mv-brand, .mv-footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--mv-ink); }
.mv-brand { flex: 0 0 auto; }
.mv-brand-mark { width: 34px; height: 34px; flex: 0 0 34px; color: var(--mv-orange); }
.mv-brand-mark svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.mv-brand-word { font: 700 23px/1 "Geist", sans-serif; letter-spacing: .085em; }
.mv-nav { display: flex; gap: 30px; font-size: 15px; font-weight: 600; }
.mv-nav a { position: relative; }
.mv-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--mv-orange); transition: right .25s ease; }
.mv-nav a:hover::after, .mv-nav a:focus-visible::after, .mv-nav a.is-current::after { right: 0; }
.mv-header-actions { display: flex; align-items: center; gap: 18px; }
.mv-header-cta { padding: 13px 18px; background: var(--mv-ink); color: #fff !important; border-radius: 2px; font-size: 14px; font-weight: 700; }
.mv-pill { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 20px; border-radius: 2px; font-size: 15px; font-weight: 700; transition: transform .25s ease, background-color .25s ease; }
.mv-pill:hover { transform: translateY(-2px); }
.mv-pill-dark { background: var(--mv-ink); color: #fff !important; }
.mv-mobile-menu { display: none; position: relative; }
.mv-mobile-menu summary { list-style: none; width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 9px; cursor: pointer; border: 1px solid var(--mv-line); border-radius: 2px; }
.mv-mobile-menu summary::-webkit-details-marker { display: none; }
.mv-mobile-menu summary span { height: 2px; background: var(--mv-ink); display: block; }
.mv-mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(290px, calc(100vw - 32px)); padding: 18px; display: grid; background: #fff; box-shadow: 0 18px 50px rgba(17,18,20,.15); }
.mv-mobile-menu nav a { padding: 12px; font-weight: 700; border-bottom: 1px solid var(--mv-line); }

.mv-main { overflow: hidden; }
.mv-hero { min-height: calc(100vh - 86px); position: relative; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; background-color: var(--mv-ink); background-image: url("../brand/marvall-background-dark.jpg"); background-position: center; background-size: cover; overflow: hidden; }
.mv-hero-content { position: relative; z-index: 1; width: 100%; max-width: 940px; padding: 110px 6vw 145px; animation: mv-rise .8s ease both; }
.mv-hero-logo { width: min(78vw, 800px); height: clamp(250px, 30vw, 340px); margin: 0 auto 18px; object-fit: cover; object-position: center; }
.mv-eyebrow { letter-spacing: 0; font-size: 16px; font-weight: 600; margin: 0 0 24px; }
.mv-eyebrow::before { display: none; }
.mv-hero h1, .mv-section-heading h2, .mv-feature-copy h2, .mv-cta h2 { font-family: "Geist", sans-serif; }
.mv-hero h1 { font-size: clamp(55px, 7vw, 112px); line-height: .91; letter-spacing: -.065em; margin: 0 0 30px; color: #fff; }
.mv-hero h1 em { color: var(--mv-orange); font-style: normal; }
.mv-hero-copy { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; max-width: 680px; margin: 0 auto; color: #d6d6d6; }
.mv-hero-actions { display: flex; align-items: center; justify-content: center; gap: 34px; margin-top: 42px; }
.mv-pill-accent { background: var(--mv-orange); color: #fff !important; padding: 18px 25px; }
.mv-text-link { font-weight: 700; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.45); padding: 10px 0; }
.mv-text-link span { margin-left: 18px; }
.mv-hero-line { position: absolute; left: 50%; bottom: 0; width: 2px; height: 90px; background: linear-gradient(transparent, var(--mv-orange)); transform-origin: bottom; animation: mv-line-pulse 2.2s ease-in-out infinite; }
.mv-scroll-cue { display: none; }

.mv-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-bottom: 1px solid var(--mv-line); padding: 28px 5vw; }
.mv-trust-strip > div { display: flex; gap: 18px; padding: 5px 25px; border-right: 1px solid var(--mv-line); }
.mv-trust-strip > div:last-child { border: 0; }
.mv-trust-strip b { display: none; }
.mv-trust-strip span { display: flex; flex-direction: column; font-size: 14px; color: var(--mv-muted); }
.mv-trust-strip strong { color: var(--mv-ink); font-size: 16px; margin-bottom: 4px; }

.mv-section { padding: 110px 6vw; }
.mv-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; padding-top: 28px; border-top: 1px solid var(--mv-line); }
.mv-section-heading h2 { font-size: clamp(38px, 4.4vw, 66px); line-height: 1.04; letter-spacing: -.045em; margin: 0; color: var(--mv-ink); }
.mv-section-heading > p { max-width: 430px; color: var(--mv-muted); line-height: 1.7; }
.mv-eyebrow-dark { color: var(--mv-muted); margin-bottom: 18px; }
.mv-category-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 350px); gap: 18px; }
.mv-category-card { position: relative; overflow: hidden; background: #a9b9bf; box-shadow: 0 18px 48px rgba(31,32,29,.09); }
.mv-category-card.mv-category-large { grid-row: 1 / 3; }
.mv-category-media { position: absolute; inset: 0 0 116px; overflow: hidden; }
.mv-category-media img { position: absolute; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(31,32,29,.2)); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.mv-media-protection .mv-product-primary { left: 2%; bottom: -2%; width: 56%; height: 98%; }
.mv-media-protection .mv-product-secondary { right: 1%; bottom: -3%; width: 54%; height: 94%; }
.mv-media-shoe img { left: 8%; bottom: 3%; width: 84%; height: 92%; }
.mv-media-vestuario .mv-product-primary { left: 7%; bottom: -4%; width: 45%; height: 99%; }
.mv-media-vestuario .mv-product-secondary { right: 6%; bottom: -4%; width: 45%; height: 96%; }
.mv-category-card::after { content: ""; position: absolute; inset: auto 0 0; height: 116px; background: rgba(31,32,29,.96); }
.mv-category-card:hover .mv-category-media img { transform: translateY(-5px) scale(1.025); }
.mv-card-index, .mv-card-label, .mv-card-arrow { position: absolute; z-index: 2; color: #fff; }
.mv-card-index { display: none; }
.mv-card-label { left: 28px; bottom: 27px; display: flex; flex-direction: column; }
.mv-card-label b { color: #ffc39c; font-size: 14px; letter-spacing: 0; margin-bottom: 7px; }
.mv-card-label strong { font: 700 25px "Geist"; }
.mv-card-arrow { right: 25px; bottom: 28px; width: auto; height: auto; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 14px; font-weight: 700; }

.mv-feature-band { background: radial-gradient(circle at 9% 8%, rgba(243,107,22,.16), transparent 27%), var(--mv-ink); color: #fff; padding: 110px 10vw; display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 9vw; border-top: 5px solid var(--mv-orange); }
.mv-feature-number { display: none; }
.mv-feature-copy h2 { font-size: clamp(42px,5vw,70px); line-height: 1; margin: 0 0 25px; color: #fff; }
.mv-feature-copy > p:not(.mv-eyebrow) { color: #aaa; max-width: 540px; line-height: 1.7; }
.mv-feature-copy .mv-text-link { display: inline-block; margin-top: 14px; }
.mv-feature-band ul { list-style: none; padding: 0; margin: 0; }
.mv-feature-band li { padding: 17px 0; border-bottom: 1px solid #343638; font-weight: 600; }
.mv-feature-band li span { color: var(--mv-orange); margin-right: 14px; }

.mv-section-heading-compact { align-items: center; }
.mv-dark-link { border-color: #aaa; }
.mv-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mv-products { background: #fff; }
.mv-product-card { background: var(--mv-paper); padding: 13px 13px 20px; border-bottom: 3px solid transparent; transition: transform .3s ease, border-color .3s ease; }
.mv-product-card:hover { transform: translateY(-6px); border-color: var(--mv-orange); }
.mv-product-image { height: 390px; background: #e8e6e0; position: relative; overflow: hidden; display: block; }
.mv-product-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .4s ease; }
.mv-product-card:hover img { transform: scale(1.035); }
.mv-product-image span { display: none; }
.mv-product-card > p { color: var(--mv-orange); font-size: 15px; font-weight: 600; letter-spacing: 0; margin: 20px 6px 7px; }
.mv-product-card h3 { font: 700 22px "Geist"; margin: 0 6px 22px; color: var(--mv-ink); }
.mv-product-card > div:last-child { display: flex; justify-content: space-between; align-items: center; margin: 0 6px; }
.mv-product-arrow { width: auto; height: auto; padding: 5px 0; border-bottom: 1px solid #999; font-size: 14px; font-weight: 700; }

.mv-cta { background: var(--mv-orange); padding: 110px 7vw; color: #fff; text-align: center; }
.mv-cta .mv-eyebrow::before { display: none; }
.mv-cta h2 { font-size: clamp(50px,6vw,90px); line-height: .98; letter-spacing: -.055em; margin: 0 auto 28px; color: #fff; }
.mv-cta > p:not(.mv-eyebrow) { font-size: 18px; max-width: 630px; margin: 0 auto 38px; line-height: 1.6; }
.mv-pill-light { background: #fff; color: var(--mv-ink) !important; padding: 18px 26px; }
.mv-footer { padding: 50px 6vw; background: #fff; display: flex; align-items: center; gap: 48px; color: var(--mv-muted); font-size: 14px; border-top: 1px solid var(--mv-line); }
.mv-footer-main { display: flex; align-items: center; gap: 25px; max-width: 520px; }
.mv-footer-brand { flex: 0 0 auto; }
.mv-footer p { margin: 0; }
.mv-footer nav { display: flex; gap: 24px; margin-left: auto; }
.mv-footer a { font-weight: 700; color: var(--mv-ink); }
.mv-footer span { margin-left: 0; white-space: nowrap; }

.mv-motion-ready [data-mv-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .7s ease var(--mv-reveal-delay, 0ms), transform .7s cubic-bezier(.2,.75,.25,1) var(--mv-reveal-delay, 0ms); }
.mv-motion-ready [data-mv-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Páginas internas */
.mv-subpage { background: var(--mv-paper); color: var(--mv-ink); }
.mv-page-hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; }
.mv-page-hero-copy { padding: clamp(70px, 8vw, 130px) 7vw; display: flex; flex-direction: column; justify-content: center; }
.mv-page-hero-copy > p { margin: 0 0 22px; color: var(--mv-orange); font-size: 17px; font-weight: 700; }
.mv-page-hero h1 { max-width: 820px; margin: 0; color: var(--mv-ink); font: 700 clamp(48px, 5.5vw, 82px)/1.02 "Geist", sans-serif; letter-spacing: -.055em; }
.mv-page-intro { max-width: 680px; margin-top: 30px; color: var(--mv-muted); font-size: 19px; line-height: 1.65; }
.mv-page-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.mv-button-solid, .mv-button-light { display: inline-flex; align-items: center; justify-content: center; padding: 16px 21px; border-radius: 2px; font-size: 15px; font-weight: 700; }
.mv-button-solid { background: var(--mv-orange); color: #fff !important; }
.mv-button-text { padding: 8px 0; border-bottom: 1px solid #999; font-weight: 700; }
.mv-page-hero-visual { position: relative; min-height: 660px; margin: 0; overflow: hidden; background: var(--mv-ink); }
.mv-page-hero-visual::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 6px; background: var(--mv-orange); }
.mv-page-hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center center; }

.mv-business-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; padding: 115px 8vw; }
.mv-business-intro h2, .mv-business-services > h2, .mv-business-categories h2, .mv-business-process h2, .mv-page-cta h2 { margin: 0; color: var(--mv-ink); font: 700 clamp(36px, 4.2vw, 62px)/1.08 "Geist", sans-serif; letter-spacing: -.045em; }
.mv-business-intro p { margin: 0; color: var(--mv-muted); font-size: 18px; line-height: 1.8; }

.mv-business-services { padding: 105px 8vw; background: #fff; }
.mv-business-services > h2 { max-width: 760px; margin-bottom: 60px; }
.mv-service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--mv-line); border-left: 1px solid var(--mv-line); }
.mv-service-list article { padding: 42px; border-right: 1px solid var(--mv-line); border-bottom: 1px solid var(--mv-line); transition: background-color .3s ease, transform .3s ease; }
.mv-service-list article:hover { z-index: 1; background: #f5f2ec; transform: translateY(-4px); }
.mv-service-list span { display: block; margin-bottom: 28px; color: #cfccc5; font: 700 42px "Geist", sans-serif; line-height: 1; transition: color .3s ease; }
.mv-service-list article:hover span { color: var(--mv-orange); }
.mv-service-list h3 { margin: 0 0 14px; color: var(--mv-ink); font: 700 25px "Geist", sans-serif; }
.mv-service-list p { margin: 0; color: var(--mv-muted); line-height: 1.7; }

.mv-business-categories { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding: 110px 8vw; background: var(--mv-ink); color: #fff; }
.mv-business-categories h2 { color: #fff; }
.mv-business-categories > div p { max-width: 520px; color: #b9b9b9; font-size: 17px; line-height: 1.7; }
.mv-business-categories nav { display: grid; }
.mv-business-categories nav a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 27px 0; border-bottom: 1px solid #383a3c; }
.mv-business-categories nav strong { font: 700 22px "Geist", sans-serif; }
.mv-business-categories nav span { color: #ccc; font-size: 14px; }

.mv-business-process { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(70px, 9vw, 150px); padding: 120px 8vw; background: #efefec; }
.mv-process-intro { max-width: 650px; }
.mv-business-process h2 { max-width: 640px; }
.mv-process-intro p { max-width: 510px; margin: 30px 0 0; color: var(--mv-muted); font-size: 19px; line-height: 1.65; }
.mv-business-process ol { margin: 5px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--mv-ink); }
.mv-business-process li { display: grid; grid-template-columns: 180px 1fr; gap: 32px; align-items: start; padding: 34px 0 36px; border-bottom: 1px solid #c9cecf; }
.mv-business-process strong { color: var(--mv-orange); font: 700 23px/1.2 "Geist", sans-serif; }
.mv-business-process li span { max-width: 520px; color: var(--mv-ink); font-size: 18px; line-height: 1.65; }

.mv-page-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 90px 8vw; background: var(--mv-orange); color: #fff; }
.mv-page-cta h2 { max-width: 850px; color: #fff; }
.mv-page-cta p { max-width: 700px; margin: 20px 0 0; font-size: 18px; line-height: 1.6; }
.mv-button-light { flex: 0 0 auto; background: #fff; color: var(--mv-ink) !important; }

/* Página de contacto: cabecera y panel independientes para conservar el contraste. */
.marvall-contact-page #cotiza-con-nosotros { margin: 22px 0 0 !important; padding: 22px 34px; background: var(--mv-ink); }
.marvall-contact-page #cotiza-con-nosotros .stk-block-heading__text { margin: 0 !important; color: #fff !important; font-size: clamp(28px, 2.4vw, 38px) !important; }
.marvall-contact-page #wpforms-156 { margin: 0; padding: 32px 34px 34px; background: #fff; border: 1px solid #d8dddf; border-top: 0; box-shadow: 0 22px 55px rgba(17, 18, 20, .09); }
.marvall-contact-page #wpforms-156 .wpforms-field-label,
.marvall-contact-page #wpforms-156 .wpforms-field-sublabel { color: var(--mv-ink) !important; }
.marvall-contact-page #wpforms-156 .wpforms-field-sublabel { margin-top: 7px; color: var(--mv-muted) !important; }
.marvall-contact-page #wpforms-156 .wpforms-required-label { color: var(--mv-orange) !important; }
.marvall-contact-page #wpforms-156 input[type="text"],
.marvall-contact-page #wpforms-156 input[type="email"],
.marvall-contact-page #wpforms-156 textarea { color: var(--mv-ink) !important; background: #f7f7f5 !important; border: 1px solid #cbd1d2 !important; border-radius: 0 !important; }
.marvall-contact-page #wpforms-156 input[type="text"]:focus,
.marvall-contact-page #wpforms-156 input[type="email"]:focus,
.marvall-contact-page #wpforms-156 textarea:focus { background: #fff !important; border-color: var(--mv-orange) !important; box-shadow: 0 0 0 1px var(--mv-orange) !important; }
.marvall-contact-page #wpforms-submit-156 { min-width: 132px; padding: 14px 24px; color: #fff !important; background: var(--mv-orange) !important; border: 0 !important; border-radius: 0 !important; font-weight: 700; }
.marvall-contact-page #wpforms-submit-156:hover,
.marvall-contact-page #wpforms-submit-156:focus { background: var(--mv-ink) !important; }
.marvall-contact-page .stk-8677478 { opacity: 1 !important; }
.marvall-contact-page .stk-8677478 .stk-block-text__text { color: var(--mv-muted) !important; }
.marvall-contact-page #nuevos-productor .stk-block-heading__text { color: var(--mv-ink) !important; }

/* Botón flotante propio; se oculta cualquier instancia incompleta de Joinchat. */
.joinchat { display: none !important; }
.mv-whatsapp-float { position: fixed; right: 24px; bottom: max(24px, env(safe-area-inset-bottom)); z-index: 2500; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 20px 0 15px; color: #fff !important; background: #20b95a; border-radius: 999px; box-shadow: 0 12px 34px rgba(17, 18, 20, .24); font-size: 15px; font-weight: 700; line-height: 1; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.mv-whatsapp-float:hover,
.mv-whatsapp-float:focus-visible { color: #fff !important; background: #159447; box-shadow: 0 15px 38px rgba(17, 18, 20, .3); transform: translateY(-2px); }
.mv-whatsapp-float svg { width: 29px; height: 29px; flex: 0 0 29px; fill: currentColor; }

@keyframes mv-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mv-line-pulse { 0%, 100% { opacity: .35; transform: scaleY(.55); } 50% { opacity: 1; transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .mv-hero-content, .mv-hero-line { animation: none; } .mv-category-card img, .mv-product-image img, .mv-pill { transition: none; } .mv-motion-ready [data-mv-reveal] { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1100px) {
  .mv-nav { display: none; }
  .mv-mobile-menu { display: block; }
}

@media (max-width: 900px) {
  .admin-bar .mv-header { top: 46px; }
  .admin-bar .mv-scroll-progress { top: 132px; }
  .mv-nav { display: none; }
  .mv-mobile-menu { display: block; }
  .mv-hero { min-height: calc(100svh - 86px); }
  .mv-hero-content { padding: 110px 7vw 145px; }
  .mv-trust-strip { grid-template-columns: 1fr 1fr; gap: 20px; }
  .mv-trust-strip > div { border: 0; padding: 5px; }
  .mv-section { padding: 75px 5vw; }
  .mv-section-heading { display: block; }
  .mv-section-heading > p { margin-top: 25px; }
  .mv-category-grid { grid-template-columns: 1fr; grid-template-rows: 500px 300px 300px; }
  .mv-category-card.mv-category-large { grid-row: auto; }
  .mv-feature-band { grid-template-columns: 1fr; }
  .mv-feature-number { display: none; }
  .mv-product-grid { grid-template-columns: 1fr 1fr; }
  .mv-product-grid .mv-product-card:last-child { display: none; }
  .mv-footer { align-items: flex-start; flex-wrap: wrap; }
  .mv-footer nav { order: 3; width: 100%; margin-left: 0; }
  .mv-footer span { margin-left: auto; }
  .mv-page-hero { grid-template-columns: 1fr; }
  .mv-page-hero-copy { min-height: 600px; }
  .mv-page-hero-visual { min-height: 0; aspect-ratio: 1808 / 1549; }
  .mv-business-intro, .mv-business-categories { grid-template-columns: 1fr; }
  .mv-business-process { grid-template-columns: 1fr; gap: 60px; }
  .mv-page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .mv-header { height: 76px; padding: 0 20px; }
  .mv-scroll-progress { top: 74px; }
  .admin-bar .mv-scroll-progress { top: 120px; }
  .mv-brand, .mv-footer-brand { gap: 8px; }
  .mv-brand-mark { width: 31px; height: 31px; flex-basis: 31px; }
  .mv-brand-word { font-size: 21px; }
  .mv-header-cta { display: none; }
  .mv-hero { min-height: calc(100svh - 76px); }
  .mv-hero-content { min-height: auto; padding: 95px 7vw 125px; }
  .mv-hero-logo { width: min(92vw, 520px); height: 190px; margin-bottom: 20px; }
  .mv-hero h1 { font-size: 55px; }
  .mv-hero-actions { align-items: center; flex-direction: column; gap: 15px; }
  .mv-trust-strip { grid-template-columns: 1fr; }
  .mv-category-grid { grid-template-rows: 430px 280px 280px; }
  .mv-product-grid { grid-template-columns: 1fr; }
  .mv-product-grid .mv-product-card:last-child { display: block; }
  .mv-product-image { height: 360px; }
  .mv-section-heading h2 { font-size: 42px; }
  .mv-card-label strong { font-size: 21px; }
  .mv-footer { align-items: flex-start; flex-direction: column; }
  .mv-footer span { margin: 0; }
  .mv-footer-main { align-items: flex-start; flex-direction: column; }
  .mv-footer nav { flex-direction: column; gap: 13px; }
  .mv-page-hero-copy { min-height: auto; padding: 75px 7vw; }
  .mv-page-hero h1 { font-size: 44px; }
  .mv-page-intro { font-size: 17px; }
  .mv-page-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .mv-page-hero-visual { min-height: 0; }
  .mv-page-hero-visual img { object-position: center center; }
  .mv-business-intro, .mv-business-services, .mv-business-categories, .mv-business-process { padding: 75px 7vw; }
  .mv-business-process { gap: 45px; }
  .mv-process-intro p { margin-top: 22px; font-size: 17px; }
  .mv-business-process li { grid-template-columns: 1fr; gap: 9px; padding: 26px 0 28px; }
  .mv-business-process strong { font-size: 20px; }
  .mv-business-process li span { font-size: 17px; }
  .mv-service-list { grid-template-columns: 1fr; }
  .mv-service-list article { padding: 30px 24px; }
  .mv-service-list span { margin-bottom: 22px; }
  .mv-business-categories nav a { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mv-page-cta { padding: 70px 7vw; }
  .marvall-contact-page #cotiza-con-nosotros { margin-top: 18px !important; padding: 19px 20px; }
  .marvall-contact-page #wpforms-156 { padding: 24px 20px 26px; }
  .mv-whatsapp-float { right: 17px; bottom: max(17px, env(safe-area-inset-bottom)); width: 58px; min-height: 58px; padding: 0; justify-content: center; }
  .mv-whatsapp-float span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
}
