:root {
  --navy: #06255d;
  --navy-2: #0d3477;
  --logo-blue: #353488;
  --gold: #bb8b32;
  --gold-soft: #dbc391;
  --cream: #f5efe4;
  --paper: #fffdf8;
  --ink: #17233a;
  --muted: #5f6570;
  --line: rgba(6, 37, 93, .16);
  --shadow: 0 24px 65px rgba(20, 27, 44, .16);
  --logo-width: 220px;
  --logo-height: 106px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
body.menu-open, body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 12px 16px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { position: fixed; background: rgba(255,253,248,.96); box-shadow: 0 8px 32px rgba(12,36,77,.1); backdrop-filter: blur(14px); }
.header-inner { width: min(1180px, calc(100% - 48px)); height: 118px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo { width: var(--logo-width); height: var(--logo-height); display: block; background: transparent url("../images/mevorach-logo-transparente.png") center / contain no-repeat; }
.brand .custom-logo { width: var(--logo-width); height: var(--logo-height); display: block; object-fit: contain; }
body.admin-bar .site-header { top: 32px; }
.site-nav { display: flex; align-items: center; gap: 23px; color: #111828; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.site-nav > a:not(.whatsapp-button) { position: relative; }
.site-nav > a:not(.whatsapp-button)::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 2px; background: var(--gold); transition: right .2s; }
.site-nav > a:not(.whatsapp-button):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--navy); flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.menu-toggle > span { width: 19px; height: 2px; background: #fff; transition: .2s; }

.whatsapp-button { min-height: 50px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 11px; color: #fff; background: var(--navy); box-shadow: 0 12px 26px rgba(6,37,93,.18); font-weight: 700; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.whatsapp-button:hover { transform: translateY(-2px); background: var(--navy-2); box-shadow: 0 15px 34px rgba(6,37,93,.25); }
.whatsapp-button > span { width: 22px; height: 22px; display: inline-grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: 14px; }
.whatsapp-button.small { min-height: 46px; padding-inline: 20px; font-size: 13px; }

.hero { background: var(--cream); }
.hero-inner { position: relative; min-height: 710px; padding: 165px max(36px, calc((100vw - 1180px) / 2)) 65px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 42px; overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(255,255,255,.92), transparent 30%), linear-gradient(115deg, #fffdf7 0%, #f8f2e8 45%, #efe4d1 100%); }
.hero-inner::before { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(106,83,52,.11) .7px, transparent .7px); background-size: 7px 7px; }
.hero-copy { position: relative; z-index: 4; max-width: 470px; }
.hero-kicker { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
h1, h2, .hero-subtitle { font-family: "Libre Baskerville", Georgia, serif; }
.hero-title-lockup { width: max-content; max-width: 100%; }
.hero h1 { width: 100%; margin: 0; color: var(--navy); font-size: clamp(58px, 6vw, 90px); font-weight: 400; line-height: .95; letter-spacing: .035em; }
.hero-subtitle { width: 100%; margin: 12px 0 0; display: grid; grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr); align-items: center; gap: 12px; color: var(--navy); font-size: clamp(27px, 3vw, 41px); font-weight: 700; letter-spacing: .055em; white-space: nowrap; text-align: center; }
.hero-subtitle span { width: 100%; height: 2px; background: var(--gold); }
.hero-frozen { margin-top: 25px; display: block; color: var(--navy-2); font-size: clamp(19px, 2vw, 26px); }
.hero-description { max-width: 390px; margin: 26px 0 32px; color: #424951; font-size: 16px; line-height: 1.65; }
.hero-features { max-width: 430px; margin-bottom: 32px; display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-features > div { min-width: 0; padding: 0 16px; text-align: center; border-right: 1px solid var(--line); }
.hero-features > div:first-child { padding-left: 0; }
.hero-features > div:last-child { padding-right: 0; border: 0; }
.line-icon { height: 42px; display: grid; place-items: center; color: var(--navy); font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.hero-features b { display: block; margin-top: 8px; color: #272e3b; font-size: 12px; line-height: 1.35; text-transform: uppercase; }

.hero-showcase { position: relative; min-width: 0; height: 515px; isolation: isolate; }
.hero-halo { position: absolute; z-index: 0; top: 42px; right: 4%; width: min(470px, 38vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f6e6bd, #d6ad60 74%, #bd8c34); box-shadow: 0 28px 75px rgba(98,69,26,.18); }
.hero-halo::before, .hero-halo::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; }
.hero-halo::before { inset: 8%; }
.hero-halo::after { inset: 17%; }
.hero-dish { position: absolute; z-index: 2; top: 32px; right: 0; width: min(720px, 100%); height: 430px; display: block; object-fit: contain; filter: drop-shadow(0 25px 25px rgba(36,30,23,.26)); }
.recipe-stamp { position: absolute; z-index: 4; top: 45px; left: 0; width: 138px; height: 138px; display: block; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(6,37,93,.28)); transform: rotate(-6deg); }
.size-selector { position: absolute; z-index: 5; right: 6%; bottom: 5px; min-height: 58px; padding: 10px 12px 10px 18px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(6,37,93,.1); border-radius: 14px; background: rgba(255,253,248,.92); box-shadow: 0 15px 35px rgba(31,37,44,.14); backdrop-filter: blur(8px); }
.size-selector > span { margin-right: 3px; color: #5e6268; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.size-pill { min-width: 58px; min-height: 36px; padding: 7px 11px; display: inline-grid; place-items: center; border-radius: 8px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 800; }

.quality-band { padding: 28px max(28px, calc((100vw - 1100px) / 2)) 34px; color: #fff; background: var(--navy); }
.band-title, .section-rule { display: flex; align-items: center; justify-content: center; gap: 18px; }
.band-title span, .section-rule span { width: 55px; height: 1px; background: var(--gold); }
.band-title h2 { margin: 0; color: #fff; font-family: "Libre Baskerville", Georgia, serif; font-size: 20px; font-weight: 400; letter-spacing: .04em; text-align: center; }
.quality-grid { margin-top: 27px; display: grid; grid-template-columns: repeat(4, 1fr); }
.quality-grid article { min-width: 0; padding: 0 34px; text-align: center; border-right: 1px solid rgba(255,255,255,.28); }
.quality-grid article:last-child { border: 0; }
.quality-grid i { height: 52px; display: block; color: var(--gold); font-family: Georgia, serif; font-size: 39px; font-style: normal; }
.quality-grid h3 { margin: 7px 0 6px; font-size: 13px; text-transform: uppercase; }
.quality-grid p { margin: 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.55; }

.product-section { background: #fcfaf6; }
.product-story { min-height: 445px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; overflow: hidden; }
.story-copy { padding: 62px 65px 50px max(36px, calc((100vw - 1180px) / 2)); align-self: center; }
.section-kicker { margin: 0; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: 24px; font-weight: 700; }
.story-copy h2 { margin: 2px 0 25px; color: var(--navy); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.1; }
.story-copy > p:last-of-type { max-width: 450px; margin: 0 0 19px; color: #464c55; line-height: 1.65; }
.story-copy ul { margin: 0; padding: 0; list-style: none; }
.story-copy li { margin: 6px 0; font-size: 13px; }
.story-copy li::before { content: "✓"; margin-right: 10px; color: var(--navy); font-weight: 800; }
.story-image { position: relative; min-height: 440px; overflow: hidden; display: grid; place-items: center; isolation: isolate; background: radial-gradient(circle at 55% 48%, #f8e8c8 0 32%, transparent 33%), linear-gradient(135deg, #f6efe2, #ebe0cc); }
.story-image::before { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; border: 1px solid rgba(187,139,50,.34); border-radius: 50%; }
.story-orbit { position: absolute; z-index: -1; width: 335px; height: 335px; border: 1px solid rgba(6,37,93,.13); border-radius: 50%; }
.story-image img { width: min(760px, 94%); max-height: 410px; display: block; object-fit: contain; filter: drop-shadow(0 25px 27px rgba(50,42,31,.24)); }
.story-badge { position: absolute; right: 8%; bottom: 28px; padding: 10px 15px; border-radius: 999px; color: #fff; background: var(--navy); box-shadow: 0 10px 24px rgba(6,37,93,.2); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.preparation { max-width: 1180px; margin: auto; padding: 48px 24px 36px; }
.section-rule h2 { margin: 0; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: 20px; text-align: center; }
.section-rule span { flex: 1; max-width: 120px; }
.prep-intro { margin: 17px auto 26px; color: var(--muted); text-align: center; }
.prep-intro strong { color: var(--navy); }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.steps li { padding: 0 30px; text-align: center; border-right: 1px solid var(--line); }
.steps li:last-child { border: 0; }
.steps i { width: 55px; height: 55px; margin: auto auto 13px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--navy); font-size: 26px; font-style: normal; }
.steps b { display: block; color: #1e2634; font-size: 13px; text-transform: uppercase; }
.steps p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.tip { max-width: 840px; margin: 27px auto 0; padding: 10px 18px; border: 1px solid rgba(187,139,50,.45); border-radius: 7px; color: #4f5358; font-size: 13px; text-align: center; }
.tip span { color: var(--navy); font-size: 18px; }

.information { max-width: 1160px; margin: auto; padding: 0 24px 38px; display: grid; grid-template-columns: 1.3fr .9fr .85fr; gap: 18px; }
.info-card { min-width: 0; min-height: 300px; padding: 24px; border-radius: 16px; background: #f1eee9; }
.info-card h3 { margin: 0 0 16px; color: #202834; font-size: 14px; text-align: center; }
.nutrition table { width: 100%; border-collapse: collapse; color: #252b34; background: #fff; font-size: 12px; line-height: 1.3; }
.nutrition caption { padding: 9px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 800; }
.nutrition th, .nutrition td { padding: 5px 7px; border: 1px solid #62666d; text-align: left; }
.nutrition th:last-child, .nutrition td:last-child { width: 15%; text-align: center; white-space: nowrap; }
.nutrition td:nth-child(2) { white-space: nowrap; }
.nutrition-note { margin: 8px 0 0; color: #555c65; font-size: 10px; line-height: 1.4; }
.text-link { margin-top: 12px; padding: 0; border: 0; border-bottom: 1px solid var(--navy); color: var(--navy); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.package-options { height: 260px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: end; }
.package-options button { min-width: 0; height: 100%; padding: 0 0 5px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 8px; border: 0; color: #fff; background: transparent; cursor: pointer; }
.package-options button > .package-visual { width: 100%; min-height: 0; display: block; overflow: hidden; border-radius: 8px; background: transparent; filter: drop-shadow(0 11px 13px rgba(25,30,40,.18)); transition: transform .2s, filter .2s; }
.package-options button:hover > .package-visual, .package-options button:focus-visible > .package-visual { transform: scale(1.035); filter: drop-shadow(0 15px 17px rgba(25,30,40,.24)); }
.package-500 { height: 180px; }
.package-1kg { height: 200px; }
.package-options img { width: 100%; height: 100%; display: block; object-fit: contain; }
.package-options b { min-width: 54px; padding: 5px 10px; border-radius: 6px; background: var(--navy); font-size: 13px; }
.package-options small { color: var(--muted); font-size: 11px; font-weight: 700; }
.packages > p { margin: 10px 0 0; color: var(--navy); font-size: 13px; font-weight: 800; text-align: center; }
.storage ul { margin: 30px 0 0; padding: 0; list-style: none; }
.storage li { margin: 17px 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; color: #3c424c; font-size: 14px; line-height: 1.45; }
.storage i { color: var(--navy); font-size: 24px; font-style: normal; text-align: center; }

.trust-section { max-width: 1140px; margin: auto; padding: 0 24px 50px; }
.trust-grid { margin-top: 29px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { padding: 0 28px; display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border: 0; }
.trust-grid i { height: 45px; color: var(--navy); font-family: Georgia, serif; font-size: 30px; font-style: normal; }
.trust-grid b { color: #222a38; font-size: 12px; text-transform: uppercase; }
.trust-grid p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.store-section { padding: 70px 24px; background: linear-gradient(120deg, #eee2cd, #fbf8f2 58%, #f2e4ca); }
.store-inner { max-width: 1120px; margin: auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: center; }
.store-intro h2 { margin: 5px 0 16px; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.12; }
.store-intro > p:last-child { max-width: 390px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.store-card { min-width: 0; padding: 30px; display: grid; grid-template-columns: 68px 1fr auto; gap: 24px; align-items: center; border: 1px solid rgba(187,139,50,.32); border-radius: 20px; background: rgba(255,253,248,.92); box-shadow: 0 22px 52px rgba(36,35,33,.12); }
.store-number { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-soft); background: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: 22px; }
.store-details p { margin: 0 0 5px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.store-details h3 { margin: 0 0 8px; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: 23px; }
.store-details address { color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.55; }
.store-map-link { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--navy); border-radius: 9px; color: var(--navy); font-size: 13px; font-weight: 800; white-space: nowrap; transition: color .2s, background .2s, transform .2s; }
.store-map-link:hover { color: #fff; background: var(--navy); transform: translateY(-2px); }

.contact-section { background: #fbf8f2; }
.contact-cta { min-height: 165px; padding: 28px max(36px, calc((100vw - 960px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--navy); }
.contact-cta h2 { margin: 0 0 7px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(22px, 3vw, 34px); font-weight: 400; }
.contact-cta p { margin: 0; color: rgba(255,255,255,.75); }
.gold-outline { border: 1px solid var(--gold); box-shadow: none; }
footer { max-width: 1120px; margin: auto; padding: 42px 24px 24px; display: grid; grid-template-columns: 1.6fr .8fr 1.25fr 1fr; gap: 45px; color: #353b45; font-size: 14px; }
.footer-brand-block .brand-logo { width: 240px; height: 116px; }
.footer-brand-block p { max-width: 245px; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
footer > div:not(.footer-brand-block) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
footer h3 { margin: 0 0 6px; color: #1c2431; font-size: 13px; text-transform: uppercase; }
footer a:hover { color: var(--navy); text-decoration: underline; }
.copyright { margin: 0; padding: 12px 24px 25px; color: #71767d; font-size: 12px; text-align: center; }
.wp-fallback { min-height: 70vh; padding: 150px 24px 70px; }
.wp-fallback-inner { max-width: 900px; margin: auto; }
.wp-fallback h1 { color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; }

.label-modal, .package-modal { width: min(840px, calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 38px; border: 0; border-radius: 18px; background: #fffdf8; box-shadow: var(--shadow); }
.label-modal::backdrop, .package-modal::backdrop { background: rgba(4,22,54,.8); backdrop-filter: blur(5px); }
.label-modal > div { max-width: 560px; margin: auto; text-align: center; }
.label-modal h2 { margin: 3px 0 8px; color: var(--navy); font-size: 30px; }
.label-modal > div > p:last-child { color: var(--muted); line-height: 1.55; }
.label-modal > img { width: min(520px, 100%); margin: 20px auto 0; display: block; }
.package-modal { width: min(980px, calc(100% - 28px)); }
.package-modal-heading { max-width: 580px; margin: auto; text-align: center; }
.package-modal-heading h2 { margin: 4px 0 7px; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: 30px; }
.package-modal-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.package-modal-image { min-height: 360px; margin-top: 18px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #f7f0e4, #eee1cb); overflow: auto; }
.package-modal-image img { width: auto; max-width: 100%; max-height: min(68vh, 820px); display: block; object-fit: contain; cursor: zoom-in; }
.package-modal-image img.is-zoomed { width: 1086px; max-width: none; max-height: none; cursor: zoom-out; }
.modal-close { position: sticky; z-index: 2; top: 0; float: right; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: var(--navy); font-size: 24px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .header-inner { width: calc(100% - 36px); }
  .menu-toggle { position: relative; z-index: 3; display: flex; }
  .site-nav { position: fixed; inset: 0; padding: 110px 28px 40px; flex-direction: column; align-items: stretch; gap: 4px; background: #fffdf8; transform: translateX(100%); transition: transform .28s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { padding: 14px; font-size: 17px; }
  .site-nav .whatsapp-button { margin-top: 12px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-inner { min-height: 1040px; padding: 125px 24px 65px; grid-template-columns: 1fr; align-items: start; }
  .hero-copy { max-width: 650px; }
  .hero-showcase { height: 500px; }
  .hero-halo { right: 10%; width: 430px; }
  .hero-dish { right: 3%; width: min(720px, 94%); }
  .recipe-stamp { left: 7%; }
  .size-selector { right: 12%; }
  .quality-grid article { padding-inline: 20px; }
  .product-story { grid-template-columns: 1fr; }
  .story-copy { padding: 52px 24px; }
  .story-image { min-height: 420px; }
  .information { grid-template-columns: 1fr 1fr; }
  .storage { grid-column: span 2; }
  .storage ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  footer { grid-template-columns: 1.4fr 1fr 1.3fr; }
  footer > div:last-child { grid-column: 2 / 4; }
  .store-inner { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 680px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { height: 100px; }
  :root { --logo-width: 180px; --logo-height: 86px; }
  .hero-inner { min-height: 910px; padding: 108px 18px 58px; gap: 20px; }
  .hero-copy { text-align: center; }
  .hero-title-lockup { margin-inline: auto; }
  .hero-kicker { margin-bottom: 12px; }
  .hero h1 { font-size: 55px; }
  .hero-subtitle { justify-content: center; font-size: 22px; }
  .hero-frozen { font-size: 18px; }
  .hero-description { margin: 20px auto 25px; font-size: 14px; }
  .hero-features { margin-inline: auto; }
  .hero-features > div { padding-inline: 7px; }
  .line-icon { height: 36px; font-size: 28px; }
  .hero-features b { font-size: 12px; }
  .hero-copy > .whatsapp-button { width: 100%; }
  .hero-showcase { height: 405px; margin-inline: -18px; }
  .hero-halo { top: 25px; right: 7%; width: min(355px, 86vw); }
  .hero-dish { top: 25px; right: 0; width: 100%; height: 300px; }
  .recipe-stamp { top: 34px; left: 4%; width: 100px; height: 100px; filter: drop-shadow(0 10px 15px rgba(6,37,93,.24)); }
  .size-selector { right: 50%; bottom: 3px; min-height: 52px; padding: 8px 9px 8px 13px; transform: translateX(50%); }
  .size-selector > span { font-size: 11px; }
  .size-pill { min-width: 50px; min-height: 34px; font-size: 12px; }
  .quality-band { padding: 25px 18px 30px; }
  .band-title h2 { font-size: 16px; }
  .band-title span { width: 28px; }
  .quality-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .quality-grid article { padding: 20px 13px; border-bottom: 1px solid rgba(255,255,255,.22); }
  .quality-grid article:nth-child(2) { border-right: 0; }
  .quality-grid article:nth-child(3), .quality-grid article:nth-child(4) { border-bottom: 0; }
  .story-copy { padding: 45px 18px; }
  .story-image { min-height: 360px; }
  .story-image::before { width: 310px; height: 310px; }
  .story-orbit { width: 250px; height: 250px; }
  .story-image img { width: 98%; max-height: 325px; }
  .story-badge { right: 50%; bottom: 18px; white-space: nowrap; transform: translateX(50%); }
  .preparation { padding: 42px 18px 28px; }
  .section-rule { gap: 10px; }
  .section-rule h2 { font-size: 16px; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 27px; }
  .steps li { padding-inline: 16px; }
  .steps li:nth-child(2) { border-right: 0; }
  .information { padding: 0 18px 35px; grid-template-columns: 1fr; }
  .nutrition table { font-size: 11.5px; }
  .nutrition th, .nutrition td { padding: 6px 5px; }
  .nutrition td:nth-child(2) { white-space: normal; }
  .storage { grid-column: auto; }
  .storage ul { grid-template-columns: 1fr; }
  .trust-section { padding-inline: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; row-gap: 25px; }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .store-section { padding: 52px 18px; }
  .store-card { grid-template-columns: 56px 1fr; padding: 24px 20px; gap: 18px; }
  .store-number { width: 54px; height: 54px; }
  .store-map-link { grid-column: 1 / -1; justify-content: center; }
  .contact-cta { padding: 35px 18px; flex-direction: column; text-align: center; }
  .contact-cta .whatsapp-button { width: 100%; }
  footer { padding: 35px 18px 20px; grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .footer-brand-block { grid-column: span 2; }
  .footer-brand-block .brand-logo { width: 210px; height: 102px; }
  footer > div:last-child { grid-column: auto; }
  .label-modal, .package-modal { padding: 25px 17px; }
  .package-modal-image { min-height: 280px; }
}

@media (max-width: 420px) {
  .hero-features b { font-size: 12px; }
  .size-selector > span { font-size: 10px; }
  .steps, .quality-grid, .trust-grid { grid-template-columns: 1fr; }
  .steps li, .quality-grid article, .trust-grid article { padding: 22px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-grid article { border-color: rgba(255,255,255,.22); }
  .steps li:last-child, .quality-grid article:last-child, .trust-grid article:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-brand-block { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
