/* Texture port from MiroballiPizzaV2 rough mockup, softened */
:root{
  --rough-black:url("../assets/images/black-grunge-texture.png");
  --rough-red:url("../assets/images/red-grunge-button-texture-tight.png");
}

html{background:#050505}
body{
  background-color:#050505;
  background-image:
    radial-gradient(circle at 14% 8%,rgba(229,9,20,.10),transparent 30rem),
    radial-gradient(circle at 86% 18%,rgba(229,9,20,.045),transparent 26rem),
    var(--rough-black);
  background-size:auto,auto,1120px 1120px;
  background-attachment:fixed,fixed,fixed;
  background-blend-mode:normal,normal,soft-light;
}
body:before{
  opacity:.035;
  background-image:var(--rough-black);
  background-size:980px 980px;
  mix-blend-mode:soft-light;
}
body:after{opacity:.022}
main{position:relative;z-index:1}

.topbar.scrolled,
.mobile-menu,
.pizza-menu,
.appetizers,
.entrees,
footer{
  background-color:#050505;
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(0,0,0,.08)),
    var(--rough-black);
  background-size:auto,1120px 1120px;
  background-blend-mode:normal,soft-light;
}
.topbar.scrolled{border-bottom-color:rgba(229,9,20,.40)}

/* Squared visual language */
.button,
.phone-button,
.menu-toggle,
.mobile-menu,
.deal,
.deal-button,
.pizza-card,
.pizza-card strong,
.extras,
.app-card,
.dish-feature,
.dish-choice,
.menu-board,
.menu-tab,
.menu-offer,
.combo,
.add-on,
.qr,
.follow>div a,
.appetizer-slider .splide__arrow,
.appetizer-slider .splide__pagination__page{
  border-radius:0;
}

.button,
.phone-button,
.deal-button,
.pizza-card strong,
.menu-tab,
.menu-offer,
.combo,
.follow>div a,
.appetizer-slider .splide__arrow,
.appetizer-slider .splide__pagination__page{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.section-title{position:relative}
.section-title:before,
.section-title:after{
  height:11px;
  border:0;
  background-color:var(--red);
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.10)),
    var(--rough-red);
  background-size:auto,cover;
  background-blend-mode:normal,soft-light;
  box-shadow:0 0 12px rgba(229,9,20,.18);
}

.deal,
.pizza-card,
.extras,
.app-card,
.dish-feature,
.dish-choice,
.menu-board,
.qr{
  background-color:#070707;
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.022),rgba(0,0,0,.10)),
    var(--rough-black);
  background-size:auto,1040px 1040px;
  background-blend-mode:normal,soft-light;
}

.button-red,
.pizza-card strong,
.menu-tab.active,
.menu-offer:not(.menu-offer-dark),
.combo,
.deal-button,
.appetizer-slider .splide__pagination__page.is-active,
.appetizer-slider .splide__arrow:hover,
.follow>div a{
  background-color:var(--red);
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(0,0,0,.16)),
    var(--rough-red);
  background-size:auto,cover;
  background-blend-mode:normal,soft-light;
  border-color:var(--red);
  box-shadow:none;
}

.button-red:before,
.phone-button:hover:before,
.pizza-card strong:before,
.menu-tab.active:before,
.menu-offer:not(.menu-offer-dark):before,
.combo:before,
.deal-button:before,
.appetizer-slider .splide__pagination__page.is-active:before,
.appetizer-slider .splide__arrow:hover:before,
.follow>div a:before{
  content:"";
  position:absolute;
  inset:-14px -22px;
  z-index:-1;
  pointer-events:none;
  opacity:.9;
  background-image:var(--rough-red);
  background-size:115% 210%;
  background-position:center;
  background-repeat:no-repeat;
  mix-blend-mode:multiply;
}

.button-red:after,
.deal-button:after,
.combo:after,
.menu-offer:not(.menu-offer-dark):after,
.pizza-card strong:after,
.menu-tab.active:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.34;
  background:
    repeating-linear-gradient(0deg,rgba(255,255,255,.18) 0 1px,transparent 1px 4px),
    radial-gradient(circle at 20% 35%,rgba(0,0,0,.45) 0 1px,transparent 2px),
    radial-gradient(circle at 78% 62%,rgba(0,0,0,.35) 0 1px,transparent 2px);
  background-size:auto,19px 23px,31px 29px;
  mix-blend-mode:overlay;
}

.button-red > *,
.deal-button > *,
.phone-button > *,
.menu-tab > *,
.menu-offer > *,
.combo > *,
.pizza-card strong > *,
.follow>div a > *,
.appetizer-slider .splide__arrow > *{
  position:relative;
  z-index:1;
}

.button-red:hover{box-shadow:0 10px 26px rgba(229,9,20,.18)}
.button-dark,
.menu-offer-dark{
  background-color:rgba(0,0,0,.70);
  background-image:var(--rough-black);
  background-size:1040px 1040px;
  background-blend-mode:soft-light;
}

.hero{background-color:#050505}
.hero:before{
  opacity:.07;
  background:
    var(--rough-black),
    radial-gradient(ellipse at 68% 48%,transparent 0 45%,rgba(0,0,0,.38) 83%);
  background-size:1180px 1180px,auto;
  mix-blend-mode:soft-light;
}

.hero h1 strong,
.pizza-menu .section-title,
.extras strong,
.dish-copy>strong,
.dish-choice strong,
.app-card strong,
.follow>strong{
  text-shadow:
    1px 1px 0 rgba(0,0,0,.75),
    0 0 18px rgba(229,9,20,.18);
}

/* Footer overlap fix */
.entrees{
  height:auto;
  min-height:0;
  display:block;
  overflow:visible;
  padding-bottom:clamp(84px,9vw,130px);
}
.menu-panel{position:relative}
.menu-panel.active{display:block}
footer {
  clear: both;
  position: relative;
  z-index: 2;
  grid-template-columns: 1.3fr 1fr 1fr !important;
}

@media(max-width:760px){
  body:before{opacity:.028}
  body:after{opacity:.018}
  .entrees{
    height:auto;
    min-height:0;
    overflow:visible;
    padding-bottom:72px;
  }
}

@media(max-width:480px){
  .section-title:before,
  .section-title:after{
    height:9px;
  }
}

/* Pizza pricing card pass */
.pizza-grid{
  align-items:stretch;
}
.pizza-card{
  --pizza-scale:1;
  min-width:0;
  overflow:hidden;
  text-align:left;
}
.pizza-card:nth-child(1){--pizza-scale:.78}
.pizza-card:nth-child(2){--pizza-scale:.86}
.pizza-card:nth-child(3){--pizza-scale:.93}
.pizza-card:nth-child(4){--pizza-scale:1}
.pizza-card>b{
  position:absolute;
  top:18px;
  left:18px;
  right:auto;
  z-index:4;
  width:auto;
  font-size:clamp(40px,4.1vw,54px);
  line-height:.85;
  color:#f8f4ec;
  text-align:left;
  text-shadow:2px 3px 0 rgba(0,0,0,.86),0 0 18px rgba(0,0,0,.45);
}
.pizza-card em{
  position:absolute;
  top:60px;
  left:20px;
  z-index:4;
  color:rgba(255,255,255,.78);
  font:700 12px/1 Inter,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  text-shadow:0 2px 8px rgba(0,0,0,.75);
}
.pizza-card img{
  position:absolute;
  left:52%;
  bottom:26px;
  z-index:1;
  width:108%;
  height:76%;
  margin:0;
  transform:translateX(-50%) scale(var(--pizza-scale));
  transform-origin:center center;
  object-fit:contain;
  object-position:center bottom;
}
.pizza-card strong{
  position:absolute;
  left:auto;
  right:12px;
  bottom:12px;
  z-index:5;
  min-width:0;
  width:auto;
  padding:8px 12px 7px 22px;
  transform:none;
  overflow:visible;
  border:0;
  background:transparent;
  background-image:none;
  color:#fff;
  font-size:clamp(31px,3.1vw,42px);
  line-height:.82;
  text-align:right;
  text-shadow:2px 3px 0 rgba(0,0,0,.82),0 0 14px rgba(0,0,0,.5);
}
.pizza-card small{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:4;
  max-width:68px;
  color:rgba(255,255,255,.68);
  font:800 9.5px/1.05 Inter,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-shadow:0 2px 8px rgba(0,0,0,.8);
}
.pizza-card strong:before{
  inset:-12px -16px -10px -28px;
  z-index:-1;
  opacity:1;
  background-size:122% 230%;
  background-position:center;
  mix-blend-mode:normal;
}
.pizza-card strong:after{
  inset:-2px -4px;
  z-index:-1;
  opacity:.42;
}
.extras{
  display:grid;
  gap:0;
}
.extras>div{
  position:relative;
  min-height:143px;
  display:block;
  overflow:hidden;
  isolation:isolate;
  padding:0;
}
.extras>div:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 38%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.04) 100%),
    linear-gradient(180deg,rgba(229,9,20,.12),rgba(0,0,0,.18));
}
.extras>div:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:.16;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode:screen;
}
.extra-photo{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:right center;
  filter:saturate(1.08) contrast(1.08);
}
.extra-copy{
  position:relative;
  z-index:3;
  width:min(58%,300px);
  min-height:143px;
  padding:28px 24px 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.extra-copy span{
  margin-bottom:9px;
  color:#ff9b14;
  font:800 10px/1 Inter,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.extras p{
  margin:0;
  font-size:clamp(21px,2vw,26px);
  line-height:.9;
}
.extras strong{
  margin-top:3px;
  font-size:clamp(30px,3vw,39px);
}

@media(max-width:1050px) and (min-width:761px){
  .pizza-card{
    height:270px;
  }
  .pizza-card img{
    width:110%;
    height:74%;
    bottom:27px;
  }
  .pizza-card>b{
    left:16px;
    top:18px;
    font-size:44px;
  }
  .pizza-card em{
    left:18px;
    top:58px;
  }
  .pizza-card strong{
    right:12px;
    bottom:12px;
    font-size:34px;
    padding-right:11px;
  }
  .pizza-card small{
    left:16px;
    bottom:16px;
  }
}

@media(max-width:760px){
  .pizza-card>b{
    left:17px;
    top:17px;
    font-size:42px;
  }
  .pizza-card em{
    top:57px;
    left:19px;
  }
  .pizza-card strong{
    right:10px;
    bottom:10px;
    font-size:36px;
  }
  .pizza-card small{
    left:17px;
    bottom:17px;
    font-size:10px;
  }
  .extras>div{
    min-height:124px;
  }
  .extra-copy{
    width:min(62%,260px);
    min-height:124px;
    padding:22px 20px;
  }
  .extra-photo{
    object-position:right center;
  }
}

@media(max-width:620px){
  .extras>div{
    min-height:170px;
  }
  .extra-copy{
    width:min(70%,280px);
    min-height:170px;
  }
  .extras p{
    font-size:27px;
  }
}

/* Reusable Model Roofing-style blur reveal */
.blur-in{
  opacity:0;
  transform:translateY(20px);
  filter:blur(7px);
  transition:
    opacity .52s cubic-bezier(.16,1,.3,1),
    transform .52s cubic-bezier(.16,1,.3,1),
    filter .52s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--stagger,0s);
}
.blur-in.visible{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}
.pizza-menu .pizza-layout{--stagger:.08s}
.appetizers .script-label{--stagger:.06s}
.appetizers .appetizer-slider{--stagger:.12s}
.entrees .menu-tabs{--stagger:.08s}

/* Continuous appetizer rail, adapted from Model Roofing reviews */
.appetizers{
  overflow:hidden;
}
.appetizer-slider{
  max-width:var(--site-max);
  padding:0;
}
.appetizer-slider .splide__track{
  overflow:visible;
  padding:8px 0 18px;
}
.appetizer-slider .splide__slide{
  opacity:.62;
  filter:blur(1.2px);
  transform:scale(.975);
  transition:opacity .28s ease,filter .28s ease,transform .28s ease;
  will-change:transform;
}
.appetizer-slider .splide__slide.is-visible{
  opacity:.88;
  filter:blur(.35px);
}
.appetizer-slider .splide__slide.is-active{
  opacity:1;
  filter:blur(0);
  transform:scale(1);
}
.appetizer-slider .splide__arrows,
.appetizer-slider .splide__pagination{
  display:none;
}

@media(max-width:620px){
  .appetizer-slider{
    padding:0;
  }
}

@media(prefers-reduced-motion:reduce){
  .blur-in,
  .blur-in.visible{
    opacity:1;
    transform:none;
    filter:none;
    transition:none;
  }
  .appetizer-slider .splide__slide{
    transition:none;
  }
}

@media(max-width:480px){
  .pizza-card{
    height:350px;
  }
  .pizza-card img{
    left:50%;
    width:100%;
    max-width:none;
    height:100%;
    bottom:0;
    object-position:center center;
  }
}

/* Desktop pizza menu centering and breathing room pass */
@media (min-width:1051px){
  .pizza-menu{
    width:min(calc(100% - 72px),1240px);
    margin-left:auto;
    margin-right:auto;
    padding-left:0;
    padding-right:0;
  }
  .pizza-menu .section-title{
    text-align:center;
  }
  .pizza-layout{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:32px;
    align-items:stretch;
    justify-content:center;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .pizza-grid{
    grid-template-columns:repeat(4,minmax(190px,1fr));
    gap:24px;
    width:100%;
  }
  .pizza-card{
    height:320px;
  }
  .pizza-card img{
    height:78%;
    bottom:28px;
  }
  .pizza-card>b{
    top:20px;
    left:20px;
  }
  .pizza-card em{
    top:64px;
    left:22px;
  }
  .pizza-card small{
    left:20px;
    bottom:20px;
  }
  .pizza-card strong{
    right:16px;
    bottom:16px;
  }
  .extras{
    height:320px;
  }
  .extras>div{
    min-height:160px;
  }
  .extra-copy{
    min-height:160px;
    padding:30px 26px 24px;
  }
}

/* Desktop add-on cards readability pass */
@media (min-width:1051px){
  .pizza-card{
    height:340px;
  }
  .pizza-card img{
    height:78%;
    bottom:30px;
  }
  .extras{
    height:340px;
    border-color:rgba(255,255,255,.72);
    box-shadow:0 20px 54px rgba(0,0,0,.35);
  }
  .extras>div{
    min-height:170px;
    display:block;
  }
  .extras>div:before{
    background:
      linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.86) 34%,rgba(0,0,0,.42) 58%,rgba(0,0,0,.08) 100%),
      linear-gradient(180deg,rgba(229,9,20,.10),rgba(0,0,0,.20));
  }
  .extra-photo{
    object-position:72% center;
    transform:scale(1.03);
  }
  .extra-copy{
    width:52%;
    min-height:170px;
    padding:28px 18px 22px 24px;
    justify-content:center;
  }
  .extra-copy span{
    margin-bottom:8px;
    max-width:150px;
    font-size:9.5px;
    line-height:1.06;
    letter-spacing:.13em;
  }
  .extras p{
    max-width:150px;
    font-size:clamp(19px,1.55vw,24px);
    line-height:.92;
    letter-spacing:.015em;
  }
  .extras p .extra-line{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.78);
    font-size:.76em;
    line-height:1;
    letter-spacing:.01em;
  }
  .extras strong{
    margin-top:9px;
    max-width:150px;
    color:#ff1722;
    font-size:clamp(34px,2.65vw,43px);
    line-height:.86;
    white-space:nowrap;
  }
  .extras>div:nth-child(2) .extra-copy{
    padding-top:24px;
    padding-bottom:24px;
  }
  .extras>div:nth-child(2) .extras strong,
  .extras>div:nth-child(2) strong{
    font-size:clamp(29px,2.25vw,36px);
  }
}

/* Google Business Profile section */
/* Google Business Profile section - Bento Redesign */
.google-profile {
  position: relative;
  width: 100%;
  padding: clamp(64px, 7vw, 98px) 0 clamp(72px, 7vw, 108px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)),
    var(--rough-black) center/760px 760px repeat,
    #050505;
  border-top: 2px solid rgba(229, 9, 20, 0.72);
  border-bottom: 2px solid rgba(229, 9, 20, 0.72);
}
.google-profile:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(229, 9, 20, 0.18), transparent);
  opacity: 0.22;
}
.google-profile:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 16px;
  background: var(--rough-red) center/900px 420px repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.google-profile-head {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 24px;
}
.google-profile-head .eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 9px 15px 8px;
  color: #fff;
  background: var(--rough-red) center/520px 190px repeat;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.28);
  font: 800 11px/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.google-profile-head h2 {
  color: var(--cream);
  font: 400 clamp(54px, 5.5vw, 86px)/0.84 "Bebas Neue", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.32);
  margin: 0 auto;
}
.google-profile-head h2:after {
  content: "";
  display: block;
  width: 160px;
  height: 9px;
  margin: 18px auto 0;
  background: var(--rough-red) center/500px 200px repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.google-profile__lead {
  margin: 22px auto 0;
  color: rgba(244, 240, 232, 0.74);
  font: 600 17px/1.5 Inter, sans-serif;
}

.google-profile-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto 40px;
}

/* Bento Card base style */
.g-bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  border: 2px solid rgba(229, 9, 20, 0.6);
  border-radius: 0; /* Squared style to match rest of site */
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.95), rgba(3, 3, 3, 0.98)),
              var(--rough-black) center/580px 580px repeat;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.g-bento-card:hover {
  border-color: rgba(229, 9, 20, 0.95);
  box-shadow: 0 16px 40px rgba(229, 9, 20, 0.15);
}

/* Specific Card Layouts */
.g-bento-card.g-bento-map-wrap {
  padding: 0;
}

.g-map-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.g-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(1.2);
}

/* Rating Stats Overlay */
.g-stats-overlay {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
  padding: 12px 18px;
  border: 1px solid rgba(229, 9, 20, 0.4);
  background: rgba(13, 13, 13, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.g-overlay-tag {
  display: block;
  margin-bottom: 4px;
  color: #ff1722;
  font: 800 10px/1 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.g-overlay-rating {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.g-overlay-rating strong {
  color: var(--cream);
  font: 400 36px/1 "Bebas Neue", sans-serif;
  letter-spacing: .01em;
}
.g-overlay-rating span {
  color: rgba(244, 240, 232, 0.65);
  font: 700 11px/1 Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* Map Footer Overlay */
.g-map-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 30px 20px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.85) 60%, transparent 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
.g-map-address {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.g-map-address .g-bento-tag {
  align-self: flex-start;
}
.g-map-address strong {
  color: rgba(244, 240, 232, 0.88);
  font: 700 13px/1.45 Inter, sans-serif;
  max-width: 28ch;
}
.g-map-footer .button {
  width: auto;
  min-width: 110px;
  flex-shrink: 0;
  font-size: 13px;
  padding: 10px 16px;
}

/* Hours/Details Card */
.g-bento-card.g-bento-details {
  padding: 30px 24px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.95), rgba(3, 3, 3, 0.98)),
              var(--rough-black) center/580px 580px repeat;
}
.g-details-header, .g-details-footer, .g-details-content {
  position: relative;
  z-index: 2;
}
.g-bento-tag {
  display: inline-flex;
  padding: 7px 10px 6px;
  color: #fff;
  background: rgba(229, 9, 20, 0.85);
  border-radius: 0;
  font: 800 11px/1.2 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.g-bento-tag.status-open {
  background: #107c41;
  box-shadow: 0 0 10px rgba(16, 124, 65, 0.3);
}

.g-details-content {
  margin: auto 0;
  text-align: center;
}
.g-hours-label {
  display: block;
  margin-bottom: 8px;
  color: #ff1722;
  font: 800 11px/1 Inter, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.g-hours-time {
  display: block;
  color: var(--cream);
  font: 400 clamp(32px, 3.2vw, 44px)/1 "Bebas Neue", sans-serif;
  letter-spacing: .02em;
  margin-bottom: 12px;
}
.g-hours-sub {
  margin: 0;
  color: rgba(244, 240, 232, 0.74);
  font: 700 14px/1.45 Inter, sans-serif;
}

.g-details-actions {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  width: 100%;
}
.g-details-actions .button {
  width: 100%;
  justify-content: center;
  font-size: 13px;
  padding: 12px 16px;
}

@media (max-width: 980px) {
  .google-profile-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    gap: 20px;
  }
  .g-bento-card {
    min-height: 380px;
  }
  .g-bento-card.g-bento-map-wrap {
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .google-profile {
    padding: 58px 0 72px;
  }
  .google-profile-grid {
    width: min(calc(100% - 28px), 1180px);
  }
  .g-map-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .g-map-address strong {
    max-width: none;
  }
  .g-map-footer .button {
    width: 100%;
  }
  .g-details-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.google-photo-slider{
  position:relative;
  z-index:1;
  width:min(100%,1220px);
  margin:0 auto;
}
.google-photo-slider .splide__track{
  overflow:visible;
}
.google-photo-card{
  position:relative;
  height:clamp(230px,25vw,330px);
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  border-radius:20px;
  background:#111;
  box-shadow:0 18px 42px rgba(0,0,0,.38);
}
.google-photo-card:after{
  content:"Google Profile";
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 10px 7px;
  border-radius:999px;
  color:#fff;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
  font:800 10px/1 Inter,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.google-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
}


.google-photo-slider{
  width:min(calc(100% - 48px),1180px);
}
.google-photo-card{
  height:clamp(215px,22vw,290px);
  border:2px solid rgba(229,9,20,.68);
  border-radius:10px;
  box-shadow:0 18px 48px rgba(0,0,0,.48);
}
.google-photo-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.72));
}
.google-photo-card:after{
  z-index:2;
  left:10px;
  bottom:10px;
  padding:7px 9px 6px;
  border-radius:5px;
  color:#fff;
  background:var(--rough-red) center/500px 200px repeat;
  backdrop-filter:none;
}
.google-photo-card img{
  filter:saturate(1.08) contrast(1.06);
}
@media (max-width:640px){
  .google-photo-slider{
    width:min(calc(100% - 28px),1180px);
  }
}

/* ============================================================
   Consolidated flyer brand system and client polish.
   Merged from flyer-brand-system.css and client-polish.css so the site uses the existing texture-overrides.css file instead of extra override stylesheets.
   ============================================================ */

/* ============================================================
   Miroballi flyer brand texture system
   Uses the red brush/ray/divider PNGs from the printed flyer.
   Keep this file last in index.html so it can safely override older passes.
   ============================================================ */

:root {
  --flyer-red-rays-3: url("../assets/images/brand-textures/miroballi-red-accent-rays-3.png");
  --flyer-red-rays-5: url("../assets/images/brand-textures/miroballi-red-accent-rays-5.png");
  --flyer-red-banner: url("../assets/images/brand-textures/miroballi-red-brush-banner-wide.png");
  --flyer-red-dash: url("../assets/images/brand-textures/miroballi-red-brush-dash-small.png");
  --flyer-red-smear: url("../assets/images/brand-textures/miroballi-red-brush-smear-small.png");
  --flyer-red-diagonal: url("../assets/images/brand-textures/miroballi-red-diagonal-brush-slash.png");
  --flyer-red-divider-dot: url("../assets/images/brand-textures/miroballi-red-divider-line-dot.png");
  --flyer-red-divider-thin: url("../assets/images/brand-textures/miroballi-red-divider-line-thin.png");
  --flyer-red-patch: url("../assets/images/brand-textures/miroballi-red-grunge-brush-patch.png");
  --flyer-red-lightning: url("../assets/images/brand-textures/miroballi-red-lightning-slash.png");
  --flyer-red-slashes-2: url("../assets/images/brand-textures/miroballi-red-parallel-slashes-2.png");
  --flyer-red-slashes-3: url("../assets/images/brand-textures/miroballi-red-parallel-slashes-3.png");
  --flyer-red-rounded-rays: url("../assets/images/brand-textures/miroballi-red-rounded-rays-3.png");
  --flyer-red-title-stroke: url("../assets/images/brand-textures/miroballi-red-title-brushstroke-cropped.png");
}

/* Full-page screenshots were turning sections black because the reveal state stays hidden. */
.blur-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.blur-in.visible {
  opacity: 1;
  transform: none;
  filter: none;
}

body {
  background-color: #030303;
}

.hero,
.pizza-menu,
.deal-special,
.favorites,
.difference-strip,
.appetizers,
.entrees,
.strip,
.google-profile,
footer {
  position: relative;
  isolation: isolate;
}

/* Add printed black grit to major panels without washing out text. */
.hero::after,
.pizza-menu::after,
.favorites::before,
.difference-strip::after,
.appetizers::after,
.entrees::after,
.strip::before,
.google-profile::before,
footer::before {
  pointer-events: none;
}

.pizza-menu::after,
.appetizers::after,
.entrees::after,
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image: var(--rough-black);
  background-position: center;
  background-size: 760px 760px;
  mix-blend-mode: screen;
}

/* Flyer-style title system. The brush should feel like a controlled title plate, not a random streak. */
.section-title,
.favorites-head h2,
.difference-head h2,
.strip-head h2,
.google-profile-head h2,
.photo-section-head h2 {
  --title-plate-extra: clamp(110px, 12vw, 210px);
  --title-plate-h: clamp(48px, 0.68em, 76px);
  position: relative;
  z-index: 2;
  display: inline-block !important;
  width: max-content !important;
  overflow: visible;
  max-width: none !important;
  padding: 0.1em 0.45em 0.08em 0.24em;
  color: #f7f1e8 !important;
  line-height: 0.88;
  text-shadow:
    3px 4px 0 rgba(0, 0, 0, 0.94),
    0 0 14px rgba(229, 9, 20, 0.26);
}

.section-title span {
  color: inherit !important;
}

.section-title::before,
.favorites-head h2::before,
.difference-head h2::before,
.strip-head h2::before,
.google-profile-head h2::before,
.photo-section-head h2::before {
  content: "" !important;
  position: absolute !important;
  left: -0.12em !important;
  top: 52% !important;
  z-index: -1 !important;
  display: block !important;
  width: calc(100% + var(--title-plate-extra)) !important;
  max-width: calc(100% + var(--title-plate-extra)) !important;
  height: var(--title-plate-h) !important;
  margin: 0 !important;
  border: 0 !important;
  transform: translateY(-44%) rotate(-0.6deg) !important;
  background-color: transparent !important;
  background-image: var(--flyer-red-title-stroke) !important;
  background-repeat: no-repeat !important;
  background-position: left 56% !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  opacity: 0.72;
  filter: saturate(1.02) contrast(0.98);
  pointer-events: none;
}

/* Each title plate scales from the actual text width, then extends past the text like the printed flyer. */
.pizza-menu .section-title { --title-plate-extra: clamp(120px, 12vw, 190px); }
.appetizers .section-title { --title-plate-extra: clamp(120px, 12vw, 190px); }
.entrees > .section-title { --title-plate-extra: clamp(130px, 11vw, 210px); }
.favorites-head h2 { --title-plate-extra: clamp(130px, 11vw, 210px); }
.difference-head h2 { --title-plate-extra: clamp(130px, 11vw, 210px); }
.strip-head h2 { --title-plate-extra: clamp(110px, 10vw, 180px); }
.google-profile-head h2 { --title-plate-extra: clamp(130px, 11vw, 210px); }
.photo-section-head h2 { --title-plate-extra: clamp(110px, 10vw, 180px); }

.pizza-menu .section-title,
.appetizers .section-title,
.entrees > .section-title,
.favorites-head h2,
.difference-head h2,
.strip-head h2,
.photo-section-head h2 {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

/* Red rays beside flyer headings, placed outside the title plate. */
.appetizers .section-title::after,
.entrees > .section-title::after,
.favorites-head h2::after,
.difference-head h2::after {
  content: "" !important;
  position: absolute !important;
  right: -64px !important;
  top: 50% !important;
  left: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  border: 0 !important;
  transform: translateY(-50%) rotate(6deg) !important;
  background-color: transparent !important;
  background-image: var(--flyer-red-rays-3) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  opacity: 0.78;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Hero diagonal flyer slash, like the right-side flyer texture. */
.hero::before {
  content: "";
  position: absolute;
  right: -110px;
  top: 82px;
  z-index: 2;
  width: 560px;
  height: 280px;
  background-image: var(--flyer-red-diagonal);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.66;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-copy h1 strong {
  position: relative;
  display: inline-block;
  padding-right: 0.18em;
  color: #f7f1e8 !important;
}

.hero-copy h1 strong::before {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.16em;
  top: 52%;
  z-index: -1;
  height: 0.72em;
  transform: translateY(-50%) rotate(-0.7deg);
  background-image: var(--flyer-red-title-stroke);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  opacity: 0.66;
}

/* Buttons and small callouts get brush texture, but keep text readable. */
.button-red,
.deal-special__btn,
.pizza-builder-banner .button,
.order-fab,
.entree-offer:not(.entree-offer-dark),
.combo,
.menu-offer:not(.menu-offer-dark),
.follow > div a {
  background-color: var(--red) !important;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.16)),
    var(--flyer-red-banner) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  border-color: rgba(255, 35, 42, 0.9) !important;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.7);
}

/* Card system, closer to the printed menu boxes. */
.deal-special,
.pizza-card,
.extras,
.app-card,
.fav-card,
.entree-card,
.proof-card,
.g-bento-card,
.google-photo-card,
.pizza-builder-banner {
  border: 2px solid rgba(229, 9, 20, 0.78) !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

.pizza-card,
.app-card,
.fav-card,
.entree-card,
.proof-card {
  overflow: hidden;
}

.pizza-card::after,
.app-card::after,
.fav-card::after,
.entree-card::after,
.proof-card::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 4;
  width: 54px;
  height: 54px;
  background-image: var(--flyer-red-slashes-3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.65;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Keep brush caps only on small proof-card pseudo elements. Do not override full-card image overlays. */
.proof-card::before {
  background-image: var(--flyer-red-banner) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}

.google-photo-card::before {
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.72)) !important;
}

.fav-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.86)) !important;
  pointer-events: none;
}

.entree-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E") !important;
  background-size: 140px 140px !important;
  pointer-events: none;
}

/* Prices should read like stamped flyer prices. */
.pizza-card strong,
.app-card strong,
.entree-card__info strong,
.deal-special__price,
.builder-total,
.extras strong {
  color: #ff171f !important;
  text-shadow:
    2px 3px 0 rgba(0, 0, 0, 0.86),
    0 0 18px rgba(229, 9, 20, 0.42) !important;
}

/* Small labels, category badges and photo tags. */
.eyebrow,
.deal-special__label,
.entree-card__info span,
.g-bento-tag {
  background-image: var(--flyer-red-dash) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  color: #fff !important;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.72);
}

.google-photo-card::after {
  left: 10px !important;
  bottom: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  padding: 7px 9px 6px !important;
  border-radius: 5px !important;
  background: rgba(216, 8, 18, 0.92) !important;
  color: #fff !important;
  backdrop-filter: none !important;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.72);
}

.fav-card span {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  margin: 0 0 10px !important;
  padding: 7px 10px 6px !important;
  border-radius: 5px !important;
  background: #d80812 !important;
  color: #fff !important;
  font: 800 10px/1 Inter, sans-serif !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.72);
}

.fav-card span::before,
.fav-card span::after {
  content: none !important;
}

/* Thin divider system like the menu rows. */
.pizza-builder-banner::after,
.deal-special::after,
.entree-offers::after {
  content: "";
  display: block;
  width: min(100%, 760px);
  height: 18px;
  margin: 18px auto 0;
  background-image: var(--flyer-red-divider-dot);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.deal-special::after {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 8px;
  width: auto;
  margin: 0;
  opacity: 0.7;
}

/* Promo strip should feel like the flyer bottom strip. */
.pizza-builder-banner {
  border-radius: 0 !important;
}

.pizza-builder-banner::before {
  background-image: var(--flyer-red-banner) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}

/* Food image energy patches. */
.deal-special__fig::after,
.extra-copy::before,
.builder-art::before {
  content: "";
  position: absolute;
  inset: auto 4% 6% 4%;
  height: 42%;
  z-index: 0;
  background-image: var(--flyer-red-patch);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.44;
  mix-blend-mode: screen;
  pointer-events: none;
}

.extra-copy::before {
  inset: 10% auto auto -8%;
  width: 170px;
  height: 82px;
  opacity: 0.22;
}

/* Floating order button gets circular flyer rays. */
.order-fab::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  background-image: var(--flyer-red-rounded-rays);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.58;
  mix-blend-mode: screen;
  pointer-events: none;
}

/* Footer gets the flyer contact-block feel. */
footer {
  border-top: 2px solid rgba(229, 9, 20, 0.78) !important;
}

footer::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - 1180px) / 2));
  right: max(24px, calc((100vw - 1180px) / 2));
  top: 28px;
  height: 16px;
  background-image: var(--flyer-red-divider-thin);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0.8;
  pointer-events: none;
}

/* Mobile: keep texture but avoid clutter. */
@media (max-width: 760px) {
  .section-title,
  .favorites-head h2,
  .difference-head h2,
  .strip-head h2,
  .google-profile-head h2,
  .photo-section-head h2 {
    --title-plate-extra: clamp(78px, 18vw, 130px);
    --title-plate-h: 0.62em;
    padding-right: 0.2em;
  }

  .section-title::before,
  .favorites-head h2::before,
  .difference-head h2::before,
  .strip-head h2::before,
  .google-profile-head h2::before,
  .photo-section-head h2::before {
    width: var(--title-plate-w) !important;
    height: var(--title-plate-h) !important;
  }

  .appetizers .section-title::after,
  .entrees > .section-title::after,
  .favorites-head h2::after,
  .difference-head h2::after {
    right: -28px !important;
    width: 38px !important;
    height: 38px !important;
    opacity: 0.62;
  }

  .hero::before {
    right: -210px;
    top: 120px;
    width: 460px;
    opacity: 0.38;
  }

  .pizza-card::after,
  .app-card::after,
  .fav-card::after,
  .entree-card::after,
  .proof-card::after {
    width: 38px;
    height: 38px;
    opacity: 0.45;
  }

  footer::after {
    left: 18px;
    right: 18px;
    top: 22px;
  }
}

/* ============================================================
   Consolidated client polish overrides.
   ============================================================ */

/* ============================================================
   Client polish pass
   Keep this file last. It tightens title texture placement, card badges,
   reveal motion, order flow, marquee overlays, and mobile spacing.
   ============================================================ */

:root {
  --client-red: #e50914;
  --client-red-dark: #9f050b;
  --client-cream: #f7f1e8;
  --client-muted: rgba(247, 241, 232, 0.74);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 9, 20, 0.07), transparent 34rem),
    #030303;
}

/* Keep reveal effects alive without making screenshots/no-JS look broken. */
.blur-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    filter 0.65s ease;
}

.js .blur-in:not(.visible) {
  opacity: 0.12 !important;
  transform: translateY(18px) !important;
  filter: blur(6px) !important;
}

.js .blur-in.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}

/* Section title brush system, sized for the text, not the whole row. */
.section-title,
.favorites-head h2,
.difference-head h2,
.strip-head h2,
.google-profile-head h2,
.photo-section-head h2 {
  --plate-extra: clamp(92px, 9vw, 150px);
  --plate-height: 0.78em;
  position: relative !important;
  display: inline-block !important;
  width: max-content !important;
  max-width: min(100%, calc(100vw - 36px)) !important;
  padding: 0.08em 0.28em 0.07em 0.18em !important;
  isolation: isolate;
  overflow: visible !important;
  color: var(--client-cream) !important;
  line-height: 0.88 !important;
  text-shadow:
    3px 4px 0 rgba(0, 0, 0, 0.96),
    0 0 16px rgba(229, 9, 20, 0.22) !important;
}

.section-title::before,
.favorites-head h2::before,
.difference-head h2::before,
.strip-head h2::before,
.google-profile-head h2::before,
.photo-section-head h2::before {
  content: "" !important;
  position: absolute !important;
  left: -0.12em !important;
  top: 57% !important;
  z-index: -1 !important;
  width: calc(100% + var(--plate-extra)) !important;
  height: var(--plate-height) !important;
  max-width: none !important;
  transform: translateY(-50%) rotate(-0.55deg) !important;
  background: var(--flyer-red-title-stroke) left center / 100% 100% no-repeat !important;
  opacity: 0.74 !important;
  filter: saturate(1.02) contrast(0.98) !important;
  pointer-events: none !important;
}

.pizza-menu .section-title { --plate-extra: clamp(90px, 8vw, 150px); }
.appetizers .section-title { --plate-extra: clamp(100px, 9vw, 160px); }
.entrees > .section-title { --plate-extra: clamp(86px, 7vw, 130px); }
.favorites-head h2 { --plate-extra: clamp(38px, 4vw, 76px); }
.difference-head h2 { --plate-extra: clamp(58px, 5vw, 96px); }
.google-profile-head h2 { --plate-extra: clamp(58px, 5vw, 98px); }
.photo-section-head h2 { --plate-extra: clamp(58px, 5vw, 100px); }

.favorites-head h2::after,
.difference-head h2::after,
.appetizers .section-title::after,
.entrees > .section-title::after {
  right: calc(var(--plate-extra) * -0.38) !important;
  opacity: 0.58 !important;
  width: 48px !important;
  height: 48px !important;
}

.favorites-head {
  column-gap: 48px;
  align-items: center;
}

.favorites-head p:not(.eyebrow),
.difference-head p:not(.eyebrow),
.strip-head p:not(.eyebrow),
.photo-section-head p:not(.eyebrow) {
  color: rgba(247, 241, 232, 0.78) !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.82);
}

/* Keep card category badges compact and readable. */
.fav-card span,
.google-photo-card::after {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  padding: 7px 10px 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 6px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1)),
    var(--client-red) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34) !important;
  color: #fff !important;
  font: 800 10px/1 Inter, sans-serif !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.72) !important;
}

.fav-card span::before,
.fav-card span::after {
  content: none !important;
}

.google-photo-card::before {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.76)) !important;
}

.google-photo-card::after {
  content: "Google Profile" !important;
  left: 12px !important;
  right: auto !important;
  bottom: 12px !important;
  z-index: 3 !important;
  backdrop-filter: none !important;
}

.google-photo-card img,
.fav-card img,
.app-card img,
.entree-card img {
  filter: saturate(1.07) contrast(1.04) brightness(0.9);
}

.fav-card:hover img,
.app-card:hover img,
.entree-card:hover img,
.google-photo-card:hover img {
  filter: saturate(1.12) contrast(1.06) brightness(0.97);
}

/* Make black marquee/fade overlays stretch to edges instead of floating in the middle. */
.google-photo-slider::before,
.google-photo-slider::after,
.appetizer-slider::before,
.appetizer-slider::after,
.strip-slider::before,
.strip-slider::after {
  top: -4px !important;
  bottom: -4px !important;
  width: clamp(54px, 10vw, 150px) !important;
  background: linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.94) 36%, rgba(3, 3, 3, 0) 100%) !important;
  pointer-events: none !important;
}

.google-photo-slider::before,
.appetizer-slider::before,
.strip-slider::before {
  left: max(-2px, calc((100vw - 100%) / -2)) !important;
}

.google-photo-slider::after,
.appetizer-slider::after,
.strip-slider::after {
  right: max(-2px, calc((100vw - 100%) / -2)) !important;
  transform: scaleX(-1);
}

/* Order flow polish. */
.order-choice-modal[aria-hidden="false"],
.pizza-builder-modal[aria-hidden="false"],
.delivery-choice-modal[aria-hidden="false"] {
  backdrop-filter: blur(8px);
}

.choice-dialog,
.builder-dialog,
.delivery-choice-dialog {
  border: 2px solid rgba(229, 9, 20, 0.82) !important;
  background:
    linear-gradient(135deg, rgba(12, 12, 12, 0.96), rgba(3, 3, 3, 0.98)),
    var(--rough-black) center / 760px 760px !important;
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.78),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
}

.choice-dialog h2,
.builder-content h2,
.delivery-choice-dialog h2 {
  color: var(--client-cream) !important;
  text-shadow: 3px 4px 0 #000;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.choice-card {
  min-height: 168px;
  border: 2px solid rgba(229, 9, 20, 0.72) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(229, 9, 20, 0.16), transparent 48%),
    rgba(0, 0, 0, 0.54) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.choice-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 35, 42, 0.95) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(229, 9, 20, 0.24), transparent 52%),
    rgba(0, 0, 0, 0.72) !important;
}

.choice-card span {
  font-size: 34px !important;
}

.choice-card strong {
  color: #fff !important;
  font-size: clamp(32px, 3.6vw, 46px) !important;
}

.choice-card em,
.choice-call,
.delivery-choice-copy {
  color: rgba(247, 241, 232, 0.76) !important;
}

.builder-steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px !important;
  margin: 18px 0 20px !important;
}

.builder-steps button {
  position: relative;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(0, 0, 0, 0.54) !important;
  color: rgba(247, 241, 232, 0.66) !important;
  font: 900 12px/1 Inter, sans-serif !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.builder-steps button.active {
  border-color: rgba(255, 35, 42, 0.92) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14)),
    var(--client-red) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(229, 9, 20, 0.25);
}

.builder-panel legend,
.builder-summary-panel h3 {
  color: #fff !important;
  text-shadow: 2px 3px 0 #000;
}

.builder-panel label span {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(0, 0, 0, 0.46) !important;
}

.builder-panel input:checked + span {
  border-color: rgba(255, 35, 42, 0.95) !important;
  background: rgba(229, 9, 20, 0.17) !important;
  box-shadow: inset 4px 0 0 var(--client-red);
}

.builder-summary-panel {
  border: 2px solid rgba(229, 9, 20, 0.68) !important;
  background: rgba(0, 0, 0, 0.46) !important;
}

.builder-summary-text {
  color: rgba(247, 241, 232, 0.82) !important;
}

.delivery-link,
.delivery-frame-placeholder,
.delivery-choice-copy {
  display: none !important;
}

.builder-actions-row {
  gap: 10px !important;
}

/* Hero proof row: use safe text badges instead of icon glyphs to avoid mojibake. */
.proofs {
  align-items: stretch;
}

.proofs > div {
  gap: 9px !important;
}

.proof-icon {
  width: auto !important;
  min-width: 42px;
  height: 24px !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 9, 20, 0.78);
  border-radius: 999px;
  background: rgba(229, 9, 20, 0.14);
  color: #fff !important;
  font: 900 9px/1 Inter, sans-serif !important;
  letter-spacing: 0.08em;
  text-shadow: none !important;
}

.proofs b {
  color: #fff !important;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.72);
}

/* Wrapped flyer titles: one brush per line so the texture follows the text instead of running into the paragraph. */
.flyer-title-stack {
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.03em;
  width: max-content !important;
  max-width: 100% !important;
  padding: 0 !important;
  line-height: 0.86 !important;
}

.flyer-title-stack::before,
.flyer-title-stack::after {
  content: none !important;
}

.flyer-title-line {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  padding: 0.08em 0.26em 0.07em 0.14em;
  color: #f7f1e8 !important;
  isolation: isolate;
  text-shadow:
    3px 4px 0 rgba(0, 0, 0, 0.96),
    0 0 16px rgba(229, 9, 20, 0.22);
}

.flyer-title-line::before {
  content: "";
  position: absolute;
  left: -0.1em;
  top: 57%;
  z-index: -1;
  width: calc(100% + clamp(48px, 5vw, 90px));
  height: 0.72em;
  transform: translateY(-50%) rotate(-0.5deg);
  background-image: var(--flyer-red-title-stroke);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  opacity: 0.72;
  pointer-events: none;
}

.flyer-title-line:nth-child(2)::before {
  width: calc(100% + clamp(42px, 4vw, 72px));
  transform: translateY(-50%) rotate(0.4deg);
}

.favorites-head:has(.flyer-title-stack) {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  align-items: end;
  column-gap: clamp(48px, 6vw, 92px);
}

.favorites-head:has(.flyer-title-stack) .eyebrow {
  grid-column: 1 / -1;
}

.favorites-head:has(.flyer-title-stack) p:not(.eyebrow) {
  align-self: end;
  max-width: 440px;
  margin-bottom: 0.35em;
  padding-left: 8px;
}

/* Strong wrapped-title overrides merged into this main polish file.
   This replaces the temporary wrapped-title-fix.css layer. */
.favorites-head h2.flyer-title-stack::before,
.favorites-head h2.flyer-title-stack::after,
.difference-head h2.flyer-title-stack::before,
.difference-head h2.flyer-title-stack::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.favorites-head h2.flyer-title-stack,
.difference-head h2.flyer-title-stack {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.02em !important;
  width: max-content !important;
  max-width: 100% !important;
  padding: 0 !important;
  line-height: 0.86 !important;
}

.favorites-head h2.flyer-title-stack .flyer-title-line,
.difference-head h2.flyer-title-stack .flyer-title-line {
  position: relative !important;
  display: inline-block !important;
  width: max-content !important;
  max-width: 100% !important;
  padding: 0.08em 0.25em 0.07em 0.14em !important;
  color: #f7f1e8 !important;
  isolation: isolate !important;
}

.favorites-head h2.flyer-title-stack .flyer-title-line::before,
.difference-head h2.flyer-title-stack .flyer-title-line::before {
  content: "" !important;
  position: absolute !important;
  left: -0.1em !important;
  top: 57% !important;
  z-index: -1 !important;
  display: block !important;
  width: calc(100% + clamp(44px, 4.6vw, 82px)) !important;
  height: 0.68em !important;
  transform: translateY(-50%) rotate(-0.5deg) !important;
  background-image: var(--flyer-red-title-stroke) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 100% 100% !important;
  opacity: 0.72 !important;
  pointer-events: none !important;
}

.favorites-head h2.flyer-title-stack .flyer-title-line:nth-child(2)::before,
.difference-head h2.flyer-title-stack .flyer-title-line:nth-child(2)::before {
  width: calc(100% + clamp(34px, 3.8vw, 62px)) !important;
  transform: translateY(-50%) rotate(0.35deg) !important;
}

.favorites-head:has(.flyer-title-stack),
.difference-head:has(.flyer-title-stack) {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  align-items: end;
  column-gap: clamp(48px, 6vw, 92px);
}

.favorites-head:has(.flyer-title-stack) .eyebrow,
.difference-head:has(.flyer-title-stack) .eyebrow {
  grid-column: 1 / -1;
}

.favorites-head:has(.flyer-title-stack) p:not(.eyebrow),
.difference-head:has(.flyer-title-stack) p:not(.eyebrow) {
  align-self: end;
  max-width: 460px;
  margin-bottom: 0.35em;
  padding-left: 8px;
}

/* Mobile flow and texture restraint. */
@media (max-width: 760px) {
  .section-title,
  .favorites-head h2,
  .difference-head h2,
  .strip-head h2,
  .google-profile-head h2,
  .photo-section-head h2 {
    --plate-extra: clamp(56px, 17vw, 86px);
    --plate-height: 0.58em;
    white-space: normal !important;
    width: fit-content !important;
    max-width: calc(100vw - 32px) !important;
  }

  .section-title::before,
  .favorites-head h2::before,
  .difference-head h2::before,
  .strip-head h2::before,
  .google-profile-head h2::before,
  .photo-section-head h2::before {
    width: min(calc(100% + var(--plate-extra)), calc(100vw - 30px)) !important;
    height: var(--plate-height) !important;
    opacity: 0.68 !important;
  }

  .favorites-head h2::after,
  .difference-head h2::after,
  .appetizers .section-title::after,
  .entrees > .section-title::after {
    right: -28px !important;
    width: 34px !important;
    height: 34px !important;
    opacity: 0.42 !important;
  }

  .hero-copy h1 strong::before {
    height: 0.58em !important;
    opacity: 0.62 !important;
  }

  .choice-grid,
  .builder-steps {
    grid-template-columns: 1fr !important;
  }

  .choice-card {
    min-height: 132px;
  }

  .builder-steps button {
    min-height: 42px;
  }

  .builder-dialog,
  .choice-dialog,
  .delivery-choice-dialog {
    width: min(calc(100vw - 22px), 620px) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow: auto !important;
  }

  .builder-art {
    max-height: 180px !important;
  }

  .builder-actions-row {
    grid-template-columns: 1fr !important;
  }

  .google-photo-card::after,
  .fav-card span {
    font-size: 9px !important;
    padding: 7px 9px 6px !important;
  }

  .flyer-title-stack {
    width: 100% !important;
  }

  .flyer-title-line {
    max-width: calc(100vw - 34px);
  }

  .flyer-title-line::before {
    width: min(calc(100% + 62px), calc(100vw - 28px));
    height: 0.62em;
    opacity: 0.66;
  }

  .favorites-head:has(.flyer-title-stack) {
    display: block;
  }

  .favorites-head:has(.flyer-title-stack) p:not(.eyebrow) {
    max-width: 100%;
    margin-top: 18px;
    padding-left: 0;
  }
}

/* ============================================================
   Client feedback cleanup pass: contrast, icons, sticky header.
   ============================================================ */

.topbar.scrolled {
  height: 76px !important;
  background:
    linear-gradient(180deg, rgba(2, 2, 2, 0.96), rgba(3, 3, 3, 0.90)),
    var(--rough-black) center / 760px 760px repeat !important;
}

.topbar.scrolled .logo {
  width: clamp(116px, 12vw, 142px) !important;
}

.topbar.scrolled .logo img {
  max-height: 58px;
  object-fit: contain;
}

.phone-button {
  min-width: max-content;
  background:
    linear-gradient(90deg, rgba(229, 9, 20, 0.94), rgba(150, 2, 9, 0.94)),
    var(--brand-smear) center / 100% 100% no-repeat !important;
  border-color: rgba(255, 35, 42, 0.95) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255,255,255,.1);
}

.phone-button svg {
  fill: #fff !important;
  filter: drop-shadow(2px 3px 0 rgba(0,0,0,.68));
}

.pizza-menu,
.favorites,
.difference-strip,
.appetizers,
.entrees,
.strip,
.google-profile,
footer {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.90)),
    radial-gradient(circle at 50% 0%, rgba(229, 9, 20, 0.045), transparent 30rem),
    var(--rough-black) center / 880px 880px repeat,
    #030303 !important;
}

.pizza-menu::before,
.favorites::before,
.difference-strip::after,
.appetizers::after,
.entrees::after,
.strip::before,
.google-profile::before,
footer::before {
  opacity: 0.16 !important;
  mix-blend-mode: soft-light !important;
}

#pizza,
#special,
#google-profile,
#reviews,
#contact {
  scroll-margin-top: 96px;
}

.pizza-card {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(0, 0, 0, 0.99)),
    var(--rough-black) center / 620px 620px repeat !important;
}

.pizza-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0,0,0,.46) 32%, transparent 54%, rgba(0, 0, 0, 0.70) 100%),
    radial-gradient(circle at 50% 54%, transparent 36%, rgba(0, 0, 0, 0.38) 78%);
}

.pizza-card > b {
  z-index: 6 !important;
  top: 58px !important;
  color: #fff !important;
  text-shadow: 3px 4px 0 #000, 0 0 18px rgba(0,0,0,.7) !important;
}

.pizza-card em {
  z-index: 6 !important;
  top: 104px !important;
  color: rgba(255,255,255,.86) !important;
  text-shadow: 2px 3px 0 #000 !important;
}

.pizza-card strong {
  z-index: 7 !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(229, 9, 20, 0.96), rgba(144, 0, 8, 0.96)),
    var(--brand-smear) center / 100% 100% no-repeat !important;
  padding: 12px 16px 10px 28px !important;
  text-shadow: 3px 4px 0 #000, 0 0 16px rgba(0,0,0,.65) !important;
}

.pizza-card img {
  z-index: 3 !important;
  filter: saturate(1.12) contrast(1.08) brightness(0.96) drop-shadow(0 18px 18px rgba(0,0,0,.65)) !important;
}

.pizza-builder-banner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(18px, 4vw, 64px) !important;
  min-height: 158px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.98) 0%, rgba(8, 8, 8, 0.86) 58%, rgba(229, 9, 20, 0.12) 100%),
    var(--rough-black) center / 620px 620px repeat !important;
}

.pizza-builder-banner::after {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 14px;
  width: auto !important;
  margin: 0 !important;
  opacity: 0.55;
}

.pizza-builder-banner > div {
  max-width: 620px;
}

.pizza-builder-banner span {
  color: #ff1a24 !important;
  letter-spacing: .18em;
}

.pizza-builder-banner strong {
  display: block;
  margin: 6px 0 8px;
  color: #fff !important;
  font-size: clamp(38px, 4.6vw, 62px) !important;
  line-height: .9 !important;
  text-shadow: 3px 4px 0 #000 !important;
}

.pizza-builder-banner p {
  max-width: 48ch;
  color: rgba(247,241,232,.78) !important;
}

.pizza-builder-banner .button {
  min-width: 210px;
  justify-content: center;
  white-space: nowrap;
  overflow: visible !important;
}

.deal-special {
  grid-template-columns: minmax(240px, .78fr) minmax(270px, .86fr) minmax(170px, .42fr) !important;
  min-height: 350px !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 18% 50%, rgba(229,9,20,.13), transparent 24rem),
    var(--rough-black) center / 720px 720px repeat,
    #030303 !important;
}

.deal-special__fig {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: stretch;
  display: grid;
  place-items: center;
  padding: 8px;
}

.deal-special__fig img {
  max-height: 282px;
}

.deal-special__body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  padding-left: clamp(8px, 2vw, 22px);
}

.deal-special__heading {
  max-width: 7ch;
  font-size: clamp(48px, 6vw, 78px) !important;
}

.deal-special__cta {
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: stretch;
  align-content: center;
  padding-left: clamp(12px, 2vw, 28px);
  border-left: 1px solid rgba(255,255,255,.12);
}

.deal-special__price {
  color: #fff !important;
  text-shadow: 4px 5px 0 #000, 0 0 20px rgba(229,9,20,.55) !important;
  font-size: clamp(46px, 5vw, 68px) !important;
}

.g-bento-card.g-bento-details {
  min-height: 420px !important;
  padding: 28px !important;
  background:
    linear-gradient(135deg, rgba(4,4,4,.98), rgba(10,10,10,.90)),
    radial-gradient(circle at 85% 18%, rgba(229,9,20,.18), transparent 18rem),
    var(--rough-black) center / 640px 640px repeat !important;
}

.g-bento-card.g-bento-details::before {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -64px;
  width: 280px;
  height: 220px;
  background: url("../assets/images/pizza-menu-full-round.png") center / contain no-repeat;
  opacity: .28;
  filter: saturate(1.05) contrast(1.06);
  pointer-events: none;
}

.g-bento-card.g-bento-details::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 86px;
  height: 16px;
  background: var(--brand-divider) center / 100% 100% no-repeat;
  opacity: .64;
  pointer-events: none;
}

.g-bento-tag.status-open {
  background:
    linear-gradient(90deg, rgba(229,9,20,.95), rgba(150,2,9,.95)),
    var(--brand-smear) center / 100% 100% no-repeat !important;
  box-shadow: 3px 4px 0 rgba(0,0,0,.72) !important;
}

.g-bento-tag.status-open::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #fff;
}

.g-details-content {
  margin: 28px 0 24px !important;
}

.g-hours-label {
  color: #ff1722 !important;
  text-shadow: 2px 3px 0 #000;
}

.g-hours-time {
  color: #fff !important;
  font-size: clamp(42px, 4.6vw, 62px) !important;
  text-shadow: 3px 4px 0 #000 !important;
}

.g-hours-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: min(100%, 360px);
  margin: 24px auto 0;
}

.g-hours-highlights span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 10px;
  border: 1px solid rgba(229,9,20,.62);
  background: rgba(0,0,0,.46);
}

.g-hours-highlights b {
  color: #fff;
  font: 400 26px/.9 "Bebas Neue", sans-serif;
  text-transform: uppercase;
}

.g-hours-highlights em {
  color: rgba(247,241,232,.68);
  font: 800 11px/1.2 Inter, sans-serif;
  font-style: normal;
  text-align: right;
}

.proof-card > span {
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(229,9,20,.96), rgba(118,0,6,.96)),
    var(--brand-smear) center / 100% 100% no-repeat !important;
  text-shadow: 3px 4px 0 #000, 0 0 1px #000 !important;
  filter: none !important;
  box-shadow: 4px 5px 0 rgba(0,0,0,.75) !important;
}

.google-photo-card::after {
  display: none !important;
}

.google-photo-card img {
  object-fit: cover;
  object-position: center;
}

.footer-icon,
.follow svg {
  display: inline-grid;
  place-items: center;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  color: currentColor;
}

.footer-icon svg,
.follow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.visit p,
.visit > a:not(.button),
.visit .button {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.visit .button {
  width: max-content;
}

.follow > div a {
  color: #fff !important;
  font-size: 0 !important;
}

.follow > div a svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(2px 3px 0 rgba(0,0,0,.7));
}

@media (max-width: 980px) {
  .pizza-builder-banner {
    grid-template-columns: 1fr !important;
  }

  .pizza-builder-banner .button {
    width: max-content;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .deal-special {
    grid-template-columns: minmax(230px, .78fr) minmax(250px, .86fr) minmax(150px, .42fr) !important;
  }

  .deal-special__cta {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    border-left: 1px solid rgba(255,255,255,.12) !important;
    border-top: 0 !important;
    padding: 0 0 0 18px !important;
  }
}

@media (max-width: 620px) {
  .topbar.scrolled .logo {
    width: 118px !important;
  }

  .pizza-card > b {
    top: 22px !important;
  }

  .pizza-card em {
    top: 66px !important;
  }

  .pizza-builder-banner {
    padding: 22px 18px 34px !important;
  }

  .pizza-builder-banner .button {
    width: 100%;
  }

  .deal-special {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .deal-special__cta {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
  }

  .g-hours-highlights {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .deal-special__fig,
  .deal-special__body,
  .deal-special__cta {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* ============================================================
   Final brand texture placement pass
   Uses the imported flyer texture pack without crowding content.
   ============================================================ */

:root {
  --brand-scratch: url("../assets/images/brand-textures/miroballi-red-grunge-brush-patch.png");
  --brand-title-stroke: url("../assets/images/brand-textures/miroballi-red-title-brushstroke-cropped.png");
  --brand-banner: url("../assets/images/brand-textures/miroballi-red-brush-banner-wide.png");
  --brand-dash: url("../assets/images/brand-textures/miroballi-red-brush-dash-small.png");
  --brand-smear: url("../assets/images/brand-textures/miroballi-red-brush-smear-small.png");
  --brand-divider: url("../assets/images/brand-textures/miroballi-red-divider-line-thin.png");
  --brand-divider-dot: url("../assets/images/brand-textures/miroballi-red-divider-line-dot.png");
  --brand-rays: url("../assets/images/brand-textures/miroballi-red-accent-rays-3.png");
  --brand-slashes: url("../assets/images/brand-textures/miroballi-red-parallel-slashes-3.png");
}

body {
  background:
    radial-gradient(circle at 12% 2%, rgba(229, 9, 20, 0.10), transparent 28rem),
    radial-gradient(circle at 92% 28%, rgba(229, 9, 20, 0.06), transparent 30rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.86)),
    var(--rough-black) center / 920px 920px repeat,
    #030303 !important;
  background-attachment: fixed, fixed, fixed, fixed, scroll;
}

html,
body,
main {
  max-width: 100%;
  overflow-x: clip;
}

.hero,
.deal-special,
.pizza-menu,
.favorites,
.difference-strip,
.appetizers,
.entrees,
.strip,
.google-profile,
footer {
  position: relative;
  isolation: isolate;
}

.deal-special,
.pizza-menu,
.favorites,
.difference-strip,
.appetizers,
.entrees,
.strip,
.google-profile {
  padding-top: clamp(58px, 7vw, 96px) !important;
  padding-bottom: clamp(64px, 7vw, 104px) !important;
}

.deal-special::before,
.pizza-menu::before,
.favorites::before,
.difference-strip::after,
.appetizers::after,
.entrees::after,
.strip::before,
.google-profile::before,
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 9, 20, 0.08), transparent 24rem),
    var(--rough-black) center / 760px 760px repeat;
  opacity: 0.35;
  mix-blend-mode: screen;
}

.section-title,
.favorites-head h2,
.difference-head h2,
.strip-head h2,
.google-profile-head h2,
.photo-section-head h2 {
  --plate-extra: clamp(92px, 10vw, 178px);
  --plate-height: clamp(42px, 0.68em, 72px);
  padding: 0.08em 0.34em 0.06em 0.22em !important;
  margin-bottom: clamp(24px, 4vw, 44px) !important;
}

.section-title::before,
.favorites-head h2::before,
.difference-head h2::before,
.strip-head h2::before,
.google-profile-head h2::before,
.photo-section-head h2::before {
  left: -0.18em !important;
  top: 54% !important;
  width: calc(100% + var(--plate-extra)) !important;
  height: var(--plate-height) !important;
  background-image: var(--brand-title-stroke) !important;
  background-size: 100% 100% !important;
  background-position: left center !important;
  opacity: 0.78 !important;
}

.section-title::after,
.favorites-head h2::after,
.difference-head h2::after,
.strip-head h2::after,
.photo-section-head h2::after {
  content: "" !important;
  position: absolute !important;
  left: calc(100% + 12px) !important;
  right: auto !important;
  top: 48% !important;
  width: clamp(36px, 4vw, 58px) !important;
  height: clamp(36px, 4vw, 58px) !important;
  transform: translateY(-50%) rotate(4deg) !important;
  background: var(--brand-rays) center / contain no-repeat !important;
  opacity: 0.74 !important;
  mix-blend-mode: screen;
}

.hero::before {
  z-index: 0 !important;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.hero-copy h1 strong::before,
.deal-special__label,
.eyebrow,
.entree-card__info span,
.g-bento-tag,
.fav-card span {
  background-image: var(--brand-dash) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.button-red,
.phone-button,
.order-fab,
.pizza-card strong,
.deal-special__btn,
.entree-offer:not(.entree-offer-dark),
.builder-steps button.active {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.18)),
    var(--brand-banner) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

/* Slice + Coke promo: open the layout and keep text seated in the texture. */
.deal-special {
  width: min(calc(100% - 48px), 1180px) !important;
  margin: clamp(28px, 4vw, 56px) auto 0 !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(260px, 1fr) minmax(190px, 0.42fr) !important;
  gap: clamp(18px, 3vw, 42px) !important;
  align-items: center !important;
  min-height: auto !important;
  padding: clamp(24px, 3.8vw, 44px) !important;
  border: 2px solid rgba(229, 9, 20, 0.82) !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.62)),
    var(--rough-black) center / 760px 760px repeat,
    #050505 !important;
  overflow: hidden;
}

.deal-special::after {
  left: clamp(18px, 3vw, 34px) !important;
  right: clamp(18px, 3vw, 34px) !important;
  bottom: 12px !important;
  height: 18px !important;
  background-image: var(--brand-divider-dot) !important;
  opacity: 0.74 !important;
}

.deal-special__fig {
  min-height: clamp(190px, 24vw, 300px) !important;
  margin: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.deal-special__fig img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: saturate(1.08) contrast(1.07);
}

.deal-special__body,
.deal-special__cta {
  position: relative;
  z-index: 2;
}

.deal-special__heading {
  margin: 12px 0 10px !important;
  color: #f7f1e8 !important;
  font-size: clamp(54px, 7vw, 96px) !important;
  line-height: 0.84 !important;
  text-shadow: 4px 5px 0 #000, 0 0 22px rgba(229, 9, 20, 0.26) !important;
}

.deal-special__desc {
  max-width: 26ch;
  color: rgba(247, 241, 232, 0.76) !important;
  font: 800 14px/1.45 Inter, sans-serif !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deal-special__cta {
  display: grid !important;
  justify-items: stretch !important;
  gap: 16px !important;
}

.deal-special__price {
  margin: 0 !important;
  padding: 14px 18px 10px !important;
  text-align: center !important;
  background: var(--brand-smear) center / 100% 100% no-repeat !important;
  color: #fff !important;
  font-size: clamp(52px, 6vw, 82px) !important;
}

.deal-special__btn {
  width: 100%;
  justify-content: center;
}

/* Menu and card texture hierarchy. */
.pizza-layout,
.favorites-grid,
.entree-grid,
.entree-offers,
.difference-grid,
.google-profile-grid {
  position: relative;
  z-index: 2;
}

.pizza-card,
.extras,
.app-card,
.fav-card,
.entree-card,
.proof-card,
.g-bento-card,
.google-photo-card,
.choice-card,
.builder-panel label span,
.builder-summary-panel {
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.94), rgba(2, 2, 2, 0.98)),
    var(--rough-black) center / 680px 680px repeat,
    #070707 !important;
}

.pizza-card::after,
.app-card::after,
.entree-card::after,
.fav-card::after,
.proof-card::after {
  background-image: var(--brand-slashes) !important;
  opacity: 0.48 !important;
}

.extras > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.extras > div:last-child {
  border-bottom: 0;
}

.extra-copy {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0));
}

.extra-copy::before {
  z-index: -1 !important;
  background-image: var(--brand-scratch) !important;
  opacity: 0.32 !important;
}

.appetizer-slider,
.strip-slider,
.google-photo-slider {
  position: relative !important;
  overflow: hidden !important;
  padding-top: 8px !important;
  padding-bottom: 12px !important;
}

.appetizer-slider .splide__track,
.strip-slider .splide__track,
.google-photo-slider .splide__track {
  overflow: hidden !important;
}

.appetizer-slider::before,
.appetizer-slider::after,
.strip-slider::before,
.strip-slider::after,
.google-photo-slider::before,
.google-photo-slider::after {
  content: "" !important;
  position: absolute !important;
  z-index: 5 !important;
  top: -10px !important;
  bottom: -10px !important;
  width: max(74px, calc((100vw - min(100%, 1180px)) / 2 + 86px)) !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.96) 42%, rgba(3, 3, 3, 0) 100%) !important;
}

.appetizer-slider::before,
.strip-slider::before,
.google-photo-slider::before {
  left: calc((100vw - 100%) / -2) !important;
}

.appetizer-slider::after,
.strip-slider::after,
.google-photo-slider::after {
  right: calc((100vw - 100%) / -2) !important;
  transform: scaleX(-1);
}

/* Make the ordering path read as a simple step-by-step flow. */
.choice-dialog {
  max-width: 780px !important;
}

.choice-dialog h2 {
  max-width: 11ch;
}

.choice-grid {
  position: relative;
  counter-reset: order-choice;
}

.choice-card {
  counter-increment: order-choice;
  position: relative;
  padding: 26px 24px 24px 82px !important;
}

.choice-card::before {
  content: "0" counter(order-choice);
  position: absolute;
  left: 22px;
  top: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand-smear) center / 100% 100% no-repeat;
  font: 400 30px / 1 "Bebas Neue", sans-serif;
  text-shadow: 2px 3px 0 #000;
}

.choice-card span {
  display: none !important;
}

.choice-card strong {
  margin-bottom: 8px;
}

.builder-steps {
  position: relative;
}

.builder-steps::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(229, 9, 20, 0), rgba(229, 9, 20, 0.65), rgba(229, 9, 20, 0));
  transform: translateY(-50%);
  pointer-events: none;
}

.builder-steps button {
  z-index: 1;
}

.builder-nav,
.builder-actions-row {
  align-items: center;
}

@media (max-width: 900px) {
  .deal-special {
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1fr) !important;
  }

  .deal-special__cta {
    grid-column: 1 / -1;
    grid-template-columns: minmax(160px, 0.38fr) minmax(220px, 0.62fr);
    align-items: center;
  }
}

@media (max-width: 760px) {
  .deal-special,
  .pizza-menu,
  .favorites,
  .difference-strip,
  .appetizers,
  .entrees,
  .strip,
  .google-profile {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
  }

  .section-title,
  .favorites-head h2,
  .difference-head h2,
  .strip-head h2,
  .google-profile-head h2,
  .photo-section-head h2 {
    --plate-extra: clamp(54px, 16vw, 96px);
    --plate-height: 0.58em;
  }

  .section-title::before,
  .favorites-head h2::before,
  .difference-head h2::before,
  .strip-head h2::before,
  .google-profile-head h2::before,
  .photo-section-head h2::before {
    width: min(calc(100% + var(--plate-extra)), calc(100vw - 26px)) !important;
  }

  .section-title::after,
  .favorites-head h2::after,
  .difference-head h2::after,
  .strip-head h2::after,
  .photo-section-head h2::after {
    left: auto !important;
    right: -28px !important;
    width: 34px !important;
    height: 34px !important;
  }

  .deal-special {
    width: min(calc(100% - 28px), 1180px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 20px 18px 28px !important;
  }

  .deal-special__fig {
    min-height: 210px !important;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .deal-special__heading {
    font-size: clamp(52px, 16vw, 76px) !important;
  }

  .deal-special__cta {
    grid-column: auto;
    grid-template-columns: 1fr !important;
  }

  .choice-card {
    padding-left: 78px !important;
  }

  .builder-steps::before {
    display: none;
  }
}

/* Reliable hero left-center layout.
   One full-height grid row keeps the text/buttons centered in the viewport. */
.hero {
  display: grid !important;
  grid-template-columns: minmax(32px, 8vw) minmax(620px, 820px) minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: center !important;
  min-height: 100svh !important;
  height: 100svh !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.hero-copy {
  position: relative !important;
  z-index: 4 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: min(820px, 100%) !important;
  transform: none !important;
}

.hero h1 {
  font-size: clamp(96px, min(11vw, 15vh), 168px) !important;
  line-height: 0.86 !important;
}

.hero-copy > p {
  margin: clamp(14px, 2vh, 22px) 0 0 !important;
  font-size: clamp(16px, 2vh, 22px) !important;
}

.hero-actions {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: clamp(18px, 2.8vh, 28px) !important;
  margin-bottom: 0 !important;
}

.hero-actions .button {
  min-width: 150px;
  min-height: 56px !important;
  padding: 0 26px !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
}

.hero-actions .button-red {
  background-image: linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.16)), var(--flyer-red-banner) !important;
  background-size: 100% 100% !important;
  box-shadow: 0 16px 34px rgba(229, 9, 20, 0.26) !important;
}

.hero-actions .button-dark {
  border-color: rgba(255,255,255,.42) !important;
  background: rgba(0,0,0,.42) !important;
  color: #fff !important;
}

.proofs {
  margin-top: clamp(18px, 3vh, 30px) !important;
}

@media (min-width: 761px) and (max-height: 700px) {
  .hero h1 {
    font-size: clamp(82px, min(9vw, 12.5vh), 136px) !important;
  }

  .hero-copy > p {
    margin-top: 12px !important;
    font-size: 16px !important;
  }

  .hero-actions {
    margin-top: 15px !important;
  }

  .proofs {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-height: 600px) {
  .hero h1 {
    font-size: clamp(64px, min(7.4vw, 10.2vh), 108px) !important;
  }

  .hero-actions .button {
    min-height: 46px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 760px) {
  .hero {
    display: block !important;
    min-height: 100svh !important;
    height: auto !important;
    padding-bottom: 56px !important;
  }

  .hero-copy {
    position: relative !important;
    left: 18px !important;
    right: 18px !important;
    top: auto !important;
    bottom: auto !important;
    width: calc(100% - 36px) !important;
    padding-top: clamp(132px, 18svh, 170px) !important;
    transform: none !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
  }
}

/* Mobile-only hero title restraint after desktop headline enlargement. */
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(58px, 15vw, 84px) !important;
    line-height: 0.86 !important;
  }
}
/* Final featured dish / order CTA pass */
@media (min-width: 961px) {
  .hero {
    grid-template-columns: minmax(32px, 7vw) minmax(690px, 900px) minmax(0, 1fr) !important;
  }

  .hero h1 {
    font-size: clamp(112px, min(12vw, 16.5vh), 188px) !important;
    line-height: 0.84 !important;
    letter-spacing: -0.035em !important;
  }

  .hero-copy > p {
    font-size: clamp(18px, 2.2vh, 25px) !important;
  }
}

.card-order-btn {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  min-height: 38px;
  margin-top: 13px;
  padding: 9px 17px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: #fff;
  background-color: #d90812;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(0,0,0,.18)),
    var(--rough-red);
  background-size: 100% 100%, 320px 120px;
  background-position: center;
  background-blend-mode: normal, multiply;
  box-shadow: 0 12px 24px rgba(0,0,0,.34), 0 0 0 1px rgba(229,9,20,.3);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0,0,0,.45);
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.card-order-btn::after {
  content: "→";
  margin-left: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.card-order-btn:hover,
.card-order-btn:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.24);
}

.fav-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fav-card p {
  max-width: 34ch;
}

.entree-card__info {
  align-content: start;
}

.entree-card__info .card-order-btn {
  min-height: 34px;
  margin-top: 10px;
  padding: 8px 14px 7px;
  font-size: 18px;
}

.google-photo-card img {
  filter: contrast(1.06) saturate(1.04);
}

@media (max-width: 760px) {
  .card-order-btn {
    min-height: 36px;
    margin-top: 10px;
    padding-inline: 13px;
    font-size: 18px;
  }

  .fav-card.fav-wide .card-order-btn,
  .entree-card__info .card-order-btn {
    width: max-content;
  }
}

/* Ordering flow polish: hero proof icons + modal texture system */
.card-order-btn::after {
  content: "\2192" !important;
}

.proofs {
  width: min(100%, 520px) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid rgba(229, 9, 20, 0.52);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,.22)),
    rgba(8, 8, 8, 0.52);
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
  backdrop-filter: blur(4px);
}

.proofs > div {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px !important;
  padding: 10px 12px !important;
  border-right: 1px solid rgba(255,255,255,.14) !important;
}

.proofs > div:last-child {
  border-right: 0 !important;
}

.proof-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center;
  flex: 0 0 34px;
  border: 1px solid rgba(229,9,20,.85) !important;
  border-radius: 50%;
  color: #fff !important;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 34%),
    var(--rough-red) center/260px 120px repeat !important;
  box-shadow: 0 7px 14px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08);
  font-size: 0 !important;
}

.proof-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.45));
}

.proofs b {
  color: #fff !important;
  font-family: "Bebas Neue", Impact, sans-serif !important;
  font-size: clamp(18px, 1.4vw, 22px) !important;
  font-weight: 400 !important;
  line-height: .88 !important;
  letter-spacing: .045em !important;
  text-shadow: 0 2px 0 rgba(0,0,0,.65);
}

.choice-backdrop,
.builder-backdrop {
  background:
    radial-gradient(circle at 22% 18%, rgba(229,9,20,.18), transparent 34rem),
    radial-gradient(circle at 82% 72%, rgba(229,9,20,.12), transparent 28rem),
    rgba(0,0,0,.84) !important;
  backdrop-filter: blur(10px) saturate(1.08) !important;
}

.choice-dialog,
.delivery-choice-dialog,
.builder-dialog {
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(229,9,20,.12), transparent 32%),
    linear-gradient(180deg, rgba(12,12,12,.98), rgba(1,1,1,.99)),
    var(--rough-black) center/760px 760px repeat !important;
  box-shadow:
    0 0 0 2px rgba(229,9,20,.8),
    0 28px 90px rgba(0,0,0,.74),
    inset 0 0 0 1px rgba(255,255,255,.06) !important;
}

.choice-dialog::before,
.delivery-choice-dialog::before,
.builder-dialog::before {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: 0;
  height: 16px;
  z-index: 2;
  background: var(--rough-red) center/680px 220px repeat;
  box-shadow: 0 12px 34px rgba(229,9,20,.18);
  pointer-events: none;
}

.choice-dialog::after,
.delivery-choice-dialog::after,
.builder-dialog::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(229,9,20,.16), transparent 18%, transparent 82%, rgba(229,9,20,.16)),
    radial-gradient(circle at 82% 78%, rgba(229,9,20,.15), transparent 20rem);
  pointer-events: none;
}

.choice-dialog > *,
.delivery-choice-dialog > *,
.builder-dialog > * {
  position: relative;
  z-index: 1;
}

.builder-close {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 4 !important;
  border-radius: 0 !important;
  border-color: rgba(255,255,255,.24) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.26)),
    rgba(0,0,0,.72) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.4);
}

.choice-logo {
  width: 132px !important;
  margin-bottom: 18px !important;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.58));
}

.choice-dialog .eyebrow,
.delivery-choice-dialog .eyebrow,
.builder-content .eyebrow {
  width: max-content;
  padding: 7px 12px;
  color: #fff !important;
  background: var(--rough-red) center/360px 140px repeat;
  text-shadow: 0 2px 0 rgba(0,0,0,.44);
}

.choice-dialog h2,
.delivery-choice-dialog h2,
.builder-content h2 {
  max-width: 8.4em;
  text-shadow: 0 4px 0 rgba(0,0,0,.55), 0 0 22px rgba(229,9,20,.18) !important;
}

.choice-grid {
  gap: 16px !important;
}

.choice-card {
  position: relative;
  overflow: hidden;
  min-height: 190px !important;
  padding: 26px 26px 24px 86px !important;
  border: 1px solid rgba(229,9,20,.75) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(229,9,20,.12), transparent 44%),
    rgba(255,255,255,.035) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 16px 34px rgba(0,0,0,.24);
}

.choice-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 26px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  background: var(--rough-red) center/360px 140px repeat;
  box-shadow: 0 10px 20px rgba(0,0,0,.35);
}

.choice-card span {
  color: rgba(255,255,255,.82) !important;
  font: 400 28px/.9 "Bebas Neue", Impact, sans-serif !important;
  letter-spacing: .08em;
}

.choice-card strong {
  margin-top: 12px;
  color: #fff !important;
  text-shadow: 0 3px 0 rgba(0,0,0,.5);
}

.choice-card em {
  max-width: 24ch;
  color: rgba(244,240,232,.74) !important;
}

.choice-card:hover,
.choice-card:focus-visible {
  background:
    linear-gradient(135deg, rgba(229,9,20,.24), transparent 48%),
    rgba(255,255,255,.05) !important;
  transform: translateY(-1px);
}

.builder-dialog {
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr) !important;
}

.builder-art {
  background:
    radial-gradient(circle at 50% 48%, rgba(229,9,20,.26), transparent 56%),
    linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.64)),
    var(--rough-black) center/620px 620px repeat !important;
}

.builder-art::before {
  content: "CREATE YOUR OWN";
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 6ch;
  color: rgba(255,255,255,.92);
  font: 400 clamp(44px, 4vw, 68px)/.82 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .035em;
  text-shadow: 0 5px 0 rgba(0,0,0,.46);
}

.builder-content {
  padding-top: clamp(44px, 5vw, 58px) !important;
}

.builder-steps {
  position: relative;
  gap: 10px !important;
  padding: 10px !important;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
}

.builder-steps button {
  min-height: 48px;
  border-radius: 0 !important;
  border-color: rgba(255,255,255,.12) !important;
  background: rgba(0,0,0,.34) !important;
  color: rgba(255,255,255,.74) !important;
}

.builder-steps button.active {
  border-color: rgba(229,9,20,.9) !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.2)),
    var(--rough-red) center/360px 140px repeat !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.26);
}

.builder-panel legend,
.builder-summary-panel h3 {
  width: max-content;
  padding: 8px 12px;
  color: #fff !important;
  background: var(--rough-red) center/420px 160px repeat;
}

.builder-panel label span,
.builder-summary-text,
.delivery-frame-placeholder {
  border-radius: 0 !important;
  border-color: rgba(255,255,255,.16) !important;
  background:
    linear-gradient(90deg, rgba(229,9,20,.09), transparent 34%),
    rgba(255,255,255,.04) !important;
}

.builder-panel label input:checked + span {
  border-color: rgba(229,9,20,.95) !important;
  background:
    linear-gradient(90deg, rgba(229,9,20,.2), transparent 48%),
    rgba(255,255,255,.055) !important;
}

.builder-total {
  text-shadow: 0 4px 0 rgba(0,0,0,.5);
}

.builder-nav .button,
.builder-actions-row .button,
.choice-call a {
  text-shadow: 0 2px 0 rgba(0,0,0,.38);
}

.builder-nav .button {
  color: #fff !important;
}

.builder-nav .button:disabled {
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .proofs {
    width: 100% !important;
  }

  .proofs > div {
    padding: 9px 7px !important;
    gap: 7px !important;
  }

  .proof-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px;
  }

  .proof-icon svg {
    width: 16px;
    height: 16px;
  }

  .proofs b {
    font-size: 15px !important;
    letter-spacing: .035em !important;
  }

  .choice-dialog,
  .delivery-choice-dialog,
  .builder-dialog {
    width: min(calc(100% - 24px), 720px) !important;
    margin-top: 12px !important;
  }

  .choice-card {
    min-height: 132px !important;
    padding: 22px 20px 20px 76px !important;
  }

  .builder-dialog {
    grid-template-columns: 1fr !important;
  }

  .builder-art {
    min-height: 190px !important;
  }

  .builder-art::before {
    left: 18px;
    bottom: 18px;
    font-size: 38px;
  }

  .builder-content {
    padding: 28px 18px 22px !important;
  }
}

/* Final black-texture ordering cleanup. Keep red as accents, not modal wash. */
.choice-backdrop,
.builder-backdrop {
  background:
    rgba(0,0,0,.84),
    var(--rough-black) center/900px 900px repeat !important;
  background-blend-mode: normal, soft-light !important;
}

.choice-dialog,
.delivery-choice-dialog,
.builder-dialog {
  background:
    linear-gradient(180deg, rgba(8,8,8,.985), rgba(0,0,0,.995)),
    var(--rough-black) center/720px 720px repeat !important;
  box-shadow:
    0 0 0 2px rgba(229,9,20,.76),
    0 28px 90px rgba(0,0,0,.78),
    inset 0 0 0 1px rgba(255,255,255,.055) !important;
}

.choice-dialog::after,
.delivery-choice-dialog::after,
.builder-dialog::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.28), transparent 22%, transparent 78%, rgba(0,0,0,.38)),
    var(--rough-black) center/520px 520px repeat !important;
  opacity: .22;
  mix-blend-mode: screen;
}

.choice-card,
.builder-panel label span,
.builder-summary-text,
.delivery-frame-placeholder {
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,.28)),
    var(--rough-black) center/500px 500px repeat !important;
  background-blend-mode: normal, soft-light !important;
}

.choice-card:hover,
.choice-card:focus-visible,
.builder-panel label input:checked + span {
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.24)),
    var(--rough-black) center/500px 500px repeat !important;
  background-blend-mode: normal, soft-light !important;
}

.builder-art {
  background:
    linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.7)),
    var(--rough-black) center/640px 640px repeat !important;
}

.builder-steps {
  background:
    rgba(0,0,0,.42),
    var(--rough-black) center/480px 480px repeat !important;
  background-blend-mode: normal, soft-light !important;
}

.choice-card::before {
  display: none !important;
}

.choice-card > .choice-icon {
  position: absolute;
  left: 22px;
  top: 26px;
  width: 44px;
  height: 44px;
  display: grid !important;
  place-items: center;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.16), transparent 36%),
    var(--rough-red) center/320px 140px repeat;
  box-shadow: 0 10px 22px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.08);
  font-size: 0 !important;
}

.choice-card > .choice-icon svg {
  width: 22px;
  height: 22px;
  display: block !important;
  fill: currentColor !important;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.42));
}

.choice-card > span:not(.choice-icon) {
  display: block;
  color: #ff1722 !important;
  font: 800 11px/1 Inter, Arial, sans-serif !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .choice-card > .choice-icon {
    left: 20px;
    top: 22px;
    width: 40px;
    height: 40px;
  }

  .choice-card > .choice-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* Final reveal animation repair and hero pizza image load animation. */
.js .blur-in {
  opacity: 0 !important;
  transform: translateY(18px) scale(0.985) !important;
  filter: blur(8px) !important;
  transition: opacity 0.72s cubic-bezier(.16,1,.3,1), transform 0.72s cubic-bezier(.16,1,.3,1), filter 0.72s cubic-bezier(.16,1,.3,1) !important;
  transition-delay: var(--stagger, 0s) !important;
  will-change: opacity, transform, filter;
}

.js .blur-in.visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

.js .hero-copy.blur-in {
  transform: translateY(22px) scale(0.985) !important;
}

.js .hero-copy.blur-in.visible {
  transform: translateY(0) scale(1) !important;
}

.js .hero-photo {
  opacity: 0 !important;
  filter: blur(14px) saturate(0.92) brightness(0.74) !important;
  transform: translateX(34px) translateY(12px) scale(1.025) !important;
  transition: opacity 1.05s cubic-bezier(.16,1,.3,1), filter 1.05s cubic-bezier(.16,1,.3,1), transform 1.05s cubic-bezier(.16,1,.3,1) !important;
  transition-delay: 0.18s !important;
  will-change: opacity, filter, transform;
}

.js .hero-photo.hero-photo-loaded {
  opacity: 1 !important;
  filter: blur(0) saturate(1) brightness(1) !important;
  transform: translateX(0) translateY(0) scale(1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .js .blur-in,
  .js .blur-in.visible,
  .js .hero-photo,
  .js .hero-photo.hero-photo-loaded {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Smaller menu-card order buttons and appetizer call-order support. */
.card-order-btn {
  min-height: 34px !important;
  padding: 8px 14px 7px !important;
  font-size: 16px !important;
  letter-spacing: 0.07em !important;
}

.card-order-btn::after {
  margin-left: 8px !important;
  font-size: 13px !important;
}

.app-card .card-order-btn {
  margin-top: 11px !important;
  align-self: flex-start;
}

.app-card {
  display: flex !important;
  flex-direction: column !important;
}

.app-card strong {
  margin-top: auto;
}

@media (max-width: 760px) {
  .card-order-btn {
    min-height: 32px !important;
    padding: 7px 12px 6px !important;
    font-size: 15px !important;
  }

  .card-order-btn::after {
    font-size: 12px !important;
  }
}

/* Final order button alignment pass: keep arrow beside text and add appetizer breathing room. */
.card-order-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  gap: 7px !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.card-order-btn::after {
  display: inline-block !important;
  margin-left: 0 !important;
  transform: translateY(-1px) !important;
  line-height: 1 !important;
}

.app-card .card-order-btn {
  margin-top: 14px !important;
  margin-left: 6px !important;
  margin-bottom: 4px !important;
}

.app-card strong + .card-order-btn {
  margin-top: 12px !important;
}

@media (max-width: 760px) {
  .app-card .card-order-btn {
    margin-top: 12px !important;
    margin-left: 0 !important;
  }
}

/* Entree cards: keep price and Order Now on one clean row. */
.entree-card__info {
  display: grid !important;
  grid-template-columns: auto auto 1fr !important;
  align-content: end !important;
  align-items: center !important;
  column-gap: 10px !important;
}

.entree-card__info > span,
.entree-card__info > h3 {
  grid-column: 1 / -1 !important;
}

.entree-card__info > strong {
  grid-column: 1 !important;
  justify-self: start !important;
  align-self: center !important;
  margin: 12px 0 0 0 !important;
  line-height: 1 !important;
}

.entree-card__info > .card-order-btn {
  grid-column: 2 !important;
  justify-self: start !important;
  align-self: center !important;
  margin: 12px 0 0 0 !important;
}

@media (max-width: 760px) {
  .entree-card__info {
    grid-template-columns: auto auto 1fr !important;
    column-gap: 9px !important;
  }

  .entree-card__info > strong,
  .entree-card__info > .card-order-btn {
    margin-top: 10px !important;
  }
}

/* Entree cards: price left, Order Now pinned to the far right like space-between. */
.entree-card__info {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: auto minmax(18px, 1fr) auto !important;
  align-content: end !important;
  align-items: center !important;
  column-gap: 0 !important;
}

.entree-card__info > span,
.entree-card__info > h3 {
  grid-column: 1 / -1 !important;
}

.entree-card__info > strong {
  grid-column: 1 !important;
  justify-self: start !important;
  align-self: center !important;
  margin: 12px 0 0 0 !important;
  line-height: 1 !important;
}

.entree-card__info > .card-order-btn {
  grid-column: 3 !important;
  justify-self: end !important;
  align-self: center !important;
  margin: 12px 0 0 18px !important;
}

@media (max-width: 760px) {
  .entree-card__info {
    grid-template-columns: auto minmax(14px, 1fr) auto !important;
  }

  .entree-card__info > strong,
  .entree-card__info > .card-order-btn {
    margin-top: 10px !important;
  }

  .entree-card__info > .card-order-btn {
    margin-left: 12px !important;
  }
}

/* Modal scroll fix: keep popups usable on shorter screens and mobile. */
.pizza-builder-modal,
.order-choice-modal,
.delivery-choice-modal {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  align-items: flex-start !important;
  padding: clamp(14px, 4vh, 42px) 12px !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.choice-dialog,
.delivery-choice-dialog,
.builder-dialog {
  max-height: calc(100dvh - clamp(28px, 8vh, 84px)) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.builder-dialog {
  align-self: flex-start !important;
}

.builder-content {
  min-height: 0 !important;
}

.builder-form,
.builder-summary-panel {
  min-height: 0 !important;
}

@media (max-width: 760px) {
  .pizza-builder-modal,
  .order-choice-modal,
  .delivery-choice-modal {
    padding: 10px !important;
  }

  .choice-dialog,
  .delivery-choice-dialog,
  .builder-dialog {
    width: min(calc(100vw - 20px), 720px) !important;
    max-height: calc(100dvh - 20px) !important;
  }

  .builder-art {
    max-height: 168px !important;
    min-height: 148px !important;
  }
}

/* Make the main Build Your Pizza CTAs read clearly as clickable buttons. */
.button[data-open-order-choice] {
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
  text-decoration-color: rgba(255,255,255,.9) !important;
}

.button[data-open-order-choice]:hover,
.button[data-open-order-choice]:focus-visible {
  text-decoration-thickness: 3px !important;
  text-underline-offset: 6px !important;
}

/* Menu-item order modal: handles appetizers, sandwiches, pasta, specials, and favorites. */
.item-order-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: start center;
  padding: clamp(14px, 4vh, 42px) 12px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.item-order-modal.active {
  display: grid;
}

.item-order-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
  width: min(calc(100vw - 28px), 920px);
  max-height: calc(100dvh - clamp(28px, 8vh, 84px));
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(8,8,8,.985), rgba(0,0,0,.995)),
    var(--rough-black) center/720px 720px repeat;
  box-shadow:
    0 0 0 2px rgba(229,9,20,.76),
    0 28px 90px rgba(0,0,0,.78),
    inset 0 0 0 1px rgba(255,255,255,.055);
}

.item-order-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.28), transparent 22%, transparent 78%, rgba(0,0,0,.38)),
    var(--rough-black) center/520px 520px repeat;
  opacity: .22;
  mix-blend-mode: screen;
}

.item-order-dialog > * {
  position: relative;
  z-index: 1;
}

.item-order-media {
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 40%, rgba(229,9,20,.18), transparent 54%),
    rgba(0,0,0,.45);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.item-order-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.05) brightness(.86);
}

.item-order-content {
  padding: clamp(34px, 4.8vw, 58px);
  background:
    linear-gradient(180deg, rgba(8,18,27,.72), rgba(0,0,0,.18) 48%, rgba(0,0,0,.34)),
    linear-gradient(90deg, rgba(229,9,20,.10), transparent 18%, transparent 82%, rgba(229,9,20,.08));
}

.item-order-content h2 {
  margin: 10px 0 10px;
  color: #f7f1e8;
  font: 400 clamp(52px, 5vw, 78px)/.86 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0,0,0,.65), 0 0 18px rgba(229,9,20,.18);
}

.item-order-desc {
  margin: 0 0 18px;
  max-width: 40rem;
  color: rgba(247,241,232,.92);
  font: 900 15px/1.45 Inter, Arial, sans-serif;
  letter-spacing: .015em;
  text-shadow: 0 2px 0 rgba(0,0,0,.7);
}

.item-order-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(229,9,20,.72);
  background:
    radial-gradient(circle at 14% 30%, rgba(229,9,20,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(0,0,0,.38)),
    var(--rough-black) center/500px 500px repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.055),
    0 12px 30px rgba(0,0,0,.28);
}

.item-order-price-row strong {
  color: #ff2028;
  font: 400 clamp(40px, 4vw, 54px)/.9 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .035em;
  text-shadow: 0 3px 0 rgba(0,0,0,.68), 0 0 16px rgba(229,9,20,.24);
}

.item-order-price-row span {
  color: rgba(247,241,232,.9);
  font: 950 11px/1.25 Inter, Arial, sans-serif;
  letter-spacing: .105em;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 0 2px 0 rgba(0,0,0,.62);
}

.item-order-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(0,0,0,.24)),
    var(--rough-black) center/560px 560px repeat;
}

.item-order-steps button {
  border: 0;
  padding: 12px 8px;
  color: rgba(247,241,232,.82);
  background: rgba(0,0,0,.54);
  font: 950 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0 2px 0 rgba(0,0,0,.58);
}

.item-order-steps button.active {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(0,0,0,.10)),
    var(--brand-banner) center/110% 155% no-repeat,
    #d90712;
  box-shadow: 0 10px 24px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.12);
}

.item-order-panel {
  display: none;
}

.item-order-panel.active {
  display: block;
  animation: menuPanelIn .34s cubic-bezier(.16,1,.3,1) both;
}

.builder-panel.active {
  animation: menuPanelIn .34s cubic-bezier(.16,1,.3,1) both;
}

@keyframes menuPanelIn {
  from { opacity: 0; transform: translateY(12px) scale(.985); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

.item-order-qty-label,
.item-order-notes-label {
  display: grid;
  gap: 10px;
  color: #f7f1e8;
  font: 900 12px/1 Inter, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.item-order-qty-label input,
.item-order-notes-label textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.44);
  color: #fff;
  padding: 13px 14px;
  font: 800 15px/1.3 Inter, Arial, sans-serif;
  outline: none;
}

.item-order-qty-label input {
  max-width: 130px;
}

.item-order-panel p,
.item-order-summary {
  color: rgba(247,241,232,.92);
  font-weight: 950;
  line-height: 1.45;
  text-shadow: 0 2px 0 rgba(0,0,0,.58);
}

.item-order-final-label {
  width: max-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 8px 18px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,0,0,.12)),
    var(--brand-banner) center/118% 165% no-repeat,
    #d90712;
  font: 950 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0,0,0,.64);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}

.item-order-summary {
  margin: 0 0 14px;
  padding: 18px 18px;
  border: 1px solid rgba(229,9,20,.68);
  background:
    linear-gradient(90deg, rgba(229,9,20,.13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,.34)),
    var(--rough-black) center/520px 520px repeat;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045);
}

.item-cart-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 0 16px;
  padding: 18px 20px;
  border: 1px solid rgba(229,9,20,.72);
  background:
    radial-gradient(circle at 88% 20%, rgba(229,9,20,.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(0,0,0,.40)),
    var(--rough-black) center/520px 520px repeat;
  color: #f7f1e8;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 14px 30px rgba(0,0,0,.22);
}

.item-cart-preview span {
  color: rgba(247,241,232,.88);
  font: 950 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0,0,0,.62);
}

.item-cart-preview strong {
  color: #fff;
  font: 400 clamp(38px, 4vw, 52px)/.88 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0,0,0,.62), 0 0 18px rgba(229,9,20,.22);
}

.item-order-panel .builder-actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.item-order-dialog .button {
  min-height: 54px;
  display: inline-grid;
  place-items: center;
  color: #fff !important;
  font: 950 14px/1 Inter, Arial, sans-serif !important;
  letter-spacing: .085em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 0 rgba(0,0,0,.72) !important;
}

.item-order-dialog .button-red {
  position: relative;
  overflow: visible;
  border-color: rgba(255,255,255,.12) !important;
  background-color: #d70612 !important;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(0,0,0,.16)),
    var(--brand-banner),
    var(--rough-red) !important;
  background-size: auto, 118% 190%, cover !important;
  background-position: center !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.36),
    0 0 0 1px rgba(229,9,20,.55),
    inset 0 0 0 1px rgba(255,255,255,.10) !important;
}

.item-order-dialog .button-red::before {
  inset: -10px -14px;
  opacity: .52;
}

.item-order-dialog .button-dark {
  border-color: rgba(255,255,255,.42) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,.30)),
    rgba(0,0,0,.72) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}

.item-order-nav {
  margin-top: 20px;
}

.item-order-modal.item-final-step .item-order-nav {
  margin-top: 14px;
}

.item-order-modal.item-final-step .item-order-nav [data-item-prev] {
  min-width: 150px;
}

.item-order-nav button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .item-order-modal {
    padding: 10px;
  }

  .item-order-dialog {
    grid-template-columns: 1fr;
    width: min(calc(100vw - 20px), 720px);
    max-height: calc(100dvh - 20px);
  }

  .item-order-media {
    max-height: 180px;
    min-height: 150px;
  }

  .item-order-media img {
    min-height: 150px;
  }

  .item-order-content {
    padding: 26px 18px 20px;
  }

  .item-order-content h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .item-order-price-row,
  .item-order-steps {
    margin-block: 14px;
  }

  .item-order-price-row {
    align-items: flex-start;
    padding: 14px;
  }

  .item-order-price-row span {
    max-width: 13rem;
    font-size: 10px;
  }

  .item-cart-preview {
    align-items: flex-end;
    padding: 16px 14px;
  }

  .item-order-panel .builder-actions-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .item-order-panel.active,
  .builder-panel.active {
    animation: none;
  }
}

/* Tablet and phone audit fixes: reduce overlap, stop footer overflow, and restrain mobile textures. */
@media (max-width: 760px) {
  .order-fab {
    width: 64px !important;
    height: 64px !important;
    right: 12px !important;
    bottom: 12px !important;
    font-size: 12px !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.12) !important;
  }

  .order-fab strong {
    font-size: 26px !important;
    line-height: .86 !important;
  }

  .order-fab span {
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .flyer-title-line::before,
  .favorites-head h2.flyer-title-stack .flyer-title-line::before,
  .difference-head h2.flyer-title-stack .flyer-title-line::before {
    width: min(calc(100% + 36px), calc(100vw - 34px)) !important;
    opacity: .64 !important;
  }

  .section-title::before,
  .pizza-menu h2::before,
  .appetizers h2::before,
  .entrees h2::before,
  footer h2::before {
    width: min(calc(100% + 44px), calc(100vw - 32px)) !important;
    opacity: .68 !important;
  }

  .appetizers .splide,
  .appetizers .splide__track {
    overflow: visible !important;
  }

  .appetizers .splide__slide {
    opacity: .42;
    transform: scale(.94);
    transition: opacity .24s ease, transform .24s ease;
  }

  .appetizers .splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .app-card {
    min-height: 370px !important;
  }

  .app-card img {
    min-height: 210px !important;
  }

  .app-card .card-order-btn {
    margin-left: 0 !important;
    margin-top: 14px !important;
  }

  .entrees {
    padding-bottom: 88px !important;
  }

  .combo-strip,
  .addon-strip {
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    padding-right: 22px !important;
  }

  .combo-strip strong,
  .addon-strip strong {
    white-space: nowrap !important;
  }

  footer {
    overflow: hidden !important;
  }

  footer .footer-grid,
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    align-items: start !important;
  }

  .footer-brand,
  .footer-contact,
  .footer-social {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .footer-brand img {
    width: min(230px, 72vw) !important;
    margin-bottom: 16px !important;
  }

  .footer-brand p {
    max-width: 310px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .footer-contact h3,
  .footer-social h3 {
    font-size: 34px !important;
    line-height: .9 !important;
  }

  .footer-contact .contact-row,
  .footer-social .social-row {
    justify-content: flex-start !important;
  }

  .footer-social {
    padding-bottom: 78px !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 38px !important;
  }

  .footer-social {
    grid-column: 1 / -1 !important;
  }

  .order-fab {
    width: 76px !important;
    height: 76px !important;
    right: 18px !important;
    bottom: 18px !important;
  }
}

/* Exact footer mobile/tablet fix based on actual footer markup. */
@media (max-width: 760px) {
  footer#contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 46px 24px 96px !important;
    overflow: hidden !important;
  }

  footer#contact .footer-brand,
  footer#contact .visit,
  footer#contact .follow {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: 1 !important;
    text-align: left !important;
  }

  footer#contact .footer-brand img {
    width: min(235px, 74vw) !important;
    max-width: 100% !important;
  }

  footer#contact .footer-brand p {
    max-width: 330px !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  footer#contact .footer-brand strong {
    display: block !important;
    max-width: 260px !important;
    font-size: 17px !important;
    line-height: 1.24 !important;
  }

  footer#contact .visit h2,
  footer#contact .follow h2 {
    font-size: 38px !important;
    line-height: .9 !important;
    margin-bottom: 18px !important;
  }

  footer#contact .visit p,
  footer#contact .visit a:not(.button) {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 12px !important;
    max-width: 330px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  footer#contact .visit .button {
    width: min(270px, 100%) !important;
    margin-top: 16px !important;
  }

  footer#contact .follow div {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  footer#contact .follow a {
    width: 48px !important;
    height: 48px !important;
  }

  footer#contact .follow strong {
    display: block !important;
    margin-top: 12px !important;
    font-size: 18px !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  footer#contact {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 36px 44px !important;
    align-items: start !important;
  }

  footer#contact .footer-brand {
    grid-column: 1 / -1 !important;
  }

  footer#contact .follow,
  footer#contact .visit {
    min-width: 0 !important;
  }
}

/* Enhanced pizza builder proof-of-concept controls. */
.builder-kicker {
  margin: -4px 0 16px;
  color: rgba(247,241,232,.76);
  font: 800 13px/1.45 Inter, Arial, sans-serif;
  max-width: 58ch;
}
.builder-panel label span small {
  display: block;
  margin-top: 3px;
  color: rgba(247,241,232,.58);
  font: 800 10px/1.2 Inter, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.builder-panel-note {
  margin: 0 0 14px;
  color: rgba(247,241,232,.78);
  font: 900 12px/1.35 Inter, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.builder-topping-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.builder-topping-group {
  display: grid;
  gap: 8px;
  align-content: start;
}
.builder-topping-group h3 {
  margin: 0 0 4px;
  color: #ff171f;
  font: 400 24px/.9 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .05em;
}
.builder-line-items {
  display: grid;
  gap: 7px;
  margin: 14px 0;
}
.builder-line-items span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  color: rgba(247,241,232,.88);
  font: 800 12px/1.2 Inter, Arial, sans-serif;
}
.builder-line-items em {
  color: #ff171f;
  font-style: normal;
  white-space: nowrap;
}
.builder-review-controls {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.builder-review-controls label {
  display: grid;
  gap: 8px;
  color: #f7f1e8;
  font: 900 12px/1 Inter, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.builder-review-controls input,
.builder-review-controls textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.46);
  color: #fff;
  padding: 11px 12px;
  font: 800 14px/1.3 Inter, Arial, sans-serif;
}
.builder-review-controls input { max-width: 120px; }
.builder-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid rgba(229,9,20,.55);
  background: rgba(0,0,0,.45);
  color: #f7f1e8;
  font: 900 12px/1 Inter, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.builder-total-row strong {
  color: #ff171f;
  font: 400 36px/.9 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .04em;
}
@media (max-width: 760px) {
  .builder-topping-groups { grid-template-columns: 1fr; }
  .builder-kicker { font-size: 12px; }
  .builder-line-items span { font-size: 11px; }
}

/* Desktop builder polish: sticky pizza art and stronger checkout-style final step. */
@media (min-width: 900px) {
  .builder-dialog {
    align-items: stretch !important;
  }

  .builder-art {
    position: sticky !important;
    top: clamp(24px, 6vh, 56px) !important;
    align-self: start !important;
    height: calc(100dvh - clamp(48px, 12vh, 112px)) !important;
    min-height: 540px !important;
  }

  .builder-art img {
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1.03);
  }
}

.builder-summary-panel h3 {
  margin-bottom: 10px !important;
}

.builder-summary-text {
  border-left: 3px solid #e50914;
  padding: 12px 14px !important;
  background: rgba(255,255,255,.04);
}

.builder-line-items {
  display: grid !important;
  gap: 7px !important;
  margin: 14px 0 !important;
}

.builder-line-items span {
  display: flex !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.035) !important;
}

.builder-line-items em {
  color: #ff171f !important;
  font-style: normal !important;
  white-space: nowrap !important;
}

.builder-review-controls {
  display: grid !important;
  gap: 12px !important;
  margin: 16px 0 !important;
}

.builder-review-controls label {
  display: grid !important;
  gap: 8px !important;
  color: #f7f1e8 !important;
  font: 900 12px/1 Inter, Arial, sans-serif !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.builder-review-controls input,
.builder-review-controls textarea {
  width: 100% !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(0,0,0,.46) !important;
  color: #fff !important;
  padding: 11px 12px !important;
  font: 800 14px/1.3 Inter, Arial, sans-serif !important;
}

.builder-review-controls input {
  max-width: 120px !important;
}

.builder-total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 16px 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(229,9,20,.55) !important;
  background: rgba(0,0,0,.45) !important;
  color: #f7f1e8 !important;
  font: 900 12px/1 Inter, Arial, sans-serif !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.builder-total-row strong {
  color: #ff171f !important;
  font: 400 38px/.9 "Bebas Neue", Impact, sans-serif !important;
}

.button[data-demo-online-order] {
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px !important;
}

/* Keep builder review CTA visible by making line items compact and scrollable. */
.builder-summary-panel .builder-line-items {
  max-height: 210px !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
  overscroll-behavior: contain;
}

.builder-summary-panel .builder-line-items span {
  padding: 7px 10px !important;
  min-height: 34px !important;
  align-items: center !important;
}

.builder-summary-panel .builder-review-controls {
  grid-template-columns: 120px 1fr !important;
}

.builder-summary-panel .builder-review-controls textarea {
  min-height: 68px !important;
  resize: vertical;
}

.builder-summary-panel .builder-actions-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.builder-summary-panel .button[data-demo-online-order] {
  min-height: 54px !important;
  font-size: 18px !important;
}

@media (max-width: 760px) {
  .builder-summary-panel .builder-line-items {
    max-height: 180px !important;
  }

  .builder-summary-panel .builder-review-controls,
  .builder-summary-panel .builder-actions-row {
    grid-template-columns: 1fr !important;
  }
}

/* Review step sticky checkout controls so CTA stays reachable. */
.builder-summary-panel {
  padding-bottom: 16px !important;
}
.builder-summary-panel .builder-line-items {
  max-height: 126px !important;
}
.builder-summary-panel .builder-review-controls textarea {
  min-height: 46px !important;
  max-height: 72px !important;
}
.builder-summary-panel .builder-total-row {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 10px 14px !important;
}
.builder-summary-panel .builder-total-row strong {
  font-size: 32px !important;
}
.builder-summary-panel .builder-actions-row {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 3 !important;
  padding-top: 10px !important;
  background: rgba(7,7,7,.96) !important;
}

/* Keep mock Order Online button readable on the red brush texture. */
.builder-summary-panel .button[data-demo-online-order] {
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,.65) !important;
}

/* Modal close buttons: keep X visible and easy to tap while popup content scrolls. */
.pizza-builder-modal.active .builder-close,
.order-choice-modal.active .builder-close,
.delivery-choice-modal.active .builder-close,
.item-order-modal.active .builder-close {
  position: fixed !important;
  top: max(16px, env(safe-area-inset-top)) !important;
  right: max(16px, env(safe-area-inset-right)) !important;
  z-index: 1200 !important;
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  background: rgba(0,0,0,.88) !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1 !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.55), 0 0 0 2px rgba(229,9,20,.55) !important;
  backdrop-filter: blur(8px);
}

.pizza-builder-modal.active .builder-close:hover,
.order-choice-modal.active .builder-close:hover,
.delivery-choice-modal.active .builder-close:hover,
.item-order-modal.active .builder-close:hover,
.pizza-builder-modal.active .builder-close:focus-visible,
.order-choice-modal.active .builder-close:focus-visible,
.delivery-choice-modal.active .builder-close:focus-visible,
.item-order-modal.active .builder-close:focus-visible {
  background: #e50914 !important;
  border-color: rgba(255,255,255,.62) !important;
  outline: none !important;
}

@media (max-width: 760px) {
  .pizza-builder-modal.active .builder-close,
  .order-choice-modal.active .builder-close,
  .delivery-choice-modal.active .builder-close,
  .item-order-modal.active .builder-close {
    top: max(10px, env(safe-area-inset-top)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 31px !important;
  }
}

/* Salads and specialty items from the printed menu. */
.salads-specialty {
  position: relative;
  width: min(calc(100% - 48px), var(--site-max));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid rgba(229,9,20,.48);
  isolation: isolate;
}

.salads-specialty::before {
  content: "";
  position: absolute;
  inset: 18px max(-28px, -3vw);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(229,9,20,.14), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(229,9,20,.12), transparent 34%),
    var(--rough-black) center / 880px 880px repeat;
  opacity: .52;
  mix-blend-mode: screen;
}

.menu-section-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.menu-section-head .eyebrow {
  margin: 0;
}

.menu-section-head .section-title {
  margin: 0;
}

.menu-section-head .section-title span {
  color: #f7f1e8;
}

.menu-section-head > p:not(.eyebrow) {
  max-width: 680px;
  margin: 2px 0 0;
  color: rgba(247,241,232,.74);
  font: 800 15px/1.55 Inter, Arial, sans-serif;
}

.salads-specialty-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 18px;
}

.menu-feature-card {
  position: relative;
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(190px, .92fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(229,9,20,.76);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(14,14,14,.94), rgba(2,2,2,.98)),
    var(--rough-black) center / 680px 680px repeat,
    #070707;
  box-shadow:
    0 22px 52px rgba(0,0,0,.38),
    inset 0 0 0 1px rgba(255,255,255,.045);
}

.menu-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.58) 48%, rgba(0,0,0,.88)),
    var(--brand-slashes) right top / 210px auto no-repeat;
  opacity: .72;
  mix-blend-mode: screen;
}

.menu-feature-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 14px;
  width: 190px;
  height: 54px;
  pointer-events: none;
  background: var(--brand-smear) center / 100% 100% no-repeat;
  opacity: .34;
}

.menu-feature-card > * {
  position: relative;
  z-index: 1;
}

.menu-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.06) brightness(.88);
}

.menu-feature-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: 26px 24px;
}

.menu-feature-copy span {
  display: inline-grid;
  place-items: center;
  min-height: 28px;
  padding: 6px 12px 5px;
  color: #fff;
  background: var(--brand-smear) center / 100% 100% no-repeat;
  font: 950 10px/1 Inter, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0,0,0,.66);
}

.menu-feature-copy h3 {
  margin: 0;
  color: #f7f1e8;
  font: 400 clamp(40px, 4vw, 58px)/.88 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0,0,0,.72), 0 0 18px rgba(229,9,20,.18);
}

.menu-feature-copy p {
  max-width: 34rem;
  margin: 0;
  color: rgba(247,241,232,.78);
  font: 800 14px/1.45 Inter, Arial, sans-serif;
}

.menu-feature-copy strong {
  display: inline-grid;
  place-items: center;
  min-width: 128px;
  min-height: 58px;
  margin: 2px 0;
  padding: 10px 18px 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,0,0,.10)),
    var(--brand-banner) center / 120% 170% no-repeat,
    #d90712;
  font: 400 46px/.9 "Bebas Neue", Impact, sans-serif;
  letter-spacing: .05em;
  text-shadow: 0 4px 0 rgba(0,0,0,.66);
  box-shadow: 0 14px 28px rgba(0,0,0,.28);
}

.menu-feature-copy .card-order-btn {
  margin-top: 2px;
}

.salad-card-large {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.salad-card-large img {
  min-height: 360px;
  height: 360px;
}

.salad-card-large .menu-feature-copy {
  padding: 24px 26px 28px;
}

.beefster-card {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .salads-specialty-grid {
    grid-template-columns: 1fr;
  }

  .salad-card-large,
  .beefster-card {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .salads-specialty {
    width: 100%;
    padding: 52px 14px;
  }

  .menu-section-head {
    margin-bottom: 24px;
  }

  .menu-section-head .section-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .menu-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .menu-feature-card img,
  .salad-card-large img {
    min-height: 220px;
    height: 240px;
  }

  .menu-feature-copy {
    padding: 22px 18px 24px;
  }

  .menu-feature-copy h3 {
    font-size: clamp(38px, 12vw, 52px);
  }
}

/* Lower-breakpoint modal overlay text pass. Keep desktop strong, clean up tablet/phone. */
@media (min-width: 561px) and (max-width: 899px) {
  .builder-art::before {
    left: clamp(18px, 4vw, 30px) !important;
    bottom: clamp(22px, 5vw, 44px) !important;
    max-width: 5.5ch !important;
    font-size: clamp(38px, 6.4vw, 52px) !important;
    line-height: .84 !important;
    letter-spacing: .025em !important;
    opacity: .72 !important;
    text-shadow: 0 4px 0 rgba(0,0,0,.62), 0 0 18px rgba(0,0,0,.45) !important;
  }

  .builder-art img {
    filter: brightness(.78) contrast(1.08) saturate(1.03) !important;
  }
}

@media (max-width: 560px) {
  .builder-art::before {
    display: none !important;
  }

  .builder-art {
    min-height: 150px !important;
    max-height: 172px !important;
  }

  .builder-art img {
    object-position: center 42% !important;
    filter: brightness(.9) contrast(1.08) saturate(1.04) !important;
  }

  .builder-content .eyebrow {
    margin-bottom: 14px !important;
  }

  .item-order-panel p:not(.item-order-summary) {
    max-width: 32ch !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
    font-weight: 850 !important;
    letter-spacing: .035em !important;
  }
}

@media (max-width: 410px) {
  .builder-art {
    min-height: 142px !important;
    max-height: 160px !important;
  }

  .builder-content h2 {
    font-size: clamp(44px, 13.2vw, 56px) !important;
    line-height: .86 !important;
  }

  .item-order-content h2 {
    font-size: clamp(40px, 12.4vw, 52px) !important;
  }
}

/* Phone item modal helper copy: less shouty and easier to read. */
@media (max-width: 560px) {
  .item-order-panel p:not(.item-order-summary) {
    font-family: Inter, Arial, sans-serif !important;
    text-transform: none !important;
    letter-spacing: .005em !important;
    font-size: 13px !important;
    line-height: 1.48 !important;
    font-weight: 800 !important;
    color: rgba(247,241,232,.78) !important;
    text-shadow: none !important;
  }
}

/* Lower breakpoint sizing for The Pizza Shop Difference title. */
@media (max-width: 900px) {
  #difference-title .flyer-title-line {
    font-size: clamp(48px, 8.8vw, 76px) !important;
    line-height: .88 !important;
    letter-spacing: .018em !important;
  }
}

@media (max-width: 560px) {
  #difference-title .flyer-title-line {
    font-size: clamp(42px, 11.6vw, 56px) !important;
    line-height: .9 !important;
    letter-spacing: .012em !important;
  }

  .difference-head {
    gap: 10px !important;
  }
}

@media (max-width: 410px) {
  #difference-title .flyer-title-line {
    font-size: clamp(38px, 10.8vw, 48px) !important;
    line-height: .92 !important;
  }
}

/* Lower-breakpoint slider edge fade pass: less heavy on tablet and phone. */
@media (max-width: 900px) {
  .appetizer-slider::before,
  .appetizer-slider::after,
  .strip-slider::before,
  .strip-slider::after,
  .google-photo-slider::before,
  .google-photo-slider::after {
    width: clamp(34px, 7vw, 72px) !important;
    opacity: .58 !important;
    background: linear-gradient(90deg, rgba(3,3,3,.88) 0%, rgba(3,3,3,.54) 42%, rgba(3,3,3,0) 100%) !important;
  }
}

@media (max-width: 560px) {
  .appetizer-slider::before,
  .appetizer-slider::after,
  .strip-slider::before,
  .strip-slider::after,
  .google-photo-slider::before,
  .google-photo-slider::after {
    width: clamp(18px, 6vw, 36px) !important;
    opacity: .34 !important;
    background: linear-gradient(90deg, rgba(3,3,3,.68) 0%, rgba(3,3,3,.32) 46%, rgba(3,3,3,0) 100%) !important;
  }
}

@media (max-width: 410px) {
  .appetizer-slider::before,
  .appetizer-slider::after,
  .strip-slider::before,
  .strip-slider::after,
  .google-photo-slider::before,
  .google-photo-slider::after {
    width: 18px !important;
    opacity: .26 !important;
  }
}

/* Slider edge fade balance pass: visible, but still soft on lower breakpoints. */
@media (max-width: 900px) {
  .appetizer-slider::before,
  .appetizer-slider::after,
  .strip-slider::before,
  .strip-slider::after,
  .google-photo-slider::before,
  .google-photo-slider::after {
    width: clamp(44px, 8vw, 86px) !important;
    opacity: .72 !important;
    background: linear-gradient(90deg, rgba(3,3,3,.94) 0%, rgba(3,3,3,.66) 44%, rgba(3,3,3,0) 100%) !important;
  }
}

@media (max-width: 560px) {
  .appetizer-slider::before,
  .appetizer-slider::after,
  .strip-slider::before,
  .strip-slider::after,
  .google-photo-slider::before,
  .google-photo-slider::after {
    width: clamp(26px, 8vw, 42px) !important;
    opacity: .52 !important;
    background: linear-gradient(90deg, rgba(3,3,3,.84) 0%, rgba(3,3,3,.48) 48%, rgba(3,3,3,0) 100%) !important;
  }
}

@media (max-width: 410px) {
  .appetizer-slider::before,
  .appetizer-slider::after,
  .strip-slider::before,
  .strip-slider::after,
  .google-photo-slider::before,
  .google-photo-slider::after {
    width: 28px !important;
    opacity: .46 !important;
  }
}

/* Hero proof icons: lock badges to true circles so they never stretch with the row. */
.proofs > div {
  grid-template-columns: max-content minmax(0, 1fr) !important;
  align-items: center !important;
}

.proof-icon,
.proof-icon.star {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  aspect-ratio: 1 / 1 !important;
  flex: 0 0 34px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.proof-icon svg,
.proof-icon.star svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  .proof-icon,
  .proof-icon.star {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    flex-basis: 30px !important;
  }

  .proof-icon svg,
  .proof-icon.star svg {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 420px) {
  .proofs > div {
    gap: 6px !important;
    padding-inline: 7px !important;
  }

  .proof-icon,
  .proof-icon.star {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    flex-basis: 28px !important;
  }
}

/* Floating Order Here button: center the label stack better inside the circle. */
.order-fab {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.order-fab span {
  display: block !important;
  margin: 0 0 -1px !important;
  line-height: .9 !important;
  transform: translateY(2px) !important;
}

.order-fab strong {
  display: block !important;
  margin: 0 !important;
  line-height: .74 !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 760px) {
  .order-fab span {
    margin-bottom: -2px !important;
    transform: translateY(2px) !important;
  }

  .order-fab strong {
    line-height: .72 !important;
    transform: translateY(-3px) !important;
  }
}

/* Order Here button final balance: centered, but not cramped. */
.order-fab span {
  margin: 0 0 2px !important;
  line-height: .92 !important;
  transform: translateY(0) !important;
}

.order-fab strong {
  line-height: .8 !important;
  transform: translateY(0) !important;
}

@media (max-width: 760px) {
  .order-fab span {
    margin-bottom: 1px !important;
    transform: translateY(0) !important;
  }

  .order-fab strong {
    line-height: .78 !important;
    transform: translateY(-1px) !important;
  }
}

/* Builder fortification: circular stepper and topping limit states. */
.builder-steps,
.item-order-steps {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(var(--step-count, 5), minmax(0, 1fr)) !important;
  gap: clamp(6px, 1.2vw, 12px) !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.035) !important;
}

.builder-steps { --step-count: 5; }
.item-order-steps { --step-count: 3; }

.builder-steps::before,
.item-order-steps::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 33px;
  height: 1px;
  background: linear-gradient(90deg, rgba(229,9,20,.2), rgba(229,9,20,.75), rgba(229,9,20,.2));
  pointer-events: none;
}

.builder-steps button,
.item-order-steps button {
  position: relative !important;
  z-index: 1 !important;
  min-height: 74px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: start center !important;
  align-content: start !important;
  gap: 7px !important;
  color: rgba(247,241,232,.72) !important;
  background: transparent !important;
  border: 0 !important;
  font: 900 10px/1 Inter, Arial, sans-serif !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.builder-steps .step-badge,
.item-order-steps .step-badge {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  background: rgba(0,0,0,.76) !important;
  color: #fff !important;
  font: 900 12px/1 Inter, Arial, sans-serif !important;
  letter-spacing: .04em !important;
  box-shadow: 0 9px 18px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.05) !important;
}

.builder-steps button small,
.item-order-steps button small {
  display: block !important;
  max-width: 86px !important;
  color: inherit !important;
  font: 900 10px/1.05 Inter, Arial, sans-serif !important;
  letter-spacing: .08em !important;
}

.builder-steps button.active .step-badge,
.item-order-steps button.active .step-badge {
  border-color: rgba(255,255,255,.78) !important;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.2), transparent 34%),
    var(--brand-banner) center/150% 150% no-repeat !important;
  box-shadow: 0 0 0 2px rgba(229,9,20,.54), 0 12px 22px rgba(229,9,20,.25) !important;
}

.builder-steps button.is-complete .step-badge,
.item-order-steps button.is-complete .step-badge {
  border-color: rgba(229,9,20,.72) !important;
  color: #fff !important;
  background: rgba(229,9,20,.62) !important;
}

.builder-steps button.active,
.builder-steps button.is-complete,
.item-order-steps button.active,
.item-order-steps button.is-complete {
  color: #fff !important;
}

.topping-limit-message {
  margin: 0 0 12px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.04) !important;
  color: rgba(247,241,232,.78) !important;
  font: 900 11px/1.28 Inter, Arial, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.topping-limit-message.is-maxed {
  border-color: rgba(229,9,20,.75) !important;
  color: #fff !important;
  background: rgba(229,9,20,.14) !important;
}

.builder-panel label.is-disabled {
  opacity: .42 !important;
  filter: grayscale(.7) !important;
  cursor: not-allowed !important;
}

.builder-panel label.is-disabled span {
  border-color: rgba(255,255,255,.08) !important;
}

@media (max-width: 760px) {
  .builder-steps,
  .item-order-steps {
    padding: 10px 8px !important;
    gap: 4px !important;
  }

  .builder-steps::before,
  .item-order-steps::before {
    top: 27px !important;
  }

  .builder-steps button,
  .item-order-steps button {
    min-height: 60px !important;
    gap: 5px !important;
  }

  .builder-steps .step-badge,
  .item-order-steps .step-badge {
    width: 34px !important;
    height: 34px !important;
    font-size: 10px !important;
  }

  .builder-steps button small,
  .item-order-steps button small {
    font-size: 8px !important;
    letter-spacing: .045em !important;
  }
}

@media (max-width: 390px) {
  .builder-steps button small {
    font-size: 7px !important;
  }

  .builder-steps .step-badge {
    width: 31px !important;
    height: 31px !important;
  }
}

/* Circular stepper cleanup: keep active red on the circle only, not the whole button tile. */
.builder-steps button.active,
.builder-steps button.is-complete,
.item-order-steps button.active,
.item-order-steps button.is-complete {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.builder-steps button.active::before,
.builder-steps button.active::after,
.item-order-steps button.active::before,
.item-order-steps button.active::after {
  content: none !important;
}

/* Stepper icon pass: black circular icons, cleaner current step, no texture fills. */
.builder-steps,
.item-order-steps {
  background: rgba(0,0,0,.58) !important;
  border-color: rgba(255,255,255,.1) !important;
}

.builder-steps button,
.item-order-steps button {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.builder-steps .step-badge,
.item-order-steps .step-badge {
  background: #050505 !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.045) !important;
}

.builder-steps .step-badge svg,
.item-order-steps .step-badge svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.builder-steps .step-badge svg circle,
.item-order-steps .step-badge svg circle {
  fill: currentColor !important;
  stroke: none !important;
}

.builder-steps .step-badge svg circle:first-child {
  fill: none !important;
  stroke: currentColor !important;
}

.builder-steps button.active .step-badge,
.item-order-steps button.active .step-badge {
  background: #050505 !important;
  background-image: none !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px #e50914, 0 0 0 5px rgba(229,9,20,.22), 0 12px 22px rgba(0,0,0,.54) !important;
  transform: translateY(-2px) !important;
}

.builder-steps button.is-complete .step-badge,
.item-order-steps button.is-complete .step-badge {
  background: #070707 !important;
  background-image: none !important;
  border-color: rgba(229,9,20,.82) !important;
  color: #e50914 !important;
}

.builder-steps button.active small,
.item-order-steps button.active small {
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,.65) !important;
}

@media (max-width: 760px) {
  .builder-steps .step-badge svg,
  .item-order-steps .step-badge svg {
    width: 17px !important;
    height: 17px !important;
  }
}

/* Builder nav arrows: clearer previous/next controls. */
.builder-nav .button,
.item-order-nav .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.builder-nav .button span,
.item-order-nav .button span {
  display: inline-block !important;
  font-size: 1.18em !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.builder-nav [data-builder-prev],
.item-order-nav [data-item-prev] {
  padding-left: 18px !important;
}

.builder-nav [data-builder-next],
.item-order-nav [data-item-next] {
  padding-right: 18px !important;
}

/* Builder modal only: make black buttons flat black, keep red brush buttons textured. */
.pizza-builder-modal .button-dark,
.item-order-modal .button-dark,
.order-choice-modal .button-dark,
.delivery-choice-modal .button-dark {
  background: #050505 !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #f7f1e8 !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.045) !important;
  text-shadow: none !important;
}

.pizza-builder-modal .button-dark::before,
.pizza-builder-modal .button-dark::after,
.item-order-modal .button-dark::before,
.item-order-modal .button-dark::after,
.order-choice-modal .button-dark::before,
.order-choice-modal .button-dark::after,
.delivery-choice-modal .button-dark::before,
.delivery-choice-modal .button-dark::after {
  content: none !important;
  display: none !important;
}

.pizza-builder-modal .button-dark:hover,
.pizza-builder-modal .button-dark:focus-visible,
.item-order-modal .button-dark:hover,
.item-order-modal .button-dark:focus-visible,
.order-choice-modal .button-dark:hover,
.order-choice-modal .button-dark:focus-visible,
.delivery-choice-modal .button-dark:hover,
.delivery-choice-modal .button-dark:focus-visible {
  background: #0d0d0d !important;
  background-image: none !important;
  border-color: rgba(255,255,255,.36) !important;
  color: #fff !important;
}

/* Mobile visual pass: title wraps, sticky header, floating CTA, and compact menu buttons. */
.menu-section-head h2.flyer-title-stack::before,
.menu-section-head h2.flyer-title-stack::after,
.google-profile-head h2.flyer-title-stack::before,
.google-profile-head h2.flyer-title-stack::after,
.photo-section-head h2.flyer-title-stack::before,
.photo-section-head h2.flyer-title-stack::after {
  content: none !important;
}

.menu-section-head h2.flyer-title-stack,
.google-profile-head h2.flyer-title-stack,
.photo-section-head h2.flyer-title-stack {
  display: grid !important;
  justify-items: inherit;
  gap: .04em;
  line-height: .84 !important;
}

.menu-section-head h2.flyer-title-stack .flyer-title-line,
.google-profile-head h2.flyer-title-stack .flyer-title-line,
.photo-section-head h2.flyer-title-stack .flyer-title-line {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  z-index: 1;
}

.menu-section-head h2.flyer-title-stack .flyer-title-line::before,
.google-profile-head h2.flyer-title-stack .flyer-title-line::before,
.photo-section-head h2.flyer-title-stack .flyer-title-line::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 54%;
  width: min(calc(100% + 72px), calc(100vw - 28px));
  height: .54em;
  background: var(--brand-title-stroke) center / 100% 100% no-repeat;
  opacity: .82;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 760px) {
  .topbar.scrolled .logo {
    width: 112px !important;
  }

  .topbar.scrolled .logo img {
    max-height: 58px !important;
  }

  .order-fab {
    width: 68px !important;
    height: 74px !important;
    min-height: 74px !important;
    border-radius: 50% !important;
    padding: 8px 8px 9px !important;
    right: 12px !important;
    bottom: 14px !important;
  }

  .order-fab span {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  .order-fab strong {
    font-size: 25px !important;
    line-height: .82 !important;
  }

  .favorites-head h2.flyer-title-stack,
  .difference-head h2.flyer-title-stack,
  .menu-section-head h2.flyer-title-stack,
  .google-profile-head h2.flyer-title-stack,
  .photo-section-head h2.flyer-title-stack {
    font-size: clamp(41px, 11.4vw, 54px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .favorites-head h2.flyer-title-stack {
    font-size: clamp(42px, 11vw, 52px) !important;
  }

  .difference-head {
    align-items: start !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .difference-head h2.flyer-title-stack {
    max-width: 10ch !important;
  }

  .difference-head p:not(.eyebrow) {
    max-width: 21rem !important;
    margin-top: 4px !important;
    text-align: right !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .flyer-title-line::before,
  .favorites-head h2.flyer-title-stack .flyer-title-line::before,
  .difference-head h2.flyer-title-stack .flyer-title-line::before,
  .menu-section-head h2.flyer-title-stack .flyer-title-line::before,
  .google-profile-head h2.flyer-title-stack .flyer-title-line::before,
  .photo-section-head h2.flyer-title-stack .flyer-title-line::before {
    width: min(calc(100% + 54px), calc(100vw - 28px)) !important;
    opacity: .78 !important;
  }

  .menu-section-head {
    justify-items: center !important;
  }

  .google-profile-head,
  .photo-section-head {
    text-align: left !important;
  }

  .google-profile-head h2.flyer-title-stack,
  .photo-section-head h2.flyer-title-stack {
    justify-items: start !important;
  }

  .entree-card__info > .card-order-btn {
    min-height: 38px !important;
    width: auto !important;
    max-width: 128px !important;
    padding: 8px 24px 8px 12px !important;
    font-size: 11px !important;
    letter-spacing: .08em !important;
  }

  .entree-card__info > .card-order-btn::after {
    right: 9px !important;
    font-size: 13px !important;
  }

  footer#contact .visit .button {
    min-height: 44px !important;
    height: 44px !important;
    width: min(270px, 100%) !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: .08em !important;
  }

  footer#contact .visit .button .footer-icon {
    color: #fff !important;
    margin-right: 0 !important;
  }

  footer#contact .visit .button .footer-icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
  }
}

@media (max-width: 390px) {
  .favorites-head h2.flyer-title-stack,
  .difference-head h2.flyer-title-stack,
  .menu-section-head h2.flyer-title-stack,
  .google-profile-head h2.flyer-title-stack,
  .photo-section-head h2.flyer-title-stack {
    font-size: clamp(38px, 10.5vw, 48px) !important;
  }

  .entree-card__info > .card-order-btn {
    max-width: 116px !important;
    padding-inline: 10px 22px !important;
    font-size: 10px !important;
  }
}
