/* Move Move Storage S1/S2 product system — 2026-09-01 */
:root {
  --mmss-red: #c4002b;
  --mmss-red-dark: #93001f;
  --mmss-ink: #121417;
  --mmss-blue: #18243a;
  --mmss-paper: #f5f1eb;
  --mmss-white: #ffffff;
  --mmss-muted: #5f6672;
  --mmss-line: #d9d4cd;
  --mmss-max: 1180px;
}

html { overflow-x: clip; }

.mmss,
.mmss-hero {
  color: var(--mmss-ink);
  font-family: Archivo, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.mmss *,
.mmss-hero * { box-sizing: border-box; }

.mmss img,
.mmss-hero img { display: block; max-width: 100%; height: auto; }

.mmss a,
.mmss-hero a { text-underline-offset: 0.18em; }

.mmss-wrap {
  width: min(var(--mmss-max), calc(100% - 48px));
  margin-inline: auto;
}

.mmss-section { padding: 88px 0; }
.mmss-section--paper { background: var(--mmss-paper); }
.mmss-section--ink { background: var(--mmss-ink); color: var(--mmss-white); }
.mmss-section--blue { background: var(--mmss-blue); color: var(--mmss-white); }

.mmss-kicker,
.mmss-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--mmss-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mmss-section--ink .mmss-kicker,
.mmss-section--blue .mmss-kicker,
.mmss-form-section .mmss-kicker,
.mmss-hero:not(.mmss-hero--editorial) .mmss-eyebrow { color: #ffbd4a; }

.mmss h2,
.mmss h3,
.mmss-hero h1,
.mmss-hero h2,
.mmss-hero h3 {
  margin-top: 0;
  color: inherit;
  font-family: Archivo, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.mmss h2 { max-width: 860px; margin-bottom: 20px; font-size: clamp(34px, 4vw, 54px); }
.mmss h3 { margin-bottom: 10px; font-size: clamp(21px, 2vw, 27px); }
.mmss p { margin-top: 0; }
.mmss-lede { max-width: 780px; margin-bottom: 34px; color: var(--mmss-muted); font-size: 20px; line-height: 1.55; }
.mmss-section--ink .mmss-lede,
.mmss-section--blue .mmss-lede,
.mmss-form-section .mmss-lede { color: #d8dde7; }

.mmss-hero {
  position: relative;
  overflow: hidden;
  background: var(--mmss-ink);
  color: var(--mmss-white);
}

.mmss-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  width: min(var(--mmss-max), calc(100% - 48px));
  margin-inline: auto;
}

.mmss-hero__copy {
  display: flex;
  min-height: 610px;
  flex-direction: column;
  justify-content: center;
  padding: 76px 54px 76px 0;
}

.mmss-hero__crumbs { margin: 0 0 28px; color: #b8bec8; font-size: 13px; }
.mmss-hero__crumbs a { color: inherit; }
.mmss-hero h1 { max-width: 720px; margin: 0 0 24px; font-size: clamp(48px, 5.4vw, 66px); }
.mmss-hero__answer { max-width: 660px; margin: 0 0 26px; color: #e1e4e9; font-size: 20px; line-height: 1.55; }
.mmss-hero__media { position: relative; min-height: 610px; background: #23272d; }
.mmss-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }
.mmss-hero__media::after { position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, rgba(0,0,0,.62)); content: ""; }
.mmss-hero__caption { position: absolute; z-index: 1; right: 24px; bottom: 18px; left: 24px; margin: 0; color: #fff; font-size: 13px; }

.mmss-hero--formula .mmss-hero__grid,
.mmss-hero--editorial .mmss-hero__grid { display: block; }
.mmss-hero--formula .mmss-hero__copy,
.mmss-hero--editorial .mmss-hero__copy { min-height: auto; max-width: 980px; padding: 76px 0 68px; }
.mmss-hero--editorial { background: var(--mmss-paper); color: var(--mmss-ink); }
.mmss-hero--editorial .mmss-hero__answer { color: var(--mmss-muted); }
.mmss-hero--editorial .mmss-hero__crumbs { color: var(--mmss-muted); }

.mmss-formula {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 28px;
  border-block: 1px solid #454a52;
}
.mmss-formula__item { position: relative; padding: 22px 42px 22px 0; }
.mmss-formula__item + .mmss-formula__item { padding-left: 42px; border-left: 1px solid #454a52; }
.mmss-formula__item + .mmss-formula__item::before { position: absolute; top: 50%; left: -18px; width: 36px; height: 36px; border-radius: 50%; background: var(--mmss-red); color: #fff; content: "+"; font-weight: 800; line-height: 36px; text-align: center; transform: translateY(-50%); }
.mmss-formula__item span { display: block; color: #aeb4bd; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mmss-formula__item strong { display: block; margin-top: 4px; font-size: 25px; line-height: 1.2; }

.mmss-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mmss-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 3px;
  background: var(--mmss-red);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}
.mmss-btn:hover { background: var(--mmss-red-dark); transform: translateY(-1px); }
.mmss-btn--ghost { border-color: #fff; background: transparent; }
.mmss-btn--ink { background: var(--mmss-ink); }

.mmss-price-rail,
.mmss-fact-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--mmss-max), calc(100% - 48px));
  margin: 0 auto;
  border-right: 1px solid var(--mmss-line);
  border-bottom: 1px solid var(--mmss-line);
  background: #fff;
  color: var(--mmss-ink);
}
.mmss-price-rail > *,
.mmss-fact-rail > * { min-width: 0; padding: 24px; border-top: 1px solid var(--mmss-line); border-left: 1px solid var(--mmss-line); }
.mmss-price-rail span,
.mmss-fact-rail span { display: block; color: var(--mmss-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mmss-price-rail strong,
.mmss-fact-rail strong { display: block; margin-top: 4px; font-size: 22px; line-height: 1.25; }

.mmss-grid { display: grid; gap: 22px; }
.mmss-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mmss-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mmss-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mmss-card { padding: 28px; border: 1px solid var(--mmss-line); background: #fff; }
.mmss-section--ink .mmss-card,
.mmss-section--blue .mmss-card { border-color: #394252; background: rgba(255,255,255,.045); }
.mmss-card__index { display: block; margin-bottom: 22px; color: var(--mmss-red); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.mmss-card p { margin-bottom: 0; color: var(--mmss-muted); }
.mmss-section--ink .mmss-card p,
.mmss-section--blue .mmss-card p { color: #cbd0da; }

.mmss-split { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: 64px; }
.mmss-split--reverse .mmss-split__media { order: -1; }
.mmss-split__media { overflow: hidden; border-radius: 4px; background: #ddd; }
.mmss-split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.mmss-caption { margin: 10px 0 0; color: #434a54; font-size: 13px; }

.mmss-list { margin: 20px 0 0; padding: 0; list-style: none; }
.mmss-list li { position: relative; margin: 0; padding: 14px 0 14px 30px; border-top: 1px solid var(--mmss-line); }
.mmss-list li::before { position: absolute; top: 18px; left: 3px; color: var(--mmss-red); content: "✓"; font-weight: 900; }
.mmss-section--ink .mmss-list li,
.mmss-section--blue .mmss-list li { border-color: #394252; }

.mmss-table-wrap { overflow: hidden; border: 1px solid var(--mmss-line); background: #fff; }
.mmss-table { width: 100%; border-collapse: collapse; color: var(--mmss-ink); }
.mmss-table th,
.mmss-table td { padding: 18px 20px; border-bottom: 1px solid var(--mmss-line); text-align: left; vertical-align: top; }
.mmss-table th { background: #ebe6df; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.mmss-table tr:last-child td { border-bottom: 0; }
.mmss-table td:first-child { width: 35%; font-weight: 800; }

.mmss-callout { padding: 28px; border-left: 5px solid var(--mmss-red); background: #fff; color: var(--mmss-ink); }
.mmss-callout p:last-child { margin-bottom: 0; }

.mmss-route-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.mmss-route-nav a { display: flex; min-height: 120px; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--mmss-line); color: inherit; text-decoration: none; }
.mmss-route-nav a:hover { border-color: var(--mmss-red); }
.mmss-route-nav strong { font-size: 19px; }
.mmss-route-nav span { color: var(--mmss-muted); font-size: 14px; }

.mmss-form-section { padding: 88px 0; background: var(--mmss-blue); color: #fff; }
.mmss-form-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 54px; align-items: start; }
.mmss-form-card { padding: 34px; background: #fff; color: var(--mmss-ink); box-shadow: 0 18px 60px rgba(0,0,0,.22); }
.mmss-form-card h2 { margin-bottom: 12px; font-size: 34px; }
.mmss-form-card > p { color: var(--mmss-muted); }
.mm-storage-form { display: grid; gap: 18px; }
.mm-storage-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mm-storage-form label > span,
.mm-storage-form legend { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.mm-storage-form em { color: var(--mmss-red); font-style: normal; }
.mm-storage-form input,
.mm-storage-form select,
.mm-storage-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #b9b5af;
  border-radius: 2px;
  background: #fff;
  color: var(--mmss-ink);
  font: inherit;
}
.mm-storage-form textarea { min-height: 130px; resize: vertical; }
.mm-storage-form input:focus,
.mm-storage-form select:focus,
.mm-storage-form textarea:focus { outline: 3px solid rgba(196,0,43,.18); border-color: var(--mmss-red); }
.mm-storage-form fieldset { margin: 0; padding: 0; border: 0; }
.mm-storage-form__checks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mm-storage-form__checks label { display: flex; min-height: 46px; align-items: center; gap: 9px; padding: 10px; border: 1px solid var(--mmss-line); }
.mm-storage-form__checks input { width: 20px; min-height: 20px; flex: 0 0 auto; accent-color: var(--mmss-red); }
.mm-storage-form__checks label > span { margin: 0; font-weight: 700; }
.mm-storage-form__status { min-height: 1.6em; margin: 0; font-weight: 700; }
.mm-storage-form__status[data-state="error"] { color: #a00022; }
.mm-storage-form__status[data-state="success"] { color: #176b3a; }
.mm-storage-form__privacy { margin: 0; color: var(--mmss-muted); font-size: 13px; }
.mm-storage-form-card__whatsapp { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--mmss-line); color: var(--mmss-ink); font-weight: 800; text-decoration: none; }

.mmss-faq { border-top: 1px solid var(--mmss-line); }
.mmss-faq details { border-bottom: 1px solid var(--mmss-line); }
.mmss-faq summary { cursor: pointer; padding: 20px 42px 20px 0; font-size: 18px; font-weight: 800; list-style: none; }
.mmss-faq summary::-webkit-details-marker { display: none; }
.mmss-faq summary::after { float: right; color: var(--mmss-red); content: "+"; }
.mmss-faq details[open] summary::after { content: "−"; }
.mmss-faq details > div { max-width: 850px; padding: 0 0 22px; color: var(--mmss-muted); }

.mmss-decision { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--mmss-line); }
.mmss-decision > article { padding: 34px; background: #fff; }
.mmss-decision > article + article { border-left: 1px solid var(--mmss-line); }

.mmss-editorial { max-width: 920px; margin-inline: auto; }
.mmss-editorial p { font-size: 18px; }
.mmss-editorial .mmss-table-wrap { max-width: 1180px; margin-inline: calc((920px - 1180px) / 2); }

@media (max-width: 900px) {
  .mmss-section, .mmss-form-section { padding: 64px 0; }
  .mmss-hero__grid { display: block; }
  .mmss-hero__copy { min-height: auto; padding: 58px 0 46px; }
  .mmss-hero__media { min-height: auto; }
  .mmss-hero__media img { aspect-ratio: 4 / 3; }
  .mmss-grid--4, .mmss-grid--3 { grid-template-columns: 1fr 1fr; }
  .mmss-price-rail, .mmss-fact-rail { grid-template-columns: 1fr 1fr; }
  .mmss-split, .mmss-form-layout { grid-template-columns: 1fr; gap: 38px; }
  .mmss-split--reverse .mmss-split__media { order: 0; }
  .mmss-route-nav { grid-template-columns: 1fr; }
  .mmss-editorial .mmss-table-wrap { margin-inline: 0; }
}

@media (max-width: 600px) {
  .mmss, .mmss-hero { font-size: 16px; }
  .mmss-wrap, .mmss-hero__grid, .mmss-price-rail, .mmss-fact-rail { width: calc(100% - 36px); }
  .mmss-section, .mmss-form-section { padding: 48px 0; }
  .mmss-hero__copy, .mmss-hero--formula .mmss-hero__copy, .mmss-hero--editorial .mmss-hero__copy { padding: 42px 0 36px; }
  .mmss-hero h1 { font-size: clamp(38px, 11vw, 44px); }
  .mmss-hero__answer, .mmss-lede { font-size: 18px; }
  .mmss-actions { display: grid; }
  .mmss-btn { width: 100%; }
  .mmss-grid--4, .mmss-grid--3, .mmss-grid--2, .mmss-price-rail, .mmss-fact-rail, .mmss-formula, .mmss-decision { grid-template-columns: 1fr; }
  .mmss-price-rail > *, .mmss-fact-rail > * { padding: 18px; }
  .mmss-formula__item, .mmss-formula__item + .mmss-formula__item { padding: 18px 0; border-left: 0; border-top: 1px solid #454a52; }
  .mmss-formula__item:first-child { border-top: 0; }
  .mmss-formula__item + .mmss-formula__item::before { display: none; }
  .mmss-form-card { padding: 24px 18px; }
  .mm-storage-form__row, .mm-storage-form__checks { grid-template-columns: 1fr; }
  .mmss-table-wrap { border: 0; background: transparent; }
  .mmss-table, .mmss-table tbody, .mmss-table tr, .mmss-table th, .mmss-table td { display: block; width: 100%; }
  .mmss-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .mmss-table tr { margin-bottom: 12px; border: 1px solid var(--mmss-line); background: #fff; }
  .mmss-table td { padding: 13px 15px; border-bottom: 1px solid var(--mmss-line); }
  .mmss-table td::before { display: block; margin-bottom: 3px; color: var(--mmss-muted); content: attr(data-label); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mmss-decision > article + article { border-top: 1px solid var(--mmss-line); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .mmss *, .mmss-hero * { scroll-behavior: auto !important; transition: none !important; }
}
