/* 2026 Breakfast + search refresh. Keeps the established Sorry Mama visual system. */

.breakfast-sticker {
  position: absolute;
  z-index: 8;
  top: clamp(7.5rem, 15vh, 10.5rem);
  right: clamp(1rem, 5vw, 5rem);
  width: clamp(9.5rem, 17vw, 13.5rem);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: .1rem;
  padding: 1.25rem;
  border: 3px solid #fff8ef;
  border-radius: 48% 52% 46% 54% / 52% 45% 55% 48%;
  color: #2a2927;
  background: #dce694;
  box-shadow: 0 18px 45px #1d1b173d, inset 0 0 0 5px #e8552f;
  text-align: center;
  text-decoration: none;
  transform: rotate(7deg);
  transition: transform .2s ease, box-shadow .2s ease;
}

.breakfast-sticker::before {
  content: "🍳";
  font-size: 1.5rem;
  line-height: 1;
}

.breakfast-sticker strong {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.breakfast-sticker span {
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.15;
}

.breakfast-sticker:hover,
.breakfast-sticker:focus-visible {
  color: #2a2927;
  transform: rotate(2deg) scale(1.04);
  box-shadow: 0 22px 55px #1d1b1752, inset 0 0 0 5px #e8552f;
}

.breakfast-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(13rem, .65fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  margin-bottom: 1.4rem;
  border: 2px solid #2a2927;
  border-radius: 1.5rem;
  background: #dce694;
  box-shadow: 8px 8px 0 #e8552f;
}

.breakfast-kicker {
  margin: 0 0 .5rem;
  color: #b8341e;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.breakfast-hours {
  margin: .8rem 0 0;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 750;
  line-height: 1.35;
}

.breakfast-intro img {
  width: 100%;
  max-height: 19rem;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #2a2927;
  border-radius: 1rem;
  background: #fff1cc;
}

.breakfast-sub {
  padding: 1.15rem 0;
  border-top: 1px solid #2a29272b;
}

.breakfast-sub:first-of-type {
  border-top: 0;
}

.breakfast-sub h3 {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .6rem;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
}

.dish-additives,
.drink-disclosure {
  display: block;
  margin-top: .3rem;
  color: #625d55;
  font-size: .73rem;
  font-weight: 650;
  line-height: 1.35;
}

.dish-list--drinks .drink {
  flex-wrap: wrap;
}

.dish-list--drinks .drink-disclosure {
  flex: 0 0 100%;
  width: 100%;
  margin-left: 0;
  text-align: left;
}

.answer-box {
  padding: 1.1rem 1.2rem;
  border-left: 5px solid #e8552f;
  border-radius: 0 .85rem .85rem 0;
  background: #dce69466;
  color: #2a2927;
}

.prose .answer-box:first-child {
  margin-top: 0;
}

.seo-quickfacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-quickfacts li {
  padding: .85rem 1rem;
  border: 1px solid #2a29272b;
  border-radius: .9rem;
  background: #fff;
  font-size: .88rem;
  line-height: 1.35;
}

.menu-cat--breakfast .dish-list {
  margin-bottom: .25rem;
}

.menu-cat--breakfast .dish {
  break-inside: avoid;
}

.blog-breakfast-card {
  outline: 3px solid #dce694;
  outline-offset: -3px;
}

.blog-breakfast-card .post-date::after {
  content: " · Neu";
  color: #b8341e;
  font-weight: 850;
}

.menu-pdf-link {
  margin-top: .9rem;
  font-weight: 800;
}

.menu-pdf-link a {
  text-underline-offset: .22em;
}

@media (max-width: 800px) {
  .breakfast-sticker {
    top: 6.6rem;
    right: .75rem;
    width: 8.5rem;
    padding: .9rem;
    border-width: 2px;
  }

  .breakfast-sticker span {
    font-size: .64rem;
  }

  .breakfast-intro {
    grid-template-columns: 1fr;
    box-shadow: 5px 5px 0 #e8552f;
  }

  .breakfast-intro img {
    max-height: 15rem;
  }

  .seo-quickfacts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .breakfast-sticker {
    top: 6.2rem;
    right: .75rem;
    bottom: auto;
    width: 7.4rem;
  }

  .breakfast-sticker::before {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .breakfast-sticker {
    transition: none;
  }
}
