:root {
  --cream: #fcf9f5;
  --white: #fff;
  --rose: #f7e8e5;
  --rose-soft: #fbf1ed;
  --burgundy: #953950;
  --burgundy-dark: #752a40;
  --ink: #332c2c;
  --muted: #756362;
  --line: #e6d7d1;
  --field-border: #9b837a;
  --gold: #94702e;
  --green: #237346;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --script: 'Allura', 'Brush Script MT', cursive;
  --section-space: 76px;
  --gutter: 24px;
  --transition: 200ms ease;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
::selection { background: var(--rose); color: var(--burgundy-dark); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
a, button, input, textarea, select { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--burgundy); }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h2 { font-size: clamp(40px, 5vw, 66px); line-height: 1.05; letter-spacing: -1.6px; }
h2 em { color: var(--burgundy); font-weight: 400; }
address { font-style: normal; }
[hidden] { display: none !important; }
.svg-library { width: 0; height: 0; position: absolute; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.container { width: calc(100% - var(--gutter) * 2); max-width: 1240px; margin-inline: auto; }
.section { padding-block: var(--section-space); }
.skip-link { position: fixed; top: 10px; left: 16px; z-index: 120; transform: translateY(-160%); background: var(--burgundy); color: var(--white); padding: 12px 20px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 100px; padding: 13px 24px; font-size: 14px; font-weight: 500; line-height: 1.4; text-align: center; transition: color var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition); }
.button-primary { background: var(--burgundy); color: var(--white); }
.button-primary:hover { background: var(--burgundy-dark); box-shadow: 0 5px 20px #752a401c; }
.button-outline { color: var(--burgundy-dark); border-color: var(--burgundy); background: transparent; }
.button-outline:hover { background: var(--burgundy); color: var(--white); }
.button:active { box-shadow: inset 0 0 0 2px #fff4; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; color: var(--burgundy-dark); font-size: 14px; font-weight: 500; }
.text-link .icon { width: 18px; transition: transform var(--transition); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover .icon { transform: translateX(4px); }
.eyebrow { margin-bottom: 17px; color: var(--burgundy); font-size: 11px; font-weight: 600; letter-spacing: 2.4px; line-height: 1.5; }
.stars { color: var(--gold); font-family: Arial, sans-serif; letter-spacing: 3px; }

/* Transparent navigation sits directly over the hero photograph. */
.site-header { position: absolute; inset: 0 0 auto; z-index: 30; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 94px; width: calc(100% - var(--gutter) * 2); max-width: 1352px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; color: var(--burgundy); min-width: 0; }
.brand-logo { width: 246px; height: auto; overflow: visible; }
.logo-name { font: 45px var(--script); fill: currentColor; }
.logo-subtitle { font: 9.2px var(--sans); letter-spacing: 2.25px; fill: currentColor; }
.header-order { display: none; }
.menu-toggle { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; padding: 10px; color: var(--burgundy); background: transparent; border: 1px solid #95395055; border-radius: 50%; flex-shrink: 0; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; transition: transform var(--transition); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.main-nav { display: none; position: absolute; top: 83px; left: var(--gutter); right: var(--gutter); flex-direction: column; gap: 0; padding: 15px 22px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 16px 32px #5d30471a; }
.main-nav.is-open { display: flex; }
.main-nav a { display: flex; align-items: center; min-height: 46px; font-size: 14px; transition: color var(--transition); }
.main-nav a:hover { color: var(--burgundy); }
.main-nav a + a { border-top: 1px solid var(--line); }

/* hero.jpg can be swapped directly. The final gradient is the missing-image fallback. */
.hero { position: relative; isolation: isolate; background-color: var(--rose); background-image: url('assets/hero.jpg'), linear-gradient(135deg, #fff3e9, #f3ccd4); background-size: auto 440px, cover; background-repeat: no-repeat; background-position: 69% bottom, center; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #fff2ec 0%, #fff2ec 49%, #fff2ecc9 59%, #fff2ec12 74%, transparent 100%); }
.hero-inner { min-height: 910px; padding-block: 132px 355px; display: flex; align-items: flex-start; }
.hero-content { width: 100%; }
.hero-signature { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--burgundy-dark); margin-bottom: 20px; }
.hero h1 { font-size: clamp(43px, 10.5vw, 64px); letter-spacing: -1.6px; line-height: .97; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--burgundy); font-style: normal; }
.hero-description { margin-top: 25px; max-width: 440px; font-size: 15px; line-height: 1.75; color: #675452; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.hero-actions .button { padding-inline: 17px; font-size: 12px; gap: 7px; min-height: 49px; }
.hero-actions .icon { width: 17px; height: 17px; }
.hero-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; margin-top: 23px; min-height: 28px; font-size: 11px; color: #614946; }
.hero-rating .stars { font-size: 15px; }
.hero-rating strong { font-weight: 700; }
.hero-rating:hover { color: var(--burgundy); }

.reputation { background: var(--cream); border-bottom: 1px solid var(--line); padding-block: 24px; }
.reputation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 16px; }
.reputation-item { display: flex; align-items: center; gap: 12px; min-width: 0; font-size: 11px; color: var(--muted); line-height: 1.65; }
.reputation-item .count { font: 500 48px/1 var(--serif); color: var(--burgundy); letter-spacing: -2px; font-variant-numeric: tabular-nums; }
.reputation-item .stars { display: block; font-size: 12px; letter-spacing: 1px; }
.reputation-item strong:not(.count) { color: var(--ink); font-weight: 500; }
.reputation-icon { width: 29px; height: 29px; stroke: var(--burgundy); fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 34px; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-heading.centered { text-align: center; align-items: center; gap: 0; max-width: 820px; margin-inline: auto; }
.centered > p:last-child { margin-top: 18px; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 15px; }
.product-card { min-width: 0; }
.product-photo { position: relative; aspect-ratio: 1/1.1; overflow: hidden; border-radius: 5px; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transition: transform 450ms ease; }
.product-card:hover .product-photo img { transform: scale(1.035); }
.photo-tag { position: absolute; bottom: 9px; left: 9px; padding: 4px 6px; background: #fff9; color: var(--burgundy-dark); font-size: 7px; font-weight: 600; letter-spacing: 1px; backdrop-filter: blur(8px); }
.photo-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; color: #b17c73; }
.photo-placeholder.rose { background: #f4e6e4; }
.photo-placeholder.cream { background: #f0e9de; }
.photo-placeholder.peach { background: #f2e3d9; }
.photo-placeholder.sand { background: #ede5d8; }
.photo-placeholder svg { width: 70px; height: 70px; fill: none; stroke: currentColor; stroke-width: 1.05; stroke-linecap: round; stroke-linejoin: round; }
.photo-placeholder > span { font: italic 15px var(--serif); color: #795e55; text-align: center; padding-inline: 6px; }
.product-body { padding-top: 16px; }
.product-body h3 { font-size: 23px; letter-spacing: -.4px; line-height: 1.12; }
.product-body p { color: var(--muted); font-size: 12px; line-height: 1.65; margin-top: 9px; min-height: 40px; }
.product-body .text-link { width: 100%; font-size: 11px; gap: 5px; border-bottom: 1px solid var(--line); padding-block: 10px; margin-top: 8px; }
.product-body .text-link .icon { width: 16px; }
.menu-footnote { text-align: center; color: var(--muted); max-width: 720px; font-size: 13px; margin: 38px auto 0; }

.lactose-section { background: #f3e7e1; padding-block: 57px; }
.lactose-inner { display: flex; flex-direction: column; gap: 30px; }
.lactose-illustration { display: flex; align-items: center; gap: 16px; color: var(--burgundy); }
.lactose-illustration svg { width: 65px; height: 65px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; }
.lactose-illustration span { font: italic 22px var(--serif); }
.lactose-copy h2 { font-size: clamp(35px, 4vw, 51px); letter-spacing: -1px; }
.lactose-copy > p:not(.eyebrow) { margin-block: 22px 15px; max-width: 520px; font-size: 14px; color: #6b5754; }
.lactose-copy .text-link { font-size: 13px; }
.steps { list-style: none; display: grid; gap: 27px; padding: 0; margin-block: 43px 32px; counter-reset: order; }
.steps li { position: relative; padding-left: 64px; }
.step-number { position: absolute; left: 0; top: -8px; font: italic 42px var(--serif); color: #b67b86; }
.steps h3 { font-size: 27px; line-height: 1.2; margin-bottom: 10px; }
.steps p { color: var(--muted); font-size: 13px; max-width: 270px; }
.centered-action { text-align: center; }

.gallery-section { background: #f5efea; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
.gallery-item { min-width: 0; }
.gallery-featured { grid-column: 1 / -1; }
.gallery-button { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 4px; background: var(--white); overflow: hidden; aspect-ratio: .84; }
.gallery-featured .gallery-button { aspect-ratio: .95; }
.gallery-button img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-button:hover img { transform: scale(1.035); }
.gallery-zoom { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--burgundy); background: #fff9; backdrop-filter: blur(4px); }
.gallery-item figcaption { display: flex; flex-direction: column; gap: 5px; padding-top: 12px; font: 500 20px/1.15 var(--serif); }
.gallery-item figcaption small { color: var(--muted); font: 9px/1.5 var(--sans); letter-spacing: 1.4px; }
.gallery-note { margin-top: 32px; text-align: center; color: var(--muted); font-size: 13px; }
.reviews-section { background: #f0dedb; }
.reviews-inner { display: grid; gap: 38px; }
.review-seal { text-align: center; }
.review-seal .eyebrow { display: block; margin-bottom: 0; }
.review-seal > strong { display: block; color: var(--burgundy); font: 500 110px/1.15 var(--serif); letter-spacing: -5px; }
.review-seal > strong span { font: 20px var(--serif); letter-spacing: 0; margin-left: 9px; }
.review-seal .stars { font-size: 22px; letter-spacing: 7px; }
.review-seal > p { margin-top: 12px; font-size: 14px; }
.reviews-copy > p:not(.eyebrow) { color: #675452; margin-block: 23px 15px; font-size: 14px; max-width: 460px; }
.review-cards { display: grid; gap: 20px; grid-column: 1/-1; }
.review-card { background: var(--cream); padding: 28px; border: 1px solid var(--line); border-radius: 5px; }
.review-card blockquote { font: 24px/1.35 var(--serif); margin: 20px 0; }
.review-author { font-weight: 600; font-size: 14px; }
.review-source { color: var(--muted); font-size: 12px; }

.location-grid { display: grid; gap: 40px; }
.contact-line { display: flex; gap: 13px; align-items: flex-start; margin-top: 27px; font-size: 14px; }
.contact-line .icon { color: var(--burgundy); margin-top: 3px; }
.contact-line strong { font-weight: 500; }
.contact-line p { color: var(--muted); font-size: 12px; margin-top: 4px; max-width: 280px; }
.location-copy .button { margin-top: 27px; }
.map-wrap { background: var(--rose-soft); border: 1px solid var(--line); min-width: 0; border-radius: 5px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 320px; display: block; border: 0; }
.map-demo { min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 36px; text-align: center; background: var(--rose-soft); color: var(--muted); }
.map-demo > .icon { width: 42px; height: 42px; color: var(--burgundy); }
.map-demo > strong { color: var(--burgundy-dark); font: 500 32px var(--serif); }
.map-demo > p { font-size: 14px; max-width: 320px; }
.map-caption { display: flex; gap: 10px; align-items: center; justify-content: space-between; padding: 16px; font-size: 11px; color: var(--burgundy-dark); }
.map-caption .icon { width: 17px; height: 17px; }

.form-section { background: var(--rose-soft); }
.form-grid { display: grid; gap: 38px; }
.form-copy h2 { font-size: clamp(52px, 6vw, 78px); }
.form-copy > p:not(.eyebrow) { color: var(--muted); max-width: 360px; font-size: 14px; margin-top: 25px; }
.form-phone { display: inline-block; color: var(--burgundy); font-size: 20px; font-weight: 500; margin-top: 22px; padding-block: 4px; }
.form-signature { display: block; color: var(--burgundy); margin-top: 27px; font: 29px/1.2 var(--script); }
.order-form { background: var(--cream); border: 1px solid var(--line); padding: 26px 22px; border-radius: 8px; min-width: 0; }
.order-form h3 { font-size: 30px; line-height: 1.12; }
.form-intro { color: var(--muted); font-size: 13px; margin-top: 7px; margin-bottom: 26px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; min-width: 0; }
.field label { font-weight: 500; font-size: 12px; }
.field label > span:not(.optional) { color: var(--burgundy); }
.optional { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 48px; padding: 11px 13px; border: 1px solid var(--field-border); border-radius: 4px; background: var(--white); color: var(--ink); font-size: 16px; line-height: 1.5; transition: border-color var(--transition), box-shadow var(--transition); }
.field textarea { resize: vertical; min-height: 97px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--burgundy); box-shadow: 0 0 0 3px #95395010; }
.field input::placeholder, .field textarea::placeholder { color: #826f69; opacity: 1; font-size: 13px; }
.field input[type="date"] { min-inline-size: 0; appearance: none; -webkit-appearance: none; }
.field small { color: var(--muted); font-size: 11px; }
.field-error { color: #a12337; font-size: 12px; line-height: 1.45; }
.field-error:empty { display: none; }
[aria-invalid="true"] { border-color: #a12337 !important; }
.form-status { font-size: 13px; color: var(--burgundy-dark); }
.form-status:not(:empty) { margin-bottom: 18px; }
.form-status a { text-decoration: underline; text-underline-offset: 3px; display: inline-flex; padding-block: 10px; }
.form-submit { width: 100%; gap: 10px; font-size: 13px; }
.form-submit .icon:last-child { margin-left: auto; }
.form-disclaimer { color: var(--muted); font-size: 11px; line-height: 1.7; text-align: center; margin: 13px auto 0; max-width: 340px; }

.site-footer { background: #f7f3ed; padding-top: 48px; }
.footer-grid { display: grid; gap: 30px; }
.footer-brand .brand-logo { width: 265px; max-width: 100%; }
.footer-grid h3 { font: 600 12px var(--sans); margin-bottom: 12px; }
.footer-grid p, .footer-grid address, .footer-grid a:not(.brand) { color: var(--muted); font-size: 12px; line-height: 1.9; }
.footer-brand > p { margin-top: 10px; }
.footer-grid a:not(.brand) { display: flex; align-items: center; gap: 9px; width: fit-content; min-height: 36px; }
.footer-grid a:hover { color: var(--burgundy); }
.footer-grid .icon { width: 15px; height: 15px; }
.footer-bottom { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--line); margin-top: 35px; padding-top: 20px; padding-bottom: 90px; color: var(--muted); font-size: 10px; }
.floating-whatsapp { position: fixed; right: max(19px, env(safe-area-inset-right)); bottom: max(19px, env(safe-area-inset-bottom)); z-index: 45; display: flex; align-items: center; gap: 12px; justify-content: center; width: 54px; height: 54px; border-radius: 100px; background: var(--green); color: var(--white); box-shadow: 0 4px 20px #1f4e4926; transition: background var(--transition), box-shadow var(--transition); border: 1px solid #ffffff5c; }
.floating-whatsapp > .icon { width: 25px; height: 25px; }
.floating-whatsapp span { display: none; font-size: 12px; font-weight: 500; }
.floating-whatsapp:hover { background: #195c37; box-shadow: 0 5px 20px #1f4e4940; }
.floating-whatsapp:focus-visible { outline-color: var(--green); }
.lightbox { width: min(100% - 24px, 1080px); max-width: none; max-height: calc(100dvh - 24px); margin: auto; padding: 0; border: 0; color: var(--white); background: transparent; overflow: visible; }
.lightbox::backdrop { background: #221a1aeb; backdrop-filter: blur(5px); }
.lightbox-inner { display: grid; place-items: center; position: relative; padding: 44px 42px 38px; }
.lightbox figure { margin: 0; min-width: 0; }
.lightbox img { max-height: calc(100dvh - 164px); width: auto; max-width: 100%; object-fit: contain; margin: auto; border-radius: 3px; }
.lightbox figcaption { margin-top: 14px; text-align: center; font-size: 12px; }
.lightbox button { position: absolute; width: 44px; height: 44px; border: 1px solid #ffffff55; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: #36292b; }
.lightbox button:hover { background: var(--burgundy); }
.lightbox button:focus-visible { outline-color: var(--white); }
.lightbox-close { top: 0; right: 0; }
.lightbox-prev { left: 0; top: 45%; }
.lightbox-prev .icon { transform: rotate(180deg); }
.lightbox-next { right: 0; top: 45%; }
.lightbox-counter { position: absolute; bottom: 0; font-size: 12px; color: #e0cfcf; }

/* Progressive enhancement: content stays visible when JavaScript is unavailable. */
.motion-ready .reveal { opacity: 0; transform: translateY(16px); transition: opacity 550ms ease, transform 550ms cubic-bezier(.2,.65,.3,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 600px) {
  :root { --gutter: 36px; --section-space: 90px; }
  .brand-logo { width: 285px; }
  .hero { background-size: auto 580px, cover; background-position: 70% bottom, center; }
  .hero::before { background: linear-gradient(180deg, #fff2ec 0%, #fff2ecf0 33%, #fff2ecc9 50%, #fff2ec00 76%); }
  .hero-inner { min-height: 950px; padding-top: 150px; padding-bottom: 360px; }
  .hero-content { max-width: 610px; }
  .hero h1 { font-size: 72px; }
  .hero-description { font-size: 16px; max-width: 450px; }
  .hero-actions .button { font-size: 14px; min-height: 53px; padding-inline: 24px; gap: 13px; }
  .hero-rating { font-size: 12px; }
  .reputation-item { font-size: 13px; justify-content: center; }
  .reputation-grid { gap: 26px; }
  .reputation-item .count { font-size: 56px; }
  .reputation-icon { width: 34px; height: 34px; }
  .menu-grid { gap: 36px 24px; }
  .product-photo { aspect-ratio: 1.18; }
  .product-body h3 { font-size: 29px; }
  .product-body p { font-size: 13px; min-height: 22px; }
  .product-body .text-link { font-size: 12px; }
  .photo-tag { font-size: 9px; bottom: 12px; left: 12px; padding: 5px 9px; }
  .photo-placeholder svg { width: 82px; height: 82px; }
  .photo-placeholder > span { font-size: 19px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
  .steps li { padding-left: 0; padding-top: 57px; }
  .gallery-grid { gap: 28px 22px; }
  .gallery-featured { grid-column: auto; grid-row: span 2; display: flex; flex-direction: column; }
  .gallery-featured .gallery-button { aspect-ratio: auto; flex-grow: 1; }
  .gallery-featured .gallery-button img { position: absolute; inset: 0; }
  .gallery-grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .gallery-item figcaption { font-size: 20px; }
  .gallery-item figcaption small { font-size: 8px; letter-spacing: 1px; }
  .lactose-inner { flex-direction: row; align-items: center; gap: 50px; }
  .lactose-illustration { flex-direction: column; gap: 19px; flex: 0 0 145px; }
  .lactose-illustration svg { width: 110px; height: 110px; }
  .lactose-illustration span { font-size: 20px; text-align: center; }
  .reviews-inner { grid-template-columns: .7fr 1fr; gap: 42px; align-items: center; }
  .reviews-copy h2 { font-size: 46px; }
  .review-seal > strong { font-size: 130px; }
  .review-cards { grid-template-columns: repeat(2, 1fr); }
  .map-wrap iframe { height: 400px; }
  .order-form { padding: 35px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; gap: 25px; }
}

@media (min-width: 960px) {
  :root { --gutter: 48px; --section-space: 112px; }
  .header-inner { min-height: 112px; }
  .hero { background-size: cover; background-position: center; }
  .hero::before { background: linear-gradient(90deg, #fff3edeb 0%, #fff3edca 24%, #fff3ed7d 43%, #fff3ed05 62%, transparent 100%); }
  .hero-inner { min-height: 790px; padding-top: 184px; padding-bottom: 110px; align-items: center; }
  .hero-content { width: 52%; max-width: 630px; }
  .hero h1 { font-size: clamp(67px, 6.4vw, 96px); letter-spacing: -2.5px; }
  .hero-signature { font-size: 25px; margin-bottom: 27px; }
  .hero-description { margin-top: 30px; max-width: 450px; }
  .hero-actions { margin-top: 30px; gap: 15px; }
  .hero-rating { margin-top: 27px; }
  .reputation { padding-block: 27px; }
  .reputation-grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .reputation-item { justify-content: center; gap: 16px; }
  .reputation-item + .reputation-item { border-left: 1px solid var(--line); }
  .reputation-item .count { font-size: 58px; }
  .section-heading { flex-direction: row; justify-content: space-between; align-items: flex-end; margin-bottom: 45px; }
  .section-heading > p:last-child:not(.eyebrow) { max-width: 360px; font-size: 14px; padding-bottom: 7px; }
  .section-heading.centered { flex-direction: column; align-items: center; }
  .section-heading.centered > p:last-child { max-width: none; }
  .menu-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 24px; }
  .product-photo { aspect-ratio: 1.04; }
  .product-body h3 { font-size: 26px; }
  .product-body p { min-height: 42px; }
  .lactose-section { padding-block: 60px; }
  .lactose-inner { max-width: 1000px; gap: 90px; }
  .lactose-illustration { flex-basis: 215px; }
  .lactose-illustration svg { width: 144px; height: 144px; }
  .lactose-illustration span { font-size: 25px; }
  .lactose-copy h2 { font-size: 49px; }
  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; margin-block: 58px 42px; }
  .steps li { padding-top: 63px; }
  .steps li:not(:last-child)::after { content: ''; position: absolute; left: 55px; right: -16px; top: 19px; height: 1px; background: var(--line); }
  .steps h3 { font-size: 28px; }
  .step-number { font-size: 46px; top: -10px; }
  .gallery-grid { gap: 34px 25px; grid-template-columns: 1.07fr 1fr 1fr; }
  .gallery-button { aspect-ratio: 1.12; }
  .gallery-featured .gallery-button img { object-fit: cover; }
  .gallery-item figcaption { font-size: 24px; }
  .gallery-item figcaption small { font-size: 9px; letter-spacing: 1.6px; }
  .reviews-inner { grid-template-columns: .85fr 1.15fr; max-width: 1020px; gap: 75px; }
  .review-seal { padding-right: 55px; border-right: 1px solid #d7b9b5; }
  .review-seal > strong { font-size: 155px; }
  .reviews-copy h2 { font-size: 58px; }
  .review-cards { grid-template-columns: repeat(3, 1fr); }
  .location-grid { grid-template-columns: 1fr 1.08fr; gap: 80px; align-items: center; }
  .map-wrap iframe { height: 390px; }
  .map-caption { font-size: 12px; padding: 20px; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; max-width: 1100px; }
  .form-copy h2 { font-size: 78px; }
  .form-signature { font-size: 33px; margin-top: 40px; }
  .order-form { padding: 36px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1.2fr .8fr; gap: 35px; }
  .footer-brand .brand-logo { width: 270px; }
  .footer-bottom { margin-top: 48px; padding-bottom: 28px; padding-right: 210px; }
  .floating-whatsapp { width: auto; padding-inline: 20px; right: 24px; bottom: 24px; }
  .floating-whatsapp span { display: inline; }
}

@media (min-width: 1200px) {
  .header-inner { gap: 26px; }
  .brand-logo { width: 285px; }
  .menu-toggle { display: none; }
  .main-nav, .main-nav.is-open { display: flex; position: static; flex-direction: row; background: none; border: 0; border-radius: 0; box-shadow: none; padding: 0; gap: 21px; }
  .main-nav a { font-size: 12px; min-height: 44px; }
  .main-nav a + a { border: 0; }
  .header-order { display: inline-flex; min-height: 46px; padding: 11px 19px; font-size: 12px; gap: 9px; flex-shrink: 0; }
  .header-order .icon { width: 18px; height: 18px; }
  .hero-inner { min-height: 825px; padding-top: 179px; padding-bottom: 110px; }
  .hero-actions .button { padding-inline: 26px; }
}
@media (min-width: 1500px) {
  .hero-inner { min-height: 880px; }
  .main-nav { gap: 26px; }
  .main-nav a { font-size: 13px; }
}
@media (max-width: 359px) {
  :root { --gutter: 18px; }
  .brand-logo { width: 222px; }
  .header-inner { gap: 10px; }
  .hero h1 { font-size: 40px; }
  .hero-signature { font-size: 20px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { font-size: 11px; padding-inline: 13px; }
  .hero-actions .icon { width: 14px; height: 14px; }
  .hero-rating { font-size: 10px; }
  .hero-inner { padding-bottom: 365px; }
  .product-body h3 { font-size: 21px; }
  .product-body .text-link { font-size: 10px; }
  .form-submit { font-size: 11px; padding-inline: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .floating-whatsapp, .hero-actions, .gallery-zoom, .order-form, .map-wrap, .lightbox { display: none !important; }
  .hero-inner { min-height: auto; padding-block: 35px; }
  .hero { background: none; }
  .hero-content { width: 100%; }
  .section { padding-block: 30px; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
