/*
Theme Name: Le Ancore 2026
Theme URI: https://pizzerialeancore.com/
Author: Le Ancore
Description: Tema personalizzato per il ristorante e pizzeria Le Ancore di Lavinio.
Version: 0.5.1
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: le-ancore-2026
*/

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/sora-latin.woff2") format("woff2");
}

:root {
  --la-cloud: #edf3f3;
  --la-white: #ffffff;
  --la-teal: #34a4ac;
  --la-blue: #286075;
  --la-blue-dark: #234956;
  --la-aqua: #9dced7;
  --la-aqua-soft: #d8e8e9;
  --la-sand: #c8ab98;
  --la-ink: #24343a;
  --la-muted: #667a80;
  --la-line: #d4e0e1;
  --la-radius-large: 28px;
  --la-radius-medium: 22px;
  --la-radius-small: 16px;
  --la-max-width: 1380px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--la-cloud);
  color: var(--la-ink);
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--la-white);
  color: var(--la-blue-dark);
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--la-white);
  border-bottom: 1px solid var(--la-line);
  border-radius: 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  width: min(100% - 36px, var(--la-max-width));
  min-height: 84px;
  margin: 0 auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.site-brand__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
}

.site-brand__copy { display: grid; gap: 2px; }

.site-brand__name {
  color: var(--la-blue);
  font-family: "Sora", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
}

.site-brand__tagline {
  color: #5d7076;
  font-size: 8px;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
}

.site-nav a {
  color: #4c6269;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible { color: var(--la-teal); }

.site-header__phone,
.hero__phone,
.allergy__phone,
.site-footer__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__phone {
  padding: 11px 16px;
  background: var(--la-blue);
  color: var(--la-white);
  border-radius: 999px;
  font-size: 12px;
}

.icon { flex: 0 0 auto; width: 17px; height: 17px; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  background: var(--la-cloud);
  color: var(--la-blue);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  width: min(calc(100% - 36px), var(--la-max-width));
  min-height: 620px;
  margin: 24px auto;
  overflow: hidden;
  background: var(--la-blue);
  color: var(--la-white);
  border-radius: var(--la-radius-large);
}

.hero::before {
  content: "";
  position: absolute;
  left: -105px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  background: rgba(157, 206, 215, .22);
  border-radius: 50%;
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px clamp(34px, 6vw, 84px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #bde7eb;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.menu-section h2,
.story h2 {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.04em;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.02;
}

.hero__lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: #d7ebed;
  font-size: 16px;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.hero__phone {
  padding: 14px 19px;
  background: var(--la-white);
  color: var(--la-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
}

.hero__menu-link {
  color: var(--la-white);
  font-size: 13px;
  text-decoration: none;
}

.hero__menu-link::after { content: " \2192"; }

.hero__media {
  min-height: 596px;
  margin: 12px;
  overflow: hidden;
  border-radius: var(--la-radius-medium);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.98) contrast(1.04) brightness(1.02);
}

.hero__media picture,
.food-gallery picture,
.story__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.quick-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(100% - 36px, var(--la-max-width));
  margin: 0 auto;
  padding: 2px 0 54px;
}

.quick-point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: var(--la-white);
  color: #36545e;
  border-radius: 999px;
  font-size: 12px;
}

.quick-point .icon { color: var(--la-teal); }

.food-section {
  padding: 84px 0;
  background: var(--la-white);
  border-radius: var(--la-radius-large) var(--la-radius-large) 0 0;
}

.food-section__inner {
  width: min(calc(100% - 36px), var(--la-max-width));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 38px;
  align-items: end;
  margin-bottom: 40px;
}

.section-label {
  margin: 0 0 16px;
  color: #326b7f;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-heading h2,
.menu-section h2,
.story h2 {
  color: var(--la-blue-dark);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.06;
}

.section-heading__text {
  max-width: 430px;
  margin: 0;
  color: #52676e;
  font-size: 14px;
  line-height: 1.7;
}

.food-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 330px 250px;
  gap: 14px;
}

.food-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--la-aqua-soft);
  border-radius: var(--la-radius-medium);
}

.food-gallery figure:first-child { grid-row: 1 / 3; }

.food-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04);
}

.menu-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(36px, 7vw, 96px);
  padding: 88px max(22px, calc((100vw - var(--la-max-width)) / 2 + 38px));
  background: var(--la-cloud);
}

.menu-section__intro p:last-child {
  max-width: 460px;
  margin: 24px 0 0;
  color: #52676e;
  font-size: 14px;
  line-height: 1.7;
}

.menu-list { display: grid; gap: 11px; }

.menu-list__item {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 13px 19px;
  background: var(--la-white);
  color: #2a4b56;
  border-radius: var(--la-radius-small);
  text-decoration: none;
}

.menu-list__item small { color: var(--la-blue); font-size: 11px; }

.menu-list__item strong {
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(19px, 2.4vw, 26px);
  font-weight: 500;
  line-height: 1.15;
}

.take-away {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  width: min(calc(100% - 36px), var(--la-max-width));
  margin: 24px auto;
  padding: clamp(38px, 6vw, 72px);
  overflow: hidden;
  background: var(--la-blue-dark);
  color: var(--la-white);
  border-radius: var(--la-radius-large);
}

.take-away .section-label { color: var(--la-aqua); }

.take-away h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.take-away__copy > p:not(.section-label) {
  max-width: 650px;
  margin: 24px 0 0;
  color: #d7ebed;
  font-size: 14px;
  line-height: 1.7;
}

.take-away__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 28px;
}

.take-away__menu,
.take-away__phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.take-away__menu { color: var(--la-blue-dark); background: var(--la-white); }
.take-away__phone { color: var(--la-white); border: 1px solid rgba(255, 255, 255, .35); }
.take-away__menu:hover { background: var(--la-aqua-soft); }
.take-away__phone:hover { border-color: var(--la-white); }

.take-away__menu:focus-visible,
.take-away__phone:focus-visible {
  outline: 2px solid var(--la-white);
  outline-offset: 3px;
}

.take-away__price {
  display: grid;
  width: clamp(190px, 19vw, 250px);
  aspect-ratio: 1;
  place-content: center;
  justify-items: center;
  padding: 24px;
  color: var(--la-blue-dark);
  background: var(--la-aqua);
  border-radius: 50%;
  text-align: center;
  transform: rotate(2deg);
}

.take-away__price span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.take-away__price strong {
  margin: 3px 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(58px, 8vw, 88px);
  font-weight: 500;
  line-height: 1;
}

.take-away__price strong small { font-size: .42em; }

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: min(calc(100% - 36px), var(--la-max-width));
  margin: 0 auto 24px;
  padding: 12px;
  background: var(--la-white);
  border-radius: var(--la-radius-large);
}

.story__media {
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--la-radius-medium);
}

.story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 58px clamp(32px, 5vw, 72px);
  background: var(--la-sand);
  border-radius: var(--la-radius-medium);
}

.story__copy .section-label { color: #4e392f; }

.story__copy p:last-child {
  margin: 24px 0 0;
  color: #513f36;
  font-size: 14px;
  line-height: 1.75;
}

.allergy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(calc(100% - 36px), var(--la-max-width));
  margin: 24px auto;
  padding: 36px clamp(26px, 5vw, 68px);
  background: var(--la-aqua);
  color: var(--la-blue-dark);
  border-radius: 24px;
}

.allergy h2 {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.2;
}

.allergy p { margin: 8px 0 0; color: #294e59; font-size: 13px; }

.allergy__phone {
  padding: 14px 18px;
  background: var(--la-blue);
  color: var(--la-white);
  border-radius: 999px;
  font-size: 13px;
}

.jobs {
  scroll-margin-top: 104px;
  width: min(calc(100% - 36px), var(--la-max-width));
  margin: 24px auto;
  padding: clamp(42px, 6vw, 78px);
  background: var(--la-blue-dark);
  color: var(--la-white);
  border-radius: var(--la-radius-large);
}

.jobs__heading {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 38px;
}

.jobs .section-label { color: var(--la-aqua); }

.jobs h2 {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.06;
}

.jobs__intro {
  margin: 0;
  color: #c9dfe3;
  font-size: 14px;
  line-height: 1.7;
}

.jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.job-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--la-radius-medium);
}

.job-card__number {
  color: var(--la-aqua-soft);
  font-size: 11px;
  letter-spacing: .12em;
}

.job-card h3 {
  margin: 34px 0 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.job-card p { margin: 14px 0 0; color: #c9dfe3; font-size: 13px; line-height: 1.65; }
.job-card__details { margin-top: auto !important; padding-top: 24px; color: var(--la-white) !important; font-size: 11px !important; }

.jobs__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.jobs__contact p { margin: 0; color: #c9dfe3; font-size: 13px; }

.jobs__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  color: var(--la-blue-dark);
  background: var(--la-white);
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
}

.industry-resource {
  width: min(100% - 48px, var(--la-max-width));
  margin: 18px auto 34px;
  padding: 16px 20px;
  color: #52676e;
  background: var(--la-cloud);
  border: 1px solid var(--la-line);
  border-radius: var(--la-radius-small);
}

.industry-resource p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.industry-resource__label {
  color: var(--la-blue-dark);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.industry-resource a {
  display: inline-block;
  min-height: 28px;
  padding-block: 3px;
  color: var(--la-blue);
  font-weight: 500;
  text-underline-offset: 3px;
}

.industry-resource a:hover { color: var(--la-blue-dark); }

.industry-resource a:focus-visible,
.site-footer__credits a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

.site-footer {
  background: var(--la-blue);
  color: var(--la-white);
  border-radius: 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 30px;
  align-items: center;
  width: min(100% - 36px, var(--la-max-width));
  margin: 0 auto;
  padding: 54px 0;
}

.site-footer__brand {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.site-footer__address { margin: 9px 0 0; color: #c8e2e5; font-size: 12px; }

.site-footer__map {
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--la-radius-small);
  background: var(--la-blue-dark);
}

.site-footer__map iframe {
  display: block;
  width: 100%;
  height: 230px;
  border: 0;
}

.site-footer__legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.site-footer__legal a { color: #c8e2e5; font-size: 11px; text-decoration: none; }

.site-footer__credits {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 6px;
  margin: 22px 0 0;
  color: #c8e2e5;
  font-size: 10px;
  line-height: 1.6;
}

.site-footer__credits a {
  color: #c8e2e5;
  text-underline-offset: 3px;
}

body.ferragosto-modal-open { overflow: hidden; }

.ferragosto-modal[hidden] { display: none; }

.ferragosto-modal {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.ferragosto-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(20, 39, 46, .78);
  backdrop-filter: blur(7px);
  cursor: pointer;
}

.ferragosto-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 510px) minmax(270px, 390px);
  width: min(100%, 900px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: var(--la-white);
  border-radius: var(--la-radius-medium);
  box-shadow: 0 32px 90px rgba(8, 28, 35, .35);
}

.ferragosto-modal__poster {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 12px;
  background: var(--la-cloud);
}

.ferragosto-modal__poster img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 64px);
  object-fit: contain;
  border-radius: calc(var(--la-radius-medium) - 8px);
}

.ferragosto-modal__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 66px);
  color: var(--la-white);
  background: var(--la-blue);
}

.ferragosto-modal__eyebrow {
  margin: 0 0 18px;
  color: var(--la-aqua-soft);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ferragosto-modal__copy h2 {
  margin: 0;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.02;
}

.ferragosto-modal__intro { margin: 24px 0 0; color: #d8eaec; line-height: 1.6; }
.ferragosto-modal__price { margin: 28px 0 0; color: var(--la-aqua-soft); }
.ferragosto-modal__price strong { color: var(--la-white); font-size: 30px; font-weight: 500; }

.ferragosto-modal__phone {
  align-self: flex-start;
  margin-top: 28px;
  padding: 13px 18px;
  color: var(--la-blue-dark);
  background: var(--la-white);
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
}

.ferragosto-modal__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0 0 3px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: var(--la-white);
  background: rgba(35, 73, 86, .82);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.page-shell {
  width: min(100% - 36px, 1040px);
  margin: 42px auto 72px;
  padding: clamp(30px, 6vw, 72px);
  background: var(--la-white);
  border-radius: var(--la-radius-large);
}

.page-shell h1 {
  margin-top: 0;
  color: var(--la-blue-dark);
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 500;
  line-height: 1.05;
}

.page-shell a { color: var(--la-blue); }
.not-found { min-height: 50vh; text-align: center; }

@media (max-width: 860px) {
  .site-header__inner { grid-template-columns: auto 1fr auto auto; }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--la-white);
    border: 1px solid var(--la-line);
    border-radius: var(--la-radius-small);
    box-shadow: 0 18px 40px rgba(35, 73, 86, .14);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 14px; border-radius: 10px; }
  .site-nav a:hover, .site-nav a:focus-visible { background: var(--la-cloud); }
  .nav-toggle { display: inline-flex; }
  .hero { grid-template-columns: 1fr; }
  .hero__media { min-height: 470px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .menu-section { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .take-away { grid-template-columns: 1fr; }
  .take-away__price { width: 210px; }
  .jobs__heading { grid-template-columns: 1fr; gap: 18px; }
  .jobs__grid { grid-template-columns: 1fr; }
  .job-card { min-height: 0; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .ferragosto-modal__dialog { grid-template-columns: minmax(260px, 1fr) minmax(240px, .8fr); }
}

@media (max-width: 560px) {
  :root { --la-radius-large: 22px; --la-radius-medium: 18px; --la-radius-small: 14px; }

  .site-header__inner {
    grid-template-columns: 1fr auto auto;
    gap: 9px;
    width: min(100% - 24px, var(--la-max-width));
    min-height: 72px;
  }

  .site-brand { gap: 7px; }
  .site-brand__logo { width: 48px; height: 48px; }
  .site-brand__name { font-size: 16px; }
  .site-brand__tagline { font-size: 7px; letter-spacing: .08em; }
  .site-header__phone { width: 40px; height: 40px; padding: 0; }
  .site-header__phone span { display: none; }
  .nav-toggle { width: 40px; height: 40px; }

  .hero { width: calc(100% - 24px); margin: 14px auto; }
  .hero__copy { padding: 52px 26px 56px; }
  .hero h1 { font-size: 44px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__media { min-height: 360px; margin: 8px; border-radius: 16px; }

  .quick-points { width: calc(100% - 24px); justify-content: flex-start; padding-bottom: 42px; }
  .food-section { padding: 60px 0; }
  .food-section__inner { width: calc(100% - 24px); }

  .food-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 270px 190px;
    gap: 8px;
  }

  .food-gallery figure:first-child { grid-column: 1 / 3; grid-row: 1; }
  .menu-section { padding: 62px 20px; }
  .menu-list__item { min-height: 72px; padding: 11px 14px; }
  .take-away { width: calc(100% - 24px); margin: 14px auto; padding: 42px 24px; border-radius: 22px; }
  .take-away h2 { font-size: 46px; }
  .take-away__actions { align-items: stretch; flex-direction: column; }
  .take-away__menu, .take-away__phone { justify-content: center; width: 100%; }
  .take-away__price { width: 180px; justify-self: center; }

  .story { width: calc(100% - 24px); margin-bottom: 14px; padding: 8px; }
  .story__media { min-height: 320px; }
  .story__copy { padding: 48px 24px; }

  .allergy {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin: 14px auto;
    padding: 32px 22px;
    border-radius: 20px;
  }

  .allergy__phone { justify-self: start; }
  .jobs { scroll-margin-top: 84px; width: calc(100% - 24px); margin: 14px auto; padding: 42px 20px; border-radius: 22px; }
  .job-card { padding: 24px 20px; border-radius: 18px; }
  .job-card h3 { margin-top: 24px; }
  .jobs__contact { align-items: flex-start; flex-direction: column; }
  .industry-resource { width: calc(100% - 24px); margin: 14px auto 24px; padding: 16px 18px; }
  .industry-resource p { display: block; }
  .industry-resource__label { display: block; margin-bottom: 4px; }
  .site-footer__inner { grid-template-columns: 1fr; width: calc(100% - 36px); padding: 44px 0; }
  .site-footer__map, .site-footer__map iframe { min-height: 260px; height: 260px; }
  .ferragosto-modal { padding: 10px; }
  .ferragosto-modal__dialog { display: block; max-height: calc(100vh - 20px); border-radius: 18px; }
  .ferragosto-modal__poster { padding: 8px; }
  .ferragosto-modal__poster img { max-height: 70vh; border-radius: 12px; }
  .ferragosto-modal__copy { padding: 34px 24px 30px; }
  .ferragosto-modal__copy h2 { font-size: 36px; }
  .ferragosto-modal__close { position: fixed; top: 18px; right: 18px; }
  .page-shell { width: calc(100% - 24px); margin-top: 24px; padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
