.weekly-specials-shell {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(242, 107, 76, 0.42) 0 90px, transparent 92px),
    radial-gradient(circle at 92% 80%, rgba(47, 137, 141, 0.34) 0 130px, transparent 132px),
    linear-gradient(135deg, #6f211b 0%, #4f1713 100%);
}

.weekly-specials-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image: radial-gradient(#fff 1.2px, transparent 1.2px);
  background-size: 20px 20px;
}

.weekly-specials-shell .container {
  position: relative;
  z-index: 1;
}

.specials-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
}

.specials-heading-copy {
  max-width: 790px;
}

.specials-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #ffd56c;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.specials-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.specials-heading h2,
.specials-page-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.specials-heading p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.specials-stamp {
  width: 142px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #351b18;
  background: #ffd56c;
  box-shadow: 0 12px 0 rgba(53, 27, 24, 0.26);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(7deg);
}

.coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  min-width: 0;
}

.coupon-card {
  --coupon-deep: #6f211b;
  --coupon-bright: #f26b4c;
  --coupon-pale: #fff0ea;
  position: relative;
  display: flex;
  min-height: 420px;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 26px;
  color: #351b18;
  background: var(--coupon-pale);
  box-shadow: 0 20px 44px rgba(32, 10, 8, 0.28);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.coupon-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 11px;
  border: 2px dashed color-mix(in srgb, var(--coupon-deep) 38%, transparent);
  border-radius: 17px;
  pointer-events: none;
}

.coupon-card:hover {
  transform: translateY(-7px) rotate(-0.35deg);
  box-shadow: 0 28px 54px rgba(32, 10, 8, 0.36);
}

.coupon-color--coral {
  --coupon-deep: #6f211b;
  --coupon-bright: #f26b4c;
  --coupon-pale: #fff0ea;
}

.coupon-color--wine {
  --coupon-deep: #4f1713;
  --coupon-bright: #8e3027;
  --coupon-pale: #f8eee8;
}

.coupon-color--teal {
  --coupon-deep: #227276;
  --coupon-bright: #2f898d;
  --coupon-pale: #eaf8f7;
}

.coupon-color--gold {
  --coupon-deep: #6f211b;
  --coupon-bright: #f2b544;
  --coupon-pale: #fff7da;
}

.coupon-topline {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 26px;
  color: #fff;
  background: linear-gradient(120deg, var(--coupon-deep), var(--coupon-bright));
}

.coupon-brand {
  max-width: 48%;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.coupon-badge {
  max-width: 68%;
  padding: 8px 12px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #351b18;
  background: #ffd56c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.coupon-media {
  position: relative;
  z-index: 1;
  height: 172px;
  overflow: hidden;
  background: #fff;
}

.coupon-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coupon-graphic {
  position: relative;
  z-index: 1;
  display: grid;
  height: 136px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 25%, rgba(255, 255, 255, 0.2) 0 34px, transparent 36px),
    radial-gradient(circle at 88% 82%, rgba(255, 213, 108, 0.52) 0 52px, transparent 54px),
    linear-gradient(140deg, var(--coupon-bright), var(--coupon-deep));
}

.coupon-graphic span {
  padding: 9px 16px;
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.coupon-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 28px 30px;
  min-width: 0;
}

.coupon-body h3 {
  margin: 0;
  color: var(--coupon-deep);
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.coupon-description {
  min-height: 42px;
  margin: 10px 0 17px;
  color: #684b43;
  font-size: 15px;
}

.coupon-pricing {
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin-top: auto;
}

.coupon-sale-price {
  color: var(--coupon-deep);
  font-size: clamp(44px, 4.2vw, 62px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.coupon-original-price {
  color: #7c625a;
  font-size: 18px;
  font-weight: 800;
  text-decoration: line-through;
}

.coupon-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--coupon-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  text-align: center;
}

.coupon-cta:disabled {
  cursor: wait;
  opacity: .72;
}

.coupon-cta::after {
  content: "→";
  margin-left: 9px;
  font-size: 20px;
}

.specials-footer-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.specials-all-button {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #351b18;
  background: #ffd56c;
  font-weight: 950;
  box-shadow: 0 8px 0 rgba(53, 27, 24, 0.28);
}

.specials-loading,
.specials-empty {
  grid-column: 1 / -1;
  padding: 42px 24px;
  border: 2px dashed rgba(255, 255, 255, 0.46);
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.specials-page-heading {
  position: relative;
  overflow: hidden;
  padding: 62px 0 54px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 14% 34%, rgba(255, 213, 108, 0.3) 0 74px, transparent 76px),
    radial-gradient(circle at 88% 60%, rgba(47, 137, 141, 0.34) 0 94px, transparent 96px),
    linear-gradient(125deg, #6f211b, #4f1713);
  overflow-x: clip;
}

.specials-page-heading h1 {
  max-width: 900px;
  margin-inline: auto;
}

.specials-page-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.specials-page-heading .crumbs,
.specials-page-heading .crumbs a {
  color: rgba(255, 255, 255, 0.76);
}

.specials-page-content {
  padding: 68px 0 82px;
  background:
    radial-gradient(circle at 5% 12%, rgba(242, 181, 68, 0.15) 0 90px, transparent 92px),
    #fffaf6;
  overflow-x: clip;
}

.specials-page-content .coupon-grid {
  gap: 28px;
}

.specials-page-content .specials-loading,
.specials-page-content .specials-empty {
  border-color: #d9c6be;
  color: #6f211b;
  background: #fff;
}

.specials-note {
  max-width: 840px;
  margin: 36px auto 0;
  padding: 20px 24px;
  border-left: 5px solid #2f898d;
  border-radius: 12px;
  color: #684b43;
  background: #fff;
  box-shadow: 0 10px 26px rgba(91, 45, 34, 0.08);
  text-align: center;
}

html[dir="rtl"] .coupon-topline,
html[dir="rtl"] .coupon-body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .coupon-pricing {
  direction: ltr;
  justify-content: flex-end;
}

html[dir="rtl"] .coupon-cta::after {
  content: "←";
  margin-right: 9px;
  margin-left: 0;
}

@media (max-width: 960px) {
  .coupon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .specials-stamp {
    display: none;
  }
}

@media (max-width: 620px) {
  .weekly-specials-shell .container,
  .specials-page-heading .container,
  .specials-page-content .container {
    width: calc(100% - 24px);
    max-width: none;
  }

  .weekly-specials-shell,
  .specials-page-content {
    padding: 50px 0 58px;
  }

  .specials-heading h2,
  .specials-page-heading h1 {
    max-width: 100%;
    font-size: 36px;
    overflow-wrap: anywhere;
  }

  .specials-heading p,
  .specials-page-heading p,
  .specials-page-content .section-title p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .coupon-grid {
    grid-template-columns: 1fr;
  }

  .coupon-card {
    min-height: 390px;
    width: 100%;
  }

  .coupon-topline {
    padding-inline: 20px;
  }

  .coupon-body {
    padding-inline: 28px;
  }

  .coupon-card:hover {
    transform: none;
  }

  .coupon-body h3 {
    font-size: 28px;
  }

  .coupon-sale-price {
    font-size: 52px;
  }

  .coupon-original-price {
    font-size: 16px;
  }
}

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