:root {
  --mmb-bg: #0b0b0b;
  --mmb-bg-2: #111111;
  --mmb-paper: #f3eee4;
  --mmb-white: #fff;
  --mmb-muted: #a8a39b;
  --mmb-line: rgba(255,255,255,.14);
  --mmb-rust: #bb4e2f;
  --mmb-gold: #c9a96b;
  --mmb-max: 1320px;
  --mmb-pad: clamp(18px, 4vw, 56px);
  --mmb-head: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
  --mmb-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mmb-radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mmb-theme { margin: 0; background: var(--mmb-bg); color: var(--mmb-paper); font-family: var(--mmb-body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.mmb-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--mmb-rust); color: #fff; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mmb-skip-link { position: fixed; left: 12px; top: 12px; z-index: 9999; transform: translateY(-160%); background: #fff; color: #000; padding: 10px 14px; }
.mmb-skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--mmb-gold); outline-offset: 4px; }

.mmb-shell { width: min(var(--mmb-max), calc(100% - (var(--mmb-pad) * 2))); margin-inline: auto; }
.mmb-main { min-height: 60vh; }

.mmb-header { position: fixed; z-index: 900; top: 0; left: 0; right: 0; height: 86px; transition: background .25s ease, border-color .25s ease, height .25s ease; border-bottom: 1px solid transparent; }
.mmb-header.is-scrolled { height: 72px; background: rgba(11,11,11,.92); border-color: var(--mmb-line); backdrop-filter: blur(14px); }
.mmb-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mmb-brand { flex: 0 0 auto; }
.custom-logo-link img { max-width: 220px; max-height: 60px; width: auto; }
.mmb-wordmark { font-family: var(--mmb-head); letter-spacing: .055em; font-weight: 900; font-size: clamp(1.25rem,2vw,1.65rem); line-height: 1; }
.mmb-wordmark span { color: var(--mmb-rust); }
.mmb-nav-wrap { display: flex; align-items: center; gap: 22px; }
.mmb-primary-nav ul { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); list-style: none; padding: 0; margin: 0; }
.mmb-primary-nav a, .mmb-language, .mmb-cart-link { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; opacity: .82; transition: opacity .2s ease, color .2s ease; }
.mmb-primary-nav a:hover, .mmb-primary-nav .current-menu-item > a, .mmb-language:hover, .mmb-language.is-current { opacity: 1; color: #fff; }
.mmb-languages { display: flex; gap: 7px; padding-left: 8px; border-left: 1px solid var(--mmb-line); }
.mmb-language { font-size: .7rem; }
.mmb-cart-link { white-space: nowrap; }
.mmb-cart-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; border: 1px solid var(--mmb-line); border-radius: 99px; font-size: .62rem; margin-left: 4px; }
.mmb-header-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.75); font-size: .72rem; font-weight: 900; letter-spacing: .1em; transition: .2s ease; }
.mmb-header-cta:hover { background: #fff; color: #0b0b0b; }
.mmb-menu-toggle { display: none; border: 0; background: none; color: #fff; width: 44px; height: 44px; padding: 8px; cursor: pointer; }
.mmb-menu-bars { display: flex; flex-direction: column; gap: 7px; }
.mmb-menu-bars i { display: block; width: 26px; height: 2px; background: currentColor; transition: transform .2s ease; }

.mmb-hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 76% 26%, #37231d 0, #15100f 34%, #090909 68%); }
.mmb-hero::before { content:""; position:absolute; inset:0; z-index:-3; background-image: linear-gradient(115deg,rgba(255,255,255,.02) 1px,transparent 1px), linear-gradient(25deg,rgba(255,255,255,.012) 1px,transparent 1px); background-size: 40px 40px, 62px 62px; }
.mmb-hero.has-image::before { background-image: var(--mmb-hero); background-size: cover; background-position: center 34%; transform: scale(1.02); }
.mmb-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,6,6,.92) 0%, rgba(6,6,6,.68) 42%, rgba(6,6,6,.17) 75%), linear-gradient(0deg, rgba(6,6,6,.92) 0%, transparent 55%); }
.mmb-hero-content { padding-top: 150px; padding-bottom: clamp(88px, 11vh, 130px); }
.mmb-kicker, .mmb-eyebrow { margin: 0 0 16px; color: var(--mmb-gold); text-transform: uppercase; letter-spacing: .17em; font-size: .74rem; font-weight: 900; }
.mmb-hero h1 { max-width: 980px; margin: 0; font-family: var(--mmb-head); font-size: clamp(3.5rem, 8.8vw, 8.4rem); line-height: .83; letter-spacing: -.035em; text-transform: uppercase; color: #fff; text-wrap: balance; }
.mmb-hero-copy { max-width: 700px; margin: 28px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: rgba(255,255,255,.82); }
.mmb-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.mmb-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 900; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.mmb-btn:hover { transform: translateY(-2px); }
.mmb-btn-primary { background: var(--mmb-rust); color: #fff; }
.mmb-btn-primary:hover { background: #d25a38; }
.mmb-btn-ghost { border-color: rgba(255,255,255,.48); color: #fff; background: rgba(0,0,0,.1); }
.mmb-btn-ghost:hover { background: #fff; color: #0b0b0b; border-color: #fff; }
.mmb-btn-text { padding-inline: 4px; }
.mmb-btn-light { background: #fff; color: #101010; }
.mmb-btn-outline-light { border-color: rgba(255,255,255,.65); color: #fff; }
.mmb-scroll-cue { position: absolute; right: var(--mmb-pad); bottom: 34px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: .63rem; font-weight: 900; opacity: .8; }
.mmb-scroll-cue i { width: 40px; height: 1px; background: #fff; display: block; }

.mmb-proof { overflow: hidden; border-top: 1px solid var(--mmb-line); border-bottom: 1px solid var(--mmb-line); background: #0e0e0e; }
.mmb-proof-track { display: flex; justify-content: center; align-items: center; gap: clamp(28px,4vw,68px); min-width: max-content; padding: 19px var(--mmb-pad); }
.mmb-proof-track span { color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }

.mmb-section { padding: clamp(76px, 10vw, 150px) 0; opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.mmb-section.is-visible, .no-js .mmb-section { opacity: 1; transform: none; }
.mmb-intro { background: var(--mmb-paper); color: #1a1815; }
.mmb-split { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.mmb-intro h2, .mmb-section-head h2, .mmb-release-copy h2, .mmb-booking-card h2, .mmb-newsletter h2 { margin: 0; font-family: var(--mmb-head); font-size: clamp(2.7rem,6.1vw,6rem); line-height: .91; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.mmb-intro h2 { color: #0c0c0c; }
.mmb-intro .mmb-eyebrow { color: #8d3d27; }
.mmb-rich-copy { padding-top: 44px; }
.mmb-rich-copy > p { margin: 0; font-size: clamp(1.05rem,1.35vw,1.22rem); line-height: 1.78; color: #4a453f; }
.mmb-link-row { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; }
.mmb-link-row a { color: #151515; font-size: .79rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 900; }

.mmb-release-section { background: #0c0c0c; }
.mmb-release-grid { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(0,1.1fr); gap: clamp(44px,9vw,140px); align-items: center; }
.mmb-cover-wrap { position: relative; max-width: 600px; }
.mmb-cover-index { position:absolute; left:-16px; top:-32px; z-index:2; font-family:var(--mmb-head); font-size:clamp(4rem,10vw,9rem); color:rgba(255,255,255,.055); line-height:1; font-weight:900; }
.mmb-release-cover, .mmb-cover-placeholder { aspect-ratio:1; width:100%; object-fit:cover; box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.mmb-cover-placeholder { display:grid; place-items:center; background:linear-gradient(135deg,#311b17,#b44d30); border:1px solid rgba(255,255,255,.1); }
.mmb-cover-placeholder span { font-family:var(--mmb-head); font-size:clamp(3rem,7vw,6rem); line-height:.8; text-align:center; font-weight:900; }
.mmb-release-copy h2 { color: #fff; font-size: clamp(3.2rem, 7vw, 7rem); }
.mmb-release-copy > p:not(.mmb-eyebrow):not(.mmb-release-artist) { max-width: 650px; color: #aaa49c; font-size: 1.04rem; }
.mmb-release-artist { margin: 14px 0 28px; font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; color: var(--mmb-gold); font-weight: 800; }
.mmb-mini-links { display:flex; gap:18px; margin-top:20px; font-size:.75rem; text-transform:uppercase; letter-spacing:.09em; color:#aaa; }

.mmb-live { background: #131313; }
.mmb-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.mmb-section-head h2 { color: #fff; max-width: 900px; font-size: clamp(2.6rem,5.7vw,5.8rem); }
.mmb-section-head > p { max-width: 360px; margin: 0 0 8px; color: var(--mmb-muted); font-size: .95rem; }
.mmb-video-card { position: relative; aspect-ratio: 16/8.2; min-height: 330px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 70% 30%, #36261f 0, #171311 38%, #090909 80%); border: 1px solid rgba(255,255,255,.08); }
.mmb-video-card iframe { width:100%; height:100%; border:0; position:absolute; inset:0; }
.mmb-video-poster { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.mmb-video-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.08)); }
.mmb-play { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:15px; width:156px; height:156px; border-radius:100%; border:1px solid rgba(255,255,255,.65); background:rgba(0,0,0,.34); color:#fff; cursor:pointer; backdrop-filter:blur(8px); transition:.2s ease; }
.mmb-play:hover { background:#fff; color:#111; transform:scale(1.035); }
.mmb-play span { font-size:1.65rem; transform:translateX(2px); }
.mmb-play strong { font-size:.65rem; letter-spacing:.11em; }

.mmb-tour { background: var(--mmb-paper); color: #141414; }
.mmb-tour .mmb-eyebrow { color:#8d3d27; }
.mmb-tour .mmb-section-head h2 { color: #111; }
.mmb-tour .mmb-btn-ghost { border-color:#34312d; color:#111; }
.mmb-tour .mmb-btn-ghost:hover { background:#111; color:#fff; }
.mmb-event-list { border-top: 2px solid #191919; }
.mmb-event-row { display:grid; grid-template-columns: 180px minmax(0,1fr) auto; align-items:center; gap:30px; min-height:112px; border-bottom:1px solid rgba(0,0,0,.2); opacity:0; transform:translateY(10px); transition:.45s ease; }
.mmb-event-row.is-visible { opacity:1; transform:none; }
.mmb-event-row time { font-family:var(--mmb-head); font-size:1.28rem; font-weight:900; text-transform:uppercase; }
.mmb-event-row h3 { margin:0; color:#111; font-family:var(--mmb-head); font-size:clamp(1.55rem,2.4vw,2.35rem); text-transform:uppercase; }
.mmb-event-row p { margin:5px 0 0; color:#6a635a; font-size:.88rem; }
.mmb-event-action { font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; font-weight:900; }
.mmb-event-empty { padding:50px 0; }

.mmb-shop-preview { background:#0b0b0b; }
.mmb-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.mmb-product-card { opacity:0; transform:translateY(12px); transition:.5s ease; }
.mmb-product-card.is-visible { opacity:1; transform:none; }
.mmb-product-image { display:block; aspect-ratio:1; background:#161616; overflow:hidden; }
.mmb-product-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.mmb-product-card:hover .mmb-product-image img { transform:scale(1.025); }
.mmb-product-meta { display:flex; justify-content:space-between; gap:16px; padding-top:14px; }
.mmb-product-meta h3 { margin:0; font-size:.95rem; line-height:1.35; }
.mmb-product-meta > div { white-space:nowrap; color:var(--mmb-gold); font-weight:800; font-size:.9rem; }

.mmb-booking { padding-top:0; background:#0b0b0b; }
.mmb-booking-card { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:end; gap:50px; padding:clamp(36px,6vw,84px); background:linear-gradient(135deg,#a94128,#6f291e); border:1px solid rgba(255,255,255,.12); }
.mmb-booking-card h2 { color:#fff; max-width:900px; font-size:clamp(2.6rem,5.5vw,5.6rem); }
.mmb-booking-card > div > p:last-child { max-width:700px; color:rgba(255,255,255,.78); }
.mmb-booking-actions { display:flex; flex-direction:column; gap:10px; min-width:210px; }
.mmb-newsletter { padding-top:0; }
.mmb-newsletter-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; border-top:1px solid var(--mmb-line); padding-top:70px; }
.mmb-newsletter h2 { color:#fff; max-width:900px; font-size:clamp(2.4rem,5vw,4.9rem); }

.mmb-footer { background:#070707; border-top:1px solid var(--mmb-line); padding:72px 0 28px; }
.mmb-footer-grid { display:grid; grid-template-columns:1.5fr .8fr .8fr 1fr; gap:50px; }
.mmb-footer-brand { font-family:var(--mmb-head); font-weight:900; font-size:2rem; letter-spacing:.03em; }
.mmb-footer p { color:#77736c; max-width:360px; }
.mmb-footer h2 { margin:0 0 18px; font-size:.72rem; text-transform:uppercase; letter-spacing:.13em; color:var(--mmb-gold); }
.mmb-footer ul { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.mmb-footer a { color:#b4afa8; font-size:.88rem; }
.mmb-footer a:hover { color:#fff; }
.mmb-footer-socials { display:grid; gap:8px; }
.mmb-footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:60px; padding-top:20px; border-top:1px solid var(--mmb-line); color:#5f5c57; font-size:.72rem; }

.mmb-page-hero { position:relative; min-height:350px; padding:165px 0 70px; display:flex; align-items:flex-end; background:radial-gradient(circle at 80% 30%,#2c211d,#101010 55%,#090909); overflow:hidden; }
.mmb-page-hero.has-media { min-height:520px; }
.mmb-page-hero-media { position:absolute; inset:0; }
.mmb-page-hero-media img { width:100%; height:100%; object-fit:cover; }
.mmb-page-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.8),transparent); }
.mmb-page-hero .mmb-shell { position:relative; z-index:2; }
.mmb-page-hero h1, .mmb-single-header h1, .mmb-error h1 { margin:0; font-family:var(--mmb-head); font-size:clamp(3.2rem,8vw,7.4rem); line-height:.85; text-transform:uppercase; color:#fff; }
.mmb-page-shell { padding-top:70px; padding-bottom:110px; }
.mmb-entry-content { font-size:1.03rem; }
.mmb-entry-content > * { max-width:860px; margin-left:auto; margin-right:auto; }
.mmb-entry-content > .alignwide { max-width:1200px; }
.mmb-entry-content > .alignfull { max-width:none; width:100vw; margin-left:calc(50% - 50vw); }
.mmb-entry-content h2, .mmb-entry-content h3 { font-family:var(--mmb-head); text-transform:uppercase; line-height:1; color:#fff; }
.mmb-entry-content h2 { font-size:clamp(2.2rem,5vw,4.2rem); margin-top:2em; }
.mmb-entry-content h3 { font-size:clamp(1.5rem,3vw,2.4rem); }
.mmb-entry-content p, .mmb-entry-content li { color:#c1bcb4; }
.mmb-entry-content a { color:var(--mmb-gold); text-decoration:underline; text-underline-offset:3px; }
.mmb-entry-content figure { margin-top:2.2rem; margin-bottom:2.2rem; }
.mmb-single { padding-top:150px; padding-bottom:110px; max-width:1100px; }
.mmb-single-header { margin-bottom:44px; }
.mmb-single-image { margin-bottom:44px; }
.mmb-post-grid { padding-top:70px; padding-bottom:110px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; }
.mmb-post-card h2 { font-family:var(--mmb-head); font-size:2rem; text-transform:uppercase; line-height:1; }
.mmb-post-card p { color:#aaa49c; }
.mmb-post-thumb { aspect-ratio:1.3; display:block; overflow:hidden; margin-bottom:22px; background:#151515; }
.mmb-post-thumb img { width:100%; height:100%; object-fit:cover; }
.mmb-error { min-height:80svh; display:grid; place-items:center; padding:140px 0 80px; background:radial-gradient(circle at 70% 30%,#33231e,#0c0c0c 60%); }
.mmb-error p:not(.mmb-eyebrow) { max-width:620px; color:#aaa; font-size:1.05rem; }

/* WooCommerce */
.mmb-commerce { padding-top:130px; }
.mmb-commerce .mmb-page-shell { padding-top:20px; }
.woocommerce .woocommerce-breadcrumb { color:#777; font-size:.78rem; }
.woocommerce .woocommerce-breadcrumb a { color:#aaa; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title, .woocommerce-cart h1, .woocommerce-checkout h1 { font-family:var(--mmb-head); text-transform:uppercase; font-size:clamp(2.8rem,6vw,5.5rem); line-height:.9; color:#fff; }
.woocommerce ul.products { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product { width:auto !important; margin:0 !important; float:none !important; }
.woocommerce ul.products li.product a img { margin:0 0 14px; aspect-ratio:1; object-fit:cover; background:#151515; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color:#fff; font-size:1rem; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color:var(--mmb-gold); font-weight:800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background:var(--mmb-rust); color:#fff; border-radius:0; text-transform:uppercase; letter-spacing:.08em; font-size:.72rem; font-weight:900; padding:14px 17px; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background:#d25a38; color:#fff; }
.woocommerce div.product { color:#c2bdb6; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background:#151515; border-color:#333; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background:#232323; color:#fff; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background:#151515; color:#ddd; border-top-color:var(--mmb-rust); }
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color:#333; border-radius:0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { background:#151515; border:1px solid #333; color:#fff; border-radius:0; min-height:44px; }

/* The Events Calendar: style the plugin without fragile template copies. */
.tribe-events, .tribe-common { --tec-color-background: #0b0b0b; --tec-color-text-primary: #f4f0e7; --tec-color-text-secondary: #a8a39b; --tec-color-border-default: rgba(255,255,255,.15); --tec-color-accent-primary: #bb4e2f; --tec-color-accent-primary-hover: #d25a38; color:#f4f0e7; }
.tribe-events .tribe-events-l-container { max-width:1320px !important; padding-top:130px !important; }
.tribe-events .tribe-events-header, .tribe-events .tribe-events-calendar-list__month-separator { color:#fff; }
.tribe-events .tribe-events-calendar-list__event-row { border-bottom:1px solid var(--mmb-line); padding-bottom:26px; }
.tribe-events .tribe-events-calendar-list__event-title, .tribe-events .tribe-events-calendar-list__event-title-link { font-family:var(--mmb-head); text-transform:uppercase; color:#fff !important; }
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events .tribe-events-calendar-list__event-date-tag-daynum, .tribe-common .tribe-common-h3, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 { color:#fff !important; }
.tribe-events .tribe-events-c-search__button { background:var(--mmb-rust) !important; border-radius:0 !important; }
.tribe-events-single { max-width:1180px; margin:0 auto; padding:140px var(--mmb-pad) 100px; color:#c1bcb4; }
.tribe-events-single-event-title { font-family:var(--mmb-head); text-transform:uppercase; font-size:clamp(3rem,7vw,6rem); color:#fff; }
.tribe-events-schedule h2, .tribe-events-meta-group .tribe-events-single-section-title { color:#fff; }

@media (max-width: 1100px) {
  .mmb-primary-nav ul { gap:14px; }
  .mmb-primary-nav a { font-size:.7rem; }
  .mmb-header-cta { display:none; }
  .mmb-product-grid, .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mmb-footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .mmb-footer-grid > div:last-child { grid-column:2 / -1; }
}

@media (max-width: 860px) {
  .mmb-header, .mmb-header.is-scrolled { height:68px; }
  .mmb-menu-toggle { display:block; z-index:1001; }
  .mmb-nav-wrap { position:fixed; inset:0; z-index:1000; padding:110px var(--mmb-pad) 40px; display:flex; flex-direction:column; align-items:flex-start; gap:28px; background:rgba(7,7,7,.985); transform:translateX(100%); visibility:hidden; transition:transform .28s ease, visibility .28s ease; }
  .mmb-menu-open .mmb-nav-wrap { transform:none; visibility:visible; }
  .mmb-menu-open .mmb-menu-bars i:first-child { transform:translateY(4.5px) rotate(45deg); }
  .mmb-menu-open .mmb-menu-bars i:last-child { transform:translateY(-4.5px) rotate(-45deg); }
  .mmb-primary-nav, .mmb-primary-nav ul { width:100%; }
  .mmb-primary-nav ul { display:flex; flex-direction:column; align-items:flex-start; gap:0; }
  .mmb-primary-nav li { width:100%; border-bottom:1px solid var(--mmb-line); }
  .mmb-primary-nav a { display:block; padding:13px 0; font-family:var(--mmb-head); font-size:clamp(2rem,8vw,3.5rem); line-height:1; letter-spacing:0; }
  .mmb-header-cta { display:inline-flex; }
  .mmb-languages { border-left:0; padding-left:0; }
  .mmb-hero { min-height:820px; }
  .mmb-hero-shade { background:linear-gradient(0deg,rgba(6,6,6,.95) 0%,rgba(6,6,6,.5) 66%,rgba(6,6,6,.22)); }
  .mmb-hero-content { padding-bottom:92px; }
  .mmb-hero h1 { font-size:clamp(3.5rem,15vw,6.5rem); max-width:700px; }
  .mmb-scroll-cue { display:none; }
  .mmb-proof-track { justify-content:flex-start; overflow:auto; scrollbar-width:none; }
  .mmb-split, .mmb-release-grid { grid-template-columns:1fr; }
  .mmb-rich-copy { padding-top:0; }
  .mmb-cover-wrap { max-width:540px; }
  .mmb-section-head { align-items:flex-start; flex-direction:column; }
  .mmb-event-row { grid-template-columns:118px minmax(0,1fr); padding:22px 0; }
  .mmb-event-action { grid-column:2; }
  .mmb-booking-card { grid-template-columns:1fr; align-items:start; }
  .mmb-booking-actions { flex-direction:row; flex-wrap:wrap; }
  .mmb-footer-grid { grid-template-columns:1fr 1fr; }
  .mmb-footer-grid > div:last-child { grid-column:auto; }
  .mmb-post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 580px) {
  :root { --mmb-pad:20px; }
  .mmb-hero { min-height:760px; }
  .mmb-hero-content { padding-top:120px; }
  .mmb-hero h1 { font-size:clamp(3.15rem,17vw,5.3rem); }
  .mmb-hero-copy { font-size:1rem; }
  .mmb-actions .mmb-btn { width:100%; }
  .mmb-intro h2, .mmb-section-head h2, .mmb-release-copy h2, .mmb-booking-card h2 { font-size:clamp(2.7rem,13vw,4.2rem); }
  .mmb-product-grid, .woocommerce ul.products { grid-template-columns:1fr; }
  .mmb-event-row { grid-template-columns:1fr; gap:8px; }
  .mmb-event-action { grid-column:auto; margin-top:8px; }
  .mmb-video-card { aspect-ratio: 4/5; min-height:0; }
  .mmb-play { width:124px; height:124px; }
  .mmb-booking-card { width:100%; padding:38px 24px; }
  .mmb-booking-actions, .mmb-booking-actions .mmb-btn { width:100%; }
  .mmb-newsletter-inner { flex-direction:column; align-items:flex-start; }
  .mmb-footer-grid { grid-template-columns:1fr; gap:34px; }
  .mmb-footer-grid > div:last-child { grid-column:auto; }
  .mmb-footer-bottom { flex-direction:column; }
  .mmb-post-grid { grid-template-columns:1fr; }
  .mmb-page-hero { min-height:300px; padding-top:130px; }
  .mmb-page-hero.has-media { min-height:430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .mmb-section, .mmb-event-row, .mmb-product-card { opacity:1; transform:none; }
}

/* =========================================================
   V2 — cinematic inner pages, tour, EPK and commerce
   ========================================================= */
.mmb-inner-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(500px, 70svh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: radial-gradient(circle at 72% 28%, #3a261e 0, #17110f 38%, #090909 76%);
  border-bottom: 1px solid var(--mmb-line);
}
.mmb-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(112deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 52px 52px;
}
.mmb-inner-hero.has-image::before {
  background-image: var(--mmb-inner-hero);
  background-size: cover;
  background-position: center 32%;
  transform: scale(1.025);
}
.mmb-inner-hero.is-compact { min-height: clamp(430px, 58svh, 630px); }
.mmb-inner-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6,6,6,.94) 0%, rgba(6,6,6,.72) 42%, rgba(6,6,6,.25) 72%, rgba(6,6,6,.3) 100%),
    linear-gradient(0deg, rgba(6,6,6,.92) 0%, rgba(6,6,6,.1) 65%);
}
.mmb-inner-hero-content { padding-top: 145px; padding-bottom: clamp(58px, 8vw, 95px); }
.mmb-inner-hero h1 {
  max-width: 1080px;
  margin: 0;
  font-family: var(--mmb-head);
  font-size: clamp(4rem, 9vw, 8.8rem);
  line-height: .84;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}
.mmb-inner-hero.is-compact h1 { font-size: clamp(3.8rem, 8vw, 7.7rem); }
.mmb-inner-hero-copy {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.77);
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.mmb-v2-page { background: var(--mmb-bg); }
.mmb-v2-editorial { padding: clamp(72px, 9vw, 135px) 0; }
.mmb-v2-editorial-grid {
  display: grid;
  grid-template-columns: minmax(120px,.22fr) minmax(0,1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}
.mmb-v2-sticky-label { position: sticky; top: 105px; border-top: 1px solid var(--mmb-line); padding-top: 16px; }
.mmb-v2-sticky-label span {
  display: block;
  font-family: var(--mmb-head);
  font-size: clamp(3rem,6vw,6rem);
  line-height: .8;
  font-weight: 900;
  color: rgba(255,255,255,.075);
}
.mmb-v2-sticky-label p { margin: 15px 0 0; color: var(--mmb-gold); font-size: .68rem; letter-spacing: .16em; font-weight: 900; }
.mmb-v2-content { max-width: 1080px; }
.mmb-v2-content > * { max-width: none; }
.mmb-v2-content > :first-child { margin-top: 0; }
.mmb-v2-content > h2:first-of-type {
  margin-top: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -.025em;
}
.mmb-v2-content p { max-width: 850px; font-size: clamp(1rem,1.35vw,1.17rem); line-height: 1.82; }
.mmb-v2-content img { border-radius: 0; }
.mmb-v2-content .wp-block-columns { gap: clamp(24px,4vw,60px); }
.mmb-v2-content .wp-block-image img { width: 100%; }

.mmb-v2-facts { padding: 0 0 clamp(80px,10vw,135px); }
.mmb-v2-facts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--mmb-line); border-bottom: 1px solid var(--mmb-line); }
.mmb-v2-facts-grid > div { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid var(--mmb-line); }
.mmb-v2-facts-grid > div:last-child { border-right: 0; }
.mmb-v2-facts-grid strong { font-family: var(--mmb-head); font-size: clamp(3.1rem,5vw,5.4rem); line-height: .9; color: #fff; }
.mmb-v2-facts-grid span { margin-top: 10px; color: var(--mmb-muted); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 800; }

.mmb-v2-manifesto { padding: clamp(80px,12vw,170px) 0; background: var(--mmb-paper); color: #111; }
.mmb-v2-manifesto .mmb-eyebrow { color: #8d3d27; }
.mmb-v2-manifesto h2 { max-width: 1180px; margin: 0; font-family: var(--mmb-head); font-size: clamp(3.3rem,7.5vw,8.2rem); line-height: .84; letter-spacing: -.04em; text-transform: uppercase; color: #111; }

/* Improve legacy / custom band module content inside the new frame. */
.mmb-v2-band-content > h2,
.mmb-v2-band-content h2 { scroll-margin-top: 100px; }
.mmb-v2-band-content figure,
.mmb-v2-band-content .wp-block-image { overflow: hidden; }

.mmb-v2-streaming-strip { padding: clamp(65px,8vw,110px) 0; background: var(--mmb-rust); color: #fff; }
.mmb-v2-streaming-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.mmb-v2-streaming-inner h2 { margin: 0; font-family: var(--mmb-head); font-size: clamp(3rem,6vw,6.8rem); line-height: .85; text-transform: uppercase; }
.mmb-v2-streaming-inner .mmb-eyebrow { color: rgba(255,255,255,.72); }

.mmb-v2-cta { padding: clamp(70px,9vw,130px) 0; background: #111; border-top: 1px solid var(--mmb-line); }
.mmb-v2-cta-inner { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); gap: clamp(40px,7vw,100px); align-items: end; }
.mmb-v2-cta h2 { max-width: 900px; margin: 0; font-family: var(--mmb-head); font-size: clamp(3rem,6vw,6rem); line-height: .88; text-transform: uppercase; }
.mmb-v2-cta p:not(.mmb-eyebrow) { max-width: 690px; color: var(--mmb-muted); }
.mmb-v2-cta .mmb-actions { justify-content: flex-end; }

/* Tour archive */
.mmb-v2-tour-page { background: #0b0b0b; }
.mmb-v2-tour-list-section { padding: clamp(70px,9vw,125px) 0; }
.mmb-v2-section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.mmb-v2-section-title h2 { margin: 0; font-family: var(--mmb-head); font-size: clamp(3rem,6vw,6rem); line-height: .9; text-transform: uppercase; }
.mmb-v2-section-title > span { color: var(--mmb-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.mmb-v2-section-title.is-label-only { align-items: center; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mmb-v2-section-title.is-label-only .mmb-eyebrow { margin: 0; }
.mmb-v2-event-list { border-top: 1px solid var(--mmb-line); }
.mmb-v2-event { display: grid; grid-template-columns: 130px minmax(0,1fr) auto; gap: clamp(20px,4vw,55px); align-items: center; min-height: 170px; padding: 24px 0; border-bottom: 1px solid var(--mmb-line); transition: background .2s ease, opacity .2s ease; }
.mmb-v2-event:hover { background: linear-gradient(90deg, rgba(255,255,255,.025), transparent); }
.mmb-v2-event-date { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: end; column-gap: 10px; }
.mmb-v2-event-date span { color: var(--mmb-gold); font-size: .68rem; letter-spacing: .13em; font-weight: 900; }
.mmb-v2-event-date strong { grid-row: 1 / 3; grid-column: 2; font-family: var(--mmb-head); font-size: clamp(3.4rem,5vw,5rem); line-height: .75; color: #fff; }
.mmb-v2-event-date small { font-size: .68rem; color: #777; }
.mmb-v2-event-main > p { margin: 0 0 7px; color: var(--mmb-gold); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 900; }
.mmb-v2-event-main h2 { margin: 0; font-family: var(--mmb-head); font-size: clamp(2rem,4vw,3.8rem); line-height: .93; text-transform: uppercase; }
.mmb-v2-event-main h2 a:hover { color: #fff; }
.mmb-v2-event-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 10px; color: var(--mmb-muted); font-size: .83rem; }
.mmb-v2-event-meta span + span::before { content: "·"; margin-right: 18px; }
.mmb-v2-event-actions { display: flex; gap: 9px; justify-content: flex-end; }
.mmb-v2-event.is-past { opacity: .55; min-height: 120px; }
.mmb-v2-event.is-past .mmb-v2-event-date strong { font-size: 3.2rem; }
.mmb-v2-past-shows { padding: 0 0 clamp(75px,9vw,120px); }
.mmb-v2-past-shows details { border-top: 1px solid var(--mmb-line); }
.mmb-v2-past-shows summary { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--mmb-head); font-size: clamp(1.7rem,3vw,2.5rem); text-transform: uppercase; color: #fff; }
.mmb-v2-past-shows summary::-webkit-details-marker { display: none; }
.mmb-v2-past-shows summary span { color: var(--mmb-gold); font-size: 2rem; }
.mmb-v2-empty { padding: 70px 0; }
.mmb-v2-empty h2 { font-family: var(--mmb-head); font-size: clamp(2.5rem,5vw,4.5rem); text-transform: uppercase; margin: 0; }
.mmb-v2-empty p { color: var(--mmb-muted); }

/* Single event */
.mmb-v2-event-hero { position: relative; isolation: isolate; min-height: min(820px, 90svh); display: flex; align-items: flex-end; background: radial-gradient(circle at 70% 30%,#3a251e,#0a0a0a 68%); overflow: hidden; }
.mmb-v2-event-hero::before { content:""; position:absolute; inset:0; z-index:-3; }
.mmb-v2-event-hero.has-image::before { background-image: var(--mmb-event-hero); background-size: cover; background-position: center; transform: scale(1.025); }
.mmb-v2-event-hero-shade { position:absolute; inset:0; z-index:-2; background: linear-gradient(90deg,rgba(5,5,5,.94),rgba(5,5,5,.65) 50%,rgba(5,5,5,.2)), linear-gradient(0deg,rgba(5,5,5,.94),transparent 65%); }
.mmb-v2-event-hero-grid { padding-top: 145px; padding-bottom: clamp(65px,9vw,110px); display: grid; grid-template-columns: 180px minmax(0,1fr); gap: clamp(35px,6vw,80px); align-items: end; }
.mmb-v2-event-bigdate { border-left: 1px solid rgba(255,255,255,.35); padding-left: 22px; display: flex; flex-direction: column; }
.mmb-v2-event-bigdate span { color: var(--mmb-gold); letter-spacing: .15em; font-size: .72rem; font-weight: 900; }
.mmb-v2-event-bigdate strong { font-family: var(--mmb-head); font-size: clamp(6rem,11vw,10.5rem); line-height: .75; color: #fff; }
.mmb-v2-event-bigdate small { margin-top: 8px; color: rgba(255,255,255,.55); letter-spacing: .1em; }
.mmb-v2-event-hero h1 { max-width: 1020px; margin: 0; font-family: var(--mmb-head); font-size: clamp(4rem,9vw,8.8rem); line-height: .82; letter-spacing: -.04em; text-transform: uppercase; }
.mmb-v2-event-venue { margin: 18px 0 0; font-size: 1.05rem; color: rgba(255,255,255,.76); }
.mmb-v2-event-details { padding: clamp(65px,9vw,120px) 0; }
.mmb-v2-event-details-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: clamp(50px,8vw,120px); align-items: start; }
.mmb-v2-event-description > * { max-width: 780px; margin-left: 0; }
.mmb-v2-event-info { border-top: 1px solid var(--mmb-line); }
.mmb-v2-event-info > div { padding: 21px 0; border-bottom: 1px solid var(--mmb-line); display: flex; flex-direction: column; gap: 4px; }
.mmb-v2-event-info span { color: var(--mmb-gold); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; }
.mmb-v2-event-info strong { color: #fff; font-size: 1rem; }
.mmb-v2-event-info small { color: var(--mmb-muted); line-height: 1.5; }

/* Contact */
.mmb-v2-contact-section { padding: clamp(70px,9vw,130px) 0; }
.mmb-v2-contact-grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(45px,8vw,120px); align-items: start; }
.mmb-v2-contact-aside { position: sticky; top: 105px; }
.mmb-v2-contact-aside h2 { margin: 0 0 35px; font-family: var(--mmb-head); font-size: clamp(2.8rem,5vw,5.3rem); line-height: .88; text-transform: uppercase; }
.mmb-v2-contact-card { padding: 20px 0; border-top: 1px solid var(--mmb-line); display: flex; flex-direction: column; gap: 4px; }
.mmb-v2-contact-card span { color: var(--mmb-gold); font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.mmb-v2-contact-card strong { color: #fff; }
.mmb-v2-contact-card a { color: #c6c0b8; }
.mmb-v2-contact-form { max-width: 820px; }
.mmb-v2-contact-form > * { max-width: none; margin-left: 0; margin-right: 0; }
.mmb-v2-contact-form form { display: block; }
.mmb-v2-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.mmb-v2-contact-form select,
.mmb-v2-contact-form textarea {
  width: 100%; min-height: 52px; border: 0; border-bottom: 1px solid rgba(255,255,255,.26); border-radius: 0; background: transparent; color: #fff; padding: 12px 2px; outline: 0;
}
.mmb-v2-contact-form textarea { min-height: 140px; }
.mmb-v2-contact-form input:focus,
.mmb-v2-contact-form select:focus,
.mmb-v2-contact-form textarea:focus { border-color: var(--mmb-gold); }
.mmb-v2-contact-form label { color: #b8b1a8; font-size: .82rem; }
.mmb-v2-contact-form input[type="submit"], .mmb-v2-contact-form button[type="submit"] { min-height: 52px; border: 0; border-radius: 0; background: var(--mmb-rust); color: #fff; padding: 0 24px; font-weight: 900; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

/* EPK */
.mmb-v2-epk-intro { border-bottom: 1px solid var(--mmb-line); background: #101010; }
.mmb-v2-epk-topline { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mmb-v2-epk-topline > div { display: flex; flex-direction: column; }
.mmb-v2-epk-topline span { color: #777; font-size: .63rem; letter-spacing: .13em; }
.mmb-v2-epk-topline strong { color: #fff; text-transform: uppercase; font-size: .82rem; letter-spacing: .08em; }
.mmb-v2-epk-content a { text-decoration: none; }
.mmb-v2-epk-content a[href$=".pdf"],
.mmb-v2-epk-content a[download] { display: inline-flex; align-items: center; min-height: 46px; padding: 0 16px; border: 1px solid var(--mmb-line); color: #fff; text-decoration: none; }

/* WooCommerce V2 */
body.mmb-is-shop .mmb-commerce { padding-top: 0; }
body.mmb-is-shop .mmb-commerce .mmb-page-shell { padding-top: clamp(60px,8vw,100px); }
.mmb-v2-shop .woocommerce-products-header { display: none; }
.mmb-v2-shop .woocommerce-result-count { color: var(--mmb-muted); font-size: .77rem; }
.mmb-v2-shop .woocommerce-ordering select { background: #111; color: #fff; border: 1px solid #333; min-height: 42px; padding: 0 34px 0 12px; }
.mmb-v2-shop ul.products { gap: clamp(22px,3vw,38px); }
.mmb-v2-shop ul.products li.product { background: #101010; padding-bottom: 18px; border-bottom: 1px solid var(--mmb-line); }
.mmb-v2-shop ul.products li.product a img { transition: transform .35s ease, filter .35s ease; }
.mmb-v2-shop ul.products li.product:hover a img { transform: scale(1.018); filter: brightness(1.04); }
.mmb-v2-shop ul.products li.product .woocommerce-loop-product__title,
.mmb-v2-shop ul.products li.product .price,
.mmb-v2-shop ul.products li.product .button { margin-left: 14px; margin-right: 14px; }
.woocommerce div.product { padding-top: 0; }
.woocommerce div.product div.images img { background: #111; }
.woocommerce div.product .summary { padding-top: 20px; }
.woocommerce div.product .product_meta { color: #777; font-size: .75rem; }
.woocommerce div.product .quantity .qty { min-height: 45px; background: #111; color: #fff; border: 1px solid #333; }
.woocommerce-cart .cart_totals, .woocommerce-checkout-review-order { background: #111; padding: 24px; }

@media (max-width: 980px) {
  .mmb-v2-facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mmb-v2-facts-grid > div:nth-child(2) { border-right: 0; }
  .mmb-v2-facts-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--mmb-line); }
  .mmb-v2-cta-inner, .mmb-v2-contact-grid, .mmb-v2-event-details-grid { grid-template-columns: 1fr; }
  .mmb-v2-cta .mmb-actions { justify-content: flex-start; }
  .mmb-v2-contact-aside { position: static; }
  .mmb-v2-event { grid-template-columns: 105px minmax(0,1fr); }
  .mmb-v2-event-actions { grid-column: 2; justify-content: flex-start; }
  .mmb-v2-event-hero-grid { grid-template-columns: 130px minmax(0,1fr); }
}

@media (max-width: 720px) {
  .mmb-inner-hero, .mmb-inner-hero.is-compact { min-height: 500px; }
  .mmb-inner-hero-content { padding-top: 120px; padding-bottom: 58px; }
  .mmb-inner-hero h1, .mmb-inner-hero.is-compact h1 { font-size: clamp(3.4rem,16vw,5.8rem); }
  .mmb-v2-editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .mmb-v2-sticky-label { position: static; display: flex; align-items: baseline; gap: 15px; }
  .mmb-v2-sticky-label span { font-size: 3rem; }
  .mmb-v2-sticky-label p { margin: 0; }
  .mmb-v2-streaming-inner, .mmb-v2-section-title, .mmb-v2-epk-topline { flex-direction: column; align-items: flex-start; }
  .mmb-v2-event { grid-template-columns: 82px minmax(0,1fr); gap: 16px; min-height: 145px; }
  .mmb-v2-event-date { grid-template-columns: 1fr; grid-template-rows: auto; }
  .mmb-v2-event-date strong { grid-row: auto; grid-column: auto; font-size: 3.4rem; }
  .mmb-v2-event-date small { display: none; }
  .mmb-v2-event-main h2 { font-size: clamp(1.9rem,9vw,3rem); }
  .mmb-v2-event-actions { grid-column: 1 / -1; }
  .mmb-v2-event-actions .mmb-btn { flex: 1; }
  .mmb-v2-event-hero { min-height: 760px; }
  .mmb-v2-event-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 120px; }
  .mmb-v2-event-bigdate { flex-direction: row; align-items: baseline; gap: 10px; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); padding: 12px 0 0; }
  .mmb-v2-event-bigdate strong { font-size: 5rem; }
  .mmb-v2-event-hero h1 { font-size: clamp(3.5rem,15vw,6rem); }
}

@media (max-width: 520px) {
  .mmb-v2-facts-grid { grid-template-columns: 1fr; }
  .mmb-v2-facts-grid > div { border-right: 0; border-bottom: 1px solid var(--mmb-line); min-height: 150px; }
  .mmb-v2-facts-grid > div:last-child { border-bottom: 0; }
  .mmb-v2-event-actions { flex-direction: column; }
  .mmb-v2-streaming-inner .mmb-actions { width: 100%; }
}

/* Printable EPK — Browser Print > Save as PDF. */
@media print {
  body.mmb-theme { background: #fff !important; color: #111 !important; font-size: 10pt; }
  body .mmb-header, body .mmb-footer, .mmb-v2-cta, .mmb-v2-epk-topline button { display: none !important; }
  .mmb-inner-hero { min-height: 230px !important; background: #111 !important; break-after: avoid; }
  .mmb-inner-hero::before { filter: grayscale(1); }
  .mmb-inner-hero-content { padding: 45px 0 30px !important; }
  .mmb-inner-hero h1 { font-size: 42pt !important; }
  .mmb-inner-hero-copy { font-size: 10pt !important; max-width: 80%; }
  .mmb-v2-epk-intro, .mmb-v2-editorial { background: #fff !important; color: #111 !important; padding: 20px 0 !important; }
  .mmb-v2-editorial-grid { display: block !important; }
  .mmb-v2-sticky-label { display: none !important; }
  .mmb-entry-content, .mmb-entry-content p, .mmb-entry-content li, .mmb-entry-content h2, .mmb-entry-content h3 { color: #111 !important; }
  .mmb-entry-content a { color: #111 !important; }
  .mmb-v2-epk-content img { max-height: 420px; object-fit: contain; }
  a[href]::after { content: none !important; }
  @page { margin: 14mm; }
}

/* V2.0.1 — resilient /shop/ catalogue */
.mmb-shop-editorial + .mmb-shop-catalog { padding-top: 0; }
.mmb-shop-catalog { padding: clamp(56px, 8vw, 104px) 0 clamp(78px, 10vw, 132px); background: #0b0b0b; }
.mmb-shop-catalog-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: clamp(28px, 5vw, 72px); align-items: end; margin-bottom: clamp(30px, 5vw, 58px); padding-bottom: 22px; border-bottom: 1px solid var(--mmb-line); }
.mmb-shop-catalog-head h2 { margin: 7px 0 0; font-family: var(--mmb-head); font-size: clamp(2.5rem, 6vw, 5.6rem); line-height: .9; text-transform: uppercase; color: #fff; }
.mmb-shop-catalog-head p { margin: 0; color: var(--mmb-muted); max-width: 520px; }
.mmb-shop-catalog-grid .woocommerce { width: 100%; }
.mmb-shop-catalog-grid .woocommerce ul.products { margin-bottom: 0; }
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination { margin-top: clamp(34px, 5vw, 58px); }
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 8px; }
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination ul li a,
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; min-height: 42px; display: grid; place-items: center; background: #151515; color: #fff; border: 1px solid #2d2d2d; }
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination ul li span.current,
.mmb-shop-catalog-grid .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--mmb-rust); color: #fff; border-color: var(--mmb-rust); }
.mmb-shop-empty { color: var(--mmb-muted); }

@media (max-width: 760px) {
  .mmb-shop-catalog-head { grid-template-columns: 1fr; align-items: start; }
}

/* ================================================================
   V2.2 — ARTIST EDITORIAL DIRECTION
   Less agency / event-company UI, more recording artist photography,
   music and touring. Existing component styles remain as fallbacks.
   ================================================================ */
:root {
  --mmb-bg: #090909;
  --mmb-bg-2: #0d0d0d;
  --mmb-paper: #efe9df;
  --mmb-muted: #9a9690;
  --mmb-line: rgba(255,255,255,.13);
  --mmb-rust: #9e4b32;
  --mmb-gold: #d0c0aa;
  --mmb-max: 1440px;
  --mmb-head: Georgia, "Times New Roman", serif;
}

body.mmb-theme { background:#090909; }
.mmb-header { height: 78px; }
.mmb-header.is-scrolled { height: 66px; background:rgba(7,7,7,.9); }
.mmb-primary-nav a, .mmb-language, .mmb-cart-link { font-size:.7rem; letter-spacing:.16em; font-weight:700; }
.mmb-nav-wrap { gap:20px; }
.custom-logo-link img { max-width:190px; max-height:52px; }
.mmb-wordmark { font-family:var(--mmb-body); font-size:1.35rem; letter-spacing:.18em; }
.mmb-wordmark span { color:inherit; font-weight:400; }

.mmb-artist-hero { min-height:100svh; align-items:flex-end; background:#080808; }
.mmb-artist-hero.has-image::before { background-position:center 28%; transform:scale(1.005); }
.mmb-artist-hero .mmb-hero-shade { background:linear-gradient(0deg,rgba(5,5,5,.9) 0%,rgba(5,5,5,.18) 48%,rgba(5,5,5,.12) 100%),linear-gradient(90deg,rgba(5,5,5,.42),transparent 58%); }
.mmb-artist-hero-content { padding-bottom:clamp(68px,9vh,108px); max-width:none; }
.mmb-artist-hero .mmb-kicker { color:rgba(255,255,255,.74); margin-bottom:17px; font-size:.68rem; letter-spacing:.24em; }
.mmb-artist-hero h1 { max-width:none; font-family:var(--mmb-body); font-size:clamp(4rem,10.5vw,10.5rem); line-height:.78; letter-spacing:-.065em; font-weight:900; text-transform:uppercase; }
.mmb-artist-hero h1 span { display:block; font-family:Georgia,"Times New Roman",serif; font-size:.34em; line-height:1.25; margin-top:.22em; letter-spacing:.04em; font-style:italic; font-weight:400; text-transform:none; }
.mmb-artist-tagline { margin:26px 0 0; max-width:780px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.2rem,2vw,1.8rem); font-style:italic; color:rgba(255,255,255,.86); }
.mmb-artist-hero-actions { margin-top:27px; }
.mmb-artist-hero .mmb-btn { min-width:122px; }
.mmb-artist-proof { background:#090909; border-top:0; }
.mmb-artist-proof .mmb-proof-track { justify-content:flex-start; padding-top:16px; padding-bottom:16px; }
.mmb-artist-proof .mmb-proof-track span { font-weight:600; letter-spacing:.11em; opacity:.72; }

.mmb-section { padding:clamp(86px,11vw,170px) 0; }
.mmb-eyebrow { color:#b8a995; font-size:.66rem; letter-spacing:.2em; font-weight:700; }
.mmb-btn { border-radius:0; font-weight:700; }
.mmb-btn-primary { background:#fff; color:#0b0b0b; }
.mmb-btn-primary:hover { background:#e8e1d7; }
.mmb-btn-light { background:#f4f0e9; color:#0b0b0b; }
.mmb-simple-link { font-size:.72rem; text-transform:uppercase; letter-spacing:.13em; border-bottom:1px solid rgba(255,255,255,.4); padding-bottom:4px; }

.mmb-artist-story { background:#eee8de; color:#111; }
.mmb-artist-story-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr); gap:clamp(44px,8vw,128px); align-items:center; }
.mmb-artist-story-image { min-height:clamp(460px,58vw,780px); overflow:hidden; background:#171717; }
.mmb-artist-story-image img { width:100%; height:100%; min-height:inherit; object-fit:cover; filter:saturate(.88) contrast(1.02); }
.mmb-artist-story-copy { max-width:650px; }
.mmb-artist-story-copy .mmb-eyebrow { color:#6e6255; }
.mmb-artist-story-copy h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.9rem,5.7vw,6.2rem); line-height:.92; letter-spacing:-.045em; font-weight:400; text-transform:none; }
.mmb-artist-story-copy > p:not(.mmb-eyebrow) { margin:30px 0 0; max-width:560px; font-size:clamp(1.02rem,1.35vw,1.2rem); line-height:1.8; color:#4d4944; }
.mmb-artist-story .mmb-link-row a { font-size:.7rem; letter-spacing:.13em; font-weight:700; }

.mmb-artist-release { background:#0b0b0b; }
.mmb-artist-release .mmb-release-grid { grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr); }
.mmb-artist-release .mmb-cover-wrap { max-width:680px; }
.mmb-artist-release .mmb-release-cover { box-shadow:none; }
.mmb-artist-release .mmb-release-copy h2 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.6rem,7vw,7.6rem); line-height:.91; letter-spacing:-.05em; font-weight:400; text-transform:none; }
.mmb-artist-release .mmb-release-artist { color:#aaa39a; font-weight:600; }
.mmb-artist-release .mmb-mini-links { letter-spacing:.12em; }

.mmb-artist-live { background:#090909; padding-top:0; }
.mmb-artist-live .mmb-section-head { margin-bottom:28px; }
.mmb-artist-live .mmb-section-head h2,
.mmb-artist-tour .mmb-section-head h2,
.mmb-artist-shop .mmb-section-head h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; text-transform:none; letter-spacing:-.04em; font-size:clamp(3.2rem,6vw,6.5rem); }
.mmb-artist-live .mmb-video-card { aspect-ratio:16/8.7; border:0; }
.mmb-artist-live .mmb-play { width:108px; height:108px; border-radius:999px; background:rgba(0,0,0,.38); border:1px solid rgba(255,255,255,.55); backdrop-filter:blur(4px); }
.mmb-artist-live .mmb-play strong { font-size:.61rem; }

.mmb-artist-tour { background:#eee8de; color:#121212; }
.mmb-artist-tour .mmb-eyebrow { color:#74695d; }
.mmb-artist-tour .mmb-section-head h2 { color:#111; }
.mmb-artist-tour .mmb-simple-link { border-color:rgba(0,0,0,.38); }
.mmb-artist-tour .mmb-event-list { border-top:1px solid rgba(0,0,0,.22); }
.mmb-artist-tour .mmb-event-row { border-bottom:1px solid rgba(0,0,0,.18); min-height:112px; }
.mmb-artist-tour .mmb-event-row time { color:#6a6259; font-weight:700; }
.mmb-artist-tour .mmb-event-row h3 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.45rem,2.3vw,2.3rem); font-weight:400; text-transform:none; letter-spacing:-.02em; color:#111; }
.mmb-artist-tour .mmb-event-row p { color:#706a64; }
.mmb-artist-tour .mmb-event-action { color:#111; }

.mmb-artist-shop { background:#0a0a0a; }
.mmb-artist-shop .mmb-product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(22px,3vw,42px); }
.mmb-artist-shop .mmb-product-card { background:transparent; border:0; }
.mmb-artist-shop .mmb-product-image { background:#111; overflow:hidden; }
.mmb-artist-shop .mmb-product-image img { transition:transform .45s ease; }
.mmb-artist-shop .mmb-product-card:hover img { transform:scale(1.025); }
.mmb-artist-shop .mmb-product-meta { padding:17px 0 0; }
.mmb-artist-shop .mmb-product-meta h3 { font-family:Georgia,"Times New Roman",serif; font-size:1.25rem; font-weight:400; }

.mmb-artist-contact-strip { border-top:1px solid var(--mmb-line); border-bottom:1px solid var(--mmb-line); background:#0a0a0a; }
.mmb-artist-contact-inner { min-height:126px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.mmb-artist-contact-inner > div { display:flex; flex-direction:column; gap:5px; }
.mmb-artist-contact-inner span { font-size:.61rem; letter-spacing:.18em; text-transform:uppercase; color:#888; }
.mmb-artist-contact-inner strong { font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; font-weight:400; }
.mmb-artist-contact-inner nav { display:flex; gap:28px; }
.mmb-artist-contact-inner nav a { font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; border-bottom:1px solid #555; padding-bottom:4px; }

.mmb-artist-newsletter { background:#14110f; }
.mmb-artist-newsletter h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; text-transform:none; }

/* Inner pages: quieter, editorial heroes and softer typography. */
.mmb-inner-hero { min-height:min(760px,82svh); }
.mmb-inner-hero-shade { background:linear-gradient(0deg,rgba(6,6,6,.83),rgba(6,6,6,.08) 68%),linear-gradient(90deg,rgba(6,6,6,.35),transparent 62%); }
.mmb-inner-hero h1 { font-family:Georgia,"Times New Roman",serif; font-weight:400; text-transform:none; letter-spacing:-.05em; font-size:clamp(4rem,8vw,8.5rem); line-height:.88; }
.mmb-inner-hero-copy { font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.05rem,1.6vw,1.45rem); font-style:italic; max-width:700px; }
.mmb-v2-editorial { background:#eee8de; color:#181818; }
.mmb-v2-editorial .mmb-entry-content h2,
.mmb-v2-editorial .mmb-entry-content h3 { font-family:Georgia,"Times New Roman",serif; text-transform:none; font-weight:400; letter-spacing:-.03em; }
.mmb-v2-facts-grid > div { background:transparent; }

/* Replace the sales-banner feel with a discreet industry strip. */
.mmb-artist-industry-cta { padding:0; background:#0b0b0b; border-top:1px solid var(--mmb-line); }
.mmb-artist-industry-inner { min-height:180px; display:flex; align-items:center; justify-content:space-between; gap:50px; }
.mmb-artist-industry-inner h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.4rem,4vw,4.6rem); line-height:.95; text-transform:none; font-weight:400; letter-spacing:-.04em; }
.mmb-artist-industry-links { display:flex; align-items:center; gap:30px; }
.mmb-artist-industry-links a { font-size:.7rem; letter-spacing:.13em; text-transform:uppercase; border-bottom:1px solid #555; padding-bottom:5px; }

/* Footer: artist identity first, industry second. */
.mmb-artist-footer { background:#060606; padding-top:clamp(70px,8vw,110px); }
.mmb-artist-footer-top { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; padding-bottom:40px; border-bottom:1px solid var(--mmb-line); }
.mmb-artist-footer-brand { font-family:var(--mmb-body); font-size:clamp(2.3rem,5.5vw,6.2rem); line-height:.82; letter-spacing:-.055em; font-weight:900; }
.mmb-artist-footer-brand span { display:block; margin-top:.28em; font-family:Georgia,"Times New Roman",serif; font-size:.35em; font-weight:400; font-style:italic; letter-spacing:.02em; }
.mmb-artist-footer-socials { display:flex; flex-wrap:wrap; gap:17px; font-size:.66rem; text-transform:uppercase; letter-spacing:.13em; }
.mmb-artist-footer-nav { display:flex; justify-content:space-between; gap:30px; padding-top:30px; padding-bottom:45px; }
.mmb-artist-footer-nav ul { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:20px; }
.mmb-artist-footer-nav a { font-size:.68rem; letter-spacing:.12em; text-transform:uppercase; }
.mmb-artist-footer-industry { display:flex; gap:20px; color:#aaa; }
.mmb-artist-footer .mmb-footer-bottom { border-top:1px solid var(--mmb-line); }

@media (max-width: 980px) {
  .mmb-artist-story-grid { grid-template-columns:1fr; }
  .mmb-artist-story-image { min-height:60vw; }
  .mmb-artist-story-copy { max-width:800px; }
  .mmb-artist-release .mmb-release-grid { grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr); gap:50px; }
  .mmb-artist-shop .mmb-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .mmb-artist-hero h1 { font-size:clamp(4rem,20vw,7rem); }
  .mmb-artist-hero.has-image::before { background-position:62% center; }
  .mmb-artist-hero .mmb-hero-shade { background:linear-gradient(0deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.35) 58%,rgba(5,5,5,.15)); }
  .mmb-artist-release .mmb-release-grid { grid-template-columns:1fr; }
  .mmb-artist-release .mmb-cover-wrap { max-width:520px; }
  .mmb-artist-live .mmb-video-card { aspect-ratio:4/3; }
  .mmb-artist-live .mmb-play { width:88px; height:88px; }
  .mmb-artist-tour .mmb-section-head,
  .mmb-artist-shop .mmb-section-head { align-items:flex-start; }
  .mmb-artist-contact-inner,
  .mmb-artist-industry-inner,
  .mmb-artist-footer-top,
  .mmb-artist-footer-nav { flex-direction:column; align-items:flex-start; }
  .mmb-artist-contact-inner { padding-top:28px; padding-bottom:28px; }
  .mmb-artist-industry-inner { padding-top:48px; padding-bottom:48px; min-height:0; }
  .mmb-artist-footer-top { align-items:flex-start; }
}

@media (max-width: 520px) {
  .mmb-artist-shop .mmb-product-grid { grid-template-columns:1fr; }
  .mmb-artist-hero-actions .mmb-btn { flex:1; }
  .mmb-artist-footer-brand { font-size:clamp(2.7rem,14vw,4.3rem); }
}


/* ================================================================
   V2.2.1 — DARK ARTIST RESTORE
   Keep the artist-led V2.2 content/structure while returning to the
   darker visual identity of the previous theme generation.
   ================================================================ */
:root {
  --mmb-bg:#0b0b0b;
  --mmb-bg-2:#111111;
  --mmb-paper:#f3eee4;
  --mmb-muted:#a8a39b;
  --mmb-line:rgba(255,255,255,.14);
  --mmb-rust:#bb4e2f;
  --mmb-gold:#c9a96b;
  --mmb-max:1320px;
}

body.mmb-theme { background:#0b0b0b; color:var(--mmb-paper); }

/* Artist name is one identity: MERLE MARLOW BAND, same type size/weight. */
.mmb-artist-hero h1 span {
  display:inline;
  margin:0;
  font:inherit;
  font-size:1em;
  line-height:inherit;
  letter-spacing:inherit;
  font-style:normal;
  font-weight:inherit;
  text-transform:inherit;
}
.mmb-artist-footer-brand span {
  display:inline;
  margin:0;
  font:inherit;
  font-size:1em;
  line-height:inherit;
  letter-spacing:inherit;
  font-style:normal;
  font-weight:inherit;
  text-transform:inherit;
}

/* Bring back the deeper, stage-like visual rhythm. */
.mmb-artist-proof { background:#0b0b0b; }
.mmb-artist-story { background:#101010; color:#fff; border-top:1px solid var(--mmb-line); border-bottom:1px solid var(--mmb-line); }
.mmb-artist-story-copy .mmb-eyebrow { color:var(--mmb-gold); }
.mmb-artist-story-copy h2 { color:#fff; }
.mmb-artist-story-copy > p:not(.mmb-eyebrow) { color:var(--mmb-muted); }
.mmb-artist-story .mmb-link-row a { color:#fff; }

.mmb-artist-release { background:#090909; }
.mmb-artist-live { background:#0c0c0c; }

.mmb-artist-tour { background:#111; color:#fff; border-top:1px solid var(--mmb-line); border-bottom:1px solid var(--mmb-line); }
.mmb-artist-tour .mmb-eyebrow { color:var(--mmb-gold); }
.mmb-artist-tour .mmb-section-head h2 { color:#fff; }
.mmb-artist-tour .mmb-simple-link { color:#fff; border-color:rgba(255,255,255,.4); }
.mmb-artist-tour .mmb-event-list { border-top:1px solid var(--mmb-line); }
.mmb-artist-tour .mmb-event-row { border-bottom:1px solid var(--mmb-line); }
.mmb-artist-tour .mmb-event-row time { color:var(--mmb-gold); }
.mmb-artist-tour .mmb-event-row h3 { color:#fff; }
.mmb-artist-tour .mmb-event-row p { color:var(--mmb-muted); }
.mmb-artist-tour .mmb-event-action { color:#fff; }
.mmb-artist-tour .mmb-event-row:hover { background:linear-gradient(90deg,rgba(255,255,255,.025),transparent); }

.mmb-artist-shop { background:#090909; }
.mmb-artist-contact-strip { background:#0f0f0f; }
.mmb-artist-newsletter { background:#14110f; }

/* Inner pages return to the dark cinematic treatment while retaining the
   cleaner V2.2 editorial typography and content hierarchy. */
.mmb-v2-page { background:#0b0b0b; color:var(--mmb-paper); }
.mmb-v2-editorial { background:#0b0b0b; color:var(--mmb-paper); }
.mmb-v2-editorial .mmb-entry-content h2,
.mmb-v2-editorial .mmb-entry-content h3 { color:#fff; }
.mmb-v2-editorial .mmb-entry-content p,
.mmb-v2-editorial .mmb-entry-content li { color:#c7c2ba; }
.mmb-v2-facts-grid > div { background:#0d0d0d; }

.mmb-v2-manifesto { background:#111; color:#fff; border-top:1px solid var(--mmb-line); border-bottom:1px solid var(--mmb-line); }
.mmb-v2-manifesto .mmb-eyebrow { color:var(--mmb-gold); }
.mmb-v2-manifesto h2 { color:#fff; }

/* Dark commerce surfaces on inner Shop/Woo pages. */
.mmb-shop-catalog,
.woocommerce-page .site-main,
.mmb-v2-commerce { background:#0b0b0b; color:var(--mmb-paper); }

@media (max-width:720px) {
  .mmb-artist-hero h1 { line-height:.86; }
  .mmb-artist-hero h1 span { display:inline; }
}

/* V2.2.3 — more editorial, artist-specific release copy. */
.mmb-artist-release .mmb-release-description {
  margin: 0 0 28px;
  max-width: 520px;
  color: var(--mmb-muted);
  font-size: clamp(.98rem,1.2vw,1.08rem);
  line-height: 1.7;
}


/* V2.2.9 — enlarge the actual WordPress custom-logo image by 25%.
   The uploaded Merle Marlow Band mark is almost square, so max-width was not
   controlling its visible size; its height was. Target the real image height. */
.mmb-brand .custom-logo-link { display: block; line-height: 0; }
.mmb-brand .custom-logo-link img.custom-logo {
  width: auto;
  height: 88px; /* 70px × 1.25, rounded */
  max-width: none;
  max-height: none;
}

@media (max-width: 720px) {
  .mmb-brand .custom-logo-link img.custom-logo {
    height: 76px;
    max-width: calc(100vw - 112px);
    object-fit: contain;
  }
}

@media (max-width: 420px) {
  .mmb-brand .custom-logo-link img.custom-logo { height: 68px; }
  .mmb-wordmark { font-size: clamp(1.05rem, 5.3vw, 1.35rem); }
}


/* V2.2.10 — reduce the large written MERLE MARLOW BAND homepage wordmark by 50%.
   This targets only the artist-name heading in the homepage hero. */
.mmb-artist-hero h1 {
  font-size: clamp(2rem, 5.25vw, 5.25rem);
}

@media (max-width: 720px) {
  .mmb-artist-hero h1 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }
}


/* V2.2.11 — restore the graphical WordPress logo to its original V2.2.6 size.
   Keep later wordmark/hero changes intact; only the uploaded custom-logo is reset. */
.mmb-brand .custom-logo-link img.custom-logo {
  width: auto;
  height: auto;
  max-width: 190px;
  max-height: 52px;
  object-fit: contain;
}

@media (max-width: 720px) {
  .mmb-brand .custom-logo-link img.custom-logo {
    width: auto;
    height: auto;
    max-width: min(190px, calc(100vw - 112px));
    max-height: 52px;
  }
}

/* =========================================================
   V2.3 — artist-first inner pages
   ========================================================= */
.mmb-v23-prose-shell { max-width: 1180px; }
.mmb-v23-bio-content { max-width: 1040px; margin: 0 auto; }
.mmb-v23-bio-content > *:first-child { margin-top: 0; }
.mmb-v23-bio-content h1,
.mmb-v23-bio-content h2 { max-width: 900px; }
.mmb-v23-bio-content p { max-width: 880px; }
.mmb-v23-bio-content .mmb-btn,
.mmb-v23-bio-content a[class*="button"] { border-radius: 0; }

/* Music: the catalogue page should feel editorial, not numbered/template-like. */
.mmb-v23-music .mmb-v2-editorial { padding-bottom: clamp(80px,10vw,145px); }
.mmb-v23-music .mmb-v2-music-content { max-width: 1180px; margin: 0 auto; }
.mmb-v23-music .mmb-v2-music-content > *:first-child { margin-top: 0; }

/* Contact: quieter and more direct. */
.mmb-v23-contact .mmb-v2-contact-grid { grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); }
.mmb-v23-contact .mmb-v2-contact-aside h2 { font-size: clamp(2.3rem,4vw,4.2rem); max-width: 420px; }
.mmb-v23-contact .mmb-v2-contact-card { padding: 18px 0; }
.mmb-v23-contact .mmb-v2-contact-form h1,
.mmb-v23-contact .mmb-v2-contact-form h2:first-child { font-size: clamp(2.4rem,4vw,4.4rem); }

/* EPK: one clear hero, then an asset index. */
.mmb-v23-epk-list { background: #0b0b0b; padding: 0 0 clamp(90px,11vw,150px); }
.mmb-v23-epk-row {
  display: grid;
  grid-template-columns: minmax(120px,.32fr) minmax(0,1.68fr);
  gap: clamp(32px,6vw,90px);
  padding: clamp(55px,7vw,90px) 0;
  border-bottom: 1px solid var(--mmb-line);
}
.mmb-v23-epk-row:first-child { border-top: 1px solid var(--mmb-line); }
.mmb-v23-epk-label span { display:block; color:#5f5b55; font-family:var(--mmb-head); font-size:clamp(2.2rem,4vw,4.3rem); line-height:.9; }
.mmb-v23-epk-label p { margin:12px 0 0; color:var(--mmb-gold); font-size:.67rem; font-weight:900; letter-spacing:.16em; }
.mmb-v23-epk-body h2 { margin:0; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.6rem,5vw,5.4rem); font-weight:400; line-height:.95; letter-spacing:-.04em; text-transform:none; }
.mmb-v23-epk-body > p { max-width:720px; margin:18px 0 0; color:#aaa49c; font-size:clamp(1rem,1.25vw,1.15rem); line-height:1.75; }
.mmb-v23-epk-links { margin-top:28px; border-top:1px solid var(--mmb-line); }
.mmb-v23-epk-links a { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:64px; border-bottom:1px solid var(--mmb-line); color:#fff; text-decoration:none; font-size:.88rem; font-weight:800; letter-spacing:.04em; }
.mmb-v23-epk-links a b { color:var(--mmb-gold); font-size:1rem; font-weight:400; }
.mmb-v23-epk-links a:hover span { color:var(--mmb-gold); }
.mmb-v23-epk-empty { color:#777 !important; font-size:.9rem !important; }

@media (max-width: 820px) {
  .mmb-v23-epk-row { grid-template-columns:1fr; gap:22px; }
  .mmb-v23-epk-label { display:flex; align-items:baseline; gap:14px; }
  .mmb-v23-epk-label p { margin:0; }
  .mmb-v23-contact .mmb-v2-contact-grid { grid-template-columns:1fr; }
}

@media print {
  .mmb-v23-epk-list { background:#fff !important; padding:0 !important; }
  .mmb-v23-epk-row { display:block !important; padding:24px 0 !important; border-color:#ccc !important; break-inside:avoid; }
  .mmb-v23-epk-label span { color:#999 !important; }
  .mmb-v23-epk-body h2, .mmb-v23-epk-links a { color:#111 !important; }
  .mmb-v23-epk-body > p { color:#444 !important; }
}

/* =========================================================
   V2.3.1 — Bio cleanup + single-product navigation
   ========================================================= */
/* Safety net for legacy page-builder button shells stripped of their labels. */
.mmb-v23-bio-content a:empty,
.mmb-v23-bio-content button:empty,
.mmb-v23-bio-content .wp-block-button:has(> a:empty),
.mmb-v23-bio-content .wp-block-buttons:has(> .wp-block-button:empty),
.mmb-v23-bio-content .elementor-button-wrapper:has(> a:empty) {
  display: none !important;
}

/* Product pages have no cinematic hero, so the fixed header must be opaque
   from the first pixel and the product content needs its own breathing room. */
body.mmb-is-product .mmb-header {
  background: rgba(7,7,7,.96);
  border-bottom-color: var(--mmb-line);
  backdrop-filter: blur(14px);
}
body.mmb-is-product .mmb-commerce {
  padding-top: clamp(138px, 11vw, 168px);
  padding-bottom: clamp(80px, 9vw, 125px);
}
body.mmb-is-product .mmb-commerce .mmb-page-shell {
  padding-top: 0;
}
.mmb-single-product-nav {
  margin: 0 0 clamp(30px,4vw,50px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mmb-line);
}
.mmb-single-product-nav a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d2cdc5;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.mmb-single-product-nav a span {
  color: var(--mmb-gold);
  font-size: 1rem;
  line-height: 1;
  transition: transform .2s ease;
}
.mmb-single-product-nav a:hover { color: #fff; }
.mmb-single-product-nav a:hover span { transform: translateX(-3px); }
body.mmb-is-product .woocommerce div.product .product_title {
  margin-top: 0;
}
body.mmb-is-product .woocommerce div.product,
body.mmb-is-product .woocommerce div.product .woocommerce-tabs,
body.mmb-is-product .woocommerce div.product .related {
  clear: both;
}

@media (max-width: 720px) {
  body.mmb-is-product .mmb-commerce {
    padding-top: 104px;
    padding-bottom: 72px;
  }
  .mmb-single-product-nav { margin-bottom: 28px; }
}


/* =========================================================
   V2.3.2 — hard cleanup for legacy Bio CTA + EPK section
   ========================================================= */
/* The former press-kit row can still appear when a cached V2.3 EPK template
   is served. Hide it independently of the PHP template. */
#epk-presskits,
.mmb-v23-epk-row#epk-presskits {
  display: none !important;
}

/* Legacy CTA shells on the Bio page are no longer part of the design. */
.mmb-v23-bio-content [class*="cta"]:empty,
.mmb-v23-bio-content [class*="CTA"]:empty,
.mmb-v23-bio-content [class*="button"]:empty,
.mmb-v23-bio-content [class*="btn"]:empty,
.mmb-v23-bio-content [class*="action"]:empty,
.mmb-v23-bio-content [class*="booking"]:empty {
  display: none !important;
}


/* =========================================================
   V2.3.3 — definitive Bio legacy-tail cleanup
   ========================================================= */
/* Empty structural elements inside the Bio cannot carry visual decoration.
   This specifically neutralizes old pseudo-element-only CTA/format tiles. */
.mmb-v23-bio-content div:empty,
.mmb-v23-bio-content section:empty,
.mmb-v23-bio-content aside:empty,
.mmb-v23-bio-content p:empty,
.mmb-v23-bio-content span:empty,
.mmb-v23-bio-content a:empty,
.mmb-v23-bio-content button:empty {
  display:none !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
}
.mmb-v23-bio-content div:empty::before,
.mmb-v23-bio-content div:empty::after,
.mmb-v23-bio-content section:empty::before,
.mmb-v23-bio-content section:empty::after,
.mmb-v23-bio-content aside:empty::before,
.mmb-v23-bio-content aside:empty::after,
.mmb-v23-bio-content p:empty::before,
.mmb-v23-bio-content p:empty::after,
.mmb-v23-bio-content span:empty::before,
.mmb-v23-bio-content span:empty::after,
.mmb-v23-bio-content a:empty::before,
.mmb-v23-bio-content a:empty::after,
.mmb-v23-bio-content button:empty::before,
.mmb-v23-bio-content button:empty::after {
  content:none !important;
  display:none !important;
}
