:root {
  --red: #b51f25;
  --red-dark: #761319;
  --cream: #f1e9d7;
  --paper: #fff9ea;
  --yellow: #e6b93f;
  --ink: #1d1916;
  --muted: #6d6359;
  --line: #c8bba5;
  --display: "Bowlby One SC", Impact, sans-serif;
  --body: "Barlow Condensed", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 18px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-image: radial-gradient(rgba(80, 58, 43, .12) .7px, transparent .7px);
  background-size: 7px 7px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  position: relative;
  z-index: 30;
  padding: 9px 20px;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .22em;
}
.topbar span { margin-inline: 18px; color: var(--yellow); }
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 2px solid var(--ink);
  background: rgba(241, 233, 215, .94);
  backdrop-filter: blur(12px);
}
.nav { height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 29px; }
.brand { align-self: stretch; width: 126px; display: grid; place-items: center; }
.brand img { width: 108px; height: 108px; object-fit: contain; filter: drop-shadow(0 4px 4px rgba(29, 25, 22, .18)); }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 29px; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 3px; background: var(--red); transition: right .2s ease; }
.nav-links > a:not(.button):hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 2px solid var(--ink); background: transparent; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 3px; margin: 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.button {
  display: inline-block;
  max-width: 100%;
  padding: 14px 22px;
  border: 2px solid var(--ink);
  background: var(--red);
  box-shadow: 5px 5px 0 var(--ink);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translate(3px, 3px); background: var(--red-dark); box-shadow: 2px 2px 0 var(--ink); }
.button-small { padding: 10px 15px; box-shadow: 3px 3px 0 var(--ink); }
.order-button { background: var(--yellow); color: var(--ink); white-space: nowrap; }
.order-button:hover { background: var(--paper); }
.button-light { border-color: var(--paper); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); color: var(--ink); }
.button-light:hover { background: var(--yellow); }
.button:focus-visible, .filter:focus-visible, .menu-toggle:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: var(--red); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(115deg, transparent 49.6%, var(--paper) 50%, transparent 50.4%); background-size: 38px 38px; }
.hero-type { position: absolute; right: -2vw; bottom: -.23em; color: rgba(70, 7, 10, .18); font-family: var(--display); font-size: clamp(10rem, 24vw, 23rem); line-height: 1; letter-spacing: -.06em; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; min-height: 720px; padding: 70px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.eyebrow::before { content: ""; width: 30px; height: 4px; background: currentColor; }
.eyebrow.dark { color: var(--red); }
.hero h1, .section-head h2, .manifesto h2, .contact h2 { max-width: 100%; margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .9; text-wrap: balance; text-transform: uppercase; }
.hero h1 { font-size: clamp(3.8rem, 6.5vw, 6.8rem); text-shadow: 4px 5px 0 var(--red-dark); }
.hero h1 em, .manifesto h2 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
.hero-intro { max-width: 560px; margin: 25px 0 0; color: var(--paper); font-size: 1.55rem; font-weight: 600; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.text-link { border-bottom: 2px solid currentColor; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 7px; color: var(--yellow); font-size: 1.2rem; }
.hero-proof { display: flex; gap: 26px; margin-top: 42px; padding-top: 19px; border-top: 1px solid rgba(255, 255, 255, .45); }
.hero-proof span { display: flex; flex-direction: column; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof b { color: var(--yellow); font-family: var(--display); font-size: 1.42rem; font-weight: 400; line-height: 1; }
.hero-visual { position: relative; min-height: 555px; }
.hero-photo { position: absolute; top: 22px; right: 25px; width: min(530px, 88%); margin: 0; border: 10px solid var(--paper); background: var(--paper); box-shadow: 21px 25px 0 rgba(80, 8, 12, .48); transform: rotate(3deg); }
.hero-photo img { width: 100%; height: 440px; object-fit: cover; filter: saturate(.9) contrast(1.08); }
.hero-photo figcaption { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 15px 13px 8px; color: var(--ink); }
.hero-photo figcaption span { font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.hero-photo figcaption strong { font-family: var(--display); font-size: 1.35rem; font-weight: 400; letter-spacing: -.03em; }
.logo-stamp { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; width: 122px; height: 122px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 249, 234, .97) 62%, rgba(255, 249, 234, .88) 100%); box-shadow: 0 8px 20px rgba(0, 0, 0, .38); place-items: center; transform: rotate(9deg); }
.logo-stamp img { width: 86%; height: 86%; object-fit: contain; opacity: .95; }
.burger-stamp { position: absolute; z-index: 3; top: -15px; left: -8px; display: grid; place-items: center; width: 125px; height: 125px; border: 4px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 7px 8px 0 var(--ink); color: var(--ink); font-family: var(--display); font-size: .76rem; line-height: 1.05; text-align: center; transform: rotate(-12deg); }
.ingredient-note { position: absolute; z-index: 4; padding: 10px 14px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 4px 4px 0 var(--ink); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; line-height: 1; text-align: center; text-transform: uppercase; }
.note-one { right: -1px; bottom: 72px; transform: rotate(-5deg); }
.note-two { bottom: 12px; left: 42px; background: var(--yellow); transform: rotate(4deg); }

.marquee { overflow: hidden; border-block: 4px solid var(--paper); background: var(--ink); color: #fff; }
.marquee-track { display: flex; width: max-content; padding: 16px 0; gap: 28px; white-space: nowrap; font-family: var(--display); font-size: 1.05rem; animation: marquee 24s linear infinite; }
.marquee-track b { color: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
section[id] { scroll-margin-top: 110px; }
.section-head { display: grid; grid-template-columns: 1.2fr .6fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.hero-grid > *, .section-head > *, .product-grid > *, .menu-board > *, .menu-category-head > *, .official-combo > *, .manifesto-grid > *, .footer-grid > *, .footer-contacts > * { min-width: 0; }
.section-head h2, .manifesto h2 { font-size: clamp(3.8rem, 7vw, 6.8rem); }
.section-head > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 1.12rem; font-weight: 600; line-height: 1.55; }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter { padding: 10px 16px; border: 2px solid var(--ink); background: transparent; font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.filter:hover, .filter.active { background: var(--ink); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; align-items: stretch; }
.product-card { position: relative; grid-column: span 4; display: flex; height: 470px; flex-direction: column; overflow: hidden; scroll-margin-top: 130px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 7px 8px 0 rgba(29, 25, 22, .15); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 10px 13px 0 rgba(29, 25, 22, .2); }
.product-card.hidden { display: none; }
.product-image { position: relative; height: 230px; min-height: 230px; overflow: hidden; background: var(--red); }
.product-image img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; filter: saturate(.85) contrast(1.08); }
.card-number { position: absolute; right: 14px; bottom: -14px; color: rgba(255, 255, 255, .8); font-family: var(--display); font-size: 5rem; line-height: 1; }
.side-image img { object-position: center 43%; }
.drink-image img { object-position: center; }
.pizza-photo img { object-position: center 68%; }
.pepperoni-photo img { object-position: center 58%; }
.pizza-illustration { background: #f4efe7; }
.pizza-illustration img { object-fit: cover; }
.product-info { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.product-info > div { display: flex; justify-content: space-between; gap: 18px; min-width: 0; }
.product-info h3 { margin: 0; font-family: var(--display); font-size: 1.38rem; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; text-transform: uppercase; }
.product-info strong { color: var(--red); font-size: 1.2rem; white-space: nowrap; }
.product-info p { margin: 16px 0 18px; color: var(--muted); font-size: 1.08rem; font-weight: 600; line-height: 1.5; }
.heat { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: var(--red); font-size: .63rem; font-weight: 900; letter-spacing: .11em; }
.badge, .combo-badge { position: absolute; z-index: 5; top: 14px; left: 14px; padding: 7px 11px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); color: var(--ink); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.photo-note { margin: 22px 0 0; color: var(--muted); font-size: .7rem; font-style: italic; text-align: right; }

.menu-board { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.menu-category { grid-column: span 6; overflow: hidden; scroll-margin-top: 126px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 8px 9px 0 rgba(29, 25, 22, .14); }
.menu-category-wide { grid-column: 1 / -1; }
.menu-category.hidden { display: none; }
.menu-category-head { display: grid; grid-template-columns: 1fr 38%; min-height: 270px; overflow: hidden; border-bottom: 3px solid var(--ink); background: var(--ink); color: #fff; }
.menu-category-head-red { background: var(--red); }
.menu-category-head > div { display: flex; align-items: flex-start; justify-content: center; padding: 34px; flex-direction: column; }
.menu-category-head > div > span { color: var(--yellow); font-family: var(--display); font-size: 3.7rem; line-height: .8; }
.menu-category-head p { margin: 20px 0 7px; color: #d8cec3; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.menu-category-head h3, .menu-category-title h3 { margin: 0; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }
.menu-category-head img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; filter: saturate(.9) contrast(1.08); }
.menu-category-head-red img { object-position: center 57%; }
.menu-category-title { display: flex; align-items: center; gap: 18px; min-height: 130px; padding: 24px 28px; border-bottom: 3px solid var(--ink); background: var(--yellow); }
.menu-category-title > span { color: var(--red); font-family: var(--display); font-size: 3.7rem; line-height: 1; }
.menu-category-title p { margin: 0 0 4px; font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.menu-category-title h3 { font-size: 2.3rem; }
.menu-list { padding: 6px 28px 20px; }
.menu-list-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; }
.menu-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.menu-item:last-child { border-bottom: 0; }
.menu-list-columns .menu-item:nth-last-child(-n + 2) { border-bottom: 0; }
.menu-item > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; min-width: 0; }
.menu-item h4, .whole-pizza h4 { margin: 0; font-size: 1.08rem; font-weight: 900; letter-spacing: .025em; line-height: 1.1; text-transform: uppercase; }
.menu-item h4, .whole-pizza h4, .product-info h3, .smash-upgrades span, .footer-contact-card strong { min-width: 0; overflow-wrap: anywhere; }
.menu-item strong { color: var(--red); font-size: 1.05rem; white-space: nowrap; }
.menu-item p { margin: 9px 0 0; color: var(--muted); font-size: 1.35rem; font-weight: 600; line-height: 1.55; }
.menu-item-featured h4 { color: var(--red); }
.whole-pizza { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin: 0 28px 28px; padding: 22px 25px; border: 2px solid var(--ink); background: var(--red); color: #fff; box-shadow: 5px 5px 0 var(--ink); }
.whole-pizza > span { color: var(--yellow); font-family: var(--display); font-size: 3rem; line-height: 1; }
.whole-pizza h4 { font-size: 1.18rem; }
.whole-pizza p { margin: 5px 0 0; color: #f1ddd6; font-size: 1.3rem; font-weight: 600; line-height: 1.55; }
.whole-pizza > strong { color: var(--yellow); font-size: 1.2rem; white-space: nowrap; }
.menu-list-compact .menu-item { padding-block: 16px; }
.dips { display: grid; gap: 7px; margin: 0 28px 28px; padding: 18px; border: 2px dashed var(--red); color: var(--red); }
.dips b { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.dips span { color: var(--ink); font-size: .82rem; font-weight: 700; line-height: 1.45; }
.allergy-note { margin: 30px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; font-weight: 600; line-height: 1.55; }

.combos { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.combos::after { content: "COMBO"; position: absolute; right: -25px; bottom: -48px; color: rgba(255, 255, 255, .035); font-family: var(--display); font-size: 15rem; line-height: 1; }
.section-head.light > p { color: #c9beb2; }
.combo-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.combo { position: relative; display: flex; min-height: 500px; overflow: hidden; flex-direction: column; border: 2px solid #fff; transition: transform .25s ease; }
.combo:hover { transform: translateY(-7px); }
.combo-media { height: 190px; min-height: 190px; overflow: hidden; border-bottom: 2px solid #fff; background: var(--red); }
.combo-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.08); transition: transform .4s ease; }
.combo:hover .combo-media img { transform: scale(1.04); }
.combo-content { display: flex; flex: 1; padding: 26px; flex-direction: column; }
.combo-content > span { color: var(--yellow); font-family: var(--display); font-size: 3.7rem; line-height: 1; }
.combo h3 { margin: 16px 0 10px; font-family: var(--display); font-size: 2rem; font-weight: 400; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.combo p { max-width: 260px; color: #c9beb2; font-weight: 600; line-height: 1.5; }
.combo strong { margin-top: auto; font-size: 2rem; }
.combo.featured { border-color: var(--yellow); background: var(--red); }
.combo.featured .combo-media { border-color: var(--yellow); }
.combo.featured:hover { transform: translateY(-7px); }
.combo.featured p { color: #fff; }
.combo-badge { right: 15px; left: auto; }
.official-combo { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .9fr .85fr; min-height: 390px; overflow: hidden; border: 3px solid var(--yellow); background: var(--red); box-shadow: 12px 13px 0 rgba(230, 185, 63, .22); }
.official-combo-photo { overflow: hidden; border-right: 3px solid var(--yellow); }
.official-combo-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.08); transition: transform .5s ease; }
.official-combo:hover .official-combo-photo img { transform: scale(1.035); }
.official-combo-copy { display: flex; justify-content: center; padding: 36px; flex-direction: column; }
.official-combo-copy > span, .smash-upgrades > p { color: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.official-combo-copy h3 { margin: 13px 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .88; text-transform: uppercase; }
.official-combo-copy p { margin: 0; color: #f4e4dd; font-size: 1.05rem; font-weight: 600; line-height: 1.5; }
.official-combo-copy strong { margin-top: 24px; color: var(--yellow); font-size: 2.4rem; }
.smash-upgrades { display: flex; justify-content: center; padding: 34px; border-left: 3px solid var(--yellow); background: var(--paper); color: var(--ink); flex-direction: column; }
.smash-upgrades > p { margin: 0 0 20px; color: var(--red); }
.smash-upgrades > div { display: flex; justify-content: space-between; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); font-weight: 800; text-transform: uppercase; }
.smash-upgrades strong { color: var(--red); white-space: nowrap; }

.manifesto { overflow: hidden; }
.manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.manifesto-visual { position: relative; min-height: 610px; }
.manifesto-visual img { position: absolute; right: 0; bottom: 0; width: 82%; height: 470px; border: 8px solid var(--paper); object-fit: cover; box-shadow: -18px 20px 0 var(--red); transform: rotate(-3deg); }
.manifesto-number { position: relative; z-index: 2; color: var(--yellow); font-family: var(--display); font-size: clamp(8rem, 17vw, 14rem); line-height: .78; -webkit-text-stroke: 3px var(--ink); text-shadow: 7px 7px 0 var(--ink); }
.manifesto-unit { position: absolute; z-index: 3; top: 145px; right: -8px; padding: 11px 14px; border: 2px solid var(--ink); background: var(--paper); box-shadow: 4px 4px 0 var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .1em; line-height: 1.05; transform: rotate(5deg); }
.manifesto-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.16rem; font-weight: 600; line-height: 1.65; }
.manifesto-copy ol { padding: 0; margin: 32px 0 0; list-style: none; }
.manifesto-copy li { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 800; text-transform: uppercase; }
.manifesto-copy li span { color: var(--red); font-family: var(--display); font-size: 1.15rem; }

.contact { background: var(--red); color: #fff; background-image: radial-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px); background-size: 9px 9px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 52px; border: 4px solid var(--ink); background: var(--red); box-shadow: 13px 14px 0 var(--ink); }
.contact h2 { font-size: clamp(3.8rem, 7vw, 6.4rem); }
.contact p:not(.eyebrow) { margin-bottom: 0; font-size: 1.08rem; font-weight: 600; line-height: 1.5; }
footer { padding-top: 65px; border-top: 6px solid var(--yellow); background: #161310; color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(190px, .9fr) minmax(190px, .7fr); gap: 55px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 25px; }
.footer-brand img { width: 180px; height: 180px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .3)); }
.footer-brand p { margin: 0; color: #c9beb2; font-weight: 600; line-height: 1.5; }
.footer-column { padding-top: 14px; }
footer h3 { margin-top: 0; color: var(--yellow); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
footer a { display: block; width: fit-content; margin: 9px 0; color: #c9beb2; }
footer a:hover { color: #fff; }
.social-links { display: flex; gap: 12px; }
.social-link { display: grid; width: 46px; height: 46px; margin: 0; border: 1px solid rgba(255, 255, 255, .2); border-radius: 13px; color: #fff; box-shadow: 0 5px 0 rgba(0, 0, 0, .28); place-items: center; transition: border-color .2s ease, filter .2s ease, transform .2s ease, box-shadow .2s ease; }
.social-link:hover { border-color: var(--paper); color: #fff; filter: saturate(1.12) brightness(1.08); transform: translateY(-3px); box-shadow: 0 8px 0 rgba(0, 0, 0, .24); }
.social-facebook { background: #3766a9; }
.social-instagram { background: linear-gradient(135deg, #8b3f8e, #c84d69 52%, #d79a3b); }
.social-x { background: var(--paper); color: var(--ink); }
.social-x:hover { color: var(--ink); }
.social-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-link .social-icon-fill { fill: currentColor; stroke: none; }
.footer-contacts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.footer-contact-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: center; width: 100%; min-height: 116px; margin: 0; padding: 22px; border: 1px solid rgba(29, 25, 22, .12); border-radius: 22px; background: var(--paper); box-shadow: 0 10px 24px rgba(0, 0, 0, .18); color: var(--ink); transition: color .2s ease, transform .2s ease, box-shadow .2s ease; }
.contact-symbol { display: grid; width: 48px; height: 48px; margin: 0; border: 2px solid var(--ink); border-radius: 14px; color: var(--ink); place-items: center; transform: rotate(-3deg); transition: color .2s ease, transform .2s ease; }
.contact-symbol svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-symbol-address { background: var(--yellow); }
.contact-symbol-phone { background: #9fca9f; }
.contact-symbol-director { background: #e6a0a3; }
.contact-symbol-email { background: #a9c6d8; }
.contact-copy { min-width: 0; }
.footer-contact-card .contact-copy > span { display: block; margin-bottom: 8px; color: #7e746b; font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact-card strong { display: block; font-size: 1.05rem; line-height: 1.2; overflow-wrap: anywhere; }
.footer-contact-card:hover { color: var(--red); transform: translateY(-4px); box-shadow: 0 16px 28px rgba(0, 0, 0, .23); }
.footer-contact-card:hover .contact-symbol { color: var(--ink); transform: rotate(3deg) scale(1.04); }
.footer-contact-card-static:hover { color: var(--ink); transform: none; box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.footer-contact-card-static:hover .contact-symbol { transform: rotate(-3deg); }
.family-banner { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 32px; padding: 14px 20px; border-top: 1px solid #3c332d; border-bottom: 1px solid #3c332d; color: #8f837b; font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.family-link { display: inline-flex; align-items: center; gap: 8px; margin: 0; color: var(--yellow); text-decoration: underline; text-decoration-color: rgba(230, 185, 63, .45); text-underline-offset: 4px; transition: color .2s ease, transform .2s ease; }
.family-link img { width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; object-fit: cover; }
.family-link:hover { color: #fff; text-decoration-color: var(--yellow); transform: translateY(-1px); }
.family-link:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.copyright { padding: 22px; color: #8f837b; font-size: .72rem; letter-spacing: .05em; text-align: center; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .topbar { line-height: 1.35; }
  .menu-toggle { display: flex; }
  .nav-links { position: absolute; z-index: 25; top: 112px; right: 0; left: 0; margin-left: 0; display: none; max-height: calc(100dvh - 112px); padding: 14px 18px 22px; overflow-y: auto; overscroll-behavior: contain; border-bottom: 2px solid var(--ink); background: var(--cream); box-shadow: 0 16px 24px rgba(29, 25, 22, .16); flex-direction: column; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { max-width: 100%; overflow-wrap: anywhere; text-align: center; }
  .nav-links > a:not(.button) { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 6px 8px; border-bottom: 1px solid rgba(29, 25, 22, .14); }
  .nav-links > a:not(.button)::after { content: none; }
  .nav-links > a:not(.button):last-child { border-bottom: 0; }
  .hero { min-height: 0; }
  .hero-grid, .manifesto-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding-block: 64px 80px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 680px; width: 100%; margin-inline: auto; }
  .section { padding-block: 86px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .section-head > p { max-width: 580px; }
  .product-card { grid-column: span 6; }
  .menu-category { grid-column: 1 / -1; }
  .official-combo { grid-template-columns: 1fr 1fr; }
  .official-combo-photo { min-height: 330px; }
  .smash-upgrades { grid-column: 1 / -1; border-top: 3px solid var(--yellow); border-left: 0; }
  .combo-grid { grid-template-columns: 1fr; }
  .combo { min-height: 500px; }
  .manifesto-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .contact-card { gap: 36px; padding: 40px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contacts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .hero-intro { font-size: 1.24rem; }
  .menu-item p { font-size: 1.06rem; line-height: 1.5; overflow-wrap: anywhere; }
  .whole-pizza p { font-size: 1.04rem; }
  .product-card { grid-column: 1 / -1; height: auto; }
  .product-image, .product-image img { height: 250px; min-height: 250px; }
  .product-info { min-height: 225px; }
  .menu-category-head { grid-template-columns: 1fr; }
  .menu-category-head > div { min-height: 220px; }
  .menu-category-head img { height: 260px; min-height: 260px; }
  .menu-list-columns { grid-template-columns: 1fr; }
  .menu-list-columns .menu-item:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .official-combo { grid-template-columns: 1fr; }
  .official-combo-photo { min-height: 300px; border-right: 0; border-bottom: 3px solid var(--yellow); }
  .smash-upgrades { grid-column: auto; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > div { display: flex; align-items: center; flex-direction: column; }
  .footer-column { padding-top: 0; }
  .footer-brand { grid-column: auto; }
  .social-links { justify-content: center; }
}

@media (max-width: 620px) {
  body { font-size: 20px; }
  .container { width: min(100% - 24px, 1180px); }
  .topbar { padding: 8px 12px; white-space: normal; font-size: .66rem; letter-spacing: .08em; line-height: 1.45; }
  .topbar span { margin-inline: 7px; }
  .nav { height: 86px; }
  .brand { width: 88px; }
  .brand img { width: 80px; height: 80px; }
  .nav-links { top: 86px; gap: 0; max-height: calc(100dvh - 86px); padding: 12px 16px 20px; overflow-y: auto; font-size: 1rem; }
  .nav-actions { gap: 10px; }
  .nav-actions .order-button { padding: 9px 12px; font-size: .68rem; letter-spacing: .04em; }
  .menu-toggle { width: 48px; height: 44px; background: var(--paper); }
  .button { font-size: .84rem; }
  .hero-grid { min-height: auto; padding: 48px 0 68px; }
  .hero h1 { font-size: clamp(2.7rem, 13.2vw, 4.15rem); }
  .hero-intro { margin-top: 22px; font-size: 1.18rem; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-actions .button { width: 100%; max-width: 360px; white-space: normal; text-align: center; }
  .hero-proof { flex-wrap: wrap; gap: 16px 22px; }
  .hero-proof span { font-size: .72rem; }
  .hero-proof b { font-size: 1.15rem; }
  .hero-visual { min-height: clamp(390px, 125vw, 450px); margin-top: 15px; }
  .hero-photo { top: 50px; right: 4px; width: calc(100% - 24px); border-width: 7px; box-shadow: 10px 12px 0 rgba(80, 8, 12, .48); }
  .hero-photo img { height: clamp(250px, 78vw, 310px); }
  .hero-photo figcaption strong { font-size: .9rem; }
  .hero-photo figcaption span { display: none; }
  .logo-stamp { top: 12px; right: 12px; width: 86px; height: 86px; box-shadow: 0 6px 14px rgba(0, 0, 0, .36); }
  .burger-stamp { top: 12px; left: 0; width: 92px; height: 92px; font-size: .68rem; }
  .note-one { right: -3px; bottom: 36px; }
  .note-two { bottom: -2px; left: 15px; }
  .section { padding: 62px 0; }
  section[id] { scroll-margin-top: 86px; }
  .section-head { gap: 18px; margin-bottom: 30px; }
  .section-head h2, .manifesto h2 { font-size: clamp(2.35rem, 11.5vw, 3.9rem); }
  .filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 22px; }
  .filter { min-height: 46px; padding: 9px 10px; font-size: .74rem; line-height: 1.15; }
  .filter:first-child { grid-column: 1 / -1; }
  .menu-board { gap: 18px; }
  .menu-category { scroll-margin-top: 86px; }
  .menu-category-head { grid-template-columns: 1fr; }
  .menu-category-head > div { min-height: 220px; padding: 28px 22px; }
  .menu-category-head > div > span { font-size: 3rem; }
  .menu-category-head h3 { font-size: 1.85rem; }
  .menu-category-head img { height: 230px; min-height: 230px; }
  .menu-list-columns { grid-template-columns: 1fr; }
  .menu-list { padding: 6px 20px 16px; }
  .menu-list-columns .menu-item:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .menu-category-title { min-height: 110px; padding: 21px 20px; }
  .menu-category-title > span { font-size: 3rem; }
  .menu-category-title h3 { font-size: 1.85rem; }
  .menu-item { padding: 22px 0; }
  .menu-item > div { align-items: flex-start; gap: 12px; }
  .menu-item h4 { font-size: 1.08rem; line-height: 1.2; }
  .menu-item strong { font-size: 1.08rem; }
  .menu-item p { font-size: 1.02rem; line-height: 1.5; }
  .whole-pizza { grid-template-columns: auto minmax(0, 1fr); gap: 13px; margin: 0 20px 22px; padding: 19px; }
  .whole-pizza p { font-size: 1rem; }
  .whole-pizza > strong { grid-column: 1 / -1; }
  .dips { margin: 0 20px 22px; }
  .dips span { font-size: .95rem; }
  .allergy-note { font-size: .95rem; }
  .official-combo { grid-template-columns: 1fr; }
  .official-combo-photo { min-height: 280px; border-right: 0; border-bottom: 3px solid var(--yellow); }
  .official-combo-copy, .smash-upgrades { padding: 28px 24px; }
  .smash-upgrades { grid-column: auto; }
  .product-grid { gap: 16px; }
  .product-card { grid-column: 1 / -1; height: auto; }
  .product-image, .product-image img { height: 220px; min-height: 220px; }
  .product-info { flex: none; min-height: 0; padding: 20px; }
  .product-info h3 { font-size: 1.22rem; }
  .product-info strong { font-size: 1.08rem; }
  .product-info p { margin: 13px 0 16px; font-size: 1.04rem; line-height: 1.52; }
  .heat { margin-top: 0; padding-top: 11px; }
  .photo-note { text-align: left; }
  .manifesto-grid { gap: 45px; }
  .manifesto-visual { min-height: 470px; }
  .manifesto-number { font-size: clamp(6.5rem, 38vw, 8rem); }
  .manifesto-visual img { width: 90%; height: 350px; }
  .manifesto-unit { top: 92px; right: 0; }
  .contact-card { padding: 28px; box-shadow: 8px 9px 0 var(--ink); }
  .contact h2 { font-size: clamp(2.75rem, 14vw, 3.4rem); }
  footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .footer-grid > div { display: flex; align-items: center; flex-direction: column; }
  .footer-brand { align-items: center; flex-direction: column; gap: 16px; }
  .footer-brand img { width: 168px; height: 168px; }
  .footer-brand p { margin: 0; }
  footer h3 { margin-bottom: 10px; }
  footer a { margin-inline: auto; }
  .footer-column > a { display: flex; align-items: center; justify-content: center; min-height: 44px; margin-block: 0; }
  .social-links { justify-content: center; width: 100%; }
  .social-link { margin-inline: 0; }
  .social-link:hover { transform: translateY(-2px); }
  .footer-contacts { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .footer-contact-card { min-height: 104px; margin-inline: 0; text-align: left; }
  .family-banner { flex-wrap: wrap; gap: 7px 9px; }
  .family-link { gap: 6px; }
  .family-link img { width: 28px; height: 28px; }
}

@media (max-width: 380px) {
  .brand { width: 76px; }
  .brand img { width: 70px; height: 70px; }
  .nav-actions { gap: 8px; }
  .nav-actions .order-button { padding: 9px 10px; font-size: .64rem; letter-spacing: .02em; box-shadow: 2px 2px 0 var(--ink); }
  .hero h1 { font-size: clamp(2.55rem, 12.8vw, 2.95rem); }
  .hero-proof { justify-content: space-between; gap: 8px; }
  .burger-stamp { width: 82px; height: 82px; font-size: .61rem; }
  .logo-stamp { top: 10px; right: 10px; width: 70px; height: 70px; }
  .ingredient-note { padding: 8px 10px; font-size: .62rem; }
  .product-info > div { gap: 10px; }
  .contact-card { padding: 22px; }
  .contact h2 { font-size: 2.65rem; }
  .footer-contact-card { padding: 20px; }
}

/* Páginas legais */
.legal-header { border-bottom: 2px solid var(--ink); background: rgba(241, 233, 215, .94); }
.legal-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 92px; }
.legal-brand { display: grid; place-items: center; }
.legal-brand img { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 4px 4px rgba(29, 25, 22, .18)); }
.legal-header nav { display: flex; flex-wrap: wrap; gap: 14px 24px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-header nav a:hover { color: var(--red); }
.legal { padding: 62px 0 84px; }
.legal-body { max-width: 780px; }
.legal h1 { max-width: 780px; margin: 0 0 12px; font-family: var(--display); font-size: clamp(2.2rem, 6vw, 3.9rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; text-transform: uppercase; }
.legal-updated { margin: 0 0 36px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal h2 { margin: 42px 0 12px; font-size: 1.28rem; font-weight: 900; letter-spacing: .02em; line-height: 1.2; text-transform: uppercase; }
.legal p, .legal li { color: var(--muted); font-size: 1.12rem; font-weight: 600; line-height: 1.65; }
.legal p { margin: 0 0 16px; }
.legal ul { margin: 0 0 16px; padding-left: 22px; }
.legal li { margin-bottom: 9px; }
.legal strong { color: var(--ink); }
.legal a:not(.button) { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legal a:not(.button):hover { color: var(--red-dark); }
.legal .button { margin: 6px 0 10px; }
.legal-back { margin-top: 46px; }
.legal-footer { padding: 26px 0; border-top: 6px solid var(--yellow); background: #161310; color: #8f837b; font-size: .76rem; letter-spacing: .04em; }
.legal-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.legal-footer a { display: inline; width: auto; margin: 0; color: #c9beb2; }
.legal-footer a:hover { color: #fff; }

@media (max-width: 620px) {
  .legal-header-inner { min-height: 78px; }
  .legal-brand img { width: 62px; height: 62px; }
  .legal { padding: 44px 0 62px; }
  .legal p, .legal li { font-size: 1.06rem; }
  .legal-footer-inner { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
