/* The shared chrome: top bar, breadcrumbs, footer, floating WhatsApp.
   Loaded by ALL NINE pages -- the homepage included, since the nav and footer
   were unified. The sizes here are the homepage's: at the subpages' old 40px
   the brand marks' sub-lines were illegible.
   Breadcrumbs only appear on the eight non-homepage pages; the rules are inert
   on the homepage, which has no .crumbs element. */

.site-nav{position:sticky;top:0;z-index:50;background:rgba(245,230,208,.95);
  backdrop-filter:blur(6px);border-bottom:1.5px solid rgba(44,35,24,.16)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:86px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.brand:hover{color:var(--green)}
.brand-marks{display:flex;align-items:center;gap:13px}
.brand-marks img{display:block;height:58px;width:auto}
.brand-marks .yjc{height:54px}
.mark-sep{flex:0 0 1px;width:1px;height:34px;background:rgba(44,35,24,.24)}
.nav-links{display:flex;gap:2px;margin-left:auto;align-items:center}
.nav-links a{font-family:var(--disp);font-size:22px;letter-spacing:.06em;color:var(--green);
  text-decoration:none;padding:12px 14px 10px;border-radius:8px;line-height:1;white-space:nowrap}
.nav-links a:hover,.nav-links a:focus-visible{background:rgba(35,66,47,.1);outline:none}
/* --orange-dp is 4.14:1 on the cream bar -- short of the 4.5 this 22px/400
   Bebas needs. --orange-dpr clears it at 5.08:1. */
.nav-links a.active{color:var(--orange-dpr);box-shadow:inset 0 -3px 0 var(--orange);background:transparent}
.nav-toggle{display:none;margin-left:auto;background:none;border:0;padding:9px;cursor:pointer}
.nav-toggle span{display:block;width:26px;height:3px;background:var(--green);border-radius:2px;margin:5px 0;
  transition:transform .18s,opacity .18s}
.crumbs{background:var(--cream);border-bottom:1px solid var(--rule)}
.crumbs ol{max-width:1200px;margin:0 auto;padding:11px 24px;list-style:none;display:flex;flex-wrap:wrap;font-weight:700;font-size:13.5px;color:var(--ink-2)}
.crumbs li{display:flex;align-items:center}
.crumbs li+li::before{content:"\203A";margin:0 9px;opacity:.5}
/* WCAG 2.5.8 wants 24x24. The padding grows the hit area to 29x47 and the
   matching negative margin keeps the bar exactly the height it was. */
.crumbs a{color:var(--ink-2);text-decoration:none;
  display:inline-block;padding:6px 4px;margin:-6px -4px}
.crumbs a:hover{color:var(--green);text-decoration:underline}
.crumbs [aria-current="page"]{color:var(--ink)}
.site-footer{position:relative;overflow:hidden;background:var(--green-dp);
  background-image:var(--paper);background-size:200px 200px;color:rgba(245,230,208,.8);padding:56px 24px 26px}
.site-footer::after,.site-footer::before{content:'';position:absolute;bottom:-8px;
  pointer-events:none;filter:brightness(0) invert(1)}
.site-footer::after{right:-14px;width:340px;height:330px;opacity:.15;
  background:url('../images/brand/decor-street.png') right bottom/contain no-repeat;
  -webkit-mask-image:radial-gradient(120% 100% at 78% 88%,#000 42%,transparent 78%);
  mask-image:radial-gradient(120% 100% at 78% 88%,#000 42%,transparent 78%)}
.site-footer::before{left:-16px;width:400px;height:150px;opacity:.14;
  background:url('../images/brand-yjc/yjc-storefront.png') left bottom/contain no-repeat;
  -webkit-mask-image:radial-gradient(110% 120% at 22% 92%,#000 44%,transparent 80%);
  mask-image:radial-gradient(110% 120% at 22% 92%,#000 44%,transparent 80%)}
.footer-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:34px}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand img{display:block;height:58px;width:auto}
.footer-brand .yjc{height:56px}
.footer-brand .mark-sep{height:36px;background:rgba(245,230,208,.32)}
.footer-blurb{font-weight:500;font-size:14px;line-height:1.7;margin:16px 0 0;max-width:34ch}
.footer-col h4{font-family:var(--mark);font-weight:800;color:var(--cream);font-size:14px;letter-spacing:.11em;
  text-transform:uppercase;margin:0 0 12px}
.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.footer-col li{font-weight:600;font-size:14px;line-height:1.35}
.footer-col a{color:rgba(245,230,208,.85);text-decoration:none;font-weight:600;display:inline-block;
  padding:11px 0}
.footer-col a:hover{color:#F3C68C;text-decoration:underline}
.footer-col .unit{display:block;font-weight:500;font-size:12.5px;opacity:.68;margin-top:3px}
.footer-hours{margin-top:30px;padding-top:20px;border-top:1px solid rgba(245,230,208,.2);
  font-weight:500;font-size:13.5px;line-height:1.7}
.footer-hours b{color:var(--cream);font-family:var(--mark);font-weight:700}
.footer-bottom{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px}
.footer-copy{font-weight:500;font-size:12.5px;color:rgba(245,230,208,.6)}
.footer-bottom a{color:rgba(245,230,208,.7);text-decoration:none;font-weight:700;font-size:12.5px;
  display:inline-block;padding:12px 6px;margin:-12px 0}
.footer-bottom a:hover{color:var(--cream)}
.fab-wa{position:fixed;right:22px;bottom:22px;z-index:60;width:60px;height:60px;border-radius:50%;
  background:var(--wa);display:grid;place-items:center;box-shadow:0 8px 22px rgba(24,45,32,.42);
  border:3px solid var(--cream)}
.fab-wa:hover{transform:scale(1.08);background:var(--wa-dk)}
@media (max-width:1080px){
  .footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width:899.5px){
  .nav-toggle{display:block}
  .nav-inner{height:74px}
  .brand-marks img{height:46px}
  .brand-marks .yjc{height:35px}
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream-lt);
    flex-direction:column;align-items:stretch;gap:0;padding:10px 18px 16px;
    border-bottom:2px solid rgba(44,35,24,.22);box-shadow:0 14px 28px rgba(44,35,24,.2)}
  .site-nav.open .nav-links{display:flex}
  .nav-links a{padding:14px;font-size:26px}
  .site-nav.open .nav-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .site-nav.open .nav-toggle span:nth-child(2){opacity:0}
  .site-nav.open .nav-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
}
@media (max-width:559.5px){
  .brand-marks{gap:9px}
  .brand-marks img{height:40px}
  .brand-marks .yjc{height:31px}
  .footer-top{grid-template-columns:1fr;gap:28px}
  .site-footer::after{width:220px;height:220px;opacity:.12}
}
