:root {
  --momo-bg: #fff9f8;
  --momo-paper: #fffefd;
  --momo-pink: #f7d9e2;
  --momo-pink-deep: #d88fa6;
  --momo-blush: #fcecef;
  --momo-cream: #f6ede4;
  --momo-matcha: #dfe8d6;
  --momo-ink: #42393b;
  --momo-muted: #75696b;
  --momo-border: rgba(66, 57, 59, .14);
  --momo-radius: 28px;
  --momo-shadow: 0 24px 70px rgba(91, 62, 68, .11);
  --momo-shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--momo-bg);
  color: var(--momo-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; left: -9999px; }
.momo-shell { width: var(--momo-shell); margin-inline: auto; }

h1, h2, h3, h4, .woocommerce div.product .product_title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.03;
  margin-top: 0;
}
h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.65rem, 2.6vw, 2.5rem); }

.momo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--momo-border);
  background: rgba(255, 249, 248, .9);
  backdrop-filter: blur(18px);
}
.momo-header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.momo-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.custom-logo { max-height: 52px; width: auto; }
.momo-logo-mark { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--momo-pink); font-family: Georgia, serif; font-size: 1.5rem; }
.momo-brand-copy { display: grid; line-height: 1.15; }
.momo-brand-copy strong { font-family: Georgia, serif; font-size: 1.18rem; }
.momo-brand-copy small { margin-top: 5px; color: var(--momo-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.momo-nav ul { display: flex; gap: 24px; align-items: center; list-style: none; margin: 0; padding: 0; }
.momo-nav a { text-decoration: none; font-size: .93rem; }
.momo-nav a:hover { color: var(--momo-pink-deep); }
.momo-cart-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; border: 1px solid var(--momo-border); border-radius: 999px; padding: 10px 14px; }
.momo-cart-count { min-width: 24px; height: 24px; padding-inline: 6px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--momo-ink); color: white; font-size: .76rem; }
.momo-menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.momo-menu-toggle > span:not(.screen-reader-text) { width: 24px; height: 1px; background: var(--momo-ink); display: block; margin: 5px 0; }

.momo-hero { padding: 58px 0 88px; overflow: hidden; }
.momo-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.momo-hero-copy { padding: 42px 0; }
.momo-kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .19em; font-size: .73rem; font-weight: 700; color: #a05f74; }
.momo-hero h1 { margin-bottom: 28px; max-width: 9ch; }
.momo-lead { max-width: 660px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: var(--momo-muted); }
.momo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.momo-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px !important;
  padding: 12px 23px !important;
  font-weight: 700 !important;
  font-size: .92rem !important;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.momo-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); }
.momo-button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce a.button {
  background: var(--momo-ink) !important;
  color: white !important;
  box-shadow: 0 12px 30px rgba(66,57,59,.14);
}
.momo-button-ghost { border: 1px solid var(--momo-border); background: rgba(255,255,255,.55); }
.momo-mini-features { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; margin: 30px 0 0; padding: 0; color: var(--momo-muted); font-size: .86rem; }
.momo-mini-features li::before { content: "✿"; color: var(--momo-pink-deep); margin-right: 8px; }
.momo-hero-media { position: relative; }
.momo-hero-media::before { content: ""; position: absolute; inset: 10% -10% -8% 14%; background: var(--momo-pink); border-radius: 44% 56% 56% 44% / 55% 47% 53% 45%; filter: blur(2px); transform: rotate(4deg); }
.momo-hero-media img { position: relative; border-radius: 42% 58% 48% 52% / 48% 43% 57% 52%; box-shadow: var(--momo-shadow); aspect-ratio: 4 / 5; object-fit: cover; }
.momo-stamp { position: absolute; right: -15px; bottom: 7%; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: var(--momo-matcha); border: 1px solid rgba(66,57,59,.18); font-family: Georgia, serif; transform: rotate(-10deg); }

.momo-section { padding: 110px 0; }
.momo-soft-pink { background: linear-gradient(180deg, var(--momo-blush), #fff7f6); }
.momo-section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.momo-section-heading h2 { margin-bottom: 0; max-width: 13ch; }
.momo-section-heading > p { color: var(--momo-muted); max-width: 45ch; }
.momo-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.momo-service-card { min-height: 370px; padding: 34px; border: 1px solid var(--momo-border); border-radius: var(--momo-radius); background: rgba(255,255,255,.62); display: flex; flex-direction: column; box-shadow: 0 14px 40px rgba(87,62,67,.05); }
.momo-service-card-accent { background: var(--momo-pink); transform: translateY(-18px); }
.momo-card-number { font-family: Georgia, serif; font-size: 1.05rem; margin-bottom: auto; }
.momo-service-card p { color: var(--momo-muted); }
.momo-service-card a { margin-top: 18px; font-weight: 700; text-decoration: none; }
.momo-text-link { align-self: end; font-weight: 700; text-decoration: none; }

.momo-products-section { background: var(--momo-paper); }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 22px; border-radius: 26px; overflow: hidden; background: #fff; border: 1px solid var(--momo-border); box-shadow: 0 16px 45px rgba(91,62,68,.055); }
.woocommerce ul.products li.product a img { width: 100% !important; aspect-ratio: 4 / 5; min-height: 420px; object-fit: cover; margin: 0 0 22px !important; transition: transform .35s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 22px !important; margin-right: 22px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: Georgia, serif; color: var(--momo-ink); font-size: 1.55rem !important; line-height: 1.12; }
.woocommerce ul.products li.product .price { color: var(--momo-ink) !important; font-weight: 700 !important; }
.woocommerce span.onsale { background: var(--momo-pink-deep) !important; min-width: 0 !important; min-height: 0 !important; line-height: 1 !important; padding: 9px 12px !important; border-radius: 999px !important; margin: 12px !important; }

.momo-story { padding: 115px 0; background: var(--momo-matcha); overflow: hidden; }
.momo-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.momo-story-art { min-height: 480px; border-radius: 46% 54% 55% 45% / 51% 42% 58% 49%; background: #f9eee8; position: relative; }
.momo-sun { position: absolute; width: 190px; height: 190px; border-radius: 50%; background: var(--momo-pink); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.momo-flower { position: absolute; font-size: 5rem; color: #c78aa0; }
.momo-flower-one { left: 13%; top: 17%; transform: rotate(-18deg); }
.momo-flower-two { right: 13%; bottom: 15%; transform: rotate(17deg); }
.momo-story-copy h2 { max-width: 13ch; }
.momo-story-copy p:not(.momo-kicker) { color: #5e5a55; max-width: 55ch; }

.momo-newsletter { background: var(--momo-pink); }
.momo-newsletter-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.momo-newsletter-inner h2 { margin-bottom: 0; }

.momo-footer { padding: 80px 0 25px; background: var(--momo-ink); color: #fff8f7; }
.momo-footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .7fr; gap: 50px; padding-bottom: 60px; }
.momo-footer h2 { font-size: clamp(2rem, 4vw, 3.8rem); max-width: 13ch; }
.momo-footer a { color: inherit; }
.momo-footer ul { list-style: none; padding: 0; }
.momo-footer-bottom { border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.68); font-size: .84rem; }

.momo-content-area { padding: 90px 0 120px; min-height: 60vh; }
.momo-page-header { margin-bottom: 50px; }
.momo-page-header h1 { font-size: clamp(3rem, 7vw, 6rem); }
.momo-prose { max-width: 900px; }
.entry-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; }
.entry-content img, .momo-featured-image img { border-radius: 24px; }
.momo-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.momo-post-card { border: 1px solid var(--momo-border); border-radius: 24px; overflow: hidden; padding-bottom: 24px; background: white; }
.momo-post-card > *:not(a) { margin-left: 22px; margin-right: 22px; }
.momo-post-card img { aspect-ratio: 4/3; object-fit: cover; }
.momo-empty-state { text-align: center; padding-block: 100px; }

.momo-shop-area .woocommerce-breadcrumb { color: var(--momo-muted); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 30px; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images img { border-radius: 24px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--momo-pink-deep) !important; }
.woocommerce .quantity .qty, .woocommerce input.input-text, .woocommerce textarea, .woocommerce select {
  border: 1px solid var(--momo-border);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}
.woocommerce table.shop_table { border-color: var(--momo-border) !important; border-radius: 18px !important; overflow: hidden; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--momo-pink-deep) !important; background: var(--momo-blush) !important; }

.momo-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.momo-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .momo-reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .momo-nav { display: none; position: absolute; left: 20px; right: 20px; top: 78px; padding: 18px; border: 1px solid var(--momo-border); border-radius: 20px; background: var(--momo-paper); box-shadow: var(--momo-shadow); }
  .momo-nav.is-open { display: block; }
  .momo-nav ul { align-items: stretch; flex-direction: column; gap: 5px; }
  .momo-nav a { display: block; padding: 10px; }
  .momo-menu-toggle { display: block; order: 3; }
  .momo-cart-link { order: 2; }
  .momo-hero-grid, .momo-story-grid { grid-template-columns: 1fr; }
  .momo-hero-copy { padding-bottom: 0; }
  .momo-hero-media { max-width: 650px; margin-inline: auto; }
  .momo-section-heading, .momo-newsletter-inner { grid-template-columns: 1fr; align-items: start; }
  .momo-service-grid { grid-template-columns: 1fr; }
  .momo-service-card-accent { transform: none; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .momo-footer-grid { grid-template-columns: 1fr 1fr; }
  .momo-footer-grid > :first-child { grid-column: 1 / -1; }
  .momo-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --momo-shell: min(100% - 26px, 1180px); }
  .momo-header-inner { min-height: 74px; gap: 10px; }
  .momo-brand-copy small { display: none; }
  .momo-cart-link { font-size: 0; padding: 7px; border: 0; }
  .momo-cart-count { font-size: .75rem; }
  .momo-hero { padding-top: 25px; }
  .momo-hero h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .momo-section { padding: 78px 0; }
  .momo-mini-features { display: grid; gap: 7px; }
  .momo-stamp { width: 86px; height: 86px; right: -4px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .momo-footer-grid, .momo-footer-bottom, .momo-post-grid { grid-template-columns: 1fr; display: grid; }
  .momo-footer-bottom { justify-content: start; }
}

/* Portada editorial a pantalla completa */
.momo-hero-cover {
  min-height: calc(100vh - 88px);
  padding: 80px 22px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.momo-hero-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at center, transparent 15%, rgba(32,24,26,.18) 100%);
}
.momo-hero-overlay { max-width: 920px; text-align: center; }
.momo-hero-overlay .momo-kicker { color: #fff; letter-spacing: .18em; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.momo-hero-overlay h1 { margin: .12em 0 .18em; color: #fff; font-size: clamp(4.2rem, 11vw, 9.5rem); line-height: .88; text-shadow: 0 6px 35px rgba(0,0,0,.28); }
.momo-hero-overlay .momo-lead { max-width: 650px; margin-inline: auto; color: rgba(255,255,255,.94); font-size: clamp(1rem, 2vw, 1.28rem); text-shadow: 0 2px 18px rgba(0,0,0,.3); }
.momo-actions-centered { justify-content: center; }
.momo-button-light { background: #fff !important; color: var(--momo-ink) !important; }
.momo-button-outline-light { border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(8px); }
.momo-scroll-cue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 1.5rem; text-decoration: none; animation: momoFloat 1.8s ease-in-out infinite; }
@keyframes momoFloat { 50% { transform: translate(-50%, 8px); } }

/* Tres familias con fotografía */
.momo-service-grid-photo { gap: 28px; }
.momo-service-photo { min-height: 0; padding: 20px 20px 28px; background: rgba(255,255,255,.72); }
.momo-service-photo .momo-card-number { margin: 4px 0 16px; color: var(--momo-pink-deep); }
.momo-service-image { display: block; overflow: hidden; border-radius: 20px; aspect-ratio: 4 / 5; margin-bottom: 24px; }
.momo-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.momo-service-photo:hover .momo-service-image img { transform: scale(1.045); }
.momo-service-photo h3 { margin-bottom: 10px; }
.momo-service-photo p { min-height: 3.6em; }
.momo-service-link { margin-top: auto !important; }

@media (max-width: 600px) {
  .momo-hero-cover { min-height: calc(100svh - 74px); padding-inline: 18px; }
  .momo-hero-overlay h1 { font-size: clamp(3.6rem, 20vw, 5.6rem); }
  .momo-actions-centered { display: grid; }
}

/* ===== Momo Bakery 1.2 · portada editorial rosa ===== */
.momo-announcement {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 18px;
  background: linear-gradient(90deg, #f8d4dc, #fbe7e7, #f8d4dc);
  color: #8d5d63;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.momo-announcement-flower { width: 15px; height: 15px; color: #df8fa1; }
.momo-header { position: sticky; top: 0; background: rgba(255,250,248,.95); }
.momo-header-inner { min-height: 78px; }
.momo-logo-mark { background: #f8e2e2; color: #df8fa1; border: 1px solid rgba(223,143,161,.18); }
.momo-logo-flower { width: 30px; height: 30px; }
.momo-brand-copy strong { font-size: 1.34rem; letter-spacing: .03em; text-transform: uppercase; }
.momo-brand-copy small { letter-spacing: .12em; }
.momo-cart-link { color: #6b4e4d; background: rgba(255,255,255,.55); border-color: rgba(223,143,161,.22); }
.momo-cart-count { background: transparent; color: #a2676d; min-width: 12px; padding: 0; }

.momo-hero-cover {
  min-height: clamp(570px, calc(100vh - 108px), 820px);
  background-position: center 54%;
  padding: 72px 24px 64px;
}
.momo-hero-cover::after { background: radial-gradient(circle at center, rgba(57,36,32,.05) 5%, rgba(48,28,25,.30) 100%); }
.momo-hero-overlay { max-width: 800px; }
.momo-japanese { margin: 0 0 12px; color: rgba(255,255,255,.92); font-family: Georgia, serif; letter-spacing: .12em; font-size: .92rem; }
.momo-hero-overlay h1 { font-size: clamp(4rem, 8.7vw, 7.8rem); line-height: .92; letter-spacing: .045em; text-transform: uppercase; margin: .06em 0 .14em; }
.momo-hero-subtitle { margin: 0; color: rgba(255,255,255,.95); font-size: clamp(.76rem, 1.25vw, .98rem); font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.momo-hero-divider { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 25px auto 21px; color: #f6bdc8; }
.momo-hero-divider span { width: 94px; height: 1px; background: rgba(255,255,255,.48); }
.momo-divider-flower { width: 21px; height: 21px; }
.momo-hero-overlay .momo-lead { max-width: 570px; font-size: clamp(.95rem, 1.45vw, 1.08rem); line-height: 1.55; }
.momo-actions-centered { margin-top: 27px; }
.momo-button-pink { background: #f3a6b6 !important; color: #fff !important; min-width: 184px; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem !important; }
.momo-button-cream { background: #fff7e9 !important; color: #d27688 !important; min-width: 205px; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem !important; }
.momo-button-pink:hover, .momo-button-cream:hover { box-shadow: 0 12px 28px rgba(67,39,37,.18); }
.momo-scroll-cue { bottom: 15px; font-size: 2rem; }

.momo-category-strip { padding: 36px 0 38px; background: #fffaf8; }
.momo-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 25px; }
.momo-category-card {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 295px;
  overflow: hidden;
  border: 1px solid rgba(221,145,157,.28);
  border-radius: 18px;
  background: #fffdfb;
  box-shadow: 0 10px 35px rgba(133,88,88,.035);
}
.momo-category-image { overflow: hidden; min-height: 100%; }
.momo-category-image img { width: 100%; height: 100%; min-height: 295px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.momo-category-card:hover .momo-category-image img { transform: scale(1.045); }
.momo-category-copy { display: flex; flex-direction: column; padding: 25px 24px 20px; }
.momo-category-number-row { display: flex; align-items: center; gap: 10px; color: #e49aaa; margin-bottom: 22px; }
.momo-category-number { font-family: Georgia, serif; font-size: 2.6rem; line-height: 1; font-style: italic; }
.momo-number-line { height: 1px; flex: 1; background: #f1cfd5; }
.momo-number-flower { width: 18px; height: 18px; flex: 0 0 auto; }
.momo-category-copy h2 { font-size: clamp(1.65rem, 2.05vw, 2.15rem); margin-bottom: 13px; }
.momo-category-copy p { margin: 0 0 21px; color: #75696b; font-size: .84rem; line-height: 1.55; }
.momo-category-link { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; font-weight: 700; font-size: .85rem; text-decoration: none; }
.momo-link-flower { width: 32px; height: 32px; color: #f0a6b4; transition: transform .3s ease; }
.momo-category-link:hover .momo-link-flower { transform: rotate(14deg) scale(1.08); }

.momo-benefits { padding: 24px 0; background: linear-gradient(90deg, #fff8f7, #fceded, #fff8f7); border-top: 1px solid rgba(221,145,157,.12); border-bottom: 1px solid rgba(221,145,157,.12); }
.momo-benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; }
.momo-benefit { display: flex; align-items: center; justify-content: center; gap: 14px; color: #e18c9d; }
.momo-benefit-icon { font-family: Georgia, serif; font-size: 1.8rem; line-height: 1; }
.momo-benefit p { display: grid; margin: 0; color: #6f6263; line-height: 1.35; }
.momo-benefit strong { font-size: .8rem; font-weight: 600; }
.momo-benefit small { font-size: .7rem; color: #918486; }

@media (max-width: 1040px) {
  .momo-category-card { grid-template-columns: 1fr; }
  .momo-category-image img { min-height: 250px; aspect-ratio: 4/3; }
}
@media (max-width: 900px) {
  .momo-category-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .momo-category-card { grid-template-columns: 45% 55%; }
  .momo-category-image img { min-height: 320px; height: 100%; aspect-ratio: auto; }
  .momo-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .momo-announcement { font-size: .57rem; letter-spacing: .07em; }
  .momo-header { top: 0; }
  .momo-brand-copy strong { font-size: 1.05rem; }
  .momo-hero-cover { min-height: calc(100svh - 104px); padding-top: 48px; }
  .momo-hero-overlay h1 { font-size: clamp(3rem, 16vw, 4.6rem); letter-spacing: .02em; }
  .momo-hero-divider span { width: 58px; }
  .momo-actions-centered { width: 100%; }
  .momo-button-pink, .momo-button-cream { width: 100%; }
  .momo-category-strip { padding-top: 20px; }
  .momo-category-card { grid-template-columns: 1fr; }
  .momo-category-image img { min-height: 300px; aspect-ratio: 4/4.3; }
  .momo-category-copy { padding: 22px; }
  .momo-benefits-grid { grid-template-columns: 1fr; gap: 16px; }
  .momo-benefit { justify-content: flex-start; padding-left: 12px; }
}

/* ===== Momo Bakery 1.3 · catálogo editable, contacto y cesta ===== */
.momo-catalog-header { max-width: 820px; margin: 0 0 38px; }
.momo-catalog-header h1 { margin-bottom: 18px; font-size: clamp(3.4rem, 7vw, 6.7rem); }
.momo-catalog-header > p:not(.momo-kicker), .momo-catalog-description { max-width: 680px; color: var(--momo-muted); font-size: 1.08rem; }
.momo-catalog-tabs { margin: 0 0 62px; }
.momo-catalog-tabs-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.momo-catalog-tab { position: relative; min-height: 122px; display: grid; grid-template-columns: 108px 1fr auto; align-items: center; gap: 17px; padding: 10px 15px 10px 10px; border: 1px solid rgba(221,145,157,.28); border-radius: 22px; background: rgba(255,255,255,.76); text-decoration: none; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.momo-catalog-tab:hover, .momo-catalog-tab.is-active { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(133,88,88,.10); border-color: rgba(216,143,166,.62); }
.momo-catalog-tab.is-active { background: linear-gradient(135deg,#fff,#fcecef); }
.momo-catalog-tab-image { width: 108px; height: 100px; border-radius: 16px; overflow: hidden; }
.momo-catalog-tab-image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.momo-catalog-tab:hover .momo-catalog-tab-image img { transform:scale(1.045); }
.momo-catalog-tab-copy { display:grid; gap:4px; min-width:0; }
.momo-catalog-tab-number { color:#dc93a5; font-family:Georgia,serif; font-style:italic; font-size:1.35rem; }
.momo-catalog-tab-copy strong { font-family:Georgia,serif; font-size:1.3rem; line-height:1.08; }
.momo-catalog-tab-copy small { color:var(--momo-muted); font-size:.74rem; }
.momo-catalog-tab-flower { width:27px; height:27px; color:#efa5b4; }
.momo-shop-content { padding-top: 5px; }
.momo-shop-content .woocommerce-products-header { display:none; }
.momo-curated-catalog .momo-catalog-page-content { margin: -20px 0 58px; }
.momo-curated-catalog .momo-catalog-page-content .entry-content:empty { display:none; }
.momo-catalog-products { padding: 15px 0 40px; }
.momo-compact-heading { margin-bottom: 32px; }
.momo-compact-heading h2 { font-size: clamp(2.4rem,4.8vw,4.4rem); }

.momo-contact-page { background:var(--momo-bg); }
.momo-contact-hero { padding:80px 0 92px; background:linear-gradient(135deg,#fff8f7 0%,#fce9ec 100%); overflow:hidden; }
.momo-contact-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(42px,7vw,92px); align-items:center; }
.momo-contact-intro h1 { font-size:clamp(4rem,8vw,7.6rem); margin-bottom:24px; }
.momo-contact-intro .momo-lead { font-size:1.15rem; }
.momo-contact-flower-line { display:flex; align-items:center; gap:12px; margin-top:32px; color:#df8fa1; }
.momo-contact-flower-line span { width:90px; height:1px; background:#eec6ce; }
.momo-contact-photo { position:relative; }
.momo-contact-photo:before { content:""; position:absolute; inset:7% -7% -7% 10%; border-radius:42% 58% 48% 52% / 52% 44% 56% 48%; background:#f7d9e2; transform:rotate(3deg); }
.momo-contact-photo img { position:relative; width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:42% 58% 48% 52% / 52% 44% 56% 48%; box-shadow:var(--momo-shadow); }
.momo-contact-content-section { padding:105px 0 125px; }
.momo-contact-content-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:clamp(45px,8vw,110px); align-items:start; }
.momo-contact-aside { position:sticky; top:135px; }
.momo-contact-aside h2 { font-size:clamp(2.2rem,4vw,4rem); }
.momo-contact-aside p:not(.momo-kicker) { color:var(--momo-muted); }
.momo-contact-editorial .entry-content > * { max-width:none; }
.momo-contact-editorial .wp-block-group, .momo-contact-editorial form { padding:28px; border:1px solid var(--momo-border); border-radius:24px; background:rgba(255,255,255,.7); }

/* Cesta y checkout con acabado de tienda */
.woocommerce-cart .momo-content-area, .woocommerce-checkout .momo-content-area { background:linear-gradient(180deg,#fff9f8,#fff); }
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { display:block; }
.woocommerce table.shop_table { background:#fff; border-collapse:separate !important; border-spacing:0; box-shadow:0 18px 50px rgba(91,62,68,.06); }
.woocommerce table.shop_table th { padding:18px 16px; font-size:.75rem; text-transform:uppercase; letter-spacing:.10em; color:#8f7479; background:#fff7f6; }
.woocommerce table.shop_table td { padding:20px 16px; border-top:1px solid rgba(66,57,59,.08); }
.woocommerce-cart table.cart img { width:92px; border-radius:15px; }
.woocommerce-cart table.cart .product-name a { font-family:Georgia,serif; font-size:1.23rem; text-decoration:none; }
.woocommerce-cart .cart-collaterals { margin-top:34px; }
.woocommerce-cart .cart-collaterals .cart_totals { width:min(100%,520px); padding:30px; border:1px solid var(--momo-border); border-radius:24px; background:#fff; box-shadow:0 20px 55px rgba(91,62,68,.07); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { font-size:2.15rem; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width:100%; min-height:58px; background:#d88fa6 !important; }
.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review { padding:30px; border:1px solid var(--momo-border); border-radius:24px; background:#fff; box-shadow:0 20px 55px rgba(91,62,68,.06); }
.woocommerce-checkout #customer_details { margin-bottom:30px; }
.woocommerce-checkout h3 { font-size:2rem; }
.woocommerce-checkout #payment { background:#fff7f6 !important; border-radius:20px !important; }
.woocommerce-checkout #place_order { width:100%; min-height:58px; background:#d88fa6 !important; }
.wc-block-cart, .wc-block-checkout { --wp--preset--color--contrast:#42393b; }
.wc-block-components-button { border-radius:999px !important; background:#d88fa6 !important; color:#fff !important; }
.wc-block-cart__main, .wc-block-cart__sidebar, .wc-block-checkout__main, .wc-block-checkout__sidebar { border-radius:24px; }

@media (max-width:1050px) {
  .momo-catalog-tab { grid-template-columns:78px 1fr; }
  .momo-catalog-tab-image { width:78px; height:82px; }
  .momo-catalog-tab-flower { display:none; }
}
@media (max-width:800px) {
  .momo-catalog-tabs-grid { grid-template-columns:1fr; }
  .momo-catalog-tab { grid-template-columns:105px 1fr auto; }
  .momo-catalog-tab-image { width:105px; height:94px; }
  .momo-catalog-tab-flower { display:block; }
  .momo-contact-hero-grid, .momo-contact-content-grid { grid-template-columns:1fr; }
  .momo-contact-photo { max-width:620px; }
  .momo-contact-aside { position:static; }
  .woocommerce-cart table.cart .product-thumbnail { display:none; }
}
@media (max-width:520px) {
  .momo-content-area { padding-top:58px; }
  .momo-catalog-header h1 { font-size:3.5rem; }
  .momo-catalog-tabs { margin-bottom:42px; }
  .momo-catalog-tab { grid-template-columns:82px 1fr; padding:8px 12px 8px 8px; }
  .momo-catalog-tab-image { width:82px; height:82px; }
  .momo-catalog-tab-copy strong { font-size:1.12rem; }
  .momo-catalog-tab-flower { display:none; }
  .momo-contact-hero { padding:58px 0 70px; }
  .momo-contact-content-section { padding:75px 0 90px; }
  .woocommerce table.shop_table_responsive tr td { padding:14px !important; }
}

/* ===== Momo Bakery 1.4 · fotografías de producto más grandes ===== */
.momo-shop-content, .momo-catalog-products { width: 100%; }
.woocommerce ul.products li.product .button { display:inline-flex; align-items:center; justify-content:center; min-height:44px; border-radius:999px; }
@media (max-width: 980px) {
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap:20px; }
  .woocommerce ul.products li.product a img { min-height:340px; }
}
@media (max-width: 600px) {
  .woocommerce ul.products { grid-template-columns:1fr; }
  .woocommerce ul.products li.product a img { min-height:390px; aspect-ratio:4/4.7; }
}

/* ===== Momo Bakery 2.0 · catálogo dinámico y editable ===== */
.woocommerce ul.products { gap: 30px; }
.woocommerce ul.products li.product { position: relative; padding-bottom: 26px; border-radius: 28px; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; overflow: hidden; }
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.22;
  min-height: 500px;
  object-fit: cover;
  background: #f9efed;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: clamp(1.55rem,2vw,2rem) !important; padding-top: 2px !important; }
.woocommerce ul.products li.product .price { margin-top: 8px; font-size: 1.02rem !important; }
.woocommerce ul.products li.product .button { margin-top: 14px !important; padding: 12px 20px !important; background: #f4c7d2 !important; color: #4a3d40 !important; }
.woocommerce ul.products li.product .button:hover { background: #df9fb0 !important; color: white !important; }
.momo-empty-catalog { max-width: 720px; margin: 0 auto 40px; padding: 70px 35px; text-align: center; border: 1px dashed rgba(214,143,162,.55); border-radius: 30px; background: linear-gradient(145deg,#fff,#fff5f5); }
.momo-empty-flower { width: 55px; height: 55px; color: #e89db0; }
.momo-empty-catalog h3 { margin: 18px 0 10px; font-size: clamp(2rem,4vw,3.4rem); }
.momo-empty-catalog p { max-width: 560px; margin: 0 auto 24px; color: var(--momo-muted); }
.momo-compact-heading .momo-text-link { align-self: end; margin-bottom: 8px; }
@media (max-width: 1024px) {
  .woocommerce ul.products li.product a img { min-height: 410px; }
}
@media (max-width: 680px) {
  .woocommerce ul.products li.product a img { min-height: 430px; aspect-ratio: 1/1.15; }
  .momo-empty-catalog { padding: 50px 22px; }
}


/* ===== Momo Bakery 2.1 ===== */
.momo-logo-mark { width:54px; height:54px; flex:0 0 54px; display:grid; place-items:center; border-radius:50%; overflow:hidden; }
.momo-logo-mark img { width:100%; height:100%; display:block; object-fit:contain; }
.momo-custom-logo img { border-radius:50%; }
.momo-cart-link { gap:7px; }
.momo-cart-flower { width:25px; height:25px; border-radius:50%; object-fit:contain; }

/* Sobre Momo: portada editorial, sin tarjetas 01/02/03. */
.momo-about-hero { position:relative; min-height:68vh; display:grid; align-items:end; background-image:var(--momo-about-image); background-size:cover; background-position:center; overflow:hidden; }
.momo-about-overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(54,36,36,.12),rgba(54,34,38,.62)); }
.momo-about-hero-copy { position:relative; z-index:1; color:#fff; padding-top:170px; padding-bottom:80px; }
.momo-about-hero-copy .momo-kicker { color:#ffe8ec; }
.momo-about-hero-copy h1 { max-width:900px; margin:10px 0 18px; color:#fff; font-size:clamp(4.4rem,10vw,9rem); }
.momo-about-hero-copy .momo-lead { max-width:670px; font-size:1.2rem; }
.momo-about-flower { width:42px; height:42px; color:#ffd1dc; margin-top:24px; }
.momo-about-content-section { padding:100px 0; background:linear-gradient(180deg,#fff9f8,#fff); }
.momo-about-content-grid { display:grid; grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr); gap:clamp(45px,8vw,120px); align-items:start; }
.momo-about-aside { position:sticky; top:130px; }
.momo-about-aside h2 { font-size:clamp(2.4rem,4.6vw,4.8rem); }
.momo-about-editorial { font-size:1.08rem; line-height:1.85; }
.momo-about-editorial .entry-content > * + * { margin-top:1.4em; }
.momo-about-editorial img { border-radius:28px; }

/* Catering usa el mismo catálogo dinámico que el resto. */
.page-template-page-catering .momo-catalog-header h1 { color:var(--momo-ink); }

/* Marca visual dentro de cesta y pago. */
.momo-cart-branding { display:flex; align-items:center; gap:16px; margin:0 0 28px; padding:18px 22px; border:1px solid var(--momo-border); border-radius:22px; background:linear-gradient(135deg,#fff,#fff1f3); }
.momo-cart-branding img { width:58px; height:58px; border-radius:50%; }
.momo-cart-branding div { display:grid; gap:1px; }
.momo-cart-branding span { color:var(--momo-pink-deep); text-transform:uppercase; letter-spacing:.16em; font-size:.72rem; font-weight:700; }
.momo-cart-branding strong { font-family:Georgia,serif; font-size:1.7rem; font-weight:500; }

/* En páginas Cookies, Pasteles, Panadería y Catering ya no aparecen las tarjetas superiores. */
.momo-curated-catalog .momo-catalog-page-content { margin:0 0 48px; }

@media(max-width:800px){
  .momo-about-content-grid{grid-template-columns:1fr}.momo-about-aside{position:static}.momo-about-content-section{padding:70px 0}
  .momo-logo-mark{width:44px;height:44px;flex-basis:44px}.momo-cart-flower{width:22px;height:22px}
}

/* Momo Bakery 2.2: imágenes y contenido editable */
.momo-announcement-momo {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  padding: 2px;
}
.momo-story-photo {
  background-size: cover;
  background-position: center;
  box-shadow: 0 25px 70px rgba(83,59,60,.13);
}
.momo-story-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.42);
  pointer-events: none;
}
.momo-footer {
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

/* Momo Bakery 2.3 — páginas sin títulos duplicados y catálogo editable */
.momo-no-duplicate-title { padding-top: clamp(46px, 6vw, 86px); }
.momo-editable-page-content:empty { display:none; }
.momo-editable-page-content { margin-bottom: clamp(34px, 5vw, 72px); }
.momo-editable-page-content > :first-child { margin-top:0; }
.momo-shop-intro { max-width: 920px; }
.momo-shop-products-heading { margin-top: clamp(46px, 7vw, 92px); }
.momo-admin-add-product { white-space:nowrap; }
.momo-floating-admin-link { position:fixed; right:22px; bottom:22px; z-index:9998; display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 20px; border-radius:999px; background:#43383d; color:#fff !important; box-shadow:0 12px 35px rgba(52,36,42,.24); font-weight:700; text-decoration:none; }
.momo-floating-admin-link:hover { transform:translateY(-2px); background:#d990a4; }

/* Página individual de producto: imagen grande izquierda, información derecha. */
.single-product .momo-shop-content { padding-top:0; }
.single-product div.product { display:grid; grid-template-columns:minmax(0, 1.08fr) minmax(340px, .92fr); gap:clamp(38px, 6vw, 92px); align-items:start; }
.single-product div.product .woocommerce-product-gallery { width:100% !important; float:none !important; margin:0 !important; }
.single-product div.product .woocommerce-product-gallery__image img { width:100%; border-radius:32px; object-fit:cover; background:#fff8f7; }
.single-product div.product .summary { width:100% !important; float:none !important; margin:0 !important; position:sticky; top:135px; padding:clamp(25px, 4vw, 48px); border:1px solid var(--momo-border); border-radius:32px; background:rgba(255,255,255,.83); box-shadow:0 20px 60px rgba(91,62,68,.075); }
.single-product div.product .product_title { font-family:Georgia,serif; font-size:clamp(2.6rem,5vw,5.2rem); line-height:.98; color:var(--momo-ink); margin:0 0 22px; }
.single-product div.product p.price { font-size:1.45rem !important; color:var(--momo-ink) !important; font-weight:700; margin:0 0 24px; }
.single-product div.product .woocommerce-product-details__short-description { color:var(--momo-muted); font-size:1.08rem; line-height:1.75; }
.single-product div.product form.cart { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:30px; }
.single-product div.product form.cart .quantity input { min-height:50px; border-radius:999px; border:1px solid var(--momo-border); }
.single-product div.product form.cart .single_add_to_cart_button { min-height:52px; border-radius:999px !important; padding:0 28px !important; background:#e8a9b8 !important; color:#fff !important; }
.single-product div.product .product_meta { margin-top:30px; padding-top:24px; border-top:1px solid var(--momo-border); color:var(--momo-muted); }
.single-product .woocommerce-tabs, .single-product .related.products, .single-product .up-sells { grid-column:1/-1; margin-top:clamp(40px,7vw,90px); }
.single-product .woocommerce-tabs ul.tabs { padding:0 !important; }
.single-product .woocommerce-tabs .panel { padding:30px 0; }

/* Producto de catálogo: la tarjeta completa lleva a la ficha y el precio se ve claramente. */
.woocommerce ul.products li.product .price { display:block; font-size:1.12rem !important; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { color:inherit; text-decoration:none; }

@media (max-width: 860px) {
  .single-product div.product { grid-template-columns:1fr; }
  .single-product div.product .summary { position:static; }
  .momo-compact-heading { align-items:flex-start; gap:18px; }
}

/* ===== Momo Bakery 2.4 · Ficha de producto, opciones y depósitos ===== */
.single-product div.product { grid-template-columns:minmax(0, 1fr) minmax(360px, .82fr); gap:clamp(34px,5vw,74px); }
.single-product div.product .woocommerce-product-gallery { max-width:760px; }
.single-product div.product .woocommerce-product-gallery__image img { max-height:760px; object-fit:cover; }
.single-product div.product .summary { padding:clamp(26px,3.6vw,44px); }
.single-product div.product .product_title { font-size:clamp(2.35rem,4.4vw,4.5rem); }
.momo-product-options { width:100%; margin:26px 0 8px; padding:22px; border:1px solid rgba(223,143,161,.30); border-radius:22px; background:#fff8f8; }
.momo-options-title { margin:0 0 16px; font-family:Georgia,serif; font-size:1.45rem; color:var(--momo-ink); }
.momo-option-field { display:grid; gap:8px; margin:0 0 15px; font-weight:700; color:var(--momo-ink); }
.momo-option-field select { width:100%; min-height:50px; padding:0 46px 0 16px !important; border-radius:16px !important; background:#fff !important; font-weight:500; }
.momo-live-total { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:18px; padding-top:18px; border-top:1px solid var(--momo-border); }
.momo-live-total span { color:var(--momo-muted); font-weight:700; }
.momo-live-total strong { font-family:Georgia,serif; font-size:1.55rem; color:var(--momo-pink-deep); }
.momo-deposit-help { margin:10px 0 0; color:var(--momo-muted); font-size:.91rem; line-height:1.5; }
.single-product div.product form.cart { align-items:stretch; }
.single-product div.product form.cart .momo-product-options { flex-basis:100%; }
.single-product div.product form.cart .quantity { display:flex; }
.single-product div.product form.cart .single_add_to_cart_button { flex:1; }
.woocommerce ul.products li.product .price { color:var(--momo-pink-deep)!important; }

@media (max-width:900px){
  .single-product div.product { grid-template-columns:1fr; }
  .single-product div.product .woocommerce-product-gallery { max-width:680px; margin-inline:auto!important; }
}
