:root {
  --ink: #0b1114;
  --ink-soft: #182126;
  --paper: #f3f5f4;
  --white: #ffffff;
  --line: #cfd7d4;
  --line-dark: rgba(255, 255, 255, .17);
  --muted: #55615f;
  --acid: #b8e53d;
  --green: #126c5a;
  --aqua: #e7eeed;
  --signal: #2f70ff;
  --safety: #e46f49;
  --header-height: 72px;
  --page-pad: max(22px, calc((100vw - 1420px) / 2));
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans Arabic", "Noto Sans SC", sans-serif;
}

body::selection { color: var(--ink); background: var(--acid); }

.site-header {
  height: var(--header-height);
  padding-inline: var(--page-pad);
  border-bottom-color: rgba(255, 255, 255, .18);
  background: rgba(7, 12, 15, .88);
  backdrop-filter: blur(14px);
}

.product-detail-page .site-header,
.storage-series-page-shell .site-header,
.storage-model-page-shell .site-header {
  position: relative;
  background: var(--ink);
}

.brand { gap: 10px; }
.brand-mark { width: 28px; height: 30px; }
.brand-mark i { width: 6px; }
.brand-copy strong { font-size: 15px; letter-spacing: 0; }
.brand-copy small { margin-top: 4px; font-size: 10px; letter-spacing: 0; }
.desktop-nav { gap: 32px; }
.desktop-nav a { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a::after { bottom: -11px; height: 2px; }
.header-actions { gap: 16px; }

.button {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 750;
}
.button-primary { background: var(--acid); }
.button-primary:hover { color: var(--white); background: var(--signal); }
.button-dark:hover { color: var(--white); background: var(--signal); }
.button-light:hover { color: var(--ink); background: var(--acid); }
.text-link { font-size: 13px; }

.mobile-menu {
  padding: 108px var(--page-pad) 34px;
  background: var(--ink);
}

/* Homepage hero */
.hero-v2 {
  height: 82svh;
  min-height: 760px;
  max-height: 860px;
  background: var(--ink);
}

.hero-v2 .hero-media {
  position: absolute;
  inset: 0;
  display: block;
  transform: none;
  animation: none;
  background: var(--ink);
}

.hero-v2 .hero-stage {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity .5s ease;
}

.hero-v2 .hero-stage.is-active { opacity: 1; }
.hero-v2 .hero-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.06) brightness(.78);
  transform: scale(1.01);
}

.hero-v2 .hero-overlay {
  background: rgba(6, 11, 14, .7);
}

.hero-v2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: var(--header-height);
  bottom: 132px;
  left: 58%;
  width: 1px;
  background: rgba(255,255,255,.15);
  pointer-events: none;
}

.hero-v2 .hero-content {
  z-index: 2;
  height: calc(100% - 132px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: center;
  padding: 124px var(--page-pad) 72px;
}

.hero-copy { max-width: 900px; }
.eyebrow { margin-bottom: 18px; font-size: 10px; letter-spacing: 0; }
.hero-v2 h1 {
  max-width: 860px;
  font-size: 70px;
  line-height: 1.01;
  font-weight: 760;
}
.hero-v2 .hero-lead {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.56;
}
.hero-v2 .hero-actions { margin-top: 34px; }
.hero-visual-disclosure {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 10.5px;
  font-weight: 700;
}

.hero-facts {
  margin: 0;
  padding-inline-start: 34px;
  border-inline-start: 1px solid rgba(255,255,255,.24);
}
.hero-facts > div { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts > div:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.hero-facts dt { color: var(--acid); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.hero-facts dd { margin: 7px 0 0; color: var(--white); font-size: 16px; font-weight: 700; line-height: 1.25; }

.hero-products {
  position: absolute;
  z-index: 4;
  inset-inline: 0;
  bottom: 0;
  height: 132px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-inline: var(--page-pad);
  border-top: 1px solid rgba(255,255,255,.2);
  background: rgba(7, 12, 15, .9);
}
.hero-product-control {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 13px;
  align-items: center;
  padding: 22px 20px;
  border-inline-end: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.66);
}
.hero-product-control:first-child { border-inline-start: 1px solid rgba(255,255,255,.16); }
.hero-product-control::before {
  content: "";
  position: absolute;
  top: -1px;
  inset-inline: 0;
  height: 3px;
  background: transparent;
}
.hero-product-control.is-active { color: var(--white); background: rgba(255,255,255,.045); }
.hero-product-control.is-active::before { background: var(--acid); }
.hero-product-control > span { color: var(--acid); font-size: 10px; font-weight: 800; align-self: start; margin-top: 3px; }
.hero-product-control div { min-width: 0; }
.hero-product-control small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; }
.hero-product-control strong { display: block; font-size: 15px; line-height: 1.18; }
.hero-product-control > svg { width: 16px; color: var(--acid); }

.section { padding: 104px var(--page-pad); }
.section-kicker {
  grid-template-columns: 34px 1fr;
  padding-bottom: 15px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0;
}
.section-dark .section-kicker { color: #a8b2b0; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: 88px;
  align-items: end;
  margin: 50px 0 62px;
}
.section-heading h2,
.about-statement h2,
.contact-aside h2,
.storage-spotlight-copy h2 {
  max-width: 920px;
  margin: 0;
  font-size: 50px;
  line-height: 1.06;
  font-weight: 740;
  letter-spacing: 0;
}
.section-heading > p,
.section-heading > div + p { margin: 0; color: var(--muted); }
.section-heading .eyebrow { margin-bottom: 16px; }

/* Product directory */
.product-catalog { background: var(--paper); }
.product-directory { border-top: 1px solid var(--line); }
.product-directory-row {
  min-height: 390px;
  display: grid;
  grid-template-columns: 86px minmax(360px, .95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: stretch;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.product-directory-index { display: flex; flex-direction: column; justify-content: space-between; padding: 7px 0; }
.product-directory-index span { color: var(--green); font-size: 12px; font-weight: 800; }
.product-directory-index small { color: var(--muted); font-size: 8px; font-weight: 800; writing-mode: vertical-rl; transform: rotate(180deg); }
.product-directory-row figure {
  position: relative;
  min-width: 0;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #dfe5e3;
}
.product-directory-row figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-directory-row:hover figure img { transform: scale(1.025); }
.product-directory-row figcaption {
  position: absolute;
  inset-inline-start: 12px;
  bottom: 12px;
  padding: 6px 8px;
  color: rgba(255,255,255,.82);
  background: rgba(7,12,15,.78);
  max-width: calc(100% - 24px);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 700;
}
.product-directory-copy { display: flex; flex-direction: column; justify-content: center; padding: 18px 28px 18px 10px; }
.product-directory-copy h3 { max-width: 630px; margin: 0; font-size: 38px; line-height: 1.06; }
.product-directory-copy > p { max-width: 660px; margin: 20px 0 0; color: var(--muted); }
.product-directory-copy ul { display: grid; gap: 9px; margin: 24px 0 28px; padding: 0; list-style: none; }
.product-directory-copy li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.product-directory-copy li svg { width: 14px; height: 14px; margin-top: 2px; color: var(--signal); }
.product-directory-copy .text-link { width: fit-content; }

/* Procurement framework */
.procurement-framework { background: var(--ink); }
.section-heading-dark h2 { color: var(--white); }
.section-heading-dark > p { color: rgba(255,255,255,.58); }
.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.decision-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px 32px;
  border-inline-end: 1px solid var(--line-dark);
}
.decision-grid article:last-child { border-inline-end: 0; }
.decision-grid article > span { color: var(--acid); font-size: 10px; font-weight: 800; }
.decision-grid article > svg { width: 28px; height: 28px; margin: 52px 0 22px; color: var(--signal); }
.decision-grid h3 { margin: 0; color: var(--white); font-size: 23px; }
.decision-grid p { margin: 14px 0 28px; color: rgba(255,255,255,.62); font-size: 14px; }
.decision-grid small { margin-top: auto; color: var(--acid); font-size: 10px; font-weight: 800; }

/* Documented storage family */
.storage-spotlight { background: #e4eae8; }
.storage-spotlight-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(620px, 1.28fr);
  gap: 88px;
  margin-top: 54px;
}
.storage-spotlight-copy { align-self: start; padding-top: 16px; }
.storage-spotlight-copy h2 { max-width: 620px; }
.storage-spotlight-copy > p { max-width: 560px; margin: 25px 0 32px; color: var(--muted); }
.storage-spotlight-models { border-top: 1px solid #aebbb7; }
.storage-spotlight-models > a {
  min-height: 158px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 24px;
  gap: 24px;
  align-items: center;
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid #aebbb7;
}
.storage-spotlight-models figure { width: 150px; height: 120px; margin: 0; overflow: hidden; background: #f4f6f5; }
.storage-spotlight-models img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.storage-spotlight-models a:hover img { transform: scale(1.035); }
.storage-spotlight-models div { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; align-items: baseline; }
.storage-spotlight-models span { font-size: 19px; font-weight: 800; }
.storage-spotlight-models strong { color: var(--green); font-size: 19px; }
.storage-spotlight-models small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.storage-spotlight-models em { grid-column: 1 / -1; color: #4f5a57; font-size: 10px; font-style: normal; font-weight: 700; }
.storage-spotlight-models > a > svg { color: var(--green); }

/* Process */
.process-section { background: var(--white); }
.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}
.process-timeline li {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.process-timeline li > span { color: var(--green); font-size: 10px; font-weight: 800; }
.process-timeline h3 { margin: 0 0 10px; font-size: 17px; }
.process-timeline p { margin: 0; color: var(--muted); font-size: 12px; }

/* Company */
.about-v2 { padding-top: 104px; background: var(--paper); }
.about-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 96px;
  align-items: end;
  margin: 58px 0 70px;
}
.about-statement > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.company-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  color: var(--white);
  background: var(--ink-soft);
}
.company-facts > div { min-height: 190px; padding: 30px; border-inline-end: 1px solid rgba(255,255,255,.16); }
.company-facts > div:last-child { border-inline-end: 0; }
.company-facts dt { color: var(--acid); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.company-facts dd { max-width: 350px; margin: 52px 0 0; font-size: 23px; font-weight: 750; line-height: 1.15; }

/* Inquiry */
.contact-v2 {
  grid-template-columns: minmax(330px, .72fr) minmax(620px, 1.28fr);
  gap: 88px;
  align-items: start;
  background: var(--aqua);
}
.contact-aside h2 { max-width: 560px; }
.contact-aside > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.rfq-checklist { margin-top: 42px; border-top: 1px solid #aebbb7; }
.rfq-checklist > p { margin: 0; padding: 14px 0; color: var(--green); font-size: 9px; font-weight: 800; }
.rfq-checklist ol { margin: 0; padding: 0; list-style: none; }
.rfq-checklist li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid #c5cecb; }
.rfq-checklist li > span { color: var(--green); font-size: 9px; font-weight: 800; }
.rfq-checklist li p { margin: 0; font-size: 12px; }
.contact-v2 .direct-contact { margin-top: 28px; }
.contact-v2 .inquiry-form { padding: 38px; border: 1px solid #c5cecb; border-radius: 3px; box-shadow: none; }
.contact-v2 .field-grid { gap: 25px 22px; }
.contact-v2 .choice-grid label { border-radius: 2px; }
.contact-v2 .choice-grid label:has(input:checked) { border-color: var(--signal); background: #eef3ff; }
.contact-v2 .privacy-check input { width: 24px; height: 24px; margin-top: 0; }
.selected-model { display: flex; justify-content: space-between; gap: 18px; margin: 0 0 28px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.selected-model strong { color: var(--green); }

/* Generic product direction */
.product-detail-hero {
  position: relative;
  display: block;
  min-height: 720px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.product-detail-image { position: absolute; inset: 0; min-height: 0; }
.product-detail-image::after { content: ""; position: absolute; inset: 0; background: rgba(6,11,14,.64); }
.product-detail-image img { filter: saturate(.76) contrast(1.04); }
.product-detail-image figcaption { z-index: 3; bottom: 20px; }
.product-detail-copy {
  position: relative;
  z-index: 2;
  min-height: 720px;
  max-width: 1420px;
  justify-content: center;
  padding: 88px var(--page-pad) 112px;
  color: var(--white);
  background: transparent;
}
.product-detail-copy > .text-link { margin-bottom: 70px; color: var(--white); }
.product-detail-copy .eyebrow { color: var(--acid); }
.product-detail-copy h1 { max-width: 780px; font-size: 66px; }
.product-detail-copy .product-lead { max-width: 700px; color: rgba(255,255,255,.74); }
.product-detail-copy .button-dark { color: var(--ink); background: var(--acid); }
.product-detail-body { gap: 92px; }
.product-detail-body h2 { font-size: 46px; }
.configuration-panel { border-top-color: var(--signal); border-radius: 2px; }
.configuration-panel > .text-link { margin-top: 28px; }
.product-related { padding-top: 20px; background: var(--paper); }
.product-related-list { margin-top: 34px; border-top: 1px solid var(--line); }
.product-related-list a {
  min-height: 112px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  gap: 24px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.product-related-list a:hover { background: var(--white); }
.product-related-list > a > span { color: var(--green); font-size: 10px; font-weight: 800; }
.product-related-list small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9.5px; font-weight: 800; }
.product-related-list strong { font-size: 21px; }
.product-related-list svg { color: var(--green); }

/* Storage pages: tighter framing within the same system */
.storage-series-page,
.storage-model-page { background: var(--paper); }
.storage-series-hero,
.storage-model-hero { min-height: 650px; }
.storage-series-hero-copy h1,
.storage-model-hero-copy h1 { font-weight: 750; }
.storage-model-hero-visual,
.storage-family-visual { background: #e4eae8; }
.storage-model-hero-visual figcaption,
.storage-visual-note { font-size: 10.5px; }
.storage-family-product figcaption em { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 650; }
.storage-section-heading h2 { font-weight: 740; }
.storage-model-row { border-color: var(--line); }
.storage-model-image { border-radius: 2px; background: #e4eae8; }
.storage-spec-group dd bdi,
.storage-metric strong bdi,
.storage-comparison-table bdi { unicode-bidi: isolate; }

.site-footer { min-height: 132px; background: var(--ink); }
.footer-brand p { margin: 4px 0 0; color: rgba(255,255,255,.52); }

@media (max-width: 1180px) {
  .hero-v2 .hero-content { grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; }
  .hero-v2 h1 { font-size: 60px; }
  .hero-product-control { grid-template-columns: 25px 1fr 18px; padding-inline: 14px; }
  .hero-product-control strong { font-size: 13px; }
  .product-directory-row { grid-template-columns: 62px minmax(320px, .9fr) minmax(360px, 1.1fr); gap: 25px; }
  .product-directory-copy { padding-inline-end: 8px; }
  .storage-spotlight-layout { grid-template-columns: minmax(280px, .68fr) minmax(520px, 1.32fr); gap: 55px; }
  .contact-v2 { grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr); gap: 55px; }
}

@media (max-width: 960px) {
  .hero-v2 { min-height: 760px; max-height: 820px; }
  .hero-v2::after { display: none; }
  .hero-v2 .hero-content { grid-template-columns: 1fr; align-content: center; padding-bottom: 175px; }
  .hero-v2 h1 { font-size: 56px; }
  .hero-facts { display: none; }
  .hero-products { height: 146px; overflow-x: auto; grid-template-columns: repeat(4, 240px); padding-inline: 0; scrollbar-width: thin; }
  .hero-product-control { padding-inline: 18px; }
  .section-heading,
  .about-statement { grid-template-columns: 1fr; gap: 25px; }
  .product-directory-row { grid-template-columns: 58px minmax(290px, .9fr) minmax(0, 1.1fr); }
  .product-directory-copy h3 { font-size: 31px; }
  .storage-spotlight-layout,
  .contact-v2 { grid-template-columns: 1fr; }
  .storage-spotlight-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 35px; align-items: end; }
  .storage-spotlight-copy h2 { grid-column: 1 / -1; }
  .storage-spotlight-copy > p { margin: 0; }
  .storage-spotlight-copy .button { justify-self: start; }
  .process-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 40px; }
  .contact-aside > .eyebrow,
  .contact-aside > h2 { grid-column: 1 / -1; }
  .rfq-checklist { margin-top: 0; }
}

@media (max-width: 760px) {
  :root { --header-height: 68px; --page-pad: 18px; }
  .site-header { background: rgba(7,12,15,.94); }
  .hero-v2 { height: auto; min-height: 760px; max-height: none; }
  .hero-v2 .hero-stage img { object-position: 58% center; }
  .hero-v2 .hero-overlay { background: rgba(6,11,14,.73); }
  .hero-v2 .hero-content { min-height: 760px; height: auto; padding: 104px var(--page-pad) 185px; align-content: center; }
  .hero-v2 h1 { font-size: 43px; line-height: 1.02; }
  .hero-v2 .hero-lead { margin-top: 20px; font-size: 15px; line-height: 1.5; }
  .hero-v2 .hero-actions { align-items: flex-start; gap: 16px; margin-top: 26px; }
  .hero-products { height: 158px; grid-template-columns: repeat(4, 220px); }
  .hero-product-control { grid-template-columns: 26px 1fr 18px; padding: 20px 16px; }
  .hero-product-control strong { font-size: 14px; }
  .section { padding: 76px var(--page-pad); }
  .section-heading { margin: 38px 0 44px; }
  .section-heading h2,
  .about-statement h2,
  .contact-aside h2,
  .storage-spotlight-copy h2 { font-size: 36px; }
  .product-directory-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 0 34px;
  }
  .product-directory-index { flex-direction: row; padding: 0; }
  .product-directory-index small { writing-mode: horizontal-tb; transform: none; }
  .product-directory-row figure { min-height: 0; aspect-ratio: 4 / 3; }
  .product-directory-copy { padding: 0; }
  .product-directory-copy h3 { font-size: 30px; }
  .product-directory-copy > p { margin-top: 16px; }
  .product-directory-copy ul { margin: 20px 0 24px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article { min-height: 260px; border-inline-end: 0; border-bottom: 1px solid var(--line-dark); }
  .decision-grid article:last-child { border-bottom: 0; }
  .decision-grid article > svg { margin-top: 38px; }
  .storage-spotlight-copy { display: block; }
  .storage-spotlight-copy > p { margin: 20px 0 26px; }
  .storage-spotlight-models > a { grid-template-columns: 96px minmax(0, 1fr) 18px; gap: 16px; min-height: 126px; padding-inline-end: 6px; }
  .storage-spotlight-models figure { width: 96px; height: 92px; }
  .storage-spotlight-models div { display: block; }
  .storage-spotlight-models span,
  .storage-spotlight-models strong,
  .storage-spotlight-models small { display: block; }
  .storage-spotlight-models strong { margin: 3px 0; font-size: 15px; }
  .process-timeline { grid-template-columns: 1fr; }
  .process-timeline li { min-height: 148px; }
  .about-statement { margin: 42px 0 50px; }
  .about-statement > p { font-size: 15px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts > div { min-height: 145px; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .company-facts > div:last-child { border-bottom: 0; }
  .company-facts dd { margin-top: 30px; font-size: 20px; }
  .contact-aside { display: block; }
  .contact-aside > p:not(.eyebrow) { margin-bottom: 34px; }
  .contact-v2 .inquiry-form { padding: 26px 20px; }
  .product-detail-hero,
  .product-detail-copy { min-height: 690px; }
  .product-detail-copy { justify-content: flex-end; padding: 90px var(--page-pad) 72px; }
  .product-detail-copy > .text-link { margin-bottom: auto; }
  .product-detail-copy h1 { font-size: 42px; }
  .product-detail-image figcaption { inset-inline: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  .storage-series-hero,
  .storage-model-hero { min-height: auto; }
  .site-footer { padding-block: 28px; }
}

[dir="rtl"] .button svg,
[dir="rtl"] .hero-product-control > svg,
[dir="rtl"] .storage-spotlight-models > a > svg,
[dir="rtl"] .product-related-list > a > svg { transform: scaleX(-1); }

@media (max-width: 390px) {
  .hero-v2 h1 { font-size: 39px; }
  .hero-v2 .hero-actions .button { width: 100%; }
  .storage-spotlight-models > a { grid-template-columns: 84px minmax(0, 1fr) 16px; }
  .storage-spotlight-models figure { width: 84px; height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v2 .hero-stage,
  .product-directory-row figure img,
  .storage-spotlight-models img { transition: none; }
}
