/* ═══════════════════════════════════════════════════════════════
   ANNA — ROSH HASHANA (holiday) WIDGETS
   Loaded only by anna-rosh-menu / anna-rosh-strip.

   Every selector is scoped under .anna-rh or .anna-rh-strip, so this
   file can never affect the year-round menu or any other widget.
   Structure classes (.menu-nav, .menu-cat, .menu-item…) are reused from
   anna-widgets.css on purpose — that is what makes the holiday page look
   identical to the regular menu. Only the holiday-only pieces live here:
   the honey accent, the dual price stack, item photos, full-width rows
   and the cross-link card.
   ═══════════════════════════════════════════════════════════════ */

.anna-rh{
  /* Overridable from the widget's Style tab (accent_color). */
  --anna-rh-accent: var(--brown, #C3885D);
  --anna-rh-accent-dark: var(--brown-dark, #A06A3D);
}

/* ── Note bars ────────────────────────────────────────────────── */
.anna-rh .menu-note{
  max-width:100%;margin:0 auto clamp(18px,2.4vw,26px);
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;
  padding:clamp(20px,2.8vw,32px) clamp(22px,3.2vw,42px);border-radius:var(--r-md,26px);
  background:linear-gradient(135deg,rgba(0,72,69,.06),rgba(195,136,93,.08));
  border:1px solid rgba(0,72,69,.12);
}
.anna-rh .menu-note:last-of-type{margin-bottom:clamp(44px,6vw,70px);}
.anna-rh .menu-note p{font-size:15px;line-height:1.7;color:var(--ink-soft,#5A4030);max-width:62ch;margin:0;}
.anna-rh .menu-note strong{color:var(--green,#004845);}
/* Honey/gold variant — the holiday deadline banner */
.anna-rh .menu-note--gold{
  background:linear-gradient(135deg,rgba(217,168,125,.24),rgba(195,136,93,.11));
  border-color:rgba(195,136,93,.34);
}
/* Follow a custom accent colour where color-mix is available. */
@supports (border-color: color-mix(in srgb, red 30%, transparent)){
  .anna-rh .menu-note--gold{ border-color:color-mix(in srgb, var(--anna-rh-accent) 34%, transparent); }
}
.anna-rh .menu-note--gold strong{color:var(--anna-rh-accent-dark);}
/* Buttons inside the notes — the plugin's shared button classes, pinned so a
   long label never stretches the flex row. */
.anna-rh .menu-note .btn-primary,
.anna-rh .menu-note .btn-green{flex:0 0 auto;text-decoration:none;}

/* ── Sticky-nav pill that links back to the full menu ─────────── */
.anna-rh .menu-nav__pill--holiday{
  background:linear-gradient(120deg,var(--anna-rh-accent),var(--anna-rh-accent-dark));
  color:var(--white,#fff);border-color:transparent;
  box-shadow:0 4px 16px rgba(195,136,93,.3);
}
.anna-rh .menu-nav__pill--holiday:hover,
.anna-rh .menu-nav__pill--holiday.is-active{
  background:linear-gradient(120deg,var(--anna-rh-accent-dark),var(--anna-rh-accent));
  color:var(--white,#fff);border-color:transparent;
}

/* ── Item rows: photo slot + dual price ───────────────────────── */
/* Rows with a photo need a third grid column; rows without keep the
   two-column layout inherited from anna-widgets.css. */
.anna-rh .menu-item--thumbed{grid-template-columns:auto 1fr auto;align-items:center;}
.anna-rh .menu-item__thumb{
  width:74px;height:74px;flex-shrink:0;border-radius:16px;overflow:hidden;
  background:linear-gradient(135deg,rgba(195,136,93,.16),rgba(0,72,69,.1));
  display:block;position:relative;
}
.anna-rh .menu-item__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
/* No photo yet — a soft branded tile, so the column stays aligned and the
   row still looks finished. */
.anna-rh .menu-item__thumb.is-empty{
  background:
    radial-gradient(circle at 32% 28%,rgba(217,168,125,.34),transparent 62%),
    linear-gradient(135deg,rgba(195,136,93,.14),rgba(0,72,69,.09));
}

.anna-rh .menu-item__prices{
  display:flex;flex-direction:column;align-items:flex-end;gap:1px;
  white-space:nowrap;align-self:center;
}
.anna-rh .menu-item__price{padding-top:0;align-self:auto;}
.anna-rh .menu-item__price-alt{
  font-family:var(--mono,monospace);font-size:10px;letter-spacing:.01em;
  color:var(--ink-mute,#8A7060);
}

/* ── Full-width rows (gift packages with long contents) ───────── */
.anna-rh .menu-items--wide{grid-template-columns:1fr;}
.anna-rh .menu-items--wide .menu-item{padding:18px 0;}
.anna-rh .menu-items--wide .menu-item__thumb{width:88px;height:88px;}
.anna-rh .menu-items--wide .menu-item__desc{max-width:80ch;}

@media (max-width:680px){
  .anna-rh .menu-item__thumb,
  .anna-rh .menu-items--wide .menu-item__thumb{width:60px;height:60px;}
}

/* ═══ CROSS-LINK CARD (points at the holiday menu) ═════════════ */
.anna-rh-strip-wrap{display:block;}
.anna-rh-strip{
  display:flex;align-items:center;gap:clamp(15px,2.4vw,28px);
  margin:0 auto;padding:clamp(15px,2vw,22px) clamp(18px,2.6vw,30px);
  border-radius:var(--r-md,26px);text-decoration:none;
  background:linear-gradient(120deg,rgba(217,168,125,.26),rgba(195,136,93,.12) 56%,rgba(0,72,69,.07));
  border:1px solid rgba(195,136,93,.38);
  box-shadow:0 18px 44px rgba(160,106,61,.12);
  transition:transform .4s var(--ease-out,ease),box-shadow .4s,border-color .4s;
}
a.anna-rh-strip:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 60px rgba(160,106,61,.2);
  border-color:var(--brown,#C3885D);
}
.anna-rh-strip__media{
  width:84px;height:84px;flex-shrink:0;border-radius:20px;overflow:hidden;display:block;
  background:linear-gradient(135deg,rgba(195,136,93,.16),rgba(0,72,69,.1));
}
.anna-rh-strip__media img{width:100%;height:100%;object-fit:cover;display:block;}
.anna-rh-strip__body{flex:1 1 auto;min-width:0;}
.anna-rh-strip__kicker,
.anna-rh-strip__title,
.anna-rh-strip__text{display:block;}
.anna-rh-strip__kicker{
  font-family:var(--mono,monospace);font-size:9.5px;letter-spacing:.28em;
  text-transform:uppercase;color:var(--brown-dark,#A06A3D);
}
.anna-rh-strip__title{
  font-size:clamp(19px,2.2vw,27px);font-weight:900;letter-spacing:-.025em;
  color:var(--ink,#1A120A);margin-top:5px;line-height:1.15;
}
.anna-rh-strip__text{
  font-size:13.5px;line-height:1.6;color:var(--ink-soft,#5A4030);
  margin-top:5px;max-width:70ch;
}
.anna-rh-strip__go{
  flex:0 0 auto;font-size:14px;font-weight:700;color:var(--green,#004845);
}
@media (max-width:640px){
  .anna-rh-strip{flex-wrap:wrap;}
  .anna-rh-strip__go{width:100%;}
}

/* NOTE — no gated opacity:0 opening states here on purpose. The year-round
   menu widget renders statically too, and anna-animations.js has no reveal
   for these elements; declaring a hidden start state would leave them
   invisible forever. Motion on this page is the sticky nav + scroll-spy,
   which come from the shared script for free. */
