:root {
  --bg: #111111;
  --paper: #f4e6be;
  --paper-deep: #e5d29a;
  --ink: #111111;
  --text: #fdf8ee;
  --muted: #efe2bf;
  --blue: #18b7f5;
  --cyan: #30d7d3;
  --orange: #ff8f1f;
  --purple: #a93af6;
  --yellow: #ffe072;
  --red: #ff4b36;
  --max-width: 1240px;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 3px,
      transparent 3px,
      transparent 11px
    ),
    var(--bg);
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px);
  background-size: 18px 18px, 22px 22px;
  pointer-events: none;
  opacity: 0.15;
}

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

.page-shell {
  position: relative;
  overflow: hidden;
}

.topbar,
.section,
.hero {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0;
}

.eyebrow,
.section-label,
.topbar-link,
.featured-flag,
.tiny-note {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow,
.topbar-note,
.topbar-link,
.tiny-note {
  font-size: 0.76rem;
}

.topbar-note {
  text-align: center;
  color: var(--muted);
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.35rem 0.8rem;
  background: var(--yellow);
  color: #111;
  font-weight: 700;
  border: 2px solid #111;
  box-shadow: 5px 5px 0 #000;
}

.topbar-link:focus-visible,
.contact-box a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.hero-mobile-kicker,
.hero-mobile-bottom {
  display: none;
}

.mobile-headline {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 1.4rem;
  min-height: calc(100svh - 84px);
  padding: 2rem 0 3rem;
}

.brand-lockup {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.brand-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12em 0.28em;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.25rem, 5vw, 5.3rem);
  line-height: 0.95;
  text-transform: uppercase;
  border: 3px solid #111;
  box-shadow: 8px 8px 0 #000;
}

.brand-block.small-tilt {
  transform: rotate(-5deg);
}

.brand-block.wide {
  padding-inline: 0.34em;
}

.brand-blue {
  background: var(--blue);
}

.brand-orange {
  background: var(--orange);
}

.brand-cyan {
  background: var(--cyan);
}

.brand-purple {
  background: var(--purple);
}

.hero-kicker {
  margin: 0 0 0.75rem;
  color: var(--yellow);
  font-family: "Permanent Marker", cursive;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
}

h1,
h2,
h3,
.price-tag,
.contact-title {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

h1 {
  max-width: 10.5ch;
  font-size: clamp(2.6rem, 5.9vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.05rem;
}

.hero-summary,
.section p,
.section li {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

.hero-summary {
  max-width: 40rem;
  margin: 1rem 0 1.6rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  border: 3px solid #111;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  box-shadow: 7px 7px 0 #000;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-3px) rotate(-2deg);
  box-shadow: 10px 10px 0 #000;
}

.cta-primary {
  background: var(--orange);
  color: #111;
  border-color: var(--orange);
}

.cta-secondary {
  background: var(--paper);
  color: #111;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  padding: 0.45rem 0.8rem;
  background: rgba(255, 224, 114, 0.12);
  border: 2px dashed rgba(255, 255, 255, 0.35);
}

.hero-visual {
  position: relative;
  min-height: 438px;
}

.chips-image {
  display: block;
  width: 104%;
  height: 100%;
  object-fit: contain;
  object-position: center 66%;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.45));
}

.photo-frame {
  position: absolute;
  inset: 1.6rem 1rem 1rem 2rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    #242424;
  border: 4px solid #f9f4e8;
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.7);
  transform: rotate(-2.4deg);
  overflow: visible;
}

.frame-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.frame-image picture {
  display: contents;
}

.tape {
  position: absolute;
  top: -14px;
  width: 108px;
  height: 38px;
  background: rgba(241, 229, 183, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.18);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(0.5px);
}

.tape-left {
  left: 2.4rem;
  transform: rotate(-18deg);
}

.tape-right {
  right: 2.5rem;
  transform: rotate(16deg);
}

.offer-sticker,
.crispy-badge,
.scribble-note {
  position: absolute;
  z-index: 2;
  text-align: center;
  box-shadow: var(--shadow);
}

.offer-sticker {
  top: 0.2rem;
  left: 0.4rem;
  width: 11.4rem;
  aspect-ratio: 1;
  padding: 0.85rem;
  background: var(--yellow);
  color: #111;
  border-radius: 50%;
  border: 3px solid #111;
  display: grid;
  place-items: center;
  transform: rotate(-14deg);
}

.offer-sticker strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.7rem;
}

.offer-sticker span:last-child {
  max-width: 8ch;
  font-size: 0.98rem;
  line-height: 1.12;
}

.crispy-badge {
  right: 0.3rem;
  bottom: 6%;
  max-width: 14rem;
  padding: 1rem 1.1rem;
  background: var(--red);
  font-family: "Archivo Black", sans-serif;
  font-size: 1.05rem;
  line-height: 1.05;
  text-transform: uppercase;
  border: 3px solid #111;
  transform: rotate(8deg);
}

.scribble-note {
  left: 1.2rem;
  bottom: 1.8rem;
  display: grid;
  gap: 0.15rem;
  padding: 0.8rem 1rem;
  color: #111;
  background: var(--paper);
  border: 3px solid #111;
  font-family: "Permanent Marker", cursive;
  font-size: 1rem;
  line-height: 1.15;
  transform: rotate(4deg);
}

.specials-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  background: var(--paper);
  border: 4px solid #111;
  box-shadow: 10px 10px 0 #000;
  color: #111;
}

.specials-title {
  display: grid;
  place-items: center;
  min-width: 200px;
  margin: 0;
  padding: 1rem 1.25rem;
  background: var(--red);
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.65rem);
  text-transform: uppercase;
  border-right: 4px solid #111;
}

.specials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.15rem);
  text-transform: uppercase;
}

.specials-list span {
  padding: 0.25rem 0;
}

.specials-list span::before {
  content: "+";
  margin-right: 0.55rem;
  color: var(--orange);
}

.section {
  padding: 4.5rem 0;
}

.intro-grid,
.offer-grid,
.classified-strip,
.final-cta {
  display: grid;
  gap: 1.4rem;
}

.classified-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.single-panel {
  display: block;
}

.intro-grid,
.offer-grid,
.final-cta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-panel,
.offer-card,
.quote-card,
.contact-box {
  position: relative;
  padding: 1.6rem 1.5rem;
  border: 3px solid #111;
  box-shadow: 10px 10px 0 #000;
}

.loud-panel {
  background: linear-gradient(135deg, var(--orange), #ffbf4d);
  color: #111;
  transform: rotate(-1deg);
}

.paper-panel,
.offer-card,
.quote-card,
.contact-box {
  background: var(--paper);
  color: #111;
}

.paper-panel-alt {
  background: #e1efe8;
}

.business-list,
.steps {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.paper-panel .business-list {
  columns: 2;
  column-gap: 2rem;
}

.paper-panel .business-list li {
  break-inside: avoid;
  margin-bottom: 0.55rem;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.75rem;
}

.menu-board {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  background: #171717;
  border: 4px solid #f2f2f2;
  box-shadow: 12px 12px 0 #000;
}

.menu-item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.28);
}

.menu-item:last-child {
  border-bottom: 0;
}

.menu-item-featured {
  position: relative;
  padding-top: 1.4rem;
}

.featured-flag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.6rem;
  padding: 0.35rem 0.65rem;
  background: var(--yellow);
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  border: 2px solid #111;
  transform: rotate(-2deg);
}

.menu-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
}

.menu-item-featured .featured-flag {
  margin: 0.15rem 0 0.7rem;
}

.price-name {
  font-size: 1.6rem;
}

.price-tag {
  margin: 0.55rem 0;
  color: var(--yellow);
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.price-blurb {
  margin: 0;
  color: var(--muted);
}

.menu-meta {
  margin: 0;
  color: #d3d3d3;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.82rem;
}

.blackboard-card {
  background: #151515;
  color: #f6f1de;
  border-color: #f6f1de;
  transform: rotate(-1deg);
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.feature-list p {
  margin: 0;
}

.receipt-card {
  background:
    linear-gradient(var(--paper), var(--paper)),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 50px,
      rgba(17, 17, 17, 0.07) 50px,
      rgba(17, 17, 17, 0.07) 52px
    );
  background-position: 0 0, 0 3rem;
  transform: rotate(1.1deg);
}

.quote-text {
  margin: 0 0 1rem;
  font-size: clamp(1.02rem, 1.45vw, 1.35rem);
  line-height: 1.45;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
}

.quote-source {
  color: rgba(17, 17, 17, 0.7);
}

.review-yellow {
  background: var(--yellow);
}

.review-blue {
  background: var(--blue);
  color: #111;
}

.review-red {
  background: linear-gradient(135deg, #ff8f1f, #ffe072);
  color: #111;
}

.contact-box {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 0.85rem;
  background:
    linear-gradient(145deg, rgba(255, 143, 31, 0.95), rgba(255, 224, 114, 0.92)),
    var(--orange);
}

.contact-title {
  font-size: 1.45rem;
  color: #111;
}

.contact-box a {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: #111;
}

.contact-button {
  min-height: 3rem;
  padding: 0.7rem 1.1rem;
  font-size: 0.92rem;
}

.contact-copy {
  margin: 0;
  color: rgba(17, 17, 17, 0.82);
}

@media (max-width: 1400px) {
  .topbar,
  .section,
  .hero,
  .specials-strip {
    width: min(calc(100% - 4rem), var(--max-width));
  }

  .section {
    padding: 2.5rem 0;
  }

  .topbar {
    padding-top: 0.85rem;
    grid-template-columns: auto 1fr auto;
  }

  .topbar-link {
    min-height: 2.2rem;
    max-width: 13rem;
    padding: 0.25rem 0.7rem;
    box-shadow: 4px 4px 0 #000;
  }

  .topbar-note {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: start;
    gap: 0.9rem;
    min-height: auto;
    padding: 0.75rem 0 1.4rem;
  }

  .hero-copy {
    max-width: 31rem;
  }

  .brand-lockup {
    max-width: 25rem;
    gap: 0.38rem;
    margin-bottom: 0.55rem;
  }

  .brand-block {
    font-size: clamp(1.45rem, 2.7vw, 2.55rem);
    box-shadow: 6px 6px 0 #000;
  }

  .hero-kicker {
    margin-bottom: 0.55rem;
    font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  }

  h1 {
    max-width: 8.2ch;
    font-size: clamp(1.85rem, 3.25vw, 2.95rem);
  }

  .hero-summary {
    max-width: 24rem;
    margin: 0.45rem 0 0.6rem;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .hero-actions {
    gap: 0.65rem;
    margin-bottom: 0.55rem;
  }

  .hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 24rem;
    gap: 0.32rem;
  }

  .hero-points li {
    padding: 0.28rem 0.48rem;
    font-size: 0.76rem;
    line-height: 1.2;
  }

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

  .photo-frame {
    inset: 0.9rem 0.3rem 0.2rem 0.8rem;
    width: auto;
    aspect-ratio: auto;
    margin: 0;
    transform: rotate(-1.8deg);
  }

  .chips-image {
    width: 100%;
    object-position: center bottom;
  }

  .offer-sticker {
    top: -0.3rem;
    left: -0.35rem;
    width: 8.1rem;
    padding: 0.56rem;
  }

  .offer-sticker strong {
    font-size: 2rem;
  }

  .offer-sticker span:last-child {
    font-size: 0.74rem;
  }

  .crispy-badge {
    right: -0.2rem;
    bottom: 3%;
    max-width: 9rem;
    padding: 0.62rem 0.72rem;
    font-size: 0.74rem;
  }

  .scribble-note {
    left: 0.85rem;
    bottom: 1rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.8rem;
  }

  .specials-title {
    min-width: 156px;
    font-size: 1rem;
  }

  .specials-list {
    gap: 0.42rem 0.75rem;
    font-size: 0.8rem;
  }

  .specials-list span:nth-child(n + 5) {
    display: none;
  }

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

  .classified-strip .review-red {
    grid-column: 1 / -1;
  }

  .info-panel,
  .offer-card,
  .quote-card,
  .contact-box {
    padding: 1rem 0.95rem;
  }

  .final-cta {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }

  .contact-box {
    align-self: start;
  }

  .quote-text {
    font-size: 0.95rem;
    line-height: 1.32;
  }

  .final-cta-copy p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .contact-title {
    font-size: 1.2rem;
  }

  .contact-box a {
    font-size: 1.02rem;
  }

  .contact-copy {
    font-size: 0.92rem;
    line-height: 1.45;
  }
}

@media (max-width: 1220px) {
  .topbar,
  .section,
  .hero,
  .specials-strip {
    width: min(calc(100% - 2.8rem), var(--max-width));
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 0.8rem;
  }

  .hero-copy {
    max-width: 28rem;
  }

  .brand-lockup {
    max-width: 24rem;
  }

  h1 {
    max-width: 7.8ch;
    font-size: clamp(1.95rem, 3.6vw, 3rem);
  }

  .hero-summary {
    max-width: 26rem;
  }

  .hero-points {
    max-width: 27rem;
  }

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

  .photo-frame {
    inset: 0.7rem 0.1rem 0.2rem 0.35rem;
    transform: rotate(-1.2deg);
  }

  .specials-strip {
    grid-template-columns: 1fr;
  }

  .specials-title {
    border-right: 0;
    border-bottom: 4px solid #111;
  }

  .offer-grid,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .classified-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .hero-copy {
    max-width: 58rem;
  }

  .brand-lockup {
    max-width: 38rem;
  }

  h1 {
    max-width: 10.5ch;
    font-size: clamp(2.2rem, 5vw, 4rem);
  }

  .hero-summary {
    max-width: 36rem;
  }

  .hero-points {
    max-width: 52rem;
  }

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

  .photo-frame {
    position: relative;
    inset: auto;
    width: min(100%, 46rem);
    aspect-ratio: 1.55 / 1;
    margin: 0 auto;
    transform: rotate(-1.5deg);
  }
}

@media (max-width: 1100px) {
  .intro-grid,
  .offer-grid,
  .classified-strip,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .specials-strip {
    grid-template-columns: 1fr;
  }

  .specials-title {
    border-right: 0;
    border-bottom: 4px solid #111;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 2.25rem 0;
  }

  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.35rem;
    padding-top: 0.85rem;
  }

  .hero,
  .section,
  .topbar {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .desktop-only,
  .hero-copy > .hero-kicker,
  .hero-copy > h1,
  .hero-copy > .hero-summary,
  .hero-copy > .hero-actions,
  .hero-copy > .hero-points {
    display: none;
  }

  .topbar-note {
    max-width: 22ch;
    font-size: 0.72rem;
    display: none;
  }

  .hero {
    gap: 0.35rem;
    padding-top: 0.7rem;
    padding-bottom: 1.1rem;
  }

  .hero-copy {
    display: grid;
    gap: 0.55rem;
  }

  .hero-mobile-kicker,
  .hero-mobile-bottom {
    display: block;
  }

  .desktop-headline {
    display: none;
  }

  .mobile-headline {
    display: inline;
  }

  .hero-mobile-kicker {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.35;
    text-align: center;
  }

  .brand-lockup {
    justify-content: center;
    gap: 0.25rem 0.4rem;
    margin-bottom: 0.15rem;
  }

  .brand-block {
    font-size: clamp(1.9rem, 12vw, 3rem);
  }

  .brand-blue,
  .brand-cyan,
  .brand-purple {
    width: fit-content;
  }

  .hero-visual {
    min-height: 302px;
    margin-top: 0.1rem;
  }

  .photo-frame {
    inset: 1rem 0.15rem 1.4rem 0.15rem;
    transform: rotate(-1deg);
  }

  .frame-image {
    inset: 0;
  }

  .chips-image {
    width: 118%;
    object-position: center bottom;
  }

  .offer-sticker {
    top: -0.42rem;
    left: -0.22rem;
    width: 6.4rem;
    aspect-ratio: 1 / 1;
    padding: 0.32rem;
    border-radius: 50%;
    transform: rotate(-12deg);
  }

  .offer-sticker strong {
    font-size: 1.78rem;
  }

  .offer-sticker span:last-child {
    max-width: 5.2ch;
    font-size: 0.62rem;
    line-height: 1.02;
  }

  .crispy-badge {
    right: 0;
    bottom: 0.15rem;
    max-width: 7.6rem;
    padding: 0.56rem 0.62rem;
    font-size: 0.61rem;
    transform: rotate(7deg);
  }

  .scribble-note {
    display: none;
  }

  .hero-mobile-bottom {
    display: grid;
    gap: 0.45rem;
  }

  .hero-mobile-bottom .hero-actions {
    display: block;
    margin: 0.1rem 0 0;
  }

  .hero-mobile-bottom .cta {
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.8rem;
    font-size: 0.92rem;
  }

  .hero-mobile-bottom .hero-kicker {
    display: none;
  }

  .hero-mobile-bottom h1 {
    max-width: 8.3ch;
    font-size: clamp(2.1rem, 10.2vw, 3.2rem);
  }

  .hero-mobile-bottom .hero-summary {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.36;
  }

  .hero-mobile-bottom .hero-points {
    display: grid;
    gap: 0.38rem;
  }

  .hero-mobile-bottom .hero-points li {
    font-size: 0.86rem;
    padding: 0.38rem 0.55rem;
  }

  .paper-panel .business-list {
    columns: 1;
  }

  .info-panel,
  .offer-card,
  .quote-card,
  .contact-box {
    padding: 1.2rem 1.1rem;
  }

  .menu-heading {
    grid-template-columns: 1fr;
  }

  .menu-item-featured .featured-flag {
    padding: 0.38rem 0.82rem;
    font-size: 0.78rem;
  }

  .specials-strip {
    width: min(calc(100% - 1.2rem), var(--max-width));
    margin-top: -0.15rem;
    box-shadow: 8px 8px 0 #000;
  }

  .specials-title {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }

  .specials-list {
    display: grid;
    gap: 0.65rem;
    padding: 0.85rem 0.95rem;
    font-size: 0.9rem;
  }

  .specials-list span:nth-child(n + 4) {
    display: none;
  }

  .paper-panel,
  .offer-card,
  .quote-card,
  .contact-box,
  .menu-board {
    box-shadow: 8px 8px 0 #000;
  }
}
