@font-face {
  font-family: "DM Sans Local";
  src: url("../../fonts/dm-sans/DM-Sans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Local";
  src: url("../../fonts/dm-sans/DM-Sans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.frontend-theme-art-studio-next {
  --mm-bg: #ffffff;
  --mm-surface: #ffffff;
  --mm-soft: #ffffff;
  --mm-hover: #f5f5f5;
  --mm-text: #0b0b0b;
  --mm-muted: #6e6e69;
  --mm-line: #e3e3e3;
  --mm-strong-line: #969690;
  --mm-inverse: #0b0b0b;
  --mm-inverse-text: #ffffff;
  --mm-error: #a33c32;
  --mm-success: #2e6f4f;
  --mm-max: var(--site-content-max);
  --mm-pad: var(--site-content-gutter);
  --mm-space-1: var(--ui-space-1);
  --mm-space-2: var(--ui-space-2);
  --mm-space-3: var(--ui-space-3);
  --mm-space-4: var(--ui-space-4);
  --mm-radius-sm: var(--ui-radius-sm);
  --mm-radius-md: var(--ui-radius-md);
  --background: var(--mm-bg);
  --foreground: var(--mm-text);
  --card: var(--mm-surface);
  --accent: var(--mm-soft);
  --border: var(--mm-line);
  --text-muted: var(--mm-muted);
  --radius: 2px;
  --typeui-bg: var(--mm-bg);
  --typeui-surface: var(--mm-surface);
  --typeui-surface-muted: var(--mm-soft);
  --typeui-surface-hover: var(--mm-hover);
  --typeui-text: var(--mm-text);
  --typeui-text-muted: var(--mm-muted);
  --typeui-border: var(--mm-line);
  --typeui-border-strong: var(--mm-strong-line);
  --typeui-focus: var(--mm-text);
  --commerce-bg: var(--mm-bg);
  --commerce-surface: var(--mm-surface);
  --commerce-muted-surface: var(--mm-soft);
  --commerce-hover: var(--mm-hover);
  --commerce-text: var(--mm-text);
  --commerce-muted: var(--mm-muted);
  --commerce-border: var(--mm-line);
  --commerce-border-strong: var(--mm-strong-line);
  --commerce-focus: var(--mm-text);
  min-width: 320px;
  color: var(--mm-text);
  background: var(--mm-bg);
  font-family: "GoogleSansFlex", "DM Sans Local", "PingFang SC", "Microsoft YaHei UI", "Hiragino Sans GB", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
  font-weight: 350;
  letter-spacing: 0;
  overflow-x: clip;
}

html.art-dark-pending,
.frontend-theme-art-studio-next.dark-theme { color-scheme: dark; }

html.art-dark-pending body.frontend-theme-art-studio-next,
.frontend-theme-art-studio-next.dark-theme {
  --mm-bg: #0b0b0b;
  --mm-surface: #121212;
  --mm-soft: #1b1b1b;
  --mm-hover: #252525;
  --mm-text: #ffffff;
  --mm-muted: #aaa9a2;
  --mm-line: #343432;
  --mm-strong-line: #65655f;
  --mm-inverse: #ffffff;
  --mm-inverse-text: #0b0b0b;
}

.frontend-theme-art-studio-next *,
.frontend-theme-art-studio-next *::before,
.frontend-theme-art-studio-next *::after { box-sizing: border-box; letter-spacing: 0 !important; }

.frontend-theme-art-studio-next::before,
.frontend-theme-art-studio-next::after { display: none; }

.frontend-theme-art-studio-next main { min-height: 65vh; color: var(--mm-text); background: var(--mm-bg); }
.frontend-theme-art-studio-next :focus-visible { outline: 2px solid var(--mm-text); outline-offset: 3px; }
.frontend-theme-art-studio-next :is(h1, h2, h3, p, strong, span) { overflow-wrap: anywhere; }
.frontend-theme-art-studio-next .ui-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.frontend-theme-art-studio-next :is(.button, .btn, button) { border-radius: 2px; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease; }
.frontend-theme-art-studio-next :is(.button.primary, .btn.primary, button.primary) { color: var(--mm-inverse-text); background: var(--mm-inverse); border-color: var(--mm-inverse); }
.frontend-theme-art-studio-next :is(.button.primary, .btn.primary, button.primary):hover:not(:disabled) { color: var(--mm-text); background: transparent; border-color: var(--mm-text); transform: none; }
.frontend-theme-art-studio-next :is(.button.secondary, .btn.secondary, button.secondary) { color: var(--mm-text); background: transparent; border-color: var(--mm-line); }

.mm-primary-button,
.mm-secondary-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--mm-inverse);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.mm-primary-button { color: var(--mm-inverse-text); background: var(--mm-inverse); }
.mm-primary-button:hover { color: var(--mm-text); background: transparent; }
.mm-primary-button--light { color: #0b0b0b; background: #ffffff; border-color: #ffffff; }
.mm-primary-button--light:hover { color: #ffffff; background: transparent; }
.mm-secondary-button { color: var(--mm-text); background: transparent; border-color: var(--mm-line); }
.mm-secondary-button:hover { color: var(--mm-inverse-text); background: var(--mm-inverse); border-color: var(--mm-inverse); }

/* Header and overlays */
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-header-bar,
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-mega-inner {
  width: var(--typeui-content-width);
}
.mm-header {
  position: sticky;
  top: 0;
  z-index: 4000;
  width: 100%;
  margin: 0;
  color: #5f5f5f;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.mm-header,
.mm-header :is(a, button, input, select) {
  font-family: "DM Sans Local", "PingFang SC", "Microsoft YaHei UI", "Hiragino Sans GB", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
}
.mm-announcement {
  display: grid;
  height: 22px;
  place-items: center;
  color: #f4f4f4;
  background: #242222;
  font-size: 11px;
  font-weight: 500;
}
.mm-header-bar {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(320px, 1fr) auto;
  width: var(--typeui-content-width, min(var(--mm-max), 100%));
  height: 58px;
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
  gap: 0;
  background: #fff;
}
.mm-brand-cell {
  display: flex;
  min-width: 0;
  height: 58px;
  padding: 0 20px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.mm-logo {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 720;
  line-height: 1;
  text-transform: lowercase;
  white-space: nowrap;
}
.mm-desktop-nav {
  display: flex;
  min-width: 0;
  height: 58px;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-left: 1px solid #ececec;
  font-size: 13px;
}
.mm-desktop-nav :is(a, button) {
  position: relative;
  display: inline-flex;
  height: 58px;
  padding: 0;
  align-items: center;
  gap: 5px;
  color: #5e5e5e;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.mm-desktop-nav :is(a, button)::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.mm-desktop-nav :is(a, button):hover::after,
.mm-desktop-nav :is(a, button):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.mm-desktop-nav .ui-icon,
.mm-account-link .ui-icon { width: 12px; height: 12px; stroke-width: 1.8; }
.mm-header-actions {
  display: flex;
  min-width: 0;
  height: 58px;
  padding: 0 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  border-left: 1px solid #ececec;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.mm-icon-button {
  display: inline-grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--mm-text);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  place-items: center;
}
.mm-icon-button:hover { border-color: var(--mm-line); }
.mm-menu-trigger { display: none; }
.mm-theme-toggle {
  display: inline-flex;
  height: 58px;
  padding: 0;
  align-items: center;
  gap: 8px;
  color: #5e5e5e;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}
.mm-theme-toggle i {
  position: relative;
  width: 14px;
  height: 7px;
  background: #d5d5d5;
  border-radius: 999px;
}
.mm-theme-toggle i::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 5px;
  height: 5px;
  content: "";
  background: #9a9a9a;
  border-radius: 50%;
  transition: transform 180ms ease;
}
.dark-theme .mm-theme-toggle i::after { transform: translateX(7px); }
.mm-currency-form {
  display: inline-flex;
  height: 58px;
  align-items: center;
  color: #5e5e5e;
  border: 0;
}
.mm-currency-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.mm-currency-form select {
  width: auto;
  min-width: 78px;
  height: 58px;
  padding: 0 16px 0 0;
  color: #5e5e5e;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}
.mm-currency-form select:focus { outline: 0; }
.mm-account-link,
.mm-language {
  display: inline-flex;
  height: 58px;
  align-items: center;
  gap: 5px;
  color: #5e5e5e;
  font: inherit;
  text-transform: uppercase;
  white-space: nowrap;
}
.mm-language { min-width: 24px; }
.mm-cart-trigger {
  display: inline-flex;
  height: 58px;
  padding: 0;
  align-items: center;
  gap: 9px;
  color: #5e5e5e;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
}
.mm-cart-trigger b {
  display: inline;
  min-width: 0;
  height: auto;
  padding: 0 0 0 2px;
  color: inherit;
  background: transparent;
  font: inherit;
}
.mm-mega-menu {
  max-height: 0;
  overflow: hidden;
  color: #5e5e5e;
  background: #ffffff;
  border-bottom: 0 solid #ececec;
  opacity: 0;
  transition: max-height 380ms cubic-bezier(.16,1,.3,1), opacity 180ms ease, border-width 180ms ease;
}
.mm-mega-menu.open {
  max-height: 300px;
  border-bottom-width: 1px;
  opacity: 1;
}
.mm-mega-inner {
  display: grid;
  grid-template-columns: minmax(260px, 35.5%) minmax(180px, 13%) minmax(260px, 18%) minmax(280px, 1fr);
  width: var(--typeui-content-width, min(var(--mm-max), 100%));
  min-height: 300px;
  margin: 0 auto;
  padding: 36px 0 30px;
}
.mm-mega-links {
  display: grid;
  width: 180px;
  justify-self: end;
  align-content: start;
  gap: 24px;
  padding-right: 32px;
}
.mm-mega-links a,
.mm-mega-callout,
.mm-mega-feature span,
.mm-mega-feature b {
  color: #656565;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}
.mm-mega-links a:hover,
.mm-mega-callout:hover { color: #1f1f1f; }
.mm-mega-callout {
  justify-self: start;
  padding-left: 0;
  white-space: nowrap;
}
.mm-mega-feature {
  position: relative;
  display: grid;
  width: 206px;
  align-self: start;
  justify-self: start;
  gap: 12px;
  margin-left: 64px;
}
.mm-mega-feature > div {
  width: 206px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f1f1f1;
  border-radius: 5px;
}
.mm-mega-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(.16,1,.3,1);
}
.mm-mega-feature:hover img { transform: scale(1.035); }
.mm-mega-feature span { padding-right: 70px; }
.mm-mega-feature b {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: 44px;
  min-height: 24px;
  padding: 0 9px;
  place-items: center;
  color: #ffffff;
  background: #2b2929;
  border-radius: 2px;
}
.mm-mobile-menu,
.mm-mobile-scrim { display: none; }
.mm-drawer-backdrop { position: fixed; inset: 0; z-index: 4900; visibility: hidden; background: rgba(0,0,0,.22); opacity: 0; transition: opacity 260ms ease, visibility 260ms ease; }
.mm-drawer-backdrop.is-open { visibility: visible; opacity: 1; }
.mm-cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 5000; display: flex; visibility: hidden; width: min(720px, 100%); flex-direction: column; color: #171719; background: #fff; border-left: 1px solid #e3e3e3; box-shadow: -16px 0 36px rgba(0,0,0,.08); clip-path: inset(0 0 0 100%); pointer-events: none; transition: clip-path 320ms cubic-bezier(.16,1,.3,1), visibility 0s linear 320ms; }
.mm-cart-drawer.is-open { visibility: visible; clip-path: inset(0); pointer-events: auto; transition-delay: 0s; }
.mm-cart-drawer-head { display: flex; min-height: 104px; padding: 32px 40px 22px; align-items: center; justify-content: space-between; gap: 24px; }
.mm-cart-drawer h2 { margin: 0; color: #171719; font-size: 24px; font-weight: 500; line-height: 1.25; letter-spacing: 0; }
.mm-cart-close { display: grid; width: 40px; height: 40px; flex: 0 0 40px; padding: 0; color: #171719; background: #fff; border: 1px solid #e1e1e1; border-radius: 50%; cursor: pointer; place-items: center; transition: background 180ms ease, border-color 180ms ease; }
.mm-cart-close .ui-icon { width: 20px; height: 20px; }
.mm-cart-close:hover { background: #f5f5f5; border-color: #c8c8c8; }
.mm-cart-close:focus-visible { outline: 2px solid #171719; outline-offset: 3px; }
.mm-cart-shipping-status { padding: 0 40px 30px; }
.mm-cart-shipping-track { display: block; height: 8px; overflow: hidden; background: #e6e6e6; border-radius: 4px; }
.mm-cart-shipping-track i { display: block; width: 100%; height: 100%; background: #272727; }
.mm-cart-shipping-status p { display: flex; margin: 15px 0 0; align-items: center; gap: 12px; color: #242426; font-size: 13px; line-height: 1.5; }
.mm-cart-shipping-status .ui-icon { width: 26px; height: 26px; flex: 0 0 26px; }
.mm-cart-drawer-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; }
.mm-cart-mini { display: grid; grid-template-columns: 140px minmax(0, 1fr) minmax(104px, auto); grid-template-areas: "media copy total" "remove copy total"; min-height: 250px; padding: 26px 40px 28px; column-gap: 26px; row-gap: 12px; border-top: 1px solid #e3e3e3; }
.mm-cart-mini:first-child { border-top: 0; }
.mm-cart-mini-media { grid-area: media; display: grid; width: 140px; height: 176px; padding: 24px 20px; place-items: center; background: #f2f2f2; border-radius: 2px; }
.mm-cart-mini-media > img { width: 100%; height: 100%; object-fit: contain; background: transparent; }
.mm-cart-mini-copy { grid-area: copy; min-width: 0; padding-top: 1px; }
.mm-cart-mini-copy > a { display: block; color: #171719; font-size: 15px; font-weight: 500; line-height: 1.4; }
.mm-cart-mini-copy > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.mm-cart-product-meta { display: grid; margin-top: 10px; gap: 5px; color: #66666b; font-size: 12px; }
.mm-cart-product-meta p { display: flex; min-width: 0; margin: 0; align-items: center; justify-content: space-between; gap: 16px; line-height: 1.45; }
.mm-cart-product-meta p > span { display: flex; min-width: 0; align-items: center; gap: 7px; }
.mm-cart-product-meta p > strong { flex: 0 0 auto; color: #28282b; font-weight: 400; white-space: nowrap; }
.mm-cart-product-kind, .mm-cart-frame-status { color: #171719; font-weight: 600; }
.mm-cart-price-part { padding-top: 3px; }
.mm-cart-swatches { display: inline-flex; align-items: center; }
.mm-cart-swatches b,
.mm-cart-frame-color b { display: block; width: 14px; height: 14px; margin-left: -3px; background: var(--mm-swatch); border: 1px solid rgba(0,0,0,.18); border-radius: 50%; }
.mm-cart-swatches b:first-child { margin-left: 0; }
.mm-cart-frame-color { display: inline-flex; align-items: center; gap: 5px; font-style: normal; white-space: nowrap; }
.mm-cart-frame-color b { margin-left: 0; }
.mm-cart-frame-color img { width: 16px; height: 16px; object-fit: cover; border: 1px solid #d2d2d2; border-radius: 50%; }
.mm-cart-qty { display: inline-grid; width: 116px; height: 48px; margin-top: 19px; grid-template-columns: 38px 1fr 38px; align-items: center; overflow: hidden; border: 1px solid #dedee3; border-radius: 4px; }
.mm-cart-qty button { width: 32px; height: 35px; padding: 0; color: #19191d; background: transparent; border: 0; cursor: pointer; font-size: 18px; font-weight: 400; line-height: 1; opacity: 1; transition: background-color .15s ease, opacity .15s ease; }
.mm-cart-qty button:hover:not(:disabled) { background: #f0f0f2; }
.mm-cart-qty button:focus-visible { outline: 2px solid #19191d; outline-offset: -2px; }
.mm-cart-qty button:disabled { cursor: not-allowed; opacity: .3; }
.mm-cart-qty span { display: grid; height: 46px; place-items: center; color: #25252a; font-size: 14px; }
.mm-cart-mini-total { grid-area: total; display: grid; align-content: start; justify-items: end; gap: 4px; color: #171719; white-space: nowrap; }
.mm-cart-mini-total span { color: #77777c; font-size: 11px; text-transform: uppercase; }
.mm-cart-mini-total strong { font-size: 16px; font-weight: 600; }
.mm-cart-remove { grid-area: remove; align-self: start; }
.mm-cart-remove button { padding: 0; color: #4e4e52; background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; cursor: pointer; font-size: 12px; font-weight: 400; line-height: 1.5; }
.mm-cart-remove button:hover { color: #6a6a70; }
.mm-cart-empty { display: grid; min-height: 340px; padding: 40px 24px; align-content: center; justify-items: center; text-align: center; }
.mm-cart-empty > span { color: var(--mm-muted); font-size: 11px; }
.mm-cart-empty h3 { margin: 24px 0 8px; font-size: 20px; font-weight: 500; }
.mm-cart-empty p { margin: 0; color: var(--mm-muted); font-size: 12px; }
.mm-cart-drawer-foot { flex: 0 0 auto; padding: 0 40px 28px; background: #fff; border-top: 1px solid #e3e3e3; }
.mm-cart-shipping-line,
.mm-cart-subtotal { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; color: #171719; font-size: 14px; }
.mm-cart-shipping-line { border-bottom: 1px solid #e3e3e3; }
.mm-cart-shipping-line strong { font-size: 13px; font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.mm-cart-subtotal strong { font-size: 18px; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.mm-cart-subtotal { border-bottom: 1px solid #e3e3e3; }
.mm-cart-subtotal em { margin-left: 6px; font-style: normal; }
.mm-cart-drawer-foot > p { margin: 28px 0 30px; color: #707076; font-size: 12px; line-height: 1.5; }
.mm-cart-drawer-foot p a,
.mm-cart-drawer-foot p span { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.mm-cart-actions { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 20px; }
.mm-cart-actions .mm-primary-button,
.mm-cart-actions .mm-secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 14px; }
.mm-cart-actions .mm-primary-button { width: 100%; min-height: 58px; color: #fff; background: #272727; border: 1px solid #272727; border-radius: 4px; }
.mm-cart-actions .mm-primary-button:hover { background: #111; border-color: #111; }
.mm-cart-actions .mm-secondary-button { width: auto; min-height: 28px; padding: 0; color: #171719; background: transparent; border: 0; border-radius: 0; }
.mm-cart-actions .mm-secondary-button span { border-bottom: 1px solid currentColor; }
.mm-cart-actions .mm-secondary-button .ui-icon { width: 16px; height: 16px; }
.mm-drawer-open { overflow: hidden; }


/* Home */
.mm-home { width: min(1920px, 100%); margin: 0 auto; background: var(--mm-bg); }
.mm-hero { position: relative; height: min(820px, calc(100svh - 120px)); min-height: 580px; overflow: hidden; color: #fff; background: #111; }
.mm-hero > img { width: 100%; height: 112%; object-fit: cover; object-position: center; transform: scale(1.04); }
.mm-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.38); }
.mm-hero-copy { position: absolute; bottom: clamp(48px, 8vh, 96px); left: var(--mm-pad); width: min(720px, calc(100% - (var(--mm-pad) * 2))); }
.mm-hero-copy > span { font-size: 12px; font-weight: 500; }
.mm-hero-copy h1 { margin: 20px 0 22px; font-size: clamp(62px, 8vw, 126px); font-weight: 400; line-height: .88; }
.mm-hero-copy p { max-width: 560px; margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.6; white-space: pre-line; }
.mm-hero-copy .mm-primary-button { margin-top: 30px; }
.mm-hero-index { position: absolute; right: var(--mm-pad); bottom: 34px; display: flex; gap: 24px; font-size: 11px; }
.mm-service-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 50px; border-bottom: 1px solid var(--mm-line); }
.mm-service-strip span { display: flex; padding: 0 var(--mm-pad); align-items: center; border-right: 1px solid var(--mm-line); font-size: 11px; text-transform: uppercase; }
.mm-home-section { width: min(var(--mm-max), 100%); margin: 0 auto; padding: clamp(76px, 8vw, 128px) var(--mm-pad); }
.mm-section-heading { display: grid; grid-template-columns: minmax(140px,.55fr) minmax(280px,1.35fr) minmax(260px,.75fr); align-items: start; margin-bottom: 46px; gap: 36px; }
.mm-section-heading > span { color: var(--mm-muted); font-size: 10px; text-transform: uppercase; }
.mm-section-heading h2 { margin: 0; font-size: clamp(36px, 4.5vw, 68px); font-weight: 400; line-height: 1.02; }
.mm-section-heading > div p { margin: 0; color: var(--mm-muted); font-size: 14px; line-height: 1.7; }
.mm-section-heading > div a { display: inline-block; margin-top: 22px; font-size: 12px; text-decoration: underline; text-underline-offset: 6px; }
.mm-featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--mm-line); border-left: 1px solid var(--mm-line); }
.mm-featured-grid .catalog-card { display: flex; min-width: 0; flex-direction: column; color: var(--mm-text); background: var(--mm-surface); border-right: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); }
.mm-featured-grid .catalog-card-media { border-radius: 0; }
.mm-featured-grid .catalog-card-copy { padding: 16px; }
.frontend-theme-art-studio-next .catalog-card-media { overflow: hidden; background: var(--mm-soft); border-radius: 2px; }
.frontend-theme-art-studio-next .catalog-card-media img { filter: saturate(.86); transition: transform 520ms cubic-bezier(.16,1,.3,1), filter 300ms ease; }
.frontend-theme-art-studio-next .catalog-card:hover .catalog-card-media img { filter: saturate(1); transform: scale(1.035); }
.frontend-theme-art-studio-next .catalog-card-badge { color: var(--mm-inverse-text); background: var(--mm-inverse); border-radius: 2px; }

.mm-story-split { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(320px,.75fr); min-height: 720px; border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); }
.mm-story-media { overflow: hidden; background: var(--mm-soft); }
.mm-story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.16,1,.3,1); }
.mm-story-split:hover .mm-story-media img { transform: scale(1.025); }
.mm-story-copy { display: flex; padding: clamp(44px,6vw,90px); flex-direction: column; align-items: flex-start; border-left: 1px solid var(--mm-line); }
.mm-story-copy > span { color: var(--mm-muted); font-size: 10px; text-transform: uppercase; }
.mm-story-copy h2 { margin: auto 0 22px; font-size: clamp(38px,4.6vw,72px); font-weight: 400; line-height: 1.02; }
.mm-story-copy p { margin: 0 0 30px; color: var(--mm-muted); font-size: 15px; line-height: 1.7; }
.mm-collections { border-bottom: 1px solid var(--mm-line); }
.mm-collection-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.mm-collection-grid > a { grid-column: span 4; }
.mm-collection-grid > a:nth-child(1), .mm-collection-grid > a:nth-child(5) { grid-column: span 8; }
.mm-collection-grid > a > div { aspect-ratio: 16 / 10; overflow: hidden; background: var(--mm-soft); }
.mm-collection-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 520ms cubic-bezier(.16,1,.3,1); }
.mm-collection-grid a:hover img { transform: scale(1.035); }
.mm-collection-grid footer { display: flex; min-height: 48px; padding: 0 2px; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; }
.mm-collection-grid footer span { color: var(--mm-muted); font-size: 10px; }
.mm-ticker { overflow: hidden; color: var(--mm-inverse-text); background: var(--mm-inverse); border-bottom: 1px solid var(--mm-line); }
.mm-ticker > div { display: flex; width: max-content; animation: mm-ticker 26s linear infinite; }
.mm-ticker span { display: block; padding: 30px 48px; font-size: clamp(24px,3vw,46px); white-space: nowrap; }
@keyframes mm-ticker { to { transform: translateX(-50%); } }
.mm-editorials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
.mm-editorials article { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: #111; }
.mm-editorials article + article { border-left: 1px solid rgba(255,255,255,.35); }
.mm-editorials img { width: 100%; height: 100%; object-fit: cover; }
.mm-editorials article::after { position: absolute; inset: 0; content: ""; background: rgba(0,0,0,.42); }
.mm-editorials article > div { position: absolute; z-index: 1; right: clamp(24px,4vw,56px); bottom: 48px; left: clamp(24px,4vw,56px); }
.mm-editorials span { font-size: 10px; text-transform: uppercase; }
.mm-editorials h2 { margin: 20px 0; font-size: clamp(36px,4vw,62px); font-weight: 400; line-height: 1.02; }
.mm-editorials p { max-width: 620px; color: rgba(255,255,255,.78); line-height: 1.7; }
.mm-reviews > div { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--mm-line); border-left: 1px solid var(--mm-line); }
.mm-reviews blockquote { display: flex; min-height: 300px; margin: 0; padding: 26px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); }
.mm-reviews blockquote > p { margin: 0; font-size: 17px; line-height: 1.6; }
.mm-reviews blockquote footer { display: grid; gap: 3px; color: var(--mm-muted); font-size: 12px; }

/* Catalog, product detail, commerce and account */
.frontend-theme-art-studio-next :is(.typeui-catalog-page, .commerce-page, .typeui-product-detail-page) { color: var(--mm-text); background: var(--mm-bg); }
.frontend-theme-art-studio-next :is(.typeui-catalog-intro, .commerce-page .page-head, .product-hero) { color: var(--mm-text); background: var(--mm-bg); border-color: var(--mm-line); }
.frontend-theme-art-studio-next :is(.typeui-catalog-intro h1, .commerce-page .page-head h1, .product-hero h1) { font-weight: 400; }
.frontend-theme-art-studio-next :is(.typeui-kicker, .eyebrow, .panel-label) { color: var(--mm-muted); font-size: 10px; text-transform: uppercase; }
.frontend-theme-art-studio-next .typeui-catalog-toolbar { background: var(--mm-surface); border-color: var(--mm-line); border-radius: 2px; }
.frontend-theme-art-studio-next :is(.typeui-search-field, .typeui-toolbar-control) { border-color: var(--mm-line); }
.frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(4,minmax(0,1fr)); border-color: var(--mm-line); }
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card { color: var(--mm-text); background: var(--mm-surface); border-color: var(--mm-line); border-radius: 0; }
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-copy { background: var(--mm-surface); }
.frontend-theme-art-studio-next .typeui-article-catalog .catalog-card-media { aspect-ratio: 16 / 10; }
.frontend-theme-art-studio-next .typeui-pagination button { color: var(--mm-text); background: var(--mm-surface); border-color: var(--mm-line); }

.frontend-theme-art-studio-next.typeui-product-detail-page main,
.frontend-theme-art-studio-next.commerce-page main { background: var(--mm-bg); }
.frontend-theme-art-studio-next :is(.product-media-panel, .purchase-panel, .detail-grid article, .cart-list, .checkout-form, .summary-panel, .account-auth-card, .account-nav, .order-detail-card, .success-shell, .account-summary article) { color: var(--mm-text); background: var(--mm-surface); border-color: var(--mm-line); border-radius: 2px; box-shadow: none; }
.frontend-theme-art-studio-next :is(.product-media-large, .cart-item-image, .checkout-item-mini img) { background: var(--mm-soft); border-radius: 2px; }
.frontend-theme-art-studio-next :is(.panel-block, .cart-item, .summary-line, .checkout-form > h2, .account-nav a, .order-detail-card > *) { border-color: var(--mm-line); }
.frontend-theme-art-studio-next :is(.choice-pill, .frame-choice, .color-choice) > span,
.frontend-theme-art-studio-next .payment-method-option,
.frontend-theme-art-studio-next .tag,
.frontend-theme-art-studio-next .commerce-icon-button { color: var(--mm-text); background: var(--mm-surface); border-color: var(--mm-line); border-radius: 2px; }
.frontend-theme-art-studio-next :is(.choice-pill, .frame-choice, .color-choice) input:checked + span,
.frontend-theme-art-studio-next .payment-method-option:has(input:checked),
.frontend-theme-art-studio-next .account-nav a.active { color: var(--mm-inverse-text); background: var(--mm-inverse); border-color: var(--mm-inverse); }
.frontend-theme-art-studio-next :is(.commerce-page, .typeui-product-detail-page) input:not([type="radio"]):not([type="checkbox"]),
.frontend-theme-art-studio-next :is(.commerce-page, .typeui-product-detail-page) select,
.frontend-theme-art-studio-next :is(.commerce-page, .typeui-product-detail-page) textarea { color: var(--mm-text); background: var(--mm-surface); border-color: var(--mm-line); border-radius: 2px; }
.frontend-theme-art-studio-next .account-auth-shell { width: min(1100px, calc(100% - 40px)); }
.frontend-theme-art-studio-next .account-auth-card { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(320px,1.2fr); overflow: hidden; }
.frontend-theme-art-studio-next .account-auth-intro { display: flex; min-height: 520px; padding: 48px; flex-direction: column; justify-content: flex-end; color: #fff; background: #0b0b0b; }
.frontend-theme-art-studio-next .account-auth-intro .eyebrow { color: #a9a9a3; }
.frontend-theme-art-studio-next .account-auth-tabs,
.frontend-theme-art-studio-next .account-auth-form { grid-column: 2; }
.frontend-theme-art-studio-next .account-auth-tabs { grid-row: 1; align-self: start; }
.frontend-theme-art-studio-next .account-auth-form { grid-row: 1; margin-top: 76px; padding: 48px; align-self: center; }
.frontend-theme-art-studio-next .account-auth-tabs button { border-radius: 0; }
.frontend-theme-art-studio-next .commerce-steps li > span { border-radius: 2px; }

/* Customizers and tools */
.frontend-theme-art-studio-next :is(.wall-simulator, .design-reference-root, .mondrian-app, .modular-app, .abstract-geo-app, .op-art-app, .app-wrapper) { --background: var(--mm-bg); --foreground: var(--mm-text); --card: var(--mm-surface); --accent: var(--mm-soft); --border: var(--mm-line); --text-muted: var(--mm-muted); color: var(--mm-text); background: var(--mm-bg); }
.frontend-theme-art-studio-next :is(.wall-sim-panel, .wall-sim-control, .panel-section, .properties-drawer, .drawer-panel, .controls-panel, .purchase-drawer, .design-reference-panel) { color: var(--mm-text); background: var(--mm-surface); border-color: var(--mm-line); border-radius: 2px; box-shadow: none; }
.frontend-theme-art-studio-next :is(.wall-sim-panel, .panel-section, .properties-drawer, .drawer-panel, .controls-panel) :is(input, select, textarea, button) { border-color: var(--mm-line); border-radius: 2px; }
.frontend-theme-art-studio-next :is(.tab-item.active, .drawer-tab.active, .tool-button.active) { color: var(--mm-inverse-text); background: var(--mm-inverse); }

/* Footer */
.mm-footer {
  color: #f5f5f0;
  background: #0b0b0b;
  border-top: 1px solid #323230;
  font-family: "DM Sans Local", "PingFang SC", "Microsoft YaHei UI", "Hiragino Sans GB", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}
.mm-footer-frame {
  width: var(--site-content-width);
  margin: 0 auto;
}
.mm-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  padding: 64px 0 54px;
  gap: clamp(48px, 7vw, 120px);
}
.mm-footer-newsletter h2 {
  margin: 0 0 28px;
  color: #f5f5f0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}
.mm-footer .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.mm-footer-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-bottom: 1px solid #f5f5f0;
}
.frontend-theme-art-studio-next .mm-footer-newsletter input {
  min-width: 0;
  height: 46px;
  padding: 0;
  color: #f5f5f0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  outline: 0;
}
.frontend-theme-art-studio-next .mm-footer-newsletter input::placeholder { color: #92928d; }
.frontend-theme-art-studio-next .mm-footer-newsletter button {
  height: 46px;
  padding: 0 0 0 18px;
  color: #f5f5f0;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  text-transform: uppercase;
}
.mm-footer-right { display: grid; min-width: 0; gap: 52px; }
.mm-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 52px);
}
.mm-footer-links nav { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 12px; }
.mm-footer-links strong {
  margin-bottom: 8px;
  color: #85857f;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.mm-footer-links a { color: #f5f5f0; font-size: 13px; line-height: 1.35; }
.mm-footer-links a:hover { color: #a9a9a3; }
.mm-footer-brand-row {
  display: flex;
  min-width: 0;
  padding-top: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #323230;
}
.mm-footer-brand-copy { min-width: 0; }
.mm-footer-logo { display: inline-block; color: #f5f5f0; font-size: 22px !important; font-weight: 500; line-height: 1; white-space: nowrap; }
.mm-footer-brand-copy p { max-width: 460px; margin: 14px 0 0; color: #92928d; font-size: 13px; line-height: 1.6; }
.mm-footer-payments { display: flex; flex: 0 0 auto; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.mm-pay {
  display: grid;
  min-width: 28px;
  height: 20px;
  padding: 0 4px;
  place-items: center;
  color: #d7d7d1;
  border: 1px solid #575752;
  font-size: 8px;
  font-weight: 500;
  line-height: .85;
}
.mm-pay-visa { min-width: 34px; font-size: 9px; font-weight: 700; }
.mm-pay-mastercard { display: flex; min-width: 30px; padding: 0 5px; align-items: center; justify-content: center; }
.mm-pay-mastercard i { width: 10px; height: 10px; border: 1px solid #d7d7d1; border-radius: 50%; }
.mm-pay-mastercard i + i { margin-left: -3px; }
.mm-pay-amex { min-width: 26px; }
.mm-pay-paypal, .mm-pay-diners { min-width: 20px; font-size: 11px; font-weight: 700; }
.mm-pay-discover { min-width: 42px; font-size: 7px; }
.mm-newsletter { display: grid; grid-template-columns: minmax(100px,.4fr) minmax(280px,1.45fr) minmax(300px,.75fr); padding: clamp(64px,8vw,118px) var(--mm-pad); align-items: end; gap: 42px; border-bottom: 1px solid #323230; }
.mm-newsletter > span { color: #90908a; font-size: 10px; text-transform: uppercase; }
.mm-newsletter h2 { margin: 0; font-size: clamp(36px,4.7vw,70px); font-weight: 400; line-height: 1.02; }
.mm-newsletter form { display: grid; grid-template-columns: minmax(0,1fr) auto; border-bottom: 1px solid #f5f5f0; }
.frontend-theme-art-studio-next .mm-newsletter input { min-width: 0; height: 50px; padding: 0; color: #f5f5f0; background: transparent; border: 0; border-radius: 0; outline: 0; }
.frontend-theme-art-studio-next .mm-newsletter button { padding: 0 0 0 18px; color: #f5f5f0; background: transparent; border: 0; cursor: pointer; font-size: 12px; }
.mm-footer-grid { display: grid; grid-template-columns: minmax(260px,1.5fr) repeat(3,minmax(150px,.6fr)); padding: 60px var(--mm-pad) 78px; gap: 50px; }
.mm-footer-grid > * { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.mm-footer-grid strong { margin-bottom: 12px; color: #85857f; font-size: 10px; text-transform: uppercase; }
.mm-footer-grid a { font-size: 13px; }
.mm-footer-grid a:hover { color: #979791; }
.mm-footer-logo { font-size: 25px !important; font-weight: 500; }
.mm-footer-grid p { max-width: 430px; margin: 18px 0 0; color: #92928d; font-size: 13px; line-height: 1.7; }
.mm-footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 0;
  align-items: center;
  gap: 24px;
  color: #777772;
  border-top: 1px solid #323230;
  font-size: 10px;
}
.mm-footer-locale { display: flex; align-items: center; gap: 18px; }
.mm-footer-locale :is(span, a) { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.mm-footer-locale .ui-icon { width: 12px; height: 12px; }
.mm-footer-policies { display: flex; min-width: 0; justify-content: center; gap: 12px; }
.mm-footer-policies a { color: inherit; white-space: nowrap; }
.mm-footer-policies a:hover { color: #f5f5f0; }
.mm-footer-copyright { white-space: nowrap; }

/* Motion */
.mm-motion-ready [data-mm-reveal],
.mm-motion-ready [data-mm-reveal-group] > * { opacity: 0; transform: translateY(24px); transition: opacity 640ms ease, transform 640ms cubic-bezier(.16,1,.3,1); }
.mm-motion-ready [data-mm-reveal].is-visible,
.mm-motion-ready [data-mm-reveal-group].is-visible > * { opacity: 1; transform: none; }
.mm-motion-ready [data-mm-reveal-group].is-visible > *:nth-child(2) { transition-delay: 70ms; }
.mm-motion-ready [data-mm-reveal-group].is-visible > *:nth-child(3) { transition-delay: 140ms; }
.mm-motion-ready [data-mm-reveal-group].is-visible > *:nth-child(4) { transition-delay: 210ms; }

@media (max-width: 1100px) {
  .mm-header-bar { grid-template-columns: minmax(150px, 180px) minmax(220px, 1fr) auto; }
  .mm-desktop-nav { gap: 16px; padding: 0 16px; }
  .mm-desktop-nav a:nth-of-type(n+4), .mm-language, .mm-theme-toggle { display: none; }
  .mm-header-actions { padding: 0 16px; gap: 16px; }
  .mm-featured-grid, .frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mm-section-heading { grid-template-columns: minmax(100px,.4fr) minmax(260px,1.25fr) minmax(220px,.8fr); gap: 24px; }
}

@media (max-width: 920px) {
  .mm-announcement { height: 22px; font-size: 9px; }
  .mm-header-bar { grid-template-columns: minmax(0,1fr) auto; height: 60px; padding: 0; }
  .mm-brand-cell { height: 60px; padding: 0 0 0 14px; justify-content: flex-start; }
  .mm-menu-trigger { display: inline-grid; }
  .mm-logo { font-size: 18px; }
  .mm-desktop-nav { display: none; }
  .mm-header-actions > :not(.mm-cart-trigger) { display: none; }
  .mm-header-actions { height: 60px; padding: 0 14px; border-left: 0; }
  .mm-cart-trigger { width: 40px; height: 40px; justify-content: center; padding: 0; border: 0; }
  .mm-cart-trigger span { display: none; }
  .mm-cart-trigger b { display: grid; width: 28px; height: 28px; place-items: center; color: var(--mm-inverse-text); background: var(--mm-inverse); border-radius: 2px; }
  .mm-mobile-scrim { position: fixed; inset: 0; z-index: 4100; display: block; visibility: hidden; background: rgba(0,0,0,.52); opacity: 0; transition: opacity 260ms ease, visibility 260ms ease; }
  .mm-mobile-scrim.open { visibility: visible; opacity: 1; }
  .frontend-theme-art-studio-next .mm-mobile-menu { position: fixed; inset: 0; z-index: 4200; display: flex; width: 100%; height: 100dvh; max-width: none; max-height: none; padding: 0; flex-direction: column; color: var(--mm-text); background: var(--mm-bg); border: 0; transform: translateX(-100%); transition: transform 360ms cubic-bezier(.16,1,.3,1); }
  .mm-mobile-menu.open { transform: none; }
  .mm-mobile-head { display: flex; min-height: 64px; padding: 0 14px 0 20px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--mm-line); }
  .mm-mobile-nav { display: block; min-height: 0; flex: 1 1 auto; overflow-y: auto; }
  .mm-mobile-nav > a { display: grid; grid-template-columns: 42px minmax(0,1fr) 22px; min-height: 64px; padding: 0 20px; align-items: center; border-bottom: 1px solid var(--mm-line); font-size: 22px; }
  .mm-mobile-nav > a span { color: var(--mm-muted); font-size: 10px; }
  .mm-mobile-nav > a .ui-icon { width: 15px; height: 15px; }
  .mm-mobile-nav > details { border-bottom: 1px solid var(--mm-line); }
  .mm-mobile-nav > details > summary { display: grid; grid-template-columns: 42px minmax(0,1fr) 22px; min-height: 64px; padding: 0 20px; align-items: center; color: var(--mm-text); cursor: pointer; font-size: 22px; list-style: none; }
  .mm-mobile-nav > details > summary::marker { display: none; }
  .mm-mobile-nav > details > summary::-webkit-details-marker { display: none; }
  .mm-mobile-nav > details > summary > span { color: var(--mm-muted); font-size: 10px; }
  .mm-mobile-nav > details > summary .ui-icon { width: 16px; height: 16px; justify-self: end; transition: transform 180ms ease; }
  .mm-mobile-nav > details[open] > summary .ui-icon { transform: rotate(180deg); }
  .mm-mobile-nav > details > div { display: grid; grid-template-columns: 1fr; padding: 4px 20px 16px 62px; border-top: 1px solid var(--mm-line); }
  .mm-mobile-nav > details > div a { display: flex; min-height: 48px; align-items: center; color: var(--mm-text); font-size: 16px; line-height: 1.35; }
  .mm-mobile-nav > details > div .mm-mobile-all { justify-content: space-between; color: var(--mm-muted); font-size: 14px; font-weight: 500; }
  .mm-mobile-nav > details > div .mm-mobile-all .ui-icon { width: 15px; height: 15px; }
  .mm-mobile-account { display: flex; min-height: 68px; padding: 0 20px; align-items: center; justify-content: space-between; border-top: 1px solid var(--mm-line); font-size: 14px; }
  .mm-header-actions > .mm-currency-form { display: none; }
  .mm-currency-form-mobile { height: 34px; margin-left: auto; margin-right: 14px; }
  .mm-currency-form-mobile select { height: 32px; background: transparent; font-size: 14px; }
  .mm-cart-drawer { width: min(720px, 100%); }
  .mm-cart-drawer-head { min-height: 96px; padding: 28px 28px 20px; }
  .mm-cart-drawer h2 { font-size: 20px; }
  .mm-cart-shipping-status { padding: 0 28px 26px; }
  .mm-cart-mini { grid-template-columns: 124px minmax(0, 1fr) minmax(92px, auto); padding: 24px 28px 26px; column-gap: 20px; }
  .mm-cart-mini-media { width: 124px; height: 156px; }
  .mm-cart-mini-copy > a { font-size: 14px; }
  .mm-cart-drawer-foot { padding: 0 28px 26px; }
  .mm-mega-menu { display: none; }
  .mm-section-heading { grid-template-columns: 1fr; }
  .mm-featured-grid, .frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mm-story-split { grid-template-columns: 1fr; min-height: 0; }
  .mm-story-media { aspect-ratio: 4 / 3; }
  .mm-story-copy { min-height: 520px; border-top: 1px solid var(--mm-line); border-left: 0; }
  .mm-collection-grid > a, .mm-collection-grid > a:nth-child(1), .mm-collection-grid > a:nth-child(5) { grid-column: span 6; }
  .mm-editorials { grid-template-columns: 1fr; }
  .mm-editorials article + article { border-top: 1px solid rgba(255,255,255,.35); border-left: 0; }
  .mm-reviews > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mm-newsletter { grid-template-columns: 1fr; }
  .mm-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mm-footer-main { grid-template-columns: 1fr; padding: 52px 0 42px; gap: 48px; }
  .mm-footer-newsletter { max-width: 520px; }
  .mm-footer-right { gap: 42px; }
  .mm-footer-bottom { display: flex; min-height: 0; padding: 22px 0; flex-direction: column; align-items: flex-start; gap: 18px; }
  .mm-footer-policies { width: 100%; justify-content: flex-start; flex-wrap: wrap; row-gap: 8px; }
  .frontend-theme-art-studio-next .account-auth-card { grid-template-columns: 1fr; }
  .frontend-theme-art-studio-next .account-auth-intro { min-height: 300px; padding: 36px 28px; }
  .frontend-theme-art-studio-next .account-auth-tabs, .frontend-theme-art-studio-next .account-auth-form { grid-column: 1; }
  .frontend-theme-art-studio-next .account-auth-tabs { grid-row: 2; }
  .frontend-theme-art-studio-next .account-auth-form { grid-row: 3; margin-top: 0; padding: 32px 28px; }
}

@media (max-width: 560px) {
  .mm-cart-drawer-head { min-height: 78px; padding: 20px 18px 16px; }
  .mm-cart-drawer h2 { font-size: 20px; }
  .mm-cart-close { width: 36px; height: 36px; flex-basis: 36px; }
  .mm-cart-shipping-status { padding: 0 18px 20px; }
  .mm-cart-shipping-track { height: 6px; }
  .mm-cart-shipping-status p { margin-top: 12px; gap: 9px; font-size: 14px; }
  .mm-cart-shipping-status .ui-icon { width: 22px; height: 22px; flex-basis: 22px; }
  .mm-cart-mini { grid-template-columns: 88px minmax(0, 1fr); grid-template-areas: "media copy" "remove copy" "total total"; min-height: 0; padding: 22px 18px; column-gap: 15px; row-gap: 10px; }
  .mm-cart-mini-media { width: 88px; height: 114px; padding: 14px 12px; }
  .mm-cart-mini-copy { padding-top: 0; }
  .mm-cart-mini-copy > a { font-size: 16px; }
  .mm-cart-product-meta { margin-top: 7px; font-size: 12px; }
  .mm-cart-product-meta p { align-items: flex-start; gap: 8px; }
  .mm-cart-product-meta p > span { flex-wrap: wrap; gap: 4px; }
  .mm-cart-frame-color { white-space: normal; }
  .mm-cart-qty { width: 92px; }
  .mm-cart-remove { align-self: center; }
  .mm-cart-remove button { font-size: 12px; }
  .mm-cart-mini-total { display: flex; padding-top: 14px; align-items: center; justify-content: space-between; border-top: 1px solid #e3e3e3; }
  .mm-cart-mini-total strong { font-size: 16px; }
  .mm-cart-drawer-foot { padding: 0 18px 22px; }
  .mm-footer-main { padding: 44px 0 36px; gap: 42px; }
  .mm-footer-newsletter h2 { margin-bottom: 22px; font-size: 27px; }
  .mm-footer-links { gap: 14px; }
  .mm-footer-links nav { gap: 10px; }
  .mm-footer-links a { font-size: 12px; }
  .mm-footer-brand-row { padding-top: 24px; flex-direction: column; align-items: flex-start; gap: 22px; }
  .mm-footer-logo { font-size: 19px !important; }
  .mm-footer-brand-copy p { margin-top: 12px; font-size: 12px; }
  .mm-footer-payments { justify-content: flex-start; }
  .mm-cart-shipping-line,
  .mm-cart-subtotal { min-height: 58px; }
  .mm-cart-shipping-line,
  .mm-cart-subtotal { font-size: 13px; }
  .mm-cart-shipping-line strong { font-size: 12px; }
  .mm-cart-subtotal strong { font-size: 16px; }
  .mm-cart-drawer-foot > p { margin: 20px 0 22px; font-size: 12px; }
  .mm-cart-actions .mm-primary-button { min-height: 50px; }
  .mm-hero { height: calc(100svh - 98px); min-height: 560px; }
  .mm-hero-copy { bottom: 44px; left: 20px; width: calc(100% - 40px); }
  .mm-hero-copy h1 { font-size: 54px; }
  .mm-hero-index { display: none; }
  .mm-service-strip { grid-template-columns: 1fr; }
  .mm-service-strip span { min-height: 40px; padding: 0 20px; border-right: 0; border-bottom: 1px solid var(--mm-line); }
  .mm-home-section { padding: 66px 20px; }
  .mm-featured-grid, .frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid { grid-template-columns: 1fr; }
  .mm-story-copy { min-height: 480px; padding: 44px 20px; }
  .mm-collection-grid { grid-template-columns: 1fr; }
  .mm-collection-grid > a, .mm-collection-grid > a:nth-child(1), .mm-collection-grid > a:nth-child(5) { grid-column: auto; }
  .mm-ticker span { padding: 22px 28px; }
  .mm-editorials article { min-height: 560px; }
  .mm-reviews > div { grid-template-columns: 1fr; }
  .mm-newsletter { padding: 64px 20px; }
  .mm-footer-grid { grid-template-columns: 1fr; padding: 52px 20px; }
  .mm-footer-bottom { min-height: 80px; padding: 18px 20px; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .frontend-theme-art-studio-next *, .frontend-theme-art-studio-next *::before, .frontend-theme-art-studio-next *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .mm-motion-ready [data-mm-reveal], .mm-motion-ready [data-mm-reveal-group] > * { opacity: 1; transform: none; }
}

/* Template refresh: shared rhythm, type scale, and page primitives. */
.frontend-theme-art-studio-next {
  --mm-bg: #f7f7f3;
  --mm-surface: #ffffff;
  --mm-soft: #eeeee8;
  --mm-hover: #e7e7df;
  --mm-text: #151515;
  --mm-muted: #71716b;
  --mm-line: #d9d9d2;
  --mm-strong-line: #96968e;
  --mm-inverse: #151515;
  --mm-inverse-text: #f7f7f3;
  --mm-signal: #d8ff4f;
  --mm-max: 1440px;
  --mm-pad: clamp(20px, 4vw, 72px);
  color: var(--mm-text);
  background: var(--mm-bg);
  font-family: "GoogleSansFlex", "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

html.art-dark-pending body.frontend-theme-art-studio-next,
.frontend-theme-art-studio-next.dark-theme {
  --mm-bg: #11120f;
  --mm-surface: #191a16;
  --mm-soft: #24251f;
  --mm-hover: #2e3029;
  --mm-text: #f2f2e9;
  --mm-muted: #a0a198;
  --mm-line: #363831;
  --mm-strong-line: #70736a;
  --mm-inverse: #f2f2e9;
  --mm-inverse-text: #11120f;
  --mm-signal: #d8ff4f;
}

.frontend-theme-art-studio-next :is(h1, h2, h3, p) { max-width: none; }
.frontend-theme-art-studio-next h1,
.frontend-theme-art-studio-next h2,
.frontend-theme-art-studio-next h3,
.frontend-theme-art-studio-next strong { font-weight: 650; }
.frontend-theme-art-studio-next h1,
.frontend-theme-art-studio-next h2,
.frontend-theme-art-studio-next h3 { line-height: 1.08; }
.frontend-theme-art-studio-next button,
.frontend-theme-art-studio-next input,
.frontend-theme-art-studio-next select,
.frontend-theme-art-studio-next textarea { font-family: inherit; }
.frontend-theme-art-studio-next :is(a, button, input, select, textarea) { transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, opacity 220ms ease, transform 220ms ease; }
.frontend-theme-art-studio-next :is(a, button):focus-visible { outline: 2px solid var(--mm-text); outline-offset: 3px; }
.frontend-theme-art-studio-next .eyebrow,
.frontend-theme-art-studio-next .home-kicker { color: var(--mm-muted); font-size: 11px; font-weight: 600; letter-spacing: .04em !important; line-height: 1.4; text-transform: uppercase; }

/* Header */
.frontend-theme-art-studio-next .mm-header { color: var(--mm-text); background: color-mix(in srgb, var(--mm-bg) 92%, transparent); border-bottom-color: var(--mm-line); backdrop-filter: blur(14px); }
.frontend-theme-art-studio-next .mm-header-bar { width: min(var(--mm-max), 100%); height: 72px; padding: 0 var(--mm-pad); background: transparent; }
.frontend-theme-art-studio-next .mm-brand-cell,
.frontend-theme-art-studio-next .mm-desktop-nav,
.frontend-theme-art-studio-next .mm-header-actions { height: 72px; border-color: var(--mm-line); }
.frontend-theme-art-studio-next .mm-brand-cell { padding: 0; }
.frontend-theme-art-studio-next .mm-logo { color: var(--mm-text); font-family: "Poppins", "GoogleSansFlex", sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .12em !important; text-transform: uppercase; }
.frontend-theme-art-studio-next .mm-desktop-nav { justify-content: flex-start; gap: clamp(16px, 2.5vw, 38px); padding: 0 clamp(24px, 3vw, 48px); border-left: 0; }
.frontend-theme-art-studio-next .mm-desktop-nav :is(a, button) { height: 72px; color: var(--mm-muted); font-size: 12px; font-weight: 600; letter-spacing: .02em !important; text-transform: none; }
.frontend-theme-art-studio-next .mm-desktop-nav :is(a, button):hover { color: var(--mm-text); }
.frontend-theme-art-studio-next .mm-header-actions { gap: 12px; padding: 0; border-left: 0; }
.frontend-theme-art-studio-next .mm-header-actions :is(.mm-theme-toggle, .mm-account-link, .mm-language) { color: var(--mm-muted); }
.frontend-theme-art-studio-next .mm-cart-trigger { min-height: 40px; padding: 0 12px; color: var(--mm-inverse-text); background: var(--mm-inverse); border: 1px solid var(--mm-inverse); border-radius: 2px; font-size: 12px; }
.frontend-theme-art-studio-next .mm-cart-trigger:hover { color: var(--mm-text); background: transparent; }
.frontend-theme-art-studio-next .mm-cart-trigger b { color: inherit; background: transparent; }
.frontend-theme-art-studio-next .mm-mega-menu { border-color: var(--mm-line); color: var(--mm-text); background: var(--mm-bg); }

/* Home */

/* Hero slider — 左侧文案 + 右侧商品切换卡，切换时背景大图同步更换 */
.home-hero { position: relative; display: grid; min-height: clamp(600px, 74vh, 760px); place-items: center; overflow: hidden; color: #fff; background: #14161a; }
.home-hero-backdrop { position: absolute; inset: 0; }
.home-hero-backdrop-item { position: absolute; inset: 0; opacity: 0; transition: opacity 1000ms ease; }
.home-hero-backdrop-item.is-active { opacity: 1; }
.home-hero-backdrop-item :is(picture, img) { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-backdrop-item img { object-fit: cover; transform: scale(1.7); transform-origin: center 42%; }
.home-hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.18) 50%, rgba(0,0,0,.1) 100%), radial-gradient(118% 128% at 50% 45%, rgba(0,0,0,.36) 0%, rgba(0,0,0,.64) 62%, rgba(0,0,0,.9) 100%); }
.home-hero-inner { position: relative; z-index: 1; display: grid; width: min(820px, calc(100% - var(--mm-pad) * 2)); margin: 0 auto; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(28px, 4vw, 60px); }
.home-hero-copy { max-width: 430px; }
.home-hero-eyebrow { margin: 0; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 600; letter-spacing: .14em !important; text-transform: uppercase; }
.home-hero-copy h1 { margin: 14px 0 22px; font-size: clamp(28px, 2.9vw, 40px); font-weight: 500; line-height: 1.2; }
.home-hero-text { max-width: 320px; margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.72; }

/* 切换区 */
.home-hero-stage { position: relative; display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 16px; }
.home-hero-arrow { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; color: #17181a; background: color-mix(in srgb, #fff 90%, transparent); border: 0; border-radius: 50%; cursor: pointer; transition: background-color 200ms ease, transform 200ms ease; }
.home-hero-arrow:hover { background: #fff; transform: scale(1.06); }
.home-hero-arrow .ui-icon { width: 17px; height: 17px; }
.home-hero-stack { position: relative; width: 244px; height: 358px; }
.home-hero-card { position: absolute; inset: 0; overflow: hidden; color: var(--mm-text); background: #fff; border-radius: 4px; box-shadow: 0 24px 48px rgba(0,0,0,.28); opacity: 0; transform: translateX(16px); pointer-events: none; transition: opacity 520ms ease, transform 520ms cubic-bezier(.22,.8,.24,1); }
.home-hero-card.is-active { opacity: 1; transform: none; pointer-events: auto; }
.home-hero-card-link { display: flex; height: 100%; flex-direction: column; }
.home-hero-quick { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 5px 10px; color: #17181a; background: #fff; border-radius: 3px; font-size: 9px; font-weight: 700; letter-spacing: .1em !important; text-transform: uppercase; }
.home-hero-media { display: block; flex: 1 1 auto; overflow: hidden; background: var(--mm-soft); }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.22,.8,.24,1); }
.home-hero-card:hover .home-hero-media img { transform: scale(1.04); }
.home-hero-info { display: flex; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--mm-line); }
.home-hero-meta { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.home-hero-meta strong { overflow: hidden; font-size: 11px; font-weight: 600; letter-spacing: .02em !important; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.home-hero-meta em { color: var(--mm-muted); font-size: 10px; font-style: normal; white-space: nowrap; }
.home-hero-price { font-size: 12px; font-weight: 700; white-space: nowrap; }
.home-hero-dots { position: absolute; bottom: -28px; left: 50%; display: flex; gap: 6px; transform: translateX(-50%); }
.home-hero-dots button { width: 6px; height: 6px; padding: 0; background: rgba(255,255,255,.4); border: 0; border-radius: 50%; cursor: pointer; transition: background-color 200ms ease, transform 200ms ease; }
.home-hero-dots button[aria-selected="true"] { background: #fff; transform: scale(1.25); }

@media (max-width: 920px) {
  .home-hero { min-height: 0; padding: 68px 0 96px; }
  .home-hero-inner { grid-template-columns: 1fr; justify-items: start; gap: 30px; }
  .home-hero-copy { max-width: none; }
  .home-hero-text { max-width: 460px; }
  .home-hero-stage { width: 100%; grid-template-columns: auto minmax(0, 1fr) auto; }
  .home-hero-stack { width: 100%; height: 342px; }
}

@media (max-width: 560px) {
  .home-hero-inner { width: calc(100% - 40px); }
  .home-hero-copy h1 { font-size: 26px; }
  .home-hero-arrow { width: 30px; height: 30px; }
  .home-hero-stage { gap: 12px; }
  .home-hero-stack { height: 318px; }
}

/* Collection and content pages */
.frontend-theme-art-studio-next .typeui-catalog-root,
.frontend-theme-art-studio-next .article-detail,
.frontend-theme-art-studio-next .page-head,
.frontend-theme-art-studio-next .section { color: var(--mm-text); }
.frontend-theme-art-studio-next .typeui-catalog-intro { padding: clamp(64px, 8vw, 124px) var(--mm-pad) 36px; background: var(--mm-bg); border-bottom: 1px solid var(--mm-line); }
.frontend-theme-art-studio-next .typeui-catalog-intro-inner { width: min(var(--mm-max), 100%); margin: 0 auto; }
.frontend-theme-art-studio-next .typeui-breadcrumb,
.frontend-theme-art-studio-next .mm-product-breadcrumb { color: var(--mm-muted); font-size: 12px; }
.frontend-theme-art-studio-next .typeui-catalog-intro h1 { margin: 28px 0 42px; font-size: clamp(42px, 6vw, 82px); }
.frontend-theme-art-studio-next .mm-catalog-toolbar { border-top-color: var(--mm-line); border-bottom-color: var(--mm-line); }
.frontend-theme-art-studio-next .mm-catalog-toolbar :is(label, summary, select, input),
.frontend-theme-art-studio-next .typeui-result-count { color: var(--mm-muted); font-size: 12px; }
.frontend-theme-art-studio-next .typeui-catalog-results { width: min(var(--mm-max), 100%); margin: 0 auto; padding: 0 var(--mm-pad) 96px; }
.frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--mm-line);
  border-left: 1px solid var(--mm-line);
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  background: var(--mm-bg);
  border-right: 1px solid var(--mm-line);
  border-bottom: 1px solid var(--mm-line);
  box-shadow: none;
  transform: none;
  transition: background-color 180ms ease;
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card:hover,
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card:focus-visible {
  border-color: var(--mm-line);
  box-shadow: none;
  transform: none;
  background: var(--mm-bg);
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card::before { display: none; }
.frontend-theme-art-studio-next .catalog-card-media {
  aspect-ratio: auto;
  padding: 36px 36px 0;
  background: var(--mm-bg);
  border-bottom: 0;
}
.frontend-theme-art-studio-next .catalog-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  filter: none;
  transition: filter 180ms ease, transform 180ms ease;
}
.frontend-theme-art-studio-next .catalog-card:hover .catalog-card-media img,
.frontend-theme-art-studio-next .catalog-card:focus-visible .catalog-card-media img {
  filter: brightness(.98);
  transform: none;
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-badge {
  top: 42px;
  left: 42px;
  padding: 4px 7px;
  color: #666;
  background: rgba(230, 233, 234, .92);
  border: 0;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em !important;
}
.frontend-theme-art-studio-next .catalog-card-copy {
  display: flex;
  min-height: 132px;
  padding: 12px 36px 34px;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  background: var(--mm-bg);
}
.frontend-theme-art-studio-next .mm-catalog-card-title {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.frontend-theme-art-studio-next .catalog-card-copy h2 {
  min-width: 0;
  margin: 0;
  color: var(--mm-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.frontend-theme-art-studio-next .catalog-card-price {
  flex: 0 0 auto;
  color: var(--mm-text);
  font-family: "DM Sans Local", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
.frontend-theme-art-studio-next .catalog-card-category {
  color: var(--mm-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}
.frontend-theme-art-studio-next .mm-card-action {
  display: inline-flex;
  width: fit-content;
  min-height: 18px;
  margin-top: 10px;
  padding: 3px 6px;
  align-items: center;
  color: #fff;
  background: var(--mm-text);
  border-radius: 3px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em !important;
  line-height: 1;
  opacity: 1;
  transition: background-color 180ms ease;
}
.frontend-theme-art-studio-next .catalog-card:hover .mm-card-action,
.frontend-theme-art-studio-next .catalog-card:focus-visible .mm-card-action {
  opacity: 1;
  transform: none;
  background: #3e3e3e;
}
.frontend-theme-art-studio-next .product-hero { padding: clamp(62px, 8vw, 120px) var(--mm-pad) 48px; background: var(--mm-bg); }
.frontend-theme-art-studio-next .product-hero .container { width: min(var(--mm-max), 100%); }
.frontend-theme-art-studio-next .product-hero h1 { margin: 26px 0 16px; font-size: clamp(42px, 6vw, 80px); }
.frontend-theme-art-studio-next .product-hero .hero-copy { max-width: 640px; color: var(--mm-muted); font-size: 17px; line-height: 1.6; }
.frontend-theme-art-studio-next .product-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(28px, 5vw, 88px); width: min(var(--mm-max), 100%); margin: 0 auto; padding: 0 var(--mm-pad) 100px; }
.frontend-theme-art-studio-next .product-media-large { background: var(--mm-soft); }
.frontend-theme-art-studio-next .product-media-large img { width: 100%; aspect-ratio: 1 / 1.1; object-fit: contain; }
.frontend-theme-art-studio-next .product-copy { padding: 24px 0; color: var(--mm-muted); line-height: 1.7; }
.frontend-theme-art-studio-next .purchase-panel { align-self: start; position: sticky; top: 96px; padding: 26px; background: var(--mm-surface); border: 1px solid var(--mm-line); }
.frontend-theme-art-studio-next .panel-label { color: var(--mm-muted); font-size: 11px; font-weight: 600; letter-spacing: .03em !important; text-transform: uppercase; }
.frontend-theme-art-studio-next .choice-pill span,
.frontend-theme-art-studio-next .frame-choice span { border-color: var(--mm-line); background: transparent; }
.frontend-theme-art-studio-next .choice-pill input:checked + span,
.frontend-theme-art-studio-next .frame-choice input:checked + span { color: var(--mm-inverse-text); background: var(--mm-inverse); border-color: var(--mm-inverse); }
.frontend-theme-art-studio-next .price-strip { border-top-color: var(--mm-line); }
.frontend-theme-art-studio-next .price-strip strong { font-family: "Poppins", sans-serif; }
.frontend-theme-art-studio-next .page-head { width: min(var(--next-content-max), 100%); margin: 0 auto; padding: clamp(70px, 9vw, 136px) var(--mm-pad) 60px; }
.frontend-theme-art-studio-next .page-head h1 { margin: 16px 0; font-size: clamp(42px, 6vw, 78px); }
.frontend-theme-art-studio-next .page-head p:not(.eyebrow) { max-width: 650px; color: var(--mm-muted); font-size: 17px; line-height: 1.7; }
.frontend-theme-art-studio-next .article-detail { width: min(var(--mm-max), 100%); margin: 0 auto; padding: clamp(64px, 8vw, 120px) var(--mm-pad) 100px; }
.frontend-theme-art-studio-next .article-detail-hero { width: min(820px, 100%); margin: 0 auto 56px; }
.frontend-theme-art-studio-next .article-detail-hero h1 { margin: 18px 0; font-size: clamp(42px, 6vw, 80px); }
.frontend-theme-art-studio-next .article-detail-hero p:last-child { color: var(--mm-muted); font-size: 17px; line-height: 1.7; }
.frontend-theme-art-studio-next .article-cover { margin: 0 auto 64px; }
.frontend-theme-art-studio-next .article-cover img { width: 100%; max-height: 760px; object-fit: cover; }
.frontend-theme-art-studio-next .article-body { width: min(720px, 100%); margin: 0 auto; }
.frontend-theme-art-studio-next .article-body p { margin: 0 0 24px; font-size: 17px; line-height: 1.85; }
.frontend-theme-art-studio-next .account-shell,
.frontend-theme-art-studio-next .checkout-shell { width: min(var(--mm-max), 100%); margin: 0 auto; padding: 0 var(--mm-pad) 100px; }
.frontend-theme-art-studio-next .commerce-page .button,
.frontend-theme-art-studio-next .commerce-page .btn { min-height: 46px; border-radius: 2px; }

@keyframes home-hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.045); } }

@media (max-width: 920px) {
  .frontend-theme-art-studio-next .mm-header-bar,
  .frontend-theme-art-studio-next .mm-brand-cell,
  .frontend-theme-art-studio-next .mm-header-actions { height: 64px; }
  .frontend-theme-art-studio-next .mm-logo { font-size: 16px; }
  .frontend-theme-art-studio-next .product-layout { grid-template-columns: 1fr; }
  .frontend-theme-art-studio-next .purchase-panel { position: static; }
  .frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .frontend-theme-art-studio-next .catalog-card-media { padding: 24px 24px 0; }
  .frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-badge { top: 30px; left: 30px; }
  .frontend-theme-art-studio-next .catalog-card-copy { padding-right: 24px; padding-bottom: 28px; padding-left: 24px; }
}

@media (max-width: 560px) {
  .frontend-theme-art-studio-next .typeui-catalog-intro { padding-top: 58px; }
  .frontend-theme-art-studio-next .typeui-catalog-results { padding-right: 20px; padding-left: 20px; }
  .frontend-theme-art-studio-next .purchase-panel { padding: 20px; }
  .frontend-theme-art-studio-next .typeui-boundary-grid.catalog-grid { grid-template-columns: 1fr; }
  .frontend-theme-art-studio-next .catalog-card-media { padding: 20px 20px 0; }
  .frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-badge { top: 26px; left: 26px; }
  .frontend-theme-art-studio-next .catalog-card-copy { padding-right: 20px; padding-bottom: 24px; padding-left: 20px; }
}

/* Dynamic desktop navigation */
.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button){position:relative}
.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button)::after{bottom:14px;height:2px;background:var(--mm-text);transform-origin:right center;transition:transform 280ms cubic-bezier(.22,.8,.24,1)}
.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button):hover::after,.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button):focus-visible::after,.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button)[aria-expanded="true"]::after,.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button)[aria-current="page"]::after{transform:scaleX(1);transform-origin:left center}
.frontend-theme-art-studio-next .mm-desktop-nav button .ui-icon{transition:transform 280ms cubic-bezier(.22,.8,.24,1)}
.frontend-theme-art-studio-next .mm-desktop-nav button[aria-expanded="true"] .ui-icon{transform:rotate(180deg)}
.frontend-theme-art-studio-next .mm-mega-menu{position:absolute;top:100%;right:0;left:0;z-index:10;max-height:min(780px,calc(100vh - 72px));overflow-y:auto;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-12px);transition:visibility 0s linear 360ms,opacity 240ms ease,transform 360ms cubic-bezier(.16,1,.3,1),border-width 220ms ease}
.frontend-theme-art-studio-next .mm-mega-menu.open{visibility:visible;opacity:1;pointer-events:auto;transform:none;transition-delay:0s}
.frontend-theme-art-studio-next .mm-mega-inner--dynamic{box-sizing:border-box;grid-template-columns:minmax(260px,.72fr) minmax(0,1.8fr);min-height:0;padding:42px var(--mm-pad) 46px;gap:0}
.frontend-theme-art-studio-next .mm-mega-intro{position:relative;padding-right:30px}
.frontend-theme-art-studio-next .mm-mega-intro::after{position:absolute;top:0;right:0;bottom:0;width:1px;content:"";background:var(--mm-line)}
.frontend-theme-art-studio-next .mm-mega-intro h2{max-width:440px;margin:12px 0 14px;color:var(--mm-text);font-size:clamp(30px,3.8vw,54px);font-weight:500;line-height:1.04}
.frontend-theme-art-studio-next .mm-mega-intro>p:not(.eyebrow){max-width:400px;margin:0 0 24px;color:var(--mm-muted);font-size:14px;line-height:1.7}
.frontend-theme-art-studio-next .mm-mega-action{display:inline-flex;align-items:center;gap:8px;color:var(--mm-text);font-size:13px;font-weight:600}
.frontend-theme-art-studio-next .mm-mega-action .ui-icon{width:16px;height:16px;transition:transform 260ms cubic-bezier(.22,.8,.24,1)}
.frontend-theme-art-studio-next .mm-mega-action:hover .ui-icon,.frontend-theme-art-studio-next .mm-mega-action:focus-visible .ui-icon{transform:translate(4px,-3px)}
.frontend-theme-art-studio-next .mm-mega-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-left:30px}
.frontend-theme-art-studio-next .mm-mega-card{display:block;min-width:0;color:var(--mm-text);opacity:0;transform:translateY(14px);transition:opacity 320ms ease,transform 420ms cubic-bezier(.22,.8,.24,1),color 220ms ease}
.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card{opacity:1;transform:none}
.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(1){transition-delay:40ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(2){transition-delay:75ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(3){transition-delay:110ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(4){transition-delay:145ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(5){transition-delay:180ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(6){transition-delay:215ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(7){transition-delay:250ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(8){transition-delay:285ms}.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card:nth-child(9){transition-delay:320ms}
.frontend-theme-art-studio-next .mm-mega-card-media{position:relative;display:block;aspect-ratio:1/1.04;overflow:hidden;background:var(--mm-soft)}
.frontend-theme-art-studio-next .mm-mega-card-media img{width:100%;height:100%;object-fit:cover;transition:transform 700ms cubic-bezier(.22,.8,.24,1),filter 300ms ease}
.frontend-theme-art-studio-next .mm-mega-card:hover .mm-mega-card-media img,.frontend-theme-art-studio-next .mm-mega-card:focus-visible .mm-mega-card-media img{transform:scale(1.06);filter:saturate(1.08)}
.frontend-theme-art-studio-next .mm-mega-card-media>small{position:absolute;top:9px;left:10px;color:rgba(255,255,255,.86);font-family:Poppins,sans-serif;font-size:10px;letter-spacing:.08em!important;text-shadow:0 1px 8px rgba(0,0,0,.25)}
.frontend-theme-art-studio-next .mm-mega-card-media>i{position:absolute;right:9px;bottom:9px;display:grid;width:28px;height:28px;place-items:center;color:#fff;background:rgba(23,23,25,.78);opacity:0;transform:translate(-4px,4px);transition:opacity 220ms ease,transform 300ms cubic-bezier(.22,.8,.24,1)}
.frontend-theme-art-studio-next .mm-mega-card-media>i .ui-icon{width:14px;height:14px}
.frontend-theme-art-studio-next .mm-mega-card:hover .mm-mega-card-media>i,.frontend-theme-art-studio-next .mm-mega-card:focus-visible .mm-mega-card-media>i{opacity:1;transform:none}
.frontend-theme-art-studio-next .mm-mega-card>strong{display:block;margin-top:12px;font-size:14px;font-weight:600;line-height:1.3}
.frontend-theme-art-studio-next .mm-mega-card>span:last-child{display:block;margin-top:5px;color:var(--mm-muted);font-size:11px;line-height:1.45}
@media(max-width:1200px) and (min-width:921px){.frontend-theme-art-studio-next .mm-mega-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding-left:20px}.frontend-theme-art-studio-next .mm-mega-inner--dynamic{padding-right:20px;padding-left:20px}.frontend-theme-art-studio-next .mm-mega-intro{padding-right:20px}}
@media(max-width:920px){.frontend-theme-art-studio-next .mm-mega-menu{display:none!important}}
@media(prefers-reduced-motion:reduce){.frontend-theme-art-studio-next .mm-desktop-nav>:is(a,button)::after,.frontend-theme-art-studio-next .mm-desktop-nav button .ui-icon,.frontend-theme-art-studio-next .mm-mega-menu,.frontend-theme-art-studio-next .mm-mega-card,.frontend-theme-art-studio-next .mm-mega-card-media img,.frontend-theme-art-studio-next .mm-mega-card-media>i,.frontend-theme-art-studio-next .mm-mega-action .ui-icon{transition-duration:.01ms!important;transition-delay:0ms!important}.frontend-theme-art-studio-next .mm-mega-card{opacity:1!important;transform:none!important}}

/* Compact cart line: stable columns, contained artwork previews, and a
   deliberately small quantity stepper. */
.frontend-theme-art-studio-next .mm-cart-mini{grid-template-columns:78px minmax(0,1fr) auto;grid-template-areas:"media copy total" "media copy remove";padding:18px 24px 20px;column-gap:14px;row-gap:4px}
.frontend-theme-art-studio-next .mm-cart-mini-media{width:78px;height:104px;padding:8px;overflow:hidden;place-items:center}
.frontend-theme-art-studio-next .mm-cart-mini-media>img{display:block;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}
.frontend-theme-art-studio-next .mm-cart-mini-copy{padding-top:0}
.frontend-theme-art-studio-next .mm-cart-mini-copy>a{font-size:14px;line-height:1.35}
.frontend-theme-art-studio-next .mm-cart-product-meta{margin-top:7px;gap:3px}
.frontend-theme-art-studio-next .mm-cart-product-meta p{justify-content:flex-start;gap:8px;font-size:11px}
.frontend-theme-art-studio-next .mm-cart-product-meta p>strong{font-weight:500}
.frontend-theme-art-studio-next .mm-cart-qty{width:92px;height:34px;margin-top:10px;grid-template-columns:28px 1fr 28px;border-radius:5px}
.frontend-theme-art-studio-next .mm-cart-qty button{width:28px;height:32px;border:0;border-radius:0;font-size:16px}
.frontend-theme-art-studio-next .mm-cart-qty span{height:32px;min-width:0;font-size:12px}
.frontend-theme-art-studio-next .mm-cart-remove button{min-height:28px;font-size:11px}
.frontend-theme-art-studio-next .mm-cart-mini-total{gap:2px}
.frontend-theme-art-studio-next .mm-cart-mini-total strong{font-size:14px}
.frontend-theme-art-studio-next .cart-item-image,.frontend-theme-art-studio-next .checkout-item-mini img{object-fit:contain}

/* Keep the product-type badge readable in the new checkout summary. The
   shared commerce stylesheet colors all summary text black, which otherwise
   overrides the badge's intended light text on its dark background. */
body.frontend-theme-art-studio-next.commerce-page
.checkout-item-mini .commerce-product-kind {
  color: #ffffff !important;
  background: #0b0b0b;
  border-color: #0b0b0b;
}
.frontend-theme-art-studio-next .commerce-page .cart-item-image{background:transparent;border-radius:0}
@media(max-width:920px){.frontend-theme-art-studio-next .mm-cart-mini{grid-template-columns:64px minmax(0,1fr) auto;padding:16px 20px 18px;column-gap:12px}.frontend-theme-art-studio-next .mm-cart-mini-media{width:64px;height:88px;padding:7px}}

/* TITIMAP next navigation: one light, shared frame across every storefront page. */
.frontend-theme-art-studio-next {
  --next-canvas-max: 1920px;
  --next-content-max: var(--site-content-max);
  --next-gutter: var(--site-content-gutter);
  --mm-max: var(--next-content-max);
  --mm-pad: var(--next-gutter);
  --mm-bg: #fafaf8;
  --mm-surface: #ffffff;
  --mm-soft: #f3f4f1;
  --mm-hover: #f3f4f1;
  --mm-text: #171717;
  --mm-muted: #626262;
  --mm-line: #e2e3df;
  --mm-strong-line: #c9cbc5;
  --mm-inverse: #171717;
  --mm-inverse-text: #ffffff;
  background: var(--mm-bg);
}

.frontend-theme-art-studio-next .next-container {
  width: var(--site-content-width);
  max-width: var(--next-content-max);
  margin-right: auto;
  margin-left: auto;
}

.frontend-theme-art-studio-next .mm-header {
  position: sticky;
  top: 0;
  z-index: 4000;
  color: var(--mm-text);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--mm-line);
  backdrop-filter: blur(12px);
  text-transform: none;
}

.frontend-theme-art-studio-next .mm-announcement {
  display: block;
  height: 36px;
  color: var(--mm-text);
  background: var(--mm-soft);
  border-bottom: 1px solid var(--mm-line);
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
.frontend-theme-art-studio-next .mm-announcement-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.frontend-theme-art-studio-next .mm-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--mm-text);
  font-size: 11px;
  font-weight: 600;
}
.frontend-theme-art-studio-next .mm-announcement a .ui-icon { width: 13px; height: 13px; transition: transform 220ms ease; }
.frontend-theme-art-studio-next .mm-announcement a:hover .ui-icon { transform: translate(3px, -2px); }

.frontend-theme-art-studio-next .mm-header-bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  width: var(--site-content-width);
  max-width: var(--next-content-max);
  height: 82px;
  padding: 0;
  align-items: center;
  gap: 28px;
  background: transparent;
}
.frontend-theme-art-studio-next .mm-brand-cell,
.frontend-theme-art-studio-next .mm-desktop-nav,
.frontend-theme-art-studio-next .mm-header-actions { height: 82px; }
.frontend-theme-art-studio-next .mm-brand-cell { grid-column: 2; grid-row: 1; padding: 0; gap: 14px; justify-content: center; }
.frontend-theme-art-studio-next .mm-logo { color: var(--mm-text); font-family: Inter, "Noto Sans SC", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: .08em !important; text-transform: uppercase; }
.frontend-theme-art-studio-next .mm-desktop-nav { grid-column: 1; grid-row: 1; justify-content: flex-start; gap: clamp(18px, 2.5vw, 38px); padding: 0; border: 0; }
.frontend-theme-art-studio-next .mm-desktop-nav :is(a, button) { height: 82px; color: var(--mm-muted); font-size: 14px; font-weight: 500; }
.frontend-theme-art-studio-next .mm-desktop-nav :is(a, button):hover,
.frontend-theme-art-studio-next .mm-desktop-nav :is(a, button)[aria-expanded="true"],
.frontend-theme-art-studio-next .mm-desktop-nav :is(a, button)[aria-current="page"] { color: var(--mm-text); }
.frontend-theme-art-studio-next .mm-header-actions { grid-column: 3; grid-row: 1; gap: 14px; padding: 0; border: 0; }
.frontend-theme-art-studio-next .mm-header-actions :is(.mm-account-link, .mm-language, .mm-currency-form) { color: var(--mm-muted); font-size: 13px; }
.frontend-theme-art-studio-next .mm-currency-form,
.frontend-theme-art-studio-next .mm-currency-form select,
.frontend-theme-art-studio-next .mm-account-link,
.frontend-theme-art-studio-next .mm-language { height: 44px; }
.frontend-theme-art-studio-next .mm-cart-trigger { position: relative; display: inline-grid; width: 44px; min-width: 44px; min-height: 44px; padding: 0; color: var(--mm-text); background: transparent; border: 1px solid transparent; border-radius: 6px; place-items: center; }
.frontend-theme-art-studio-next .mm-cart-trigger .ui-icon { width: 20px; height: 20px; }
.frontend-theme-art-studio-next .mm-cart-trigger b { position: absolute; top: 4px; right: 3px; display: grid; min-width: 16px; height: 16px; padding: 0 4px; place-items: center; color: #ffffff; background: var(--mm-accent, #b7654b); border: 1px solid var(--mm-surface); border-radius: 999px; font-size: 10px; font-weight: 600; line-height: 1; }
.frontend-theme-art-studio-next .mm-cart-trigger:hover { color: var(--mm-text); background: var(--mm-soft); border-color: var(--mm-line); }

.frontend-theme-art-studio-next .mm-mega-menu {
  top: 100%;
  right: 0;
  left: 0;
  max-height: min(760px, calc(100vh - 118px));
  overflow-y: auto;
  color: var(--mm-text);
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid var(--mm-line);
  border-bottom: 1px solid var(--mm-line);
  box-shadow: 0 18px 40px rgba(23, 23, 23, .08);
}
.frontend-theme-art-studio-next .mm-mega-inner--dynamic { width: var(--site-content-width); max-width: var(--next-content-max); padding: 38px 0 42px; }
.frontend-theme-art-studio-next .mm-mega-intro { padding-right: 34px; }
.frontend-theme-art-studio-next .mm-mega-intro h2 { font-size: clamp(28px, 3vw, 46px); line-height: 1.12; }
.frontend-theme-art-studio-next .mm-mega-intro > p:not(.eyebrow) { font-size: 14px; line-height: 1.7; }
.frontend-theme-art-studio-next .mm-mega-index { display: inline-block; margin-right: 10px; color: var(--mm-accent, #b7654b); font-variant-numeric: tabular-nums; }
.frontend-theme-art-studio-next .mm-mega-card-media { background: var(--mm-soft); }
.frontend-theme-art-studio-next .mm-mega-card > strong { font-size: 15px; font-weight: 600; }
.frontend-theme-art-studio-next .mm-mega-card > span:last-child { font-size: 12px; }

/* Keep the storefront light even when a previous session stored a dark preference. */
html.art-dark-pending { color-scheme: light; }
body.frontend-theme-art-studio-next.dark-theme {
  --mm-bg: #fafaf8 !important;
  --mm-surface: #ffffff !important;
  --mm-soft: #f3f4f1 !important;
  --mm-hover: #f3f4f1 !important;
  --mm-text: #171717 !important;
  --mm-muted: #626262 !important;
  --mm-line: #e2e3df !important;
  --mm-strong-line: #c9cbc5 !important;
  --mm-inverse: #171717 !important;
  --mm-inverse-text: #ffffff !important;
}

@media (max-width: 920px) {
  .frontend-theme-art-studio-next { --next-gutter: var(--site-content-gutter); }
  .frontend-theme-art-studio-next .mm-announcement { height: 26px; font-size: 10px; }
  .frontend-theme-art-studio-next .mm-announcement-inner { justify-content: space-between; gap: 10px; }
  .frontend-theme-art-studio-next .mm-announcement a { font-size: 10px; }
  .frontend-theme-art-studio-next .mm-header-bar { width: var(--site-content-width); height: 54px; }
  .frontend-theme-art-studio-next .mm-brand-cell,
  .frontend-theme-art-studio-next .mm-header-actions { height: 54px; }
  .frontend-theme-art-studio-next .mm-header-bar { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
  .frontend-theme-art-studio-next .mm-brand-cell { grid-column: 2; grid-row: 1; justify-content: center; }
  .frontend-theme-art-studio-next .mm-header-actions { grid-column: 3; grid-row: 1; }
  .frontend-theme-art-studio-next .mm-menu-trigger { display: inline-grid; width: 44px; height: 44px; }
  .frontend-theme-art-studio-next .mm-brand-cell .mm-menu-trigger { position: absolute; left: 0; }
  .frontend-theme-art-studio-next .mm-logo { font-size: 18px; }
  .frontend-theme-art-studio-next .mm-header-actions > :not(.mm-cart-trigger) { display: none; }
  .frontend-theme-art-studio-next .mm-cart-trigger { min-width: 44px; padding: 0; }
  .frontend-theme-art-studio-next .mm-mega-menu { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .frontend-theme-art-studio-next .mm-announcement a .ui-icon { transition: none; }
}

/* Image-free editorial mega menu. */
.frontend-theme-art-studio-next .mm-mega-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; padding-left: 34px; }
.frontend-theme-art-studio-next .mm-mega-card {
  position: relative;
  display: grid;
  min-height: 112px;
  padding: 18px 30px 18px 0;
  align-content: start;
  border-bottom: 1px solid var(--mm-line);
  opacity: 0;
  transform: translateY(12px);
}
.frontend-theme-art-studio-next .mm-mega-card:nth-last-child(-n+3) { border-bottom: 0; }
.frontend-theme-art-studio-next .mm-mega-menu.open .mm-mega-card { opacity: 1; transform: none; }
.frontend-theme-art-studio-next .mm-mega-card-index { color: var(--mm-accent, #b7654b); font-size: 11px; font-variant-numeric: tabular-nums; line-height: 1.2; }
.frontend-theme-art-studio-next .mm-mega-card > strong { margin-top: 10px; color: var(--mm-text); font-size: 15px; font-weight: 600; line-height: 1.35; }
.frontend-theme-art-studio-next .mm-mega-card > span:last-of-type { margin-top: 6px; color: var(--mm-muted); font-size: 12px; line-height: 1.55; }
.frontend-theme-art-studio-next .mm-mega-card > i { position: absolute; right: 0; bottom: 18px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--mm-text); border: 1px solid var(--mm-line); border-radius: 50%; opacity: 0; transform: translate(-5px, 4px); transition: opacity 220ms ease, transform 280ms ease, background-color 220ms ease; }
.frontend-theme-art-studio-next .mm-mega-card > i .ui-icon { width: 14px; height: 14px; }
.frontend-theme-art-studio-next .mm-mega-card:hover > strong,
.frontend-theme-art-studio-next .mm-mega-card:focus-visible > strong { color: var(--mm-accent, #b7654b); }
.frontend-theme-art-studio-next .mm-mega-card:hover > i,
.frontend-theme-art-studio-next .mm-mega-card:focus-visible > i { opacity: 1; transform: none; background: var(--mm-soft); }

/* Light shopping-bag drawer and compact commerce controls. */
.frontend-theme-art-studio-next .mm-cart-drawer { width: min(460px, 100%); color: var(--mm-text); background: var(--mm-surface); border-left: 1px solid var(--mm-line); box-shadow: -18px 0 42px rgba(23, 23, 23, .1); }
.frontend-theme-art-studio-next .mm-cart-drawer-head { min-height: 94px; padding: 26px 30px 20px; border-bottom: 1px solid var(--mm-line); }
.frontend-theme-art-studio-next .mm-cart-drawer h2 { color: var(--mm-text); font-size: 22px; font-weight: 600; }
.frontend-theme-art-studio-next .mm-cart-drawer h2 span { color: var(--mm-muted); font-size: 13px; font-weight: 400; }
.frontend-theme-art-studio-next .mm-cart-close { width: 44px; height: 44px; flex-basis: 44px; color: var(--mm-text); background: transparent; border-color: var(--mm-line); border-radius: 6px; }
.frontend-theme-art-studio-next .mm-cart-close:hover { color: var(--mm-text); background: var(--mm-soft); border-color: var(--mm-strong-line); }
.frontend-theme-art-studio-next .mm-cart-mini { grid-template-columns: 88px minmax(0, 1fr) auto; grid-template-areas: "media copy total" "media remove total"; min-height: 0; padding: 22px 30px; column-gap: 16px; row-gap: 9px; border-top-color: var(--mm-line); }
.frontend-theme-art-studio-next .mm-cart-mini-media { width: 88px; height: 112px; padding: 12px 10px; background: var(--mm-soft); border-radius: 0; }
.frontend-theme-art-studio-next .mm-cart-mini-copy > a { color: var(--mm-text); font-size: 14px; font-weight: 500; line-height: 1.4; }
.frontend-theme-art-studio-next .mm-cart-product-meta { margin-top: 8px; }
.frontend-theme-art-studio-next .mm-cart-product-meta p { color: var(--mm-muted); font-size: 12px; }
.frontend-theme-art-studio-next .mm-cart-qty { width: 82px; height: 30px; margin-top: 10px; grid-template-columns: 26px 1fr 26px; border-radius: 4px; }
.frontend-theme-art-studio-next .mm-cart-qty button { width: 26px; height: 28px; color: var(--mm-text); background: var(--mm-surface); border: 1px solid var(--mm-line); border-radius: 4px; font-size: 15px; }
.frontend-theme-art-studio-next .mm-cart-qty button:hover:not(:disabled) { background: var(--mm-soft); border-color: var(--mm-strong-line); }
.frontend-theme-art-studio-next .mm-cart-qty span { height: 28px; min-width: 0; color: var(--mm-text); font-size: 12px; }
.frontend-theme-art-studio-next .mm-cart-remove button { display: inline-flex; min-height: 44px; padding: 0; align-items: center; gap: 6px; color: var(--mm-muted); border: 0; font-size: 12px; }
.frontend-theme-art-studio-next .mm-cart-remove button:hover { color: var(--mm-error); }
.frontend-theme-art-studio-next .mm-cart-remove button .ui-icon { width: 16px; height: 16px; }
.frontend-theme-art-studio-next .mm-cart-remove button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.frontend-theme-art-studio-next .mm-cart-mini-total span { color: var(--mm-muted); font-size: 11px; text-transform: none; }
.frontend-theme-art-studio-next .mm-cart-mini-total strong { color: var(--mm-text); font-size: 15px; }
.frontend-theme-art-studio-next .mm-cart-drawer-foot { padding: 0 30px 26px; background: var(--mm-surface); border-top-color: var(--mm-line); }
.frontend-theme-art-studio-next .mm-cart-shipping-line,
.frontend-theme-art-studio-next .mm-cart-subtotal { min-height: 58px; color: var(--mm-text); border-bottom-color: var(--mm-line); font-size: 13px; }
.frontend-theme-art-studio-next .mm-cart-subtotal strong { font-size: 18px; }
.frontend-theme-art-studio-next .mm-cart-drawer-foot > p { margin: 16px 0 20px; color: var(--mm-muted); font-size: 12px; }
.frontend-theme-art-studio-next .mm-cart-actions { gap: 12px; }
.frontend-theme-art-studio-next .mm-cart-actions .mm-primary-button,
.frontend-theme-art-studio-next .mm-cart-actions .mm-secondary-button { min-height: 48px; width: 100%; border-radius: 6px; font-size: 14px; }
.frontend-theme-art-studio-next .mm-cart-actions .mm-primary-button { color: var(--mm-text); background: var(--mm-surface); border: 1px solid var(--mm-text); }
.frontend-theme-art-studio-next .mm-cart-actions .mm-primary-button:hover { color: var(--mm-inverse-text); background: var(--mm-text); border-color: var(--mm-text); }
.frontend-theme-art-studio-next .mm-cart-actions .mm-secondary-button { color: var(--mm-text); background: var(--mm-soft); border: 1px solid var(--mm-line); }
.frontend-theme-art-studio-next .mm-cart-actions .mm-secondary-button:hover { background: var(--mm-hover); border-color: var(--mm-strong-line); }
.frontend-theme-art-studio-next .mm-cart-empty { min-height: 320px; }
.frontend-theme-art-studio-next .mm-cart-empty-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--mm-muted); border: 1px solid var(--mm-line); border-radius: 50%; }
.frontend-theme-art-studio-next .mm-cart-empty-icon .ui-icon { width: 22px; height: 22px; }
.frontend-theme-art-studio-next .mm-cart-empty h3 { margin-top: 18px; font-size: 18px; }
.frontend-theme-art-studio-next .mm-cart-empty .mm-secondary-button { width: auto; min-height: 44px; margin-top: 22px; padding: 0 16px; }

@media (max-width: 1200px) and (min-width: 921px) {
  .frontend-theme-art-studio-next .mm-mega-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .frontend-theme-art-studio-next .mm-mega-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--mm-line); }
  .frontend-theme-art-studio-next .mm-mega-card:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 920px) {
  .frontend-theme-art-studio-next .mm-cart-drawer { top: 0; right: 0; bottom: 0; width: 100%; height: 100dvh; max-height: 100dvh; border-top: 1px solid var(--mm-line); border-left: 0; border-radius: 0; clip-path: inset(100% 0 0 0); }
  .frontend-theme-art-studio-next .mm-cart-drawer.is-open { clip-path: inset(0); }
  .frontend-theme-art-studio-next .mm-cart-drawer-head { min-height: 48px; padding: 10px 18px 8px; }
  .frontend-theme-art-studio-next .mm-cart-close { width: 24px; height: 24px; flex-basis: 24px; }
  .frontend-theme-art-studio-next .mm-cart-close .ui-icon { width: 12px; height: 12px; }
  .frontend-theme-art-studio-next .mm-cart-mini { grid-template-columns: 72px minmax(0, 1fr) auto; padding: 18px 20px; column-gap: 14px; }
  .frontend-theme-art-studio-next .mm-cart-mini-media { width: 72px; height: 92px; }
  .frontend-theme-art-studio-next .mm-cart-qty { width: 62px; height: 24px; margin-top: 8px; grid-template-columns: 20px 1fr 20px; border: 1px solid var(--mm-line); border-radius: 6px; overflow: hidden; background: var(--mm-surface); }
  .frontend-theme-art-studio-next .mm-cart-qty button { width: 20px; height: 22px; color: var(--mm-text); background: transparent; border: 0; border-radius: 0; font-size: 14px; }
  .frontend-theme-art-studio-next .mm-cart-qty button:hover:not(:disabled) { color: var(--mm-text); background: var(--mm-soft); }
  .frontend-theme-art-studio-next .mm-cart-qty span { height: 22px; color: var(--mm-text); font-size: 12px; }
  .frontend-theme-art-studio-next .mm-cart-drawer-foot { padding: 0 20px 20px; }
  .frontend-theme-art-studio-next .mm-cart-shipping-line,
  .frontend-theme-art-studio-next .mm-cart-subtotal { min-height: 38px; font-size: 12px; }
  .frontend-theme-art-studio-next .mm-cart-subtotal strong { font-size: 16px; }
  .frontend-theme-art-studio-next .mm-cart-actions { margin-top: 14px; }
  .frontend-theme-art-studio-next .mm-cart-actions .mm-primary-button { color: #fff; background: #171717; border-color: #171717; }
  .frontend-theme-art-studio-next .mm-cart-actions .mm-primary-button:hover { color: #fff; background: #000; border-color: #000; }
}

/* Final cart drawer layout: artwork owns its border, while controls stay compact. */
.frontend-theme-art-studio-next .mm-cart-mini {
  grid-template-columns: 78px minmax(0, 1fr) auto;
  grid-template-areas:
    "media copy total"
    "media copy remove";
  padding: 18px 24px 20px;
  column-gap: 14px;
  row-gap: 4px;
}
.frontend-theme-art-studio-next .mm-cart-mini-media {
  width: 78px;
  height: 104px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  place-items: center;
}
.frontend-theme-art-studio-next .mm-cart-mini-media > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  box-sizing: border-box;
  object-fit: contain;
  border: 1px solid var(--mm-line);
}
.frontend-theme-art-studio-next .mm-cart-remove {
  grid-area: remove;
  justify-self: end;
  align-self: end;
}
.frontend-theme-art-studio-next .mm-cart-remove button { min-height: 28px; }

/* Desktop cart line-item: tidy alignment + consistent type scale. */
@media (min-width: 921px) {
  .frontend-theme-art-studio-next .mm-cart-mini {
    grid-template-columns: 88px minmax(0, 1fr) auto;
    grid-template-areas:
      "media copy total"
      "media copy remove";
    padding: 20px 24px;
    column-gap: 18px;
    row-gap: 12px;
    align-items: start;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-media {
    width: 88px;
    height: 112px;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-media > img { max-height: 108px; }
  .frontend-theme-art-studio-next .mm-cart-mini-copy > a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  .frontend-theme-art-studio-next .mm-cart-product-meta {
    margin-top: 8px;
    gap: 4px;
  }
  .frontend-theme-art-studio-next .mm-cart-product-meta p {
    justify-content: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.45;
  }
  .frontend-theme-art-studio-next .mm-cart-product-meta p > strong { font-weight: 500; }
  .frontend-theme-art-studio-next .mm-cart-qty {
    width: 78px;
    height: 28px;
    margin-top: 12px;
    grid-template-columns: 24px 1fr 24px;
    border: 1px solid var(--mm-line);
    border-radius: 6px;
    overflow: hidden;
    background: var(--mm-surface);
  }
  .frontend-theme-art-studio-next .mm-cart-qty button {
    width: 24px;
    height: 26px;
    color: var(--mm-text);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 15px;
  }
  .frontend-theme-art-studio-next .mm-cart-qty button:hover:not(:disabled) { background: var(--mm-soft); }
  .frontend-theme-art-studio-next .mm-cart-qty span {
    height: 26px;
    color: var(--mm-text);
    font-size: 12px;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-total {
    display: grid;
    align-content: start;
    justify-items: end;
    gap: 2px;
    padding-top: 0;
    border-top: 0;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-total span { font-size: 11px; }
  .frontend-theme-art-studio-next .mm-cart-mini-total strong { font-size: 16px; }
  .frontend-theme-art-studio-next .mm-cart-remove { align-self: end; }
}

@media (max-width: 920px) {
  .frontend-theme-art-studio-next .mm-cart-mini {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    grid-template-areas:
      "media copy total"
      "media copy remove";
    padding: 16px 20px;
    column-gap: 14px;
    row-gap: 10px;
    align-items: start;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-media {
    width: 64px;
    height: 88px;
    padding: 0;
    background: transparent;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-media > img { max-height: 84px; }
  .frontend-theme-art-studio-next .mm-cart-mini-copy > a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
  }
  .frontend-theme-art-studio-next .mm-cart-product-meta {
    margin-top: 6px;
    gap: 3px;
  }
  .frontend-theme-art-studio-next .mm-cart-product-meta p {
    justify-content: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
  .frontend-theme-art-studio-next .mm-cart-product-meta p > strong { font-weight: 500; }
  .frontend-theme-art-studio-next .mm-cart-mini-total {
    display: grid;
    align-content: start;
    justify-items: end;
    gap: 2px;
    padding-top: 0;
    border-top: 0;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-total span { font-size: 11px; }
  .frontend-theme-art-studio-next .mm-cart-mini-total strong { font-size: 16px; }
  .frontend-theme-art-studio-next .mm-cart-remove { align-self: end; }
}

/* Editorial catalog refresh. */
body.frontend-theme-art-studio-next.typeui-catalog-page { --catalog-accent: #b7654b; --catalog-cool: #3c7378; --catalog-wash: #f2f4ef; background: #fafaf8; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-root { width: 100%; max-width: none; background: #fafaf8; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro { position: relative; overflow: hidden; background: var(--catalog-wash); border-bottom: 1px solid var(--mm-line); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--catalog-accent); transform: scaleX(.16); transform-origin: left center; transition: transform 700ms cubic-bezier(.16,1,.3,1); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro:hover::after { transform: scaleX(.42); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner { width: var(--site-content-width); max-width: var(--site-content-max); padding: 72px 0 48px; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-breadcrumb { margin-bottom: 48px; color: var(--mm-muted); font-size: 12px; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-breadcrumb span[aria-hidden="true"] { color: var(--catalog-accent); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-kicker { display: inline-flex; margin: 0 0 18px; color: var(--catalog-accent); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 { max-width: 940px; margin: 0; color: #171717; font-size: 72px; font-weight: 500; line-height: .98; letter-spacing: 0; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-lead { max-width: 650px; margin: 22px 0 0; color: #5e625e; font-size: 16px; line-height: 1.75; }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-toolbar { width: var(--site-content-width); max-width: var(--site-content-max); margin-top: 44px; background: #fff; border: 1px solid #dfe3dc; border-radius: 4px; box-shadow: 0 12px 28px rgba(23,35,30,.06); transition: border-color 220ms ease, box-shadow 220ms ease; }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-toolbar:focus-within { border-color: var(--catalog-cool); box-shadow: 0 14px 34px rgba(23,35,30,.1); }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-filters summary { display: flex; min-height: 64px; padding: 0 20px; align-items: center; justify-content: space-between; color: #171717; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; list-style: none; }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-filters summary::-webkit-details-marker { display: none; }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-filters summary::after { color: var(--catalog-accent); content: "+"; font-size: 20px; font-weight: 400; transition: transform 220ms ease; }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-filters[open] summary::after { transform: rotate(45deg); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-search-field:focus-within,
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-toolbar-control:focus-within { box-shadow: inset 0 0 0 2px var(--catalog-cool); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-result-count strong { color: var(--catalog-accent); font-size: 22px; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-results { width: var(--site-content-width); max-width: var(--site-content-max); padding: 56px 0 120px; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; border: 0; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card { --card-accent: var(--catalog-accent); position: relative; overflow: hidden; background: #fff; border: 1px solid #dfe3dc; border-radius: 2px; box-shadow: 0 8px 18px rgba(23,35,30,.025); animation: catalog-card-rise 620ms cubic-bezier(.16,1,.3,1) both; transition: border-color 220ms ease, box-shadow 280ms ease, transform 280ms cubic-bezier(.16,1,.3,1); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:nth-child(even) { --card-accent: var(--catalog-cool); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:nth-child(2) { animation-delay: 60ms; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:nth-child(3) { animation-delay: 120ms; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:nth-child(4) { animation-delay: 180ms; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card::before { position: absolute; top: 0; left: 0; z-index: 2; width: 3px; height: 0; content: ""; background: var(--card-accent); transition: height 320ms cubic-bezier(.16,1,.3,1); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover,
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible { border-color: var(--card-accent); box-shadow: 0 18px 36px rgba(23,35,30,.12); transform: translateY(-6px); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover::before,
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible::before { height: 100%; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-media { aspect-ratio: 4 / 5; background: var(--catalog-wash); border-bottom: 1px solid #dfe3dc; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-article-catalog .typeui-boundary-grid .catalog-card:first-child { grid-column: span 2; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-article-catalog .typeui-boundary-grid .catalog-card-media { aspect-ratio: 16 / 10; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-media img { transition: transform 700ms cubic-bezier(.16,1,.3,1), filter 320ms ease; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover .catalog-card-media img,
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible .catalog-card-media img { filter: saturate(1.05) contrast(1.02); transform: scale(1.045); }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy { min-height: 144px; padding: 20px 20px 22px; background: #fff; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-article-catalog .typeui-boundary-grid .catalog-card-copy { min-height: 168px; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy h2 { font-size: 18px; font-weight: 600; line-height: 1.35; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-category,
body.frontend-theme-art-studio-next.typeui-catalog-page .catalog-card-meta,
body.frontend-theme-art-studio-next.typeui-catalog-page .catalog-card-date { color: #737872; font-size: 11px; letter-spacing: .04em; }
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-price { color: var(--card-accent); font-size: 15px; }
body.frontend-theme-art-studio-next.typeui-catalog-page .mm-card-action { display: inline-flex; margin-top: auto; color: var(--card-accent); font-size: 11px; font-weight: 700; letter-spacing: .06em; opacity: .72; transition: opacity 220ms ease, transform 220ms ease; }
body.frontend-theme-art-studio-next.typeui-catalog-page .catalog-card:hover .mm-card-action,
body.frontend-theme-art-studio-next.typeui-catalog-page .catalog-card:focus-visible .mm-card-action { opacity: 1; transform: translateX(5px); }
@keyframes catalog-card-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1200px) { body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 { font-size: 60px; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 920px) { body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner, body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-results, body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-toolbar { width: calc(100% - 40px); } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner { padding: 56px 0 38px; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 { font-size: 50px; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-article-catalog .typeui-boundary-grid .catalog-card:first-child { grid-column: span 1; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-results { padding: 38px 0 80px; } }
@media (max-width: 560px) { body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner, body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-results, body.frontend-theme-art-studio-next.typeui-catalog-page .mm-catalog-toolbar { width: calc(100% - 32px); } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 { font-size: 42px; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-lead { font-size: 14px; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid.catalog-grid { grid-template-columns: 1fr; gap: 14px; } body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy { min-height: 132px; padding: 18px; } }
@media (prefers-reduced-motion: reduce) { body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card, body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-boundary-grid .catalog-card-media img, body.frontend-theme-art-studio-next.typeui-catalog-page .mm-card-action, body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro::after { animation: none; transition: none; } }

/* Mobile type scale: keep the next template calm and consistent across pages. */
@media (max-width: 920px) {
  .frontend-theme-art-studio-next {
    font-size: 15px;
    line-height: 1.6;
  }
  .frontend-theme-art-studio-next .mm-mobile-nav > a,
  .frontend-theme-art-studio-next .mm-mobile-nav > details > summary {
    font-size: 20px;
  }
  .frontend-theme-art-studio-next .typeui-catalog-intro h1,
  .frontend-theme-art-studio-next .product-hero h1,
  .frontend-theme-art-studio-next .page-head h1,
  .frontend-theme-art-studio-next .article-detail-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }
  .frontend-theme-art-studio-next .product-hero .hero-copy,
  .frontend-theme-art-studio-next .page-head p:not(.eyebrow),
  .frontend-theme-art-studio-next .article-detail-hero p:last-child,
  .frontend-theme-art-studio-next .article-body p {
    font-size: 15px;
    line-height: 1.7;
  }
  .frontend-theme-art-studio-next .catalog-card-copy h2 {
    font-size: 15px;
    line-height: 1.4;
  }
  .frontend-theme-art-studio-next .catalog-card-category,
  .frontend-theme-art-studio-next .catalog-card-summary,
  .frontend-theme-art-studio-next .catalog-card-price {
    font-size: 13px;
  }
  .frontend-theme-art-studio-next .panel-label,
  .frontend-theme-art-studio-next :is(.typeui-kicker, .eyebrow, .home-kicker) {
    font-size: 11px;
  }
  .frontend-theme-art-studio-next :is(.mm-primary-button, .mm-secondary-button, .commerce-page .button, .commerce-page .btn) {
    min-height: 44px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.25;
  }
  .frontend-theme-art-studio-next .mm-cart-drawer h2 {
    font-size: 16px;
  }
  .frontend-theme-art-studio-next .mm-cart-mini-copy > a {
    font-size: 15px;
  }
  .frontend-theme-art-studio-next .mm-cart-actions .mm-primary-button,
  .frontend-theme-art-studio-next .mm-cart-actions .mm-secondary-button {
    min-height: 32px;
  }
  .frontend-theme-art-studio-next .mm-footer-newsletter h2 {
    font-size: 24px;
  }
  .frontend-theme-art-studio-next .mm-footer-links a,
  .frontend-theme-art-studio-next .mm-footer-brand-copy p {
    font-size: 13px;
  }
}

@media (max-width: 920px) {
  .frontend-theme-art-studio-next .wall-simulator {
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }
  .frontend-theme-art-studio-next .wall-sim-section-title,
  .frontend-theme-art-studio-next .wall-sim-scale,
  .frontend-theme-art-studio-next .wall-sim-selected-empty,
  .frontend-theme-art-studio-next .wall-sim-selected-form label span,
  .frontend-theme-art-studio-next .wall-sim-fields label span {
    font-size: 11px;
  }
  .frontend-theme-art-studio-next .wall-sim-control,
  .frontend-theme-art-studio-next .wall-sim-action,
  .frontend-theme-art-studio-next .wall-sim-tabs button,
  .frontend-theme-art-studio-next .wall-sim-toggle {
    font-size: 13px;
  }
  .frontend-theme-art-studio-next .wall-simulator input {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .frontend-theme-art-studio-next .typeui-catalog-intro h1,
  .frontend-theme-art-studio-next .product-hero h1,
  .frontend-theme-art-studio-next .page-head h1,
  .frontend-theme-art-studio-next .article-detail-hero h1 {
    font-size: 36px;
  }
  .frontend-theme-art-studio-next .product-hero .hero-copy,
  .frontend-theme-art-studio-next .page-head p:not(.eyebrow),
  .frontend-theme-art-studio-next .article-detail-hero p:last-child,
  .frontend-theme-art-studio-next .article-body p {
    font-size: 15px;
  }
}

@media (max-width: 920px) {
  body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 {
    font-size: 38px;
    line-height: 1.08;
  }
}

/* Product catalog reference grid: keep the artwork columns and their borders exact. */
body.frontend-theme-art-studio-next.typeui-product-catalog {
  --catalog-grid-line: #e7e7e7;
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-root,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-results {
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--catalog-grid-line);
  border-left: 1px solid var(--catalog-grid-line);
}
body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid .catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  color: var(--mm-text);
  background: #ffffff;
  border: 0;
  border-right: 1px solid var(--catalog-grid-line);
  border-bottom: 1px solid var(--catalog-grid-line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
  animation: none;
  transition: background-color 180ms ease;
}
body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid .catalog-card:hover,
body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid .catalog-card:focus-visible {
  border-right-color: var(--catalog-grid-line);
  border-bottom-color: var(--catalog-grid-line);
  background: #ffffff;
  box-shadow: none;
  transform: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid .catalog-card::before { display: none; }
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-media {
  aspect-ratio: auto;
  padding: 36px 36px 0;
  background: #ffffff;
  border: 0;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 6px;
  filter: none;
  transform: none;
  transition: filter 180ms ease;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover .catalog-card-media img,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible .catalog-card-media img {
  filter: brightness(.98);
  transform: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid .catalog-card-badge {
  top: 42px;
  left: 42px;
  padding: 4px 7px;
  color: #666666;
  background: rgba(230, 233, 234, .92);
  border: 0;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy {
  display: flex;
  min-height: 132px;
  padding: 12px 36px 34px;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .mm-catalog-card-title {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy h2 {
  min-width: 0;
  margin: 0;
  color: var(--mm-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-price {
  flex: 0 0 auto;
  color: var(--mm-text);
  font-family: "DM Sans Local", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-category {
  color: var(--mm-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .mm-card-action {
  display: inline-flex;
  width: fit-content;
  min-height: 18px;
  margin-top: 10px;
  padding: 3px 6px;
  align-items: center;
  color: #ffffff;
  background: var(--mm-text);
  border-radius: 3px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em !important;
  line-height: 1;
  opacity: 1;
  transform: none;
  transition: background-color 180ms ease;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover .mm-card-action,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible .mm-card-action {
  opacity: 1;
  transform: none;
  background: #3e3e3e;
}
@media (max-width: 920px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-media { padding: 24px 24px 0; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-badge { top: 30px; left: 30px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy { padding-right: 24px; padding-bottom: 28px; padding-left: 24px; }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog .typeui-boundary-grid.catalog-grid { grid-template-columns: 1fr; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-media { padding: 20px 20px 0; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-badge { top: 26px; left: 26px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-copy { padding-right: 20px; padding-bottom: 24px; padding-left: 20px; }
}

/* Product catalog header: the title area shares the same continuous boundary grid. */
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro {
  position: relative;
  overflow: hidden;
  padding: 0 var(--site-content-gutter);
  background: #ffffff;
  border-bottom: 1px solid var(--catalog-grid-line);
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro::after {
  display: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro::before {
  display: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--site-content-max);
  padding: 14px 35px 34px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-breadcrumb {
  margin: 0 0 36px;
  color: #666666;
  font-size: 10px;
  line-height: 1.3;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-breadcrumb span[aria-hidden="true"] {
  color: #8a8a8a;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-kicker,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-lead {
  display: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro h1 {
  max-width: none;
  margin: 0;
  color: #444444;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 24px;
  margin-top: 20px;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar:focus-within {
  border: 0;
  box-shadow: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-filters {
  flex: 0 0 auto;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-filters summary {
  display: inline-flex;
  min-height: 20px;
  padding: 4px 7px;
  align-items: center;
  color: #ffffff;
  background: #242424;
  border-radius: 2px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-filters summary::after {
  display: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-filter-panel {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid var(--catalog-grid-line);
  box-shadow: none;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right {
  display: flex;
  min-width: 0;
  height: 20px;
  margin-left: auto;
  align-items: center;
  gap: 18px;
  color: #666666;
  font-size: 10px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-result-count {
  min-width: auto;
  padding: 0;
  gap: 4px;
  color: #777777;
  font-size: 10px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-result-count strong {
  color: #777777;
  font-size: 10px;
  font-weight: 400;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right > label {
  color: #666666;
  font-size: 10px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right select {
  width: auto;
  min-width: 120px;
  height: 20px;
  min-height: 20px;
  padding: 0 14px 0 0;
  color: #444444;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 10px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-results {
  width: var(--site-content-width);
  max-width: var(--site-content-max);
  padding: 0 0 120px;
}
@media (max-width: 920px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro-inner { padding-right: 24px; padding-left: 24px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro h1 { font-size: 40px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar { align-items: flex-start; flex-direction: column; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right { width: 100%; margin-left: 0; justify-content: space-between; }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro-inner { padding-right: 20px; padding-left: 20px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro h1 { font-size: 36px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right { gap: 10px; }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right select { min-width: 96px; }
}

/* Product catalog type scale: improve legibility without changing the grid geometry. */
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-breadcrumb {
  font-size: 12px;
  line-height: 1.35;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-result-count,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right > label,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-catalog-toolbar-right select {
  font-size: 12px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-result-count strong {
  font-size: 12px;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .catalog-card-copy h2 {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .catalog-card-price {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .catalog-card-category {
  font-size: 12px !important;
  line-height: 1.4 !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .mm-card-action {
  min-height: 20px;
  padding: 4px 7px;
  font-size: 10px !important;
  line-height: 1.1 !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-badge {
  font-size: 11px;
}

/* Article catalog mirrors the product catalog frame and type scale. */
body.frontend-theme-art-studio-next.typeui-article-catalog {
  --catalog-grid-line: #e7e7e7;
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-root,
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-results {
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro {
  position: relative;
  overflow: hidden;
  padding: 0 var(--site-content-gutter);
  background: #ffffff;
  border-bottom: 1px solid var(--catalog-grid-line);
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro::before,
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro::after {
  display: none;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--site-content-max);
  padding: 14px 35px 34px;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-breadcrumb {
  margin: 0 0 36px;
  color: #666666;
  font-size: 12px;
  line-height: 1.35;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-kicker,
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-lead {
  display: none;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro h1 {
  max-width: none;
  margin: 0;
  color: #444444;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 24px;
  margin-top: 20px;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right {
  display: flex;
  min-width: 0;
  height: 20px;
  margin-left: auto;
  align-items: center;
  gap: 18px;
  color: #666666;
  font-size: 12px;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-result-count {
  min-width: auto;
  padding: 0;
  gap: 4px;
  color: #777777;
  font-size: 12px;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-result-count strong,
body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right > label,
body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right select {
  font-size: 12px;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-result-count strong {
  color: #777777;
  font-weight: 400;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right select {
  width: auto;
  min-width: 120px;
  height: 20px;
  min-height: 20px;
  padding: 0 14px 0 0;
  color: #444444;
  background: transparent;
  border: 0;
  border-radius: 0;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-results {
  width: var(--site-content-width);
  max-width: var(--site-content-max);
  padding: 0 0 120px;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--catalog-grid-line);
  border-left: 1px solid var(--catalog-grid-line);
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid .catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: visible;
  color: var(--mm-text);
  background: #ffffff;
  border: 0;
  border-right: 1px solid var(--catalog-grid-line);
  border-bottom: 1px solid var(--catalog-grid-line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
  animation: none;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid .catalog-card:first-child {
  grid-column: auto;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid .catalog-card:hover,
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid .catalog-card:focus-visible {
  border-right-color: var(--catalog-grid-line);
  border-bottom-color: var(--catalog-grid-line);
  background: #ffffff;
  box-shadow: none;
  transform: none;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid .catalog-card-media {
  aspect-ratio: auto !important;
  padding: 36px 36px 0;
  background: #ffffff;
  border: 0;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid .catalog-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  filter: none;
  transform: none;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-copy {
  display: flex;
  min-height: 144px;
  padding: 12px 36px 34px;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-meta {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: var(--mm-muted);
  font-size: 12px;
  line-height: 1.4;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-meta time {
  flex: 0 0 auto;
  white-space: nowrap;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-copy h2 {
  min-width: 0;
  margin: 0;
  color: var(--mm-text);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4 !important;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-summary {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--mm-muted);
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.frontend-theme-art-studio-next.typeui-article-catalog .mm-card-action {
  display: inline-flex;
  width: fit-content;
  min-height: 20px;
  margin-top: auto;
  padding: 4px 7px;
  align-items: center;
  color: #ffffff;
  background: var(--mm-text);
  border-radius: 3px;
  font-size: 10px !important;
  font-weight: 600;
  line-height: 1.1 !important;
}
@media (max-width: 920px) {
  body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro-inner { padding-right: 24px; padding-left: 24px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro h1 { font-size: 40px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-media { padding: 24px 24px 0; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-copy { padding-right: 24px; padding-bottom: 28px; padding-left: 24px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right { width: 100%; justify-content: space-between; }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro-inner { padding-right: 20px; padding-left: 20px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-catalog-intro h1 { font-size: 36px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .typeui-boundary-grid.catalog-grid { grid-template-columns: 1fr; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-media { padding: 20px 20px 0; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .catalog-card-copy { padding-right: 20px; padding-bottom: 24px; padding-left: 20px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right { gap: 10px; }
  body.frontend-theme-art-studio-next.typeui-article-catalog .mm-catalog-toolbar-right select { min-width: 96px; }
}

@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 {
    font-size: 36px;
  }
}

/* Product detail header matches the compact white catalog header. */
body.frontend-theme-art-studio-next.typeui-product-detail-page {
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page main,
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-layout,
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-details,
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-details .container {
  background: #ffffff;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .mm-header {
  background: #ffffff;
  border-bottom-color: #e7e7e7;
  backdrop-filter: none;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero {
  padding: 0 var(--site-content-gutter);
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .container {
  width: 100%;
  max-width: var(--site-content-max);
  padding: 14px 35px 34px;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .mm-product-breadcrumb {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.35;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.4;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .hero-copy {
  max-width: 680px;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-layout {
  border-top: 0;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-details .container {
  width: var(--site-content-width);
  max-width: var(--site-content-max);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 920px) {
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .container { padding-right: 24px; padding-left: 24px; }
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero h1 { font-size: 40px; }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .container { padding-right: 20px; padding-left: 20px; }
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero h1 { font-size: 36px; }
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .hero-copy { font-size: 15px; }
}

/* Reference footer treatment: charcoal canvas, restrained text hierarchy,
   generous link leading, and a filled subscribe control. */
.frontend-theme-art-studio-next .mm-footer {
  color: #f4f4f2;
  background: #1f1e20;
  border-top-color: #2f2f2f;
}
.frontend-theme-art-studio-next .mm-footer-main {
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  padding: 66px 0 58px;
  gap: 0;
}
.frontend-theme-art-studio-next .mm-footer-newsletter {
  min-width: 0;
  padding-right: clamp(44px, 5vw, 84px);
  border-right: 1px solid #303033;
}
.frontend-theme-art-studio-next .mm-footer-newsletter h2 {
  margin-bottom: 30px;
  color: #f4f4f2;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}
.frontend-theme-art-studio-next .mm-footer-newsletter form {
  min-height: 52px;
  border: 1px solid #3b3a3d;
  border-radius: 4px;
  overflow: hidden;
}
.frontend-theme-art-studio-next .mm-footer-newsletter input {
  height: 50px;
  padding: 0 18px;
  color: #f4f4f2;
  font-size: 13px;
}
.frontend-theme-art-studio-next .mm-footer-newsletter input::placeholder { color: #9d9ba0; }
.frontend-theme-art-studio-next .mm-footer-newsletter button {
  min-width: 126px;
  height: 50px;
  padding: 0 18px;
  color: #252427;
  background: #f4f4f2;
  border-left: 1px solid #f4f4f2;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.frontend-theme-art-studio-next .mm-footer-newsletter button:hover {
  color: #1f1e20;
  background: #dcdcdc;
}
.frontend-theme-art-studio-next .mm-footer-right {
  min-width: 0;
  padding-left: clamp(44px, 5vw, 84px);
  gap: 54px;
}
.frontend-theme-art-studio-next .mm-footer-links { gap: clamp(26px, 4vw, 64px); }
.frontend-theme-art-studio-next .mm-footer-links nav { gap: 14px; }
.frontend-theme-art-studio-next .mm-footer-links strong {
  margin-bottom: 6px;
  color: #b9b7bb;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}
.frontend-theme-art-studio-next .mm-footer-links a {
  color: #a4a2a7;
  font-size: 13px;
  line-height: 1.45;
}
.frontend-theme-art-studio-next .mm-footer-links a:hover { color: #f4f4f2; }
.frontend-theme-art-studio-next .mm-footer-brand-row {
  padding-top: 34px;
  border-top-color: #303033;
}
.frontend-theme-art-studio-next .mm-footer-logo {
  color: #f4f4f2;
  font-size: clamp(24px, 2vw, 36px) !important;
  line-height: 1.05;
}
.frontend-theme-art-studio-next .mm-footer-brand-copy p {
  margin-top: 16px;
  color: #9d9ba0;
  font-size: 13px;
  line-height: 1.65;
}
.frontend-theme-art-studio-next .mm-footer-bottom {
  min-height: 66px;
  color: #9d9ba0;
  border-top-color: #303033;
  font-size: 11px;
}
.frontend-theme-art-studio-next .mm-footer-locale :is(span, a),
.frontend-theme-art-studio-next .mm-footer-policies a { color: #b8b6bb; }
.frontend-theme-art-studio-next .mm-footer-policies { gap: 18px; }
.frontend-theme-art-studio-next .mm-footer-copyright { color: #88868b; }

/* Product cards use the same compact dark action pill shown in the reference. */
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-copy {
  gap: 7px;
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-copy h2 {
  line-height: 1.3;
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card-category {
  line-height: 1.35;
}
.frontend-theme-art-studio-next .typeui-boundary-grid .mm-card-action {
  min-height: 22px;
  margin-top: 8px;
  padding: 5px 8px;
  color: #f4f4f2;
  background: #29282a;
  border: 0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card:hover .mm-card-action,
.frontend-theme-art-studio-next .typeui-boundary-grid .catalog-card:focus-visible .mm-card-action {
  color: #1f1e20;
  background: #d8d8d8;
}

@media (max-width: 920px) {
  .frontend-theme-art-studio-next .mm-footer-main { grid-template-columns: 1fr; padding: 48px 0 42px; gap: 42px; }
  .frontend-theme-art-studio-next .mm-footer-newsletter { padding-right: 0; border-right: 0; }
  .frontend-theme-art-studio-next .mm-footer-right { padding-left: 0; gap: 42px; }
  .frontend-theme-art-studio-next .mm-footer-bottom { min-height: 0; padding: 22px 0; gap: 16px; }
}

@media (max-width: 560px) {
  .frontend-theme-art-studio-next .mm-footer-newsletter h2 { font-size: 30px; }
  .frontend-theme-art-studio-next .mm-footer-newsletter button { min-width: 104px; padding: 0 14px; }
  .frontend-theme-art-studio-next .mm-footer-links { gap: 20px; }
  .frontend-theme-art-studio-next .mm-footer-links nav { gap: 11px; }
  .frontend-theme-art-studio-next .mm-footer-brand-row { padding-top: 26px; }
  .frontend-theme-art-studio-next .mm-footer-bottom { padding: 18px 0; }
}

/* Final catalog polish: one divider, two-up mobile grids, and consistent hover actions. */
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid.catalog-grid,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-boundary-grid.catalog-grid {
  border-top: 0;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-media img,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card-media img {
  transition: transform 420ms cubic-bezier(.16,1,.3,1), filter 260ms ease;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover .catalog-card-media img,
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible .catalog-card-media img,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:hover .catalog-card-media img,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-boundary-grid .catalog-card:focus-visible .catalog-card-media img {
  filter: brightness(.98) saturate(1.04);
  transform: scale(1.035) !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid .mm-card-action,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-boundary-grid .mm-card-action {
  min-height: 28px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  line-height: 1.2 !important;
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-boundary-grid.catalog-grid,
  body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-boundary-grid.catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Shared page-header scale: give navigation more breathing room and keep titles compact. */
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner {
  padding-top: 34px;
}
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1 {
  font-size: 40px !important;
  line-height: 1.08;
}
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-lead {
  display: block !important;
  max-width: 700px;
  margin: 10px 0 0;
  color: #6b6b68;
  font-size: 14px;
  line-height: 1.55;
}
body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-breadcrumb {
  margin-bottom: 28px;
}
body.frontend-theme-art-studio-next .product-hero .container {
  padding-top: 34px;
  padding-bottom: 32px;
}
body.frontend-theme-art-studio-next .product-hero h1 {
  font-size: 40px;
  line-height: 1.08;
}
body.frontend-theme-art-studio-next .product-hero .hero-copy {
  max-width: 700px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}
body.frontend-theme-art-studio-next .page-head {
  padding-top: 34px;
}
body.frontend-theme-art-studio-next .page-head h1 {
  font-size: 40px;
  line-height: 1.08;
}
body.frontend-theme-art-studio-next .page-head p:not(.eyebrow) {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
}
body.frontend-theme-art-studio-next.commerce-page .page-head {
  padding-top: 34px;
}
body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
  font-size: 40px;
}
body.frontend-theme-art-studio-next.commerce-page .page-head > p {
  font-size: 14px;
}
body.frontend-theme-art-studio-next.commerce-page .commerce-steps {
  margin-top: 22px;
}
body.frontend-theme-art-studio-next .catalog-card-summary {
  display: -webkit-box;
  margin: 2px 0 0;
  overflow: hidden;
  color: var(--mm-muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 700px) {
  body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner {
    padding-top: 28px;
  }
  body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro h1,
  body.frontend-theme-art-studio-next .product-hero h1,
  body.frontend-theme-art-studio-next .page-head h1,
  body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
    font-size: 34px !important;
  }
  body.frontend-theme-art-studio-next .product-hero .container,
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-top: 28px;
  }
  body.frontend-theme-art-studio-next .product-hero .hero-copy,
  body.frontend-theme-art-studio-next .page-head p:not(.eyebrow),
  body.frontend-theme-art-studio-next.commerce-page .page-head > p {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-catalog-page .typeui-catalog-intro-inner {
    padding-top: 26px;
  }
  body.frontend-theme-art-studio-next .product-hero .container,
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-top: 26px;
  }
}

/* Commerce pages use the same compact white top as the refreshed detail page. */
body.frontend-theme-art-studio-next.commerce-page,
body.frontend-theme-art-studio-next.commerce-page main,
body.frontend-theme-art-studio-next.commerce-page .mm-header,
body.frontend-theme-art-studio-next.commerce-page .page-head,
body.frontend-theme-art-studio-next.commerce-page .cart-layout,
body.frontend-theme-art-studio-next.commerce-page .checkout-layout,
body.frontend-theme-art-studio-next.commerce-page .cart-list,
body.frontend-theme-art-studio-next.commerce-page .checkout-form,
body.frontend-theme-art-studio-next.commerce-page .summary-panel {
  background: #ffffff;
}
body.frontend-theme-art-studio-next.commerce-page .mm-header {
  border-bottom-color: #e7e7e7;
  backdrop-filter: none;
}
body.frontend-theme-art-studio-next.commerce-page .page-head {
  width: var(--site-content-width);
  max-width: var(--site-content-max);
  margin: 0 auto;
  padding: 14px 0 26px;
  border-bottom: 1px solid #e7e7e7;
}
body.frontend-theme-art-studio-next.commerce-page .page-head .eyebrow {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
}
body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
}
body.frontend-theme-art-studio-next.commerce-page .page-head > p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
body.frontend-theme-art-studio-next.commerce-page .commerce-steps {
  margin-top: 18px;
}
body.frontend-theme-art-studio-next.commerce-page .cart-layout,
body.frontend-theme-art-studio-next.commerce-page .checkout-layout {
  padding-top: 32px;
}
@media (max-width: 920px) {
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 700px) {
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-top: 14px;
    padding-bottom: 22px;
  }
  body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
    font-size: 40px;
  }
  body.frontend-theme-art-studio-next.commerce-page .page-head > p {
    font-size: 14px;
  }
  body.frontend-theme-art-studio-next.commerce-page .commerce-steps {
    margin-top: 16px;
  }
  body.frontend-theme-art-studio-next.commerce-page .cart-layout,
  body.frontend-theme-art-studio-next.commerce-page .checkout-layout {
    padding-top: 24px;
  }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
    font-size: 36px;
  }
}

/* Final header scale overrides legacy page-type rules. */
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro-inner,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-catalog-intro-inner {
  padding-top: 34px !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro h1,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-catalog-intro h1 {
  font-size: 40px !important;
}
body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-lead,
body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-catalog-lead {
  display: block !important;
  margin-top: 10px;
  color: #6b6b68;
  font-size: 14px !important;
  line-height: 1.55;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .container {
  padding-top: 34px !important;
  padding-bottom: 32px !important;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero h1 {
  font-size: 40px !important;
  line-height: 1.08;
}
body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .hero-copy {
  margin-top: 10px;
  font-size: 14px !important;
  line-height: 1.55;
}
body.frontend-theme-art-studio-next.commerce-page .page-head {
  padding-top: 34px !important;
}
body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
  font-size: 40px !important;
  line-height: 1.08;
}
body.frontend-theme-art-studio-next.commerce-page .page-head > p {
  margin-top: 10px;
  font-size: 14px !important;
  line-height: 1.55;
}
body.frontend-theme-art-studio-next .article-detail {
  padding-top: 34px;
}
body.frontend-theme-art-studio-next .article-detail-hero h1 {
  font-size: 40px;
  line-height: 1.08;
}
body.frontend-theme-art-studio-next .article-detail-hero p:last-child {
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 700px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro-inner,
  body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-catalog-intro-inner {
    padding-top: 28px !important;
  }
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .container,
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-top: 28px !important;
  }
  body.frontend-theme-art-studio-next .article-detail {
    padding-top: 28px;
  }
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro h1,
  body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-catalog-intro h1,
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero h1,
  body.frontend-theme-art-studio-next.commerce-page .page-head h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.typeui-product-catalog.typeui-catalog-page .typeui-catalog-intro-inner,
  body.frontend-theme-art-studio-next.typeui-article-catalog.typeui-catalog-page .typeui-catalog-intro-inner,
  body.frontend-theme-art-studio-next.typeui-product-detail-page .product-hero .container,
  body.frontend-theme-art-studio-next.commerce-page .page-head,
  body.frontend-theme-art-studio-next .article-detail {
    padding-top: 26px !important;
  }
}

/* Customizer panels must start below the two-row storefront header. The
   legacy customizer shells still use a 72/74px offset, while the next header
   is 119px tall on desktop and 97px at the compact breakpoint. */
.frontend-theme-art-studio-next:has(.drawer-panel) {
  --customizer-header-height: 119px;
}
.frontend-theme-art-studio-next:has(.drawer-panel) :is(.vertical-tab-bar, .drawer-panel) {
  top: var(--customizer-header-height) !important;
}
.frontend-theme-art-studio-next:has(.drawer-panel) .vertical-tab-bar {
  height: calc(100vh - var(--customizer-header-height)) !important;
}
.frontend-theme-art-studio-next:has(.drawer-panel) .drawer-panel {
  height: calc(100vh - var(--customizer-header-height)) !important;
}

/* Use the map customizer rail as the shared shell for every customizer. */
.frontend-theme-art-studio-next.customizer-page {
  --tab-width: 80px;
  --drawer-width: 450px;
}
.frontend-theme-art-studio-next.customizer-page :is(.mondrian-app, .modular-app, .abstract-geo-app, .op-art-app) {
  --tab-width: 80px;
  --drawer-width: 450px;
}
.frontend-theme-art-studio-next.customizer-page :is(.vertical-tab-bar, .drawer-panel) {
  backdrop-filter: none;
}
.frontend-theme-art-studio-next.customizer-page .vertical-tab-bar {
  width: var(--tab-width);
  padding: 28px 9px 20px;
  gap: 10px;
  align-items: center;
  background: #f8f8f6;
  border-left: 1px solid #deded8;
  box-shadow: -8px 0 24px rgba(18, 18, 16, 0.025);
}
.frontend-theme-art-studio-next.customizer-page .vertical-tab-bar::before {
  content: "";
  width: 28px;
  height: 1px;
  margin: 0 0 8px;
  background: #c9c9c2;
}
.frontend-theme-art-studio-next.customizer-page .tab-item {
  width: 62px;
  min-height: 68px;
  padding: 12px 5px 11px;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #777771;
  background: transparent;
  font-weight: 500;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.frontend-theme-art-studio-next.customizer-page .tab-item svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.35;
}
.frontend-theme-art-studio-next.customizer-page .tab-item span {
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: 0.12em;
  font-weight: 550;
  white-space: nowrap;
}
.frontend-theme-art-studio-next.customizer-page .tab-item:hover {
  color: #11110f;
  background: #f0f0ec;
  border-color: #e3e3dd;
  transform: none;
}
.frontend-theme-art-studio-next.customizer-page .tab-item.active {
  color: #fff;
  background: #10100f;
  border-color: #10100f;
  box-shadow: 0 5px 14px rgba(16, 16, 15, 0.12);
}
.frontend-theme-art-studio-next.customizer-page .drawer-panel {
  background: #fbfbf9;
  border-left: 1px solid #deded8;
  box-shadow: -18px 0 36px rgba(18, 18, 16, 0.045);
  padding: 32px 28px 40px;
  gap: 28px;
  overflow: hidden;
  transition: transform 260ms cubic-bezier(.22, .61, .36, 1);
}
.frontend-theme-art-studio-next.customizer-page .drawer-content {
  gap: 26px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  padding-bottom: 8px;
}
@media (max-width: 920px) {
  .frontend-theme-art-studio-next:has(.drawer-panel) {
    --customizer-header-height: 81px;
  }

  .frontend-theme-art-studio-next.customizer-page {
    --drawer-width: 100vw;
    --customizer-mobile-tab-height: 56px;
  }
  .frontend-theme-art-studio-next.customizer-page .vertical-tab-bar {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(var(--customizer-mobile-tab-height) + env(safe-area-inset-bottom)) !important;
    flex-direction: row !important;
    padding: 6px 16px 8px;
    gap: 8px;
    box-shadow: none;
  }
  .frontend-theme-art-studio-next.customizer-page .vertical-tab-bar::before {
    display: none;
  }
  .frontend-theme-art-studio-next.customizer-page .tab-item {
    flex: 1 1 0;
    width: auto;
    min-width: 74px;
    min-height: 42px;
    padding: 6px 12px 6px;
  }
  .frontend-theme-art-studio-next.customizer-page .drawer-panel {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    padding: 24px 20px 32px;
    box-shadow: none;
    z-index: 10001 !important;
  }
}

/* Give the cart and checkout headers a more generous reading rhythm. */
body.frontend-theme-art-studio-next.commerce-page .page-head {
  padding-top: 52px !important;
  padding-bottom: 38px !important;
}
body.frontend-theme-art-studio-next.commerce-page .commerce-steps {
  margin-top: 30px !important;
}
body.frontend-theme-art-studio-next.commerce-page .cart-layout,
body.frontend-theme-art-studio-next.commerce-page .checkout-layout {
  padding-top: 52px !important;
}
@media (max-width: 700px) {
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-top: 36px !important;
    padding-bottom: 30px !important;
  }
  body.frontend-theme-art-studio-next.commerce-page .commerce-steps {
    margin-top: 24px !important;
  }
  body.frontend-theme-art-studio-next.commerce-page .cart-layout,
  body.frontend-theme-art-studio-next.commerce-page .checkout-layout {
    padding-top: 36px !important;
  }
}
@media (max-width: 560px) {
  body.frontend-theme-art-studio-next.commerce-page .page-head {
    padding-top: 30px !important;
    padding-bottom: 28px !important;
  }
  body.frontend-theme-art-studio-next.commerce-page .cart-layout,
  body.frontend-theme-art-studio-next.commerce-page .checkout-layout {
    padding-top: 32px !important;
  }
}

/* Keep the mobile customizer below the storefront header and close to the
   bottom tab bar. These rules intentionally come last so they win over the
   legacy drawer offsets above. */
@media (max-width: 920px) {
  html body.frontend-theme-art-studio-next.customizer-page:has(.drawer-panel) .drawer-panel {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: auto !important;
    max-height: none !important;
    z-index: 10001 !important;
  }

  html body.frontend-theme-art-studio-next.customizer-page:has(.drawer-panel) .drawer-panel.has-purchase-footer {
    padding-bottom: 0.5rem !important;
    row-gap: 0 !important;
  }

  /* Purchase footer: sit flush under the drawer content, lower buttons + shorter bar. */
  .frontend-theme-art-studio-next.customizer-page .drawer-panel.has-purchase-footer .customizer-purchase-footer {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .frontend-theme-art-studio-next.customizer-page .drawer-panel.has-purchase-footer .customizer-purchase-footer .sku-price-summary strong {
    font-size: 20px;
  }
  .frontend-theme-art-studio-next.customizer-page .drawer-panel.has-purchase-footer .customizer-purchase-footer .sku-purchase-actions .drawer-btn {
    min-height: 32px;
  }
}

/* Home showcase: hero 下方的促销轮播方块 + 精选商品卡网格。
   走线布局与商品目录一致：网格外框 + 卡片右下边框形成连续分隔线。 */
.home-showcase {
  padding: clamp(44px, 5vw, 76px) 0 clamp(56px, 6vw, 96px);
  color: var(--mm-text);
  background: var(--mm-bg);
}

.home-showcase-grid {
  display: grid;
  width: var(--site-content-width);
  max-width: var(--site-content-max);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mm-line);
  border-left: 1px solid var(--mm-line);
}

.home-showcase-promo,
.home-showcase-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--mm-text);
  background: var(--mm-bg);
  border-right: 1px solid var(--mm-line);
  border-bottom: 1px solid var(--mm-line);
}

/* 左侧大图轮播：整块由图片铺满，文案与控制条浮在上层。 */
.home-showcase-promo {
  grid-column: span 2;
  min-height: clamp(300px, 27vw, 460px);
  overflow: hidden;
  color: #ffffff;
}

.home-showcase-promo-slides {
  position: absolute;
  inset: 0;
}

.home-showcase-promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 720ms ease;
}

.home-showcase-promo-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-showcase-promo-slide :is(picture, img) {
  display: block;
  width: 100%;
  height: 100%;
}

.home-showcase-promo-slide img {
  object-fit: cover;
}

.home-showcase-promo-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .44) 0%, rgba(0, 0, 0, .06) 46%, rgba(0, 0, 0, .52) 100%);
  pointer-events: none;
}

.home-showcase-promo-eyebrow {
  position: absolute;
  top: clamp(20px, 2.2vw, 30px);
  right: clamp(20px, 2.2vw, 30px);
  margin: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}

.home-showcase-promo-heading {
  position: absolute;
  top: clamp(18px, 2.2vw, 28px);
  left: clamp(20px, 2.2vw, 30px);
  max-width: 10ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1.04;
}

.home-showcase-promo-cta {
  position: absolute;
  bottom: clamp(18px, 2.2vw, 30px);
  left: clamp(20px, 2.2vw, 30px);
  display: inline-flex;
  min-height: 30px;
  padding: 0 12px;
  align-items: center;
  color: #0b0b0b;
  background: #ffffff;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em !important;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.home-showcase-promo-cta:hover {
  color: #ffffff;
  background: rgba(11, 11, 11, .86);
}

.home-showcase-promo-controls {
  position: absolute;
  right: clamp(20px, 2.2vw, 30px);
  bottom: clamp(18px, 2.2vw, 30px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.home-showcase-promo-counter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.home-showcase-promo-counter i {
  font-style: normal;
  opacity: .6;
}

.home-showcase-promo-arrow {
  display: grid;
  width: 32px;
  height: 30px;
  padding: 0;
  place-items: center;
  color: #0b0b0b;
  background: rgba(255, 255, 255, .92);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.home-showcase-promo-arrow:hover {
  background: #ffffff;
}

.home-showcase-promo-arrow .ui-icon {
  width: 15px;
  height: 15px;
}

/* 商品卡：浅底画作区 + 左标题右价格、类别、两行摘要与黑色快捷查看块。 */
.home-showcase-card {
  overflow: hidden;
}

.home-showcase-card-media {
  display: block;
  padding: clamp(24px, 2.6vw, 40px) clamp(24px, 2.6vw, 40px) 0;
  background: var(--mm-hover);
}

.home-showcase-card-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: filter 220ms ease;
}

.home-showcase-card:hover .home-showcase-card-media img,
.home-showcase-card:focus-visible .home-showcase-card-media img {
  filter: brightness(.97);
}

.home-showcase-card-copy {
  display: flex;
  flex: 1 1 auto;
  padding: 16px clamp(24px, 2.6vw, 40px) clamp(22px, 2.4vw, 34px);
  flex-direction: column;
  gap: 6px;
}

.home-showcase-card-head {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.home-showcase-card-name {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-showcase-card-price {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.home-showcase-card-category {
  color: var(--mm-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-showcase-card-summary {
  display: -webkit-box;
  overflow: hidden;
  color: var(--mm-muted);
  font-size: 11.5px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-showcase-card-action {
  display: inline-flex;
  width: fit-content;
  min-height: 18px;
  margin-top: auto;
  padding: 3px 6px;
  align-items: center;
  color: var(--mm-inverse-text);
  background: var(--mm-inverse);
  border-radius: 3px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em !important;
  line-height: 1;
  text-transform: uppercase;
}

.home-showcase-card:hover .home-showcase-card-action,
.home-showcase-card:focus-visible .home-showcase-card-action {
  background: #3e3e3e;
}

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

  .home-showcase-promo {
    grid-column: span 2;
    min-height: clamp(240px, 46vw, 380px);
  }

  .home-showcase-card-name,
  .home-showcase-card-price {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .home-showcase-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-showcase-promo {
    grid-column: span 1;
    min-height: clamp(220px, 66vw, 320px);
  }

  .home-showcase-promo-heading {
    font-size: 26px;
  }

  .home-showcase-card-copy {
    padding: 14px 20px 22px;
  }

  .home-showcase-card-media {
    padding: 20px 20px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-showcase-promo-slide,
  .home-showcase-card-media img,
  .home-showcase-promo-cta,
  .home-showcase-promo-arrow {
    transition: none;
  }
}
