﻿/* Tuesday closed — Oaxacan editorial card
   Selvedge · serape · zigzag · huipil flores · logo red + champagne gold */

.tuesday-closed-modal {
  --tue-red: #c8102e;
  --tue-red-deep: #a50f24;
  --tue-red-soft: rgba(200, 16, 46, 0.1);
  --tue-gold: #d4a84b;
  --tue-gold-light: #e8c878;
  --tue-gold-pale: #f3e2b8;
  --tue-gold-hair: rgba(212, 168, 75, 0.44);
  --tue-ivory: #fdfcfa;
  --tue-pearl: #f8f6f2;
  --tue-linen: #f3efe8;
  --tue-ink: #1a1816;
  --tue-muted: #6b6560;
  --tue-line: rgba(26, 24, 22, 0.09);
  --tue-accent: linear-gradient(
    90deg,
    transparent 0%,
    var(--tue-gold-pale) 18%,
    var(--tue-gold-light) 38%,
    var(--tue-red) 50%,
    var(--tue-gold-light) 62%,
    var(--tue-gold-pale) 82%,
    transparent 100%
  );
  --tue-star-mark: url("data:image/svg+xml,%3Csvg width='140' height='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 4l9.6 22.7L104.8 17.8l-3.5 29 27.1 7.7-21 20.1L108.7 105l-25.3-9.6L70 120.4l-16.1-24.7L28.9 105l12.8-31.6L20.8 54.5l27.1-7.7L40.8 17.8l23.6 9.3z' fill='%23c8102e' fill-opacity='0.03'/%3E%3Cpath d='M70 24l5.6 13.1L89.2 30l-9.6 9.6L87.2 62l-14-8.6L59.2 62l3.5-24.1L48.8 30l13.1-1.4z' fill='%23d4a84b' fill-opacity='0.038'/%3E%3C/svg%3E");
  --tue-zigzag-h: url("data:image/svg+xml,%3Csvg width='72' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.5 L9 1.5 L18 4.5 L27 1.5 L36 4.5 L45 1.5 L54 4.5 L63 1.5 L72 4.5' fill='none' stroke='%23d4a84b' stroke-width='0.9' stroke-opacity='0.58'/%3E%3Cpath d='M0 7 L9 4 L18 7 L27 4 L36 7 L45 4 L54 7 L63 4 L72 7' fill='none' stroke='%23c8102e' stroke-width='0.7' stroke-opacity='0.26'/%3E%3C/svg%3E");
  --tue-zigzag-v: url("data:image/svg+xml,%3Csvg width='9' height='72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0 L1.5 9 L4.5 18 L1.5 27 L4.5 36 L1.5 45 L4.5 54 L1.5 63 L4.5 72' fill='none' stroke='%23d4a84b' stroke-width='0.85' stroke-opacity='0.42'/%3E%3Cpath d='M7 0 L4 9 L7 18 L4 27 L7 36 L4 45 L7 54 L4 63 L7 72' fill='none' stroke='%23c8102e' stroke-width='0.65' stroke-opacity='0.2'/%3E%3C/svg%3E");
  --tue-flores: url("data:image/svg+xml,%3Csvg width='88' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='16' r='2.2' fill='%23c8102e' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='11' r='1.5' fill='%23d4a84b' fill-opacity='0.06'/%3E%3Ccircle cx='48' cy='19' r='1.9' fill='%23c8102e' fill-opacity='0.045'/%3E%3Ccircle cx='66' cy='12' r='1.4' fill='%23d4a84b' fill-opacity='0.055'/%3E%3Ccircle cx='80' cy='17' r='1.6' fill='%23c8102e' fill-opacity='0.04'/%3E%3Cpath d='M12 16 Q21 10 30 11 T48 19 T66 12 T80 17' fill='none' stroke='%23d4a84b' stroke-opacity='0.045' stroke-width='0.85'/%3E%3C/svg%3E");
  --tue-serape: linear-gradient(
    90deg,
    var(--tue-red-deep) 0%,
    var(--tue-red) 32%,
    var(--tue-gold) 66%,
    var(--tue-gold-light) 100%
  );
  --tue-shadow:
    0 1px 2px rgba(26, 24, 22, 0.05),
    0 16px 40px rgba(26, 24, 22, 0.12),
    0 36px 80px rgba(26, 24, 22, 0.16);
  --tue-inset-top: max(1.5rem, calc(env(safe-area-inset-top, 0px) + 0.85rem));
  --tue-inset-bottom: max(1.5rem, calc(env(safe-area-inset-bottom, 0px) + 0.85rem));

  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--tue-inset-top) 1.15rem var(--tue-inset-bottom);
  pointer-events: none;
}

.tuesday-closed-modal[data-viewport='desktop'] {
  --tue-inset-top: max(2.25rem, calc(env(safe-area-inset-top, 0px) + 1.25rem));
  --tue-inset-bottom: max(2.25rem, calc(env(safe-area-inset-bottom, 0px) + 1.25rem));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tuesday-closed-modal.is-open {
  display: flex;
  pointer-events: auto;
}

.tuesday-closed-modal.is-open .tuesday-closed-modal__backdrop {
  animation: tuesdayFadeIn 0.44s ease forwards;
}

.tuesday-closed-modal.is-open .tuesday-closed-modal__dialog {
  animation: tuesdayReveal 0.62s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.tuesday-closed-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 68% 48% at 50% 36%, rgba(253, 252, 250, 0.07) 0%, transparent 64%),
    radial-gradient(ellipse 40% 30% at 12% 78%, rgba(200, 16, 46, 0.06) 0%, transparent 58%),
    radial-gradient(ellipse 38% 28% at 90% 72%, rgba(212, 168, 75, 0.07) 0%, transparent 55%),
    rgba(26, 24, 22, 0.48);
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

.tuesday-closed-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 292px);
  max-height: calc(100dvh - var(--tue-inset-top) - var(--tue-inset-bottom) - 0.25rem);
  padding: 3px;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--tue-gold-pale) 0%, var(--tue-gold) 42%, var(--tue-red-deep) 100%);
  box-shadow:
    var(--tue-shadow),
    0 0 0 1px rgba(232, 200, 120, 0.2),
    0 0 42px rgba(212, 168, 75, 0.12);
}

.tuesday-closed-modal__dialog::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 228, 0.82), transparent);
  pointer-events: none;
  z-index: 4;
}

.tuesday-closed-modal__jewel {
  position: absolute;
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #fff8e6 0%, var(--tue-gold-light) 45%, var(--tue-gold) 100%);
  border-radius: 1px;
  transform: rotate(45deg);
  box-shadow: 0 0 7px rgba(212, 168, 75, 0.42);
  pointer-events: none;
  z-index: 4;
}

.tuesday-closed-modal__jewel--tl {
  top: 7px;
  left: 7px;
}

.tuesday-closed-modal__jewel--tr {
  top: 7px;
  right: 7px;
}

.tuesday-closed-modal__jewel--bl {
  bottom: 7px;
  left: 7px;
}

.tuesday-closed-modal__jewel--br {
  bottom: 7px;
  right: 7px;
}

.tuesday-closed-modal[data-viewport='desktop'] .tuesday-closed-modal__dialog {
  width: min(100%, 312px);
  padding: 4px;
  border-radius: 22px;
}

.tuesday-closed-modal__shell {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 168, 75, 0.35) transparent;
  border-radius: 16px;
  background:
    linear-gradient(118deg, transparent 42%, rgba(255, 255, 255, 0.34) 50%, transparent 58%),
    radial-gradient(ellipse 120% 80% at 50% 100%, rgba(212, 168, 75, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(255, 236, 178, 0.08) 0%, transparent 70%),
    var(--tue-ivory);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 0 1px var(--tue-gold-hair) inset,
    0 0 0 2px rgba(253, 252, 250, 0.58) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tuesday-closed-modal[data-viewport='desktop'] .tuesday-closed-modal__shell {
  border-radius: 17px;
}

.tuesday-closed-modal__shell::before {
  content: '';
  position: absolute;
  top: -16px;
  right: -18px;
  width: 88px;
  height: 88px;
  background: var(--tue-star-mark) no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
}

.tuesday-closed-modal__shell::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 72px;
  height: 72px;
  background: var(--tue-star-mark) no-repeat center / contain;
  transform: rotate(18deg);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.tuesday-closed-modal__selvedge {
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 5px;
  background: var(--tue-zigzag-v) repeat-y center;
  background-size: 9px 72px;
  opacity: 0.68;
  pointer-events: none;
  z-index: 2;
}

.tuesday-closed-modal__selvedge--left {
  left: 4px;
}

.tuesday-closed-modal__selvedge--right {
  right: 4px;
}

.tuesday-closed-modal__shell > :not(.tuesday-closed-modal__selvedge) {
  position: relative;
  z-index: 1;
}

.tuesday-closed-modal__craft-top,
.tuesday-closed-modal__craft-foot {
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.tuesday-closed-modal__craft-top__shine,
.tuesday-closed-modal__craft-foot__shine {
  height: 1px;
  background: var(--tue-accent);
}

.tuesday-closed-modal__craft-foot__shine {
  height: 2px;
}

.tuesday-closed-modal__craft-top__zigzag,
.tuesday-closed-modal__craft-foot__zigzag {
  height: 5px;
  background: var(--tue-zigzag-h) repeat-x center;
  background-size: 72px 9px;
  opacity: 0.76;
}

.tuesday-closed-modal__craft-top__band,
.tuesday-closed-modal__craft-foot__band {
  height: 4px;
  background: var(--tue-serape);
}

.tuesday-closed-modal__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.24rem;
  padding: 0.62rem 0.88rem 0.42rem;
  text-align: center;
  background:
    radial-gradient(ellipse 88% 100% at 50% -22%, rgba(255, 216, 102, 0.18) 0%, transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, transparent 100%);
}

.tuesday-closed-modal__logo-stage {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.06rem;
}

.tuesday-closed-modal__logo-halo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tuesday-closed-modal__logo-halo::before {
  content: '';
  position: absolute;
  inset: -22px;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg 38deg,
      rgba(244, 196, 48, 0.24) 38deg 44deg,
      transparent 44deg 83deg,
      rgba(244, 196, 48, 0.2) 83deg 89deg,
      transparent 89deg 128deg,
      rgba(244, 196, 48, 0.24) 128deg 134deg,
      transparent 134deg 173deg,
      rgba(244, 196, 48, 0.2) 173deg 179deg,
      transparent 179deg 218deg,
      rgba(244, 196, 48, 0.24) 218deg 224deg,
      transparent 224deg 263deg,
      rgba(244, 196, 48, 0.2) 263deg 269deg,
      transparent 269deg 308deg,
      rgba(244, 196, 48, 0.24) 308deg 314deg,
      transparent 314deg 360deg
    );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.tuesday-closed-modal__logo-frame {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 0.82rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  border: 1px solid var(--tue-gold-hair);
  box-shadow:
    0 0 0 1px rgba(200, 16, 46, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    inset 0 -1px 0 rgba(212, 168, 75, 0.14),
    0 10px 26px rgba(26, 24, 22, 0.09),
    0 0 20px rgba(212, 168, 75, 0.08);
}

.tuesday-closed-modal__logo-frame::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 75, 0.24);
  pointer-events: none;
}

.tuesday-closed-modal__logo {
  display: block;
  width: min(100%, 8rem);
  height: auto;
  max-height: 4.65rem;
  object-fit: contain;
}

.tuesday-closed-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding-bottom: 0.18rem;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--tue-red);
  background:
    linear-gradient(90deg, transparent, rgba(212, 168, 75, 0.55), transparent) bottom / 72% 1px no-repeat;
}

.tuesday-closed-modal__eyebrow-dot {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--tue-gold);
  box-shadow: 0 0 0 2px rgba(212, 168, 75, 0.18);
  flex-shrink: 0;
}

.tuesday-closed-modal__title {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.26rem, 4.8vw, 1.38rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.014em;
  color: var(--tue-ink);
}

.tuesday-closed-modal__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--tue-red-deep);
  text-shadow: 0 0 20px rgba(200, 16, 46, 0.1);
}

.tuesday-closed-modal__subtitle {
  margin: 0;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tue-muted);
}

.tuesday-closed-modal__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0.88rem;
  padding: 0.04rem 0;
}

.tuesday-closed-modal__divider::before,
.tuesday-closed-modal__divider::after {
  content: '';
  flex: 1;
  height: 9px;
  background: var(--tue-zigzag-h) repeat-x center;
  background-size: 72px 9px;
  opacity: 0.8;
}

.tuesday-closed-modal__divider-sun {
  width: 0.88rem;
  height: 0.88rem;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4a84b' stroke-width='1.2' stroke-linecap='round'%3E%3Cline x1='10' y1='2.5' x2='10' y2='5.5'/%3E%3Cline x1='10' y1='14.5' x2='10' y2='17.5'/%3E%3Cline x1='2.5' y1='10' x2='5.5' y2='10'/%3E%3Cline x1='14.5' y1='10' x2='17.5' y2='10'/%3E%3Cline x1='4.8' y1='4.8' x2='6.9' y2='6.9'/%3E%3Cline x1='13.1' y1='13.1' x2='15.2' y2='15.2'/%3E%3Cline x1='15.2' y1='4.8' x2='13.1' y2='6.9'/%3E%3Cline x1='6.9' y1='13.1' x2='4.8' y2='15.2'/%3E%3C/g%3E%3Ccircle cx='10' cy='10' r='3.6' fill='%23d4a84b'/%3E%3Ccircle cx='10' cy='10' r='2.1' fill='%23c8102e'/%3E%3C/svg%3E") no-repeat center / contain;
  filter: drop-shadow(0 0 6px rgba(212, 168, 75, 0.32));
}

.tuesday-closed-modal[data-viewport='desktop'] .tuesday-closed-modal__divider-sun {
  width: 0.96rem;
  height: 0.96rem;
}

.tuesday-closed-modal[data-viewport='desktop'] .tuesday-closed-modal__logo {
  width: min(100%, 8.35rem);
  max-height: 4.85rem;
}

.tuesday-closed-modal[data-viewport='desktop'] .tuesday-closed-modal__reopen-pill {
  font-size: 0.98rem;
  padding: 0.34rem 0.82rem;
}

.tuesday-closed-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.36rem;
  padding: 0 0.88rem 0.58rem;
  text-align: center;
}

.tuesday-closed-modal__reopen-pill {
  margin: 0;
  padding: 0.3rem 0.72rem;
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.015em;
  color: var(--tue-ink);
  border-radius: 999px;
  background:
    var(--tue-flores),
    linear-gradient(165deg, #fff 0%, var(--tue-pearl) 100%);
  background-size: 88px 32px, 100% 100%;
  border: 1px solid rgba(212, 168, 75, 0.3);
  box-shadow:
    0 0 0 1px rgba(212, 168, 75, 0.16) inset,
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 4px 14px rgba(26, 24, 22, 0.05),
    0 0 18px rgba(212, 168, 75, 0.09);
}

.tuesday-closed-modal__reopen-pill span {
  color: var(--tue-red);
}

.tuesday-closed-modal__details {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  width: 100%;
  margin: 0;
}

.tuesday-closed-modal__detail-line {
  margin: 0;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1.38;
  color: var(--tue-muted);
}

.tuesday-closed-modal__reopen {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.24rem;
  margin: 0;
  padding: 0.82rem 1.35rem 0.76rem;
  width: 100%;
  max-width: 16.5rem;
  border-radius: 16px;
  background:
    var(--tue-flores),
    linear-gradient(165deg, #fff 0%, var(--tue-pearl) 58%, var(--tue-linen) 100%);
  background-size: 88px 32px, 100% 100%;
  border: 1px solid var(--tue-line);
  box-shadow:
    0 0 0 1px rgba(212, 168, 75, 0.16) inset,
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 8px 20px rgba(26, 24, 22, 0.06);
}

.tuesday-closed-modal__reopen::before,
.tuesday-closed-modal__reopen::after {
  content: '';
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 75, 0.6) 0%, transparent 72%);
  pointer-events: none;
}

.tuesday-closed-modal__reopen::before {
  top: 9px;
  left: 11px;
}

.tuesday-closed-modal__reopen::after {
  bottom: 9px;
  right: 11px;
}

.tuesday-closed-modal__reopen-label {
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tue-muted);
}

.tuesday-closed-modal__reopen-time {
  margin: 0;
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.025em;
  color: var(--tue-ink);
}

.tuesday-closed-modal__reopen-time span {
  color: var(--tue-red);
}

.tuesday-closed-modal__reopen-note {
  margin: 0;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--tue-muted);
}

.tuesday-closed-modal__details {
  width: 100%;
  margin: 0;
  padding: 0.2rem 0 0;
}

.tuesday-closed-modal__details-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
}

.tuesday-closed-modal__details-head::before,
.tuesday-closed-modal__details-head::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tue-line), transparent);
}

.tuesday-closed-modal__details-title {
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--tue-gold);
  flex-shrink: 0;
}

.tuesday-closed-modal__detail-row {
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  gap: 0.6rem;
  align-items: start;
  padding: 0.52rem 0;
  text-align: left;
  border-top: 1px solid var(--tue-line);
}

.tuesday-closed-modal__detail-row:last-child {
  padding-bottom: 0;
}

.tuesday-closed-modal__detail-label {
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tue-red-deep);
  padding-top: 0.14rem;
}

.tuesday-closed-modal__detail-value {
  margin: 0;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--tue-muted);
}

.tuesday-closed-modal__info-link {
  display: inline-block;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--tue-red);
  text-decoration: none;
  transition: color 0.2s ease;
}

.tuesday-closed-modal__info-link:hover {
  color: var(--tue-red-deep);
}

.tuesday-closed-modal__footnote {
  margin: 0;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(107, 101, 96, 0.72);
}

.tuesday-closed-modal__actions {
  width: 100%;
  padding-top: 0.04rem;
}

.tuesday-closed-modal__btn {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  border-radius: 11px !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', 'Montserrat', sans-serif) !important;
  font-size: 0.64rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
}

.tuesday-closed-modal__btn--primary {
  background:
    radial-gradient(ellipse 82% 58% at 50% 0%, rgba(212, 168, 75, 0.16) 0%, transparent 72%),
    linear-gradient(180deg, #34312d 0%, var(--tue-ink) 44%, #0e0d0c 100%) !important;
  border: 1px solid rgba(212, 168, 75, 0.34) !important;
  box-shadow:
    0 0 0 1px rgba(26, 24, 22, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 0 0 1px rgba(212, 168, 75, 0.2) inset,
    inset 0 -1px 0 rgba(212, 168, 75, 0.2),
    0 8px 22px rgba(26, 24, 22, 0.18),
    0 0 24px rgba(212, 168, 75, 0.1) !important;
  color: #fff !important;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    transform 0.15s ease,
    box-shadow 0.28s ease,
    text-shadow 0.28s ease;
}

.tuesday-closed-modal__btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 245, 210, 0.15) 0%, transparent 42%),
    linear-gradient(90deg, transparent 8%, rgba(232, 200, 120, 0.62) 50%, transparent 92%);
  background-size: 100% 100%, 100% 1px;
  background-position: center, center top;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.tuesday-closed-modal__btn--primary::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    108deg,
    transparent 28%,
    rgba(255, 240, 190, 0) 40%,
    rgba(255, 236, 178, 0.38) 50%,
    rgba(255, 240, 190, 0) 60%,
    transparent 72%
  );
  transform: translateX(-135%) skewX(-14deg);
  opacity: 0;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
  pointer-events: none;
  z-index: 1;
}

.tuesday-closed-modal__btn--primary:hover {
  background:
    radial-gradient(ellipse 88% 62% at 50% 0%, rgba(255, 220, 140, 0.2) 0%, transparent 72%),
    linear-gradient(180deg, var(--tue-red-deep) 0%, var(--tue-red) 100%) !important;
  border-color: rgba(232, 200, 120, 0.5) !important;
  box-shadow:
    0 0 0 1px rgba(212, 168, 75, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 0 0 1px rgba(255, 236, 178, 0.22) inset,
    inset 0 -1px 0 rgba(212, 168, 75, 0.3),
    0 10px 28px rgba(200, 16, 46, 0.22),
    0 0 32px rgba(212, 168, 75, 0.16) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18), 0 0 10px rgba(255, 236, 178, 0.22);
}

.tuesday-closed-modal__btn--primary:hover::after {
  opacity: 1;
  transform: translateX(135%) skewX(-14deg);
}

.tuesday-closed-modal__btn--primary:active {
  transform: scale(0.992);
}

.tuesday-closed-modal__btn--primary:focus-visible {
  outline: 2px solid var(--tue-gold-light);
  outline-offset: 2px;
}

@keyframes tuesdayFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tuesdayReveal {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.965);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tuesday-closed-modal.is-open .tuesday-closed-modal__backdrop,
  .tuesday-closed-modal.is-open .tuesday-closed-modal__dialog {
    animation: none !important;
  }

  .tuesday-closed-modal__btn--primary::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .tuesday-closed-modal[data-viewport='mobile'] .tuesday-closed-modal__dialog {
    width: min(92vw, 278px);
    padding: 3px;
    border-radius: 18px;
  }

  .tuesday-closed-modal__shell {
    border-radius: 14px;
  }

  .tuesday-closed-modal__hero,
  .tuesday-closed-modal__body {
    padding-left: 0.92rem;
    padding-right: 0.92rem;
  }

  .tuesday-closed-modal__body {
    padding-bottom: calc(0.58rem + env(safe-area-inset-bottom, 0px));
  }

  .tuesday-closed-modal__divider {
    margin-left: 0.92rem;
    margin-right: 0.92rem;
  }
}