:root {
  --italy-green: #008c45;
  --italy-green-dark: #086138;
  --italy-green-soft: #e8f4ed;
  --italy-red: #cd212a;
  --italy-red-dark: #a71921;
  --italy-red-soft: #fbeaec;
  --ivory: #fffdf8;
  --cream: #f6f2e8;
  --white: #ffffff;
  --ink: #18221c;
  --text: #455149;
  --muted: #6c766f;
  --gold: #c89b3c;
  --line: rgba(24, 34, 28, .12);
  --shadow-sm: 0 12px 34px rgba(21, 49, 34, .1);
  --shadow-md: 0 24px 60px rgba(21, 49, 34, .14);
  --shadow-lg: 0 36px 90px rgba(21, 49, 34, .18);
  --font-title: "Sora", Arial, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --radius: 8px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-body);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(0, 140, 69, .035) 42% 50%, transparent 50% 68%, rgba(205, 33, 42, .03) 68% 75%, transparent 75%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(24, 34, 28, .018) 80px);
  background-size: 180% 100%, auto;
  animation: ambientShift 24s linear infinite alternate;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: var(--white);
  background: var(--italy-green);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-title);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 1.35rem;
  font-size: 5.1rem;
  font-weight: 700;
}

h1 em {
  display: block;
  color: var(--italy-green);
  font-style: normal;
}

h2 {
  max-width: 850px;
  margin-bottom: 1rem;
  font-size: 4.15rem;
  font-weight: 700;
}

h3 {
  margin-bottom: .55rem;
  font-size: 1.22rem;
}

p {
  color: var(--text);
}

.section-shell {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
  padding-block: clamp(5.5rem, 9vw, 9rem);
  position: relative;
}

.section-copy,
.section-heading,
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading p,
.section-copy > p,
.desire > p,
.hero-copy > p {
  max-width: 680px;
  font-size: 1.05rem;
}

.eyebrow,
.italy-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1rem;
  color: var(--italy-green-dark);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: linear-gradient(90deg, var(--italy-green) 0 33%, var(--white) 33% 66%, var(--italy-red) 66%);
  border: 1px solid rgba(24, 34, 28, .08);
}

.italy-kicker i {
  width: 28px;
  height: 18px;
  border: 1px solid rgba(24, 34, 28, .1);
  background: linear-gradient(90deg, var(--italy-green) 0 33.33%, var(--white) 33.33% 66.66%, var(--italy-red) 66.66%);
}

.section-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}

.btn,
.menu-card button,
.special-card button,
.combo-grid button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}

.btn:hover,
.menu-card button:hover,
.special-card button:hover,
.combo-grid button:hover {
  transform: translateY(-3px);
}

.btn-fire,
.menu-card button,
.special-card button,
.combo-grid button {
  color: var(--white);
  background: var(--italy-green);
  box-shadow: 0 12px 28px rgba(0, 140, 69, .2);
}

.btn-fire:hover,
.menu-card button:hover,
.special-card button:hover,
.combo-grid button:hover {
  background: var(--italy-green-dark);
  box-shadow: 0 16px 32px rgba(0, 140, 69, .28);
}

.btn-ghost {
  color: var(--italy-red);
  background: var(--white);
  border-color: rgba(205, 33, 42, .35);
}

.btn-ghost:hover {
  color: var(--white);
  background: var(--italy-red);
  border-color: var(--italy-red);
}

.btn-sm {
  min-height: 43px;
  padding: .7rem .9rem;
  font-size: .82rem;
}

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  background:
    linear-gradient(90deg, var(--italy-green) 0 9px, transparent 9px calc(100% - 9px), var(--italy-red) calc(100% - 9px)),
    var(--ivory);
  transition: opacity .65s ease, visibility .65s ease;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.preloader-logo {
  width: min(340px, 72vw);
}

.preloader p {
  margin: 0;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oven-loader {
  width: 70px;
  height: 52px;
  position: relative;
  order: -1;
  border: 2px solid var(--italy-green);
  border-bottom: 7px solid var(--italy-red);
  border-radius: 40px 40px 5px 5px;
}

.loader-fire,
.loader-pizza {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.loader-fire {
  bottom: 7px;
  width: 20px;
  height: 28px;
  border-radius: 60% 40% 65% 35%;
  background: linear-gradient(135deg, var(--gold), var(--italy-red));
  animation: flame 1s infinite alternate ease-in-out;
}

.loader-pizza {
  bottom: -13px;
  width: 42px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  animation: pizzaSlide 1.8s infinite ease-in-out;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  padding: .75rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.site-header.scrolled {
  background: rgba(255, 253, 248, .9);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(21, 49, 34, .06);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 205px;
  height: 54px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.65rem, 1.2vw, 1.25rem);
  margin-left: auto;
}

.main-nav a {
  position: relative;
  color: var(--ink);
  font-size: .79rem;
  font-weight: 700;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 2px;
  background: var(--italy-green);
  transition: right .25s ease;
}

.main-nav a:hover::after {
  right: 0;
}

.site-header > .btn {
  margin-left: .5rem;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-content: center;
  gap: 5px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}

/* Hero */
.hero {
  width: 100%;
  min-height: min(900px, 96vh);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: 7rem max(1rem, calc((100vw - var(--container)) / 2)) 3.5rem;
  background:
    linear-gradient(115deg, rgba(232, 244, 237, .8), transparent 42%),
    linear-gradient(180deg, var(--ivory), var(--cream));
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160%;
  height: 64px;
  left: -30%;
  top: 19%;
  opacity: .12;
  background: linear-gradient(90deg, var(--italy-green) 0 33%, var(--white) 33% 66%, var(--italy-red) 66%);
  transform: rotate(-9deg);
  animation: ribbonDrift 16s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(24, 34, 28, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 34, 28, .06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}

.texture-layer,
.ember-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.texture-layer {
  opacity: .32;
  background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(0, 140, 69, .035) 19px 20px);
}

.ember-field {
  display: none;
}

.hero-copy {
  max-width: 690px;
}

.hero-copy p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1.1rem 0 1.3rem;
}

.badge-row span,
.tags span {
  padding: .52rem .7rem;
  border: 1px solid rgba(0, 140, 69, .18);
  border-radius: 999px;
  color: var(--italy-green-dark);
  background: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.hero-visual {
  min-height: 610px;
  perspective: 1200px;
  --mouse-x: 0px;
  --mouse-y: 0px;
  --mouse-tilt-x: 0deg;
  --mouse-tilt-y: 0deg;
}

.hero-food-frame {
  position: absolute;
  z-index: 3;
  top: 1%;
  left: 50%;
  width: min(590px, 100%);
  height: 600px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .94);
  border-radius: 8px;
  background: #21130d;
  box-shadow:
    0 45px 75px rgba(50, 31, 20, .28),
    0 14px 24px rgba(0, 140, 69, .12);
  transform-origin: 50% 60%;
  animation: foodFrameFloat 7s ease-in-out infinite;
}

.hero-food-frame::before {
  content: "";
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--italy-green) 0 33%, var(--white) 33% 66%, var(--italy-red) 66%) top / 100% 7px no-repeat,
    linear-gradient(180deg, transparent 52%, rgba(20, 9, 4, .58));
}

.hero-food-frame::after {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.hero-pizza {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 78%;
  border-radius: 0;
  filter:
    saturate(1.1)
    contrast(1.04)
    brightness(.96);
  transform: scale(1.03);
  animation: foodImageBreath 8s ease-in-out infinite;
}

.frame-glow {
  position: absolute;
  z-index: 3;
  inset: auto -12% -16% 24%;
  height: 48%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(249, 115, 22, .38), transparent 67%);
  filter: blur(20px);
  mix-blend-mode: screen;
}

.photo-label {
  position: absolute;
  z-index: 8;
  left: 1.2rem;
  bottom: 1.2rem;
  padding-left: .85rem;
  border-left: 3px solid var(--italy-red);
  color: rgba(255, 255, 255, .78);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.photo-label b {
  color: var(--white);
  font-family: var(--font-title);
  font-size: 1rem;
}

.pizza-shadow {
  position: absolute;
  z-index: 1;
  left: 12%;
  right: 0;
  bottom: 1%;
  height: 64px;
  border-radius: 50%;
  background: rgba(24, 34, 28, .22);
  filter: blur(24px);
  animation: shadowBreath 6.6s ease-in-out infinite;
}

.hero-orbit {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 140, 69, .16);
  pointer-events: none;
}

.orbit-a {
  width: 470px;
  height: 470px;
  right: 1%;
  top: 11%;
  animation: orbitRotate 24s linear infinite;
}

.orbit-b {
  width: 340px;
  height: 340px;
  right: 13%;
  top: 22%;
  border-color: rgba(205, 33, 42, .15);
  animation: orbitRotate 18s linear infinite reverse;
}

.orbit-a::before,
.orbit-b::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: -6px;
  left: 50%;
  border-radius: 50%;
  background: var(--italy-green);
}

.orbit-b::before {
  background: var(--italy-red);
}

.steam-system {
  position: absolute;
  z-index: 5;
  inset: 2% 4% 52% 8%;
  pointer-events: none;
}

.steam {
  position: absolute;
  bottom: 0;
  width: 96px;
  height: 190px;
  border-radius: 50%;
  border-left: 6px solid rgba(65, 73, 68, .25);
  border-top: 2px solid rgba(65, 73, 68, .14);
  filter: blur(5px);
  opacity: 0;
  transform-origin: 50% 100%;
  animation: steamLoop 5.6s ease-in-out infinite;
}

.steam::after {
  content: "";
  position: absolute;
  inset: 18% -8% -8% 30%;
  border-radius: 50%;
  border-right: 5px solid rgba(65, 73, 68, .18);
  filter: blur(3px);
}

.steam-a { left: 15%; animation-delay: 0s; }
.steam-b { left: 30%; animation-delay: 1.1s; animation-duration: 6.2s; }
.steam-c { left: 47%; animation-delay: 2.25s; animation-duration: 5.2s; }
.steam-d { left: 62%; animation-delay: 3.2s; animation-duration: 6.7s; }
.steam-e { left: 76%; animation-delay: 4.1s; animation-duration: 5.9s; }

.hero-stamp {
  position: absolute;
  z-index: 6;
  right: -3%;
  bottom: 8%;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(205, 33, 42, .26);
  border-radius: 50%;
  color: var(--italy-red-dark);
  background: rgba(255, 253, 248, .96);
  box-shadow:
    0 18px 38px rgba(45, 27, 17, .2),
    inset 0 0 0 5px rgba(255, 255, 255, .78);
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(5deg);
  isolation: isolate;
}

.hero-stamp::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -6px;
  padding: 6px;
  border-radius: inherit;
  background: conic-gradient(
    var(--italy-green) 0 29%,
    rgba(255, 255, 255, .9) 29% 35%,
    var(--italy-red) 35% 64%,
    rgba(255, 255, 255, .9) 64% 70%,
    var(--italy-green) 70% 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: stampOrbit 10s linear infinite;
}

.hero-stamp::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 7px;
  border: 1px dashed rgba(0, 140, 69, .28);
  border-radius: inherit;
}

.stamp-hours,
.stamp-copy {
  position: relative;
  z-index: 1;
}

.stamp-hours {
  display: block;
  color: var(--italy-green-dark);
  font-family: var(--font-title);
  font-size: 2.05rem;
  font-weight: 800;
  line-height: .92;
  letter-spacing: 0;
}

.stamp-hours small {
  margin-left: 1px;
  color: var(--italy-red);
  font-size: .82rem;
}

.stamp-copy {
  display: block;
  width: 88px;
  margin-top: .38rem;
  color: var(--italy-red-dark);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.22;
}

.stamp-copy b {
  color: var(--ink);
  font-size: .62rem;
}

/* Metrics */
.metrics {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 max(1rem, calc((100vw - var(--container)) / 2));
  background: var(--italy-green-dark);
}

.metric-card {
  min-height: 158px;
  display: grid;
  place-content: center;
  padding: 1.3rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .16);
  color: var(--white);
  transition: background .25s ease, transform .25s ease;
}

.metric-card:last-child {
  border-right: 0;
}

.metric-card:hover {
  background: rgba(255, 255, 255, .07);
}

.metric-card span {
  font-family: var(--font-title);
  font-size: 3.15rem;
  font-weight: 700;
}

.metric-card p {
  margin: .25rem 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* About */
.split-section,
.experience,
.order,
.location {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(2.2rem, 6vw, 6rem);
}

.image-stack {
  min-height: 610px;
  position: relative;
}

.image-stack > img {
  width: 92%;
  height: 570px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.image-stack::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 58%;
  height: 62%;
  right: 0;
  bottom: 0;
  background: var(--italy-red-soft);
  border: 1px solid rgba(205, 33, 42, .12);
}

.heat-note {
  position: absolute;
  right: 0;
  bottom: 8%;
  min-width: 150px;
  padding: 1.15rem;
  color: var(--white);
  background: var(--italy-red);
  box-shadow: var(--shadow-md);
}

.heat-note strong {
  display: block;
  font-family: var(--font-title);
  font-size: 2.25rem;
}

.heat-note span {
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-grid,
.desire-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.7rem;
}

.feature-grid article {
  padding: 1rem 1.05rem;
  border-left: 3px solid var(--italy-green);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(21, 49, 34, .05);
}

.feature-grid b,
.feature-grid span {
  display: block;
}

.feature-grid b {
  margin-bottom: .25rem;
  font-size: .9rem;
}

.feature-grid span {
  color: var(--muted);
  font-size: .78rem;
}

/* Desire */
.desire {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(90deg, rgba(205, 33, 42, .06), transparent 40%),
    var(--cream);
}

.desire-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.2rem;
}

.desire-grid article {
  min-height: 196px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .8);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.desire-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 140, 69, .35);
  box-shadow: var(--shadow-sm);
}

.desire-grid article > span {
  width: 34px;
  height: 4px;
  display: block;
  margin-bottom: 1.1rem;
  background: linear-gradient(90deg, var(--italy-green) 0 33%, var(--white) 33% 66%, var(--italy-red) 66%);
}

.desire-grid p {
  margin: 0;
  font-size: .88rem;
}

/* Menu */
.menu-section {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background: var(--white);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 2rem;
}

.filter {
  min-height: 42px;
  padding: .6rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: var(--white);
  font-size: .8rem;
  font-weight: 800;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.filter:hover,
.filter.active {
  color: var(--white);
  background: var(--italy-green);
  border-color: var(--italy-green);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.menu-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: 0 12px 30px rgba(21, 49, 34, .06);
  transform-style: preserve-3d;
  transition: transform .2s ease, box-shadow .25s ease, border-color .25s ease, opacity .25s ease;
}

.menu-card:hover {
  border-color: rgba(0, 140, 69, .3);
  box-shadow: var(--shadow-md);
}

.menu-card.hide {
  display: none;
}

.menu-card img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  transition: transform .5s ease;
}

.menu-card:hover img {
  transform: scale(1.055);
}

.menu-card > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
}

.menu-card > div > span {
  margin-bottom: .5rem;
  color: var(--italy-red);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-card p {
  flex: 1;
  font-size: .87rem;
}

.menu-card strong,
.special-card strong,
.combo-grid strong {
  display: block;
  margin: .65rem 0 1rem;
  color: var(--italy-green-dark);
  font-family: var(--font-title);
  font-size: 1.45rem;
}

.menu-card button,
.special-card button,
.combo-grid button {
  width: 100%;
  border: 0;
  font-size: .82rem;
}

/* Specials */
.specials {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(135deg, rgba(0, 140, 69, .07), transparent 48%),
    var(--italy-green-soft);
}

.special-grid,
.combo-grid,
.chef-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.special-card {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 140, 69, .16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform-style: preserve-3d;
  transition: transform .2s ease, box-shadow .25s ease;
}

.special-card:hover {
  box-shadow: var(--shadow-lg);
}

.special-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform .5s ease;
}

.special-card:hover img {
  transform: scale(1.04);
}

.special-card > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.special-card p {
  font-size: .88rem;
}

.special-card .seal {
  align-self: flex-start;
  margin-bottom: .75rem;
  padding: .4rem .55rem;
  color: var(--white);
  background: var(--italy-red);
  font-size: .67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: auto;
}

/* Combos */
.combos {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background: var(--italy-red-soft);
}

.combo-grid article {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border-top: 5px solid var(--italy-green);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform-style: preserve-3d;
  transition: transform .2s ease, box-shadow .25s ease;
}

.combo-grid article.hot {
  color: var(--white);
  background: var(--italy-red);
  border-top-color: var(--gold);
}

.combo-grid article.hot p,
.combo-grid article.hot li {
  color: rgba(255, 255, 255, .84);
}

.combo-grid article.hot strong {
  color: var(--white);
}

.combo-grid ul {
  flex: 1;
  margin: .65rem 0 1rem;
  padding-left: 1.2rem;
  color: var(--text);
}

.combo-grid li {
  margin-bottom: .5rem;
}

.combo-grid .hot button {
  color: var(--italy-red);
  background: var(--white);
}

/* Experience */
.experience {
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
}

.mosaic {
  min-height: 580px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: .65rem;
}

.mosaic img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 4px;
}

.mosaic img:first-child {
  grid-row: 1 / 3;
}

.mosaic img:last-child {
  display: none;
}

/* Chefs */
.chefs {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  color: var(--white);
  background: var(--ink);
}

.chefs .eyebrow,
.chefs h2 {
  color: var(--white);
}

.chefs .eyebrow::before {
  border-color: rgba(255, 255, 255, .2);
}

.chef-grid article {
  overflow: hidden;
  padding-bottom: 1.35rem;
  border-bottom: 3px solid var(--italy-green);
  background: #223129;
  transform-style: preserve-3d;
  transition: transform .2s ease, background .25s ease;
}

.chef-grid article:nth-child(2) {
  border-bottom-color: var(--white);
}

.chef-grid article:nth-child(3) {
  border-bottom-color: var(--italy-red);
}

.chef-grid article:hover {
  background: #293d32;
}

.chef-grid img {
  width: 100%;
  height: 390px;
  margin-bottom: 1.2rem;
  object-fit: cover;
  object-position: center 25%;
}

.chef-grid h3,
.chef-grid span,
.chef-grid p {
  margin-inline: 1.2rem;
}

.chef-grid span {
  color: #8ed0aa;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.chef-grid p {
  margin-top: .7rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
}

/* Process */
.process {
  background: var(--ivory);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, var(--italy-green), var(--gold), var(--italy-red));
}

.timeline article {
  position: relative;
  padding-top: 4.5rem;
}

.timeline b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 5px solid var(--ivory);
  border-radius: 50%;
  color: var(--white);
  background: var(--italy-green);
  box-shadow: 0 0 0 1px rgba(0, 140, 69, .18);
}

.timeline article:nth-child(4) b,
.timeline article:nth-child(5) b {
  background: var(--italy-red);
}

.timeline p {
  font-size: .83rem;
}

/* Gallery */
.gallery {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background: var(--cream);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: .7rem;
}

.gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: zoom-in;
  background: var(--ink);
}

.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(6) {
  grid-column: span 2;
}

.gallery-grid figure:nth-child(3),
.gallery-grid figure:nth-child(7) {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, opacity .35s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.07);
  opacity: .72;
}

.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.4rem 1rem .8rem;
  color: var(--white);
  background: linear-gradient(transparent, rgba(0, 0, 0, .72));
  font-size: .78rem;
  font-weight: 800;
  transform: translateY(100%);
  transition: transform .3s ease;
}

.gallery-grid figure:hover figcaption {
  transform: translateY(0);
}

/* Testimonials */
.testimonials {
  overflow: hidden;
}

.testimonial-wrap {
  position: relative;
  padding-inline: 3.5rem;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-track article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--italy-red);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(21, 49, 34, .06);
  scroll-snap-align: start;
}

.stars {
  color: var(--gold);
  letter-spacing: .14em;
}

.testimonial-track article > p {
  flex: 1;
  margin-top: 1rem;
  font-size: .92rem;
}

.testimonial-track article > div:last-child {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.testimonial-track article > div:last-child span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--italy-green);
  font-size: .75rem;
  font-weight: 800;
}

.slider-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 1.5rem;
  transform: translateY(-50%);
}

.slider-btn.prev { left: 0; }
.slider-btn.next { right: 0; }

/* Proofs */
.proofs {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(90deg, transparent 0 33%, rgba(255, 255, 255, .75) 33% 66%, transparent 66%),
    linear-gradient(90deg, var(--italy-green-soft), var(--ivory), var(--italy-red-soft));
}

.proof-grid {
  grid-template-columns: repeat(6, 1fr);
}

.proof-grid article {
  min-height: 140px;
  display: grid;
  place-content: center;
  padding: .9rem;
  text-align: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .86);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--italy-green-dark);
  font-family: var(--font-title);
  font-size: 1.35rem;
}

.proof-grid span {
  margin-top: .25rem;
  color: var(--muted);
  font-size: .71rem;
}

/* Order */
.order {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  background: var(--white);
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  padding: 1.5rem;
  border-top: 5px solid var(--italy-green);
  background: var(--cream);
  box-shadow: var(--shadow-md);
}

.order-form label {
  display: grid;
  gap: .38rem;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 800;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  min-height: 48px;
  padding: .75rem;
  border: 1px solid rgba(24, 34, 28, .16);
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.order-form textarea {
  min-height: 105px;
  resize: vertical;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--italy-green);
  box-shadow: 0 0 0 3px rgba(0, 140, 69, .1);
}

.wide {
  grid-column: 1 / -1;
}

/* FAQ */
.faq {
  width: min(980px, calc(100% - 2rem));
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list article {
  border-bottom: 1px solid var(--line);
}

.faq-list button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-weight: 800;
}

.faq-list button span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--italy-green);
  transition: transform .3s ease, background .3s ease;
}

.faq-list article > p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding-right: 3rem;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease, padding .35s ease;
}

.faq-list article.open > p {
  max-height: 160px;
  padding-bottom: 1.1rem;
  opacity: 1;
}

.faq-list article.open button span {
  background: var(--italy-red);
  transform: rotate(45deg);
}

/* Location */
.location {
  width: 100%;
  padding-inline: max(1rem, calc((100vw - var(--container)) / 2));
  color: var(--white);
  background: var(--italy-green-dark);
}

.location h2,
.location .eyebrow {
  color: var(--white);
}

.location .section-copy > p,
.location-info span {
  color: rgba(255, 255, 255, .74);
}

.location-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 1.3rem 0 1.7rem;
}

.location-info span {
  padding-left: 1rem;
  border-left: 2px solid var(--italy-red);
  font-size: .81rem;
}

.map-card {
  min-height: 430px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 253, 248, .88), rgba(255, 253, 248, .88)),
    repeating-linear-gradient(30deg, transparent 0 25px, rgba(0, 140, 69, .16) 26px 28px),
    repeating-linear-gradient(-30deg, transparent 0 30px, rgba(205, 33, 42, .14) 31px 33px);
  box-shadow: var(--shadow-lg);
}

.map-card strong {
  margin-top: 1.25rem;
  font-family: var(--font-title);
  font-size: 1.55rem;
}

.map-card span {
  color: var(--muted);
}

.map-pin {
  width: 58px;
  height: 58px;
  margin: auto;
  border: 10px solid var(--italy-red);
  border-radius: 50% 50% 50% 0;
  background: var(--white);
  transform: rotate(-45deg);
  animation: pulsePin 2.2s ease-in-out infinite;
}

/* Footer */
.site-footer {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 2rem;
  padding: 4.5rem max(1rem, calc((100vw - var(--container)) / 2)) 2rem;
  color: rgba(255, 255, 255, .88);
  background: #111a14;
  border-top: 7px solid;
  border-image: linear-gradient(90deg, var(--italy-green) 0 33%, var(--white) 33% 66%, var(--italy-red) 66%) 1;
}

.footer-logo {
  width: 225px;
  padding: .4rem;
  background: var(--ivory);
}

.site-footer h4 {
  margin-bottom: 1rem;
  font-size: .9rem;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, .62);
  font-size: .79rem;
}

.site-footer a {
  display: block;
  margin-bottom: .55rem;
  transition: color .2s ease, transform .2s ease;
}

.site-footer a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.site-footer small {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .44);
}

/* Floating WhatsApp and lightbox */
.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 1.15rem;
  bottom: 1.15rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .58rem .58rem .58rem .9rem;
  border-radius: 999px;
  color: var(--white);
  background: #159447;
  box-shadow: 0 14px 32px rgba(21, 148, 71, .28);
  transition: opacity .25s ease, transform .25s ease;
  animation: whatsappPulse 2.4s infinite;
}

.whatsapp-float.is-hidden-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.whatsapp-float span {
  max-width: 160px;
  font-size: .74rem;
  font-weight: 800;
}

.whatsapp-float b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #159447;
  background: var(--white);
}

.whatsapp-float b img {
  width: 25px;
  height: 25px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(10, 15, 12, .88);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 84vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

.lightbox button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 1.5rem;
}

/* Reveal */
.reveal,
.stagger > * {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease, transform .7s ease;
}

.stagger.in-view > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}

.stagger.in-view > *:nth-child(2) { transition-delay: .07s; }
.stagger.in-view > *:nth-child(3) { transition-delay: .14s; }
.stagger.in-view > *:nth-child(4) { transition-delay: .21s; }
.stagger.in-view > *:nth-child(5) { transition-delay: .28s; }
.stagger.in-view > *:nth-child(6) { transition-delay: .35s; }

/* Animations */
@keyframes ambientShift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 100% 0, 38px 0; }
}

@keyframes ribbonDrift {
  from { transform: translateX(-2%) rotate(-9deg); }
  to { transform: translateX(8%) rotate(-6deg); }
}

@keyframes pizzaLevitate {
  0%, 100% {
    transform:
      translate3d(calc(-50% + var(--mouse-x)), var(--mouse-y), 0)
      rotateX(calc(2deg + var(--mouse-tilt-x)))
      rotateY(calc(-5deg + var(--mouse-tilt-y)))
      rotateZ(-1deg);
  }
  50% {
    transform:
      translate3d(calc(-50% + var(--mouse-x)), calc(var(--mouse-y) - 20px), 18px)
      rotateX(calc(5deg + var(--mouse-tilt-x)))
      rotateY(calc(-1deg + var(--mouse-tilt-y)))
      rotateZ(1deg);
  }
}

@keyframes foodFrameFloat {
  0%, 100% {
    transform:
      translate3d(calc(-50% + var(--mouse-x)), var(--mouse-y), 0)
      rotateX(calc(1deg + var(--mouse-tilt-x)))
      rotateY(calc(-4deg + var(--mouse-tilt-y)))
      rotateZ(-1deg);
  }
  50% {
    transform:
      translate3d(calc(-50% + var(--mouse-x)), calc(var(--mouse-y) - 12px), 18px)
      rotateX(calc(3deg + var(--mouse-tilt-x)))
      rotateY(calc(-1deg + var(--mouse-tilt-y)))
      rotateZ(.5deg);
  }
}

@keyframes foodImageBreath {
  0%, 100% { transform: scale(1.03); }
  50% { transform: scale(1.075); }
}

@keyframes shadowBreath {
  0%, 100% { opacity: .28; transform: scale(.86); }
  50% { opacity: .16; transform: scale(1.03); }
}

@keyframes steamLoop {
  0% { opacity: 0; transform: translate3d(0, 60px, 0) rotate(-14deg) scale(.65); }
  25% { opacity: .42; }
  65% { opacity: .24; }
  100% { opacity: 0; transform: translate3d(28px, -105px, 0) rotate(23deg) scale(1.28); }
}

@keyframes orbitRotate {
  to { transform: rotate(360deg); }
}

@keyframes flame {
  to { transform: translateX(-50%) scale(.82, 1.12) rotate(5deg); }
}

@keyframes pizzaSlide {
  0%, 100% { transform: translateX(-50%) scaleX(.8); }
  50% { transform: translateX(-50%) scaleX(1.08); }
}

@keyframes pulsePin {
  0%, 100% { transform: rotate(-45deg) translateY(0); }
  50% { transform: rotate(-45deg) translateY(-8px); }
}

@keyframes whatsappPulse {
  0% { box-shadow: 0 0 0 0 rgba(21, 148, 71, .4); }
  70% { box-shadow: 0 0 0 16px rgba(21, 148, 71, 0); }
  100% { box-shadow: 0 0 0 0 rgba(21, 148, 71, 0); }
}

@keyframes stampOrbit {
  to { transform: rotate(360deg); }
}

/* Tablet */
@media (max-width: 1120px) {
  h1 {
    font-size: 4.85rem;
  }

  h2 {
    font-size: 3.65rem;
  }

  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 175px;
  }

  .main-nav {
    position: fixed;
    inset: 72px 1rem auto;
    display: grid;
    justify-items: start;
    gap: 0;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, .98);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .main-nav a {
    width: 100%;
    padding: .7rem .65rem;
  }

  .main-nav a::after {
    display: none;
  }

  .nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-toggle {
    display: grid;
  }

  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .site-header > .btn {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
    padding-top: 8.5rem;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hero-pizza {
    width: 100%;
    height: 100%;
  }

  .hero-food-frame {
    width: min(530px, 96%);
    height: 540px;
  }

  .hero-stamp {
    right: -2%;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
  }

  .timeline::before {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  h1 {
    font-size: 4.55rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 1.5rem;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-pizza {
    width: 100%;
    height: 100%;
  }

  .hero-food-frame {
    width: min(680px, 92%);
    height: 500px;
  }

  .pizza-shadow {
    left: 18%;
    right: 18%;
  }

  .metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .metric-card:nth-child(3) {
    border-right: 0;
  }

  .metric-card:nth-child(n+4) {
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .split-section,
  .experience,
  .order,
  .location {
    grid-template-columns: 1fr;
  }

  .split-section .image-stack {
    order: 2;
  }

  .image-stack {
    min-height: 520px;
  }

  .image-stack > img {
    height: 490px;
  }

  .special-grid,
  .combo-grid,
  .chef-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .special-card:last-child,
  .combo-grid article:last-child,
  .chef-grid article:last-child {
    grid-column: 1 / -1;
    width: min(520px, 100%);
    justify-self: center;
  }

  .mosaic {
    min-height: 500px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-track {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }
}

/* Mobile */
@media (max-width: 620px) {
  :root {
    --container: 100%;
  }

  .section-shell {
    width: min(100% - 1.25rem, 560px);
    padding-block: 4.8rem;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .metric-card span {
    font-size: 2.5rem;
  }

  .site-header {
    padding-inline: .75rem;
  }

  .brand img {
    width: 155px;
    height: 48px;
  }

  .site-header > .btn {
    display: none;
  }

  .hero {
    width: 100%;
    padding: 7.25rem .75rem 1rem;
  }

  .hero::before {
    top: 13%;
    height: 44px;
  }

  .hero-copy > p {
    font-size: .96rem;
  }

  .italy-kicker {
    font-size: .67rem;
  }

  .badge-row {
    gap: .45rem;
  }

  .badge-row span {
    font-size: .7rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 405px;
    margin-top: .5rem;
    overflow: visible;
  }

  .hero-pizza {
    width: 100%;
    height: 100%;
  }

  .hero-food-frame {
    top: 2%;
    width: calc(100% - .5rem);
    height: 390px;
    border-width: 7px;
  }

  .steam-system {
    inset: 0 2% 50% 4%;
  }

  .steam {
    height: 150px;
    width: 52px;
    border-left-width: 7px;
  }

  .pizza-shadow {
    left: 10%;
    right: 10%;
    bottom: 8%;
    height: 42px;
  }

  .hero-stamp {
    right: 0;
    bottom: 8%;
    width: 98px;
    height: 98px;
    padding: 12px;
  }

  .stamp-hours {
    font-size: 1.55rem;
  }

  .stamp-hours small {
    font-size: .7rem;
  }

  .stamp-copy {
    width: 66px;
    margin-top: .22rem;
    font-size: .42rem;
  }

  .stamp-copy b {
    font-size: .48rem;
  }

  .orbit-a {
    width: 300px;
    height: 300px;
    right: -18%;
  }

  .orbit-b {
    width: 220px;
    height: 220px;
    right: 8%;
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 0;
  }

  .metric-card {
    min-height: 126px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .metric-card:nth-child(2n) {
    border-right: 0;
  }

  .metric-card:last-child {
    grid-column: 1 / -1;
  }

  .feature-grid,
  .desire-grid,
  .menu-grid,
  .special-grid,
  .combo-grid,
  .chef-grid,
  .proof-grid,
  .order-form,
  .location-info {
    grid-template-columns: 1fr;
  }

  .desire,
  .menu-section,
  .specials,
  .combos,
  .chefs,
  .proofs,
  .order,
  .location,
  .gallery {
    padding-inline: .75rem;
  }

  .image-stack {
    min-height: 410px;
  }

  .image-stack > img {
    width: 94%;
    height: 390px;
  }

  .heat-note {
    right: 0;
    bottom: 2%;
    min-width: 125px;
  }

  .special-card:last-child,
  .combo-grid article:last-child,
  .chef-grid article:last-child {
    grid-column: auto;
    width: 100%;
  }

  .menu-card {
    min-height: 500px;
  }

  .menu-card img {
    height: 230px;
  }

  .special-card {
    min-height: 560px;
  }

  .special-card img {
    height: 280px;
  }

  .filter-bar {
    flex-wrap: nowrap;
    margin-right: -.75rem;
    padding-right: .75rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter {
    flex: 0 0 auto;
  }

  .mosaic {
    min-height: 520px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.2fr .8fr;
  }

  .mosaic img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .chef-grid img {
    height: 360px;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .timeline article {
    min-height: 120px;
    padding: .4rem 0 1.5rem 4.5rem;
    border-left: 2px solid rgba(0, 140, 69, .18);
  }

  .timeline b {
    left: .35rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .gallery-grid figure:nth-child(1),
  .gallery-grid figure:nth-child(6) {
    grid-column: span 2;
  }

  .gallery-grid figure:nth-child(3),
  .gallery-grid figure:nth-child(7) {
    grid-row: auto;
  }

  .testimonial-wrap {
    padding-inline: 0;
    padding-bottom: 3.25rem;
  }

  .testimonial-track {
    grid-auto-columns: 100%;
  }

  .slider-btn {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .slider-btn.prev { left: calc(50% - 48px); }
  .slider-btn.next { right: calc(50% - 48px); }

  .proof-grid article {
    min-height: 105px;
  }

  .wide {
    grid-column: auto;
  }

  .map-card {
    min-height: 330px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
    padding-inline: 1rem;
  }

  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 210px;
  }

  .whatsapp-float {
    right: .75rem;
    bottom: .75rem;
    padding: .48rem;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float b {
    width: 46px;
    height: 46px;
  }
}

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

  .reveal,
  .stagger > * {
    opacity: 1;
    transform: none;
  }
}
