/* Meyerdirk Art — private flagship package
   Scoped under .storefront per TEMPLATE_AUTHORING_CONTRACT
   Body: Montserrat. Accent: Fraunces (optical serif against the geometric sans).
*/

@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,400&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

html,
body {
  background: #0e1012 !important;
}

.storefront {
  --md-ink: #f3f1ec;
  --md-muted: rgba(243, 241, 236, 0.72);
  --md-dim: rgba(243, 241, 236, 0.45);
  --md-paper: #0e1012;
  --md-surface: #16191d;
  --md-line: rgba(243, 241, 236, 0.14);
  --md-metal: var(--metal-accent, #c4a574);
  --md-metal-soft: rgba(196, 165, 116, 0.35);
  --md-teal: var(--main-color, #519a8e);
  --md-card: #f3f1ec;
  --md-card-ink: #1a1c1e;
  --button-color: var(--md-teal);
  --main-color: var(--md-metal);
  --background-color: var(--md-paper);
  --surface-color: var(--md-surface);
  --text-color: var(--md-ink);
  --body-font: "Montserrat", "Segoe UI", sans-serif;
  --header-font: "Fraunces", Georgia, "Times New Roman", serif;
  font-family: var(--body-font);
  color: var(--md-ink);
  background: var(--md-paper) !important;
  min-height: 100vh;
  overflow-x: clip;
}

.storefront a {
  color: inherit;
}

/* ---------- Header ---------- */
.storefront .site-header,
.storefront .header {
  --md-header-ink: #1a1c1e;
  --md-header-muted: rgba(26, 28, 30, 0.62);
  border-bottom: 1px solid rgba(26, 28, 30, 0.12);
  background: #ffffff;
  backdrop-filter: none;
  color: var(--md-header-ink);
  position: sticky;
  top: 0;
  z-index: 40;
}

/* Visible without JS. Entrance only after the motion script marks the page. */
.storefront.md-motion:not(.md-motion-reduced) .site-header:not(.md-header-ready) {
  transform: translateY(-8px);
  opacity: 0;
}

.storefront .site-breadcrumbs {
  width: min(72rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 0.9rem 0 0;
  font-family: var(--body-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--md-dim);
  opacity: 1;
}

.storefront .site-breadcrumbs a {
  color: var(--md-teal) !important;
  text-decoration: none !important;
}

.storefront .site-breadcrumbs a:hover {
  color: var(--md-metal) !important;
}

.storefront.md-motion .site-header {
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.storefront.md-motion .site-header.md-header-ready,
.storefront.md-motion-reduced .site-header {
  transform: none;
  opacity: 1;
}

.storefront .site-logo,
.storefront .artistName {
  font-family: var(--header-font);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--md-header-ink, #1a1c1e);
}

.storefront .site-nav .nav-link,
.storefront .navLink {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--md-header-muted, rgba(26, 28, 30, 0.62));
  transition: color 0.25s ease;
}

.storefront .site-nav .nav-link:hover,
.storefront .navLink:hover {
  color: var(--md-header-ink, #1a1c1e);
}

.storefront .site-nav .nav-link.active,
.storefront .navLink.active {
  color: var(--md-header-ink, #1a1c1e);
  box-shadow: inset 0 -2px 0 var(--md-teal);
}

.storefront .site-nav .nav-link svg,
.storefront .navLink svg {
  color: inherit;
  stroke: currentColor;
}

.storefront .site-nav,
.storefront .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.1rem;
}

/* <br> forces Cart / Account onto a new row in the flex nav */
.storefront .site-nav-break {
  flex-basis: 100%;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  content: "";
  order: 0;
}

.storefront .site-nav .nav-link--action {
  margin-top: 0.15rem;
}

/* ---------- Hero (cinematic) ---------- */
.storefront .block-hero {
  position: relative;
  isolation: isolate;
  min-height: min(92vh, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #050607;
  text-align: center;
}

.storefront .block-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 16, 18, 0.15) 0%, rgba(14, 16, 18, 0.35) 45%, rgba(14, 16, 18, 0.92) 100%),
    linear-gradient(90deg, rgba(14, 16, 18, 0.25) 0%, transparent 45%, rgba(14, 16, 18, 0.25) 100%);
  z-index: 1;
  pointer-events: none;
}

.storefront .block-hero-media {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  pointer-events: none !important;
}

.storefront .block-hero img,
.storefront .block-hero-logo,
.storefront .block-hero-image,
.storefront .block-hero .hero-media,
.storefront .block-hero video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  transform: scale(1.06);
  transition: transform 8s ease-out;
  z-index: 0;
  pointer-events: none !important;
}

.storefront.md-motion .block-hero.is-hero-ready img,
.storefront.md-motion .block-hero.is-hero-ready .hero-media,
.storefront.md-motion .block-hero.is-hero-ready video {
  transform: scale(1);
}

.storefront .block-hero-content,
.storefront .block-hero .hero-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 42rem);
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
  text-align: center;
  pointer-events: auto;
}

.storefront .block-hero-cta,
.storefront .block-hero a.block-hero-cta,
.storefront .block-hero a.button,
.storefront .block-hero .btn {
  position: relative;
  z-index: 21;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 0.95rem 1.55rem;
  border: 1px solid var(--md-metal);
  background: rgba(14, 16, 18, 0.35);
  color: var(--md-ink) !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.storefront .block-hero-title,
.storefront .block-hero h1 {
  position: relative;
  z-index: 2;
  font-family: var(--header-font);
  font-size: clamp(3.2rem, 9vw, 6.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 auto 0.75rem;
  max-width: 20ch;
  text-align: center;
  color: var(--md-muted);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 8px 28px rgba(0, 0, 0, 0.45),
    0 0 42px rgba(14, 16, 18, 0.55);
}

.storefront .block-hero-tagline,
.storefront .block-hero-content > p,
.storefront .block-hero p.block-hero-tagline {
  position: relative;
  z-index: 2;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--md-muted);
  max-width: 28rem;
  width: min(100%, 28rem);
  margin: 0 auto 1.5rem;
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 6px 20px rgba(0, 0, 0, 0.35);
}

.storefront.md-motion:not(.md-motion-reduced) .block-hero:not(.is-hero-ready) .block-hero-title,
.storefront.md-motion:not(.md-motion-reduced) .block-hero:not(.is-hero-ready) .block-hero-tagline,
.storefront.md-motion:not(.md-motion-reduced) .block-hero:not(.is-hero-ready) .block-hero-cta {
  opacity: 0;
  transform: translateY(24px);
}

.storefront .block-hero-cta:hover,
.storefront .block-hero a.block-hero-cta:hover,
.storefront .block-hero a.button:hover,
.storefront .block-hero .btn:hover {
  background: var(--md-metal);
  border-color: var(--md-metal);
  color: #111 !important;
}

.storefront .block-hero-cta:focus-visible {
  outline: 2px solid var(--md-metal);
  outline-offset: 3px;
}

.storefront.md-motion .block-hero.is-hero-ready .block-hero-title,
.storefront.md-motion .block-hero.is-hero-ready h1 {
  animation: md-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.storefront.md-motion .block-hero.is-hero-ready .block-hero-tagline,
.storefront.md-motion .block-hero.is-hero-ready p {
  animation: md-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}

.storefront.md-motion .block-hero.is-hero-ready .block-hero-cta,
.storefront.md-motion .block-hero.is-hero-ready a.button {
  animation: md-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.42s forwards;
}

.storefront.md-motion-reduced .block-hero-title,
.storefront.md-motion-reduced .block-hero h1,
.storefront.md-motion-reduced .block-hero-tagline,
.storefront.md-motion-reduced .block-hero p,
.storefront.md-motion-reduced .block-hero-cta,
.storefront.md-motion-reduced .block-hero a.button {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes md-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Sections / blocks ---------- */
.storefront .block-product-gallery,
.storefront .block-text,
.storefront .block-about,
.storefront .block-events,
.storefront .block-social-feed,
.storefront .block-email-collection,
.storefront .block-contact,
.storefront .block-faq,
.storefront .block-custom-html,
.storefront .block-product-filter {
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem);
  max-width: 1400px;
  margin: 0 auto;
}

/* Tighten the collections → lookbook → process stack */
.storefront .block-collections + .block-custom-html,
.storefront [data-block-instance="collections-grid"] + [data-block-instance="custom-html"] .block-custom-html,
.storefront [data-block-instance="custom-html"] .block-custom-html {
  padding-top: clamp(1rem, 2.5vw, 1.75rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

.storefront [data-block-instance="custom-html"] + [data-block-instance="text"] .block-text,
.storefront .block-custom-html + .block-text {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.storefront .block-custom-html[data-max-width="full"],
.storefront .block-custom-html .md-strip,
.storefront .block-custom-html .md-lookbook {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.storefront h2,
.storefront .block-gallery-heading,
.storefront .block-product-gallery-heading,
.storefront .block-product-gallery h2,
.storefront .block-events-heading,
.storefront .block-collections-heading,
.storefront .block-social-feed-heading,
.storefront .block-text-heading,
.storefront .block-email-collection h2 {
  font-family: var(--header-font);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  color: var(--md-ink) !important;
  text-align: center;
}

.storefront .block-email-collection h2,
.storefront .block-email-collection .block-email-heading {
  color: var(--md-teal) !important;
}

.storefront .block-about-content {
  max-width: 48rem;
  margin: 0 auto;
}

.storefront .block-text p,
.storefront .block-about-text,
.storefront .block-about p {
  color: var(--md-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 40rem;
}

.storefront .block-about-text {
  max-width: none;
  flex: 1;
}

.storefront .block-about p {
  max-width: none;
  margin: 0 0 1.15em;
}

.storefront .block-about p:last-child {
  margin-bottom: 0;
}

.storefront .block-text[style*="text-align:center"] .block-text-content,
.storefront .block-text[style*="text-align: center"] .block-text-content,
.storefront .block-text[style*="text-align:center"] p,
.storefront .block-text[style*="text-align: center"] p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.storefront .block-text-content {
  max-width: 40rem;
}

.storefront .block-text a,
.storefront .block-about a {
  color: var(--md-metal);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.storefront .md-contact-paths {
  list-style: none;
  margin: 1.75rem 0 2rem;
  padding: 0;
  text-align: left;
}

.storefront .md-contact-paths li {
  color: var(--md-muted);
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 0.9rem 0;
  border-top: 1px solid var(--md-line);
}

.storefront .md-contact-paths li:last-child {
  border-bottom: 1px solid var(--md-line);
}

.storefront .md-contact-paths a {
  color: var(--md-teal) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.storefront .md-contact-paths a:hover {
  color: #458780 !important;
}

/* Product cards */
.storefront .block-gallery-grid,
.storefront .productsGrid,
.storefront .addon-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.storefront .block-gallery-card,
.storefront .productCard,
.storefront .addon-product-card {
  background: var(--md-card) !important;
  border: 1px solid rgba(26, 28, 30, 0.08);
  border-radius: 2px;
  overflow: hidden;
  color: var(--md-card-ink);
  text-decoration: none !important;
  transition: border-color 0.3s ease, transform 0.45s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.storefront .block-gallery-card:hover,
.storefront .productCard:hover,
.storefront .addon-product-card:hover {
  border-color: var(--md-teal);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.storefront .block-gallery-card-image,
.storefront .productImage,
.storefront .addon-product-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  display: block;
  background: #e8e6e1;
  transition: transform 0.7s ease;
  filter: saturate(0.95);
}

.storefront .block-gallery-card:hover .block-gallery-card-image,
.storefront .productCard:hover .productImage {
  transform: scale(1.04);
}

.storefront .block-gallery-card-info,
.storefront .productInfo,
.storefront .addon-product-info {
  padding: 0.9rem 1rem 1.1rem;
  background: var(--md-card);
}

.storefront .block-gallery-card-title,
.storefront .productName,
.storefront .addon-product-name {
  font-family: var(--header-font);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--md-teal) !important;
  line-height: 1.25;
}

.storefront .block-gallery-card-price,
.storefront .productPrice,
.storefront .addon-product-price {
  color: var(--md-card-ink) !important;
  opacity: 0.72;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

/* Gallery toolbar: filters left, search right */
.storefront .block-gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.5rem;
}

.storefront .block-gallery-toolbar .block-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  justify-content: flex-start;
}

.storefront .block-gallery-search {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
}

.storefront .block-gallery-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.storefront .block-gallery-search-input {
  width: min(100%, 240px);
  min-width: 180px;
  padding: 0.65rem 0.9rem;
  background: var(--md-surface) !important;
  border: 1px solid var(--md-line) !important;
  color: var(--md-ink) !important;
  border-radius: 0 !important;
  font-family: var(--body-font);
  font-size: 0.9rem;
}

.storefront .block-gallery-search-input::placeholder {
  color: var(--md-dim);
}

.storefront .block-gallery-search-input:focus {
  outline: none;
  border-color: var(--md-teal) !important;
}

.storefront .block-gallery-empty {
  text-align: center;
  color: var(--md-muted);
  padding: 2rem 1rem;
}

/* Pagination + filter chips */
.storefront .block-gallery-pagination,
.storefront .block-gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.storefront .block-gallery-filter-btn,
.storefront .block-gallery-pagination button,
.storefront .block-gallery-pagination a {
  background: transparent !important;
  border: 1px solid var(--md-metal) !important;
  color: var(--md-metal) !important;
  border-radius: 0 !important;
  min-width: 2.4rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.storefront .block-gallery-filter-btn:hover,
.storefront .block-gallery-pagination button:hover,
.storefront .block-gallery-pagination a:hover {
  background: transparent !important;
  border-color: var(--md-teal) !important;
  color: var(--md-teal) !important;
}

.storefront .block-gallery-filter-active,
.storefront .block-gallery-pagination button.block-gallery-filter-active,
.storefront .block-gallery-pagination .block-gallery-filter-active {
  background: transparent !important;
  border-color: var(--md-metal) !important;
  color: var(--md-metal) !important;
  box-shadow: inset 0 0 0 1px var(--md-metal);
}

/* Events — compact horizontal carousel (multiple small cards) */
.storefront .block-events--compact-carousel .events-carousel {
  margin: 0;
  padding: 0;
  background: transparent;
}

.storefront .block-events--compact-carousel .events-carousel__container {
  display: grid;
  grid-template-columns: 2.25rem 1fr 2.25rem;
  gap: 0.5rem;
  align-items: center;
}

.storefront .block-events--compact-carousel .events-carousel__grid {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0.15rem 0.5rem;
  scrollbar-width: thin;
}

.storefront .block-events--compact-carousel .events-carousel__card,
.storefront .block-events--compact-carousel .events-carousel__card--static,
.storefront .block-events--compact-carousel .events-carousel__skeleton-card {
  flex: 0 0 min(220px, 72vw) !important;
  width: min(220px, 72vw) !important;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--md-line);
  background: var(--md-surface);
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.35s ease;
  border-radius: 0;
  scroll-snap-align: start;
}

.storefront .block-events--compact-carousel .events-carousel__card:hover {
  border-color: var(--md-metal);
  transform: translateY(-2px);
}

.storefront .block-events--compact-carousel .events-carousel__card-image,
.storefront .block-events--compact-carousel .events-carousel__skeleton-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  height: auto !important;
  min-height: 0 !important;
  background: #0a0b0c;
}

.storefront .block-events--compact-carousel .events-carousel__card-image img {
  object-fit: cover;
}

.storefront .block-events--compact-carousel .events-carousel__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--md-dim);
}

.storefront .block-events--compact-carousel .events-carousel__placeholder svg {
  width: 28px;
  height: 28px;
}

.storefront .block-events--compact-carousel .events-carousel__card-content {
  padding: 0.75rem 0.85rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.storefront .block-events--compact-carousel .events-carousel__card-title {
  font-family: var(--header-font);
  font-size: 1.05rem;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.storefront .block-events--compact-carousel .events-carousel__card-date {
  color: var(--md-metal);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.storefront .block-events--compact-carousel .events-carousel__card-venue {
  color: var(--md-dim);
  font-size: 0.78rem;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.storefront .block-events--compact-carousel .events-carousel__card-desc,
.storefront .block-events--compact-carousel .events-carousel__card-promoter {
  display: none;
}

.storefront .block-events--compact-carousel .events-carousel__status-badge {
  align-self: flex-start;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--md-metal-soft);
  color: var(--md-metal);
  padding: 0.15rem 0.4rem;
}

.storefront .block-events--compact-carousel .events-carousel__arrow {
  background: transparent;
  border: 1px solid var(--md-line);
  color: var(--md-ink);
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}

.storefront .block-events--compact-carousel .events-carousel__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.storefront .block-events--compact-carousel .events-carousel__footer {
  display: none;
}

/* Collections */
.storefront .block-collections {
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2rem);
  max-width: 1400px;
  margin: 0 auto;
}

.storefront .block-collections-heading {
  font-family: var(--header-font);
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin: 0 0 1.25rem;
  text-align: center;
  color: var(--md-ink) !important;
}

.storefront .block-collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.storefront .block-collection-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--md-line);
  background: var(--md-surface);
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.4s ease;
}

.storefront .block-collection-card:hover {
  border-color: var(--md-metal);
  transform: translateY(-3px);
}

.storefront .block-collection-card-media {
  aspect-ratio: 4 / 3;
  background: #0a0b0c;
  overflow: hidden;
}

.storefront .block-collection-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.storefront .block-collection-card:hover .block-collection-card-media img {
  transform: scale(1.04);
}

.storefront .block-collection-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1c1e, #0e1012);
}

.storefront .block-collection-card-body {
  padding: 1.2rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.storefront .block-collection-card-title {
  font-family: var(--header-font);
  font-size: 1.6rem;
  margin: 0;
}

.storefront .block-collection-card-desc {
  color: var(--md-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.storefront .block-collection-card-meta {
  color: var(--md-metal);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Social feed */
.storefront .block-social-feed {
  text-align: center;
}

.storefront .block-social-feed-heading,
.storefront .addon-instagram-header {
  text-align: center;
  color: var(--md-ink) !important;
}

.storefront .block-social-feed-grid,
.storefront .addon-instagram-grid {
  display: grid;
  grid-template-columns: repeat(var(--social-columns, 3), minmax(0, 1fr));
  gap: 0.65rem;
  text-align: left;
}

.storefront .block-social-feed-item,
.storefront .addon-instagram-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
}

.storefront .block-social-feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: grayscale(0.15);
}

.storefront .block-social-feed-item:hover img {
  transform: scale(1.06);
  filter: grayscale(0);
}

.storefront .block-social-feed-overlay,
.storefront .addon-instagram-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.storefront .block-social-feed-item:hover .block-social-feed-overlay {
  opacity: 1;
  transform: translateY(0);
}

.storefront .block-social-feed-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  color: var(--md-metal) !important;
  text-decoration: none !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.storefront .block-social-feed-hint {
  color: var(--md-dim);
}

/* Email / contact / FAQ */
.storefront .block-email-collection,
.storefront .block-contact,
.storefront .block-faq {
  border-top: 1px solid var(--md-line);
}

.storefront .block-contact-heading {
  color: var(--md-ink) !important;
  text-align: center;
}

.storefront .block-contact-info,
.storefront .block-contact-social {
  text-align: center;
}

.storefront .block-contact-link,
.storefront .block-contact-info a,
.storefront .block-contact-social a {
  color: var(--md-teal) !important;
  text-decoration: none !important;
  opacity: 1;
}

.storefront .block-contact-link:hover,
.storefront .block-contact-info a:hover,
.storefront .block-contact-social a:hover {
  color: #458780 !important;
  opacity: 1;
}

.storefront .block-contact-form {
  max-width: 36rem;
  margin: 2rem auto 0;
  text-align: left;
}

.storefront .block-contact-field span {
  color: var(--md-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.storefront .block-email-collection input,
.storefront .block-contact input,
.storefront .block-contact textarea {
  background: var(--md-surface) !important;
  border: 1px solid var(--md-line) !important;
  color: var(--md-ink) !important;
  border-radius: 0 !important;
}

.storefront .block-contact input:-webkit-autofill,
.storefront .block-contact input:-webkit-autofill:hover,
.storefront .block-contact input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--md-ink) !important;
  caret-color: var(--md-ink);
  box-shadow: 0 0 0 1000px var(--md-surface) inset;
  border: 1px solid var(--md-line) !important;
}

.storefront .block-contact-success {
  color: var(--md-ink) !important;
  font-family: var(--header-font);
  font-size: 1.2rem;
  text-align: center;
  max-width: 36rem;
  margin: 2rem auto 0;
  padding: 1.75rem 1.4rem;
  background: var(--md-surface);
  border: 1px solid var(--md-line);
}

.storefront .block-email-collection button,
.storefront .block-contact button,
.storefront .md-button {
  background: var(--md-metal) !important;
  color: #111 !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.9rem 1.3rem;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}

/* Custom compositions */
.storefront .md-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--md-metal);
  margin: 0 0 0.75rem;
}

.storefront .md-link {
  color: var(--md-metal) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-decoration: none !important;
  border-bottom: 1px solid var(--md-metal-soft);
  padding-bottom: 0.15rem;
}

.storefront .md-strip {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2.25rem) 0;
  border-top: 1px solid var(--md-line);
  border-bottom: 1px solid var(--md-line);
  background: linear-gradient(90deg, var(--md-surface), transparent 55%);
  opacity: 1 !important;
  transform: none !important;
}

.storefront .md-strip-copy {
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.storefront .md-strip-copy h2 {
  font-family: var(--header-font);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 0.75rem;
  color: var(--md-ink) !important;
}

.storefront .md-strip-copy p {
  color: var(--md-muted);
  line-height: 1.65;
}

.storefront .md-strip-track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.5rem clamp(1rem, 3vw, 2rem) 0.5rem 0;
  scrollbar-width: thin;
  align-items: flex-start;
  min-height: 400px;
}

.storefront .md-strip-track img {
  flex: 0 0 320px;
  width: 320px !important;
  height: 400px !important;
  max-width: 320px;
  max-height: 400px;
  object-fit: cover !important;
  scroll-snap-align: start;
  border: 1px solid var(--md-line);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #2a2d31;
}

.storefront .md-lookbook,
.storefront .md-selected {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
  opacity: 1 !important;
  transform: none !important;
}

.storefront .md-lookbook figure,
.storefront .md-selected figure {
  margin: 0;
  opacity: 1 !important;
  transform: none !important;
}

.storefront .md-lookbook img,
.storefront .md-selected img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 1px solid var(--md-line);
  background: #2a2d31;
}

.storefront .md-lookbook img {
  max-height: 420px;
  aspect-ratio: 4 / 5;
}

.storefront .md-selected img {
  aspect-ratio: 1 / 1;
}

.storefront .md-lookbook figcaption,
.storefront .md-selected figcaption {
  margin-top: 0.6rem;
  color: var(--md-dim);
  font-size: 0.85rem;
}

.storefront .md-commission-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
}

.storefront .md-commission-photos figure {
  margin: 0;
}

.storefront .md-commission-photos img {
  width: 100%;
  aspect-ratio: 14 / 10;
  object-fit: cover;
  display: block;
  border: 1px solid var(--md-line);
  background: #2a2d31;
}

.storefront .md-commission-photos img.md-commission-photo--top {
  object-position: center top;
}

.storefront .md-commission-photos figcaption {
  margin-top: 0.6rem;
  color: var(--md-dim);
  font-size: 0.85rem;
}

.storefront .md-process-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
}

.storefront .md-process-photos figure {
  margin: 0;
}

.storefront .md-process-photos img {
  width: 100%;
  aspect-ratio: 14 / 10;
  object-fit: cover;
  display: block;
  border: 1px solid var(--md-line);
  background: #2a2d31;
}

.storefront .md-process {
  list-style: none;
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 3rem) 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.storefront .md-process li {
  border: 1px solid var(--md-line);
  background: var(--md-surface);
  padding: 0 0 1.25rem;
}

.storefront .md-process img {
  width: 100%;
  aspect-ratio: 14 / 10;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
}

.storefront .md-process h3 {
  font-family: var(--header-font);
  font-size: 1.6rem;
  margin: 0 1rem 0.4rem;
}

.storefront .md-process p {
  margin: 0 1rem;
  color: var(--md-muted);
  line-height: 1.55;
}

.storefront .md-series {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.storefront .md-series-card {
  display: block;
  padding: 1.75rem 1.4rem;
  border: 1px solid var(--md-line);
  text-decoration: none !important;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.storefront .md-series-card:hover {
  border-color: var(--md-metal);
  background: var(--md-surface);
}

.storefront .md-series-card h3 {
  font-family: var(--header-font);
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}

.storefront .md-series-card p {
  margin: 0;
  color: var(--md-muted);
}

.storefront .md-artist-cta {
  border: 1px solid var(--md-metal-soft);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background:
    radial-gradient(ellipse at top right, var(--md-metal-soft), transparent 55%),
    var(--md-surface);
}

.storefront .md-artist-cta h2 {
  font-family: var(--header-font);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 0.75rem;
}

.storefront .md-artist-cta p {
  color: var(--md-muted);
  max-width: 36rem;
  line-height: 1.65;
}

/* Footer — white bar, dark type (matches header contrast) */
.storefront .site-footer,
.storefront footer {
  --md-footer-ink: #1a1c1e;
  --md-footer-muted: rgba(26, 28, 30, 0.62);
  border-top: 1px solid rgba(26, 28, 30, 0.12);
  background: #ffffff;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem);
  color: var(--md-footer-muted);
  font-size: 0.85rem;
}

.storefront .site-footer p,
.storefront .site-footer .footer-bottom,
.storefront .site-footer .footer-section,
.storefront .site-footer .powered-by {
  color: var(--md-footer-muted);
}

.storefront .site-footer a {
  color: var(--md-footer-ink);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.storefront .site-footer a:hover {
  color: #000000;
  opacity: 1;
}

.storefront .site-footer .footer-bottom p {
  color: var(--md-footer-muted);
}

.storefront .site-footer .powered-by a {
  color: var(--md-footer-ink);
}

.storefront .site-footer .footer-legal a {
  color: var(--md-footer-ink);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.storefront .md-legal {
  max-width: 40rem;
}

.storefront .md-legal h2 {
  font-family: var(--header-font);
  font-size: 1.15rem;
  margin: 2rem 0 0.55rem;
  color: var(--md-footer-ink, #1a1c1e);
}

.storefront .md-legal p,
.storefront .md-legal li {
  line-height: 1.7;
}

.storefront .storefront-cookie-banner-inner {
  background: #1a1c1e;
  color: #f4f1ea;
  border-top: 1px solid rgba(196, 165, 116, 0.45);
}

.storefront .storefront-cookie-banner-btn--primary {
  background: #c4a574;
  color: #1a1c1e;
  border: none;
}

.storefront .storefront-cookie-banner-btn--secondary {
  border-color: rgba(244, 241, 234, 0.45);
  color: #f4f1ea;
}

/* ---------- Motion: scroll reveal ---------- */
.storefront.md-motion [data-reveal],
.storefront.md-motion .md-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--md-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.storefront.md-motion [data-reveal="left"] {
  transform: translateX(-36px);
}

.storefront.md-motion [data-reveal="right"] {
  transform: translateX(36px);
}

.storefront.md-motion [data-reveal="scale"] {
  transform: scale(0.96);
}

.storefront.md-motion [data-reveal].is-visible,
.storefront.md-motion .md-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.storefront.md-motion-reduced [data-reveal],
.storefront.md-motion-reduced .md-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

/* PDP elevation */
.storefront .product-detail,
.storefront .storefront-product {
  color: var(--md-ink);
}

.storefront .product-detail button,
.storefront .add-to-cart,
.storefront button[type="submit"] {
  border-radius: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .storefront .md-strip {
    grid-template-columns: 1fr;
  }

  .storefront .md-process,
  .storefront .md-series {
    grid-template-columns: 1fr;
  }

  .storefront .md-process-photos,
  .storefront .md-commission-photos {
    grid-template-columns: 1fr;
  }

  .storefront .block-social-feed-grid,
  .storefront .addon-instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .storefront .block-hero {
    min-height: 85vh;
  }
}

/* Back-to-top (addon mounts on body; force brand teal) */
.back-to-top-addon-btn {
  background: var(--md-teal, #519a8e) !important;
  color: #fff !important;
}

.back-to-top-addon-btn:hover {
  background: #458780 !important;
}

/* Account modal — Meyerdirk teal / gold / black */
.storefront .storefront-account-modal-overlay {
  background: rgba(8, 10, 12, 0.72) !important;
  backdrop-filter: blur(4px);
}

.storefront .storefront-account-modal {
  background:
    radial-gradient(ellipse at top, rgba(81, 154, 142, 0.18), transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(196, 165, 116, 0.12), transparent 50%),
    #111314 !important;
  color: var(--md-ink, #f3f1ec) !important;
  border: 1px solid var(--md-metal-soft, rgba(196, 165, 116, 0.35));
  border-radius: 4px !important;
  box-shadow:
    0 0 0 1px rgba(81, 154, 142, 0.2),
    0 18px 48px rgba(0, 0, 0, 0.55) !important;
  padding: 2.25rem 2rem 1.75rem !important;
}

.storefront .storefront-account-modal-eyebrow {
  color: var(--md-metal, #c4a574) !important;
  opacity: 1 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.15rem !important;
}

.storefront .storefront-account-modal-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 1.35rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--md-teal, #519a8e);
  box-shadow: 0 0 0 4px rgba(196, 165, 116, 0.22);
}

.storefront .storefront-account-modal-logo {
  max-height: 42px !important;
  max-width: 62px;
  width: auto;
  height: auto;
  margin: 0 !important;
  display: block;
}

.storefront .storefront-account-modal-copy {
  color: rgba(243, 241, 236, 0.88) !important;
  margin-bottom: 1.6rem !important;
  line-height: 1.55 !important;
}

.storefront .storefront-account-modal-cta {
  background: var(--md-teal, #519a8e) !important;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 12px 28px !important;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 1px rgba(196, 165, 116, 0.25);
}

.storefront .storefront-account-modal-cta:hover {
  background: #458780 !important;
  box-shadow: 0 0 0 1px var(--md-metal, #c4a574);
}

.storefront .storefront-account-modal-cancel {
  color: var(--md-metal, #c4a574) !important;
  opacity: 0.85 !important;
  margin-top: 1.15rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
}

.storefront .storefront-account-modal-cancel:hover {
  opacity: 1 !important;
  color: var(--md-ink, #f3f1ec) !important;
}

/* Cart modal — same teal / gold / black treatment */
.storefront .storefront-cart-modal-overlay {
  background: rgba(8, 10, 12, 0.72) !important;
  backdrop-filter: blur(4px);
}

.storefront .storefront-cart-modal {
  background:
    radial-gradient(ellipse at top, rgba(81, 154, 142, 0.16), transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(196, 165, 116, 0.1), transparent 45%),
    #111314 !important;
  color: var(--md-ink, #f3f1ec) !important;
  border: 1px solid var(--md-metal-soft, rgba(196, 165, 116, 0.35));
  border-radius: 4px !important;
  box-shadow:
    0 0 0 1px rgba(81, 154, 142, 0.2),
    0 18px 48px rgba(0, 0, 0, 0.55) !important;
}

.storefront .storefront-cart-modal-header {
  border-bottom-color: rgba(196, 165, 116, 0.28) !important;
}

.storefront .storefront-cart-modal-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--md-teal, #519a8e);
  box-shadow: 0 0 0 3px rgba(196, 165, 116, 0.22);
}

.storefront .storefront-cart-modal-logo {
  max-height: 28px;
  max-width: 40px;
  width: auto;
  height: auto;
  display: block;
}

.storefront .storefront-cart-modal-title {
  color: var(--md-ink, #f3f1ec) !important;
  font-size: 1.05rem !important;
}

.storefront .storefront-cart-modal-subtitle {
  color: rgba(243, 241, 236, 0.72) !important;
  opacity: 1 !important;
}

.storefront .storefront-cart-modal-close {
  color: var(--md-metal, #c4a574) !important;
  opacity: 0.85 !important;
  padding: 0 !important;
}

.storefront .storefront-cart-modal-close:hover {
  opacity: 1 !important;
  color: var(--md-ink, #f3f1ec) !important;
}

.storefront .storefront-cart-modal-body {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(81, 154, 142, 0.15);
  border-bottom: 1px solid rgba(81, 154, 142, 0.15);
}

.storefront .storefront-cart-modal-footer {
  border-top-color: rgba(196, 165, 116, 0.28) !important;
}

.storefront .storefront-cart-modal-link {
  color: var(--md-metal, #c4a574) !important;
  opacity: 0.9 !important;
  text-underline-offset: 3px;
}

.storefront .storefront-cart-modal-link:hover {
  color: var(--md-teal, #519a8e) !important;
  opacity: 1 !important;
}

.storefront .storefront-cart-modal-cta {
  background: var(--md-teal, #519a8e) !important;
  color: #fff !important;
  border-radius: 2px !important;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 1px rgba(196, 165, 116, 0.25);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.storefront .storefront-cart-modal-cta:hover {
  background: #458780 !important;
  box-shadow: 0 0 0 1px var(--md-metal, #c4a574);
}

/* Missing page — skins the storefront 404 */
.storefront .site-not-found-logo {
  display: none;
}

.storefront .site-not-found {
  width: min(44rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 4rem 0 5.5rem;
}

.storefront .site-not-found-paths {
  list-style: none;
  margin: 1.75rem 0 2rem;
  padding: 0;
  text-align: left;
}

.storefront .site-not-found-paths li {
  color: var(--md-muted);
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 0.9rem 0;
  border-top: 1px solid var(--md-line);
}

.storefront .site-not-found-paths li:last-child {
  border-bottom: 1px solid var(--md-line);
}

.storefront .site-not-found-paths a {
  color: var(--md-teal) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.storefront .site-not-found-paths a:hover {
  color: var(--md-metal) !important;
}

.storefront .site-not-found-kicker {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--md-dim, rgba(243, 241, 236, 0.62));
}

.storefront .site-not-found h1 {
  font-family: var(--header-font);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 0.85rem;
}

.storefront .site-not-found > p {
  color: var(--md-muted);
  line-height: 1.65;
  max-width: 36rem;
  margin: 0 0 0.5rem;
}

/* Journal / blog — skins the platform blog list + post */
.storefront .site-blog,
.storefront .site-blog-article {
  width: min(56rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 3.5rem 0 5rem;
}

.storefront .site-blog h1,
.storefront .site-blog-article h1 {
  font-family: var(--header-font);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 0.65rem;
}

.storefront .site-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.storefront .site-blog-card {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  padding: 0;
  overflow: hidden;
  background: var(--md-card) !important;
  border: 1px solid var(--md-line);
  border-radius: 2px;
  color: var(--md-card-ink);
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transition: border-color 0.3s ease, transform 0.45s ease, box-shadow 0.3s ease;
}

.storefront .site-blog-card:hover {
  border-color: var(--md-teal);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.storefront .site-blog-card-media {
  aspect-ratio: 1;
  width: 100%;
  min-height: 0;
  border-radius: 0;
  background-color: #e8e6e1;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}

.storefront .site-blog-card:hover .site-blog-card-media {
  transform: scale(1.04);
}

.storefront .site-blog-card-body {
  display: block;
  padding: 0.9rem 1rem 1.1rem;
  background: var(--md-card);
  color: var(--md-card-ink);
}

.storefront .site-blog-card h2,
.storefront .site-blog-article h2 {
  font-family: var(--header-font);
  font-weight: 600;
  color: var(--md-card-ink);
}

.storefront .site-blog-article h2 {
  color: inherit;
}

.storefront .site-blog-article a {
  color: var(--md-metal);
}

.storefront .site-blog-article a:first-child {
  display: block;
  margin-bottom: 0.75rem;
}

@media (max-width: 560px) {
  .storefront .site-blog-grid {
    grid-template-columns: 1fr;
  }

  .storefront .storefront-cart-modal-brand {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
  }

  .storefront .storefront-cart-modal-footer {
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch !important;
  }

  .storefront .storefront-cart-modal-link {
    text-align: center;
  }
}
