/*
Theme Name: Melz Arte – Astra Child
Theme URI: https://melzarte.ca/
Description: A custom WooCommerce storefront for Melz Arte, built on Astra.
Author: Melz Arte
Template: astra
Version: 1.3.0
Text Domain: melz-arte
*/

:root {
  --melz-purple: #58306f;
  --melz-purple-dark: #452257;
  --melz-ink: #3e2947;
  --melz-cream: #fffaf7;
  --melz-border: rgba(88, 48, 111, .12);
  --melz-pink: #f5b6cf;
  --melz-blue: #b9dcf0;
  --melz-yellow: #f5d59c;
}

html { scroll-behavior: smooth; }
body.home { background: var(--melz-cream); color: var(--melz-ink); }
body.home #page { overflow: hidden; }
.melz-home *, .melz-site-header *, .melz-site-footer * { box-sizing: border-box; }

/* About page. */
.melz-about { overflow: hidden; color: var(--melz-ink); background-color: var(--melz-cream); background-image: radial-gradient(circle at 0 12%, rgba(245,182,207,.2), transparent 24%), radial-gradient(circle at 100% 42%, rgba(185,220,240,.2), transparent 25%), radial-gradient(circle at 8% 88%, rgba(245,213,156,.16), transparent 22%); }
.melz-about *, .melz-about *::before, .melz-about *::after { box-sizing: border-box; }
.melz-about-container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.melz-about-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr); gap: 76px; align-items: center; padding-block: 76px 86px; }
.melz-about-eyebrow { margin: 0 0 14px; color: #a34d7d; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.melz-about h1 { max-width: 650px; margin: 0 0 24px; color: var(--melz-purple); font-size: clamp(43px, 5.4vw, 72px); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }
.melz-about-lead { max-width: 610px; margin: 0; color: #4b3a4d; font-size: 17px; line-height: 1.8; }
.melz-about-portrait-wrap { position: relative; width: min(100%, 450px); justify-self: center; }
.melz-about-portrait-wrap::before { content: ""; position: absolute; z-index: 0; inset: -18px 18px 20px -18px; border-radius: 44% 56% 48% 52% / 40% 43% 57% 60%; background: linear-gradient(145deg, rgba(245,182,207,.58), rgba(185,220,240,.5) 60%, rgba(245,213,156,.42)); transform: rotate(-3deg); }
.melz-about-portrait { position: relative; z-index: 1; aspect-ratio: 4 / 5; overflow: hidden; border: 8px solid rgba(255,255,255,.82); border-radius: 42% 58% 46% 54% / 36% 42% 58% 64%; background: #fff; box-shadow: 0 20px 50px rgba(72,42,82,.16); }
.melz-about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.melz-about-maker { display: grid; grid-template-columns: .72fr 1fr; gap: 64px; align-items: center; margin-bottom: 88px; padding: 48px 58px; border: 1px solid rgba(88,48,111,.1); border-radius: 26px; background: rgba(255,255,255,.6); box-shadow: 0 12px 38px rgba(71,47,79,.05); }
.melz-about-maker-card { text-align: center; }
.melz-about-maker-card h2, .melz-about-process-copy h2 { margin: 0 0 16px; color: var(--melz-purple); font-size: clamp(30px, 3.5vw, 46px); line-height: 1.2; }
.melz-about-maker-card p, .melz-about-process-copy p { margin: 0; color: #4b3a4d; font-size: 16px; line-height: 1.75; }
.melz-about-script { margin-top: 18px !important; color: #a34d7d !important; font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive; font-size: 19px !important; }
.melz-about-process { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); gap: 60px; align-items: center; padding-bottom: 92px; }
.melz-about-workspace { overflow: hidden; aspect-ratio: 16 / 9; border: 8px solid rgba(255,255,255,.9); border-radius: 24px; background: #fff; box-shadow: 0 18px 46px rgba(72,42,82,.13); transform: rotate(-1deg); }
.melz-about-workspace img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.melz-about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 86px; }
.melz-about-value { padding: 28px 24px; border: 1px solid rgba(88,48,111,.1); border-radius: 18px; background: rgba(255,255,255,.64); text-align: center; }
.melz-about-value b { display: block; margin-bottom: 9px; color: var(--melz-purple); font-size: 18px; }
.melz-about-value span { display: block; color: #5b4b5e; font-size: 14px; line-height: 1.55; }
.melz-about-cta { padding: 60px 24px 72px; background: linear-gradient(115deg, rgba(245,182,207,.32), rgba(185,220,240,.3)); text-align: center; }
.melz-about-cta h2 { margin: 0 0 22px; color: var(--melz-purple); font-size: clamp(30px, 4vw, 47px); }

@media (max-width: 900px) {
  .melz-about-container { width: min(100% - 32px, 720px); }
  .melz-about-hero { grid-template-columns: 1fr; gap: 48px; padding-block: 54px 70px; text-align: center; }
  .melz-about-lead { margin-inline: auto; }
  .melz-about-portrait-wrap { width: min(390px, 82%); }
  .melz-about-maker, .melz-about-process { grid-template-columns: 1fr; gap: 36px; }
  .melz-about-maker { padding: 38px 30px; }
  .melz-about-process-copy { text-align: center; }
}

@media (max-width: 560px) {
  .melz-about-container { width: min(100% - 24px, 480px); }
  .melz-about h1 { font-size: 42px; }
  .melz-about-lead, .melz-about-maker-card p, .melz-about-process-copy p { font-size: 15px; }
  .melz-about-portrait-wrap { width: 88%; }
  .melz-about-maker { margin-bottom: 62px; padding: 30px 20px; border-radius: 20px; }
  .melz-about-process { padding-bottom: 66px; }
  .melz-about-workspace { border-width: 5px; border-radius: 17px; }
  .melz-about-values { grid-template-columns: 1fr; gap: 12px; padding-bottom: 64px; }
}

/* Contact page. */
.melz-contact { overflow: hidden; min-height: 70vh; color: var(--melz-ink); background-color: var(--melz-cream); background-image: radial-gradient(circle at 0 8%, rgba(245,182,207,.24), transparent 27%), radial-gradient(circle at 100% 60%, rgba(185,220,240,.25), transparent 28%), radial-gradient(circle at 18% 100%, rgba(245,213,156,.18), transparent 22%); }
.melz-contact *, .melz-contact *::before, .melz-contact *::after { box-sizing: border-box; }
.melz-contact-container { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.melz-contact-hero { max-width: 760px; padding-block: 70px 44px; text-align: center; }
.melz-contact-eyebrow { margin: 0 0 12px; color: #a34d7d; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.melz-contact h1 { margin: 0 0 20px; color: var(--melz-purple); font-size: clamp(40px, 5vw, 66px); line-height: 1.1; letter-spacing: -.04em; }
.melz-contact-lead { margin: 0; color: #4b3a4d; font-size: 17px; line-height: 1.75; }
.melz-contact-grid { display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: 34px; align-items: start; padding-bottom: 84px; }
.melz-contact-details, .melz-contact-form-card { border: 1px solid rgba(88,48,111,.11); border-radius: 24px; background: rgba(255,255,255,.7); box-shadow: 0 14px 38px rgba(71,47,79,.07); }
.melz-contact-details { padding: 34px 30px; }
.melz-contact-detail + .melz-contact-detail { margin-top: 28px; padding-top: 26px; border-top: 1px solid rgba(88,48,111,.1); }
.melz-contact-detail h2 { margin: 0 0 9px; color: var(--melz-purple); font-size: 18px; }
.melz-contact-detail p { margin: 0; color: #58485b; font-size: 14px; line-height: 1.65; }
.melz-contact-email { display: inline-block; margin-top: 7px; color: #8c3f70; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.melz-contact-email:hover { color: var(--melz-purple); }
.melz-contact-form-card { padding: 38px 40px 42px; }
.melz-contact-form-card > h2 { margin: 0 0 8px; color: var(--melz-purple); font-size: clamp(28px, 3vw, 38px); }
.melz-contact-form-note { margin: 0 0 24px; color: #67576a; font-size: 14px; }
.melz-contact-form-card .wpforms-container { margin: 0; }
.melz-contact-form-card .wpforms-field { padding-block: 8px !important; }
.melz-contact-form-card .wpforms-field-label { margin-bottom: 7px !important; color: var(--melz-purple) !important; font-size: 14px !important; }
.melz-contact-form-card input[type="text"], .melz-contact-form-card input[type="email"], .melz-contact-form-card input[type="tel"], .melz-contact-form-card select, .melz-contact-form-card textarea { width: 100% !important; max-width: none !important; border: 1px solid rgba(88,48,111,.2) !important; border-radius: 10px !important; background: #fffdfb !important; box-shadow: none !important; }
.melz-contact-form-card input[type="text"], .melz-contact-form-card input[type="email"], .melz-contact-form-card input[type="tel"], .melz-contact-form-card select { min-height: 48px !important; }
.melz-contact-form-card textarea { min-height: 150px !important; }
.melz-contact-form-card input:focus, .melz-contact-form-card select:focus, .melz-contact-form-card textarea:focus { border-color: #a34d7d !important; outline: 2px solid rgba(163,77,125,.1) !important; }
.melz-contact-form-card button[type="submit"], .melz-contact-form-card .wpforms-submit { min-height: 48px !important; padding: 11px 28px !important; border: 1px solid var(--melz-purple) !important; border-radius: 6px !important; background: var(--melz-purple) !important; color: #fff !important; font-size: 15px !important; }
.melz-contact-form-card button[type="submit"]:hover, .melz-contact-form-card .wpforms-submit:hover { background: var(--melz-purple-dark) !important; transform: translateY(-1px); }
.melz-contact-empty { padding: 24px; border: 1px dashed rgba(88,48,111,.25); border-radius: 14px; background: rgba(245,182,207,.1); color: #5b465e; font-size: 14px; line-height: 1.65; }
.melz-contact-empty code { color: var(--melz-purple); }

@media (max-width: 800px) {
  .melz-contact-container { width: min(100% - 32px, 700px); }
  .melz-contact-grid { grid-template-columns: 1fr; }
  .melz-contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .melz-contact-detail + .melz-contact-detail { margin-top: 0; padding-top: 0; padding-left: 18px; border-top: 0; border-left: 1px solid rgba(88,48,111,.1); }
}

@media (max-width: 560px) {
  .melz-contact-container { width: min(100% - 24px, 480px); }
  .melz-contact-hero { padding-block: 48px 32px; }
  .melz-contact h1 { font-size: 40px; }
  .melz-contact-lead { font-size: 15px; }
  .melz-contact-details { display: block; padding: 27px 22px; }
  .melz-contact-detail + .melz-contact-detail { margin-top: 22px; padding-top: 22px; padding-left: 0; border-top: 1px solid rgba(88,48,111,.1); border-left: 0; }
  .melz-contact-form-card { padding: 29px 22px 32px; }
}

/* Compact WooCommerce shop and category archives. */
body.woocommerce-shop .site-content,
body.tax-product_cat .site-content { background: var(--melz-cream); }
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main { max-width: 1240px; margin-inline: auto; }
body.woocommerce-shop ul.products,
body.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px;
}
body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 10px 10px 16px;
  overflow: hidden;
  border: 1px solid var(--melz-border);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 3px 14px rgba(71,47,79,.04);
  transition: transform .22s ease, box-shadow .22s ease;
}
body.woocommerce-shop ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(71,47,79,.09);
}
body.woocommerce-shop ul.products li.product a img,
body.tax-product_cat ul.products li.product a img {
  width: 100%;
  height: 250px !important;
  margin: 0 0 13px !important;
  border-radius: 13px;
  background: #fffdfb;
  object-fit: contain !important;
  object-position: center;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  padding: 0 4px;
  color: var(--melz-purple);
  font-size: 15px;
  line-height: 1.35;
}
body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price { padding-inline: 4px; font-size: 14px; }
body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button {
  margin: 10px 4px 0;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
}

@media (max-width: 1024px) {
  body.woocommerce-shop ul.products,
  body.tax-product_cat ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px; }
  body.woocommerce-shop ul.products li.product a img,
  body.tax-product_cat ul.products li.product a img { height: 220px !important; }
}

@media (max-width: 620px) {
  body.woocommerce-shop ul.products,
  body.tax-product_cat ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
  body.woocommerce-shop ul.products li.product,
  body.tax-product_cat ul.products li.product { padding: 7px 7px 12px; border-radius: 14px; }
  body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_cat ul.products li.product .woocommerce-loop-product__title { font-size: 13px; }
  body.woocommerce-shop ul.products li.product a img,
  body.tax-product_cat ul.products li.product a img { height: 160px !important; }
}
.melz-home a, .melz-site-header a, .melz-site-footer a { color: inherit; text-decoration: none; }
.melz-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.melz-script { font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive; font-weight: 600; }

.melz-announcement { background: linear-gradient(100deg, #553069, #70417b); color: #fff; text-align: center; padding: 10px 20px; font-size: 14px; letter-spacing: .02em; }
.melz-announcement span { opacity: .75; padding-inline: 10px; }
.melz-site-header { position: relative; z-index: 20; background: rgba(255,250,247,.96); border-bottom: 1px solid rgba(88,48,111,.06); }
.melz-nav { min-height: 92px; display: grid; grid-template-columns: 160px 1fr 160px; align-items: center; }
.melz-logo img { display: block; width: auto; height: 72px; }
.melz-wordmark { font-size: 25px; color: var(--melz-purple); }
.melz-menu { display: flex; justify-content: center; align-items: center; gap: 38px; list-style: none; margin: 0; padding: 0; font-size: 15px; }
.melz-menu a { padding-block: 12px; }
.melz-menu a:hover { color: #a64479; }
.melz-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.melz-icon { position: relative; display: inline-grid; place-items: center; width: 28px; height: 28px; color: var(--melz-purple); }
.melz-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.melz-cart-count { position: absolute; right: -7px; top: -6px; min-width: 17px; height: 17px; border-radius: 99px; padding: 0 4px; display: grid; place-items: center; background: var(--melz-purple); color: white; font-size: 10px; }
.melz-menu-toggle { display: none; border: 0; padding: 8px; background: transparent; color: var(--melz-purple); }

.melz-home { position: relative; background-color: var(--melz-cream); background-image: radial-gradient(circle at 0 14%, rgba(245,182,207,.22), transparent 24%), radial-gradient(circle at 100% 27%, rgba(185,220,240,.23), transparent 23%), radial-gradient(circle at 3% 72%, rgba(245,182,207,.17), transparent 21%), radial-gradient(circle at 98% 82%, rgba(185,220,240,.18), transparent 22%); }
.melz-hero { position: relative; min-height: 610px; display: grid; grid-template-columns: 42% 58%; align-items: center; padding-block: 70px 90px; }
.melz-hero::before, .melz-story::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: radial-gradient(ellipse at 10% 10%, var(--melz-pink), transparent 28%), radial-gradient(ellipse at 95% 85%, var(--melz-blue), transparent 27%), radial-gradient(ellipse at 28% 92%, var(--melz-yellow), transparent 20%); filter: blur(18px); }
.melz-hero-copy { position: relative; z-index: 2; padding-left: 35px; }
.melz-hero h1 { max-width: 460px; margin: 0 0 28px; color: var(--melz-purple); font-size: clamp(42px, 5vw, 70px); line-height: 1.22; letter-spacing: -.035em; }
.melz-hero p { max-width: 385px; margin: 0 0 28px; color: #3f3541; font-size: 17px; line-height: 1.65; }
.melz-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 28px; border: 1px solid var(--melz-purple); border-radius: 5px; background: var(--melz-purple); color: #fff !important; font-size: 15px; transition: .2s ease; }
.melz-button:hover { transform: translateY(-2px); background: var(--melz-purple-dark); box-shadow: 0 8px 22px rgba(69,34,87,.18); }
.melz-hero-products { position: relative; height: 470px; }
.melz-hero-product { position: absolute; display: block; filter: drop-shadow(0 19px 15px rgba(55,32,66,.14)); transition: transform .25s ease; }
.melz-hero-product:hover { z-index: 9; transform: translateY(-7px) rotate(0deg) !important; }
.melz-hero-product img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.melz-hero-product:nth-child(1) { width: 44%; height: 58%; top: 0; left: 25%; transform: rotate(3deg); }
.melz-hero-product:nth-child(2) { width: 37%; height: 43%; top: 17%; right: 0; transform: rotate(4deg); }
.melz-hero-product:nth-child(3) { width: 39%; height: 45%; bottom: 0; left: 4%; transform: rotate(-6deg); }
.melz-hero-product:nth-child(4) { width: 43%; height: 43%; bottom: 2%; right: 3%; transform: rotate(2deg); }

.melz-section { padding-block: 26px 74px; }
.melz-section-heading { text-align: center; margin-bottom: 32px; }
.melz-section-heading h2 { margin: 0; color: var(--melz-purple); font-size: clamp(29px, 3vw, 42px); font-weight: 500; }
.melz-flourish { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 8px; color: #e881ac; }
.melz-flourish::before, .melz-flourish::after { content: ""; width: 58px; height: 1px; background: linear-gradient(90deg, transparent, #eab3c9); }
.melz-flourish::after { transform: scaleX(-1); }
.melz-flourish span { font-size: 14px; }
.melz-category-grid, .melz-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.melz-category-card, .melz-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--melz-border); border-radius: 20px; background: rgba(255,255,255,.58); box-shadow: 0 3px 14px rgba(71,47,79,.035); transition: .22s ease; }
.melz-category-card:hover, .melz-product-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(71,47,79,.09); }
.melz-category-image, .melz-product-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; margin: 10px; border-radius: 14px; background: #fffdfb; }
.melz-category-image img, .melz-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.melz-category-card:hover img, .melz-product-card:hover img { transform: scale(1.035); }
.melz-category-name { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 18px 18px; color: var(--melz-purple); font-size: 16px; }
.melz-category-name b { font-size: 25px; font-weight: 300; }
.melz-product-body { padding: 2px 16px 17px; }
.melz-tag { display: inline-flex; align-items: center; min-height: 20px; padding: 3px 9px; margin-bottom: 8px; border-radius: 99px; background: #f1ddec; color: #694374; font-size: 10px; line-height: 1.2; }
.melz-product-title { display: block; margin-bottom: 9px; overflow: hidden; color: var(--melz-purple); font-size: 15px; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; }
.melz-product-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #3f3441; font-size: 14px; }
.melz-product-meta .price { font-weight: 500; }
.melz-product-meta .price del { opacity: .55; margin-right: 5px; }
.melz-wishlist { border: 0; background: transparent; color: var(--melz-purple); font-size: 22px; line-height: 1; }
.melz-section-cta { margin-top: 34px; text-align: center; }
.melz-empty { grid-column: 1 / -1; padding: 32px; border: 1px dashed rgba(88,48,111,.25); border-radius: 16px; text-align: center; }

.melz-story-wrap { padding: 10px 0 76px; }
.melz-story { position: relative; min-height: 310px; overflow: hidden; display: grid; grid-template-columns: 45% 55%; align-items: center; border: 1px solid rgba(88,48,111,.1); border-radius: 24px; background: rgba(255,255,255,.5); }
.melz-story-image { position: relative; z-index: 2; width: 280px; aspect-ratio: 1; justify-self: center; overflow: hidden; border-radius: 47% 53% 54% 46% / 43% 44% 56% 57%; background: #fff; box-shadow: 0 9px 35px rgba(75,45,82,.11); }
.melz-story-image img { width: 100%; height: 100%; object-fit: cover; }
.melz-story-copy { position: relative; z-index: 2; padding: 38px 58px 38px 10px; text-align: center; }
.melz-story-copy h2 { margin: 0 0 8px; color: var(--melz-purple); font-size: clamp(28px, 3vw, 40px); }
.melz-story-pt { margin-bottom: 12px; color: var(--melz-purple); font-size: 19px; }
.melz-story-copy p:not(.melz-story-pt) { max-width: 520px; margin: 0 auto; font-size: 15px; line-height: 1.65; }
.melz-thanks { margin-top: 14px !important; color: #95609a; font-size: 18px !important; }

.melz-site-footer { background: rgba(255,250,247,.95); border-top: 1px solid rgba(88,48,111,.14); }
.melz-footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 52px; padding-block: 54px 38px; }
.melz-footer-brand img { width: auto; height: 75px; margin-bottom: 14px; }
.melz-footer-brand p { max-width: 185px; margin: 0; font-size: 13px; line-height: 1.55; }
.melz-footer-col h3 { margin: 8px 0 15px; color: var(--melz-purple); font-size: 14px; }
.melz-footer-col ul { margin: 0; padding: 0; list-style: none; }
.melz-footer-col li { margin-bottom: 9px; font-size: 13px; }
.melz-footer-col a:hover { color: #a64479; }
.melz-copyright { padding: 0 20px 30px; text-align: center; font-size: 12px; }

@media (max-width: 900px) {
  .melz-container { width: min(100% - 32px, 720px); }
  .melz-nav { min-height: 78px; grid-template-columns: 1fr auto auto; gap: 10px; }
  .melz-logo img { height: 60px; }
  .melz-menu-toggle { display: block; }
  .melz-menu { position: absolute; left: 16px; right: 16px; top: calc(100% + 1px); display: none; flex-direction: column; gap: 0; align-items: stretch; padding: 12px; border: 1px solid var(--melz-border); border-radius: 12px; background: #fffaf7; box-shadow: 0 14px 30px rgba(60,30,70,.14); }
  .melz-menu.is-open { display: flex; }
  .melz-menu a { display: block; padding: 12px 14px; }
  .melz-actions { gap: 12px; }
  .melz-hero { min-height: 0; grid-template-columns: 1fr; padding-block: 50px 60px; }
  .melz-hero-copy { padding-left: 0; text-align: center; }
  .melz-hero h1, .melz-hero p { margin-left: auto; margin-right: auto; }
  .melz-hero-products { height: 430px; margin-top: 35px; }
  .melz-category-grid, .melz-product-grid { grid-template-columns: repeat(2, 1fr); }
  .melz-story { grid-template-columns: 1fr; padding: 38px 20px; }
  .melz-story-image { width: min(280px, 80%); }
  .melz-story-copy { padding: 30px 10px 5px; }
  .melz-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .melz-announcement { font-size: 11px; }
  .melz-announcement span { padding-inline: 4px; }
  .melz-container { width: min(100% - 24px, 480px); }
  .melz-nav { grid-template-columns: 1fr auto auto; }
  .melz-logo img { height: 54px; }
  .melz-wordmark { font-size: 20px; }
  .melz-actions .melz-search { display: none; }
  .melz-hero { padding-top: 38px; }
  .melz-hero h1 { font-size: 40px; }
  .melz-hero p { font-size: 15px; }
  .melz-hero-products { height: 320px; }
  .melz-category-grid, .melz-product-grid { gap: 12px; }
  .melz-category-card, .melz-product-card { border-radius: 14px; }
  .melz-category-name { padding: 5px 12px 13px; font-size: 13px; }
  .melz-product-body { padding-inline: 12px; }
  .melz-product-title { font-size: 13px; }
  .melz-product-meta { font-size: 12px; }
  .melz-footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
