.mmbb {
  --mmbb-black: #010101;
  --mmbb-panel: #0c0d0e;
  --mmbb-red: #e0003c;
  --mmbb-red-dark: #b90032;
  --mmbb-white: #fff;
  --mmbb-muted: #a6a9aa;
  --mmbb-line: rgba(255, 255, 255, .14);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: var(--mmbb-black);
  color: var(--mmbb-white);
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 1.5;
}

.mmbb *, .mmbb *::before, .mmbb *::after { box-sizing: border-box; }
.mmbb a { color: inherit; text-decoration: none; }
.mmbb button, .mmbb input { font: inherit; }
.mmbb img { max-width: 100%; height: auto; }

.mmbb-header {
  width: 100%;
  height: 116px;
  padding: 0 clamp(28px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .64), transparent);
}

.mmbb-logo img { width: 122px; display: block; filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .45)); }

.mmbb-cart {
  min-width: 144px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--mmbb-red);
  color: white !important;
  box-shadow: 0 10px 25px rgba(224, 0, 60, .2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.mmbb-cart:hover { background: var(--mmbb-red-dark); color: white; transform: translateY(-2px); }
.mmbb-cart b { min-width: 22px; height: 22px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 99px; background: white; color: var(--mmbb-red); font-size: 12px; }

.mmbb-hero {
  min-height: 760px;
  padding: 150px clamp(28px, 6vw, 92px) 76px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .55) 36%, rgba(0, 0, 0, .09) 69%),
    linear-gradient(0deg, rgba(0, 0, 0, .96) 0%, transparent 38%),
    url("https://merlemarlowband.com/wp-content/uploads/2026/06/MMBBG2026.jpg");
  background-size: cover;
  background-position: center top;
  border-bottom: 1px solid var(--mmbb-line);
}

.mmbb-hero-copy { max-width: 690px; position: relative; z-index: 1; }
.mmbb-eyebrow { margin: 0 0 20px !important; color: var(--mmbb-red); font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.mmbb-hero h1 { margin: 0 !important; color: white; font-size: clamp(52px, 6.6vw, 102px); font-weight: 900; line-height: .94; letter-spacing: -.065em; text-transform: uppercase; text-shadow: 0 7px 28px rgba(0, 0, 0, .4); }
.mmbb-hero h1 em { display: inline-block; color: var(--mmbb-red); font-style: normal; }
.mmbb-hero-copy > p:not(.mmbb-eyebrow) { max-width: 610px; margin: 28px 0 0; color: #d9d9d9; font-size: 16px; line-height: 1.65; text-shadow: 0 2px 12px rgba(0, 0, 0, .8); }
.mmbb-primary { margin-top: 34px; padding: 16px 25px; display: inline-flex; align-items: center; gap: 25px; border-radius: 999px; background: var(--mmbb-red); color: white !important; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.mmbb-primary:hover { background: var(--mmbb-red-dark); transform: translateY(-2px); }
.mmbb-hero > small { position: absolute; right: clamp(28px, 6vw, 92px); bottom: 22px; color: rgba(255, 255, 255, .52); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.mmbb-shop { padding: clamp(85px, 9vw, 142px) clamp(24px, 6vw, 92px); background: var(--mmbb-black); }
.mmbb-shop-heading { padding-bottom: 37px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--mmbb-line); }
.mmbb-shop-heading .mmbb-eyebrow { margin-bottom: 12px !important; }
.mmbb-shop-heading h2 { margin: 0 !important; color: white; font-size: clamp(46px, 5vw, 76px); font-weight: 900; line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.mmbb-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.mmbb-filters button { padding: 11px 17px; border: 1px solid var(--mmbb-line); border-radius: 99px; background: transparent; color: #8f9395; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.mmbb-filters button:hover, .mmbb-filters button.is-active { border-color: var(--mmbb-red); background: var(--mmbb-red); color: white; }

.mmbb-collection { padding: 74px 0 92px; display: grid; grid-template-columns: minmax(220px, .3fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 78px); border-bottom: 1px solid var(--mmbb-line); }
.mmbb-collection[hidden] { display: none !important; }
.mmbb-collection-intro { position: sticky; top: 24px; align-self: start; }
.mmbb-collection-intro > p { margin: 0 0 16px !important; color: var(--mmbb-red); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mmbb-collection-intro h2 { max-width: 360px; margin: 0 0 18px !important; color: white; font-size: clamp(31px, 3vw, 48px); font-weight: 900; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.mmbb-collection-intro > span { max-width: 345px; display: block; color: var(--mmbb-muted); font-size: 14px; line-height: 1.75; }

.mmbb-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(15px, 2vw, 25px); }
.mmbb-grid-vinyl { max-width: 790px; grid-template-columns: minmax(0, 1fr); }
.mmbb-grid-vinyl .mmbb-product-card { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(260px, .75fr); }
.mmbb-grid-vinyl .mmbb-product-visual { min-height: 470px; }
.mmbb-grid-vinyl .mmbb-product-info { display: flex; flex-direction: column; justify-content: flex-end; }

.mmbb-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--mmbb-line); background: var(--mmbb-panel); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.mmbb-product-card:hover { border-color: rgba(224, 0, 60, .6); box-shadow: 0 24px 50px rgba(0, 0, 0, .44); transform: translateY(-6px); }
.mmbb-product-visual { min-height: 340px; position: relative; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--mmbb-line); background: radial-gradient(circle at 50% 35%, #33383a 0%, #1b1e20 50%, #0f1112 100%); }
.mmbb-product-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .22), transparent 45%); pointer-events: none; }
.mmbb-product-visual::before { content: ""; width: 46%; height: 58%; position: absolute; top: 16%; z-index: 1; background: #080808; filter: drop-shadow(14px 20px 18px rgba(0, 0, 0, .52)); }
.mmbb-has-image { background: #17191a; }
.mmbb-has-image::before { display: none; }
.mmbb-has-image img { width: 100%; height: 340px; display: block; object-fit: cover; }
.mmbb-external-image { background: #0a0b0c; }
.mmbb-external-image img { width: 100%; height: 340px; object-fit: cover; }
.mmbb-grid-vinyl .mmbb-external-image img { height: 470px; object-fit: cover; }
.mmbb-visual-shirt::before { clip-path: polygon(25% 0, 39% 8%, 61% 8%, 75% 0, 100% 14%, 84% 35%, 75% 27%, 78% 100%, 22% 100%, 25% 27%, 16% 35%, 0 14%); }
.mmbb-visual-cap::before { width: 49%; height: 29%; top: 34%; border-radius: 80% 80% 17% 17% / 100% 100% 25% 25%; }
.mmbb-visual-cap::after { content: ""; width: 30%; height: 8%; position: absolute; left: 49%; top: 57%; z-index: 1; border-radius: 0 100% 100% 50%; background: #080808; transform: rotate(7deg); }
.mmbb-visual-cd::before { width: 56%; height: auto; aspect-ratio: 1; top: 18%; border: 8px solid #e4e4e4; background: linear-gradient(140deg, #72001e, #09090a 65%); box-shadow: 14px 18px 25px rgba(0, 0, 0, .5); transform: rotate(-5deg); }
.mmbb-visual-vinyl { background: radial-gradient(circle at 42% 45%, #3f3431 0%, #191817 55%, #090909 100%); }
.mmbb-visual-vinyl::before { width: 50%; height: auto; aspect-ratio: 1; left: 15%; top: 21%; border: 8px solid #e7e7e7; background: linear-gradient(145deg, #750120 0 35%, #09090a 35%); box-shadow: 18px 21px 26px rgba(0, 0, 0, .5); transform: rotate(-6deg); }
.mmbb-vinyl-disc { width: 50%; aspect-ratio: 1; position: absolute; right: 8%; top: 22%; z-index: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #161616 0 4px, #282828 5px 7px, #0c0c0c 8px 10px); box-shadow: 15px 20px 25px rgba(0, 0, 0, .55); }
.mmbb-vinyl-disc::after { content: ""; width: 31%; aspect-ratio: 1; position: absolute; inset: 34.5%; border-radius: 50%; background: var(--mmbb-red); }
.mmbb-stamp { position: relative; z-index: 2; color: var(--mmbb-red); font-size: clamp(28px, 3vw, 49px); font-weight: 900; font-style: italic; letter-spacing: -.09em; text-shadow: 1px 1px 0 white; }
.mmbb-visual-vinyl .mmbb-stamp, .mmbb-visual-cd .mmbb-stamp { position: absolute; left: 24%; top: 39%; color: white; font-size: 25px; text-shadow: none; transform: rotate(-5deg); }
.mmbb-visual-caption { position: absolute; left: 18px; bottom: 16px; z-index: 3; color: rgba(255, 255, 255, .46); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.mmbb-product-info { padding: 23px; }
.mmbb-product-meta { min-height: 20px; display: flex; justify-content: space-between; gap: 10px; color: var(--mmbb-red); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mmbb-stock { color: #70af72; }
.mmbb-product-info h3 { min-height: 48px; margin: 13px 0 8px !important; color: white; font-size: 21px; font-weight: 800; line-height: 1.13; letter-spacing: -.025em; text-transform: uppercase; }
.mmbb-product-info > p { min-height: 38px; margin: 0 !important; color: var(--mmbb-muted); font-size: 12px; line-height: 1.55; }
.mmbb-product-action { margin-top: 21px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--mmbb-line); }
.mmbb-product-action strong { color: white; font-size: 13px; font-weight: 900; }
.mmbb-product-button { padding: 4px 0; border: 0; background: transparent; color: var(--mmbb-red) !important; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.mmbb-product-button:hover { color: white !important; }
.mmbb-product-button.loading { opacity: .55; pointer-events: none; }
.mmbb-product-button.added::after { content: " ✓"; color: #70af72; }

.mmbb-setup-card { min-height: 300px; padding: clamp(28px, 4vw, 55px); display: flex; flex-direction: column; justify-content: center; border: 1px dashed rgba(255, 255, 255, .25); background: #0b0c0d; }
.mmbb-setup-card h3 { margin: 0 0 16px !important; color: white; font-size: clamp(26px, 3vw, 42px); font-weight: 900; text-transform: uppercase; }
.mmbb-setup-card > p:last-child { max-width: 620px; margin: 0 !important; color: var(--mmbb-muted); }

.mmbb-footer { min-height: 205px; padding: 46px clamp(24px, 6vw, 92px); display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid var(--mmbb-line); background: #060606; }
.mmbb-footer img { width: 125px; display: block; }
.mmbb-footer p { margin: 0 !important; color: #7f8385; font-size: 12px; }
.mmbb-footer > a:last-child { color: #c6c8c9; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mmbb-footer > a:last-child:hover { color: var(--mmbb-red); }

.mmbb-toast { position: fixed; left: 50%; bottom: -80px; z-index: 9999; padding: 15px 22px; border: 1px solid var(--mmbb-line); border-radius: 4px; background: #191919; color: white; box-shadow: 0 12px 40px rgba(0, 0, 0, .5); font-size: 13px; transform: translateX(-50%); transition: bottom .28s ease; }
.mmbb-toast.is-visible { bottom: 28px; }
.mmbb-toast span { margin-right: 8px; color: #72bd75; }

body.page-template-mmb-boutique-fullscreen { margin: 0; background: #010101; }
body.page-template-mmb-boutique-fullscreen .site-header,
body.page-template-mmb-boutique-fullscreen .site-footer,
body.page-template-mmb-commerce-fullscreen .site-header,
body.page-template-mmb-commerce-fullscreen .site-footer { display: none !important; }

body.page-template-mmb-commerce-fullscreen { margin: 0; background: #010101; }
.mmbb-commerce { min-height: 100vh; }
.mmbb-commerce .mmbb-header { position: relative; background: #060606; border-bottom: 1px solid var(--mmbb-line); }
.mmbb-commerce-back { padding: 13px 19px; border: 1px solid var(--mmbb-line); border-radius: 999px; color: white !important; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s ease, background .2s ease; }
.mmbb-commerce-back:hover { border-color: var(--mmbb-red); background: var(--mmbb-red); }
.mmbb-commerce-main { min-height: calc(100vh - 321px); padding: clamp(65px, 8vw, 110px) clamp(20px, 6vw, 92px); }
.mmbb-commerce-heading { width: min(1120px, 100%); margin: 0 auto 38px; }
.mmbb-commerce-heading .mmbb-eyebrow { margin-bottom: 12px !important; }
.mmbb-commerce-heading h1 { margin: 0 !important; color: white; font-size: clamp(46px, 6vw, 84px); font-weight: 900; line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.mmbb-commerce-heading > p:last-child { margin: 18px 0 0 !important; color: var(--mmbb-muted); }
.mmbb-commerce-content { width: min(1120px, 100%); margin: 0 auto; padding: clamp(22px, 4vw, 48px); border: 1px solid var(--mmbb-line); background: var(--mmbb-panel); color: white; }
.mmbb-commerce-content .woocommerce { color: white; }
.mmbb-commerce-content .woocommerce-message,
.mmbb-commerce-content .woocommerce-info,
.mmbb-commerce-content .woocommerce-error { margin: 0 0 24px !important; padding: 18px 20px 18px 48px !important; border: 1px solid var(--mmbb-line); border-top: 3px solid var(--mmbb-red); background: #151617; color: white; }
.mmbb-commerce-content table.shop_table { overflow: hidden; border: 1px solid var(--mmbb-line) !important; border-collapse: collapse !important; border-radius: 0 !important; color: white; }
.mmbb-commerce-content table.shop_table th,
.mmbb-commerce-content table.shop_table td { padding: 16px !important; border-color: var(--mmbb-line) !important; color: white; }
.mmbb-commerce-content table.shop_table img { width: 74px; }
.mmbb-commerce-content .product-name a { color: white !important; font-weight: 800; }
.mmbb-commerce-content .product-remove a { color: var(--mmbb-red) !important; }
.mmbb-commerce-content input,
.mmbb-commerce-content select,
.mmbb-commerce-content textarea { min-height: 45px; border: 1px solid #343638 !important; border-radius: 2px !important; background: #080909 !important; color: white !important; }
.mmbb-commerce-content input::placeholder,
.mmbb-commerce-content textarea::placeholder { color: #8c9092; }
.mmbb-commerce-content .button,
.mmbb-commerce-content button.button,
.mmbb-commerce-content #place_order,
.mmbb-commerce-content .wc-block-components-button { padding: 15px 21px !important; border: 0 !important; border-radius: 999px !important; background: var(--mmbb-red) !important; color: white !important; font-size: 11px !important; font-weight: 900 !important; letter-spacing: .05em; text-transform: uppercase; }
.mmbb-commerce-content .button:hover,
.mmbb-commerce-content button.button:hover,
.mmbb-commerce-content #place_order:hover,
.mmbb-commerce-content .wc-block-components-button:hover { background: var(--mmbb-red-dark) !important; }
.mmbb-commerce-content .cart_totals h2,
.mmbb-commerce-content #order_review_heading,
.mmbb-commerce-content .woocommerce-billing-fields h3 { color: white; font-weight: 900; text-transform: uppercase; }
.mmbb-commerce-content .woocommerce-checkout-payment { background: #161718 !important; color: white; }
.mmbb-commerce-content .woocommerce-checkout-payment .payment_box { background: #242627 !important; color: white !important; }
.mmbb-commerce-content .woocommerce-checkout-payment .payment_box::before { border-bottom-color: #242627 !important; }
.mmbb-commerce-content a { color: var(--mmbb-red); }

@media (max-width: 1080px) {
  .mmbb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mmbb-product-grid .mmbb-product-card:last-child:nth-child(odd) { grid-column: span 2; }
}

@media (max-width: 780px) {
  .mmbb-header { height: 88px; padding: 0 20px; }
  .mmbb-logo img { width: 92px; }
  .mmbb-cart { min-width: 118px; padding: 13px 16px; }
  .mmbb-hero { min-height: 720px; padding: 118px 22px 60px; align-items: flex-end; background-position: 64% top; background-image: linear-gradient(0deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.55) 47%, rgba(0,0,0,.1) 73%), url("https://merlemarlowband.com/wp-content/uploads/2026/06/MMBBG2026.jpg"); }
  .mmbb-hero h1 { font-size: clamp(45px, 14vw, 68px); }
  .mmbb-hero-copy > p:not(.mmbb-eyebrow) { font-size: 14px; }
  .mmbb-hero > small { display: none; }
  .mmbb-shop-heading { align-items: flex-start; flex-direction: column; }
  .mmbb-filters { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .mmbb-filters button { white-space: nowrap; }
  .mmbb-collection { grid-template-columns: 1fr; padding: 55px 0 70px; }
  .mmbb-collection-intro { position: static; }
  .mmbb-product-grid { grid-template-columns: 1fr; }
  .mmbb-product-grid .mmbb-product-card:last-child:nth-child(odd) { grid-column: auto; }
  .mmbb-grid-vinyl .mmbb-product-card { display: block; }
  .mmbb-grid-vinyl .mmbb-product-visual { min-height: 385px; }
  .mmbb-grid-vinyl .mmbb-external-image img { height: 390px; }
  .mmbb-product-visual, .mmbb-has-image img { min-height: 390px; }
  .mmbb-footer { align-items: flex-start; flex-direction: column; }
  .mmbb-commerce .mmbb-header { height: 88px; }
  .mmbb-commerce-main { padding-top: 48px; }
  .mmbb-commerce-content { padding: 18px; overflow-x: auto; }
  .mmbb-commerce-content table.shop_table th,
  .mmbb-commerce-content table.shop_table td { padding: 10px !important; }
}

@media (max-width: 420px) {
  .mmbb-hero { min-height: 680px; }
  .mmbb-hero h1 { font-size: 45px; }
  .mmbb-shop { padding-left: 18px; padding-right: 18px; }
  .mmbb-product-visual, .mmbb-has-image img { min-height: 340px; }
  .mmbb-grid-vinyl .mmbb-external-image img { height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  .mmbb *, .mmbb *::before, .mmbb *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
