/* =========================================================
   MAESTRO MUSIC ARCHIVE — HOMEPAGE V3
   All styles are scoped to .mma-home-v3
   ========================================================= */

.mma-home-v3 {
  --mma-v3-bg: #0b0b0b;
  --mma-v3-panel: #141414;
  --mma-v3-panel-2: #1b1b1b;
  --mma-v3-gold: #d4af37;
  --mma-v3-gold-bright: #f1c40f;
  --mma-v3-text: #f4f1e8;
  --mma-v3-muted: #aaa;
  --mma-v3-border: rgba(212, 175, 55, .28);

  background: var(--mma-v3-bg);
  color: var(--mma-v3-text);
  font-family: Georgia, "Times New Roman", serif;
  min-height: 100vh;
  overflow-x: clip;
}

.mma-home-v3 *,
.mma-home-v3 *::before,
.mma-home-v3 *::after {
  box-sizing: border-box;
}

.mma-home-v3 a {
  color: inherit;
}

/* =========================================================
   HEADER
   ========================================================= */

.mma-home-v3 .mma-frontend-header {
  position: relative;
  z-index: 100;
  background: rgba(12, 12, 12, .97);
  border-bottom: 1px solid var(--mma-v3-border);
  padding: 0 32px;
}

.mma-home-v3 .mma-header-inner {
  width: min(1400px, 100%);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.mma-home-v3 .mma-logo {
  flex: 0 0 auto;
}

.mma-home-v3 .mma-logo a {
  display: block;
}

.mma-home-v3 .mma-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 52px;
}

.mma-home-v3 .mma-navigation {
  flex: 1 1 auto;
}

.mma-home-v3 .mma-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.mma-home-v3 .mma-navigation li {
  margin: 0;
  padding: 0;
}

.mma-home-v3 .mma-navigation li a {
  display: inline-block;
  padding: 28px 0 24px;
  color: #d7d2c7;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .25s ease, border-color .25s ease;
}

.mma-home-v3 .mma-navigation li a:hover,
.mma-home-v3 .mma-navigation li a:focus,
.mma-home-v3 .mma-navigation li.mma-menu-item-active a {
  color: var(--mma-v3-gold-bright);
  border-bottom-color: var(--mma-v3-gold-bright);
  outline: none;
}

.mma-home-v3 .mma-header-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mma-home-v3 .mma-search-toggle,
.mma-home-v3 .mma-user-icon {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--mma-v3-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.mma-home-v3 .mma-search-toggle:hover,
.mma-home-v3 .mma-user-icon:hover {
  color: var(--mma-v3-gold-bright);
}

.mma-home-v3 .mma-icon-search::before {
  content: "\f179";
  font-family: dashicons;
  font-size: 21px;
}

.mma-home-v3 .mma-search-container {
  display: none;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto 20px;
}

.mma-home-v3 .mma-search-container[aria-hidden="false"] {
  display: block;
}

.mma-home-v3 .mma-search-container form {
  display: flex;
  gap: 10px;
}

.mma-home-v3 .mma-search-container input {
  flex: 1;
  min-width: 0;
  padding: 13px 16px;
  border: 1px solid var(--mma-v3-border);
  background: #080808;
  color: #fff;
}

.mma-home-v3 .mma-search-container button {
  border: 0;
  background: var(--mma-v3-gold);
  color: #111;
  padding: 0 22px;
  font-weight: 700;
  cursor: pointer;
}

/* =========================================================
   HERO
   ========================================================= */

.mma-home-v3 .mma-v3-hero {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  min-height: 0;
  min-height: 0;
  margin: 0 auto 30px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 55px;
}

.mma-home-v3 .mma-v3-hero-content {
  flex: 1 1 auto;
  max-width: 680px;
}

.mma-home-v3 .mma-v3-hero-eyebrow {
  margin: 0 0 18px;
  color: var(--mma-v3-gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}

.mma-home-v3 .mma-v3-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 7vw, 100px);
  line-height: .95;
  letter-spacing: -.035em;
}

.mma-home-v3 .mma-v3-hero-subtitle {
  margin: 22px 0 14px;
  color: var(--mma-v3-gold);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
}

.mma-home-v3 .mma-v3-hero-intro {
  max-width: 600px;
  margin: 0 0 34px;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 1.7;
}

.mma-home-v3 .mma-v3-hero-search {
  display: flex;
  width: min(600px, 100%);
  gap: 10px;
}

.mma-home-v3 .mma-v3-hero-search input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 17px;
  border: 1px solid #555;
  border-radius: 2px;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.mma-home-v3 .mma-v3-hero-search input[type="search"]:focus {
  border-color: var(--mma-v3-gold);
  outline: none;
}

.mma-home-v3 .mma-v3-hero-search button {
  height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 2px;
  background: var(--mma-v3-gold);
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}

.mma-home-v3 .mma-v3-hero-search button:hover {
  background: var(--mma-v3-gold-bright);
}

.mma-home-v3 .mma-v3-hero-portrait-wrap {
  flex: 0 0 350px;
  width: 350px;
  border: 1px solid var(--mma-v3-gold);
  background: #050505;
  box-shadow: 0 15px 50px rgba(0, 0, 0, .55);
  overflow: hidden;
}

.mma-home-v3 .mma-v3-hero-portrait {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================================
   COMMON SECTIONS
   ========================================================= */

.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
  width: min(1240px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.mma-home-v3 .mma-v3-section-title {
  margin: 0 0 28px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

.mma-home-v3 .mma-v3-section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 12px;
  background: var(--mma-v3-gold);
}

/* =========================================================
   STATISTICS
   ========================================================= */

.mma-home-v3 .mma-v3-stat-boxes {
  padding: 0 0 70px;
}

.mma-home-v3 .mma-v3-stat-boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mma-home-v3 .mma-stat-box {
  min-height: 125px;
  padding: 24px 18px;
  background: linear-gradient(145deg, #191919, #101010);
  border: 1px solid var(--mma-v3-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}

.mma-home-v3 .mma-stat-box:hover {
  transform: translateY(-4px);
  border-color: var(--mma-v3-gold);
}

.mma-home-v3 .mma-stat-icon {
  display: none;
}

.mma-home-v3 .mma-stat-count {
  color: var(--mma-v3-gold);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.mma-home-v3 .mma-stat-title {
  margin-top: 10px;
  color: #c5c5c5;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* =========================================================
   LANGUAGES
   ========================================================= */

.mma-home-v3 .mma-v3-language-chips {
  padding: 0 0 60px;
}

.mma-home-v3 .mma-v3-language-chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mma-home-v3 .mma-v3-language-chip,
.mma-home-v3 .mma-v3-language-chips-wrapper .mma-language-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 19px;
  border: 1px solid #414141;
  border-radius: 24px;
  background: #151515;
  color: #d0d0d0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s ease;
}

.mma-home-v3 .mma-v3-language-chip:hover,
.mma-home-v3 .mma-v3-language-chips-wrapper .mma-language-chip:hover,
.mma-home-v3 .mma-v3-language-chip--active {
  border-color: var(--mma-v3-gold);
  background: rgba(212, 175, 55, .12);
  color: var(--mma-v3-gold);
}

/* =========================================================
   DECADES
   ========================================================= */

.mma-home-v3 .mma-v3-decades-nav {
  padding: 0 0 70px;
}

.mma-home-v3 .mma-v3-decades-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.mma-home-v3 .mma-v3-decade-item a {
  display: block;
  padding: 18px 10px;
  border: 1px solid #363636;
  background: #131313;
  color: #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
}

.mma-home-v3 .mma-v3-decade-item a:hover {
  border-color: var(--mma-v3-gold);
  color: var(--mma-v3-gold);
  background: #19160d;
}

/* =========================================================
   ALBUMS
   ========================================================= */

.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums {
  padding: 0 0 76px;
}

.mma-home-v3 .mma-v3-album-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mma-home-v3 .mma-v3-album-grid .mma-album-card {
  min-width: 0;
}

/* Generic styling for existing album card markup */
.mma-home-v3 .mma-album-card {
  overflow: hidden;
  border: 1px solid #292929;
  background: #151515;
  transition: transform .25s ease, border-color .25s ease;
}

.mma-home-v3 .mma-album-card:hover {
  transform: translateY(-5px);
  border-color: var(--mma-v3-gold);
}

/* =========================================================
   EXPLORE ARCHIVE
   ========================================================= */

.mma-home-v3 .mma-v3-explore-archive {
  padding: 0 0 90px;
}

.mma-home-v3 .mma-v3-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mma-home-v3 .mma-v3-explore-card {
  min-height: 125px;
  padding: 24px;
  border: 1px solid #303030;
  background: linear-gradient(145deg, #181818, #101010);
  color: #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease;
}

.mma-home-v3 .mma-v3-explore-card .dashicons {
  width: auto;
  height: auto;
  color: var(--mma-v3-gold);
  font-size: 28px;
}

.mma-home-v3 .mma-v3-explore-label {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mma-home-v3 .mma-v3-explore-card:hover {
  border-color: var(--mma-v3-gold);
  background: #1b1a15;
  transform: translateY(-4px);
  color: var(--mma-v3-gold);
}

/* =========================================================
   FOOTER
   ========================================================= */

.mma-home-v3 .mma-frontend-footer,
.mma-home-v3 #mma-frontend-footer {
  border-top: 1px solid var(--mma-v3-border);
  background: #080808;
  color: #999;
}

.mma-home-v3 .mma-footer-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 45px 0 30px;
}

.mma-home-v3 .mma-footer-menu {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mma-home-v3 .mma-footer-menu a {
  color: #aaa;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.mma-home-v3 .mma-footer-menu a:hover {
  color: var(--mma-v3-gold);
}

.mma-home-v3 .mma-footer-description p {
  margin: 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.mma-home-v3 .mma-footer-copyright {
  padding-top: 20px;
  border-top: 1px solid #222;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .mma-home-v3 .mma-navigation ul {
    gap: 14px;
  }

  .mma-home-v3 .mma-navigation li a {
    font-size: 12px;
  }

  .mma-home-v3 .mma-v3-hero {
    gap: 40px;
  }

  .mma-home-v3 .mma-v3-hero-portrait-wrap {
    flex-basis: 310px;
    width: 310px;
  }

  .mma-home-v3 .mma-v3-album-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mma-home-v3 .mma-header-inner {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .mma-home-v3 .mma-navigation {
    order: 3;
    flex-basis: 100%;
    overflow-x: auto;
  }

  .mma-home-v3 .mma-navigation ul {
    justify-content: flex-start;
    min-width: max-content;
  }

  .mma-home-v3 .mma-navigation li a {
    padding: 8px 0;
  }

  .mma-home-v3 .mma-v3-hero {
    flex-direction: column;
    align-items: stretch;
    padding-top: 55px;
  }

  .mma-home-v3 .mma-v3-hero-content {
    max-width: none;
  }

  .mma-home-v3 .mma-v3-hero-portrait-wrap {
    align-self: center;
    flex-basis: auto;
    width: min(420px, 100%);
  }

  .mma-home-v3 .mma-v3-stat-boxes-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mma-home-v3 .mma-v3-decades-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 600px) {
  .mma-home-v3 .mma-frontend-header {
    padding: 0 18px;
  }

  .mma-home-v3 .mma-header-inner {
    min-height: 68px;
  }

  .mma-home-v3 .mma-logo img {
    max-width: 145px;
    max-height: 44px;
  }

  .mma-home-v3 .mma-v3-hero,
  .mma-home-v3 .mma-v3-stat-boxes,
  .mma-home-v3 .mma-v3-language-chips,
  .mma-home-v3 .mma-v3-decades-nav,
  .mma-home-v3 .mma-v3-featured-albums,
  .mma-home-v3 .mma-v3-latest-albums,
  .mma-home-v3 .mma-v3-explore-archive {
    width: min(100% - 30px, 1240px);
  }

  .mma-home-v3 .mma-v3-hero {
    padding-top: 42px;
    padding-bottom: 55px;
  }

  .mma-home-v3 .mma-v3-hero-title {
    font-size: clamp(45px, 14vw, 70px);
  }

  .mma-home-v3 .mma-v3-hero-search {
    flex-direction: column;
  }

  .mma-home-v3 .mma-v3-hero-search button {
    height: 48px;
  }

  .mma-home-v3 .mma-v3-stat-boxes-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mma-home-v3 .mma-v3-stat-box:last-child {
    grid-column: 1 / -1;
  }

  .mma-home-v3 .mma-v3-decades-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mma-home-v3 .mma-v3-album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

  .mma-home-v3 .mma-footer-inner {
    width: calc(100% - 30px);
  }
}

@media (max-width: 380px) {
  .mma-home-v3 .mma-v3-album-grid,
  .mma-home-v3 .mma-v3-explore-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   V3 FINAL LAYOUT OVERRIDES
   Hero + Statistics + Archive Sections
   All rules scoped to .mma-home-v3
   ========================================================= */

/* Main V3 content width */
/* Main V3 content width */
.mma-home-v3 .mma-frontend-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Hero - desktop two-column layout */
.mma-home-v3 .mma-v3-hero {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  min-height: 0;
  margin: 0 auto 55px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 55px;
}

/* Hero text */
.mma-home-v3 .mma-v3-hero-content {
  min-width: 0;
  max-width: none;
}

/* Hero portrait */
.mma-home-v3 .mma-v3-hero-portrait-wrap {
  width: 100%;
  min-width: 0;
  max-width: 360px;
  margin: 0 auto;
  flex: none;
  overflow: hidden;
}

.mma-home-v3 .mma-v3-hero-portrait {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================================
   STATISTICS - FIVE HORIZONTAL CARDS
   ========================================================= */

.mma-home-v3 .mma-v3-stat-boxes {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 0 auto 55px;
  padding: 0;
}

.mma-home-v3 .mma-v3-stat-boxes-wrapper {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch;
}

.mma-home-v3 .mma-stat-box {
  width: auto !important;
  min-width: 0;
  min-height: 150px;
  margin: 0 !important;
  padding: 28px 16px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 10px;
  background: #222;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.mma-home-v3 .mma-stat-icon {
  margin: 0 0 10px;
  line-height: 1;
}

.mma-home-v3 .mma-stat-icon .dashicons {
  width: auto;
  height: auto;
  font-size: 30px;
  color: #f1c40f;
}

.mma-home-v3 .mma-stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mma-home-v3 .mma-stat-count {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #f1c40f;
}

.mma-home-v3 .mma-stat-title {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #f1c40f;
}

/* =========================================================
   LANGUAGE / DECADE / ALBUM / EXPLORE WIDTHS
   ========================================================= */

.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Languages */
.mma-home-v3 .mma-v3-language-chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mma-home-v3 .mma-v3-language-chips-wrapper .mma-v3-language-chip,
.mma-home-v3 .mma-v3-language-chips-wrapper .mma-language-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* Decades */
.mma-home-v3 .mma-v3-decades-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Albums */
.mma-home-v3 .mma-v3-album-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* Explore archive */
.mma-home-v3 .mma-v3-explore-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .mma-home-v3 .mma-v3-hero {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 35px;
  }

  .mma-home-v3 .mma-v3-stat-boxes-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mma-home-v3 .mma-v3-album-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mma-home-v3 .mma-v3-hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mma-home-v3 .mma-v3-hero-portrait-wrap {
    max-width: 420px;
  }

  .mma-home-v3 .mma-v3-stat-boxes-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

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

@media (max-width: 600px) {
  .mma-home-v3 .mma-v3-hero,
  .mma-home-v3 .mma-v3-stat-boxes,
  .mma-home-v3 .mma-v3-language-chips,
  .mma-home-v3 .mma-v3-decades-nav,
  .mma-home-v3 .mma-v3-featured-albums,
  .mma-home-v3 .mma-v3-latest-albums,
  .mma-home-v3 .mma-v3-explore-archive {
    width: calc(100% - 28px);
  }

  .mma-home-v3 .mma-v3-stat-boxes-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .mma-home-v3 .mma-stat-box {
    min-height: 135px;
    padding: 22px 10px !important;
  }

  .mma-home-v3 .mma-v3-album-grid,
  .mma-home-v3 .mma-v3-explore-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .mma-home-v3 .mma-v3-stat-boxes-wrapper {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   V3 SPACING FIX
   Reduce excessive vertical gaps between homepage sections
   ========================================================= */

.mma-home-v3 .mma-v3-stat-boxes {
  padding-bottom: 28px;
}

.mma-home-v3 .mma-v3-language-chips {
  padding-bottom: 28px;
}

.mma-home-v3 .mma-v3-decades-nav {
  padding-bottom: 32px;
}

.mma-home-v3 .mma-v3-featured-albums {
  padding-bottom: 38px;
}

.mma-home-v3 .mma-v3-latest-albums {
  padding-bottom: 38px;
}

.mma-home-v3 .mma-v3-explore-archive {
  padding-bottom: 45px;
}

.mma-home-v3 .mma-v3-section-title {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mma-home-v3 .mma-v3-stat-boxes,
  .mma-home-v3 .mma-v3-language-chips {
    padding-bottom: 22px;
  }

  .mma-home-v3 .mma-v3-decades-nav {
    padding-bottom: 26px;
  }

  .mma-home-v3 .mma-v3-featured-albums,
  .mma-home-v3 .mma-v3-latest-albums {
    padding-bottom: 30px;
  }

  .mma-home-v3 .mma-v3-explore-archive {
    padding-bottom: 35px;
  }
}

/* =========================================================
   V3 HEADER → HERO GAP FIX
   Remove unintended vertical space before hero
   ========================================================= */

.mma-home-v3 .mma-frontend-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.mma-home-v3 .mma-frontend-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mma-home-v3 .mma-v3-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* =========================================================
   V3 CONTENT CENTERING
   Keep header unchanged.
   Center all homepage content within a 1200px container.
   ========================================================= */

.mma-home-v3 .mma-v3-hero,
.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}


/* =========================================================
   V3 FINAL HERO + CONTENT CENTER FIX
   Header remains unchanged
   ========================================================= */

.mma-home-v3 .mma-v3-hero {
  display: grid !important;
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}


/* =========================================================
   V3 FINAL CONTAINER RESET
   Isolate homepage V3 from global frontend.css
   ========================================================= */

.mma-home-v3 .mma-frontend-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mma-home-v3 .mma-v3-hero,
.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   V3 MASTER CONTAINER FIX
   The main wrapper must be full width.
   Individual V3 sections control their own 1200px width.
   Header remains unchanged.
   ========================================================= */

.mma-home-v3 .mma-frontend-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* V3 sections — centered 1200px content area */
.mma-home-v3 .mma-v3-hero,
.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Keep hero as the V3 grid */
.mma-home-v3 .mma-v3-hero {
  display: grid !important;
}


/* =========================================================
   HOMEPAGE V3 — FINAL LAYOUT OVERRIDES
   V3 ONLY — DO NOT REMOVE
   ========================================================= */

/* V3 main content container */
.mma-home-v3 .mma-frontend-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* V3 hero */
.mma-home-v3 .mma-v3-hero {
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin: 0 auto 30px !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    align-items: start !important;
    gap: 55px !important;
}

/* Hero content */
.mma-home-v3 .mma-v3-hero-content {
    width: auto !important;
    max-width: 680px !important;
}

/* Hero search */
.mma-home-v3 .mma-v3-hero-search {
    display: flex !important;
    width: min(600px, 100%) !important;
    max-width: 600px !important;
}

/* Hero portrait */
.mma-home-v3 .mma-v3-hero-portrait-wrap {
    width: 350px !important;
    max-width: 350px !important;
    flex: 0 0 350px !important;
}

/* All V3 sections use the same centered content width */
.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Statistics — FIVE CARDS IN ONE ROW */
.mma-home-v3 .mma-v3-stat-boxes-wrapper {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

/* Individual statistic cards */
.mma-home-v3 .mma-v3-stat-box {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}

/* Language chips */
.mma-home-v3 .mma-v3-language-chips-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Decades */
.mma-home-v3 .mma-v3-decades-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Explore archive — FOUR COLUMNS */
.mma-home-v3 .mma-v3-explore-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
}

/* Explore cards */
.mma-home-v3 .mma-v3-explore-card {
    width: auto !important;
    max-width: none !important;
}

/* Album grids */
.mma-home-v3 .mma-v3-album-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .mma-home-v3 .mma-v3-hero {
        grid-template-columns: 1fr !important;
    }

    .mma-home-v3 .mma-v3-hero-content {
        max-width: none !important;
    }

    .mma-home-v3 .mma-v3-hero-portrait-wrap {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
    }

    .mma-home-v3 .mma-v3-stat-boxes-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .mma-home-v3 .mma-v3-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .mma-home-v3 .mma-v3-album-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 600px) {

    .mma-home-v3 .mma-v3-hero,
    .mma-home-v3 .mma-v3-stat-boxes,
    .mma-home-v3 .mma-v3-language-chips,
    .mma-home-v3 .mma-v3-decades-nav,
    .mma-home-v3 .mma-v3-featured-albums,
    .mma-home-v3 .mma-v3-latest-albums,
    .mma-home-v3 .mma-v3-explore-archive {
        width: calc(100% - 30px) !important;
    }

    .mma-home-v3 .mma-v3-stat-boxes-wrapper {
        grid-template-columns: 1fr !important;
    }

    .mma-home-v3 .mma-v3-explore-grid,
    .mma-home-v3 .mma-v3-album-grid {
        grid-template-columns: 1fr !important;
    }

    .mma-home-v3 .mma-v3-hero-search {
        width: 100% !important;
    }
}


/* =========================================================
   HERO PORTRAIT — CINEMATIC BLENDED FINISH
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
  width: 420px;
  max-width: 100%;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

/* Soft atmospheric fade around the portrait */
.mma-home-v3 .mma-v3-hero-portrait-wrap::after {
  content: "";
  position: absolute;
  inset: -10% -15%;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0) 35%,
    rgba(0,0,0,.35) 65%,
    rgba(0,0,0,.95) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* Remove the rectangular-photo appearance */
.mma-home-v3 .mma-v3-hero-portrait {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  object-fit: contain;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  /* Black disappears naturally into the page */
  mix-blend-mode: screen;

  /* Soft fade at the edges */
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    #000 48%,
    rgba(0,0,0,.92) 62%,
    rgba(0,0,0,.55) 78%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    #000 48%,
    rgba(0,0,0,.92) 62%,
    rgba(0,0,0,.55) 78%,
    transparent 100%
  );
}

/* Keep the hero visually balanced */
.mma-home-v3 .mma-v3-hero {
  align-items: center;
}

/* Tablet */
@media (max-width: 900px) {
  .mma-home-v3 .mma-v3-hero-portrait-wrap {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0;
  }

  .mma-home-v3 .mma-v3-hero-portrait {
    max-width: 420px;
  }
}


/* =========================================================
   HOMEPAGE V3 — FINAL CINEMATIC HERO / SPACING
   ========================================================= */

/* ---------------------------------------------------------
   HERO — give the section breathing room below header
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero {
    width: min(1240px, calc(100% - 48px));
    max-width: 1240px;
    margin: 30px auto 30px;
    padding: 0;
    align-items: center;
    position: relative;
}

/* ---------------------------------------------------------
   HERO CONTENT
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero-content {
    position: relative;
    z-index: 5;
    max-width: 700px;
}

/* ---------------------------------------------------------
   PORTRAIT — REMOVE BOX COMPLETELY
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    width: 420px !important;
    max-width: 420px !important;
    height: auto !important;

    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;

    overflow: visible !important;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;
}

/* Kill any inherited border/background */
.mma-home-v3 .mma-v3-hero-portrait-wrap::before,
.mma-home-v3 .mma-v3-hero-portrait-wrap::after {
    border: none !important;
    box-shadow: none !important;
}

/* ---------------------------------------------------------
   PORTRAIT — CINEMATIC FADE
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero-portrait {
    display: block;

    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;

    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;

    object-fit: contain;

    /*
     * Remove the black photographic background visually.
     * The black portions disappear into the page.
     */
    mix-blend-mode: screen;

    /*
     * Strong feather around all four edges.
     */
    -webkit-mask-image:
        radial-gradient(
            ellipse 78% 82% at 50% 48%,
            #000 38%,
            rgba(0,0,0,.98) 52%,
            rgba(0,0,0,.75) 68%,
            rgba(0,0,0,.35) 82%,
            transparent 100%
        );

    mask-image:
        radial-gradient(
            ellipse 78% 82% at 50% 48%,
            #000 38%,
            rgba(0,0,0,.98) 52%,
            rgba(0,0,0,.75) 68%,
            rgba(0,0,0,.35) 82%,
            transparent 100%
        );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

/* ---------------------------------------------------------
   SOFT ATMOSPHERIC GLOW / FADE BEHIND PORTRAIT
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    isolation: isolate;
}

.mma-home-v3 .mma-v3-hero-portrait-wrap::after {
    content: "";
    position: absolute;

    width: 135%;
    height: 115%;

    left: 50%;
    top: 48%;

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

    background:
        radial-gradient(
            ellipse at center,
            rgba(80,80,80,.16) 0%,
            rgba(40,40,40,.10) 38%,
            rgba(0,0,0,0) 72%
        );

    pointer-events: none;
    z-index: -1;

    border: none !important;
    box-shadow: none !important;
}

/* ---------------------------------------------------------
   HERO / STATISTICS VISUAL CONNECTION
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-stat-boxes {
    position: relative;
    z-index: 5;
    margin-top: 0;
}

/* ---------------------------------------------------------
   CONSISTENT MAIN CONTENT WIDTH
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
    width: min(1240px, calc(100% - 48px));
    max-width: 1240px;

    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------------------
   SECTION SPACING
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-language-chips {
    margin-top: 5px;
    margin-bottom: 30px;
}

.mma-home-v3 .mma-v3-decades-nav {
    margin-bottom: 32px;
}

.mma-home-v3 .mma-v3-explore-archive {
    margin-top: 0;
}

/* ---------------------------------------------------------
   LANGUAGE / DECADE / EXPLORE ALIGNMENT
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-explore-archive {
    text-align: left;
}

/* ---------------------------------------------------------
   SECTION TITLES
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-section-title {
    margin-top: 0;
    margin-bottom: 26px;
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .mma-home-v3 .mma-v3-hero {
        width: min(100% - 32px, 700px);
        margin-top: 24px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mma-home-v3 .mma-v3-hero-content {
        max-width: none;
    }

    .mma-home-v3 .mma-v3-hero-portrait-wrap {
        width: min(420px, 100%) !important;
        max-width: 420px !important;
        margin: 0 auto;
    }

    .mma-home-v3 .mma-v3-hero-portrait {
        width: 100% !important;
        max-width: 420px !important;
    }

    .mma-home-v3 .mma-v3-stat-boxes,
    .mma-home-v3 .mma-v3-language-chips,
    .mma-home-v3 .mma-v3-decades-nav,
    .mma-home-v3 .mma-v3-featured-albums,
    .mma-home-v3 .mma-v3-latest-albums,
    .mma-home-v3 .mma-v3-explore-archive {
        width: calc(100% - 32px);
    }
}


/* =========================================================
   HOMEPAGE V3 — FINAL VISUAL POLISH
   Hero blend + header spacing + centered content
   ========================================================= */

/* ---------------------------------------------------------
   HERO — centered, controlled height, breathing room
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero {
    width: min(1200px, calc(100% - 48px));
    max-width: 1200px;
    margin: 28px auto 36px;
    min-height: 470px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 40px;
}

/* Keep the text area vertically balanced */
.mma-home-v3 .mma-v3-hero-content {
    max-width: 700px;
    align-self: center;
}

/* ---------------------------------------------------------
   HERO PORTRAIT — NO BOX / NO BORDER
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    width: 100%;
    max-width: 430px;
    height: 470px;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible;

    display: flex;
    align-items: center;
    justify-content: center;

    justify-self: end;
}

/* Blend the portrait naturally into the black background */
.mma-home-v3 .mma-v3-hero-portrait {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center center;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    /*
     * Fade the left, top and bottom edges.
     * The portrait itself remains strong on the right.
     */
    -webkit-mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,.18) 10%,
            black 28%,
            black 86%,
            rgba(0,0,0,.65) 96%,
            transparent 100%
        ),
        linear-gradient(
            to bottom,
            transparent 0%,
            black 8%,
            black 88%,
            transparent 100%
        );

    mask-image:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0,0,0,.18) 10%,
            black 28%,
            black 86%,
            rgba(0,0,0,.65) 96%,
            transparent 100%
        ),
        linear-gradient(
            to bottom,
            transparent 0%,
            black 8%,
            black 88%,
            transparent 100%
        );

    -webkit-mask-composite: source-in;
    mask-composite: intersect;

    filter: contrast(1.04);
}

/* ---------------------------------------------------------
   ALL MAIN HOME SECTIONS — SAME CENTERED CONTENT WIDTH
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-stat-boxes,
.mma-home-v3 .mma-v3-language-chips,
.mma-home-v3 .mma-v3-decades-nav,
.mma-home-v3 .mma-v3-featured-albums,
.mma-home-v3 .mma-v3-latest-albums,
.mma-home-v3 .mma-v3-explore-archive {
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ---------------------------------------------------------
   STATISTICS — keep them inside centered container
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-stat-boxes {
    padding-bottom: 68px;
}

/* ---------------------------------------------------------
   SECTION HEADINGS — left aligned like reference
   --------------------------------------------------------- */

.mma-home-v3 .mma-v3-section-title {
    text-align: left;
}

/* ---------------------------------------------------------
   MOBILE / TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .mma-home-v3 .mma-v3-hero {
        width: min(100% - 32px, 720px);
        margin-top: 24px;
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
    }

    .mma-home-v3 .mma-v3-hero-content {
        max-width: none;
    }

    .mma-home-v3 .mma-v3-hero-portrait-wrap {
        width: min(100%, 420px);
        height: 420px;
        justify-self: center;
    }

    .mma-home-v3 .mma-v3-hero-portrait {
        width: 100%;
        height: 100%;
    }

    .mma-home-v3 .mma-v3-stat-boxes,
    .mma-home-v3 .mma-v3-language-chips,
    .mma-home-v3 .mma-v3-decades-nav,
    .mma-home-v3 .mma-v3-featured-albums,
    .mma-home-v3 .mma-v3-latest-albums,
    .mma-home-v3 .mma-v3-explore-archive {
        width: min(100% - 32px, 720px) !important;
    }
}

@media (max-width: 600px) {

    .mma-home-v3 .mma-v3-hero {
        width: calc(100% - 28px);
        margin-top: 20px;
        gap: 20px;
    }

    .mma-home-v3 .mma-v3-hero-portrait-wrap {
        height: 350px;
    }

    .mma-home-v3 .mma-v3-stat-boxes,
    .mma-home-v3 .mma-v3-language-chips,
    .mma-home-v3 .mma-v3-decades-nav,
    .mma-home-v3 .mma-v3-featured-albums,
    .mma-home-v3 .mma-v3-latest-albums,
    .mma-home-v3 .mma-v3-explore-archive {
        width: calc(100% - 28px) !important;
    }
}


/* =========================================================
   HERO PORTRAIT — REDUCE HEIGHT
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    height: 400px;
    max-height: 400px;
}

.mma-home-v3 .mma-v3-hero-portrait {
    height: 400px;
    max-height: 400px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .mma-home-v3 .mma-v3-hero-portrait-wrap {
        height: 380px;
        max-height: 380px;
    }

    .mma-home-v3 .mma-v3-hero-portrait {
        height: 380px;
        max-height: 380px;
    }
}

@media (max-width: 600px) {
    .mma-home-v3 .mma-v3-hero-portrait-wrap {
        height: 330px;
        max-height: 330px;
    }

    .mma-home-v3 .mma-v3-hero-portrait {
        height: 330px;
        max-height: 330px;
    }
}


/* =========================================================
   HERO PORTRAIT - FINAL SEAMLESS BLEND
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
  width: 350px !important;
  height: 390px !important;
  flex: 0 0 350px !important;
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mma-home-v3 .mma-v3-hero-portrait {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  mix-blend-mode: screen !important;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 10%,
    #000 88%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 10%,
    #000 88%,
    transparent 100%
  );
}


/* =========================================================
   HERO PORTRAIT - SLIGHTLY LARGER
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait {
  transform: scale(1.08) !important;
  transform-origin: center center !important;
}


/* =========================================================
   HERO PORTRAIT - SLIGHTLY LARGER
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait {
  transform: scale(1.15) !important;
  transform-origin: center center !important;
}


/* =========================================================
   HERO IMAGE — SLIGHTLY TALLER
   Keep existing blend, width and positioning
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    height: 430px;
}

.mma-home-v3 .mma-v3-hero-portrait {
    height: 430px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
}


/* =========================================================
   HERO IMAGE — SLIGHTLY TALLER
   Keep existing blend, width and positioning
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    height: 480px;
}

.mma-home-v3 .mma-v3-hero-portrait {
    height: 480px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
}


/* =========================================================
   HERO IMAGE — VERTICAL CENTERING
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mma-home-v3 .mma-v3-hero-portrait {
    height: 430px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
}


/* =========================================================
   HERO PORTRAIT — TRUE VERTICAL CENTER
   ========================================================= */

.mma-home-v3 .mma-v3-hero-portrait-wrap {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}


/* =========================================================
   HOMEPAGE — CENTER BROWSE BY LANGUAGE
   ========================================================= */

.mma-home-v3 .mma-v3-language-section {
    text-align: center;
}

.mma-home-v3 .mma-v3-language-section .mma-v3-section-title {
    text-align: center;
}

.mma-home-v3 .mma-v3-language-section .mma-v3-language-filters,
.mma-home-v3 .mma-v3-language-section .mma-v3-decade-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


/* Home V3 sticky header */
.mma-home-v3 .mma-frontend-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

