:root {
  --bg: #f5f1e8;
  --bg-soft: #fbf8f2;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fffdf8;
  --surface-tint: rgba(234, 241, 233, 0.78);
  --line: rgba(38, 65, 45, 0.12);
  --line-strong: rgba(38, 65, 45, 0.2);
  --text: #1f2d22;
  --muted: #5f6e62;
  --green-900: #203228;
  --green-800: #294233;
  --green-700: #34533f;
  --green-600: #4b6b54;
  --green-500: #6d8f72;
  --green-300: #dce7da;
  --gold: #b9934f;
  --gold-soft: #e2d1ae;
  --success: #3e7050;
  --error: #a04742;
  --shadow-sm: 0 12px 30px rgba(42, 59, 44, 0.08);
  --shadow-md: 0 24px 60px rgba(42, 59, 44, 0.12);
  --shadow-lg: 0 42px 90px rgba(30, 47, 33, 0.16);
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 38px;
  --radius-xl: 52px;
  --max-width: 1280px;
  --transition: 320ms cubic-bezier(0.32, 0.72, 0, 1);
  --transition-slow: 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(185, 147, 79, 0.14), transparent 26%),
    linear-gradient(180deg, #f7f3eb 0%, #f2eee4 48%, #f7f4ec 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 120px),
    linear-gradient(180deg, rgba(38, 65, 45, 0.02), rgba(38, 65, 45, 0.01));
  opacity: 0.25;
  z-index: -1;
}

main {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition), opacity var(--transition);
}

button,
input,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 2px solid rgba(73, 112, 82, 0.85);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  transform: translateY(-150%);
  z-index: 30;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.container {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
  position: relative;
}

.section-header {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-header.light {
  color: #fff;
}

.section-tag,
.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(38, 65, 45, 0.1);
  background: rgba(255, 255, 255, 0.58);
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.section-header h2 {
  margin-top: 18px;
  font-size: clamp(3rem, 5vw, 4.7rem);
  color: var(--green-900);
}

.section-header.light h2,
.section-header.light .section-desc {
  color: #f6f3ed;
}

.section-header.light .section-tag {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f0e1bf;
}

.section-divider {
  width: 88px;
  height: 1px;
  margin: 22px auto 18px;
  background: linear-gradient(90deg, transparent, rgba(185, 147, 79, 0.92), transparent);
}

.section-divider.white {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.section-desc {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 62ch;
  margin: 0 auto;
}

#loading-screen {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #1e3026, #2e4938);
  z-index: 40;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
}

.loader-logo {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.06em;
}

.loader-baba,
.loader-food {
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 700;
  color: #f8f4ec;
}

.loader-easy {
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 300;
  color: #ead7af;
}

.loader-tagline {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.loader-bar {
  width: 220px;
  height: 2px;
  margin: 22px auto 0;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.loader-progress {
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), var(--gold), rgba(255, 255, 255, 0.2));
  animation: loadProgress 1.2s ease forwards;
}

@keyframes loadProgress {
  from { width: 0; }
  to { width: 100%; }
}

#navbar {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 25;
}

.nav-container {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav-shell {
  padding: 10px 14px 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 18, 16, 0.72);
  box-shadow: 0 18px 55px rgba(10, 12, 10, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition);
}

#navbar.scrolled .nav-shell {
  background: rgba(12, 14, 12, 0.86);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(10, 12, 10, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav-logo,
.footer-logo,
.loader-logo {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.logo-baba,
.logo-food {
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-baba,
.logo-food,
.footer .logo-baba,
.footer .logo-food {
  color: #f5f2ea;
}

.logo-easy,
.footer .logo-easy {
  color: var(--gold);
  font-size: 1.22rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(245, 242, 234, 0.78);
  font-size: 0.95rem;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nav-links .nav-cta {
  background: #f6f2ea;
  color: #111310;
  padding-inline: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta.active {
  background: #ffffff;
  color: #111310;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f5f2ea;
  cursor: pointer;
  position: relative;
}

.nav-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
  transform: translateX(-50%);
}

.nav-toggle span:nth-child(1) { top: 17px; }
.nav-toggle span:nth-child(2) { top: 23px; }
.nav-toggle span:nth-child(3) { top: 29px; }

.nav-toggle.active span:nth-child(1) {
  transform: translateX(-50%) translateY(6px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 152px 0 88px;
  min-height: 100dvh;
  overflow: hidden;
  color: #f7f3ec;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: #090909;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1), transform 4200ms cubic-bezier(0.16, 1, 0.3, 1);
  background-position: center;
  background-size: cover;
}

.hero-bg[data-hero-image="0"] {
  background-image: url('images/hero.jpg');
}

.hero-bg[data-hero-image="1"] {
  background-image: url('images/hero2.jpg');
}

.hero-bg.active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 236, 196, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(3, 5, 3, 0.46) 0%, rgba(4, 6, 4, 0.62) 48%, rgba(4, 6, 4, 0.84) 100%);
}

.hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.34) 100%);
}

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-dust {
  opacity: 0.9;
}

.particle {
  position: absolute;
  bottom: -20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 245, 224, 0.22);
  filter: blur(0.4px);
  animation: floatParticle linear infinite;
}

@keyframes floatParticle {
  0% { transform: translate3d(0, 0, 0) scale(0.9); opacity: 0; }
  10% { opacity: 0.7; }
  50% { opacity: 0.4; }
  100% { transform: translate3d(20px, -110vh, 0) scale(1.15); opacity: 0; }
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-copy {
  max-width: 860px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 15, 12, 0.45);
  color: rgba(245, 238, 225, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.hero-kicker {
  margin: 0 auto 18px;
  background: rgba(12, 15, 12, 0.42);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(244, 238, 225, 0.84);
}

.hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(4.4rem, 8vw, 7.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #fffaf2;
  margin-bottom: 20px;
}

.hero-caption-pill {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 22px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 15, 12, 0.46);
  color: rgba(245, 238, 225, 0.88);
  backdrop-filter: blur(12px);
}

.hero-caption-pill span {
  font-size: 0.88rem;
  font-weight: 500;
}

.hero-subtitle {
  max-width: 50ch;
  margin: 0 auto;
  color: rgba(247, 243, 236, 0.82);
  font-size: 1.2rem;
  line-height: 1.7;
}

.hero-mobile-inline-stats {
  display: none;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 34px 0 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transform: translateY(0);
}

.btn:active {
  transform: translateY(1px) scale(0.985);
}

.btn-primary {
  background: #f7f3ec;
  color: #111310;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn-primary:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(10, 12, 10, 0.34);
  color: #f7f3ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(10, 12, 10, 0.52);
  transform: translateY(-2px);
}

.btn-whatsapp {
  width: 100%;
  margin-top: 24px;
  background: linear-gradient(180deg, #50785a, #34533f);
  color: #fff;
  box-shadow: 0 18px 42px rgba(51, 84, 63, 0.18);
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
}

.hero-stats {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 14px;
}

.hero-stat {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(10, 12, 10, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff7eb;
  letter-spacing: -0.04em;
}

.stat-label {
  display: block;
  margin-top: 4px;
  color: rgba(245, 238, 225, 0.66);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-scroll a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  color: #111310;
  box-shadow: var(--shadow-sm);
  animation: bounceDown 2s ease infinite;
}

@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.chi-siamo,
.zone-servite,
.recensioni {
  background: transparent;
}

.servizi,
.galleria,
.contatti {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(236, 242, 235, 0.32));
}

.chi-siamo-grid,
.zone-layout,
.contatti-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.contatti-mobile-dots {
  display: none;
}

.chi-siamo-text,
.zone-list,
.contatti-info,
.contatti-form {
  position: relative;
}

.lead-text {
  font-size: 1.22rem;
  line-height: 1.85;
  color: var(--green-900);
  max-width: 56ch;
}

.chi-siamo-text p:not(.lead-text) {
  margin-top: 16px;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.85;
}

.chi-siamo-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.value-item,
.province-item,
.extra-item,
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.value-item {
  padding: 18px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(38, 65, 45, 0.08);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.value-item i,
.card-icon i,
.usp-icon i,
.contact-icon i,
.footer-contact-item i,
.map-address i {
  color: var(--green-800);
}

.value-item span {
  font-weight: 600;
}

.chi-siamo-image,
.zone-map,
.contact-card,
.contact-form,
.lightbox-container,
.review-card,
.service-card,
.usp-card,
.zone-cta {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 252, 246, 0.74);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}

.image-frame img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.image-frame:hover img {
  transform: scale(1.04);
}

.image-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.92);
  color: var(--green-900);
  box-shadow: var(--shadow-sm);
}

.servizi-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  grid-column: span 4;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.service-card:nth-child(1),
.service-card:nth-child(4),
.service-card:nth-child(7) {
  grid-column: span 5;
}

.service-card:nth-child(2),
.service-card:nth-child(5) {
  grid-column: span 3;
}

.service-card:hover,
.review-card:hover,
.usp-card:hover,
.province-item:hover,
.gallery-item:hover,
.social-btn:hover,
.footer-social a:hover,
.back-to-top:hover,
.whatsapp-float:hover,
.zone-cta:hover {
  transform: translateY(-4px);
}

.card-icon,
.usp-icon,
.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(74, 108, 83, 0.12);
  margin-bottom: 20px;
}

.service-card h3,
.usp-card h3,
.zone-list h3,
.contact-details h4,
.footer-links h4,
.footer-contact h4,
.form-success h3 {
  font-size: 2rem;
  color: var(--green-900);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.service-card p,
.usp-card p,
.review-text,
.gallery-social p,
.contact-details p,
.contact-details a,
.footer-brand p,
.footer-bottom p,
.zone-cta p,
.form-note,
.form-success p {
  color: var(--muted);
}

.service-card p {
  margin: 12px 0 18px;
}

.card-tag {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(78, 117, 86, 0.1);
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.perche-noi {
  overflow: hidden;
  min-height: 128vh;
}

.perche-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(185, 147, 79, 0.16), transparent 24%),
    linear-gradient(160deg, #213329 0%, #2e4938 48%, #203228 100%);
}

.perche-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 140px);
  opacity: 0.2;
}

.perche-noi .container {
  position: relative;
  z-index: 1;
}

.usp-scene {
  position: relative;
  min-height: 58vh;
  margin-top: 10px;
}

.usp-stage {
  position: sticky;
  top: 120px;
  height: 44vh;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usp-card {
  position: absolute;
  width: min(100%, 352px);
  min-height: 438px;
  padding: 34px 30px 30px;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(11, 23, 16, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transform-origin: center center;
  transition: transform 180ms linear;
  overflow: hidden;
}

.usp-card-center {
  width: min(100%, 336px);
}

.usp-card-left,
.usp-card-right {
  width: min(100%, 352px);
}

.usp-card.featured {
  background: rgba(233, 224, 203, 0.9);
  z-index: 3;
}

.usp-card-left {
  z-index: 1;
}

.usp-card-right {
  z-index: 2;
}

.usp-card.featured .usp-icon {
  background: rgba(38, 65, 45, 0.08);
}

.usp-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 76px;
  margin-bottom: 18px;
}

.usp-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}

.usp-card .usp-icon {
  margin-bottom: 0;
}

.usp-card .usp-icon i,
.usp-card .usp-counter,
.usp-card .usp-unit,
.usp-card h3 {
  color: #f7f3eb;
}

.usp-card.featured .usp-counter,
.usp-card.featured .usp-unit,
.usp-card.featured h3,
.usp-card.featured .usp-icon i {
  color: var(--green-900);
}

.usp-counter,
.usp-unit {
  display: inline;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.usp-counter {
  font-size: 4rem;
  line-height: 0.92;
}

.usp-unit {
  font-size: 1.8rem;
  line-height: 0.92;
}

.usp-card h3 {
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 1.02;
}

.usp-card p {
  margin-top: 14px;
  color: rgba(247, 243, 235, 0.72);
  line-height: 1.7;
  max-width: none;
}

.usp-card.featured p {
  color: rgba(31, 45, 34, 0.72);
}

.usp-card-right h3,
.usp-card-right p,
.usp-card-left h3,
.usp-card-left p {
  max-width: none;
}

.perche-extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.extra-item {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 243, 235, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.extra-item i {
  color: var(--gold-soft);
}

.zone-map {
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  min-height: 460px;
  border: 0;
}

.map-address {
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(34, 52, 40, 0.96), rgba(41, 66, 51, 0.96));
  color: rgba(248, 244, 236, 0.92);
}

.zone-list h3 {
  margin-bottom: 24px;
}

.province-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.province-item {
  align-items: flex-start;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(38, 65, 45, 0.08);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.province-item i {
  margin-top: 4px;
}

.province-item strong {
  display: block;
  color: var(--green-900);
}

.province-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.zone-cta {
  margin-top: 22px;
  padding: 24px;
  text-align: center;
}

.zone-cta p {
  margin-bottom: 16px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 160px;
  gap: 14px;
  margin-bottom: 32px;
}

.gallery-item {
  grid-column: span 3;
  grid-row: span 2;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow-sm);
}

.gallery-item.tall {
  grid-row: span 3;
}

.gallery-item.wide {
  grid-column: span 6;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(32, 50, 40, 0.08), rgba(32, 50, 40, 0.52));
  color: #fff;
  opacity: 0;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 252, 246, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-social {
  text-align: center;
}

.social-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.social-btn,
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(38, 65, 45, 0.1);
  background: rgba(255, 255, 255, 0.74);
  color: var(--green-900);
  box-shadow: var(--shadow-sm);
}

.footer-social a {
  width: 48px;
  padding: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 35;
}

.lightbox.active {
  display: flex;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 17, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox-container {
  z-index: 1;
  width: min(1080px, calc(100% - 32px));
  padding: 18px;
}

#lightboxImg {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: 28px;
}

#lightboxCaption {
  margin-top: 14px;
  text-align: center;
  color: rgba(255, 248, 238, 0.86);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next,
.back-to-top {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: -58px;
  right: 10px;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev { left: -18px; }
.lightbox-next { right: -18px; }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  grid-column: span 4;
  padding: 28px;
}

.review-card.featured {
  background: linear-gradient(180deg, rgba(33, 51, 41, 0.98), rgba(41, 66, 51, 0.98));
}

.review-card.featured .review-text,
.review-card.featured .review-author strong,
.review-card.featured .review-author span {
  color: rgba(248, 244, 236, 0.86);
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  color: var(--gold);
}

.review-text {
  min-height: 120px;
  line-height: 1.8;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(69, 102, 76, 0.12);
  color: var(--green-900);
  font-weight: 700;
}

.review-card.featured .author-avatar {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.reviews-note {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  justify-content: center;
  color: var(--muted);
}

.reviews-note a {
  color: var(--green-700);
  text-decoration: underline;
}

.contact-card,
.contact-form {
  padding: 28px;
}

.contact-item {
  align-items: flex-start;
  padding: 18px 0;
}

.contact-item + .contact-item {
  border-top: 1px solid var(--line);
}

.contact-icon {
  margin-bottom: 0;
}

.contact-details h4 {
  font-size: 1.4rem;
}

.contact-details p,
.contact-details a {
  line-height: 1.75;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--green-900);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 20px;
  border: 1px solid rgba(38, 65, 45, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.form-group textarea {
  min-height: 132px;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(74, 108, 83, 0.5);
  box-shadow: 0 0 0 4px rgba(109, 143, 114, 0.12);
}

.form-group.is-invalid input,
.form-group.is-invalid textarea {
  border-color: rgba(160, 71, 66, 0.44);
  box-shadow: 0 0 0 4px rgba(160, 71, 66, 0.08);
}

.field-error,
.form-status {
  min-height: 18px;
  margin-top: 7px;
  color: var(--error);
  font-size: 0.84rem;
}

.form-status {
  text-align: center;
}

.form-note {
  margin-top: 12px;
  text-align: center;
  font-size: 0.88rem;
}

.form-success[hidden] {
  display: none;
}

.form-success {
  padding: 52px 32px;
  text-align: center;
}

.form-success i {
  font-size: 2.4rem;
  color: var(--success);
  margin-bottom: 16px;
}

.footer {
  position: relative;
  margin-top: 56px;
  background:
    radial-gradient(circle at top left, rgba(185, 147, 79, 0.12), transparent 18%),
    linear-gradient(180deg, #eef3ea 0%, #e4ece1 100%);
  border-top: 1px solid rgba(38, 65, 45, 0.08);
}

.footer-top {
  padding: 112px 0 74px;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(0, 1.55fr);
  gap: 56px;
  align-items: start;
}

.footer-brand-panel {
  padding: 30px 34px 34px;
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.66);
  border: 1px solid rgba(38, 65, 45, 0.08);
  box-shadow: 0 24px 60px rgba(33, 48, 37, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.footer-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(69, 103, 76, 0.08);
  color: var(--green-700);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-brand-panel .footer-logo {
  margin-top: 20px;
  margin-bottom: 18px;
}

.footer-brand-panel .logo-baba,
.footer-brand-panel .logo-food,
.footer-brand-panel .logo-easy {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
}

.footer-lead {
  max-width: 30ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.footer-social {
  justify-content: flex-start;
  margin-top: 26px;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-cta:hover {
  transform: translateY(-1px);
  background: #192820;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.footer-brand p,
.footer-links ul li a,
.footer-contact-item,
.footer-contact-item a,
.footer-bottom p {
  color: var(--muted);
}

.footer .logo-baba,
.footer .logo-food {
  color: var(--green-900);
}

.footer-links h4,
.footer-contact h4 {
  font-size: 2rem;
  color: var(--green-900);
  margin-bottom: 18px;
}

.footer-links ul,
.footer-contact {
  padding-top: 6px;
}

.footer-links ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  font-size: 1rem;
}

.footer-links ul li a:hover,
.footer-contact-item a:hover {
  color: var(--green-900);
}

.footer-contact-item {
  gap: 12px;
  align-items: flex-start;
  font-size: 0.98rem;
  line-height: 1.7;
}

.footer-contact-item i {
  margin-top: 5px;
}

.footer-links ul li + li,
.footer-contact-item + .footer-contact-item {
  margin-top: 12px;
}

.footer-bottom {
  padding: 30px 0 54px;
  border-top: 1px solid rgba(38, 65, 45, 0.08);
}

.footer-bottom-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  text-align: center;
}

.footer-legal {
  margin-top: 10px;
  text-align: center;
}

.whatsapp-float,
.back-to-top {
  position: fixed;
  right: 24px;
  z-index: 24;
  box-shadow: var(--shadow-md);
}

.whatsapp-float {
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(180deg, #45674c, #2d4636);
  color: #fff;
  font-size: 1.7rem;
}

.whatsapp-tooltip {
  position: absolute;
  right: 74px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}

.back-to-top {
  bottom: 98px;
  border-color: rgba(38, 65, 45, 0.1);
  background: rgba(255, 252, 246, 0.9);
  color: var(--green-900);
  opacity: 0;
  visibility: hidden;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1180px) {
  .hero-shell,
  .chi-siamo-grid,
  .zone-layout,
  .contatti-grid,
  .footer-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .section-header {
    max-width: none;
  }

  .footer-brand-panel {
    max-width: 640px;
  }

  .service-card:nth-child(n),
  .review-card,
  .usp-card,
  .usp-card.featured {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  #navbar {
    inset: 12px 0 auto;
  }

  .nav-container {
    width: min(var(--max-width), calc(100% - 24px));
    gap: 12px;
    justify-content: center;
  }

  .nav-shell {
    width: min(calc(100vw - 24px), 360px);
    margin-inline: auto;
    min-width: 0;
    padding: 8px 10px 8px 14px;
    gap: 10px;
    justify-content: space-between;
  }

  .nav-logo {
    min-width: 0;
    flex: 1 1 auto;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
  }

  .nav-logo .logo-baba,
  .nav-logo .logo-easy,
  .nav-logo .logo-food {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .nav-links {
    position: fixed;
    top: 68px;
    left: 50%;
    width: min(calc(100vw - 24px), 360px);
    max-height: calc(100dvh - 88px);
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 14px;
    overflow-y: auto;
    border-radius: 24px;
    background: rgba(16, 18, 16, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
    transform: translateX(-50%) translateY(-10px) scale(0.98);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .nav-links.open {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a,
  .nav-links .nav-cta {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 14px;
  }

  .nav-links .nav-cta {
    color: #111310;
    justify-content: center;
    margin-top: 8px;
  }

  .nav-links li {
    list-style: none;
  }

  .nav-links a {
    border-radius: 18px;
  }

  .hero {
    padding-top: 122px;
  }

  .footer-top {
    padding: 88px 0 60px;
  }

  .footer-shell {
    gap: 34px;
  }

  .footer-grid {
    gap: 24px;
  }

  .hero-shell,
  .hero-stats,
  .chi-siamo-values,
  .province-grid {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(n),
  .review-card,
  .usp-card,
  .usp-card.featured,
  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 12;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-row: span 1;
  }

  .map-embed iframe {
    min-height: 360px;
  }

  .usp-scene {
    min-height: auto;
  }

  .usp-stage {
    position: relative;
    top: auto;
    height: auto;
    display: block;
  }

  .usp-card,
  .usp-card-left,
  .usp-card-center,
  .usp-card-right {
    position: relative;
    width: 100%;
    min-height: auto;
    transform: none !important;
  }

  .perche-extra {
    margin-top: 20px;
  }

  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
}

@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }

  html,
  body {
    overflow-x: hidden;
  }

  main,
  section,
  .container,
  .hero-shell,
  .hero-copy,
  .zone-layout,
  .zone-map-container,
  .zone-list {
    max-width: 100%;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding-top: 108px;
    padding-bottom: 64px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-badge,
  .hero-kicker,
  .hero-caption-pill {
    max-width: calc(100vw - 48px);
  }

  .hero-title {
    font-size: clamp(2.9rem, 11vw, 4.2rem);
    line-height: 0.96;
  }

  .hero-subtitle {
    max-width: 30ch;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-mobile-inline-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px 0 22px;
    color: rgba(247, 243, 236, 0.84);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
  }

  .hero-mobile-inline-stats span {
    flex: 0 0 auto;
  }

  .hero-stats {
    display: none;
  }

  .hero-stat {
    min-width: 0;
  }

  .hero-scroll {
    bottom: 16px;
  }

  .section-header {
    margin-bottom: 26px;
    text-align: left;
  }

  .section-header h2 {
    margin-top: 12px;
  }

  .section-divider {
    margin: 16px 0 12px;
  }

  .section-desc {
    margin: 0;
    max-width: 32ch;
  }

  .servizi-grid,
  .usp-stage,
  .province-grid,
  .gallery-grid,
  .reviews-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 0;
    scroll-padding-inline: 10px;
  }

  .servizi-grid::-webkit-scrollbar,
  .usp-stage::-webkit-scrollbar,
  .province-grid::-webkit-scrollbar,
  .gallery-grid::-webkit-scrollbar,
  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .servizi-grid {
    margin-right: 0;
  }

  .service-card,
  .service-card:nth-child(n) {
    flex: 0 0 85%;
    width: 85%;
    grid-column: auto;
    min-height: 100%;
    scroll-snap-align: start;
  }

  .perche-noi {
    min-height: auto;
  }

  .usp-scene {
    min-height: auto;
  }

  .usp-stage {
    position: relative;
    top: auto;
    height: auto;
    width: auto;
    margin: 0;
    justify-content: flex-start;
    padding-top: 4px;
  }

  .usp-card,
  .usp-card-left,
  .usp-card-center,
  .usp-card-right {
    flex: 0 0 86%;
    width: 86%;
    min-height: auto;
    transform: none !important;
    scroll-snap-align: start;
  }

  .perche-extra {
    margin-top: 18px;
    justify-content: flex-start;
  }

  .province-grid {
    margin-bottom: 20px;
  }

  .province-item {
    flex: 0 0 82%;
    width: 82%;
    grid-column: auto;
    min-height: 100%;
    scroll-snap-align: start;
  }

  .gallery-grid {
    margin-bottom: 24px;
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide {
    flex: 0 0 84%;
    width: 84%;
    min-height: 340px;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .reviews-grid {
    gap: 14px;
  }

  .review-card,
  .review-card.featured {
    flex: 0 0 86%;
    width: 86%;
    grid-column: auto;
    scroll-snap-align: start;
  }

  .review-text {
    min-height: auto;
  }

  .service-card,
  .usp-card,
  .usp-card-left,
  .usp-card-center,
  .usp-card-right,
  .province-item,
  .review-card,
  .review-card.featured,
  .contact-card,
  .contact-form,
  .zone-cta {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide {
    box-shadow: none;
  }

  .reviews-note {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .reviews-note span {
    display: inline-block;
    text-align: center;
  }

  .zone-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zone-map,
  .map-embed,
  .map-embed iframe,
  .map-address,
  .zone-cta {
    width: 100%;
    max-width: 100%;
  }

  .zone-list {
    min-width: 0;
  }

  .province-grid {
    width: 100%;
  }

  .province-item {
    min-width: 0;
  }

  .zone-cta {
    margin-top: 18px;
  }

  .contatti-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 0;
    scroll-padding-inline: 10px;
  }

  .contatti-grid::-webkit-scrollbar {
    display: none;
  }

  .contatti-info,
  .contatti-form {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    align-self: flex-start;
    scroll-snap-align: start;
  }

  .contact-card,
  .contact-form {
    padding: 22px;
  }

  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .form-group {
    margin-bottom: 12px;
  }

  .form-group label {
    margin-bottom: 6px;
    font-size: 0.86rem;
  }

  .form-group input,
  .form-group textarea {
    padding: 13px 15px;
    border-radius: 18px;
  }

  .form-group textarea {
    min-height: 104px;
  }

  .field-error,
  .form-status {
    min-height: 14px;
    margin-top: 5px;
    font-size: 0.78rem;
  }

  .field-error:empty,
  .form-status:empty {
    display: none;
    min-height: 0;
    margin-top: 0;
  }

  .form-note {
    margin-top: 8px;
    font-size: 0.8rem;
  }

  .form-group:last-of-type {
    margin-bottom: 8px;
  }

  .contact-form .btn {
    min-height: 48px;
  }

  .contatti-mobile-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
  }

  .contatti-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(38, 65, 45, 0.2);
    box-shadow: inset 0 0 0 1px rgba(38, 65, 45, 0.08);
    cursor: pointer;
    transition: transform var(--transition), background-color var(--transition), width var(--transition);
  }

  .contatti-dot.is-active {
    width: 28px;
    background: var(--green-800);
    transform: scale(1.02);
  }
}

@media (max-width: 640px) {
  .container,
  .nav-container {
    width: min(var(--max-width), calc(100% - 24px));
  }

  .section {
    padding: 84px 0;
  }

  .hero {
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: clamp(2.6rem, 12vw, 3.7rem);
  }

  .nav-shell {
    width: min(calc(100vw - 24px), 340px);
    padding: 8px 10px 8px 12px;
  }

  .nav-logo .logo-baba,
  .nav-logo .logo-easy,
  .nav-logo .logo-food {
    font-size: 0.94rem;
  }

  .footer-top {
    padding: 72px 0 48px;
  }

  .footer-brand-panel,
  .footer-links {
    display: none;
  }

  .footer-shell {
    display: block;
  }

  .footer-grid {
    display: block;
  }

  .footer-contact {
    padding-top: 0;
  }

  .footer-contact h4 {
    margin-bottom: 16px;
  }

  .footer-bottom-grid {
    gap: 6px 0;
  }

  .footer-brand-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .footer-links h4,
  .footer-contact h4 {
    font-size: 1.75rem;
  }

  .footer-bottom {
    padding: 24px 0 40px;
  }

  .hero-caption-pill {
    border-radius: 28px;
  }

  .btn,
  .btn-secondary,
  .btn-primary {
    width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .service-card,
  .review-card,
  .usp-card,
  .zone-cta {
    padding: 22px;
  }

  .image-frame img {
    min-height: 360px;
  }

  .whatsapp-float,
  .back-to-top {
    right: 16px;
  }

  .back-to-top {
    bottom: 86px;
  }

  .lightbox-close {
    right: 0;
  }
}
