:root { color-scheme: light; --navy: #062144; --muted: #52627b; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--navy); font-family: Arial, Helvetica, sans-serif; background: #f5f3ef; }
.hero { position: relative; width: 100%; aspect-ratio: 3 / 2; overflow: hidden; container-type: inline-size; }
.hero__scene { position: absolute; inset: 0; }
.hero__photo, .hero__foreground { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__model { position: absolute; top: 3.4%; right: 2%; font-size: 26cqw; line-height: 1; font-weight: 900; letter-spacing: -1.5cqw; color: rgba(111, 142, 181, .2); transform: scaleX(.60); transform-origin: right; }
/* The photo is repeated only over the product silhouette to put HTML lettering behind it. */
.hero__foreground { clip-path: polygon(45.5% 37%, 48.8% 36.1%, 50.3% 31.8%, 53.6% 27.7%, 56.1% 24.6%, 58.4% 22.7%, 61% 21.3%, 64% 20.6%, 68% 20.6%, 71.6% 21.5%, 74% 23.2%, 76.3% 25.7%, 78.4% 27.9%, 81.4% 31.7%, 82.3% 36.3%, 86% 37%, 86% 42%, 83.3% 42%, 85% 84%, 79% 88%, 50% 88%, 47% 79%, 48% 42%, 45.5% 42%); }
.hero__logo { position: absolute; left: 9.31%; top: 3.12%; width: 13.6%; height: 4.9%; }
.hero__content { position: absolute; left: 9.31%; top: 20.35%; width: 36%; }
.eyebrow { margin: 0 0 1.87cqw; font-size: 1.1cqw; line-height: 1.3; font-weight: 600; letter-spacing: .25cqw; text-transform: uppercase; color: var(--muted); }
h1 { margin: 0; font-size: 4.42cqw; line-height: .99; letter-spacing: -.19cqw; font-weight: 700; }
.hero__description { margin: 1.08cqw 0 0; font-size: 1.99cqw; line-height: 1.16; letter-spacing: -.065cqw; color: var(--muted); }
.features { display: grid; grid-template-columns: 25% 43% 32%; list-style: none; padding: 0; margin: 3.8cqw 0 3.4cqw; min-height: 4.43cqw; }
.feature { display: flex; align-items: flex-end; gap: .8cqw; padding-left: 2.35cqw; border-left: 1px solid #abb8cb; }
.feature strong { font-size: 2.85cqw; line-height: .9; letter-spacing: -.15cqw; align-self: flex-start; }
.feature span { font-size: 1.3cqw; line-height: 1.15; letter-spacing: -.04cqw; }
.feature--recipes { border: 0; padding: 0; flex-direction: column; align-items: flex-start; gap: .6cqw; }
.amazon-button { display: flex; align-items: center; justify-content: space-between; width: 31cqw; min-height: 5.14cqw; padding: .7cqw 2.6cqw; gap: 1.4cqw; color: var(--navy); background: linear-gradient(105deg, #ffbe27, #ffc63d); border-radius: .65cqw; text-decoration: none; font-size: 1.84cqw; font-weight: 700; letter-spacing: -.05cqw; }
.amazon-button > span:nth-child(2) { white-space: nowrap; }
.amazon-symbol { position: relative; font-size: 3.3cqw; line-height: .8; font-weight: 700; width: 2.4cqw; height: 3.1cqw; text-align: center; }
.amazon-symbol svg { display: block; width: 2.4cqw; height: .85cqw; fill: none; stroke: currentColor; stroke-width: 2; }
.button-arrow { width: 2cqw; height: 1.6cqw; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; }
.amazon-button:hover { background: #ffcd4e; }
.amazon-button:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; }
.hero__quote { position: absolute; right: 2.2%; top: 42.2%; width: 12.7%; margin: 0; font-family: 'Segoe Script', 'Brush Script MT', cursive; font-size: 1.45cqw; line-height: 1.4; text-align: center; transform: rotate(-12deg); }
.hero__quote p { margin: 0; white-space: nowrap; }
.hero__quote cite { display: block; margin-top: .65cqw; text-align: right; font-size: 2.05cqw; }
@media (max-width: 700px) {
  .hero { display: flex; flex-direction: column; aspect-ratio: auto; background: #faf9f7; }
  .hero__logo { position: relative; left: auto; top: auto; width: 180px; height: 40px; margin: 24px 24px 0; }
  .hero__content { position: relative; left: auto; top: auto; width: auto; margin: 30px 24px 0; }
  .eyebrow { margin-bottom: 22px; font-size: 11px; letter-spacing: 2px; }
  h1 { font-size: clamp(29px, 7.8vw, 48px); line-height: 1.02; letter-spacing: -1.4px; }
  .hero__description { margin-top: 17px; font-size: clamp(16px, 4.1vw, 22px); line-height: 1.3; letter-spacing: -.5px; }
  .features { margin: 30px 0; min-height: 65px; }
  .feature { flex-direction: column; align-items: flex-start; gap: 8px; padding-left: 18px; }
  .feature--recipes { padding: 0; }
  .feature strong { font-size: 36px; letter-spacing: -1px; }
  .feature span { font-size: 13px; letter-spacing: -.3px; }
  .amazon-button { width: 100%; max-width: 430px; min-height: 64px; padding: 12px 22px; border-radius: 9px; gap: 16px; font-size: clamp(18px, 4.5vw, 24px); letter-spacing: -.5px; }
  .amazon-symbol { width: 31px; height: 39px; font-size: 42px; }
  .amazon-symbol svg { width: 31px; height: 11px; }
  .button-arrow { width: 25px; height: 22px; }
  .hero__scene { position: relative; order: 2; width: 100%; height: 108vw; max-height: 650px; margin-top: 24px; overflow: hidden; }
  .hero__photo { width: 180%; max-width: none; height: auto; left: -77%; top: -8%; }
  .hero__foreground, .hero__model, .hero__quote { display: none; }
}


/* Recipes — desktop positions follow the 1968 × 799 reference. */
.recipes { position: relative; width: 100%; aspect-ratio: 1968 / 799; background: #fff; color: #052346; overflow: hidden; container-type: inline-size; }
.recipes__visual { position: absolute; inset: 0; }
.recipes__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.recipes__content { position: absolute; top: 28.3%; left: 43.24%; width: 34.6%; }
.recipes__eyebrow { margin: 0 0 1.25cqw; font-size: 1.37cqw; line-height: 1.3; font-weight: 400; letter-spacing: .2cqw; color: #526880; text-transform: uppercase; }
.recipes h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 4.56cqw; line-height: .94; letter-spacing: -.23cqw; font-weight: 700; }
.recipes__description { margin: 1.45cqw 0 1.85cqw; font-size: 1.82cqw; line-height: 1.22; letter-spacing: -.055cqw; }
.recipes__button { display: inline-flex; align-items: center; justify-content: center; gap: 1.3cqw; min-height: 3.8cqw; padding: .6cqw 2.75cqw; border: 0; border-radius: 99px; background: #03264b; color: #fff; font: 600 1.42cqw/1.2 Arial, sans-serif; letter-spacing: -.035cqw; cursor: pointer; }
.recipes__button svg { width: 1.5cqw; height: 1.25cqw; fill: none; stroke: currentColor; stroke-width: 2.4; }
.recipes__button:hover { background: #124473; }
.recipes__button:focus-visible, .recipes-dialog__close:focus-visible { outline: 3px solid #e6aa22; outline-offset: 4px; }
.recipes__highlights { position: absolute; top: 27.5%; left: 77.9%; width: 19.1%; height: 61.2%; margin: 0; padding: 0 0 0 3.25cqw; list-style: none; border-left: 1px solid #5b7899; display: grid; grid-template-rows: repeat(6, 1fr); }
.recipes__highlights li { display: flex; align-items: center; gap: 1.95cqw; border-bottom: 1px solid #5b7899; font-size: 1.32cqw; letter-spacing: -.045cqw; white-space: nowrap; }
.recipes__highlights li:last-child { border-bottom: 0; }
.recipes__highlights svg { width: 3.35cqw; height: 3cqw; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.recipes-dialog { width: min(560px, calc(100% - 32px)); max-height: 85svh; padding: 36px; color: var(--navy); background: #fff; border: 0; border-radius: 20px; box-shadow: 0 24px 90px #00162b40; }
.recipes-dialog::backdrop { background: #00162b99; }
.recipes-dialog .recipes__eyebrow { font-size: 12px; letter-spacing: 2px; margin-bottom: 12px; }
.recipes-dialog h2 { margin: 0 28px 24px 0; font: 700 30px/1.1 Georgia, serif; }
.recipes-dialog ol { columns: 2; column-gap: 38px; padding-left: 24px; margin: 0; font-size: 16px; line-height: 2.1; }
.recipes-dialog li { break-inside: avoid; }
.recipes-dialog__close { position: absolute; top: 10px; right: 12px; width: 44px; height: 44px; background: transparent; color: inherit; border: 0; font-size: 30px; cursor: pointer; }
body:has(.recipes-dialog[open]) { overflow: hidden; }
@media (max-width: 900px) {
  .recipes { display: grid; grid-template-columns: 40% 60%; aspect-ratio: auto; padding: 40px 24px; gap: 28px 0; }
  .recipes__visual { position: relative; grid-column: 1; grid-row: 1; overflow: hidden; min-height: 300px; margin-left: -24px; }
  .recipes__visual img { position: absolute; height: 100%; width: auto; max-width: none; left: 0; }
  .recipes__content { position: relative; top: auto; left: auto; width: auto; padding-left: 20px; align-self: center; }
  .recipes__eyebrow { font-size: 12px; letter-spacing: 2px; margin-bottom: 16px; }
  .recipes h2 { font-size: clamp(30px, 4.5vw, 42px); line-height: 1; letter-spacing: -1.6px; }
  .recipes__description { font-size: 17px; line-height: 1.4; letter-spacing: -.3px; margin: 20px 0 24px; }
  .desktop-break { display: none; }
  .recipes__button { font-size: 16px; min-height: 52px; padding: 12px 24px; gap: 18px; }
  .recipes__button svg { width: 24px; height: 20px; }
  .recipes__highlights { position: static; grid-column: 1 / -1; width: 100%; height: auto; border-left: 0; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: auto; gap: 0 22px; }
  .recipes__highlights li { min-height: 78px; gap: 15px; font-size: 15px; letter-spacing: -.3px; white-space: normal; }
  .recipes__highlights li:nth-last-child(-n+3) { border-bottom: 0; }
  .recipes__highlights svg { width: 40px; height: 38px; }
}
@media (max-width: 600px) {
  .recipes { display: flex; flex-direction: column; padding: 0 24px 40px; gap: 0; }
  .recipes__visual { width: calc(100% + 48px); height: 290px; min-height: 0; margin: 0 -24px 28px; }
  .recipes__visual img { width: 235%; height: auto; top: -5px; }
  .recipes__content { padding: 0; align-self: stretch; }
  .recipes h2 { font-size: clamp(32px, 9.3vw, 48px); letter-spacing: -1.7px; }
  .recipes__description { margin: 20px 0 24px; font-size: 17px; }
  .recipes__button { width: 100%; font-size: 17px; min-height: 54px; }
  .recipes__highlights { margin-top: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .recipes__highlights li { gap: 10px; font-size: 14px; min-height: 76px; }
  .recipes__highlights li:nth-last-child(-n+3) { border-bottom: 1px solid #5b7899; }
  .recipes__highlights li:nth-last-child(-n+2) { border-bottom: 0; }
  .recipes__highlights svg { width: 34px; height: 34px; }
  .recipes-dialog { padding: 32px 24px; }
  .recipes-dialog h2 { font-size: 26px; }
  .recipes-dialog ol { columns: 1; }
}
@media (min-width: 901px) {
  .recipes h2 { width: 114%; white-space: nowrap; transform: scaleX(.88); transform-origin: left center; }
}

/* Safety section: the curved divider is vector artwork, independent of the photo. */
.safety { position: relative; aspect-ratio: 1672 / 941; width: 100%; overflow: hidden; color: #031e40; background: #fff; container-type: inline-size; }
.safety__visual { position: absolute; inset: 0; }
.safety__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.safety__divider { position: absolute; z-index: 2; top: 0; left: 0; display: block; width: 100%; height: 15%; overflow: visible; pointer-events: none; }
.safety__logo { position: absolute; top: 5.6%; left: 48.9%; width: 2.2%; aspect-ratio: 1; }
.safety__content { position: absolute; top: 19.8%; left: 8.49%; width: 37%; }
.safety__eyebrow { margin: 0 0 1.25cqw; font-size: .96cqw; font-weight: 600; line-height: 1.3; letter-spacing: .23cqw; text-transform: uppercase; }
.safety h2 { display: flex; align-items: flex-end; gap: 1.1cqw; margin: 0 0 1cqw -.7cqw; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; }
.safety__number { display: block; font-size: 13.4cqw; line-height: .77; letter-spacing: -.8cqw; }
.safety__heading { white-space: nowrap; flex-shrink: 0; font-size: 3.5cqw; line-height: .91; letter-spacing: -.19cqw; padding-bottom: .25cqw; }
.safety__description { font-size: 1.8cqw; line-height: 1.18; letter-spacing: -.045cqw; color: #3f587b; margin: 1.2cqw 0 2.4cqw; }
.safety__features { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4cqw 1.4cqw; margin: 0; padding: 0; list-style: none; }
.safety__features li { display: flex; align-items: center; gap: 1.1cqw; font-size: 1.2cqw; line-height: 1.25; letter-spacing: -.04cqw; }
.safety__icon { display: flex; align-items: center; justify-content: center; width: 5.15cqw; height: 5.15cqw; border-radius: 50%; flex-shrink: 0; background: linear-gradient(120deg, #e7eef5, #f1f5f8); }
.safety__icon svg { width: 2.8cqw; height: 2.8cqw; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.safety__quote { position: absolute; right: 3.5%; top: 20.4%; margin: 0; text-align: center; font: italic 1.75cqw/1.3 'Segoe Script', 'Brush Script MT', cursive; color: #29456a; transform: rotate(-13deg); }
.safety__quote span { display: block; width: 3cqw; border-top: 1.5px solid currentColor; margin: 1cqw auto 0; }
@media (max-width: 700px) {
  .safety { display: flex; flex-direction: column; aspect-ratio: auto; padding-top: 95px; background: #fff; }
  .safety__divider { height: 75px; }
  .safety__logo { top: 25px; width: 25px; left: calc(50% - 12.5px); }
  .safety__content { position: relative; top: auto; left: auto; width: auto; margin: 0 24px; }
  .safety__eyebrow { font-size: 10px; letter-spacing: 1.7px; margin-bottom: 24px; }
  .safety h2 { gap: 12px; margin: 0 0 22px -3px; }
  .safety__number { font-size: clamp(92px, 26vw, 145px); letter-spacing: -6px; }
  .safety__heading { font-size: clamp(25px, 7.1vw, 42px); letter-spacing: -1.5px; padding-bottom: 1px; }
  .safety__description { font-size: 17px; line-height: 1.4; letter-spacing: -.3px; margin: 0 0 27px; }
  .safety__break { display: none; }
  .safety__features { gap: 20px 16px; }
  .safety__features li { flex-direction: column; align-items: flex-start; gap: 10px; font-size: 14px; letter-spacing: -.2px; }
  .safety__icon { width: 58px; height: 58px; }
  .safety__icon svg { width: 31px; height: 31px; }
  .safety__visual { position: relative; width: 100%; height: 94vw; max-height: 550px; margin-top: 32px; order: 2; overflow: hidden; }
  .safety__visual img { position: absolute; width: 175%; height: auto; max-width: none; left: -74%; top: -5%; }
  .safety__quote { position: relative; right: auto; top: auto; order: 3; transform: none; font-size: 22px; margin: 24px; }
  .safety__quote br { display: none; }
  .safety__quote span { width: 45px; margin-top: 14px; }
}



/* Without the product photo, tablet copy spans the available width. */
@media (min-width: 601px) and (max-width: 900px) {
  .recipes__content { grid-column: 1 / -1; padding-left: 0; }
}
@media (max-width: 600px) {
  .recipes { padding-top: 40px; }
}

/* Capacity: editable content with independent curved SVG dividers. */
.capacity { position: relative; width: 100%; aspect-ratio: 1672 / 941; overflow: hidden; background: #faf9f7; color: #062346; container-type: inline-size; }
.capacity__visual { position: absolute; inset: 0; }
.capacity__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.capacity__wave { position: absolute; z-index: 2; left: 0; display: block; width: 100%; pointer-events: none; }
.capacity__wave--top { top: 0; height: 21.25%; }
.capacity__wave--bottom { bottom: -1px; height: 15.4%; }
.capacity__logo { position: absolute; z-index: 3; top: 8.5%; left: 48.65%; width: 2.7%; aspect-ratio: 1; }
.capacity__content { position: absolute; left: 54.78%; top: 24.3%; width: 42.35%; }
.capacity__eyebrow { margin: 0 0 1.3cqw; font-size: .98cqw; line-height: 1.3; font-weight: 600; letter-spacing: .19cqw; text-transform: uppercase; }
.capacity h2 { margin: 0; font: 700 4.65cqw/.91 Georgia, 'Times New Roman', serif; letter-spacing: -.21cqw; }
.capacity__description { margin: 1.5cqw 0 3.2cqw; font-size: 1.6cqw; line-height: 1.24; letter-spacing: -.028cqw; color: #375378; }
.capacity__dimensions { display: grid; grid-template-columns: 1fr 1.27fr 1.16fr 1fr; margin: 0 0 2.35cqw; }
.capacity__dimensions > div { display: flex; flex-direction: column-reverse; align-items: flex-start; justify-content: flex-end; gap: .3cqw; padding-left: 2.85cqw; border-left: 1px solid #ccd3dc; }
.capacity__dimensions > div:first-child { padding-left: .4cqw; border: 0; }
.capacity__dimensions dd { margin: 0; font-size: 1.85cqw; line-height: 1.15; font-weight: 700; letter-spacing: -.065cqw; white-space: nowrap; }
.capacity__dimensions dt { font-size: 1.2cqw; line-height: 1.2; letter-spacing: -.025cqw; }
.capacity__benefits { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0 0 0 -2cqw; padding: 3cqw 1.6cqw 2.1cqw; border-radius: 2.2cqw; background: #f0ede980; }
.capacity__benefits li { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 1cqw; padding-left: 1cqw; font-size: 1.2cqw; line-height: 1.2; letter-spacing: -.035cqw; }
.capacity__benefits li + li { padding-left: 2cqw; }
.capacity__benefits li + li::before { content: ''; position: absolute; left: 0; top: 0; height: 4.2cqw; width: 1px; background: #ccd3dc; }
.capacity__benefits svg { width: 3.3cqw; height: 3cqw; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.capacity__quote { position: absolute; left: 5.5%; top: 24%; margin: 0; text-align: center; font: italic 2cqw/1.3 'Segoe Script', 'Brush Script MT', cursive; transform: rotate(-13deg); }
.capacity__quote span { display: block; width: 3.1cqw; border-top: 1.5px solid currentColor; margin: 1cqw auto 0; }
@media (max-width: 700px) {
  .capacity { display: flex; flex-direction: column; aspect-ratio: auto; padding: 75px 0 65px; }
  .capacity__wave--top { height: 70px; }
  .capacity__wave--bottom { height: 50px; }
  .capacity__logo { width: 26px; top: 20px; left: calc(50% - 13px); }
  .capacity__content { position: relative; left: auto; top: auto; width: auto; margin: 0 24px; order: 1; }
  .capacity__eyebrow { font-size: 11px; letter-spacing: 2px; margin-bottom: 20px; }
  .capacity h2 { font-size: clamp(34px, 9.4vw, 55px); line-height: 1; letter-spacing: -1.7px; }
  .capacity__description { font-size: 17px; line-height: 1.4; letter-spacing: -.3px; margin: 20px 0 28px; }
  .capacity__break { display: none; }
  .capacity__dimensions { grid-template-columns: repeat(2, 1fr); gap: 22px 0; margin-bottom: 28px; }
  .capacity__dimensions > div { padding-left: 22px; gap: 6px; }
  .capacity__dimensions > div:nth-child(odd) { padding-left: 0; border: 0; }
  .capacity__dimensions dd { font-size: 25px; letter-spacing: -.7px; }
  .capacity__dimensions dt { font-size: 14px; letter-spacing: 0; }
  .capacity__benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 0; margin: 0; padding: 24px 18px; border-radius: 20px; }
  .capacity__benefits li, .capacity__benefits li + li { padding-left: 16px; font-size: 14px; gap: 12px; letter-spacing: -.2px; }
  .capacity__benefits li:nth-child(odd) { padding-left: 0; }
  .capacity__benefits li:nth-child(odd)::before { display: none; }
  .capacity__benefits li + li::before { height: 60px; }
  .capacity__benefits svg { width: 42px; height: 40px; }
  .capacity__visual { position: relative; inset: auto; width: 100%; height: 112vw; max-height: 650px; order: 2; margin-top: 30px; overflow: hidden; }
  .capacity__visual img { position: absolute; top: -5%; left: -5%; width: 205%; max-width: none; height: auto; }
  .capacity__quote { position: relative; left: auto; top: auto; order: 3; transform: none; font-size: 23px; margin: 22px 24px 0; }
  .capacity__quote br { display: none; }
  .capacity__quote span { width: 45px; margin: 14px auto 0; }
}

/* Recipe gallery: real HTML captions; photo is reused as a food sprite on mobile. */
.menu-gallery { position: relative; width: 100%; aspect-ratio: 1672 / 941; container-type: inline-size; overflow: hidden; background: #f7f5f1 url('assets/cardapio-fundo.png') center / 100% 100% no-repeat; color: #042348; }
.menu-gallery__top, .menu-gallery__bottom { display: block; position: absolute; left: 0; width: 100%; pointer-events: none; }
.menu-gallery__top { top: 0; height: 15.4%; }
.menu-gallery__bottom { bottom: -1px; height: 24.4%; }
.menu-gallery__content { position: absolute; top: 21.8%; left: 10.05%; width: 32%; }
.menu-gallery__eyebrow { margin: 0 0 1.65cqw; text-transform: uppercase; color: #2e547e; font-size: 1.05cqw; line-height: 1.3; letter-spacing: .19cqw; }
.menu-gallery h2 { margin: 0; font: 700 6.1cqw/.9 Georgia, 'Times New Roman', serif; letter-spacing: -.23cqw; }
.menu-gallery__description { margin: 1.85cqw 0 2.95cqw; font-size: 1.65cqw; line-height: 1.24; letter-spacing: -.04cqw; }
.menu-gallery__button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2cqw; width: 23.3cqw; min-height: 4.4cqw; padding: .8cqw 2cqw; border: 0; border-radius: 99px; color: #fff; background: #04274c; font: 600 1.55cqw/1.2 Arial, sans-serif; letter-spacing: -.045cqw; cursor: pointer; }
.menu-gallery__button svg { width: 1.7cqw; height: 1.5cqw; fill: none; stroke: currentColor; stroke-width: 2.2; }
.menu-gallery__button:hover { background: #154775; }
.menu-gallery__button:focus-visible { outline: 3px solid #ecb122; outline-offset: 4px; }
.menu-gallery__grid { position: absolute; top: 20.4%; left: 42.9%; width: 48%; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 10.2cqw; }
.menu-gallery__grid li { display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 0; }
.menu-gallery__dish { display: block; width: 6.95cqw; height: 6.95cqw; flex-shrink: 0; }
.menu-gallery__label { display: block; max-width: 8cqw; margin-top: .15cqw; font-size: 1.2cqw; line-height: 1.05; letter-spacing: -.035cqw; }
.menu-gallery__quote { position: absolute; z-index: 1; top: 75.4%; right: 6.2%; margin: 0; font: italic 1.8cqw/1.25 'Segoe Script', 'Brush Script MT', cursive; text-align: center; transform: rotate(-13deg); }
.menu-gallery__quote span { display: block; width: 2.8cqw; margin: .9cqw auto 0; border-top: 1.5px solid currentColor; }
.menu-gallery__logo { position: absolute; z-index: 2; bottom: 9%; left: 48.6%; width: 2.8%; aspect-ratio: 1; }
@media (max-width: 800px) {
  .menu-gallery { display: flex; flex-direction: column; aspect-ratio: auto; padding: 85px 24px 110px; background: #faf8f4; }
  .menu-gallery__top { height: 65px; }
  .menu-gallery__bottom { height: 90px; }
  .menu-gallery__content { position: relative; top: auto; left: auto; width: 100%; }
  .menu-gallery__eyebrow { font-size: 11px; letter-spacing: 1.5px; margin-bottom: 22px; }
  .menu-gallery h2 { font-size: clamp(44px, 11vw, 68px); line-height: .97; letter-spacing: -2px; }
  .menu-gallery__description { font-size: 17px; line-height: 1.4; letter-spacing: -.2px; margin: 22px 0 26px; }
  .menu-gallery__break { display: none; }
  .menu-gallery__button { width: 100%; max-width: 390px; min-height: 54px; font-size: 17px; padding: 14px 22px; gap: 18px; letter-spacing: -.4px; }
  .menu-gallery__button svg { width: 25px; height: 23px; }
  .menu-gallery__grid { position: relative; top: auto; left: auto; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; gap: 22px 10px; margin: 38px 0 0; }
  .menu-gallery__dish { width: min(100%, 116px); height: auto; aspect-ratio: 1; border-radius: 50%; background-image: url('assets/cardapio-fundo.png'); background-size: 1441.37931% 811.2069%; background-position: var(--dish-x) var(--dish-y); background-repeat: no-repeat; }
  .menu-gallery__label { max-width: 100%; margin-top: 9px; font-size: 13px; line-height: 1.2; letter-spacing: -.3px; }
  .menu-gallery__quote { position: relative; top: auto; right: auto; transform: none; font-size: 23px; line-height: 1.4; margin: 35px 0 0; }
  .menu-gallery__quote br { display: none; }
  .menu-gallery__quote span { width: 45px; margin: 12px auto 0; }
  .menu-gallery__logo { width: 25px; bottom: 35px; left: calc(50% - 12.5px); }
}
@media (max-width: 350px) {
  .menu-gallery { padding-inline: 18px; }
  .menu-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Minimal footer with a curved transition and only working destinations. */
.site-footer { position: relative; padding: 145px 7% 28px; background: #042342; color: #fff; }
.site-footer__wave { position: absolute; left: 0; top: -1px; display: block; width: 100%; height: 100px; background: #fff; pointer-events: none; }
.site-footer__inner { max-width: 1320px; margin: 0 auto; }
.site-footer__main { display: grid; grid-template-columns: 1.6fr .7fr auto; align-items: center; gap: 60px; padding-bottom: 55px; }
.site-footer__eyebrow { margin: 0 0 17px; font-size: 12px; line-height: 1.4; letter-spacing: 2.7px; text-transform: uppercase; color: #b8cbe4; }
.site-footer h2 { margin: 0; font: 700 clamp(30px, 2.6vw, 44px)/1.08 Georgia, 'Times New Roman', serif; letter-spacing: -1px; }
.site-footer__nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer__nav a { display: inline-flex; align-items: center; min-height: 44px; color: #dce7f5; font-size: 16px; text-decoration: none; }
.site-footer__nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.site-footer__cta { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 18px 25px; min-height: 58px; border-radius: 99px; background: #ffc332; color: #042342; font-size: 17px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-footer__cta:hover { background: #ffd368; }
.site-footer__cta svg { width: 25px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.site-footer a:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #ffffff26; color: #b8cbe4; font-size: 12px; line-height: 1.6; }
.site-footer__bottom p { margin: 0; }
@media (max-width: 900px) {
  .site-footer__main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .site-footer__cta { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 600px) {
  .site-footer { padding: 98px 24px 26px; }
  .site-footer__wave { height: 58px; }
  .site-footer__main { display: flex; flex-direction: column; align-items: stretch; gap: 25px; padding-bottom: 30px; }
  .site-footer h2 { font-size: 33px; letter-spacing: -.8px; }
  .site-footer__nav { flex-direction: row; flex-wrap: wrap; gap: 6px 24px; }
  .site-footer__nav a { font-size: 14px; }
  .site-footer__cta { font-size: 16px; padding: 17px 20px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; gap: 9px; padding-top: 22px; }
}

/* Product photo at the right of the safety section. */
.safety__product { position: absolute; right: 3%; top: 32%; width: 48%; height: 65%; display: flex; align-items: center; justify-content: center; }
.safety__product img { display: block; width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 700px) {
  .safety__product { position: relative; right: auto; top: auto; order: 2; width: calc(100% - 48px); height: auto; max-width: 480px; margin: 32px auto 0; }
  .safety__product img { height: auto; }
}

.hero__logo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }

/* Curved transition from the hero to the white recipes section. */
.recipes__vegetables { position: absolute; right: 1%; top: 12%; width: 28%; height: 80%; object-fit: contain; display: block; }
@media (min-width: 901px) {
  .recipes__content { left: 7%; width: 39%; }
  .recipes__highlights { left: 49%; width: 21%; }
}
@media (max-width: 900px) {
  .recipes__vegetables { position: static; width: 100%; height: auto; max-width: 380px; justify-self: center; align-self: center; grid-column: 2; grid-row: 1; }
  .recipes__content { grid-column: 1; grid-row: 1; }
}
@media (max-width: 600px) {
  .recipes__content { order: 0; }
  .recipes__vegetables { order: 1; width: 100%; margin-top: 24px; }
  .recipes__highlights { order: 2; }
}
.hero__divider { position: absolute; z-index: 2; bottom: -1px; left: 0; display: block; width: 100%; height: 12%; pointer-events: none; }
@media (max-width: 700px) {
  .hero__divider { height: 58px; }
}
