/* Dedicated milanesas landing, using the existing Meat Deli brand tokens. */
.m-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.m-cta-row .button { padding-inline: 16px; gap: 12px; font-size: 12px; }
.m-whatsapp-cta { color: var(--green); border: 1px solid var(--green); background: transparent; }
.m-whatsapp-cta:hover { background: #e9eee6; color: var(--green); }
.m-final .m-cta-row { justify-content: center; }
.m-final .m-whatsapp-cta { border-color: var(--paper); background: transparent; color: var(--paper); }
.m-final .m-whatsapp-cta:hover { color: var(--red); }
.m-cta-row .button[data-open-inquiry] { min-height: 66px; padding: 18px 22px; gap: 10px; font-size: 16px; line-height: 1.4; background: #236344; border: 1px solid #236344; color: #fff; box-shadow: 0 5px 16px #163e2926; animation: m-whatsapp-pulse 2.2s ease-out 2; transition: background .2s, transform .2s, box-shadow .2s; }
.m-whatsapp-icon { width: 26px; height: 26px; flex-shrink: 0; }
.m-cta-row .button[data-open-inquiry]:hover { background: #194d34; border-color: #194d34; color: #fff; transform: translateY(-3px); box-shadow: 0 9px 22px #163e2933; }
.m-cta-row .button[data-open-inquiry]:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.m-final .button[data-open-inquiry]:focus-visible { outline-color: #fff; }
.m-cta-row .button[data-open-inquiry]:active { transform: translateY(0); }
@keyframes m-whatsapp-pulse { 0%, 100% { box-shadow: 0 5px 16px #163e2926, 0 0 0 0 #23634400; } 35% { box-shadow: 0 5px 16px #163e2926, 0 0 0 5px #23634438; } 80% { box-shadow: 0 5px 16px #163e2926, 0 0 0 11px #23634400; } }
@media (prefers-reduced-motion: reduce) { .m-cta-row .button[data-open-inquiry] { animation: none; transition: none; } .m-cta-row .button[data-open-inquiry]:hover { transform: none; } }
.m-inquiry-dialog { margin: auto; padding: 30px; width: min(640px, calc(100% - 28px)); max-height: calc(100dvh - 28px); overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); }
.m-inquiry-dialog::backdrop { background: #1d261faa; backdrop-filter: blur(3px); }
.m-inquiry-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.m-inquiry-heading h2 { font-size: 42px; margin-bottom: 14px; }
.m-inquiry-heading .eyebrow { color: var(--red); margin-bottom: 9px; font-size: 9px; }
.m-inquiry-dialog > p { font-size: 13px; line-height: 1.6; }
.m-inquiry-dialog fieldset { padding: 0; margin: 20px 0 0; border: 0; min-width: 0; }
.m-inquiry-dialog .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.m-inquiry-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.m-inquiry-fields .form-field { margin: 0; min-width: 0; font-size: 12px; }
.m-inquiry-fields input, .m-inquiry-fields select, .m-inquiry-fields textarea { width: 100%; min-width: 0; font-size: 16px; background: #fff; }
.m-inquiry-wide { grid-column: 1 / -1; }
.m-inquiry-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.7; margin-top: 20px; }
.m-inquiry-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--red); }
.m-inquiry-consent a { text-decoration: underline; }
.m-inquiry-note { font-size: 11px; margin: 16px 0; }
.m-inquiry-status { font-size: 13px; line-height: 1.6; margin: 14px 0 0; }
.m-inquiry-status:empty { display: none; }
.m-inquiry-dialog [data-inquiry-next] { margin-top: 14px; }
.m-inquiry-dialog button:disabled { opacity: .65; cursor: wait; }
.m-inquiry-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.m-inquiry-dialog [aria-invalid="true"] { border-color: var(--red); }
@media (max-width: 600px) { .m-cta-row { flex-direction: column; } .m-cta-row .button { width: 100%; } .m-inquiry-dialog { padding: 23px 18px; } .m-inquiry-fields { grid-template-columns: 1fr; } .m-inquiry-heading h2 { font-size: 36px; } .m-inquiry-dialog .button { width: 100%; } }
body[data-page="milanesas"] { font-size: 16px; }
[data-page="milanesas"] .container { width: min(1240px, calc(100% - 80px)); }
[data-page="milanesas"] main section[id] { scroll-margin-top: 110px; }
.m-topline { padding: 10px 20px; text-align: center; background: var(--red); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .035em; }
.m-topline span { margin: 0 12px; }
.m-header .header-inner { height: 90px; }
.m-header nav { gap: 30px; font-size: 14px; }
.m-header .cart-trigger { min-height: 44px; font-size: 13px; padding-inline: 16px; }
.m-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; padding-block: 38px 50px; }
.m-hero .eyebrow { font-size: 11px; color: var(--red); letter-spacing: .12em; margin-bottom: 22px; }
.m-hero h1 { font-size: clamp(58px, 6.3vw, 92px); line-height: .91; letter-spacing: -.022em; margin: 0 0 28px; }
.m-hero-copy > p { font-size: 17px; line-height: 1.7; max-width: 420px; margin-bottom: 28px; }
.m-main-cta { font-size: 14px; min-height: 55px; gap: 40px; }
.m-hero-link { display: flex; align-items: center; gap: 14px; margin-top: 19px; font-size: 12px; font-weight: 700; }
.m-hero-foot { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 30px; font-size: 12px; color: var(--muted); max-width: 325px; }
.m-hero-visual { margin: 0; height: 590px; position: relative; overflow: hidden; border-radius: 140px 12px 12px 12px; background: var(--sand); }
.m-hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.m-promise { background: var(--sand); border-block: 1px solid var(--line); }
.m-promise .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 21px; }
.m-promise span { font-family: var(--display); font-size: 22px; font-weight: 600; }
.m-promise i { color: var(--red); font-size: 25px; font-style: normal; }
.m-section { padding-block: 92px; }
.m-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 38px; }
.m-section-heading h2, .m-faq h2 { font-size: clamp(44px, 4.7vw, 65px); margin: 0; }
.m-section-heading .eyebrow, .m-recipe .eyebrow, .m-faq .eyebrow, .m-uses .eyebrow { color: var(--red); font-size: 10px; letter-spacing: .12em; }
.m-section-heading > p { max-width: 330px; font-size: 14px; margin: 0 0 4px; }
.m-products { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.m-product { border-radius: 12px; }
.m-product-photo { height: 285px; overflow: hidden; position: relative; }
.m-product-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; transition: transform .5s ease; }
.m-product:hover .m-product-photo > img { transform: scale(1.025); }
.m-photo-label { position: absolute; top: 20px; left: 20px; background: var(--paper); padding: 7px 12px; border-radius: 4px; font-size: 11px; font-weight: 800; }
.m-product-body { padding: 26px 30px 18px; }
.m-product-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.m-product-heading .eyebrow { font-size: 9px; margin-bottom: 3px; }
.m-product-heading h3 { font: 600 58px/1 var(--display); margin: 0; letter-spacing: -.02em; }
.m-product-heading h3 span { color: var(--red); }
.m-packshot { width: 86px; height: 86px; object-fit: contain; }
.m-product-description { font-size: 13px; line-height: 1.7; margin-top: 14px; min-height: 45px; }
.m-format-select { display: flex; justify-content: space-between; align-items: center; gap: 10px; border-block: 1px solid var(--line); padding-block: 13px; }
.m-format-select label { font-size: 12px; font-weight: 700; }
.m-format-select select { max-width: 230px; font-size: 12px; background: var(--paper); padding: 9px 28px 9px 10px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); }
.m-price-block { padding-block: 20px; min-height: 139px; }
.m-price { display: flex; gap: 10px; align-items: baseline; }
.m-price strong { font-size: 31px; letter-spacing: -.04em; }
.m-price > span { color: var(--muted); font-size: 12px; }
.m-price-block p { font-size: 12px; margin: 0; }
.m-price-block small { display: block; margin-top: 6px; font-size: 11px; color: var(--muted); }
.m-product .product-actions { gap: 12px; }
.m-product .quantity-control { height: 48px; }
.m-product .quantity-control button { min-width: 34px; height: 46px; }
.m-product .quantity-control input { width: 30px; font-size: 14px; }
.m-product .add-button { font-size: 12px; min-height: 48px; padding-inline: 18px; }
.m-format-note { font-size: 11px; line-height: 1.6; min-height: 36px; margin: 12px 0 14px; }
.m-ingredients { border-top: 1px solid var(--line); }
.m-ingredients summary { display: flex; justify-content: space-between; gap: 15px; padding-block: 13px; font-size: 12px; font-weight: 700; list-style: none; cursor: pointer; }
.m-ingredients p { font-size: 12px; }
.m-order-terms { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; gap: 20px; }
.m-order-terms p { margin: 0; border-left: 2px solid var(--red); padding-left: 16px; }
.m-order-terms b { display: block; color: var(--ink); font-size: 13px; }
.m-order-terms span { font-size: 11px; }
.m-recipe { background: var(--sand); padding-block: 86px; }
.m-recipe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px 70px; align-items: center; }
.m-recipe h2 { font-size: clamp(55px, 6.2vw, 86px); line-height: .98; margin-bottom: 26px; }
.m-recipe-copy > p { max-width: 395px; font-size: 15px; line-height: 1.8; }
.m-recipe-claims { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 24px 13px; }
.m-recipe-claims span { color: var(--green); border: 1px solid #35664b55; padding: 8px 12px; font-size: 12px; font-weight: 800; border-radius: 4px; }
.m-recipe-copy > small { font-size: 11px; color: var(--muted); }
.m-recipe-detail figure { margin: 0; position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 16 / 9; }
.m-recipe-detail figure > img { width: 100%; height: 100%; object-fit: cover; }
.m-recipe-detail figcaption { position: absolute; bottom: 15px; left: 15px; background: var(--paper); font-size: 10px; padding: 7px 11px; border-radius: 4px; }
.m-recipe-ingredients { grid-column: 1 / -1; border-top: 1px solid #cfd2c8; padding-top: 32px; }
.m-recipe-ingredients > .eyebrow { margin-bottom: 25px; }
.m-ingredient-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 0; margin: 0; }
.m-ingredient-icon { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: var(--paper); color: var(--red); border-radius: 50%; margin-bottom: 18px; }
.m-ingredient-icon svg { width: 54px; height: 54px; }
.m-ingredient-grid h3 { font: 600 26px/1.08 var(--display); margin: 0 0 10px; }
.m-ingredient-grid p { font-size: 12px; line-height: 1.65; margin: 0; max-width: 165px; }
.m-ingredient-note { font-size: 11px; margin: 25px 0 0; color: var(--muted); }
.m-quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.m-quality-grid article { border-top: 2px solid var(--red); padding-top: 24px; }
.m-quality-number { font: 500 28px var(--display); color: var(--red); }
.m-quality-grid h3 { font: 600 32px/1.1 var(--display); margin: 18px 0 16px; }
.m-quality-grid p { font-size: 14px; line-height: 1.8; }
.m-quality-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); margin-top: 35px; padding-top: 25px; }
.m-quality-bottom p { margin: 0; font-size: 13px; }
.m-quality-bottom b, .m-quality-bottom span { display: block; }
.m-quality-bottom a { flex-shrink: 0; font-size: 13px; }
.m-uses { background: var(--ink); padding-block: 70px; color: var(--paper); }
.m-use-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 50px; }
.m-uses .eyebrow { color: #e2b0a7; }
.m-uses h2 { font-size: 45px; }
.m-uses h2 em { color: #e2b0a7; }
.m-uses p { color: #d4d9d0; font-size: 13px; }
.m-use { border-left: 1px solid #535c51; padding-left: 28px; }
.m-use > span { color: #e2b0a7; font-size: 11px; }
.m-use h3 { font: 500 31px/1.08 var(--display); margin-block: 16px; }
.m-use a { display: block; padding-block: 6px; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.m-uses a:hover { color: #e2b0a7; }
.m-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.m-faq > div > p { font-size: 14px; margin-top: 22px; max-width: 280px; }
.m-faq-list details { border-bottom: 1px solid var(--line); }
.m-faq-list details:first-child { border-top: 1px solid var(--line); }
.m-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; font-size: 14px; font-weight: 700; list-style: none; cursor: pointer; }
.m-faq-list summary span { color: var(--red); font-size: 20px; font-weight: 400; }
.m-faq-list details[open] summary span { transform: rotate(45deg); }
.m-faq-list p { font-size: 13px; line-height: 1.8; }
.m-final { text-align: center; background: var(--red); color: #fff; padding-block: 75px 80px; }
.m-final .eyebrow { color: #f3d3cf; font-size: 10px; }
.m-final h2 { font-size: clamp(54px, 6vw, 80px); line-height: 1; margin-bottom: 30px; }
.m-final h2 em { color: #f2c9bf; }
.m-final .button { background: var(--paper); color: var(--red); gap: 40px; font-size: 14px; }
.m-final .button:hover { background: #fff; }
.m-final-whatsapp { display: block; width: fit-content; margin: 23px auto 0; font-size: 12px; color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.m-final-whatsapp:hover { color: #f2c9bf; }
[data-page="milanesas"] .footer { padding-bottom: 110px; }
@media (prefers-reduced-motion: reduce) { .m-product-photo > img { transition: none; } }
@media (max-width: 1000px) {
  [data-page="milanesas"] .container { width: calc(100% - 48px); }
  .m-hero { gap: 30px; }
  .m-hero h1 { font-size: 66px; }
  .m-hero-visual { height: 560px; border-top-left-radius: 100px; }
  .m-recipe-grid { gap: 35px; }
  .m-ingredient-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  .m-product-body { padding-inline: 22px; }
  .m-format-select { flex-direction: column; align-items: stretch; }
  .m-format-select select { max-width: none; }
  .m-faq { gap: 45px; }
  .m-use-grid { gap: 25px; }
  .m-promise span { font-size: 19px; }
}
@media (max-width: 760px) {
  [data-page="milanesas"] .container { width: calc(100% - 36px); }
  .m-topline { font-size: 10px; padding-inline: 8px; }
  .m-topline span { margin-inline: 5px; }
  .m-header .header-inner { height: 76px; gap: 12px; }
  .m-header .header-inner > nav { display: none; }
  .m-header .menu-toggle { display: grid; }
  .m-header .header-actions { gap: 4px; }
  .m-header .cart-trigger { padding-inline: 10px; font-size: 11px; }
  [data-page="milanesas"] .m-header .cart-trigger > span { display: inline; }
  .m-header .brand { font-size: 25px; }
  .m-header .brand img { width: 29px; height: 37px; }
  .m-header .brand small { font-size: 5px; }
  .m-header .mobile-nav:not([hidden]) { display: flex; flex-direction: column; gap: 0; padding: 12px 24px; }
  .m-header .mobile-nav a { font-size: 14px; padding-block: 12px; }
  .m-hero { grid-template-columns: 1fr; gap: 27px; padding-block: 30px; }
  .m-hero h1 { font-size: clamp(54px, 14vw, 88px); line-height: .94; margin-bottom: 20px; }
  .m-hero .eyebrow { font-size: 9px; margin-bottom: 17px; }
  .m-hero-copy > p { font-size: 14px; max-width: 340px; margin-bottom: 22px; }
  .m-hero-foot { display: none; }
  .m-hero-link { margin-top: 15px; font-size: 11px; }
  .m-hero-visual { height: 380px; border-radius: 80px 10px 10px 10px; }
  .m-promise .container { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; padding-block: 18px; }
  .m-promise span { font-size: 19px; }
  .m-promise i { display: none; }
  .m-section { padding-block: 60px; }
  .m-section-heading { display: block; margin-bottom: 27px; }
  .m-section-heading h2 { font-size: 46px; }
  .m-section-heading > p { margin-top: 20px; max-width: 390px; font-size: 13px; }
  .m-products { grid-template-columns: 1fr; gap: 25px; }
  .m-product-photo { height: 260px; }
  .m-product-body { padding: 22px 22px 12px; }
  .m-product-description { min-height: 0; }
  .m-format-select { flex-direction: row; align-items: center; }
  .m-format-select select { max-width: 205px; padding-right: 20px; }
  .m-product .add-button { font-size: 11px; padding-inline: 12px; }
  .m-order-terms { grid-template-columns: 1fr; gap: 18px; }
  .m-order-terms b { font-size: 13px; }
  .m-order-terms span { font-size: 12px; }
  .m-recipe { padding-block: 55px; }
  .m-recipe-grid { grid-template-columns: 1fr; gap: 30px; }
  .m-recipe h2 { font-size: 64px; }
  .m-recipe-copy > p { font-size: 14px; }
  .m-ingredient-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 22px; }
  .m-ingredient-grid h3 { font-size: 25px; }
  .m-recipe-ingredients { padding-top: 26px; }
  .m-quality-grid { grid-template-columns: 1fr; gap: 22px; }
  .m-quality-bottom { align-items: flex-start; flex-direction: column; }
  .m-use-grid { grid-template-columns: 1fr; gap: 35px; }
  .m-uses { padding-block: 55px; }
  .m-use { padding-left: 20px; }
  .m-uses h2 { font-size: 46px; }
  .m-faq { grid-template-columns: 1fr; gap: 25px; }
  .m-faq h2 { font-size: 52px; }
  .m-faq-list summary { font-size: 13px; }
  .m-final { padding-block: 60px; }
  .m-final h2 { font-size: 53px; }
}
@media (max-width: 380px) {
  .m-format-select { flex-direction: column; align-items: stretch; }
  .m-format-select select { max-width: none; }
  .m-product-body { padding-inline: 17px; }
  .m-header .brand small { display: none; }
  .m-header .brand { font-size: 22px; gap: 6px; }
  .m-header .brand img { width: 24px; height: 32px; }
  .m-header .cart-trigger { white-space: nowrap; padding-inline: 8px; }
  .m-hero h1 { font-size: 48px; }
}

/* Complementary products follow the milanesas closing CTA. */
.m-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.m-related-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; }
.m-related-card > a { display: flex; flex-direction: column; height: 100%; color: var(--ink); }
.m-related-card > a:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.m-related-photo { aspect-ratio: 4 / 3; overflow: hidden; background: #fff; }
.m-related-photo img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.m-related-body { display: flex; flex-direction: column; flex: 1; padding: 23px; }
.m-related-body h3 { font: 600 32px/1.1 var(--display); margin: 0 0 12px; }
.m-related-format { font-size: 12px; margin: 0 0 22px; }
.m-related-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: auto 0 3px; }
.m-related-price strong { font-size: 24px; letter-spacing: -.03em; }
.m-related-price span, .m-related-tax { font-size: 11px; color: var(--muted); }
.m-related-tax { margin: 0; }
.m-related-link { display: flex; justify-content: space-between; align-items: center; color: var(--red); font-size: 13px; font-weight: 800; border-top: 1px solid var(--line); margin-top: 21px; padding-top: 17px; }
.m-related-card a:hover .m-related-link { text-decoration: underline; text-underline-offset: 4px; }
.m-related-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 27px; }
.m-related-footer p { font-size: 12px; margin: 0; }
.m-related-footer a { font-size: 13px; }
@media (max-width: 760px) {
  .m-related-grid { grid-template-columns: 1fr; gap: 24px; }
  .m-related-photo { aspect-ratio: 3 / 2; }
  .m-related-footer { flex-direction: column; align-items: flex-start; }
}
