/*
Theme Name: Mannmoj
Theme URI: https://mannmoj.example.test
Author: Mannmoj / Bytecrest
Description: A controlled, editorial WooCommerce theme for local Candidate 2 review.
Version: 0.4.3
Text Domain: mannmoj
*/

:root {
  --mm-charcoal: #161616;
  --mm-white: #ffffff;
  --mm-coral: #ff8989;
  --mm-lime: #abe678;
  --mm-blue: #81c6ff;
  --mm-mustard: #ffbe6a;
  --mm-paper: #f7f7f4;
  --mm-line: rgba(22, 22, 22, 0.18);
  --mm-max: 1440px;
  --mm-gutter: clamp(1.15rem, 3vw, 3.5rem);
  --mm-radius: 999px;
  --mm-shadow: 0 18px 50px rgba(22, 22, 22, 0.08);
  --mm-font: "Instrument Sans", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mm-charcoal);
  background: var(--mm-white);
  font-family: var(--mm-font);
  font-size: 1rem;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--mm-blue); outline-offset: 4px; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden;
  position: absolute !important; white-space: nowrap; width: 1px;
}
.site-shell { overflow: clip; }
.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--mm-line); backdrop-filter: blur(14px);
}
.header-inner { max-width: var(--mm-max); margin: auto; min-height: 4.6rem; padding: 0 var(--mm-gutter); display: flex; align-items: center; gap: 2rem; }
.brand-mark { display: inline-flex; align-items: center; gap: .6rem; color: var(--mm-charcoal); text-decoration: none; font-weight: 700; letter-spacing: -.06em; font-size: 1.55rem; }
.brand-dot { width: .7rem; height: .7rem; border-radius: 50%; background: var(--mm-coral); display: inline-block; }
.primary-nav { display: flex; gap: 1.5rem; align-items: center; margin-left: auto; }
.primary-nav a, .utility-link, .menu-toggle { font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; text-decoration: none; }
.primary-nav a, .utility-link { padding: .55rem .1rem; }
.utility-link { border: 0; background: transparent; cursor: pointer; }
.primary-nav a:hover, .utility-link:hover { text-decoration: underline; text-decoration-color: var(--mm-coral); text-underline-offset: .45em; }
.utilities { display: flex; align-items: center; gap: 1.25rem; margin-left: 1rem; }
.cart-count { display: inline-grid; min-width: 1.2rem; height: 1.2rem; margin-left: .2rem; place-items: center; border-radius: 50%; background: var(--mm-lime); font-size: .68rem; line-height: 1; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .6rem 0; cursor: pointer; }
.search-panel { max-width: var(--mm-max); margin: auto; padding: 0 var(--mm-gutter) 1.2rem; }
.search-form { display: flex; gap: .75rem; }
.search-form input { width: 100%; border: 1px solid var(--mm-charcoal); border-radius: var(--mm-radius); padding: .8rem 1rem; background: var(--mm-white); }
.search-form button, .button { border: 1px solid var(--mm-charcoal); border-radius: var(--mm-radius); padding: .8rem 1.1rem; background: var(--mm-charcoal); color: var(--mm-white); cursor: pointer; text-decoration: none; }
.search-panel[hidden] { display: none; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--mm-coral); min-height: min(780px, calc(100svh - 4.6rem)); display: grid; align-items: end; }
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: var(--mm-max); margin: auto; padding: clamp(4rem, 8vw, 7rem) var(--mm-gutter) clamp(2.2rem, 5vw, 4.8rem); display: grid; grid-template-rows: auto 1fr auto; min-height: min(780px, calc(100svh - 4.6rem)); }
.eyebrow, .section-kicker { margin: 0 0 1.25rem; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.hero-title-row { display: flex; align-items: flex-end; gap: clamp(1rem, 4vw, 4rem); padding: clamp(2rem, 8vw, 6rem) 0 clamp(3rem, 8vw, 6rem); }
.hero h1 { max-width: none; margin: 0; font-size: clamp(5.8rem, 17vw, 15.5rem); line-height: .78; letter-spacing: -.1em; font-weight: 700; }
.hero-mark-wrap { position: absolute; z-index: -1; width: min(50vw, 44rem); aspect-ratio: 1; right: clamp(-10rem, -5vw, -3rem); top: clamp(-10rem, -6vw, -2rem); }
.hero-mark { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
.hero-copy { max-width: 25rem; margin: 0 0 .25rem; font-size: clamp(1.25rem, 2.3vw, 2.1rem); line-height: 1.04; letter-spacing: -.045em; }
.hero-action { display: inline-flex; align-items: center; gap: .7rem; margin-top: 2.2rem; padding: .95rem 1.15rem; background: var(--mm-charcoal); color: var(--mm-white); text-decoration: none; border-radius: var(--mm-radius); font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-action::after { content: "↘"; font-size: 1.15rem; }
.hero-art { position: absolute; width: 0; height: 0; overflow: hidden; }

.section { max-width: var(--mm-max); margin: auto; padding: clamp(5rem, 11vw, 10rem) var(--mm-gutter); }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; margin-bottom: 3.2rem; }
.section-kicker { margin-bottom: 1.25rem; }
.section-heading h2 { margin: 0; font-size: clamp(2.8rem, 6.5vw, 7.6rem); letter-spacing: -.09em; line-height: .82; }
.section-heading p { max-width: 15rem; margin: 0; font-size: .9rem; }
.world-grid { display: grid; grid-template-columns: 1.15fr .9fr 1.05fr; gap: clamp(.75rem, 2vw, 1.5rem); align-items: start; }
.world-card { position: relative; isolation: isolate; min-height: clamp(28rem, 52vw, 42rem); padding: clamp(1rem, 2vw, 1.5rem); display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; overflow: hidden; background: var(--mm-paper); border: 1px solid var(--mm-line); transition: transform .25s ease, box-shadow .25s ease; }
.world-card:hover, .world-card:focus-visible { transform: translateY(-.35rem); box-shadow: var(--mm-shadow); }
.world-card-1 { margin-top: 3.5rem; }
.world-card-3 { margin-top: 7rem; }
.world-art { position: absolute; z-index: -1; inset: 0; overflow: hidden; }
.world-art::before { content: ""; position: absolute; width: 62%; aspect-ratio: 1; right: -16%; top: -12%; border-radius: 50%; background: var(--mm-coral); }
.world-art::after { content: ""; position: absolute; width: 28%; height: 118%; left: 19%; top: -9%; background: var(--mm-blue); transform: rotate(25deg); mix-blend-mode: multiply; }
.world-art-line { position: absolute; width: 75%; height: 1px; left: -8%; top: 46%; background: var(--mm-charcoal); transform: rotate(-22deg); transform-origin: left; }
.world-art-disc { position: absolute; width: 22%; aspect-ratio: 1; left: 15%; bottom: 18%; border-radius: 50%; background: var(--mm-lime); }
.world-card-2 .world-art::before { width: 70%; right: -20%; top: 12%; border-radius: 0; background: var(--mm-blue); transform: rotate(18deg); }
.world-card-2 .world-art::after { width: 38%; height: 88%; left: 42%; top: 8%; background: var(--mm-mustard); transform: rotate(-32deg); }
.world-card-2 .world-art-line { top: 62%; transform: rotate(42deg); }
.world-card-2 .world-art-disc { left: 8%; bottom: 16%; background: var(--mm-coral); }
.world-card-3 .world-art::before { width: 56%; right: 10%; top: -15%; background: var(--mm-mustard); transform: rotate(-15deg); }
.world-card-3 .world-art::after { width: 55%; height: 34%; left: -8%; top: 35%; background: var(--mm-lime); transform: rotate(-12deg); }
.world-card-3 .world-art-line { left: 17%; top: 58%; transform: rotate(-53deg); }
.world-card-3 .world-art-disc { left: auto; right: 15%; bottom: 15%; background: var(--mm-blue); }
.world-index { font-size: .72rem; letter-spacing: .12em; }
.world-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.world-card h3 { margin: 0; font-size: clamp(2.5rem, 6.5vw, 6.8rem); letter-spacing: -.09em; line-height: .78; }
.world-card p { max-width: 12rem; margin: .8rem 0 0; font-size: .85rem; }
.world-arrow { align-self: flex-end; font-size: 2.2rem; }

.edit-section { background: var(--mm-paper); max-width: none; }
.edit-section > * { max-width: var(--mm-max); margin-left: auto; margin-right: auto; }
.edit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 3rem); }
.product-card { min-width: 0; }
.product-link { display: block; text-decoration: none; }
.product-visual { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #e9e8e2; }
.product-visual::before, .product-visual::after { content: ""; position: absolute; }
.product-visual::before { width: 68%; height: 68%; left: 16%; top: 16%; border-radius: 50%; background: var(--mm-coral); transform: rotate(-18deg); }
.product-visual::after { width: 42%; height: 120%; left: 28%; top: -10%; background: var(--mm-blue); mix-blend-mode: multiply; transform: rotate(32deg); }
.product-visual.accent-blue::before { background: var(--mm-blue); border-radius: 0; transform: rotate(23deg); }
.product-visual.accent-blue::after { background: var(--mm-lime); }
.product-visual.accent-lime::before { background: var(--mm-lime); width: 48%; height: 48%; left: 26%; top: 26%; }
.product-visual.accent-lime::after { background: var(--mm-mustard); border-radius: 50%; }
.product-visual.accent-mustard::before { background: var(--mm-mustard); border-radius: 0; transform: rotate(-34deg); }
.product-visual.accent-mustard::after { background: var(--mm-coral); }
.fixture-label { position: absolute; z-index: 1; left: 1rem; top: 1rem; color: rgba(22,22,22,.66); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: .9rem; font-size: .9rem; }
.product-meta p { margin: 0; }
.product-price { white-space: nowrap; }
.edit-note { margin-top: 1.8rem; font-size: .78rem; color: rgba(22,22,22,.62); }

.manifesto { background: var(--mm-charcoal); color: var(--mm-white); max-width: none; padding: clamp(5rem, 12vw, 11rem) var(--mm-gutter); }
.manifesto-inner { max-width: var(--mm-max); margin: auto; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem, 8vw, 9rem); align-items: end; }
.manifesto h2 { margin: 0; max-width: 10ch; font-size: clamp(3.6rem, 8.5vw, 10rem); line-height: .84; letter-spacing: -.09em; font-weight: 600; }
.manifesto-mark { width: clamp(10rem, 24vw, 22rem); aspect-ratio: 1; overflow: hidden; transform: translate(-12%, -8%) rotate(-8deg); }
.manifesto-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.discovery { background: var(--mm-paper); max-width: none; }
.discovery-inner { max-width: var(--mm-max); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: clamp(2rem, 8vw, 9rem); }
.discovery-mark { width: clamp(10rem, 22vw, 21rem); aspect-ratio: 1; overflow: hidden; background: var(--mm-coral); }
.discovery-mark img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.55) translate(7%, -3%); }
.discovery-copy { position: relative; padding-bottom: .4rem; }
.discovery-copy::before { content: ""; position: absolute; width: clamp(4rem, 12vw, 10rem); height: .55rem; left: 0; top: -2rem; background: var(--mm-blue); }
.discovery h2 { margin: 0; font-size: clamp(3.5rem, 10vw, 12rem); line-height: .78; letter-spacing: -.1em; }
.discovery p { max-width: 13rem; margin: 0 0 .3rem; font-size: .95rem; }
.discovery a { display: inline-block; margin-top: .8rem; font-weight: 700; }

.site-footer { background: var(--mm-white); border-top: 1px solid var(--mm-line); }
.footer-inner { max-width: var(--mm-max); margin: auto; padding: 4rem var(--mm-gutter) 2rem; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr 1.2fr 1fr; gap: 2rem; padding-bottom: 5rem; }
.footer-top h2 { margin: 0; font-size: 2rem; letter-spacing: -.07em; }
.footer-top p { margin: 0; max-width: 16rem; font-size: .88rem; }
.footer-col { display: grid; align-content: start; gap: .55rem; font-size: .86rem; }
.footer-label { margin: 0 0 .5rem; text-transform: uppercase; font-size: .68rem; letter-spacing: .12em; }
.footer-bottom { border-top: 1px solid var(--mm-line); padding-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-attribution { margin-left: auto; color: rgba(22,22,22,.68); font-size: .75rem; letter-spacing: .02em; text-transform: none; }

.archive-header { background: var(--mm-coral); padding: 5rem var(--mm-gutter); }
.archive-header-inner, .archive-content { max-width: var(--mm-max); margin: auto; }
.archive-header h1 { margin: 0; font-size: clamp(4rem, 10vw, 10rem); letter-spacing: -.1em; line-height: .8; }
.archive-content { padding: 4rem var(--mm-gutter); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.woocommerce .product-card { list-style: none; }
.empty-state { padding: 3rem 0; }

/* Storefront Core V1: the editorial world narrows into calmer commerce. */
.product-visual { background: var(--mm-paper); }
.product-visual.has-product-image::before, .product-visual.has-product-image::after { display: none; }
.product-visual .product-image, .product-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.visual-shape { position: absolute; display: block; }
.visual-shape-one { width: 68%; height: 68%; left: 16%; top: 16%; border-radius: 50%; background: var(--mm-coral); transform: rotate(-18deg); }
.visual-shape-two { width: 42%; height: 120%; left: 28%; top: -10%; background: var(--mm-blue); mix-blend-mode: multiply; transform: rotate(32deg); }
.visual-shape-three { width: 16%; aspect-ratio: 1; right: 12%; bottom: 12%; border-radius: 50%; background: var(--mm-lime); }
.accent-blue .visual-shape-one { background: var(--mm-blue); border-radius: 0; transform: rotate(23deg); }
.accent-blue .visual-shape-two { background: var(--mm-lime); }
.accent-lime .visual-shape-one { width: 48%; height: 48%; left: 26%; top: 26%; background: var(--mm-lime); }
.accent-lime .visual-shape-two { background: var(--mm-mustard); border-radius: 50%; }
.accent-mustard .visual-shape-one { background: var(--mm-mustard); border-radius: 0; transform: rotate(-34deg); }
.accent-mustard .visual-shape-two { background: var(--mm-coral); }
.collection-page { background: var(--mm-white); }
.collection-intro { background: var(--mm-coral); padding: clamp(4.5rem, 10vw, 9rem) var(--mm-gutter) clamp(4rem, 8vw, 7rem); }
.collection-intro-inner { max-width: var(--mm-max); margin: auto; }
.collection-intro h1 { max-width: 10ch; margin: 0; font-size: clamp(4.4rem, 12vw, 12rem); letter-spacing: -.1em; line-height: .78; }
.collection-lede { max-width: 24rem; margin: 2.5rem 0 0; font-size: clamp(1.1rem, 2vw, 1.6rem); letter-spacing: -.03em; }
.collection-content { max-width: var(--mm-max); margin: auto; padding: clamp(4rem, 8vw, 7rem) var(--mm-gutter); }
.collection-toolbar { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.collection-toolbar h2 { margin: 0; font-size: 1.4rem; letter-spacing: -.04em; }
.collection-toolbar .section-kicker { margin-bottom: .65rem; }
.subcategory-nav { display: flex; align-items: center; justify-content: flex-end; gap: .8rem 1.2rem; flex-wrap: wrap; max-width: 38rem; }
.subcategory-nav a { padding: .55rem 0; text-underline-offset: .35em; }
.toolbar-label { width: 100%; text-align: right; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; color: rgba(22,22,22,.62); }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.4rem, 3vw, 3rem); }
.store-state { border-top: 1px solid var(--mm-line); padding: 3rem 0; }
.store-state h2 { margin: 0 0 .6rem; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.07em; }
.store-state p { max-width: 28rem; margin: 0 0 1.4rem; }
.store-state-error { color: #8c2626; border-top-color: currentColor; }
.product-page { max-width: var(--mm-max); margin: auto; padding: clamp(1.4rem, 3vw, 3.5rem) var(--mm-gutter) 0; }
.store-notice { margin: 0 0 2rem; padding: 1rem 1.2rem; border-left: .35rem solid var(--mm-lime); background: var(--mm-paper); }
.store-notice a { font-weight: 700; margin-left: .4rem; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.product-gallery-item { min-width: 0; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--mm-paper); }
.product-gallery-item:only-child { grid-column: 1 / -1; }
.product-gallery-item > .product-visual { width: 100%; height: 100%; }
.product-information { position: sticky; top: 6.5rem; padding: 1rem 0 2rem; }
.product-information h1 { max-width: 9ch; margin: 0; font-size: clamp(3.2rem, 6vw, 7rem); line-height: .82; letter-spacing: -.1em; }
.product-detail-price { margin: 1.5rem 0 .35rem; font-size: 1.15rem; }
.availability { margin: 0; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.product-description { max-width: 29rem; margin: 2.3rem 0; font-size: 1rem; }
.product-description p { margin: 0 0 1rem; }
.purchase-panel { border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); padding: 1.3rem 0 1rem; }
.purchase-panel label { display: block; margin-bottom: .5rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.purchase-row { display: flex; gap: .7rem; align-items: stretch; }
.purchase-row input { width: 5.2rem; border: 1px solid var(--mm-charcoal); padding: .75rem; text-align: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; }
.button:disabled { cursor: wait; opacity: .65; }
.action-feedback { min-height: 1.5rem; margin: .8rem 0 0; font-size: .85rem; }
.action-feedback.is-success { color: #226b35; }
.action-feedback.is-error { color: #8c2626; }
.trust-facts { margin: 1.6rem 0 0; }
.trust-facts div { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--mm-line); }
.trust-facts dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.trust-facts dd { margin: 0; font-size: .88rem; }
.related-section { padding: clamp(6rem, 11vw, 11rem) 0; }
.related-section .section-heading { margin-bottom: 2.4rem; }
.related-section .section-heading h2 { font-size: clamp(2.8rem, 6.5vw, 7.6rem); }
.commerce-heading { background: var(--mm-lime); padding: clamp(4rem, 8vw, 7rem) var(--mm-gutter); }
.commerce-heading h1 { max-width: var(--mm-max); margin: 0 auto; font-size: clamp(4rem, 10vw, 10rem); letter-spacing: -.1em; line-height: .8; }
.commerce-heading .eyebrow { max-width: var(--mm-max); margin: 0 auto 1.4rem; }
.commerce-content { max-width: 1120px; margin: auto; padding: clamp(3rem, 7vw, 6rem) var(--mm-gutter); }
.commerce-content > * { max-width: none; }
.commerce-content a { text-underline-offset: .25em; }
.woocommerce-cart-form, .cart_totals, .woocommerce-checkout, .wc-block-cart, .wc-block-checkout { font-size: .95rem; }
.commerce-content table { width: 100%; border-collapse: collapse; }
.commerce-content th { text-align: left; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.commerce-content th, .commerce-content td { padding: 1rem .6rem; border-bottom: 1px solid var(--mm-line); vertical-align: middle; }
.commerce-content .product-thumbnail img { width: 5rem; height: 6rem; object-fit: cover; }
.commerce-content .product-name a { font-weight: 700; text-decoration: none; }
.commerce-content input, .commerce-content select, .commerce-content textarea { min-height: 2.8rem; border: 1px solid var(--mm-charcoal); border-radius: 0; padding: .7rem; background: var(--mm-white); }
.commerce-content .quantity .qty { width: 4.5rem; text-align: center; }
.commerce-content .button, .commerce-content button, .commerce-content input[type="submit"] { border: 1px solid var(--mm-charcoal); border-radius: var(--mm-radius); padding: .8rem 1.2rem; background: var(--mm-charcoal); color: var(--mm-white); cursor: pointer; }
.commerce-content .cart-actions { padding-top: 1.2rem; }
.cart-collaterals { display: grid; grid-template-columns: 1fr minmax(18rem, 28rem); justify-content: end; margin-top: 3rem; }
.cart_totals { grid-column: 2; }
.cart_totals h2 { font-size: 1.4rem; letter-spacing: -.05em; }
.cart_totals table { margin-bottom: 1.2rem; }
.cart_totals td, .cart_totals th { text-align: right; }
.cart_totals th { text-align: left; }
.wc-block-components-sidebar, .wc-block-cart__main, .wc-block-checkout__main, .wc-block-checkout__sidebar { border-color: var(--mm-line) !important; }
.wc-block-components-button, .wc-block-components-checkout-place-order-button { border-radius: var(--mm-radius) !important; background: var(--mm-charcoal) !important; color: var(--mm-white) !important; }
.woocommerce-info, .woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner { margin: 0 0 1.5rem; padding: 1rem 1.2rem; border: 1px solid var(--mm-line); background: var(--mm-paper); }
.woocommerce-error { border-color: #8c2626; color: #8c2626; }
.checkout-page .commerce-content { max-width: 1200px; }
.checkout-page .woocommerce form .form-row { margin-bottom: 1rem; }
.checkout-page .woocommerce form .form-row label { display: block; margin-bottom: .35rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.checkout-page .woocommerce form .form-row input, .checkout-page .woocommerce form .form-row select, .checkout-page .woocommerce form .form-row textarea { width: 100%; }
.checkout-page .woocommerce-checkout #payment { background: var(--mm-paper); border-radius: 0; }
.checkout-page .woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--mm-line); }

@media (max-width: 760px) {
  .header-inner { min-height: 4rem; gap: 1rem; }
  .brand-mark { font-size: 1.3rem; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 4rem; background: var(--mm-white); padding: 1.25rem var(--mm-gutter) 1.5rem; border-bottom: 1px solid var(--mm-line); display: none; gap: .2rem; }
  .primary-nav[data-menu-open="true"] { display: grid; }
  .primary-nav[hidden] { display: none; }
  .primary-nav a { min-height: 2.75rem; padding: .65rem 0; font-size: .9rem; display: flex; align-items: center; }
  .utilities { margin-left: auto; gap: .8rem; }
  .utility-link, .menu-toggle { min-height: 2.75rem; display: inline-flex; align-items: center; }
  .utility-link:first-child { font-size: 0; width: 2.75rem; height: 2.75rem; padding: 0; border: 0; background: transparent; position: relative; justify-content: center; }
  .utility-link:first-child::before { content: ""; position: absolute; width: 1.1rem; height: 1.1rem; border: 1.5px solid currentColor; border-radius: 50%; left: .65rem; top: .65rem; }
  .utility-link:first-child::after { content: ""; position: absolute; width: .42rem; height: 1.5px; background: currentColor; right: .55rem; bottom: .75rem; transform: rotate(45deg); }
  .menu-toggle { display: inline-flex; order: 3; padding: .6rem .2rem; }
  .hero { min-height: min(640px, calc(100svh - 4rem)); }
  .hero-inner { min-height: min(640px, calc(100svh - 4rem)); padding-top: 4rem; }
  .hero-mark-wrap { width: 24rem; max-width: none; right: -10rem; top: 1.25rem; }
  .hero-title-row { display: block; padding: 4.5rem 0 4rem; }
  .hero h1 { font-size: clamp(4.5rem, 21.5vw, 7rem); }
  .hero-bottom { display: block; }
  .hero-copy { max-width: 16rem; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading { display: block; margin-bottom: 2rem; }
  .section-heading p { margin-top: 1rem; }
  .world-grid { grid-template-columns: 1fr; gap: .75rem; }
  .world-card, .world-card-1, .world-card-3 { min-height: 20rem; margin-top: 0; }
  .world-card h3 { font-size: 4.4rem; }
  .world-art::before { width: 55%; right: -12%; top: -16%; }
  .edit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem .9rem; }
  .product-meta { display: block; font-size: .82rem; }
  .product-price { margin-top: .25rem !important; }
  .edit-note { margin-top: 1.5rem; }
  .manifesto-inner { grid-template-columns: 1fr; gap: 1rem; }
  .manifesto-mark { width: 10rem; transform: translate(-10%, -4%) rotate(-8deg); }
  .manifesto h2 { max-width: 8ch; }
  .discovery-inner { grid-template-columns: 1fr; gap: 3rem; }
  .discovery-mark { width: 11rem; }
  .discovery-copy::before { top: -1.4rem; }
  .discovery p { margin-top: 2rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; padding-bottom: 3.5rem; }
  .footer-top h2 { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span { display: block; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem .7rem; }
  .collection-intro h1 { font-size: clamp(4rem, 20vw, 7rem); }
  .collection-toolbar { display: block; margin-bottom: 2rem; }
  .subcategory-nav { justify-content: flex-start; margin-top: 1.7rem; gap: .45rem .9rem; }
  .toolbar-label { width: auto; text-align: left; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem .9rem; }
  .product-detail { display: block; }
  .product-gallery { margin-bottom: 2.5rem; }
  .product-information { position: static; padding-top: 0; }
  .product-information h1 { font-size: clamp(3.3rem, 15vw, 6rem); }
  .related-section { padding-top: 5rem; }
  .commerce-heading h1 { font-size: clamp(4rem, 18vw, 7rem); }
  .commerce-content { padding-top: 2.5rem; }
  .commerce-content table, .commerce-content thead, .commerce-content tbody, .commerce-content tr, .commerce-content td { display: block; width: 100%; }
  .commerce-content thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
  .commerce-content tr { position: relative; padding: 1rem 0; border-bottom: 1px solid var(--mm-line); }
  .commerce-content td { border: 0; padding: .35rem 0; }
  .commerce-content .product-thumbnail img { width: 4.5rem; height: 5.5rem; }
  .commerce-content .product-remove { position: absolute; right: 0; top: 1rem; width: auto; }
  .commerce-content .product-subtotal { font-weight: 700; }
  .cart-collaterals { display: block; margin-top: 2rem; }
  .cart_totals { width: 100%; }
  .purchase-row .button { flex: 1; }
}

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

/* Client amendments and Storefront Polish V1. */
.header-inner { min-height: 4.2rem; }
.hero-inner { grid-template-rows: 1fr auto; }
.hero-title-row { align-items: flex-end; padding: clamp(2rem, 6vw, 5rem) 0 clamp(1rem, 3vw, 2.5rem); }
.hero h1 { max-width: none; font-size: clamp(4.2rem, 9.4vw, 9.5rem); line-height: .86; letter-spacing: -.085em; }
.hero-bottom { justify-content: flex-end; }
.hero-action { min-height: 3rem; margin-top: 0; }
.world-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.world-grid-count-1 { grid-template-columns: minmax(0, 1fr); }
.world-grid-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.world-grid .world-card, .world-grid .world-card-1, .world-grid .world-card-3 {
  min-height: clamp(27rem, 38vw, 36rem); margin-top: 0; padding: clamp(1.1rem, 2vw, 1.5rem);
}
.world-card-footer { min-height: 5rem; margin-top: auto; align-items: flex-end; }
.world-card h3 { font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: .9; letter-spacing: -.075em; }
.world-card p { max-width: 15rem; line-height: 1.35; }
.world-status { position: absolute; top: clamp(1.1rem, 2vw, 1.5rem); right: clamp(1.1rem, 2vw, 1.5rem); z-index: 1; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-status { display: block; font-size: .58rem; letter-spacing: .06em; }
.edit-section { padding-bottom: clamp(4rem, 6vw, 6rem); }
.discovery { padding-top: clamp(4rem, 6vw, 6rem); }
.product-card { min-width: 0; }
.product-link { display: block; }
.product-visual { isolation: isolate; }
.fixture-label { padding: .35rem .5rem; border: 1px solid rgba(22,22,22,.22); background: rgba(255,255,255,.78); font-size: .62rem; letter-spacing: .08em; }
.product-meta { display: grid; justify-content: stretch; gap: .35rem; padding-top: .8rem; font-size: .92rem; line-height: 1.3; }
.product-name { min-height: 1.3em; font-weight: 500; }
.product-price { font-size: .88rem; font-weight: 600; }
.product-price del { opacity: .6; font-weight: 400; }
.product-price ins { text-decoration: none; }
.collection-intro { padding: clamp(3rem, 5vw, 5rem) var(--mm-gutter) clamp(2.5rem, 4vw, 4rem); }
.search-results-page .collection-intro { background: var(--mm-paper); }
.search-results-page .collection-intro h1 { font-size: clamp(3.8rem, 8vw, 7rem); }
.collection-intro h1 { font-size: clamp(4rem, 9vw, 8.5rem); line-height: .86; }
.collection-lede { max-width: 34rem; margin-top: 1.25rem; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.4; }
.collection-content { padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(4rem, 7vw, 6rem); }
.collection-toolbar { align-items: center; margin-bottom: 2.25rem; }
.collection-toolbar h2 { font-size: 1.25rem; }
.subcategory-nav { max-width: 46rem; gap: .5rem; }
.subcategory-nav a { display: inline-flex; align-items: center; min-height: 2.65rem; padding: .5rem .85rem; border: 1px solid var(--mm-line); border-radius: var(--mm-radius); text-decoration: none; }
.subcategory-nav a:hover { background: var(--mm-coral); border-color: var(--mm-coral); }
.toolbar-label { width: auto; align-self: center; margin-right: .25rem; text-align: left; }
.collection-grid { gap: clamp(1rem, 2vw, 1.8rem); }
.store-state { max-width: 52rem; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.store-state h2 { font-size: clamp(2.2rem, 4.6vw, 4rem); }
.store-state .button { min-height: 3rem; }
.product-page { padding-top: clamp(1.2rem, 2.5vw, 2.5rem); }
.product-detail { grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr); gap: clamp(2rem, 5vw, 5rem); }
.product-gallery { gap: 1rem; }
.product-information { top: 5.5rem; padding-top: .5rem; }
.product-information h1 { max-width: 10ch; font-size: clamp(3.2rem, 5.1vw, 6rem); line-height: .9; letter-spacing: -.085em; }
.product-detail-price { margin-top: 1rem; font-size: 1.4rem; font-weight: 600; }
.availability { margin-top: .5rem; font-size: .72rem; }
.product-description { margin: 1.8rem 0; line-height: 1.6; }
.purchase-panel { padding: 1.2rem 0; }
.purchase-panel label { margin-bottom: .6rem; }
.purchase-row { min-height: 3.1rem; }
.purchase-row input { min-height: 3.1rem; border-radius: .25rem; }
.purchase-row .button { min-height: 3.1rem; }
.trust-facts { margin-top: 1.2rem; }
.related-section { padding-top: clamp(5rem, 8vw, 8rem); }
.commerce-heading { padding: clamp(2.8rem, 5vw, 4.5rem) var(--mm-gutter); }
.commerce-heading h1 { font-size: clamp(3.7rem, 8vw, 7.8rem); line-height: .88; }
.commerce-heading .eyebrow { margin-bottom: .8rem; }
.commerce-content { max-width: 1280px; padding: clamp(2.5rem, 5vw, 4.5rem) var(--mm-gutter); }
.commerce-content .wc-block-cart, .commerce-content .wc-block-checkout { margin: 0; }
.cart-page .wc-block-components-sidebar, .checkout-page .wc-block-components-sidebar { padding: 1.25rem; background: var(--mm-paper); }
.wc-block-cart-items .wc-block-cart-items__row, .wc-block-components-order-summary-item { border-color: var(--mm-line); }
.wc-block-cart-item__image img, .wc-block-components-order-summary-item__image img { width: 5rem; height: 6rem; object-fit: cover; }
.wc-block-cart-item__product, .wc-block-components-order-summary-item__description { line-height: 1.45; }
.wc-block-cart-item__product a, .wc-block-components-order-summary-item__description a { font-weight: 600; }
.wc-block-components-totals-item--total { font-size: 1.1rem; font-weight: 700; }
.wc-block-components-totals-item__label, .wc-block-components-totals-item__value { line-height: 1.4; }
.mm-empty-cart-state { max-width: 48rem; margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) 1rem; text-align: center; }
.mm-empty-cart-state h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.07em; }
.mm-empty-cart-state p { margin: 1rem 0 1.5rem; }
.mm-empty-cart-state .button { min-height: 3rem; }
.mm-empty-cart-state .wp-block-separator,
.mm-empty-cart-state > .wp-block-heading:not(.wc-block-cart__empty-cart__title),
.mm-empty-cart-state > .wp-block-woocommerce-product-new { display: none !important; }
.mm-empty-cart-state .wc-block-cart__empty-cart__title.with-empty-cart-icon::before { display: none; }
.mm-empty-cart-state .wc-block-cart__empty-cart__title { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.07em; }
.wc-block-components-text-input input, .wc-block-components-textarea, .wc-block-components-combobox-control input, .wc-block-components-select select {
  min-height: 3rem; border-color: rgba(22,22,22,.55); border-radius: .2rem; background-color: var(--mm-white);
}
.wc-block-components-text-input input:focus, .wc-block-components-textarea:focus, .wc-block-components-combobox-control input:focus, .wc-block-components-select select:focus {
  outline: 3px solid var(--mm-blue); outline-offset: 2px;
}
.wc-block-components-notice-banner.is-error, .wc-block-components-validation-error { border-color: #8c2626; color: #7b1f1f; }
.wc-block-components-checkout-place-order-button, .wc-block-components-button:not(.is-link) { min-height: 3.1rem; }
.woocommerce-order-received .woocommerce-order { max-width: 1080px; margin: auto; }
.woocommerce-order-received .woocommerce-notice--success { margin-bottom: 1.5rem; font-size: 1rem; }
.woocommerce-order-received .wc-block-order-confirmation-summary { margin-bottom: 2rem; }
.woocommerce-order-received .wc-block-order-confirmation-totals__table { border-color: var(--mm-line); }
.woocommerce-order-received .wc-block-order-confirmation-totals__table th,
.woocommerce-order-received .wc-block-order-confirmation-totals__table td { padding: .9rem .7rem; }
.order-explore-route { margin: 1.8rem 0 0; }
.order-explore-route .button { min-height: 3rem; }

@media (max-width: 760px) {
  body.mannmoj-checkout-flow .site-header { position: relative; top: auto; }
  .header-inner { min-height: 4rem; }
  .hero-inner { min-height: min(640px, calc(100svh - 4rem)); padding-top: 3rem; grid-template-rows: 1fr auto; }
  .hero-title-row { display: flex; align-items: flex-end; padding: 3rem 0 1.25rem; }
  .hero h1 { max-width: none; font-size: clamp(3rem, 11.5vw, 4.6rem); line-height: .92; }
  .hero-bottom { display: flex; justify-content: flex-start; }
  .hero-action { margin-top: 0; }
  .world-grid { grid-template-columns: minmax(0, 1fr); gap: .85rem; }
  .world-grid .world-card, .world-grid .world-card-1, .world-grid .world-card-3 { min-height: 18rem; margin: 0; }
  .world-card h3 { font-size: clamp(2.8rem, 12vw, 4.2rem); }
  .world-card-footer { min-height: 4.5rem; }
  .edit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-meta { gap: .25rem; font-size: .84rem; }
  .product-price { margin-top: 0 !important; }
  .collection-intro { padding-top: 2.8rem; padding-bottom: 2.4rem; }
  .collection-intro h1 { font-size: clamp(3.4rem, 15vw, 5.5rem); }
  .collection-lede { margin-top: 1rem; font-size: 1rem; }
  .collection-content { padding-top: 2.7rem; padding-bottom: 4rem; }
  .collection-toolbar { margin-bottom: 1.8rem; }
  .subcategory-nav { justify-content: flex-start; margin-top: 1.25rem; gap: .45rem; }
  .subcategory-nav a { min-height: 2.75rem; padding: .55rem .75rem; }
  .toolbar-label { width: 100%; margin: 0 0 .15rem; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem .8rem; }
  .product-detail { display: block; }
  .product-gallery { margin-bottom: 1.7rem; gap: .55rem; }
  .product-information { position: static; padding: .25rem 0 1.5rem; }
  .product-information h1 { max-width: 10ch; font-size: clamp(3rem, 13vw, 4.7rem); }
  .product-detail-price { margin-top: 1rem; }
  .product-description { margin: 1.4rem 0; }
  .purchase-row { gap: .55rem; }
  .purchase-row input { width: 4.6rem; }
  .purchase-row .button { flex: 1; }
  .related-section { padding-top: 4rem; }
  .commerce-heading { padding: 2.5rem var(--mm-gutter); }
  .commerce-heading h1 { font-size: clamp(3.3rem, 14vw, 5rem); }
  .commerce-content { padding: 2rem var(--mm-gutter) 3.5rem; }
  .cart-page .wc-block-components-sidebar, .checkout-page .wc-block-components-sidebar { padding: .9rem; }
  .wc-block-components-checkout-place-order-button { width: 100%; }
  .woocommerce-order-received .wc-block-order-confirmation-totals__table th,
  .woocommerce-order-received .wc-block-order-confirmation-totals__table td { padding: .7rem .45rem; }
  .woocommerce-order-received .woocommerce-order-overview { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; margin: 0 0 1.5rem; padding: 0; }
  .woocommerce-order-received .woocommerce-order-overview::before,
  .woocommerce-order-received .woocommerce-order-overview::after { content: none !important; display: none !important; }
  .woocommerce-order-received .woocommerce-order-overview li { float: none !important; width: auto !important; margin: 0 !important; padding: .7rem; border: 1px solid var(--mm-line); font-size: .68rem; letter-spacing: .04em; box-sizing: border-box; }
  .woocommerce-order-received .woocommerce-order-overview li strong { display: block; padding-top: .25rem; font-size: .9rem; letter-spacing: normal; }
  .woocommerce-order-received table.woocommerce-table--order-details { display: block !important; width: 100%; border: 1px solid var(--mm-line); border-radius: .25rem; }
  .woocommerce-order-received table.woocommerce-table--order-details thead,
  .woocommerce-order-received table.woocommerce-table--order-details tbody,
  .woocommerce-order-received table.woocommerce-table--order-details tfoot { display: block !important; }
  .woocommerce-order-received table.woocommerce-table--order-details tr { display: grid !important; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; align-items: center; border-bottom: 1px solid var(--mm-line); }
  .woocommerce-order-received table.woocommerce-table--order-details th,
  .woocommerce-order-received table.woocommerce-table--order-details td { display: block !important; width: auto !important; padding: .7rem .55rem !important; text-align: left !important; overflow-wrap: anywhere; }
  .woocommerce-order-received table.woocommerce-table--order-details tr > :last-child { justify-self: end; text-align: right !important; }
  .woocommerce-order-received table.woocommerce-table--order-details td::before { content: none !important; display: none !important; }
}

.product-page .purchase-row .add-to-cart-button { border: 1px solid var(--mm-charcoal) !important; border-radius: var(--mm-radius) !important; background: var(--mm-charcoal) !important; color: var(--mm-white) !important; cursor: pointer; }
.product-page .purchase-row .add-to-cart-button:hover { background: var(--mm-coral) !important; color: var(--mm-charcoal) !important; }
.woocommerce-order-received .order-explore-route a.button { min-height: 3rem; border: 1px solid var(--mm-charcoal) !important; border-radius: var(--mm-radius) !important; background: var(--mm-charcoal) !important; color: var(--mm-white) !important; }
.woocommerce-order-received .order-explore-route a.button:hover { background: var(--mm-coral) !important; color: var(--mm-charcoal) !important; }

/* Real catalogue media and factual policy surfaces. */
.product-visual .product-image, .product-gallery-item > .product-image { object-fit: contain; background: var(--mm-paper); }
.product-facts { max-width: 29rem; margin: 1.4rem 0 0; border-top: 1px solid var(--mm-line); }
.product-facts div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--mm-line); }
.product-facts dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.product-facts dd { margin: 0; font-size: .9rem; }
.product-policy-note { max-width: 29rem; margin: 1.5rem 0 0; padding: 1rem 1.1rem; background: var(--mm-paper); font-size: .88rem; }
.product-policy-note p { margin: 0; }
.policy-content { max-width: 820px; margin: auto; padding: clamp(3rem, 7vw, 6rem) var(--mm-gutter) clamp(4rem, 8vw, 8rem); font-size: 1.05rem; line-height: 1.65; }
.policy-content h2 { margin: 2.8rem 0 .75rem; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: .95; letter-spacing: -.07em; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p { max-width: 48rem; }
.policy-content li { margin: .5rem 0; }
.policy-content a { text-underline-offset: .25em; }

/* Client review amendments V2 — controlled presentation, direct launch routes, and safe card purchase. */
:root { --mm-hero-charcoal: #3f3f3f; }
.hero-mark-wrap { top: clamp(2rem, 4vw, 4rem); right: clamp(1rem, 4vw, 4rem); width: min(37vw, 34rem); border-radius: 50%; background: var(--mm-coral); }
.hero-mark { object-fit: contain; }
.hero h1 { max-width: 11ch; color: var(--mm-hero-charcoal); font-size: clamp(3.8rem, 6.6vw, 7.4rem); line-height: .88; }
.hero-action { background: var(--mm-hero-charcoal); color: var(--mm-white); }
.launch-categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.8rem); }
.category-panel { min-width: 0; display: grid; grid-template-rows: 1fr auto; padding: clamp(.8rem, 1.6vw, 1.25rem); background: var(--mm-paper); border: 1px solid var(--mm-line); color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.category-panel:hover, .category-panel:focus-visible { transform: translateY(-.35rem); box-shadow: var(--mm-shadow); }
.category-panel-media { display: grid; min-width: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--mm-white); }
.category-panel-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.category-panel-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--mm-coral), var(--mm-blue)); }
.category-panel-footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.2rem .15rem .15rem; }
.category-panel-footer > span:first-child { display: grid; gap: .35rem; }
.category-panel-kicker { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.category-panel-footer strong { font-size: clamp(2.4rem, 5.2vw, 5.8rem); line-height: .82; letter-spacing: -.09em; }
.category-panel-cta { padding: .75rem .9rem; border-radius: var(--mm-radius); background: var(--mm-hero-charcoal); color: var(--mm-white); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.edit-section { padding-top: clamp(4rem, 8vw, 7rem); }
.product-card-actions { display: flex; align-items: center; gap: .75rem; min-height: 2.8rem; padding-top: .7rem; }
.quick-add-button { min-height: 2.7rem; padding: .65rem .9rem; border: 1px solid var(--mm-charcoal); border-radius: var(--mm-radius); background: transparent; color: var(--mm-charcoal); cursor: pointer; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-add-button:hover:not(:disabled) { background: var(--mm-coral); }
.quick-add-button:disabled { cursor: wait; opacity: .62; }
.quick-add-button.is-sold-out { cursor: not-allowed; }
.quick-add-feedback { min-height: 1.25rem; margin: 0; font-size: .76rem; }
.quick-add-feedback.is-success { color: #226b35; }
.quick-add-feedback.is-error { color: #8c2626; }
.discovery-mark { border-radius: 50%; }
.discovery-mark img { object-fit: contain; transform: none; border-radius: inherit; }
.discovery-copy { min-width: 0; }
.discovery h2 { font-size: clamp(2.8rem, 7vw, 8rem); }
.discovery-copy a { margin-top: 1.1rem; }
.product-visual .product-image, .product-gallery-item > .product-image { object-fit: contain; }
.product-information h1 { max-width: 16ch; font-size: clamp(2.8rem, 4.8vw, 5.7rem); line-height: .92; }
.wc-block-cart-item__image img, .wc-block-components-order-summary-item__image img, .commerce-content .product-thumbnail img { object-fit: contain; background: var(--mm-paper); }

@media (max-width: 760px) {
  .hero, .hero-inner { min-height: min(540px, calc(100svh - 4rem)); }
  .hero-mark-wrap { top: 1.2rem; right: 1rem; width: min(42vw, 10.5rem); }
  .hero-title-row { padding-top: 7.2rem; }
  .hero h1 { max-width: 12ch; font-size: clamp(2.3rem, 10vw, 3.8rem); line-height: .93; }
  .launch-categories { grid-template-columns: 1fr; gap: .85rem; }
  .category-panel-footer { padding-top: 1rem; }
  .category-panel-footer strong { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  .category-panel-cta { font-size: .68rem; padding: .65rem .75rem; }
  .product-card-actions { display: block; min-height: 0; }
  .quick-add-button { width: 100%; }
  .quick-add-feedback { margin-top: .4rem; }
  .discovery-mark { width: min(11rem, 42vw); }
  .discovery h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .discovery-copy a { margin-top: .85rem; }
  .product-information h1 { max-width: 16ch; font-size: clamp(2.25rem, 10vw, 3.7rem); line-height: .96; letter-spacing: -.07em; }
}
