/* V345 — live Fall homepage polish, archived Summer heading cleanup,
   and preservation of the approved illustrated cocktail-title system. */

@media (min-width:621px) {
  /* The approved homepage art already contains the gold button frame.
     Place the live label precisely inside that frame. */
  .home-v139-hotspot.browse {
    left:42.46% !important;
    top:47.08% !important;
    width:18.60% !important;
    height:5.53% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .home-v139-hotspot.browse::before {
    content:"BROWSE FALL MENU  →" !important;
    position:absolute !important;
    inset:10% 2.5% !important;
    z-index:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#e0ad58 !important;
    background:#061311 !important;
    font-family:var(--fb-body) !important;
    font-size:clamp(.72rem,1vw,1rem) !important;
    font-style:normal !important;
    font-weight:600 !important;
    letter-spacing:.13em !important;
    line-height:1 !important;
    text-align:center !important;
    text-transform:uppercase !important;
    text-shadow:0 1px 2px #000 !important;
    white-space:nowrap !important;
    pointer-events:none !important;
  }
}

@media (max-width:620px) {
  .mobile-home-v140-browse::before {
    content:"BROWSE FALL MENU" !important;
  }
}

/* V350 Summer uses the same 1200 x 110 archive title format as other years.
   Its SVG artwork already excludes the large diamonds; no page crop is used. */
.fall-current-no-diamonds-v346::before,
.fall-current-no-diamonds-v346::after {
  content:"" !important;
  position:absolute !important;
  z-index:2 !important;
  top:40% !important;
  width:2.35% !important;
  height:24% !important;
  background:#000 !important;
  pointer-events:none !important;
}

/* Fall's live masthead uses the same clean, diamond-free linework.
   Crop the outer tips and cover the two inner diamonds without touching
   the approved title lettering or its seasonal captions. */
.fall-current-no-diamonds-v346 {
  position:relative !important;
}

.fall-current-no-diamonds-v346 img {
  clip-path:inset(0 1.1%) !important;
}

.fall-current-no-diamonds-v346::before { left:18.15% !important; }
.fall-current-no-diamonds-v346::after  { right:18.15% !important; }
