:root {
  --msi-red: #d31c78;
  --msi-red-dark: #9f1258;
  --msi-red-rgb: 211, 28, 120;
  --msi-blue: #b01768;
  --msi-ink: #1f2933;
  --msi-muted: #667085;
  --msi-line: #e8ebef;
  --msi-soft: #f5f7fa;
  --msi-white: #ffffff;
  --shadow: 0 18px 45px rgba(31, 41, 51, 0.12);
  --radius: 8px;
}

/* ==========================================================================
   BLOCK CSS DESKTOP 
   ========================================================================== */

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader__mark {
  position: relative;
  display: grid;
  width: var(--loader-logo-size, 118px);
  height: var(--loader-logo-size, 118px);
  place-items: center;
  color: #ffffff;
  border-radius: 34px;
  background: var(--msi-red);
  box-shadow: 0 22px 55px rgba(var(--msi-red-rgb), .20);
  animation: loader-breathe 1.2s ease-in-out infinite;
  transform: rotate(45deg);
}

.site-loader__mark.has-loader-image {
  border-radius: 50%;
  background: #ffffff;
}

.site-loader__mark::before,
.site-loader__mark::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 2px solid rgba(var(--msi-red-rgb), .16);
  animation: loader-ring 1.2s ease-in-out infinite;
}

.site-loader__mark::before {
  inset: -18px;
}

.site-loader__mark::after {
  inset: -34px;
  animation-delay: 160ms;
}

.site-loader__mark span {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  transform: rotate(-45deg);
}

.site-loader__image {
  width: calc(var(--loader-logo-size, 118px) * 0.72) !important;
  height: calc(var(--loader-logo-size, 118px) * 0.72) !important;
  max-width: calc(var(--loader-logo-size, 118px) * 0.72) !important;
  max-height: calc(var(--loader-logo-size, 118px) * 0.72) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  transform: rotate(-45deg);
}

@keyframes loader-breathe {

  0%,
  100% {
    transform: rotate(45deg) scale(.94);
  }

  50% {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes loader-ring {
  0% {
    opacity: .85;
    transform: scale(.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

/* Untuk Desktop & Mobile */
.site-footer {
  /* Memaksa container melepaskan batasan stacking context */
  transform: none !important;
  contain: none !important;
}

/* Jika menggunakan AOS, hapus transform-nya saat animasi selesai/berjalan */
.site-footer[data-aos] {
  transform: none !important;
  pointer-events: auto !important;
}

@media (max-width: 640px) {

  html,
  body {
    /* overflow-x: hidden; */
    overflow-x: clip;
    /* Menghindari horizontal scroll yang tidak diinginkan */
  }

  body.aos-ready [data-aos="fade-left"],
  body.aos-ready [data-aos="fade-right"] {
    transform: translate3d(0, 28px, 0);
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .header-nav-wrap {
    gap: 10px;
  }

  .nav-toggle {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .search-toggle {
    width: 24px;
    height: 24px;
  }

  .primary-nav {
    top: 68px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 18px 36px;
  }

  .hero-art {
    display: grid;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.32;
    place-items: end center;
    overflow: hidden;
  }

  .hero-art img {
    width: 112%;
    max-width: 450px;
    transform: translateX(-6px);
  }

  .product-stack {
    position: relative;
    top: auto;
    right: auto;
    order: -1;
    align-self: flex-end;
    width: 136px;
    height: 100px;
    margin: 0 0 -72px;
    z-index: 3;
  }

  .promo-title {
    top: 34px;
    font-size: 15px;
  }

  .promo-cart {
    top: 51px;
    transform: translateX(-50%) scale(.66);
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: 28px;
    line-height: 1.08;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 340px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-hashtag {
    margin-top: 28px;
  }

  .career-band {
    min-height: 420px;
    padding: 48px 22px;
    background-position: 38% center;
  }

  .career-band h2 {
    font-size: 32px;
    font-weight: 700;
    /* Pastikan tebal */
    color: #d32f2f;
    /* Contoh warna merah kontras, sesuaikan dengan hex warna merah SBA */
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    /* Memberikan rim light putih tipis di belakang teks */
  }

  .career-subtitle {
    font-size: 18px;
    /* Sedikit dikecilkan dari 23px agar teks panjangnya tidak terlalu menumpuk */
    color: #2c3e50;
    /* Warna biru gelap/charcoal pekat, jauh lebih terbaca dibanding abu-abu */
    font-weight: 600;
    line-height: 1.4;
  }

  .career-more,
  .btn {
    min-width: 146px;
    min-height: 48px;
    padding-left: 54px;
    padding-right: 24px;
    font-size: 14px;
  }

  .career-more span,
  .btn::before {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .career-more span::before {
    font-size: 30px;
  }

  .btn::after {
    left: 16px;
    font-size: 30px;
  }

  .split-section,
  .content-section,
  .locator-section,
  .single-content {
    padding: 44px 22px;
  }

  .split-section {
    gap: 28px;
  }

  .split-section h2,
  .section-heading h2,
  .locator-heading h2 {
    font-size: 31px;
  }

  .media-mosaic {
    min-height: 260px;
  }

  .media-mosaic img {
    min-height: 260px;
  }

  .news-section,
  .product-section {
    padding-left: 34px;
    padding-right: 34px;
  }

  .news-section .section-heading,
  .product-section .section-heading {
    margin-bottom: 22px;
  }

  .news-body h3 {
    font-size: 18px;
  }

  .product-card {
    min-height: 330px;
  }

  .product-actions {
    gap: 8px;
  }

  .product-actions .mini-link {
    min-height: 34px;
    padding-inline: 13px;
  }

  .locator-section {
    padding-top: 48px;
  }

  .locator-pin {
    left: -8px;
    top: -58px;
    width: 86px;
  }

  .locator-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .locator-tabs {
    gap: 12px;
  }

  .locator-tabs span {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }

  .store-card {
    margin-bottom: 18px;
    padding-bottom: 20px;
  }

  .store-actions {
    gap: 6px;
  }

  .store-actions a {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .site-footer {
    padding: 54px 24px 64px;
  }

  .footer-grid {
    gap: 26px;
  }

  .footer-logo {
    width: 62px;
    height: 62px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .site-footer h2 {
    margin-bottom: 8px;
    font-size: 19px;
  }

  /* 1. Mengoptimalkan Floating Button di Mobile */
  .help-bubble {
    position: fixed !important;
    /* Memastikan tetap floating melayang saat di-scroll */
    right: 16px !important;
    /* Geser agak ke tepi layar mobile */
    bottom: 20px !important;
    /* Jarak dari bawah layar */
    z-index: 99999 !important;
    /* Harus di atas element content apapun, tapi di bawah header jika perlu */
    padding: 10px 14px;
    /* Sedikit diperkecil ukurannya agar pas untuk jempol mobile */
    font-size: 11px;
    box-shadow: 0 8px 24px rgba(31, 41, 51, 0.25);
    /* Pertegas shadow agar melayang */
  }

  /* 2. Mengatur Lapisan Modal Backdrop di Mobile */
  .help-modal {
    z-index: 1000000 !important;
    /* Naikan z-index modal agar menutupi seluruh layar termasuk header sticky */
  }

  /* 3. Mengatur Posisi Pop-up Panel Layanan Pelanggan di Mobile */
  .help-panel {
    /* Set posisi di tengah layar mobile, tidak tertutup header sticky */
    right: 50% !important;
    top: 86px !important;
    bottom: auto !important;
    transform: translateX(50%) translateY(20px) scale(0.98) !important;
    /* Anchor center horizontal */

    width: calc(100vw - 32px);
    /* Lebar maksimal mengikuti layar mobile dikurangi margin kiri-kanan */
    max-height: calc(100dvh - 106px);
    /* Batasi tinggi agar tidak meluber keluar layar HP */
    border-radius: 16px;
  }

  /* Trigger saat modal terbuka (mengikuti class JS kamu) */
  .help-modal.is-open .help-panel {
    transform: translateX(50%) translateY(0) scale(1) !important;
  }

  /* 4. Sesuaikan ukuran font header panel di mobile agar tidak terlalu besar */
  .help-panel-header h2 {
    font-size: 20px;
  }

  .help-panel-header p {
    font-size: 14px;
  }
}

/* Winning overrides: hero layout must stay close to the Lotte reference. */
.hero {
  display: grid;
  grid-template-columns: minmax(520px, .55fr) minmax(430px, .45fr);
  align-items: center;
  min-height: 620px;
  padding: 28px clamp(28px, 7vw, 136px) 58px;
  background:
    radial-gradient(circle at 12% 48%, rgba(231, 214, 190, .46), transparent 34%),
    linear-gradient(180deg, #fbfaf8 0%, #ffffff 72%);
}

.hero-art {
  justify-self: end;
  min-height: 445px;
}

.hero-art img {
  width: min(720px, 108%);
  max-width: none;
  transform: translateX(-22px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  justify-self: start;
  width: min(100%, 500px);
  max-width: 500px;
  margin-left: -82px;
  padding-right: 0;
  text-align: center;
  transform: none;
}

.hero-copy h1 {
  max-width: 500px;
  margin-inline: auto;
  font-size: clamp(34px, 3.45vw, 54px);
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 22px;
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1.62;
}

.hero-hashtag {
  margin-top: 86px;
}

.product-stack {
  position: absolute;
  right: clamp(34px, 5.6vw, 112px);
  top: 116px;
  width: 232px;
  height: 166px;
  margin: 0 0 0 var(--sba-promo-card-x, 0px);
}

.promo-emblem {
  top: 18px;
  width: 28px;
  height: 28px;
  font-size: 8px;
}

.promo-title {
  top: 53px;
  font-size: 21px;
}

.promo-cart {
  top: 76px;
  transform: translateX(-50%) scale(.9);
}

.promo-button {
  bottom: 14px;
  padding: 8px 17px;
  font-size: 12px;
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(470px, .52fr) minmax(390px, .48fr);
    min-height: 590px;
    padding-inline: clamp(24px, 5vw, 88px);
  }

  .hero-art img {
    width: min(640px, 108%);
    transform: translateX(-12px);
  }

  .hero-copy {
    width: 460px;
    max-width: 460px;
    margin-left: -84px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 3.55vw, 44px);
  }

  .product-stack {
    right: 34px;
    top: 116px;
    width: 198px;
    height: 146px;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 24px 48px;
  }

  .hero-art {
    width: 100%;
    min-height: 0;
    justify-self: center;
    order: 1;
  }

  .hero-art img {
    width: min(620px, 112%);
    transform: none;
  }

  .hero-copy {
    order: 2;
    width: 100%;
    max-width: 620px;
    margin-left: 0;
    justify-self: center;
  }

  .hero-copy h1 {
    max-width: 600px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 560px;
  }

  .product-stack {
    position: absolute;
    top: 34px;
    right: 24px;
    width: 174px;
    height: 126px;
  }

  .promo-title {
    top: 41px;
    font-size: 17px;
  }

  .promo-cart {
    top: 58px;
    transform: translateX(-50%) scale(.74);
  }

  .promo-button {
    bottom: 10px;
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .hero {
    display: grid;
    padding: 18px 18px 40px;
  }

  .hero-art {
    aspect-ratio: 1.26;
    place-items: end center;
    overflow: hidden;
  }

  .hero-art img {
    width: 114%;
    max-width: 460px;
    transform: none;
  }

  .product-stack {
    top: 18px;
    right: 18px;
    width: 132px;
    height: 98px;
  }

  .promo-emblem {
    top: 11px;
    width: 22px;
    height: 22px;
    font-size: 7px;
  }

  .promo-title {
    top: 34px;
    font-size: 14px;
  }

  .promo-cart {
    top: 50px;
    transform: translateX(-50%) scale(.62);
  }

  .promo-button {
    bottom: 8px;
    padding: 6px 12px;
    font-size: 9px;
  }

  .hero-copy h1 {
    max-width: 354px;
    font-size: 28px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 352px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-hashtag {
    margin-top: 30px;
  }
}

/* Final polish for hero balance after visual QA. */
.hero {
  grid-template-columns: minmax(500px, .5fr) minmax(500px, .5fr);
  min-height: 570px;
  padding: 26px clamp(28px, 6.4vw, 112px) 50px;
  background: #ffffff;
}

.hero-art {
  justify-self: start;
  min-height: 420px;
}

.hero-art img {
  width: min(635px, 102%);
  transform: translateX(-10px);
  mix-blend-mode: multiply;
}

.hero-copy {
  justify-self: start;
  width: 430px;
  max-width: 430px;
  margin-left: 0;
  padding-right: 0;
}

.hero-copy h1 {
  max-width: 430px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.hero-copy p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 20px;
  font-size: clamp(16px, 1.32vw, 20px);
  line-height: 1.62;
}

.hero-hashtag {
  margin-top: 72px;
}

.product-stack {
  right: clamp(28px, 5vw, 96px);
  top: 142px;
  width: 184px;
  height: 136px;
}

.promo-emblem {
  top: 15px;
  width: 25px;
  height: 25px;
}

.promo-title {
  top: 45px;
  font-size: 19px;
}

.promo-cart {
  top: 65px;
  transform: translateX(-50%) scale(.76);
}

.promo-button {
  bottom: 11px;
  padding: 7px 15px;
  font-size: 11px;
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(475px, .51fr) minmax(440px, .49fr);
    min-height: 548px;
    padding-inline: clamp(28px, 5.4vw, 82px);
  }

  .hero-art img {
    width: min(600px, 101%);
    transform: translateX(-6px);
  }

  .hero-copy {
    width: 400px;
    max-width: 400px;
  }

  .hero-copy h1 {
    max-width: 400px;
    font-size: clamp(30px, 3.04vw, 39px);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 400px;
    font-size: 18px;
  }

  .product-stack {
    right: 38px;
    top: 144px;
    width: 176px;
    height: 130px;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(420px, .5fr) minmax(390px, .5fr);
  }

  .hero-copy {
    width: 370px;
    max-width: 370px;
  }

  .hero-copy h1 {
    max-width: 370px;
    font-size: 34px;
  }

  .product-stack {
    width: 154px;
    height: 116px;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 34px 24px 48px;
  }

  .hero-art {
    width: 100%;
    min-height: 0;
    justify-self: center;
  }

  .hero-art img {
    width: min(620px, 112%);
    transform: none;
  }

  .hero-copy {
    width: 100%;
    max-width: 600px;
    justify-self: center;
  }

  .hero-copy h1 {
    max-width: 560px;
    font-size: 34px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 540px;
  }

  .product-stack {
    top: 30px;
    right: 24px;
    width: 156px;
    height: 116px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 18px 18px 40px;
  }

  .hero-art img {
    width: 112%;
    max-width: 440px;
  }

  .product-stack {
    top: 18px;
    right: 18px;
    width: 128px;
    height: 94px;
  }

  .hero-copy h1 {
    max-width: 350px;
    font-size: 27px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 350px;
    font-size: 15px;
  }
}

@media (max-width: 980px) {

  .sba-page-hero,
  .sba-about-intro,
  .sba-values,
  .sba-proof,
  .sba-contact-strip {
    grid-template-columns: 1fr;
  }

  .career-band {
    min-height: 420px;
  }

  .career-more {
    white-space: nowrap;
    min-width: 140px;
  }


  .sba-page-hero {
    padding-top: 70px;
  }

  .sba-feature-grid,
  .sba-contact-grid,
  .sba-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sba-contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .sba-contact-strip .career-more {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .sba-page-hero {
    padding: 56px 22px 44px;
    background-position: 30% bottom;
  }

  .sba-page-hero__copy h1 {
    font-size: 38px;
  }

  .sba-page-hero__copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .sba-page-hero__panel {
    min-height: 156px;
    padding: 24px;
  }

  .sba-page-hero__panel strong {
    font-size: 27px;
  }

  .sba-feature-grid,
  .sba-contact-grid,
  .sba-stats {
    grid-template-columns: 1fr;
  }

  .sba-value-card,
  .sba-feature-card {
    padding: 24px;
  }

  .sba-feature-card h3 {
    min-height: 0;
    font-size: 20px;
  }

  .sba-about-intro h2,
  .sba-proof h2 {
    font-size: 30px;
  }

  .sba-about-intro__text p {
    font-size: 16px;
  }

  .sba-contact-strip {
    padding: 42px 22px;
  }

  .sba-contact-strip h2 {
    font-size: 24px;
  }
}

/* Final hero and loader tuning. Keep at the end so it wins over older blocks. */
.hero {
  grid-template-columns: minmax(520px, .55fr) minmax(430px, .45fr);
  min-height: 620px;
  padding: 28px clamp(28px, 7vw, 136px) 58px;
  background:
    radial-gradient(circle at 12% 48%, rgba(231, 214, 190, .46), transparent 34%),
    linear-gradient(180deg, #fbfaf8 0%, #ffffff 72%);
}

.hero-art {
  justify-self: end;
  min-height: 445px;
}

.hero-art img {
  width: min(720px, 108%);
  transform: translateX(-22px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  justify-self: start;
  width: min(100%, 500px);
  max-width: 500px;
  padding-right: 0;
  margin-left: -82px;
  text-align: center;
  transform: none;
}

.hero-copy h1 {
  max-width: 520px;
  margin-inline: auto;
  font-size: clamp(34px, 3.45vw, 54px);
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 22px;
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1.62;
}

.hero-hashtag {
  margin-top: 86px;
}

.product-stack {
  right: clamp(34px, 5.6vw, 112px);
  top: 116px;
  width: 232px;
  height: 166px;
}

.promo-emblem {
  top: 18px;
  width: 28px;
  height: 28px;
  font-size: 8px;
}

.promo-title {
  top: 53px;
  font-size: 21px;
}

.promo-cart {
  top: 76px;
}

.promo-button {
  bottom: 14px;
  padding: 8px 17px;
  font-size: 12px;
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(470px, .52fr) minmax(390px, .48fr);
    min-height: 590px;
    padding-inline: clamp(24px, 5vw, 88px);
  }

  .hero-art img {
    width: min(640px, 108%);
    transform: translateX(-12px);
  }

  .hero-copy {
    width: 460px;
    max-width: 460px;
    padding-right: 0;
    margin-left: -84px;
    transform: none;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 3.55vw, 44px);
  }

  .product-stack {
    right: 34px;
    top: 116px;
    width: 198px;
    height: 146px;
  }
}

@media (max-width: 980px) {
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 24px 48px;
  }

  .hero-art {
    justify-self: center;
    min-height: 0;
    order: 1;
  }

  .hero-art img {
    width: min(620px, 112%);
    transform: none;
  }

  .hero-copy {
    order: 2;
    width: 100%;
    max-width: 620px;
    padding-right: 0;
    margin-left: 0;
    justify-self: center;
    transform: none;
  }

  .hero-copy h1 {
    max-width: 600px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 560px;
  }

  .product-stack {
    position: absolute;
    top: 34px;
    right: 24px;
    width: 174px;
    height: 126px;
  }

  .promo-title {
    top: 41px;
    font-size: 17px;
  }

  .promo-cart {
    top: 58px;
    transform: translateX(-50%) scale(.74);
  }

  .promo-button {
    bottom: 10px;
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .site-loader__mark {
    width: 86px;
    height: 86px;
    border-radius: 25px;
  }

  .site-loader__mark span {
    font-size: 20px;
  }

  .hero {
    padding: 18px 18px 40px;
  }

  .hero-art {
    width: 100%;
    aspect-ratio: 1.26;
    place-items: end center;
    overflow: hidden;
  }

  .hero-art img {
    width: 114%;
    max-width: 460px;
  }

  .product-stack {
    top: 18px;
    right: 18px;
    width: 132px;
    height: 98px;
  }

  .promo-emblem {
    top: 11px;
    width: 22px;
    height: 22px;
    font-size: 7px;
  }

  .promo-title {
    top: 34px;
    font-size: 14px;
  }

  .promo-cart {
    top: 50px;
    transform: translateX(-50%) scale(.62);
  }

  .promo-button {
    bottom: 8px;
    padding: 6px 12px;
    font-size: 9px;
  }

  .hero-copy h1 {
    max-width: 354px;
    font-size: 28px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 352px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-hashtag {
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .site-loader__mark,
  .site-loader__mark::before,
  .site-loader__mark::after {
    animation: none;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--msi-ink);
  background: var(--msi-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.aos-ready [data-aos] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aos-delay, 0ms);
  will-change: opacity, transform;
}

body.aos-ready [data-aos="fade-right"] {
  transform: translate3d(-42px, 0, 0);
}

body.aos-ready [data-aos="fade-left"] {
  transform: translate3d(42px, 0, 0);
}

body.aos-ready [data-aos="zoom-in"] {
  transform: scale(0.92);
}

body.aos-ready [data-aos].aos-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.elementor-editor-active [data-aos],
body.elementor-editor-preview [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   HASIL PENYATUAN & PEMBERSIHAN KONFLIK CSS DESKTOP
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.8vw, 24px);
  padding: 18px clamp(20px, 6.2vw, 140px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 0;
  transition:
    padding 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.16);
}

/* CONTAINER BRAND (Sudah dibersihkan dari min-width pengacau) */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  /* Mengunci jarak logo kustom dan teks agar dekat dan rapi */
  text-decoration: none;
  flex: 0 1 auto;
  min-width: 0;
}

.brand--text-hidden {
  gap: 0;
}

/* ==========================================================================
   FORCE FIX UNTUK LOGO (Target langsung kelas bawaan WordPress)
   ========================================================================== */

/* Targetkan wrapper link bawaan WP */
a.custom-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: var(--header-logo-size, 55px) !important;
  width: var(--header-logo-size, 55px) !important;
  min-width: var(--header-logo-size, 55px) !important;
  flex-shrink: 0 !important;
  overflow: hidden;
}

/* Targetkan gambar di dalam wrapper secara super spesifik */
a.custom-logo-link img.custom-logo,
.brand img.custom-logo,
img.custom-logo {
  width: var(--header-logo-size, 55px) !important;
  height: var(--header-logo-size, 55px) !important;
  max-width: var(--header-logo-size, 55px) !important;
  max-height: var(--header-logo-size, 55px) !important;
  min-width: var(--header-logo-size, 55px) !important;
  min-height: var(--header-logo-size, 55px) !important;
  object-fit: contain !important;
  display: block !important;
}

/* JALUR CADANGAN: Lingkaran Merah SBA bawaan jika gambar logo kosong */
.brand-mark,
.footer-logo {
  display: grid;
  width: var(--header-logo-size, 46px);
  height: var(--header-logo-size, 46px);
  place-items: center;
  border-radius: 50%;
  color: var(--msi-white);
  background: var(--msi-red);
  font-weight: 900;
  flex-shrink: 0;
}

/* TEKS BRAND (Sudah disesuaikan agar pas di samping logo melingkar) */
.brand-text {
  color: var(--msi-red);
  font-weight: 800;
  text-transform: uppercase;
  font-size: var(--header-brand-text-size, 16px) !important;
  line-height: 1.2 !important;
  /* Memberikan ruang antar baris teks yang seimbang */
  letter-spacing: 0;
  display: block;
  max-width: clamp(82px, 10vw, 164px);
}

/* SISA ELEMEN HEADER */
.header-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.5vw, 22px);
  flex: 1;
  min-width: 0;
}

.primary-nav ul,
.site-footer ul {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav>ul {
  position: relative;
}

.primary-nav li {
  position: relative;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(11px, 0.72vw, 12px);
  font-weight: 800;
  color: #202938;
  white-space: nowrap;
}

.primary-nav a:hover {
  color: var(--msi-red);
}

.primary-nav li:nth-child(2) a,
.primary-nav li:nth-child(3) a,
.primary-nav li:nth-child(4) a {
  color: var(--msi-blue);
}

.primary-nav li:nth-child(3) a,
.primary-nav li:nth-child(4) a {
  color: var(--msi-red);
}

.primary-nav .has-dropdown>a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 180ms ease;
}

.primary-nav .has-dropdown:hover>a::after,
.primary-nav .has-dropdown:focus-within>a::after {
  transform: rotate(45deg) translateY(-1px);
}

.primary-nav .sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 22px);
  z-index: 120;
  display: grid;
  min-width: 188px;
  gap: 0;
  padding: 10px 0;
  border-top: 4px solid var(--msi-red);
  background: var(--msi-white);
  box-shadow: 0 14px 28px rgba(31, 41, 51, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.primary-nav .dropdown-blue .sub-menu {
  border-top-color: var(--msi-blue);
}

.primary-nav .has-dropdown:hover>.sub-menu,
.primary-nav .has-dropdown:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.primary-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  height: 26px;
}

.primary-nav .sub-menu li {
  width: 100%;
}

.primary-nav .sub-menu a {
  display: flex;
  width: 100%;
  padding: 8px 18px;
  color: #202938 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.primary-nav .sub-menu a:hover {
  color: var(--msi-red) !important;
  background: #f8f8f8;
}

.search-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  padding: 0;
}

.search-toggle span {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  border: 3px solid #121820;
  border-radius: 50%;
}

.search-toggle span::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -6px;
  width: 8px;
  height: 3px;
  border-radius: 999px;
  background: #121820;
  transform: rotate(45deg);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--msi-line);
  border-radius: var(--radius);
  background: var(--msi-white);
  padding: 9px 12px;
  font-weight: 800;
  gap: 10px;
  align-items: center;
}

.nav-toggle::before {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background:
    linear-gradient(var(--msi-red), var(--msi-red)) 0 0/100% 3px,
    linear-gradient(var(--msi-red), var(--msi-red)) 0 50%/100% 3px,
    linear-gradient(var(--msi-red), var(--msi-red)) 0 100%/100% 3px;
  background-repeat: no-repeat;
  border-radius: 2px;
}


.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 0.98fr) minmax(440px, 1.02fr);
  align-items: center;
  min-height: 545px;
  padding: 18px clamp(20px, 7.5vw, 150px) 48px;
  background: linear-gradient(180deg, #fbfaf8 0%, #ffffff 72%);
  overflow: hidden;
}

.hero-copy {
  max-width: 390px;
  text-align: center;
  transform: translateX(-102px);
  justify-self: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--msi-red);
  font-size: 13px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--msi-red);
  font-size: clamp(31px, 3.05vw, 43px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  line-height: 1.28;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 430px;
  margin: 18px auto 0;
  color: var(--msi-muted);
  font-size: 19px;
}

.hero-hashtag {
  display: block;
  margin-top: 76px;
  color: var(--msi-red);
  font-size: 13px;
  font-weight: 900;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 30px 0 62px;
  color: var(--msi-white);
  background: linear-gradient(90deg, var(--msi-red) 0%, var(--msi-red-dark) 100%);
  box-shadow: 0 16px 28px rgba(var(--msi-red-rgb), 0.20);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 3px solid rgba(214, 214, 214, 0.95);
  border-radius: 14px;
  background: var(--msi-white);
  box-shadow: 0 4px 8px rgba(31, 41, 51, 0.14);
  transform: translateY(-50%) rotate(45deg);
}

.btn::after {
  content: "›";
  position: absolute;
  left: 19px;
  top: 50%;
  color: var(--msi-red);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-52%);
}

.btn:hover {
  transform: translateX(3px);
  box-shadow: 0 18px 32px rgba(var(--msi-red-rgb), 0.28);
}

.btn-primary {
  color: var(--msi-white);
  background: linear-gradient(90deg, var(--msi-red) 0%, var(--msi-red-dark) 100%);
}

.btn-primary:hover {
  background: linear-gradient(90deg, var(--msi-red) 0%, var(--msi-red-dark) 100%);
}

.btn-secondary {
  color: var(--msi-white);
  background: linear-gradient(90deg, var(--msi-red) 0%, var(--msi-red-dark) 100%);
  border-color: transparent;
}

.hero-art {
  position: relative;
  min-height: 390px;
  z-index: 1;
}

.hero-art img {
  width: min(620px, 100%);
  max-width: none;
  height: auto;
  mix-blend-mode: multiply;
  transform: translateX(-46px);
}

.warehouse {
  position: absolute;
  left: 5%;
  bottom: 48px;
  width: 62%;
  aspect-ratio: 1.2;
  border-radius: 50% 50% 8px 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .8) 1px, transparent 1px) 0 0/34px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, .75) 1px, transparent 1px) 0 0/100% 34px,
    linear-gradient(135deg, #dff5ff, #8dc8e4);
  box-shadow: var(--shadow);
}

.warehouse::after {
  content: "";
  position: absolute;
  left: -54px;
  right: -80px;
  bottom: -54px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #6ebe50 0 54%, transparent 55%);
  z-index: -1;
}

.warehouse::before {
  content: "SBA";
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--msi-red);
  font-size: clamp(22px, 4vw, 42px);
  font-weight: 900;
}

.cart {
  position: absolute;
  right: 17%;
  bottom: 50px;
  width: 170px;
  height: 110px;
  border: 12px solid var(--msi-red);
  border-top: 0;
  transform: skew(-8deg);
}

.cart::before {
  content: "";
  position: absolute;
  inset: 18px;
  background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(var(--msi-red-rgb), .45) 19px 22px);
}

.cart::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -38px;
  height: 22px;
  background:
    radial-gradient(circle, var(--msi-ink) 0 8px, transparent 9px) left center/60px 22px no-repeat,
    radial-gradient(circle, var(--msi-ink) 0 8px, transparent 9px) right center/60px 22px no-repeat;
}

.product-stack {
  position: absolute;
  right: clamp(14px, 2vw, 28px);
  top: 82px;
  display: block;
  width: 212px;
  height: 154px;
  margin-left: var(--sba-promo-card-x, 0px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .22), transparent 26%),
    linear-gradient(135deg, #11c7f2 0%, #0b76ff 46%, #1337ef 100%);
  box-shadow: 0 18px 36px rgba(21, 76, 205, 0.24);
  overflow: hidden;
}

.product-stack::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 70, 0.18));
}

.product-stack::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -32px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.promo-emblem {
  position: absolute;
  left: 50%;
  top: 16px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #1c62ff;
  background: #ffffff;
  transform: translateX(-50%);
  font-size: 8px;
  font-weight: 900;
}

.promo-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 24, 110, .22);
}

.promo-cart {
  position: absolute;
  left: 50%;
  top: 69px;
  width: 72px;
  height: 46px;
  transform: translateX(-50%) scale(.9);
}

.promo-basket {
  position: absolute;
  left: 13px;
  top: 16px;
  width: 48px;
  height: 25px;
  border: 4px solid #ffffff;
  border-top: 0;
  transform: skew(-7deg);
}

.promo-basket::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: -11px;
  height: 8px;
  background:
    radial-gradient(circle, #ffffff 0 3px, transparent 4px) left center/20px 8px no-repeat,
    radial-gradient(circle, #ffffff 0 3px, transparent 4px) right center/20px 8px no-repeat;
}

.promo-box {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 70, .13);
}

.box-one {
  left: 21px;
  top: 3px;
  width: 17px;
  height: 20px;
  background: #ffd34d;
}

.box-two {
  left: 37px;
  top: 0;
  width: 18px;
  height: 24px;
  background: #ff5b4d;
}

.box-three {
  left: 51px;
  top: 8px;
  width: 15px;
  height: 18px;
  background: #5be27a;
}

.promo-button {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #ffffff;
  color: #164bf2;
  padding: 7px 15px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.career-band {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: var(--sba-career-align, flex-start);
  justify-content: var(--sba-career-justify, center);
  gap: var(--sba-career-gap, 22px);
  width: min(100%, var(--sba-career-section-max-width, 100%));
  min-height: var(--sba-career-section-height, clamp(360px, 52vw, 505px));
  aspect-ratio: var(--sba-career-section-aspect-ratio, auto);
  margin-inline: auto;
  padding: clamp(44px, 7vw, 88px) clamp(20px, 7vw, 136px);
  padding-left: clamp(24px, 6vw, 80px);
  text-align: var(--sba-career-text-align, left);

  --sba-career-default-image: url("../images/sba-career-office-bg.jpg");
  --sba-career-active-image: var(--sba-career-image, var(--sba-career-default-image));
  --sba-career-overlay-color: rgba(255, 255, 255, 0.60);
  --sba-career-bg-x: 12%;
  --sba-career-bg-y: top;
  --sba-career-bg-position: var(--sba-career-bg-x) var(--sba-career-bg-y);
  --sba-career-bg-size: cover;
  --sba-career-content-width: 380px;
  --sba-career-content-x: 65%;
  --sba-career-content-y: 48%;
  --sba-career-cta-x: 65%;
  --sba-career-cta-y: 66%;
  --sba-career-mobile-text-align: center;
  --sba-career-mobile-gap: 10px;
  --sba-career-mobile-copy-x: 0px;
  --sba-career-mobile-copy-y: 0px;
  --sba-career-mobile-cta-x: 0px;
  --sba-career-mobile-cta-y: -24px;

  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), var(--sba-career-overlay-color) 58%, rgba(255, 255, 255, 0.92)),
    var(--sba-career-active-image) var(--sba-career-bg-position) / var(--sba-career-bg-size) no-repeat;
}

.career-people {
  display: none;
}

@media (min-width:1120px) {

  .career-band {

    position: relative;

  }

  .career-band>div:not(.career-people) {

    position: absolute;

    width: min(100%, var(--sba-career-content-width, 380px));

    max-width: var(--sba-career-content-width, 380px);

    left: var(--sba-career-content-x);

    top: var(--sba-career-content-y);

    transform: translate(-50%, -50%);
  }

  .career-band .career-more {

    /* position: absolute;

    left: var(--sba-career-cta-x);

    top: var(--sba-career-cta-y);

    transform: translate(-50%, -50%); */
  }

}



.career-band p {
  margin: 0;
  color: var(--msi-muted);
}

.career-band .eyebrow {
  margin-bottom: 6px;
  font-size: 10px;
  line-height: 1;
}

.career-band h2 {
  margin-bottom: 2px;
  color: #3b4048;
  font-size: clamp(28px, 2.65vw, 42px);
  line-height: 1.08;
}

.career-subtitle {
  max-width: none;
  color: #575f69 !important;
  font-size: clamp(18px, 2.05vw, 32px);
  font-weight: 700;
  line-height: 1.15;
}

.career-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 164px;
  min-height: 54px;
  padding: 0 30px 0 62px;
  border-radius: 999px;
  color: var(--msi-white);
  background: linear-gradient(90deg, var(--msi-red) 0%, var(--msi-red-dark) 100%);
  box-shadow: 0 16px 28px rgba(var(--msi-red-rgb), 0.20);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.career-more span {
  position: absolute;
  left: -2px;
  top: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid rgba(214, 214, 214, 0.95);
  border-radius: 14px;
  background: var(--msi-white);
  box-shadow: 0 4px 8px rgba(31, 41, 51, 0.14);
  transform: translateY(-50%) rotate(45deg);
}

.career-more span::before {
  content: "›";
  color: var(--msi-red);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-45deg) translateY(-1px);
}

.career-more strong {
  position: relative;
  z-index: 1;
}

.career-more:hover {
  transform: none;
  box-shadow: 0 18px 32px rgba(var(--msi-red-rgb), 0.28);
}

.split-section,
.content-section,
.locator-section,
.single-content {
  padding: 68px clamp(20px, 7vw, 136px);
}

.split-section {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  align-items: center;
  gap: 48px;
}

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

.media-mosaic {
  position: relative;
  min-height: 390px;
}

.media-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  border-radius: 0;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: var(--msi-red);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 32px rgba(var(--msi-red-rgb), 0.3);
}

button.play-button {
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--msi-white);
  margin-left: 4px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000002;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 16, 24, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-modal__panel {
  width: min(960px, 100%);
  overflow: hidden;
  border-radius: 12px;
  background: #0b1220;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  transform: scale(0.96);
  transition: transform 220ms ease;
}

.video-modal.is-open .video-modal__panel {
  transform: scale(1);
}

.video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 14px 18px;
  color: var(--msi-white);
  background: #111827;
}

.video-modal__title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.video-modal__close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--msi-white);
  background: rgba(255, 255, 255, 0.14);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal video {
  display: block;
  width: 100%;
  max-height: min(72vh, 620px);
  background: #000;
}

body.video-open {
  overflow: hidden;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading a,
.mini-link {
  color: var(--msi-red);
  font-size: 13px;
  font-weight: 900;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.news-section {
  position: relative;
  padding-top: 58px;
  padding-bottom: 52px;
}

.news-section .section-heading {
  max-width: 1180px;
  margin-inline: auto;
  margin-bottom: 34px;
}

.news-section h2 {
  color: var(--msi-red);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 900;
}

.news-slider,
.product-slider,
.partner-slider {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.news-viewport,
.product-viewport,
.partner-viewport {
  overflow: hidden;
}

.news-track,
.product-track,
.partner-track {
  display: flex;
  gap: 22px;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.news-track::-webkit-scrollbar,
.product-track::-webkit-scrollbar,
.partner-track::-webkit-scrollbar {
  display: none;
}

.news-track.is-dragging,
.product-track.is-dragging,
.partner-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.news-track.is-dragging a,
.product-track.is-dragging a,
.partner-track.is-dragging a,
.news-track.is-dragging img,
.product-track.is-dragging img,
.partner-track.is-dragging img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.news-track .news-card {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
}

.product-section {
  padding-top: 12px;
}

.product-section .section-heading,
.product-slider {
  max-width: 1180px;
  margin-inline: auto;
}

.product-section h2 {
  color: var(--msi-red);
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 900;
}

.product-track .product-card {
  flex: 0 0 calc((100% - 66px) / 4);
  scroll-snap-align: start;
}

.partner-track .partner-card {
  flex: 0 0 calc((100% - 66px) / 4);
  scroll-snap-align: start;
}

.slider-arrow {
  position: absolute;
  top: 47%;
  z-index: 2;
  width: 32px;
  height: 58px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-arrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-top: 3px solid #a5a5a5;
  border-left: 3px solid #a5a5a5;
}

.slider-prev {
  left: -46px;
}

.slider-prev::before {
  transform: rotate(-45deg);
}

.slider-next {
  right: -46px;
}

.slider-next::before {
  transform: rotate(135deg);
}

.slider-arrow:hover::before {
  border-color: var(--msi-red);
}

.slider-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.news-card,
.product-card,
.career-card,
.store-card,
.testimonial-card,
.gallery-card {
  border-radius: var(--radius);
  background: var(--msi-white);
  border: 1px solid var(--msi-line);
  overflow: hidden;
}

.news-card {
  border: 0;
  border-radius: 0;
  background: #e9e9e9;
  box-shadow: none;
}

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

.news-archive-grid .news-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--msi-line);
  border-radius: 8px;
  background: var(--msi-white);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
}

.news-image {
  display: block;
  aspect-ratio: 1.42;
  background: #dce4ed;
}

.news-image span {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(var(--msi-red-rgb), .82), rgba(0, 111, 201, .62)),
    url("../images/news-pattern.png") center/cover;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-body {
  min-height: 178px;
  padding: 0 22px 22px;
  background: #e9e9e9;
}

.news-body time {
  display: inline-block;
  min-width: 140px;
  margin: 0 0 18px -22px;
  color: var(--msi-white);
  background: var(--msi-red);
  position: relative;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
}

.news-body h3 {
  margin-bottom: 14px;
  color: #595959;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.news-body h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-body p {
  display: none;
}

.news-body .mini-link {
  color: var(--msi-red);
  font-size: 15px;
  font-weight: 500;
}

.news-body p,
.product-card p,
.career-card p,
.store-card p,
.testimonial-card p {
  color: var(--msi-muted);
  font-size: 14px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
  min-height: 270px;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
}

.testimonial-rating {
  display: flex;
  gap: 3px;
  color: #d5dbe5;
  font-size: 17px;
  line-height: 1;
}

.testimonial-rating .is-active {
  color: var(--msi-red);
}

.testimonial-card blockquote {
  margin: 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.65;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #f4f7fb;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: #263244;
  font-size: 15px;
}

.testimonial-card span {
  color: var(--msi-muted);
  font-size: 13px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 46px auto 0;
  width: 100%;
}

.pagination .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(232, 235, 239, .95);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--msi-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus-visible {
  color: var(--msi-red);
  background: rgba(var(--msi-red-rgb), .08);
  box-shadow: 0 10px 24px rgba(var(--msi-red-rgb), .12);
  transform: translateY(-1px);
  outline: none;
}

.pagination .page-numbers.current {
  color: #ffffff;
  background: linear-gradient(135deg, var(--msi-red), var(--msi-red-dark));
  box-shadow: 0 12px 24px rgba(var(--msi-red-rgb), .22);
}

.pagination .page-numbers.dots {
  min-width: 28px;
  padding-inline: 4px;
  color: var(--msi-muted);
  background: transparent;
  box-shadow: none;
}

.pagination .prev,
.pagination .next {
  min-width: 112px;
  padding-inline: 18px;
}

.page-hero--gallery {
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--msi-red-rgb), 0.12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff5fa 48%, #f8fbff 100%);
}

.page-hero--news {
  background:
    radial-gradient(circle at 18% 22%, rgba(var(--msi-red-rgb), 0.12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff6fb 48%, #f7fbff 100%);
}

.page-hero--promo {
  background:
    radial-gradient(circle at 18% 28%, rgba(var(--msi-red-rgb), .14), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fff6fb 48%, #f7fbff 100%);
}

.promo-archive-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(var(--msi-red-rgb), .08), transparent 28%),
    #fff;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.promo-card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(15, 23, 42, .08);
}

.promo-section .news-track {
  align-items: stretch;
}

.promo-section .promo-card {
  flex: 0 0 min(360px, 88vw);
}

.promo-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 15%, rgba(var(--msi-red-rgb), .18), transparent 34%),
    linear-gradient(135deg, #fff5fa, #eef6ff);
}

.promo-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.promo-card:hover .promo-card__image img {
  transform: scale(1.04);
}

.promo-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--msi-red);
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.promo-card__placeholder em {
  color: var(--msi-ink);
  font-size: 18px;
  font-style: normal;
}

.promo-card__body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.promo-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--msi-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.promo-card__meta time {
  color: var(--msi-muted);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.promo-card h2 {
  margin: 0;
  color: var(--msi-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.14;
}

.promo-card h2 a {
  color: inherit;
  text-decoration: none;
}

.promo-card p {
  margin: 0;
  color: var(--msi-muted);
  font-size: 16px;
  line-height: 1.7;
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}

.promo-popup.is-open {
  opacity: 1;
  visibility: visible;
}

.promo-popup-open {
  overflow: hidden;
}

.promo-popup-open .help-bubble {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.promo-popup__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 24, 39, .54);
  backdrop-filter: blur(8px);
}

.promo-popup__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  width: min(860px, 100%);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .26);
}

.promo-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--msi-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.promo-popup__image {
  display: block;
  min-height: 360px;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--msi-red-rgb), .2), transparent 34%),
    linear-gradient(135deg, #fff5fa, #eef6ff);
}

.promo-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-popup__image span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--msi-red);
  font-size: 34px;
  font-weight: 900;
}

.promo-popup__image em {
  color: var(--msi-ink);
  font-style: normal;
}

.promo-popup__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding: 46px;
}

.promo-popup__brand {
  width: auto;
  max-width: 148px;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, .08));
}

.promo-popup__copy h2 {
  margin: 0;
  color: var(--msi-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.promo-popup__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--msi-muted);
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-popup__panel {
    grid-template-columns: 1fr;
    max-width: 520px;
    max-height: calc(100dvh - 42px);
    overflow-y: auto;
  }

  .promo-popup__image {
    min-height: 240px;
  }

  .promo-popup__copy {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .promo-card {
    border-radius: 16px;
  }

  .promo-card__body {
    padding: 20px;
  }

  .promo-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-card__meta time {
    text-align: left;
  }

  .promo-popup {
    align-items: end;
    padding: 12px 14px max(16px, env(safe-area-inset-bottom));
  }

  .promo-popup__panel {
    width: min(100%, 420px);
    max-height: calc(100dvh - 76px);
    border-radius: 22px;
  }

  .promo-popup__image {
    min-height: 0;
    aspect-ratio: 16 / 8.4;
  }

  .promo-popup__copy {
    gap: 10px;
    padding: 18px 20px 22px;
  }

  .promo-popup__brand {
    max-width: 116px;
    max-height: 42px;
    margin-bottom: 2px;
  }

  .promo-popup__copy .eyebrow {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .promo-popup__copy h2 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.04;
  }

  .promo-popup__copy p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.55;
  }

  .promo-popup__copy .btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    padding-inline: 18px;
    font-size: 15px;
  }

  .promo-popup__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
}

.gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1100px;
  margin: -26px auto 34px;
  padding: 0 24px;
}

.gallery-filter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(var(--msi-red-rgb), 0.18);
  background: #fff;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}

.gallery-filter a:hover,
.gallery-filter a.is-active {
  background: var(--msi-red);
  border-color: var(--msi-red);
  color: #fff;
}

.home-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.section-heading--gallery {
  align-items: flex-end;
}

.section-heading--gallery>div {
  max-width: 720px;
}

.section-heading--gallery .eyebrow {
  margin-bottom: 8px;
  color: var(--msi-red);
}

.section-heading--gallery p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--msi-muted);
  font-size: 17px;
  line-height: 1.65;
}

.partnership-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(var(--msi-red-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.section-heading--partnership {
  align-items: flex-end;
}

.section-heading--partnership>div {
  max-width: 760px;
}

.section-heading--partnership .eyebrow {
  margin-bottom: 8px;
  color: var(--msi-red);
}

.section-heading--partnership p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--msi-muted);
  font-size: 17px;
  line-height: 1.65;
}

.partner-summary {
  display: grid;
  min-width: 150px;
  min-height: 102px;
  place-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(var(--msi-red-rgb), 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
}

.partner-summary strong {
  color: var(--msi-red);
  font-size: 34px;
  line-height: 1;
}

.partner-summary span {
  color: var(--msi-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.partner-grid.partner-track {
  display: flex;
  grid-template-columns: none;
  gap: 22px;
}

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

.partner-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--msi-red-rgb), 0.18);
  box-shadow: 0 24px 54px rgba(16, 24, 40, 0.13);
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--msi-red), rgba(var(--msi-red-rgb), 0.18));
}

.partner-card__logo {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 28px;
  background: linear-gradient(145deg, #fff 0%, #fff7fb 100%);
}

.partner-card__logo img {
  width: auto;
  max-width: min(180px, 100%);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(16, 24, 40, 0.08));
}

.partner-card__logo span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--msi-red);
  color: #fff;
  font-weight: 900;
}

.partner-card__body {
  padding: 18px 20px 22px;
}

.partner-card__tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--msi-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.partner-card__body h3 {
  margin: 0 0 8px;
  color: #263244;
  font-size: 20px;
  line-height: 1.22;
}

.partner-card__body h3 a {
  color: inherit;
}

.partner-card__body p {
  margin: 0;
  color: var(--msi-muted);
  font-size: 14px;
  line-height: 1.55;
}

.partner-card__meta {
  margin-bottom: 10px !important;
  font-weight: 700;
}

.partner-card__since {
  display: inline-flex;
  margin-top: 14px;
  color: #263244;
  font-size: 13px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.gallery-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.09);
  background: #fff;
}

.gallery-card:nth-child(3n + 2) {
  margin-top: 34px;
}

.gallery-card:nth-child(4n) .gallery-card__image {
  aspect-ratio: 0.9;
}

.gallery-card:nth-child(5n) .gallery-card__image {
  aspect-ratio: 1.55;
}

.gallery-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.2;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
  background: #eef2f6;
  text-align: inherit;
}

.gallery-card__image span {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(var(--msi-red-rgb), 0.78), rgba(15, 111, 198, 0.5)),
    url("../images/news-pattern.png") center/cover;
}

.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-card:hover .gallery-card__image img {
  transform: scale(1.045);
}

.gallery-card__image:focus-visible {
  outline: 3px solid rgba(var(--msi-red-rgb), 0.45);
  outline-offset: -3px;
}

.gallery-card__body {
  padding: 18px 20px 22px;
}

.gallery-card__body span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--msi-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gallery-card__body h3 {
  margin: 0 0 8px;
  color: #263244;
  font-size: 20px;
  line-height: 1.22;
}

.gallery-card__body p {
  margin: 0;
  color: var(--msi-muted);
  font-size: 14px;
  line-height: 1.55;
}

.awards-preview-section,
.awards-archive-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--msi-red-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.section-heading--awards {
  align-items: flex-end;
}

.section-heading--awards>div {
  max-width: 760px;
}

.section-heading--awards .eyebrow {
  margin-bottom: 8px;
  color: var(--msi-red);
}

.section-heading--awards p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--msi-muted);
  font-size: 17px;
  line-height: 1.65;
}

.awards-grid .gallery-card:nth-child(3n + 2) {
  margin-top: 18px;
}

.award-card {
  position: relative;
  overflow: hidden;
}

.award-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--msi-red), #f8c6dc);
}

.award-card__image {
  aspect-ratio: 1.42;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(var(--msi-red-rgb), 0.08)),
    #f6f8fb;
}

.award-card__image img {
  object-fit: contain;
  padding: 14px;
}

.award-card:hover .award-card__image img {
  transform: scale(1.025);
}

.award-card__meta {
  margin: 0 0 8px !important;
  color: #475467 !important;
  font-size: 13px !important;
  font-weight: 800;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(12, 17, 29, 0.78);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(86vh, 820px);
  border-radius: 8px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.2s ease;
}

.gallery-lightbox.is-open .gallery-lightbox__panel {
  transform: translateY(0) scale(1);
}

.gallery-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(86vh - 96px);
  object-fit: contain;
  background: #0f172a;
}

.gallery-lightbox__caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 22px 18px;
  background: #fff;
}

.gallery-lightbox__caption strong {
  color: #263244;
  font-size: 18px;
}

.gallery-lightbox__caption span {
  color: var(--msi-muted);
  font-size: 14px;
  line-height: 1.5;
}

.gallery-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #263244;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.18);
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 20px;
}

.product-archive-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid var(--msi-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 48px rgba(31, 41, 51, 0.06);
}

.product-filter-group {
  display: grid;
  gap: 10px;
}

.product-filter-label,
.product-sort-form label {
  color: var(--msi-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-filter-chips a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(var(--msi-red-rgb), 0.18);
  border-radius: 999px;
  color: var(--msi-dark);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.product-filter-chips a:hover,
.product-filter-chips a.is-active {
  color: var(--msi-white);
  border-color: var(--msi-red);
  background: var(--msi-red);
  box-shadow: 0 12px 24px rgba(var(--msi-red-rgb), 0.18);
}

.product-sort-form {
  display: grid;
  gap: 10px;
  min-width: 220px;
}

.product-sort-form select {
  width: 100%;
  min-height: 42px;
  padding: 8px 38px 8px 14px;
  border: 1px solid var(--msi-line);
  border-radius: 8px;
  color: var(--msi-dark);
  background-color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.product-archive-summary {
  margin: 0 0 26px;
  color: var(--msi-muted);
  font-size: 14px;
  font-weight: 700;
}

.product-archive {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.product-card {
  padding: 16px;
  min-height: 310px;
}

.product-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: var(--msi-soft);
}

.product-image img {
  max-height: 160px;
  object-fit: contain;
}

.product-placeholder {
  width: 62%;
  aspect-ratio: 0.8;
  border-radius: 6px;
  background:
    linear-gradient(180deg, #fff 0 18%, #ffd9dc 18% 26%, #ffffff 26%),
    linear-gradient(135deg, #fff, #f3f6f9);
  border: 1px solid var(--msi-line);
  box-shadow: 0 12px 24px rgba(31, 41, 51, .1);
}

.product-card h3 {
  min-height: 46px;
  font-size: 14px;
}

.product-badge {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--msi-red);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.product-pack {
  min-height: 22px;
  margin: 0;
}

.product-card-meta {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 48px;
  margin-top: 8px;
}

.product-stock {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  color: #177245;
  font-size: 12px;
  font-weight: 800;
}

.product-stock::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.product-stock--preorder {
  color: #a65f00;
}

.product-stock--outofstock {
  color: #9b1c1c;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  color: var(--msi-dark);
  font-size: 15px;
}

.product-price del,
.product-detail-price del {
  color: var(--msi-muted);
  font-size: .8em;
  font-weight: 500;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.product-actions .mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 7px 12px;
  border: 1px solid rgba(var(--msi-red-rgb), 0.35);
  color: var(--msi-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.product-actions .mini-link:hover {
  color: var(--msi-white);
  background: var(--msi-red);
}

.locator-section {
  position: relative;
  background: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 62px;
}

.locator-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.locator-pin {
  position: absolute;
  left: -62px;
  top: -96px;
  width: 132px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(31, 41, 51, 0.13));
}

.locator-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.locator-heading h2 {
  color: var(--msi-red);
  font-size: 34px;
  line-height: 1.05;
}

.locator-heading a {
  color: var(--msi-red);
  font-size: 12px;
  font-weight: 900;
}

.locator-search {
  display: block;
  margin-bottom: 26px;
}

.locator-search input {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: var(--msi-white);
  padding: 0 18px;
  color: var(--msi-muted);
  font: inherit;
  font-size: 13px;
}

.locator-search input::placeholder {
  color: #8d98a8;
}

.locator-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  margin-bottom: 16px;
}

.locator-tabs span {
  display: inline-grid;
  width: 154px;
  height: 44px;
  place-items: center;
  color: var(--msi-white);
  font-size: 13px;
  font-weight: 900;
}

.locator-tabs .is-red {
  background: var(--msi-red);
}

.locator-tabs .is-blue {
  background: var(--msi-blue);
}

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

.store-card {
  padding: 0 0 22px;
  margin-bottom: 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 41, 51, 0.46);
  border-radius: 0;
  overflow: visible;
}

.store-card h3 {
  color: var(--msi-red);
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.store-card:nth-child(even) h3 {
  color: var(--msi-blue);
}

.store-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.store-actions a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  background: var(--msi-white);
  min-height: 38px;
  padding: 8px 12px;
  text-align: center;
  color: #313846;
  font-size: 13px;
  font-weight: 700;
}

.action-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.location-icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 3px;
  background: #4a83df;
  transform: rotate(45deg);
}

.location-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--msi-white);
}

.call-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 7px;
  height: 12px;
  border-radius: 8px 8px 8px 2px;
  border: 3px solid #4a83df;
  border-top-color: transparent;
  transform: rotate(-35deg);
}

.share-icon::before,
.share-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #4a83df;
}

.share-icon::before {
  left: 1px;
  top: 5px;
  width: 5px;
  height: 5px;
  box-shadow: 8px -5px 0 #4a83df, 8px 5px 0 #4a83df;
}

.share-icon::after {
  left: 5px;
  top: 6px;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  box-shadow: 0 -4px 0 #4a83df, 0 4px 0 #4a83df;
  background: transparent;
  transform: rotate(-30deg);
}

.career-list {
  display: grid;
  gap: 16px;
}

.career-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
}

.page-hero {
  padding: 72px clamp(20px, 7vw, 136px);
  background: linear-gradient(135deg, #fff7f7, #f4fbff);
  padding-top: 92px;
}


.page-hero h1 {
  max-width: 760px;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--msi-muted);
  font-size: 18px;
}

.sba-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .52fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: 96px clamp(20px, 7vw, 136px) 74px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0 48%, rgba(232, 248, 252, .82) 100%),
    url("../images/career-band.png") left bottom/auto 100% no-repeat;
}

.sba-page-hero--contact {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0 48%, rgba(255, 244, 244, .88) 100%),
    url("../images/msi-footer-lotte-style.png") center bottom/cover no-repeat;
}

.sba-page-hero__copy {
  max-width: 740px;
}

.sba-page-hero__copy h1 {
  max-width: 760px;
  color: var(--msi-red);
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .98;
  margin-bottom: 24px;
}

.sba-page-hero__copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--msi-muted);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.55;
  margin-bottom: 28px;
}

.sba-page-hero__panel {
  display: grid;
  min-height: 210px;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 32px;
  color: var(--msi-white);
  border-radius: 8px;
  background: linear-gradient(135deg, #44b9f6, #104cf0);
  box-shadow: 0 30px 70px rgba(21, 90, 212, .24);
}

.sba-page-hero__panel strong {
  display: block;
  max-width: 360px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.sba-page-hero__panel span {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 800;
}

.sba-about-intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
}

.sba-about-intro h2,
.sba-proof h2,
.sba-contact-strip h2 {
  color: #29313f;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.08;
}

.sba-about-intro__text p {
  color: var(--msi-muted);
  font-size: 18px;
  line-height: 1.7;
}

.sba-about-intro__text p+p {
  margin-top: 18px;
}

.sba-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 10px;
}

.sba-value-card,
.sba-feature-card {
  border: 1px solid var(--msi-line);
  border-radius: 8px;
  background: var(--msi-white);
  box-shadow: 0 16px 36px rgba(31, 41, 51, .06);
}

.sba-value-card {
  padding: 34px;
}

.sba-value-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--msi-white);
  border-radius: 50%;
  background: var(--msi-red);
  font-weight: 900;
}

.sba-value-card h2,
.sba-feature-card h3 {
  color: #222b38;
}

.sba-value-card p,
.sba-feature-card p {
  color: var(--msi-muted);
  line-height: 1.65;
}

.sba-value-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sba-value-card li {
  position: relative;
  padding-left: 24px;
  color: var(--msi-muted);
  line-height: 1.62;
}

.sba-value-card li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--msi-red);
  box-shadow: 0 0 0 5px rgba(214, 26, 122, .1);
}

.sba-services h2,
.sba-partners h2 {
  color: var(--msi-red);
  font-size: clamp(32px, 3vw, 44px);
}

.sba-feature-grid,
.sba-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sba-feature-card {
  padding: 26px;
}

.sba-feature-card h3 {
  min-height: 54px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.sba-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #f3f6f9;
}

.sba-stat {
  text-align: center;
  padding: 28px 18px;
  border-radius: 8px;
  background: var(--msi-white);
}

.sba-stat strong {
  display: block;
  color: var(--msi-red);
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1;
}

.sba-stat span {
  display: block;
  margin-top: 10px;
  color: var(--msi-muted);
  font-weight: 800;
}

.sba-proof {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.sba-proof-list {
  display: grid;
  gap: 14px;
}

.sba-proof-list span,
.sba-partner-list span {
  display: block;
  border-radius: 999px;
  background: #f6f8fb;
  color: #29313f;
  font-weight: 800;
}

.sba-proof-list span {
  padding: 16px 20px;
}

.sba-partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sba-partner-list span {
  padding: 13px 18px;
}

.sba-contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  padding: 56px clamp(20px, 7vw, 136px);
  background: #f4fbff;
}

.sba-contact-strip .career-more {
  position: relative;
  left: auto;
  top: auto;
  margin-left: auto;
}

.sba-contact-strip h2 {
  max-width: 900px;
  font-size: clamp(26px, 2.6vw, 38px);
}

.single-content {
  max-width: 960px;
  margin: 0 auto;
}

.news-related {
  width: min(960px, calc(100% - 44px));
  margin: 18px auto 72px;
}

.news-related h2 {
  margin-bottom: 22px;
  color: #263244;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.1;
}

.news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.news-related .news-card {
  background: var(--msi-white);
  border: 1px solid var(--msi-line);
}

.news-related .news-image {
  aspect-ratio: 1.42;
}

.news-related .news-body {
  min-height: 164px;
  padding: 0 18px 20px;
  background: var(--msi-white);
}

.news-related .news-body time {
  min-width: 106px;
  margin: 0 0 14px -18px;
  padding: 9px 13px;
  font-size: 12px;
}

.news-related .news-body h3 {
  margin-bottom: 12px;
  font-size: 17px;
}

.news-related .news-body .mini-link {
  font-size: 13px;
}

.single-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  margin: 24px 0;
}

.single-content--product .single-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  object-position: center;
  background: #f7f8fb;
}

.product-detail-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--msi-line);
  border-radius: var(--radius);
  background: var(--msi-soft);
}

.product-detail-summary>div:first-child {
  display: grid;
  gap: 6px;
}

.product-stock-quantity {
  color: var(--msi-muted);
  font-size: 13px;
}

.product-detail-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-detail-price strong {
  color: var(--msi-red);
  font-size: clamp(20px, 3vw, 28px);
}

.product-detail-list,
.product-specifications dl {
  overflow: hidden;
  margin: 22px 0;
  border: 1px solid var(--msi-line);
  border-radius: var(--radius);
}

.product-detail-list>div,
.product-specifications dl>div {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) 1.3fr;
  gap: 18px;
  padding: 12px 16px;
}

.product-detail-list>div:nth-child(even),
.product-specifications dl>div:nth-child(even) {
  background: var(--msi-soft);
}

.product-detail-list dt,
.product-specifications dt {
  color: var(--msi-muted);
  font-weight: 700;
}

.product-detail-list dd,
.product-specifications dd {
  margin: 0;
  color: var(--msi-dark);
  font-weight: 700;
}

.product-specifications,
.product-shipping-info {
  margin-top: 32px;
}

.product-specifications h2,
.product-shipping-info h2 {
  font-size: clamp(20px, 3vw, 26px);
}

@media (max-width: 560px) {
  .product-detail-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-price {
    align-items: flex-start;
  }

  .product-detail-list>div,
  .product-specifications dl>div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.entry-content {
  color: #344054;
}

.empty-state {
  color: var(--msi-muted);
}

.site-footer {
  color: var(--msi-white);
  background:
    linear-gradient(rgba(var(--msi-red-rgb), 0.46), rgba(var(--msi-red-rgb), 0.70)),
    url("../images/msi-footer-lotte-style.png") center bottom/cover no-repeat,
    var(--msi-red);
  min-height: 420px;
  padding: 58px clamp(20px, 7.5vw, 150px) 18px;
  position: relative;
  isolation: isolate;
  text-shadow: 0 1px 2px rgba(120, 0, 0, 0.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: .75fr .9fr 1.05fr 1.25fr 1fr;
  gap: 36px;
  align-items: start;
  max-width: 1060px;
  margin: 0 auto;
}

.footer-brand {
  transform: translate(var(--footer-logo-x, -28px), var(--footer-logo-y, -14px));
}

.site-footer h2 {
  font-size: 20px;
  line-height: 1.08;
  margin: 0 0 9px;
  font-weight: 900;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  line-height: 1.35;
}

.site-footer p {
  margin: 0 0 14px;
}

.site-footer ul {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.site-footer li {
  line-height: 1.15;
}

.footer-logo {
  background: var(--msi-white);
  color: var(--msi-red);
  margin-top: 6px;
  margin-bottom: 16px;
  width: var(--footer-logo-size, 74px);
  height: var(--footer-logo-size, 74px);
  font-size: 22px;
  box-shadow: 0 14px 36px rgba(130, 0, 0, 0.16);
}

.footer-custom-logo-wrap,
.footer-custom-logo-wrap a.custom-logo-link {
  width: var(--footer-logo-size, 74px) !important;
  height: var(--footer-logo-size, 74px) !important;
  min-width: var(--footer-logo-size, 74px) !important;
}

.footer-custom-logo-wrap img.custom-logo {
  width: var(--footer-logo-size, 74px) !important;
  height: var(--footer-logo-size, 74px) !important;
  max-width: var(--footer-logo-size, 74px) !important;
  max-height: var(--footer-logo-size, 74px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
}

.footer-brand-copy {
  max-width: 170px;
  margin-top: 14px;
}

.footer-brand-copy strong {
  display: block;
  color: var(--msi-white);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 8px;
}

.footer-brand-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  line-height: 1.4;
}

.social-list {
  display: grid;
  gap: 12px;
}

.social-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-list span {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--msi-red);
  background: var(--msi-white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-list i {
  display: block;
  color: currentColor;
  font-size: 14px;
  line-height: 1;
}

.social-list strong {
  color: var(--msi-white);
  font-size: 10px;
  line-height: 1.25;
}

.help-bubble {
  position: fixed !important;
  right: 28px !important;
  bottom: 24px !important;
  z-index: 999990 !important;
  transition: transform .2s ease, box-shadow .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--msi-white);
  color: var(--msi-red) !important;
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.18);
  padding: 12px 18px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.help-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(31, 41, 51, 0.25);
}

.help-bubble::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--msi-red);
  box-shadow: inset 0 0 0 3px var(--msi-white);
  background: var(--msi-red);
}

.help-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.help-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.help-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(31, 31, 31, 0.52);
  backdrop-filter: blur(7px);
  cursor: pointer;
}

.help-panel {
  position: absolute;
  right: clamp(28px, 6vw, 116px);
  top: clamp(112px, 15vh, 150px);
  width: min(360px, calc(100vw - 40px));
  max-height: calc(100dvh - clamp(132px, 17vh, 170px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: var(--msi-white);
  box-shadow: 0 28px 70px rgba(14, 24, 36, 0.30);
  transform: translateY(20px) scale(0.98);
  transition: transform 220ms ease;
}

.help-modal.is-open .help-panel {
  transform: translateY(0) scale(1);
}

.help-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 16px 54px 16px 26px;
  background: var(--msi-red);
  color: var(--msi-white);
}


.help-logo {
  display: grid;
  flex: 0 0 auto;
  width: var(--help-logo-size, 48px);
  height: var(--help-logo-size, 48px);
  place-items: center;
  border-radius: 50%;
  background: var(--msi-white);
  color: var(--msi-red);
  font-size: 14px;
  font-weight: 900;
  overflow: visible;
  padding: var(--help-logo-padding, 0);
  transform: translate(var(--help-logo-x, 0), var(--help-logo-y, 0));
}

.help-logo.has-help-image {
  background: transparent;
  color: inherit;
  padding: var(--help-logo-padding, 0);
}

.help-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.help-panel-header h2 {
  margin: 0;
  color: var(--msi-white);
  font-size: 24px;
  line-height: 1;
}

.help-panel-header p {
  margin: 2px 0 0;
  color: var(--msi-white);
  font-size: 17px;
  line-height: 1;
}

.help-close {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--msi-white);
  font-family: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.help-panel-body {
  flex: 1 1 auto;
  max-height: calc(100dvh - clamp(250px, 32vh, 300px));
  overflow-y: scroll;
  scrollbar-gutter: stable;
  padding: 22px 26px 22px;
  color: #636363;
}

.help-panel-body::-webkit-scrollbar {
  width: 10px;
}

.help-panel-body::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 999px;
}

.help-panel-body::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--msi-red) 44%, #ffffff);
  border: 3px solid #f4f4f4;
  border-radius: 999px;
}

.help-panel-body h3 {
  margin: 0 0 12px;
  color: #5a5a5a;
  font-size: 17px;
  line-height: 1.25;
}

.help-panel-body p {
  margin: 0 0 13px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.care-illustration {
  position: relative;
  width: 200px;
  height: 130px;
  margin: 8px auto 14px;
  transform: scale(0.95);
}

.care-illustration.has-help-illustration {
  display: flex;
  width: min(260px, 100%);
  height: auto;
  min-height: 128px;
  align-items: center;
  justify-content: center;
  margin: 16px auto 18px;
  transform: none;
}

.help-illustration-image {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
}

.care-illustration.has-help-illustration::before {
  content: none;
}

.care-illustration::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 18px;
  bottom: 8px;
  height: 112px;
  border-radius: 52% 48% 46% 54%;
  background: #b7b7b7;
}

.agent-head {
  position: absolute;
  left: 93px;
  top: 45px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f39b55;
  box-shadow: -12px 5px 0 #1f425e;
}

.agent-head::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -12px;
  width: 34px;
  height: 28px;
  border-radius: 22px 22px 8px 8px;
  background: #1f425e;
}

.agent-body {
  position: absolute;
  left: 74px;
  bottom: 25px;
  width: 74px;
  height: 54px;
  border-radius: 26px 26px 6px 6px;
  background: #e6392f;
}

.laptop {
  position: absolute;
  right: 38px;
  bottom: 30px;
  width: 68px;
  height: 44px;
  border-radius: 5px;
  background: #585858;
  transform: skewX(-9deg);
}

.desk {
  position: absolute;
  left: 28px;
  right: 22px;
  bottom: 16px;
  height: 8px;
  border-radius: 999px;
  background: #4c4c4c;
}

.chat {
  position: absolute;
  border-radius: 6px;
  background: #dedede;
}

.chat-one {
  left: 12px;
  top: 20px;
  width: 74px;
  height: 34px;
}

.chat-one::before,
.chat-two::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 10px;
  top: 10px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff;
}

.chat-two {
  right: 8px;
  top: 43px;
  width: 72px;
  height: 38px;
}

.chat-two::after {
  content: "★★★★★";
  position: absolute;
  left: 12px;
  top: -18px;
  color: var(--msi-red);
  font-size: 10px;
  letter-spacing: 1px;
}

.help-choice-title {
  margin: 0 0 14px !important;
  color: #f05a55 !important;
  text-align: center;
}

.help-choice-list {
  display: grid;
  gap: 12px;
}

.help-choice-list a {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--msi-red);
  border-radius: 999px;
  color: #ef5b59;
  font-size: 14px;
  font-weight: 700;
}

.help-choice-list a:hover {
  color: var(--msi-white);
  background: var(--msi-red);
}

body.help-open {
  overflow: hidden;
}

.copyright {
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1120px) {
  .product-stack {
    right: 0;
    top: 36px;
  }

  .slider-prev {
    left: -22px;
  }

  .slider-next {
    right: -22px;
  }
}

@media (max-width: 980px) {
  .site-header {
    gap: 10px !important;
    padding: 12px 16px 12px 12px !important;
    /* Jarak aman kiri header */
  }

  .brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 !important;
  }

  /* Reset link pembungkus teks agar tidak merusak layout */
  .brand-text-link {
    text-decoration: none;
    display: block;
  }

  a.custom-logo-link {
    height: 75px !important;
    width: auto !important;
    /* Ubah ke auto */
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  img.custom-logo {
    height: 35px !important;
    /* Kunci tinggi */
    width: auto !important;
    /* Lebar proporsional otomatis */
    object-fit: contain !important;
    margin: 0 !important;
  }

  .brand-text {
    font-size: 13px !important;
    line-height: 1.1 !important;
    max-width: 140px !important;
    display: block !important;
  }

  .nav-toggle {
    display: inline-flex;
  }


  .primary-nav {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 18px;
    border: 1px solid var(--msi-line);
    border-radius: var(--radius);
    background: var(--msi-white);
    box-shadow: var(--shadow);
  }


  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul,
  .career-band,
  .career-card {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-nav>ul {
    gap: 8px;
  }

  .primary-nav .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    margin: 8px 0 8px 14px;
    padding: 8px 0 8px 12px;
    border-top-width: 0;
    border-left: 3px solid var(--msi-red);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .primary-nav .dropdown-blue .sub-menu {
    border-left-color: var(--msi-blue);
  }

  .primary-nav .sub-menu::before {
    display: none;
  }

  .primary-nav .sub-menu a {
    padding: 7px 0;
    font-size: 12px;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 56px;
    padding-bottom: 44px;
  }

  .page-hero h1 {
    font-size: clamp(34px, 7vw, 46px);
  }

  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }


  .header-nav-wrap {
    flex: 0 0 auto;
  }

  .hero-copy {
    transform: none;
    text-align: left;
  }

  .hero-copy p:not(.eyebrow) {
    margin-left: 0;
  }

  .hero-art img {
    width: 100%;
    transform: none;
  }

  .product-stack {
    right: 0;
    top: 28px;
    width: 208px;
    height: 150px;
  }

  .career-people {
    width: 100%;
  }

  .career-band {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    min-height: clamp(360px, 52vw, 505px);
    padding: clamp(44px, 7vw, 88px) clamp(20px, 7vw, 136px);
    padding-left: clamp(22px, 7vw, 120px);

    --sba-career-default-image: url("../images/sba-career-office-bg.jpg");
    --sba-career-active-image: var(--sba-career-image, var(--sba-career-default-image));
    --sba-career-overlay-color: rgba(255, 240, 248, 0.72);
    --sba-career-bg-x: 18%;
    --sba-career-bg-y: top;
    --sba-career-bg-position: var(--sba-career-bg-x) var(--sba-career-bg-y);
    --sba-career-bg-size: cover;

    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.12), var(--sba-career-overlay-color) 58%, rgba(255, 255, 255, 0.92)),
      var(--sba-career-active-image) var(--sba-career-bg-position) / var(--sba-career-bg-size) no-repeat;
  }

  .career-band>div:not(.career-people) {
    position: static;
    transform: none;
    width: min(430px, 100%);
  }

  .career-more {
    position: relative;
    left: auto;
    top: auto;
    align-self: flex-start;
    margin-left: 2px;
  }

  .hero {
    padding-top: 30px;
  }

  .card-grid,
  .product-archive,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-archive-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .product-sort-form {
    min-width: 0;
  }

  .news-section,
  .product-section {
    padding-inline: 48px;
  }

  .news-track .news-card,
  .product-track .product-card,
  .partner-track .partner-card {
    flex-basis: calc((100% - 22px) / 2);
  }

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

  .product-row {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
  }

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

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

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

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

  .gallery-card:nth-child(3n + 2) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {

  .primary-nav a:hover,
  .primary-nav a:focus,
  .primary-nav a:active,
  .primary-nav li:hover>a,
  .primary-nav .sub-menu a:hover {
    padding-left: inherit !important;
    /* Mencegah perubahan padding kiri */
    transform: none !important;
    /* Mencegah pergeseran transform */
    text-indent: 0 !important;
    /* Jaga-jaga jika ada properti text-indent */
  }

  /* 2. Sembuhkan total dropdown "About Us" yang memotong teks "stasi" di screenshot */
  .primary-nav .sub-menu {
    position: static !important;
    display: flex !important;
    /* Gunakan flex atau grid agar semua item list turun ke bawah dengan rapi */
    flex-direction: column;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
    /* Memastikan teks "Keunggulan & Prestasi" tidak terpotong lagi */
    margin: 4px 0 12px 12px !important;
    padding: 4px 0 4px 12px !important;
  }

  /* 3. Pastikan teks di dalam sub-menu membungkus dengan benar jika terlalu panjang */
  .primary-nav .sub-menu li a {
    white-space: normal !important;
    /* Mengizinkan teks panjang seperti "Keunggulan & Prestasi" turun baris dengan rapi */
    display: block !important;
    width: 100% !important;
  }

  .help-panel {
    right: 14px;
    top: 96px;
    width: calc(100vw - 28px);
    max-height: calc(100dvh - 116px);
  }

  .career-band {
    padding: 44px 22px;
  }

  .gallery-filter {
    justify-content: flex-start;
    margin-top: -18px;
    margin-bottom: 24px;
    padding-inline: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .gallery-filter a {
    flex: 0 0 auto;
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-heading--gallery {
    align-items: flex-start;
  }

  .section-heading--partnership {
    align-items: flex-start;
  }

  .section-heading--gallery p:not(.eyebrow) {
    font-size: 15px;
  }

  .gallery-card:nth-child(4n) .gallery-card__image,
  .gallery-card:nth-child(5n) .gallery-card__image,
  .gallery-card__image {
    aspect-ratio: 1.16;
  }

  .gallery-card__body {
    padding: 16px 16px 18px;
  }

  .gallery-card__body h3 {
    font-size: 18px;
  }

  .partner-summary {
    width: 100%;
  }

  .partner-grid,
  .partner-grid--archive {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .partner-card__logo {
    min-height: 128px;
  }

  .partner-card__body {
    padding: 16px 16px 18px;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox__panel {
    max-height: 88vh;
  }

  .gallery-lightbox__image {
    max-height: calc(88vh - 104px);
  }

  .gallery-lightbox__caption {
    padding: 14px 16px 16px;
  }

  .career-more {
    min-width: 160px;
    font-size: 14px;
  }


  .help-panel-header {
    min-height: 74px;
    padding: 14px 48px 14px 20px;
    gap: 10px;
  }

  .help-logo {
    width: var(--help-logo-size, 44px);
    height: var(--help-logo-size, 44px);
  }

  .help-panel-header h2 {
    font-size: 20px;
    line-height: 1.05;
  }

  .help-panel-header p {
    font-size: 14px;
    line-height: 1.1;
  }

  .help-panel-body {
    max-height: calc(100dvh - 246px);
    padding: 22px 18px 22px 22px;
  }

  .care-illustration {
    transform: scale(0.88);
    margin-block: 0 8px;
  }

  .care-illustration.has-help-illustration {
    width: min(230px, 100%);
    min-height: 116px;
    margin-block: 12px 14px;
    transform: none;
  }

  .help-illustration-image {
    max-height: 190px;
  }

  .news-section,
  .product-section {
    padding-inline: 28px;
  }

  .news-track .news-card,
  .product-track .product-card,
  .partner-track .partner-card {
    flex-basis: 100%;
  }

  .slider-arrow {
    top: 52%;
    width: 28px;
  }

  .slider-arrow::before {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .slider-prev {
    left: -24px;
  }

  .slider-next {
    right: -24px;
  }

  .news-body {
    min-height: 160px;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 300px;
    order: -1;
  }

  .product-stack {
    width: 160px;
    height: 118px;
  }

  .promo-emblem {
    top: 13px;
    width: 22px;
    height: 22px;
    font-size: 7px;
  }

  .promo-title {
    top: 40px;
    font-size: 17px;
  }

  .promo-cart {
    top: 59px;
    transform: translateX(-50%) scale(.78);
  }

  .promo-button {
    bottom: 10px;
    padding: 6px 12px;
    font-size: 9px;
  }

  .cart {
    right: 4%;
    width: 130px;
  }

  .warehouse {
    width: 62%;
  }

  .card-grid,
  .product-row,
  .product-archive,
  .location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-archive-toolbar {
    padding: 14px;
  }

  .product-filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .product-filter-chips a {
    flex: 0 0 auto;
    min-height: 36px;
    scroll-snap-align: start;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-mosaic img {
    min-height: 260px;
  }

  .brand-text {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px !important;
    padding: 12px 16px 12px 12px !important;
    /* Disamakan dengan 980px agar mulus */
  }

  /* 2. Bersihkan dari negative margin pengacau lama */
  .brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 !important;
    margin-left: 0 !important;
    /* Kembalikan ke 0 karena HTML sudah normal */
    padding-left: 0 !important;
  }

  /* 3. Reset link pembungkus teks */
  .brand-text-link {
    text-decoration: none;
    display: block;
  }

  a.custom-logo-link {
    height: 75px !important;
    width: auto !important;
    /* Ubah dari 38px menjadi auto */
    min-width: 0 !important;
    /* Reset min-width agar tidak kaku */
    max-width: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  /* 5. PROPORSIONAL: Biarkan tinggi mengunci 38px dan lebar menyesuaikan aslinya */
  img.custom-logo {
    height: 35px !important;
    /* Kunci tinggi agar header tidak molor */
    width: auto !important;
    /* Biarkan lebar menyesuaikan secara proporsional */
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
  }

  /* 6. Jalur cadangan lingkaran merah SBA */
  .brand-mark {
    width: 38px !important;
    height: 38px !important;
    font-size: 13px !important;
    margin: 0 !important;
  }

  /* 7. Kondisi Teks Brand di Layar Terkecil */
  .brand-text {
    font-size: 13px !important;
    line-height: 1.1 !important;
    max-width: 140px !important;
    display: block !important;
  }

  .header-nav-wrap {
    gap: 10px;
  }

  .nav-toggle {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .search-toggle {
    width: 24px;
    height: 24px;
  }

  .primary-nav {
    top: 68px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: auto;
    padding: 18px 18px 36px;
  }

  .hero-art {
    display: grid;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.32;
    order: 0;
    place-items: end center;
    overflow: hidden;
  }

  .hero-art img {
    width: 112%;
    max-width: 450px;
    transform: translateX(-6px);
  }

  .product-stack {
    position: relative;
    top: auto;
    right: auto;
    order: -1;
    align-self: flex-end;
    width: 136px;
    height: 100px;
    margin: 0 0 -72px;
    z-index: 3;
  }

  .promo-title {
    top: 34px;
    font-size: 15px;
  }

  .promo-cart {
    top: 51px;
    transform: translateX(-50%) scale(.66);
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: 28px;
    line-height: 1.08;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 340px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-hashtag {
    margin-top: 28px;
  }

  .career-band {
    min-height: 420px;
    padding: 48px 22px;
    background-position: 38% center;
  }

  .career-band h2 {
    font-size: 32px;
  }

  .career-subtitle {
    font-size: 23px;
  }

  .career-more,
  .btn {
    min-width: 146px;
    min-height: 48px;
    padding-left: 54px;
    padding-right: 24px;
    font-size: 14px;
  }

  .career-more span,
  .btn::before {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .career-more span::before,
  .btn::after {
    font-size: 30px;
  }

  .btn::after {
    left: 16px;
  }

  .split-section,
  .content-section,
  .locator-section,
  .single-content {
    padding: 44px 22px;
  }

  .split-section {
    gap: 28px;
  }

  .split-section h2,
  .section-heading h2,
  .locator-heading h2 {
    font-size: 31px;
  }

  .media-mosaic,
  .media-mosaic img {
    min-height: 260px;
  }

  .news-section,
  .product-section {
    padding-left: 34px;
    padding-right: 34px;
  }

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

  .news-section .section-heading,
  .product-section .section-heading {
    margin-bottom: 22px;
  }

  .news-body h3 {
    font-size: 18px;
  }

  .product-card {
    min-height: 330px;
  }

  .product-actions {
    gap: 8px;
  }

  .product-actions .mini-link {
    min-height: 34px;
    padding-inline: 13px;
  }

  .locator-section {
    padding-top: 48px;
  }

  .locator-pin {
    left: -8px;
    top: -58px;
    width: 86px;
  }

  .locator-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .locator-tabs {
    gap: 12px;
  }

  .locator-tabs span {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }

  .store-card {
    margin-bottom: 18px;
    padding-bottom: 20px;
  }

  .store-actions {
    gap: 6px;
  }

  .store-actions a {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .site-footer {
    padding: 54px 24px 64px;
  }

  .footer-grid {
    gap: 26px;
  }

  .footer-brand {
    transform: none;
  }

  .footer-logo {
    width: 62px;
    height: 62px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .site-footer h2 {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .help-bubble {
    right: 14px;
    bottom: 14px;
    padding: 11px 15px;
  }
}

/* Final winning overrides, intentionally placed after all legacy responsive blocks. */
.hero {
  display: grid;
  grid-template-columns: minmax(520px, .55fr) minmax(430px, .45fr);
  align-items: center;
  min-height: 620px;
  padding: 28px clamp(28px, 7vw, 136px) 58px;
  background:
    radial-gradient(circle at 12% 48%, rgba(231, 214, 190, .46), transparent 34%),
    linear-gradient(180deg, #fbfaf8 0%, #ffffff 72%);
}

.hero-art {
  justify-self: end;
  min-height: 445px;
}

.hero-art img {
  width: min(720px, 108%);
  max-width: none;
  transform: translateX(-22px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  justify-self: start;
  width: min(100%, 500px);
  max-width: 500px;
  margin-left: -82px;
  padding-right: 0;
  text-align: center;
  transform: none;
}

.hero-copy h1 {
  max-width: 500px;
  margin-inline: auto;
  font-size: clamp(34px, 3.45vw, 54px);
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin-top: 22px;
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1.62;
}

.hero-hashtag {
  margin-top: 86px;
}

.product-stack {
  position: absolute;
  right: clamp(34px, 5.6vw, 112px);
  top: 116px;
  width: 232px;
  height: 166px;
  margin: 0 0 0 var(--sba-promo-card-x, 0px);
}

.promo-emblem {
  top: 18px;
  width: 28px;
  height: 28px;
  font-size: 8px;
}

.promo-title {
  top: 53px;
  font-size: 21px;
}

.promo-cart {
  top: 76px;
  transform: translateX(-50%) scale(.9);
}

.promo-button {
  bottom: 14px;
  padding: 8px 17px;
  font-size: 12px;
}

@media (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(470px, .52fr) minmax(390px, .48fr);
    min-height: 590px;
    padding-inline: clamp(24px, 5vw, 88px);
  }

  .hero-art img {
    width: min(640px, 108%);
    transform: translateX(-12px);
  }

  .hero-copy {
    width: 460px;
    max-width: 460px;
    margin-left: -84px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 3.55vw, 44px);
  }

  .product-stack {
    right: 34px;
    top: 116px;
    width: 198px;
    height: 146px;
  }
}

@media (max-width: 980px) {

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 24px 48px;
  }

  .hero-art {
    width: 100%;
    min-height: 0;
    justify-self: center;
    order: 1;
  }

  .hero-art img {
    width: min(620px, 112%);
    transform: none;
  }

  .hero-copy {
    order: 2;
    width: 100%;
    max-width: 620px;
    margin-left: 0;
    justify-self: center;
  }

  .hero-copy h1 {
    max-width: 600px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 560px;
  }

  .product-stack {
    position: absolute;
    top: 34px;
    right: 24px;
    width: 174px;
    height: 126px;
  }

  .promo-title {
    top: 41px;
    font-size: 17px;
  }

  .promo-cart {
    top: 58px;
    transform: translateX(-50%) scale(.74);
  }

  .promo-button {
    bottom: 10px;
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .hero {
    display: grid;
    padding: 18px 18px 40px;
  }

  .hero-art {
    aspect-ratio: 1.26;
    place-items: end center;
    overflow: hidden;
  }

  .hero-art img {
    width: 114%;
    max-width: 460px;
    transform: none;
  }

  .product-stack {
    top: 18px;
    right: 18px;
    width: 132px;
    height: 98px;
  }

  .promo-emblem {
    top: 11px;
    width: 22px;
    height: 22px;
    font-size: 7px;
  }

  .promo-title {
    top: 34px;
    font-size: 14px;
  }

  .promo-cart {
    top: 50px;
    transform: translateX(-50%) scale(.62);
  }

  .promo-button {
    bottom: 8px;
    padding: 6px 12px;
    font-size: 9px;
  }

  .hero-copy h1 {
    max-width: 354px;
    font-size: 28px;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 352px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-hashtag {
    margin-top: 30px;
  }
}

/* Final responsive overrides — career CTA, inner pages, and shared sections. */
@media (min-width: 1120px) {
  .career-band {
    display: block;
    min-height: var(--sba-career-section-height, 505px);
    padding: 0;
    background-position: var(--sba-career-bg-position);
    background-size: var(--sba-career-bg-size);
  }

  .career-band>div:not(.career-people) {
    position: absolute;
    left: var(--sba-career-content-x, clamp(620px, 64.5vw, 1325px));
    top: var(--sba-career-content-y, 48%);
    width: min(var(--sba-career-content-width, 330px), 28vw);
    max-width: var(--sba-career-content-width, 330px);
    transform: translateY(-50%);
  }

  .career-band .career-more {
    position: absolute;
    left: var(--sba-career-cta-x, var(--sba-career-content-x, clamp(620px, 64.5vw, 1325px)));
    top: var(--sba-career-cta-y, 66%);
  }
}

@media (max-width: 1119px) {
  .career-band {
    padding-left: clamp(22px, 38vw, 520px);
    --sba-career-bg-x: 12%;
    --sba-career-bg-position: var(--sba-career-bg-x) var(--sba-career-bg-y);
  }
}

@media (max-width: 980px) {
  .career-band {
    min-height: var(--sba-career-section-height, auto);
    padding: 72px clamp(20px, 5vw, 48px);
    padding-left: clamp(20px, 5vw, 48px);
    --sba-career-bg-x: 24%;
    --sba-career-bg-position: var(--sba-career-bg-x) var(--sba-career-bg-y);
  }

  .career-band>div:not(.career-people) {
    width: min(100%, 430px);
    max-width: 430px;
  }

  .sba-page-hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 56px;
    background-position: center bottom;
  }

  .sba-about-intro,
  .sba-values,
  .sba-proof {
    grid-template-columns: 1fr;
  }

  .sba-feature-grid,
  .sba-contact-grid,
  .sba-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sba-contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .sba-contact-strip .career-more {
    margin-left: 0;
  }

  .career-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

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

  .product-row {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
  }

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

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

  .locator-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .career-band {
    display: flex;
    flex-direction: column;
    justify-content: var(--sba-career-mobile-justify, flex-end);
    align-items: var(--sba-career-mobile-align, center);
    text-align: var(--sba-career-mobile-text-align, center);
    gap: var(--sba-career-mobile-gap, 10px);

    min-height: var(--sba-career-section-height, 520px);
    padding: 40px 22px 54px;
    position: relative;
    overflow: hidden;

    --sba-career-active-image: var(--sba-career-mobile-image, var(--sba-career-image, var(--sba-career-default-image)));
    --sba-career-bg-x: center;
    --sba-career-bg-y: center;
    --sba-career-bg-position: var(--sba-career-bg-x) var(--sba-career-bg-y);
    --sba-career-bg-size: cover;
  }

  .career-band .career-people {
    display: none;
  }

  .career-band .career-copy {
    position: absolute;

    left: var(--sba-career-content-x);

    top: var(--sba-career-content-y);

    transform: translateY(-50%);
  }

  .career-band h2 {
    font-size: 32px;
    font-weight: 700;
    /* Pastikan tebal */
    color: #d32f2f;
    /* Contoh warna merah kontras, sesuaikan dengan hex warna merah SBA */
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    /* Memberikan rim light putih tipis di belakang teks */
  }

  .career-subtitle {
    font-size: 18px;
    /* Sedikit dikecilkan dari 23px agar teks panjangnya tidak terlalu menumpuk */
    color: #2c3e50;
    /* Warna biru gelap/charcoal pekat, jauh lebih terbaca dibanding abu-abu */
    font-weight: 600;
    line-height: 1.4;
  }

  .career-band .career-more,
  .sba-contact-strip .career-more {
    display: inline-flex;
    /* Pastikan tipenya flex/inline-flex agar alignment di dalamnya aman */
    align-items: center;
    justify-content: center;

    min-width: 146px;
    min-height: 48px;
    padding: 0 24px 0 54px;
    font-size: 14px;
    z-index: 2;
    margin-top: -2px;

    /* Kunci utama untuk memaksa element inline-block/flex berada di tengah */
    margin-left: auto !important;
    margin-right: auto !important;

    /* Reset float atau transform jika sebelumnya di desktop menggunakan itu */
    float: none;
    left: auto;
    transform: none;
    translate: none;
  }

  .career-band .career-more {
    translate: var(--sba-career-mobile-cta-x, 0px) var(--sba-career-mobile-cta-y, -24px);
  }

  .sba-page-hero {
    padding: 56px 22px 44px;
    background-position: 30% bottom;
  }

  .sba-page-hero__copy h1 {
    font-size: clamp(34px, 9vw, 42px);
  }

  .sba-page-hero__copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .sba-page-hero__panel {
    min-height: 156px;
    padding: 24px;
  }

  .sba-page-hero__panel strong {
    font-size: 27px;
  }

  .sba-feature-grid,
  .sba-contact-grid,
  .sba-stats {
    grid-template-columns: 1fr;
  }

  .sba-value-card,
  .sba-feature-card {
    padding: 24px;
  }

  .sba-feature-card h3 {
    min-height: 0;
    font-size: 20px;
  }

  .sba-about-intro h2,
  .sba-proof h2 {
    font-size: 30px;
  }

  .sba-about-intro__text p {
    font-size: 16px;
  }

  .sba-contact-strip {
    padding: 42px 22px;
  }

  .sba-contact-strip h2 {
    font-size: clamp(20px, 5.5vw, 24px);
  }

  .page-hero {
    padding: 56px 22px 44px;
  }

  .page-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .split-section,
  .content-section,
  .locator-section,
  .single-content {
    padding: 44px 22px;
  }

  .news-section,
  .product-section {
    padding-inline: 22px;
  }

  .news-related {
    width: calc(100% - 44px);
    margin-bottom: 54px;
  }

  .news-related-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news-archive-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news-related .news-body {
    min-height: 142px;
  }

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

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

  .pagination {
    margin-top: 32px;
  }

  .pagination .nav-links {
    gap: 7px;
    padding: 8px;
    border-radius: 22px;
  }

  .pagination .page-numbers {
    min-width: 36px;
    min-height: 36px;
    padding-inline: 11px;
    font-size: 13px;
  }

  .pagination .prev,
  .pagination .next {
    min-width: auto;
    padding-inline: 14px;
  }
}

/* Final CTA alignment guard: keep arrow badge from covering button text. */
.btn,
.career-more {
  box-sizing: border-box;
  overflow: visible;
  min-width: 206px;
  min-height: 54px;
  padding: 0 30px 0 78px;
  gap: 0;
  text-align: center;
  white-space: nowrap;
}

.btn::before,
.career-more span {
  left: 0;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  transform: translate(-34%, -50%) rotate(45deg);
}

.btn::after {
  content: "";
  left: 14px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 4px solid var(--msi-red);
  border-right: 4px solid var(--msi-red);
  transform: translateY(-50%) rotate(45deg);
}

.career-more span::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 4px solid var(--msi-red);
  border-right: 4px solid var(--msi-red);
  transform: rotate(0deg);
}

.btn,
.btn:visited,
.career-more,
.career-more:visited {
  color: var(--msi-white);
}

.btn>*,
.career-more strong {
  position: relative;
  z-index: 1;
}

.sba-contact-strip .career-more {
  min-width: 178px;
}

@media (max-width: 640px) {

  .btn,
  .career-more {
    min-width: 172px;
    min-height: 48px;
    padding: 0 22px 0 66px;
    font-size: 13px;
  }

  .btn::before,
  .career-more span {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    transform: translate(-32%, -50%) rotate(45deg);
  }

  .btn::after {
    left: 13px;
  }

  .btn::after,
  .career-more span::before {
    width: 11px;
    height: 11px;
    border-width: 3px;
  }
}

/* Final loader polish: centered, mobile-safe, and above every floating UI. */
html.is-loading-page,
html.is-loading-page body {
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-loading-page .help-bubble,
html.is-loading-page .help-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 50% 48%, rgba(var(--msi-red-rgb), .055) 0 88px, transparent 164px),
    #ffffff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateZ(0);
  transition:
    opacity 460ms cubic-bezier(.22, 1, .36, 1),
    visibility 460ms cubic-bezier(.22, 1, .36, 1);
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader__mark {
  position: relative;
  isolation: isolate;
  display: grid;
  width: clamp(92px, 13vw, var(--loader-logo-size, 118px));
  height: clamp(92px, 13vw, var(--loader-logo-size, 118px));
  place-items: center;
  color: #ffffff;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%),
    var(--msi-red);
  box-shadow:
    0 24px 64px rgba(var(--msi-red-rgb), .18),
    0 0 0 12px rgba(var(--msi-red-rgb), .025);
  transform: rotate(45deg) scale(.96);
  animation: loader-breathe 1.45s cubic-bezier(.45, 0, .2, 1) infinite;
}

.site-loader__mark.has-loader-image {
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 20px 58px rgba(var(--msi-red-rgb), .12),
    0 0 0 14px rgba(var(--msi-red-rgb), .025);
  transform: none;
  animation: loader-logo-breathe 1.45s cubic-bezier(.45, 0, .2, 1) infinite;
}

.site-loader__mark::before,
.site-loader__mark::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  border: 2px solid rgba(var(--msi-red-rgb), .18);
  opacity: .72;
  transform: scale(.84);
  animation: loader-ring 1.55s cubic-bezier(.16, 1, .3, 1) infinite;
}

.site-loader__mark::before {
  inset: -20px;
}

.site-loader__mark::after {
  inset: -38px;
  animation-delay: 180ms;
}

.site-loader__mark span {
  display: block;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(-45deg);
}

.site-loader__image {
  width: calc(var(--loader-logo-size, 118px) * .76) !important;
  height: calc(var(--loader-logo-size, 118px) * .76) !important;
  max-width: 76% !important;
  max-height: 76% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  transform: none !important;
}

@keyframes loader-logo-breathe {

  0%,
  100% {
    transform: scale(.96);
  }

  50% {
    transform: scale(1.02);
  }
}

@media (max-width: 640px) {
  .site-loader {
    align-items: center;
    justify-items: center;
    padding: env(safe-area-inset-top) 20px env(safe-area-inset-bottom);
    background:
      radial-gradient(circle at 50% 46%, rgba(var(--msi-red-rgb), .06) 0 74px, transparent 142px),
      #ffffff;
  }

  .site-loader__mark {
    --mobile-loader-size: min(var(--loader-logo-size, 118px), 112px);
    width: clamp(84px, 28vw, var(--mobile-loader-size));
    height: clamp(84px, 28vw, var(--mobile-loader-size));
    border-radius: 28px;
    translate: 0 -4vh;
  }

  .site-loader__mark.has-loader-image {
    border-radius: 999px;
  }

  .site-loader__mark::before {
    inset: -16px;
  }

  .site-loader__mark::after {
    inset: -30px;
  }

  .site-loader__mark span {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__mark.has-loader-image {
    animation: none;
  }
}

/* Final mobile hero and loader guard. */
.site-loader__mark.has-loader-image .site-loader__image {
  transform: translateY(-9%) !important;
}

@media (max-width: 640px) {
  .site-loader__mark.has-loader-image .site-loader__image {
    transform: translateY(-11%) !important;
  }

  .hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px 18px 42px;
    overflow: hidden;
  }

  .hero-art {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 0;
    margin-top: 88px;
    aspect-ratio: 1.1;
    overflow: visible;
  }

  .hero-art img {
    width: min(112%, 430px);
    max-width: none;
    margin-inline: auto;
    transform: translateX(-4%);
  }

  .product-stack {
    z-index: 3;
    top: 20px;
    right: 18px;
    width: min(122px, 34vw);
    height: 92px;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(30, 117, 235, .22);
  }

  .promo-emblem {
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 6px;
  }

  .promo-title {
    top: 33px;
    width: 100%;
    padding-inline: 6px;
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.05;
    white-space: normal;
  }

  .promo-cart {
    top: 50px;
    transform: translateX(-50%) scale(.54);
    transform-origin: top center;
  }

  .promo-button {
    bottom: 7px;
    padding: 5px 12px;
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 14px;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 360px;
    margin: 6px auto 0;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: clamp(25px, 8vw, 31px);
    line-height: 1.08;
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 338px;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .product-stack {
    width: 112px;
    height: 86px;
    right: 14px;
  }

  .promo-title {
    top: 31px;
    font-size: 12px;
  }

  .promo-cart {
    top: 47px;
    transform: translateX(-50%) scale(.48);
  }

  .promo-button {
    bottom: 6px;
    padding-inline: 10px;
  }
}

/* Final loader logo alignment polish. */
.site-loader__mark.has-loader-image {
  display: grid;
  place-items: center;
  overflow: visible;
  background: #fff;
}

.site-loader__mark.has-loader-image .site-loader__image {
  display: block !important;
  width: min(calc(var(--loader-logo-size, 118px) * .66), 92px) !important;
  height: min(calc(var(--loader-logo-size, 118px) * .66), 92px) !important;
  max-width: 66% !important;
  max-height: 66% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: translateY(-15%) !important;
}

@media (max-width: 640px) {
  .site-loader {
    place-items: center;
  }

  .site-loader__mark.has-loader-image {
    width: clamp(92px, 27vw, 112px);
    height: clamp(92px, 27vw, 112px);
    translate: 0 -5vh;
  }

  .site-loader__mark.has-loader-image .site-loader__image {
    width: min(calc(var(--loader-logo-size, 118px) * .58), 74px) !important;
    height: min(calc(var(--loader-logo-size, 118px) * .58), 74px) !important;
    max-width: 62% !important;
    max-height: 62% !important;
    transform: translateY(-18%) !important;
  }
}

/* Softer loader backdrop so the page underneath feels less blocked. */
.site-loader {
  background:
    radial-gradient(circle at 50% 48%, rgba(var(--msi-red-rgb), .045) 0 88px, transparent 164px),
    rgba(255, 255, 255, var(--loader-bg-opacity, .9));
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

@media (max-width: 640px) {
  .site-loader {
    background:
      radial-gradient(circle at 50% 46%, rgba(var(--msi-red-rgb), .05) 0 74px, transparent 142px),
      rgba(255, 255, 255, var(--loader-bg-opacity, .9));
  }
}

/* Elementor mobile controls for the hero hashtag. */
@media (max-width: 767px) {
  .hero .hero-hashtag {
    position: absolute;
    top: calc(var(--sba-hero-hashtag-top, calc(var(--sba-promo-card-top, 0px) + var(--sba-promo-card-height, 128px))) + var(--sba-hero-mobile-hashtag-gap, 0px));
    right: var(--sba-hero-hashtag-right, 0px);
    left: auto;
    display: block;
    width: fit-content;
    max-width: calc(100% - 32px);
    margin-top: 0;
  }
}

/* Subtle hero promo e-card float while the page is still at the top. */
@keyframes sbaHeroPromoFloat {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

.hero .product-stack {
  transition: translate 260ms ease, filter 260ms ease, box-shadow 260ms ease;
  will-change: translate;
}

body.sba-hero-promo-floating .hero .product-stack {
  animation: sbaHeroPromoFloat 3.2s ease-in-out infinite;
  filter: drop-shadow(0 18px 22px rgba(20, 98, 230, .16));
}

body:not(.sba-hero-promo-floating) .hero .product-stack {
  animation: none;
  translate: 0 0;
}

@media (max-width: 640px) {
  @keyframes sbaHeroPromoFloatMobile {

    0%,
    100% {
      translate: 0 0;
    }

    50% {
      translate: 0 -5px;
    }
  }

  body.sba-hero-promo-floating .hero .product-stack {
    animation-name: sbaHeroPromoFloatMobile;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .product-stack {
    transition: none;
    will-change: auto;
  }

  body.sba-hero-promo-floating .hero .product-stack {
    animation: none;
    filter: none;
  }
}

/* Final hero image radius guard: apply the same curve to every visual layer. */
.hero .hero-art {
  --sba-hero-effective-radius: var(--sba-hero-image-radius, 34px);
}

.hero .hero-art__media {
  display: inline-block;
  width: fit-content;
  height: auto;
  overflow: hidden;
  border-radius: var(--sba-hero-effective-radius);
  transform: translate(var(--sba-hero-art-x, -22px), var(--sba-hero-art-y, 0)) rotate(var(--sba-hero-image-rotate, 0deg));
  isolation: isolate;
  line-height: 0;
  position: relative;
  padding: var(--sba-hero-frame-padding, 0);
  background: var(--sba-hero-frame-bg, var(--sba-hero-frame-style-bg, transparent));
  border: var(--sba-hero-image-border-width, var(--sba-hero-frame-default-border-width, 0)) solid var(--sba-hero-image-border-color, rgba(255, 255, 255, .92));
  box-shadow:
    0 var(--sba-hero-image-shadow-y, 24px) var(--sba-hero-image-shadow-blur, 58px) var(--sba-hero-image-shadow-spread, -22px) rgba(var(--msi-red-rgb), var(--sba-hero-image-shadow-opacity, var(--sba-hero-frame-default-shadow-opacity, .08))),
    0 14px 34px -18px rgba(31, 41, 51, var(--sba-hero-image-shadow-opacity, var(--sba-hero-frame-default-shadow-opacity, .08)));
}

.hero .hero-art__media::before {
  content: "";
  position: absolute;
  inset: var(--sba-hero-frame-padding, 0);
  z-index: 1;
  border-radius: calc(var(--sba-hero-effective-radius) - min(var(--sba-hero-frame-padding, 0px), 24px));
  background: var(--sba-hero-image-tint-color, transparent);
  opacity: var(--sba-hero-image-tint-opacity, 0);
  pointer-events: none;
}

.hero .hero-art__media::after {
  content: "";
  position: absolute;
  inset: var(--sba-hero-frame-padding, 0);
  z-index: 2;
  border-radius: calc(var(--sba-hero-effective-radius) - min(var(--sba-hero-frame-padding, 0px), 24px));
  background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 42%, rgba(31, 41, 51, .08));
  opacity: var(--sba-hero-image-sheen-opacity, 0);
  pointer-events: none;
}

.hero .hero-art__media img,
.hero .hero-art img {
  position: relative;
  z-index: 0;
  display: block;
  width: var(--sba-hero-art-width, min(720px, 108%));
  height: var(--sba-hero-art-height, auto);
  max-width: none;
  object-fit: var(--sba-hero-image-fit, cover);
  object-position: var(--sba-hero-image-object-x, 50%) var(--sba-hero-image-object-y, 50%);
  border-radius: 0;
  filter: brightness(var(--sba-hero-image-brightness, 1)) contrast(var(--sba-hero-image-contrast, 1)) saturate(var(--sba-hero-image-saturation, 1));
  transform: none;
}

.sba-hero-image-frame-soft-card .hero .hero-art__media {
  --sba-hero-frame-padding: 10px;
  --sba-hero-frame-style-bg: #ffffff;
  --sba-hero-frame-default-border-width: 1px;
  --sba-hero-frame-default-shadow-opacity: .12;
}

.sba-hero-image-frame-editorial .hero .hero-art__media {
  --sba-hero-image-sheen-opacity: .68;
  --sba-hero-frame-default-shadow-opacity: .13;
}

.sba-hero-image-frame-gallery .hero .hero-art__media {
  --sba-hero-frame-padding: 8px;
  --sba-hero-frame-style-bg: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 241, 248, .82));
  --sba-hero-frame-default-border-width: 1px;
  --sba-hero-frame-default-shadow-opacity: .16;
  --sba-hero-image-sheen-opacity: .32;
}

.sba-hero-image-frame-glass .hero .hero-art__media {
  --sba-hero-frame-padding: 12px;
  --sba-hero-frame-style-bg: rgba(255, 255, 255, .64);
  --sba-hero-frame-default-border-width: 1px;
  --sba-hero-frame-default-shadow-opacity: .15;
  --sba-hero-image-sheen-opacity: .48;
  backdrop-filter: blur(12px);
}

.sba-hero-image-frame-cinematic .hero .hero-art__media {
  --sba-hero-frame-padding: 0;
  --sba-hero-frame-style-bg: transparent;
  --sba-hero-frame-default-border-width: 0;
  --sba-hero-frame-default-shadow-opacity: .18;
  --sba-hero-image-sheen-opacity: .18;
}

.sba-hero-image-frame-signature .hero .hero-art__media {
  --sba-hero-frame-padding: 10px;
  --sba-hero-frame-style-bg: linear-gradient(135deg, #ffffff 0%, #ffffff 54%, rgba(255, 231, 243, .95) 100%);
  --sba-hero-frame-default-border-width: 1px;
  --sba-hero-frame-default-shadow-opacity: .17;
  --sba-hero-image-sheen-opacity: .24;
}

.sba-hero-image-frame-print .hero .hero-art__media {
  --sba-hero-frame-padding: 14px;
  --sba-hero-frame-style-bg: #ffffff;
  --sba-hero-frame-default-border-width: 1px;
  --sba-hero-frame-default-shadow-opacity: .14;
}

@media (max-width: 767px) {
  .hero .hero-art__media {
    transform: translate(var(--sba-hero-mobile-art-x, 0), var(--sba-hero-mobile-art-y, 0)) rotate(var(--sba-hero-image-rotate, 0deg));
  }

  .hero .hero-art__media img,
  .hero .hero-art img {
    width: var(--sba-hero-mobile-art-width, var(--sba-hero-art-width, 118%));
    height: var(--sba-hero-mobile-art-height, var(--sba-hero-art-height, auto));
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 28px;
    overflow: visible;
  }

  .hero-art {
    aspect-ratio: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    place-items: center !important;
  }

  .hero-art img {
    width: var(--sba-hero-mobile-art-width, 100%) !important;
    max-width: 330px !important;
    height: var(--sba-hero-mobile-art-height, auto) !important;
    object-fit: contain !important;
    transform: none !important;
    mix-blend-mode: normal;
  }
}

/* Hero responsive composition guard: keep media, text, hashtag, and promo card from colliding. */
@media (min-width: 1281px) {
  .hero {
    grid-template-columns: minmax(520px, .9fr) minmax(410px, .68fr) minmax(176px, .24fr);
    column-gap: clamp(30px, 3.5vw, 72px);
    min-height: clamp(620px, 38vw, 760px);
    padding-inline: clamp(42px, 7vw, 150px);
  }

  .hero.hero--no-promo-card {
    grid-template-columns: minmax(560px, .94fr) minmax(430px, .72fr);
  }

  .hero .hero-art {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
  }

  .hero .hero-copy {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin-left: 0;
  }

  .hero>.hero-hashtag {
    position: absolute;
    left: calc(50% + clamp(66px, 10vw, 178px));
    right: auto;
    bottom: clamp(72px, 7vw, 118px);
    margin: 0;
  }

  .hero .product-stack {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    top: auto;
    right: auto;
    margin: var(--sba-promo-card-top, clamp(78px, 8vw, 124px)) 0 0 var(--sba-promo-card-x, 0px);
    width: var(--sba-promo-card-width, clamp(176px, 11vw, 232px));
    height: var(--sba-promo-card-height, clamp(128px, 8vw, 166px));
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(430px, .86fr) minmax(360px, .68fr) minmax(150px, .24fr);
    column-gap: clamp(22px, 3vw, 48px);
    min-height: 590px;
    padding-inline: clamp(24px, 4vw, 72px);
  }

  .hero.hero--no-promo-card {
    grid-template-columns: minmax(470px, .9fr) minmax(380px, .7fr);
  }

  .hero .hero-art {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
  }

  .hero .hero-art__media img,
  .hero .hero-art img {
    width: min(var(--sba-hero-art-width, 620px), 100%);
  }

  .hero .hero-copy {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: min(100%, 430px);
    max-width: 430px;
    margin-left: 0;
  }

  .hero .hero-copy h1 {
    font-size: clamp(32px, 3.4vw, 43px);
  }

  .hero .hero-copy p:not(.eyebrow) {
    font-size: clamp(16px, 1.55vw, 20px);
  }

  .hero>.hero-hashtag {
    position: absolute;
    left: calc(50% + clamp(44px, 9vw, 124px));
    right: auto;
    bottom: 72px;
    margin: 0;
  }

  .hero .product-stack {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    top: auto;
    right: auto;
    margin: var(--sba-promo-card-top, 96px) 0 0 var(--sba-promo-card-x, 0px);
    width: var(--sba-promo-card-width, 158px);
    height: var(--sba-promo-card-height, 118px);
  }
}

@media (max-width: 1100px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "media"
      "promo"
      "tag";
    row-gap: clamp(18px, 3vw, 28px);
    min-height: 0;
    padding: clamp(34px, 5vw, 58px) clamp(22px, 5vw, 52px) clamp(44px, 6vw, 72px);
    overflow: hidden;
  }

  .hero .hero-copy {
    grid-area: copy;
    justify-self: center;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    transform: none;
  }

  .hero .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1.08;
  }

  .hero .hero-copy p:not(.eyebrow) {
    max-width: 680px;
    margin-inline: auto;
    font-size: clamp(16px, 2.2vw, 20px);
  }

  .hero .hero-art {
    grid-area: media;
    justify-self: center;
    width: min(var(--sba-hero-mobile-art-width, 100%), 100%);
    max-width: 100%;
    min-height: 0;
    margin: 0;
    overflow: visible;
  }

  .hero .hero-art__media {
    width: 100%;
    max-width: 100%;
    transform: translate(var(--sba-hero-mobile-art-x, var(--sba-hero-art-x, 0)), var(--sba-hero-mobile-art-y, var(--sba-hero-art-y, 0))) rotate(var(--sba-hero-image-rotate, 0deg));
  }

  .hero .hero-art__media img,
  .hero .hero-art img {
    width: 100%;
    max-width: 100%;
    height: var(--sba-hero-mobile-art-height, var(--sba-hero-art-height, auto));
    object-fit: contain;
  }

  .hero .product-stack {
    position: relative;
    z-index: 3;
    grid-area: promo;
    align-self: center;
    justify-self: center;
    top: auto;
    right: auto;
    margin: var(--sba-promo-card-top, 0px) 0 0 var(--sba-promo-card-x, 0px);
    width: min(var(--sba-promo-card-width, 180px), 60vw);
    height: var(--sba-promo-card-height, 128px);
  }

  .hero>.hero-hashtag {
    position: absolute;
    z-index: 4;
    grid-area: auto;
    top: calc(var(--sba-hero-hashtag-top, calc(var(--sba-promo-card-top, 0px) + var(--sba-promo-card-height, 128px))) + var(--sba-hero-mobile-hashtag-gap, 0px));
    right: var(--sba-hero-hashtag-right, 0px);
    left: auto;
    justify-self: auto;
    width: fit-content;
    max-width: calc(100% - 24px);
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 28px 18px 40px;
    row-gap: 16px;
    overflow: hidden;
  }

  .hero .hero-copy {
    max-width: 360px;
  }

  .hero .hero-copy h1 {
    max-width: 354px;
    font-size: clamp(28px, 8vw, 34px);
  }

  .hero .hero-copy p:not(.eyebrow) {
    max-width: 338px;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .hero .hero-art {
    width: 100%;
    aspect-ratio: auto !important;
    place-items: center !important;
  }

  .hero .hero-art__media {
    width: 100%;
    transform: translate(var(--sba-hero-mobile-art-x, 0), var(--sba-hero-mobile-art-y, 0)) rotate(var(--sba-hero-image-rotate, 0deg));
  }

  .hero .hero-art__media img,
  .hero .hero-art img {
    width: min(var(--sba-hero-mobile-art-width, 100%), 100%) !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .hero .product-stack {
    width: min(var(--sba-promo-card-width, 150px), calc(100vw - 36px));
    height: var(--sba-promo-card-height, 108px);
  }

  .hero>.hero-hashtag {
    max-width: calc(100% - 24px);
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .hero {
    padding-inline: 14px;
  }

  .hero .hero-copy h1 {
    font-size: 27px;
  }

  .hero .product-stack {
    width: min(var(--sba-promo-card-width, 132px), calc(100vw - 28px));
    height: var(--sba-promo-card-height, 98px);
  }
}


/* =========================================
   Gallery Lightbox Navigation
   ========================================= */

.gallery-lightbox__panel {
  position: relative;
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  z-index: 5;

  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);
  color: #172033;

  font-size: 28px;
  line-height: 1;

  cursor: pointer;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.gallery-lightbox__nav:hover {
  background: #ffffff;
}

.gallery-lightbox__nav:focus-visible {
  outline: 3px solid rgba(220, 20, 90, 0.35);
  outline-offset: 3px;
}

.gallery-lightbox__nav--prev {
  left: 18px;
}

.gallery-lightbox__nav--next {
  right: 18px;
}


/* Counter */

.gallery-lightbox__counter {
  display: block;

  margin-top: 8px;

  font-size: 13px;
  font-weight: 600;

  opacity: 0.65;
}


/* Mobile */

@media (max-width: 782px) {

  .gallery-lightbox__nav {
    width: 42px;
    height: 42px;

    font-size: 22px;
  }

  .gallery-lightbox__nav--prev {
    left: 8px;
  }

  .gallery-lightbox__nav--next {
    right: 8px;
  }

}