/* ============================================================
   Chatham Food Store — chathamfoodstore.com.au
   Palette: pansy violet + gold (from the edible pansies in the
   brand photography), sage (brochure headings), linen, charcoal.
   ============================================================ */
:root{
  --plum:#E31746;
  --plum-dark:#B4102F;
  --gold:#D9A62E;
  --sage:#6E8B67;
  --sage-dark:#54704E;
  --ink:#26231F;
  --charcoal:#1C1A18;
  --linen:#F4F0E8;
  --linen-deep:#EAE4D7;
  --white:#FFFFFF;
  --radius:14px;
  --shadow:0 10px 30px rgba(28,26,24,.10);
  --font-display:"Archivo",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-body:"Source Serif 4",Georgia,"Times New Roman",serif;
  --wrap:1180px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
}
body{
  font-family:var(--font-body);
  font-size:1.075rem;
  line-height:1.65;
  color:var(--ink);
  background:var(--linen);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
a{color:var(--plum)}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid var(--plum);outline-offset:2px;border-radius:4px;
}
.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.2rem)}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:.7rem 1.2rem;z-index:200;font-family:var(--font-display)}
.skip-link:focus{left:0}
/* Read by screen readers and search engines, invisible on screen — used for
   the section headings that keep the h1/h2/h3 outline unbroken. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.logo-img{border-radius:50%}

/* ---------- type ---------- */
h1,h2,h3,h4,.display{font-family:var(--font-display);line-height:1.12;letter-spacing:-.01em;font-weight:700;color:var(--ink)}
h1{font-size:clamp(2.1rem,5vw,3.4rem)}
h2{font-size:clamp(1.65rem,3.4vw,2.4rem)}
h3{font-size:1.25rem}
.eyebrow{
  font-family:var(--font-display);font-size:.78rem;font-weight:600;
  letter-spacing:.24em;text-transform:uppercase;color:var(--sage-dark);
  display:inline-flex;align-items:center;gap:.6rem;margin-bottom:.9rem;
}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--sage)}
.lede{font-size:1.18rem;max-width:56ch}
.muted{color:#5c564d}
.fineprint{font-size:.85rem;color:#6b655b;font-family:var(--font-display)}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--font-display);font-weight:600;font-size:.95rem;
  letter-spacing:.02em;text-decoration:none;cursor:pointer;line-height:1.2;
  padding:.85rem 1.5rem;border-radius:999px;border:2px solid transparent;
  transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--plum);color:#fff}
.btn-primary:hover{background:var(--plum-dark)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#000}
.btn-outline{border-color:var(--ink);color:var(--ink);background:transparent}
.btn-outline:hover{background:var(--ink);color:#fff}
.btn-light{background:#fff;color:var(--plum-dark)}
.btn-light:hover{background:var(--linen-deep)}

/* ---------- offer bar ---------- */
.offer-bar{
  background:var(--plum);color:#fff;text-align:center;
  font-family:var(--font-display);font-size:.88rem;font-weight:600;
  letter-spacing:.04em;padding:.55rem 1rem;
}
.offer-bar a{color:#fff;text-decoration:underline;text-underline-offset:3px}

/* ---------- header / nav ---------- */
.site-header{
  position:sticky;top:0;z-index:100;background:rgba(244,240,232,.92);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--linen-deep);
}
.nav{display:flex;align-items:center;gap:1.4rem;padding-block:.7rem}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--ink)}
.brand img{width:52px;height:52px;flex:none}
.brand-word{font-family:var(--font-display);line-height:1.05}
.brand-word .b1{display:block;font-weight:700;font-size:1.12rem;letter-spacing:.34em}
.brand-word .b2{display:block;font-weight:500;font-size:.62rem;letter-spacing:.5em;color:#6b655b;margin-top:.15rem}
.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none;margin-left:auto}
.nav-links a:not(.btn){
  font-family:var(--font-display);font-weight:600;font-size:.92rem;
  text-decoration:none;color:var(--ink);letter-spacing:.02em;
  padding:.35rem 0;border-bottom:2px solid transparent;
}
.nav-links a:not(.btn):hover{border-color:var(--plum)}
.nav-links a:not(.btn)[aria-current="page"]{color:var(--plum);border-color:var(--plum)}
.nav-links a.btn{padding:.62rem 1.3rem;font-size:.88rem}
.nav-cta{margin-left:.4rem}
.nav-toggle{
  display:none;margin-left:auto;background:none;border:2px solid var(--ink);
  border-radius:10px;padding:.45rem .6rem;cursor:pointer;color:var(--ink);
}
.nav-toggle svg{display:block}
@media (max-width:920px){
  .nav-toggle{display:block}
  .nav-links{
    position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;
    gap:0;background:var(--linen);border-bottom:1px solid var(--linen-deep);
    padding:0 clamp(1.1rem,4vw,2.2rem) 1.1rem;display:none;
  }
  .nav-links.open{display:flex}
  .nav-links li{border-top:1px solid var(--linen-deep)}
  .nav-links a:not(.btn){display:block;padding:.9rem 0;border-bottom:none}
  .nav-links li:has(.btn){border-top:none}
  .nav-cta{display:inline-flex;margin:.9rem 0 0;width:100%}
}

/* ---------- awning strip (signature) ---------- */
.awning{
  background:var(--charcoal);color:var(--linen);overflow:hidden;white-space:nowrap;
  border-block:3px solid var(--gold);
}
.awning-track{
  display:inline-block;padding:.72rem 0;
  font-family:var(--font-display);font-weight:600;font-size:.82rem;letter-spacing:.42em;
  text-transform:uppercase;
  animation:awning-scroll 38s linear infinite;
}
.awning-track span{padding-inline:1.2rem}
.awning-track .dot{color:var(--gold)}
@keyframes awning-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){
  .awning-track{animation:none;white-space:normal;display:block;text-align:center;
    letter-spacing:.18em;padding:.6rem .9rem;line-height:1.9}
  .awning-track span:nth-child(n+8){display:none}
}

/* ---------- hero ---------- */
.hero{padding-block:clamp(2.6rem,6vw,5rem)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.8rem,4vw,3.6rem);align-items:center}
.hero-copy .lede{margin:1.1rem 0 1.7rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:.55rem}
.badge{
  font-family:var(--font-display);font-size:.76rem;font-weight:600;letter-spacing:.05em;
  background:#fff;border:1.5px solid var(--linen-deep);border-radius:999px;
  padding:.42rem .9rem;display:inline-flex;align-items:center;gap:.45rem;color:#4c463d;
}
.badge svg{color:var(--sage-dark);flex:none}
.hero-photo{position:relative}
.hero-photo img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3.4;object-fit:cover;width:100%}
@media (max-width:840px){
  .hero-grid{grid-template-columns:1fr}
  .hero-photo{order:-1}
  }

/* ---------- generic sections ---------- */
.section{padding-block:clamp(2.8rem,6vw,5.2rem)}
.section-tight{padding-block:clamp(2rem,4.5vw,3.4rem)}
.section-head{max-width:64ch;margin-bottom:clamp(1.6rem,3.5vw,2.6rem)}
.section-head p{margin-top:.7rem}
.on-white{background:#fff}
.on-deep{background:var(--linen-deep)}

/* ---------- specials ---------- */
.specials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.special-card{
  background:#fff;border-radius:var(--radius);padding:1.6rem 1.5rem;
  border-top:5px solid var(--gold);box-shadow:var(--shadow);
  display:flex;flex-direction:column;gap:.45rem;
}
.special-card .big{font-family:var(--font-display);font-weight:800;font-size:2.1rem;color:var(--plum);line-height:1}
.special-card h3{font-size:1.05rem}
.special-card p{font-size:.95rem;color:#5c564d}
.coffee-note{
  margin-top:1.2rem;background:var(--charcoal);color:var(--linen);border-radius:var(--radius);
  padding:1.2rem 1.5rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap;
}
.coffee-note strong{font-family:var(--font-display)}
.coffee-note .cup{flex:none;color:var(--gold)}
.coffee-note a{color:#fff}
@media (max-width:840px){.specials-grid{grid-template-columns:1fr}}

/* ---------- split feature ---------- */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.8rem,4vw,3.6rem);align-items:center}
.feature.reverse .feature-copy{order:2}
.feature img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover;aspect-ratio:4/3}
.feature ul.ticks{list-style:none;margin:1.1rem 0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.45rem .9rem}
.feature ul.ticks li{display:flex;gap:.5rem;align-items:baseline;font-size:.98rem}
.feature ul.ticks li::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;background:var(--gold);transform:translateY(-1px)}
@media (max-width:840px){
  .feature{grid-template-columns:1fr}
  .feature.reverse .feature-copy{order:0}
  .feature ul.ticks{grid-template-columns:1fr}
}

/* ---------- photo grids ---------- */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.dish{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--charcoal)}
.dish img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}
.dish:hover img{transform:scale(1.04)}
.dish figcaption{
  position:absolute;inset:auto 0 0 0;padding:1.6rem .95rem .8rem;color:#fff;
  font-family:var(--font-display);font-weight:600;font-size:.9rem;letter-spacing:.03em;
  background:linear-gradient(to top,rgba(20,18,16,.82),rgba(20,18,16,0));
}
@media (max-width:840px){.grid-3{grid-template-columns:1fr 1fr}.grid-4{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.grid-3,.grid-4{grid-template-columns:1fr 1fr;gap:.7rem}.dish figcaption{font-size:.78rem;padding:1.2rem .7rem .6rem}}

/* ---------- menu columns ---------- */
.menu-cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3rem)}
.menu-list{list-style:none}
.menu-list li{
  padding:.72rem 0;border-bottom:1px dashed #cfc7b6;
  display:flex;gap:.7rem;align-items:baseline;
}
.menu-list li::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;background:var(--sage)}
.menu-list li strong{font-family:var(--font-display);font-weight:600}
@media (max-width:760px){.menu-cols{grid-template-columns:1fr}}

/* ---------- download cards ---------- */
.dl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.dl-card{
  background:#fff;border-radius:var(--radius);padding:1.7rem 1.6rem;box-shadow:var(--shadow);
  display:flex;flex-direction:column;gap:.7rem;border-left:5px solid var(--sage);
}
.dl-card.hot{border-left-color:var(--plum)}
.dl-card h3{display:flex;align-items:center;gap:.6rem}
.dl-card h3 svg{flex:none;color:var(--plum)}
.dl-card p{font-size:.98rem;color:#5c564d;flex:1}
.dl-card .btn{align-self:flex-start}
@media (max-width:760px){.dl-grid{grid-template-columns:1fr}}

/* ---------- info / hours card ---------- */
.info-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.8rem 1.7rem}
.info-card h3{margin-bottom:.6rem}
.hours{list-style:none;font-family:var(--font-display);font-size:.98rem}
.hours li{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--linen)}
.hours li span:last-child{font-weight:600}
.hours li.closed span:last-child{color:#A03D3D}

/* ---------- stockists ---------- */
.stockist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.stockist{
  background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);
  padding:1.7rem 1.6rem;border-top:5px solid var(--sage);
}
.stockist h3{margin-bottom:.35rem}
.stockist p{color:#5c564d;font-size:.98rem;margin-bottom:.9rem}
.stockist .links{display:flex;gap:1.1rem;flex-wrap:wrap;font-family:var(--font-display);font-size:.92rem;font-weight:600}
@media (max-width:760px){.stockist-grid{grid-template-columns:1fr}}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.8rem,4vw,3rem);align-items:start}
.form-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.9rem 1.8rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{margin-bottom:1.05rem}
.field label{display:block;font-family:var(--font-display);font-weight:600;font-size:.9rem;margin-bottom:.35rem}
.field label .req{color:var(--plum)}
.field input,.field textarea,.field select{
  width:100%;padding:.8rem .9rem;border:1.5px solid #d8d1c2;border-radius:10px;
  font-family:var(--font-body);font-size:1rem;background:var(--linen);color:var(--ink);
}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--plum);background:#fff}
.map-embed{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-top:1.2rem}
.map-embed iframe{display:block;width:100%;height:290px;border:0}
@media (max-width:840px){.contact-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}

/* ---------- big CTA band ---------- */
.cta-band{background:var(--plum);color:#fff;text-align:center}
.cta-band h2{color:#fff;margin-bottom:.6rem}
.cta-band p{max-width:58ch;margin:0 auto 1.6rem;color:#DCD6F0}
.cta-band strong{color:#fff}

/* ---------- footer ---------- */
.site-footer{background:var(--charcoal);color:#CFC8BB;padding-block:3.2rem 1.6rem}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.4rem}
/* Footer column headings are <h2 class="foot-h">. They used to be <h4>,
   which made the page heading outline skip a level (h2 -> h4). The class
   keeps them looking exactly as before; h4 stays in the selector so any
   older cached markup still renders correctly. */
.site-footer h4,.site-footer .foot-h{color:#fff;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.9rem;line-height:1.12}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:.55rem;font-size:.95rem}
.site-footer a{color:#CFC8BB;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-brand img{width:74px;height:74px;margin-bottom:.9rem}
.footer-brand p{font-size:.95rem;max-width:34ch}
.socials{display:flex;align-items:center;gap:.8rem;margin-top:1.1rem}
.socials a{
  width:40px;height:40px;flex:none;border:1.5px solid #4a453d;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;color:#CFC8BB;
}
.socials a svg{display:block;width:17px;height:17px}
.socials a:hover{border-color:var(--gold);color:#fff;text-decoration:none}
.footer-bottom{
  border-top:1px solid #3a352e;padding-top:1.4rem;display:flex;gap:1rem;flex-wrap:wrap;
  justify-content:space-between;font-size:.82rem;font-family:var(--font-display);color:#8f887b;
}
@media (max-width:840px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr}}

/* ---------- page hero (interior pages) ---------- */
.page-hero{padding-block:clamp(2.4rem,5vw,4rem)}
.page-hero p{max-width:60ch;margin-top:.8rem}

/* ---------- reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ---------- welcome offer popup ---------- */
.popup-overlay{
  position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;
  background:rgba(28,26,24,.55);backdrop-filter:blur(3px);padding:1.2rem;
  opacity:0;transition:opacity .3s ease;
}
.popup-overlay.show{opacity:1}
.popup-overlay[hidden]{display:none}
.popup-card{
  position:relative;background:var(--linen);border-radius:18px;max-width:430px;width:100%;
  padding:2.4rem 2.1rem 1.6rem;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.35);
  border-top:6px solid var(--gold);
  transform:translateY(14px) scale(.97);transition:transform .3s ease;
}
.popup-overlay.show .popup-card{transform:none}
.popup-logo{margin:0 auto .9rem}
.popup-kicker{
  font-family:var(--font-display);font-size:.74rem;font-weight:700;letter-spacing:.3em;
  text-transform:uppercase;color:var(--sage-dark);margin-bottom:.5rem;
}
.popup-card h2{font-size:1.7rem;margin-bottom:.7rem}
.popup-body{font-size:1rem;color:#4c463d;margin-bottom:.8rem}
.popup-deadline{
  font-family:var(--font-display);font-size:.92rem;color:var(--plum);
  background:#fff;border:1.5px dashed var(--plum);border-radius:10px;
  padding:.55rem .8rem;margin-bottom:1.2rem;
}
.popup-cta{width:100%;margin-bottom:.7rem}
.popup-dismiss{
  background:none;border:none;cursor:pointer;font-family:var(--font-display);
  font-size:.85rem;color:#6b655b;text-decoration:underline;text-underline-offset:3px;
  margin-bottom:.6rem;
}
.popup-dismiss:hover{color:var(--ink)}
.popup-close{
  position:absolute;top:.85rem;right:.85rem;width:34px;height:34px;border-radius:50%;
  border:1.5px solid #d8d1c2;background:#fff;color:var(--ink);cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
}
.popup-close:hover{border-color:var(--ink)}
.popup-close svg{display:block}
@media (max-width:480px){.popup-card{padding:2rem 1.4rem 1.3rem}}
@media (prefers-reduced-motion:reduce){.popup-overlay,.popup-card{transition:none}}

/* ---------- full price menus (accordion) ---------- */
.menu-note{
  background:var(--linen-deep);border-radius:var(--radius);padding:1rem 1.3rem;
  font-family:var(--font-display);font-size:.9rem;color:#4c463d;margin-bottom:1.4rem;
}
.menu-acc{margin-bottom:.85rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.on-white .menu-acc{background:var(--linen)}
.menu-acc summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.1rem 1.4rem;font-family:var(--font-display);font-weight:700;font-size:1.08rem;
}
.menu-acc summary::-webkit-details-marker{display:none}
.menu-acc summary .chev{flex:none;transition:transform .25s ease;color:var(--plum)}
.menu-acc[open] summary .chev{transform:rotate(180deg)}
.menu-acc summary:hover{color:var(--plum)}
.menu-acc .acc-body{padding:.2rem 1.4rem 1.3rem}
.menu-acc .acc-note{font-size:.85rem;color:#6b655b;font-family:var(--font-display);margin-bottom:.5rem}
.price-list{list-style:none}
.price-list li{
  display:flex;justify-content:space-between;gap:1rem;align-items:baseline;
  padding:.6rem 0;border-bottom:1px dashed #d5cdbc;
}
.price-list li:last-child{border-bottom:none}
.price-list .item strong{font-family:var(--font-display);font-weight:600;font-size:.98rem}
.price-list .item .desc{display:block;font-size:.88rem;color:#6b655b}
.price-list .price{flex:none;font-family:var(--font-display);font-weight:700;color:var(--plum);white-space:nowrap;font-size:.95rem}
.tag{
  display:inline-block;font-family:var(--font-display);font-size:.62rem;font-weight:700;
  letter-spacing:.06em;padding:.1rem .42rem;border-radius:5px;margin-left:.35rem;
  vertical-align:2px;
}
.tag.v{background:#E4EDE1;color:var(--sage-dark)}
.tag.gf{background:#F3E7C8;color:#8a6a14}
.menu-legend{display:flex;flex-wrap:wrap;gap:1rem;font-family:var(--font-display);font-size:.85rem;color:#5c564d;margin-bottom:1.2rem}
.menu-legend span{display:inline-flex;align-items:center;gap:.35rem}

/* ============================================================
   ONLINE ORDERING — product cards, cart drawer, floating cart
   ============================================================ */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
@media (max-width:920px){.product-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.product-grid{grid-template-columns:1fr}}
.product-card{
  background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);
  overflow:hidden;display:flex;flex-direction:column;
}
.on-white .product-card{border:1px solid var(--linen-deep)}
.pc-photo{
  position:relative;display:block;width:100%;border:none;padding:0;cursor:pointer;background:var(--charcoal);
}
.pc-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}
.pc-photo:hover img{transform:scale(1.05)}
.pc-add-hint{
  position:absolute;inset:auto 0 0 0;padding:1.8rem 1rem .8rem;color:#fff;text-align:left;
  font-family:var(--font-display);font-weight:700;font-size:.9rem;letter-spacing:.02em;
  background:linear-gradient(to top,rgba(20,18,16,.85),rgba(20,18,16,0));
  opacity:.95;transition:opacity .2s ease;
}
.pc-badge{
  position:absolute;top:.8rem;left:.8rem;background:var(--gold);color:#3a2c00;
  font-family:var(--font-display);font-weight:700;font-size:.7rem;letter-spacing:.06em;
  padding:.3rem .7rem;border-radius:999px;text-transform:uppercase;
}
.pc-info{padding:1.1rem 1.2rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}
.pc-info h3{font-size:1.05rem}
.pc-desc{font-size:.9rem;color:#6b655b;flex:1}
.pc-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.5rem}
.pc-price{font-family:var(--font-display);font-weight:800;font-size:1.15rem;color:var(--plum)}
.pc-min{display:block;font-size:.7rem;font-weight:600;color:#6b655b;letter-spacing:.04em}
.pc-btn{padding:.55rem 1.25rem;font-size:.88rem}

.price-wrap{display:inline-flex;align-items:center;gap:.55rem;flex:none}
.row-add{
  width:30px;height:30px;flex:none;border-radius:50%;border:none;cursor:pointer;
  background:var(--plum);color:#fff;font-size:1.15rem;line-height:1;font-family:var(--font-display);
  display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease;
}
.row-add:hover{background:var(--plum-dark);transform:scale(1.08)}

/* floating cart button */
.cart-fab{
  position:fixed;right:1.2rem;bottom:1.2rem;z-index:250;
  width:62px;height:62px;border-radius:50%;border:none;cursor:pointer;
  background:var(--plum);color:#fff;box-shadow:0 10px 26px rgba(0,0,0,.3);
  display:none;align-items:center;justify-content:center;
  transition:transform .18s ease,background .18s ease;
}
.cart-fab.visible{display:inline-flex}
.cart-fab:hover{transform:translateY(-3px);background:var(--plum-dark)}
.cart-fab .cart-count{
  position:absolute;top:-4px;right:-4px;min-width:24px;height:24px;border-radius:999px;
  background:var(--gold);color:#3a2c00;font-family:var(--font-display);font-weight:800;font-size:.8rem;
  display:inline-flex;align-items:center;justify-content:center;padding:0 .35rem;
}
.cart-fab.bump{animation:cart-bump .35s ease}
@keyframes cart-bump{40%{transform:scale(1.16)}}

/* cart drawer */
.cart-overlay{position:fixed;inset:0;background:rgba(28,26,24,.5);z-index:290;opacity:0;transition:opacity .25s ease}
.cart-overlay.show{opacity:1}
.cart-overlay[hidden]{display:none}
.cart-drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:295;width:min(430px,100%);
  background:var(--linen);box-shadow:-16px 0 50px rgba(0,0,0,.28);
  display:flex;flex-direction:column;transform:translateX(102%);transition:transform .3s ease;
}
.cart-drawer.show{transform:none}
.cart-head{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.4rem;border-bottom:1px solid var(--linen-deep)}
.cart-head h2{font-size:1.25rem;flex:1}
.cart-close,.cart-back{background:none;border:2px solid var(--ink);border-radius:10px;padding:.4rem .55rem;cursor:pointer;color:var(--ink);flex:none}
.cart-back[hidden]{display:none}
/* the BODY owns the scrolling (min-height:0 lets it shrink inside the
   flex column instead of pushing the footer off-screen) */
.cart-body{
  flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
}
.cart-items{padding:1rem 1.4rem}
.cart-items[hidden],.cart-details[hidden],#cart-foot-order[hidden],#cart-foot-details[hidden]{display:none}
.cart-details{padding:1rem 1.4rem 1.3rem}
.cart-step-label{
  display:flex;align-items:center;justify-content:space-between;
  font-family:var(--font-display);font-weight:700;font-size:.82rem;letter-spacing:.14em;
  text-transform:uppercase;color:#6b655b;margin:1.1rem 0 .6rem;
}
.cart-summary .cart-step-label{margin-top:.2rem}
.cs-edit{
  background:none;border:none;cursor:pointer;font-family:var(--font-display);font-weight:600;
  font-size:.8rem;color:var(--plum);text-decoration:underline;text-underline-offset:3px;
  letter-spacing:normal;text-transform:none;
}
.cs-line{
  display:flex;justify-content:space-between;gap:.9rem;padding:.45rem 0;
  font-family:var(--font-display);font-size:.9rem;border-bottom:1px dashed #d5cdbc;
}
.cs-line span:last-child{font-weight:700;flex:none}
.cart-empty{text-align:center;color:#6b655b;padding:2.5rem 1rem;font-family:var(--font-display)}
.cart-line{display:flex;justify-content:space-between;gap:.9rem;padding:.85rem 0;border-bottom:1px dashed #d5cdbc}
.cart-line .cl-name{font-family:var(--font-display);font-weight:600;font-size:.95rem}
.cart-line .cl-unit{font-size:.8rem;color:#6b655b;font-family:var(--font-display)}
.cl-qty{display:inline-flex;align-items:center;gap:.5rem;margin-top:.4rem}
.cl-qty button{
  width:26px;height:26px;border-radius:8px;border:1.5px solid #cfc7b6;background:#fff;
  cursor:pointer;font-size:1rem;line-height:1;color:var(--ink);
}
.cl-qty button:hover{border-color:var(--plum);color:var(--plum)}
.cl-qty .q{font-family:var(--font-display);font-weight:700;min-width:2ch;text-align:center}
.cl-right{text-align:right;flex:none}
.cl-total{font-family:var(--font-display);font-weight:700;color:var(--plum)}
.cl-remove{background:none;border:none;cursor:pointer;font-size:.78rem;color:#8a8478;text-decoration:underline;font-family:var(--font-display);margin-top:.5rem}
.cl-remove:hover{color:var(--plum-dark)}

.cart-foot{border-top:1px solid var(--linen-deep);padding:1.1rem 1.4rem 1.3rem;background:#fff}
.delivery-progress{margin-bottom:.9rem}
.dp-bar{height:8px;border-radius:999px;background:var(--linen-deep);overflow:hidden}
.dp-fill{height:100%;background:var(--sage);border-radius:999px;transition:width .3s ease}
.dp-fill.done{background:var(--gold)}
.dp-text{font-family:var(--font-display);font-size:.82rem;color:#5c564d;margin-top:.4rem}
.fulfilment{display:flex;gap:.6rem;margin-bottom:.9rem}
.fulfilment label{
  flex:1;text-align:center;border:1.5px solid #cfc7b6;border-radius:10px;padding:.55rem .4rem;
  font-family:var(--font-display);font-weight:600;font-size:.86rem;cursor:pointer;background:var(--linen);
}
.fulfilment input{position:absolute;opacity:0;pointer-events:none}
.fulfilment label:has(input:checked){border-color:var(--plum);background:#fff;color:var(--plum)}
.cart-field{margin-bottom:.7rem}
.cart-field input{
  width:100%;padding:.68rem .8rem;border:1.5px solid #cfc7b6;border-radius:10px;
  font-family:var(--font-body);font-size:.95rem;background:var(--linen);
}
.cart-field input:focus{border-color:var(--plum);background:#fff}
.cart-subtotal{display:flex;justify-content:space-between;font-family:var(--font-display);font-weight:800;font-size:1.1rem;margin-bottom:.9rem}
.cart-checkout{width:100%}
.cart-note{font-size:.78rem;color:#6b655b;font-family:var(--font-display);text-align:center;margin-top:.6rem}
.cart-delivery{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-display);font-size:.9rem;color:#5c564d;margin:-.3rem 0 .9rem}
.cart-delivery[hidden]{display:none}
#cart-delivery-amt{font-weight:700;color:var(--ink)}
#cart-gst-amt{font-weight:700;color:var(--ink)}
#cart-postcode-wrap[hidden]{display:none}
.cart-totalline{display:flex;justify-content:space-between;gap:.9rem;font-family:var(--font-display);font-size:.9rem;color:#5c564d;margin-bottom:.35rem}
.cart-totalline span:last-child{font-weight:600;color:var(--ink);flex:none}
.cart-totalline[hidden]{display:none}
/* automatic specials savings rows (step 1 + step 2) */
.cart-specials span:first-child{color:var(--sage-dark)}
.cart-specials span:last-child{font-weight:700;color:var(--sage-dark)}
/* GST line — informational, not a discount, so it stays in the neutral
   grey/ink palette rather than the specials' sage-green treatment. */
.cart-grand{border-top:1px solid var(--linen-deep);padding-top:.6rem;margin-top:.5rem}

/* phones: 16px inputs stop iOS zooming the page on focus */
@media (max-width:920px){
  .cart-field input{font-size:16px}
}
/* short screens: tighten the cart footer so items keep their room */
@media (max-height:700px){
  .cart-foot{padding:.8rem 1.4rem .9rem}
  .delivery-progress{margin-bottom:.6rem}
  .fulfilment{margin-bottom:.6rem}
  .cart-field{margin-bottom:.5rem}
  .cart-subtotal{margin-bottom:.6rem}
}
@media (max-height:560px){
  .dp-bar{display:none}
  .cart-note{display:none}
}

/* homepage: "email your order" line */
.hero-order-email{
  display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;max-width:100%;
  margin:.1rem 0 1rem;font-family:var(--font-display);font-weight:600;font-size:.98rem;color:var(--plum-dark);
}
.hero-order-email svg{color:var(--plum);flex:none}
.hero-order-email a{color:var(--plum-dark);text-decoration:underline;text-underline-offset:3px}
@media (max-width:420px){.hero-order-email{font-size:.88rem}}

/* delivery / catering timing notes */
.delivery-note{font-family:var(--font-display);font-size:.92rem;color:#5c564d;background:var(--linen-deep);border-radius:12px;padding:.9rem 1.1rem;line-height:1.55}
.delivery-note strong{color:var(--ink)}

/* add-to-cart toast */
.cart-toast{
  position:fixed;left:50%;bottom:5.6rem;transform:translateX(-50%) translateY(12px);z-index:260;
  background:var(--ink);color:#fff;font-family:var(--font-display);font-weight:600;font-size:.9rem;
  padding:.65rem 1.2rem;border-radius:999px;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;
}
.cart-toast.show{opacity:1;transform:translateX(-50%)}
@media (prefers-reduced-motion:reduce){.cart-drawer,.cart-overlay,.cart-toast,.dp-fill{transition:none}.cart-fab.bump{animation:none}}

/* ============================================================
   CATEGORIZED MENU — product-style tiles (replaces old accordion)
   ============================================================ */
.menu-category{margin-bottom:clamp(2.2rem,5vw,3.2rem);scroll-margin-top:110px}
.cat-title{font-size:1.3rem;margin-bottom:.3rem;padding-bottom:.6rem;border-bottom:2px solid var(--linen-deep)}
.on-deep .cat-title{border-bottom-color:rgba(0,0,0,.08)}
.cat-note{font-family:var(--font-display);font-size:.86rem;color:#6b655b;margin:.6rem 0 1rem}
.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;margin-top:1rem}
@media (max-width:1000px){.menu-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:700px){.menu-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:420px){.menu-grid{grid-template-columns:1fr}}

.menu-tile{
  display:flex;flex-direction:column;text-align:left;background:#fff;
  border:1px solid var(--linen-deep);border-radius:12px;overflow:hidden;
  cursor:pointer;padding:0;font-family:inherit;color:inherit;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.on-deep .menu-tile{border-color:rgba(0,0,0,.06)}
button.menu-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--plum)}
.menu-tile-static{cursor:default;opacity:.92}
.mt-media{
  display:block;width:100%;aspect-ratio:4/3;background:var(--charcoal);overflow:hidden;flex:none;
}
.mt-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
button.menu-tile:hover .mt-media img{transform:scale(1.06)}

/* ---------- product photo galleries (real photos + carousel) ---------- */
.mt-gallery{position:relative;touch-action:pan-y}
.mt-gallery .mtg-img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:0;transition:opacity .55s ease;pointer-events:none;
  user-select:none;-webkit-user-drag:none;
}
.mt-gallery .mtg-img.active{opacity:1}
button.menu-tile:hover .mt-gallery .mtg-img{transform:none}
.mtg-dots{
  position:absolute;left:0;right:0;bottom:.45rem;display:flex;justify-content:center;
  gap:.34rem;z-index:2;pointer-events:none;
}
.mtg-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 0 3px rgba(0,0,0,.45)}
.mtg-dots i.on{background:#fff}
@media (prefers-reduced-motion:reduce){.mt-gallery .mtg-img{transition:none}}
.mt-placeholder{
  display:flex;align-items:center;justify-content:center;color:#fff;
  background:linear-gradient(135deg,var(--sage) 0%,var(--sage-dark) 60%,var(--plum-dark) 130%);
  opacity:.9;
}
.mt-body{padding:.75rem .85rem .85rem;display:flex;flex-direction:column;gap:.3rem;flex:1}
.mt-name{font-family:var(--font-display);font-weight:700;font-size:.92rem;line-height:1.25}
.mt-desc{font-size:.8rem;color:#6b655b;line-height:1.35;flex:1}
.mt-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.3rem}
.mt-price{font-family:var(--font-display);font-weight:800;color:var(--plum);font-size:.95rem}
.mt-min{display:block;font-size:.66rem;font-weight:600;color:#8a8478}
.mt-poa{font-family:var(--font-display);font-size:.72rem;font-weight:600;color:#8a8478}
.mt-add{
  flex:none;width:26px;height:26px;border-radius:50%;background:var(--plum);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;
  transition:background .15s ease,transform .15s ease;
}
button.menu-tile:hover .mt-add{background:var(--plum-dark);transform:scale(1.1)}


/* ---------- header "Order Online" dropdown submenu ---------- */
.nav-item-dropdown{position:relative;display:flex;align-items:center;gap:.15rem}
.nav-dropdown-toggle{
  background:none;border:none;cursor:pointer;color:var(--ink);padding:.35rem;
  display:inline-flex;align-items:center;justify-content:center;
}
.nav-dropdown-toggle svg{transition:transform .2s ease}
.nav-dropdown-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.nav-dropdown-menu{
  list-style:none;margin:0;
  background:#fff;border:1px solid var(--linen-deep);border-radius:12px;box-shadow:var(--shadow);
  padding:.6rem;display:none;
}
.nav-dropdown-menu.open{display:block}
.nav-dropdown-heading{
  font-family:var(--font-display);font-weight:700;font-size:.68rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--sage-dark);padding:.5rem .6rem .3rem;
}
.nav-dropdown-menu li:not(.nav-dropdown-heading) a{
  display:block;padding:.45rem .6rem;border-radius:8px;font-size:.88rem;
  color:var(--ink);text-decoration:none;white-space:normal;
}
.nav-dropdown-menu li:not(.nav-dropdown-heading) a:hover{background:var(--linen)}
@media (min-width:921px){
  .nav-dropdown-menu{
    position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);
    width:520px;columns:2;column-gap:.4rem;z-index:120;
  }
  .nav-dropdown-menu li{break-inside:avoid}
}
@media (max-width:920px){
  .nav-item-dropdown{flex-wrap:wrap;width:100%}
  .nav-dropdown-menu{width:100%;box-shadow:none;border:none;background:var(--linen-deep);margin-top:.4rem}
}

/* ---------- order number (thank-you page) ---------- */
.order-number-box{
  display:inline-flex;flex-direction:column;gap:.2rem;background:#fff;
  border:1.5px dashed var(--plum);border-radius:12px;padding:.9rem 1.6rem;margin-bottom:1.4rem;
}
.order-number-box[hidden]{display:none}

/* ---------- reviews page + homepage teaser ---------- */
.reviews-teaser{display:flex;align-items:center;justify-content:center;gap:1.2rem;flex-wrap:wrap;text-align:center}
.reviews-teaser p{max-width:46ch}
.rt-stars{color:var(--gold);font-size:1.35rem;letter-spacing:.14em}
.review-summary{
  display:flex;align-items:center;justify-content:center;gap:1.4rem;flex-wrap:wrap;
  background:#fff;border:1px solid var(--linen-deep);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:1.2rem 1.9rem;max-width:560px;margin:0 auto 2rem;
}
.review-summary[hidden]{display:none}
.rs-score{display:flex;align-items:center;gap:.7rem}
.rs-score strong{font-family:var(--font-display);font-size:2.4rem;font-weight:800;color:var(--ink);line-height:1}
.rs-stars,.rv-stars{color:var(--gold);letter-spacing:.12em;font-size:1.05rem}
.rs-meta{display:flex;flex-direction:column;gap:.15rem;font-family:var(--font-display);font-size:.92rem;color:#5c564d}
.rs-meta a{color:var(--plum-dark)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
@media (max-width:940px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.reviews-grid{grid-template-columns:1fr}}
.review-card{
  background:#fff;border:1px solid var(--linen-deep);border-radius:var(--radius);
  padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:.55rem;
}
.review-card blockquote{font-size:.98rem;line-height:1.6;color:var(--ink);margin:0}
.rv-head{display:flex;align-items:center;gap:.7rem}
.rv-avatar{
  width:38px;height:38px;border-radius:50%;background:var(--plum);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-weight:700;flex:none;
}
.rv-name{font-family:var(--font-display);font-weight:700;font-size:.92rem}
.rv-date{font-family:var(--font-display);font-size:.78rem;color:#6b655b}
.rv-src{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-size:.75rem;color:#6b655b}
.order-number-box strong{font-family:var(--font-display);font-size:1.3rem;letter-spacing:.03em;color:var(--plum)}

/* ============================================================
   ORDER PAGE — left filter sidebar + sortable, filterable grid
   ============================================================ */
.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:clamp(1.6rem,3vw,2.6rem);align-items:start}
.shop-filter-overlay{display:none}

.shop-filters{
  position:sticky;top:110px;background:#fff;border:1px solid var(--linen-deep);border-radius:var(--radius);
  padding:1.3rem 1.2rem;max-height:calc(100vh - 130px);overflow-y:auto;
}
.filters-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}
.filters-head h3{font-size:1.05rem}
.filters-close{display:none;background:none;border:2px solid var(--ink);border-radius:8px;padding:.3rem .45rem;cursor:pointer;color:var(--ink)}
.filter-group{margin-bottom:1.3rem}
.filter-group label,.filter-label{
  display:block;font-family:var(--font-display);font-weight:700;font-size:.78rem;
  letter-spacing:.08em;text-transform:uppercase;color:#8a8478;margin-bottom:.5rem;
}
.filter-group select{
  width:100%;padding:.6rem .7rem;border:1.5px solid #d8d1c2;border-radius:9px;
  font-family:var(--font-display);font-size:.88rem;background:var(--linen);color:var(--ink);
}
.filter-list{list-style:none}
.filter-heading{margin-top:.7rem}
.filter-btn{
  display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;
  padding:.42rem .6rem;border-radius:8px;font-family:var(--font-display);font-size:.86rem;
  color:var(--ink);transition:background .15s ease,color .15s ease;
}
.filter-btn:hover{background:var(--linen)}
.filter-btn.active{background:var(--plum);color:#fff;font-weight:600}
.filter-btn-group{font-weight:700;font-size:.8rem;letter-spacing:.02em}
.filter-btn-sub{padding-left:1rem;font-size:.83rem;color:#4c463d}
.filter-btn-sub.active{color:#fff}

.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.3rem}
.shop-filter-toggle{display:none;padding:.55rem 1.1rem;font-size:.85rem}
.shop-result-count{font-family:var(--font-display);font-size:.85rem;color:#6b655b}

@media (max-width:920px){
  .shop-layout{grid-template-columns:1fr}
  .shop-filter-toggle{display:inline-flex}
  .shop-filters{
    position:fixed;top:0;left:0;bottom:0;width:min(300px,86vw);max-height:none;
    border-radius:0;z-index:295;transform:translateX(-102%);transition:transform .28s ease;
    box-shadow:16px 0 40px rgba(0,0,0,.25);
  }
  .shop-filters.open{transform:none}
  .filters-close{display:inline-flex}
  .shop-filter-overlay{
    display:block;position:fixed;inset:0;background:rgba(28,26,24,.5);z-index:290;
    opacity:0;pointer-events:none;transition:opacity .25s ease;
  }
  .shop-filter-overlay.open{opacity:1;pointer-events:auto}
}
@media (prefers-reduced-motion:reduce){.shop-filters{transition:none}.shop-filter-overlay{transition:none}}

/* ---------- out-of-stock items (from the live catalog sync) ---------- */
.mt-outofstock{opacity:.55}
.mt-outofstock .mt-media{filter:grayscale(60%)}

/* ---------- size/portion selector tiles ---------- */
.menu-tile-variant{cursor:default}
.mt-sizes{display:flex;flex-wrap:wrap;gap:.35rem;margin:.4rem 0}
.mt-size-btn{
  font-family:var(--font-display);font-size:.74rem;font-weight:600;
  padding:.3rem .55rem;border-radius:7px;border:1.5px solid #d8d1c2;
  background:var(--linen);color:var(--ink);cursor:pointer;
  transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.mt-size-btn:hover{border-color:var(--plum)}
.mt-size-btn.active{background:var(--plum);border-color:var(--plum);color:#fff}

/* ---------- live stock badges (from Google Sheet inventory) ---------- */
.mt-stock-low{
  display:block;font-family:var(--font-display);font-weight:700;font-size:.72rem;
  color:#a15b00;margin-top:.3rem;
}
.mt-variant-stock:empty{display:none}
.mt-stock-badge{margin-left:.4rem}

/* ---------- section paused / closed notice (e.g. January break) ---------- */
.section-closed-notice{
  background:#fff;border:1.5px dashed var(--plum);border-radius:var(--radius);
  padding:1.6rem 1.4rem;text-align:center;font-family:var(--font-display);
  color:#4c463d;margin-top:1rem;
}
.section-closed-notice strong{color:var(--plum);font-size:1.05rem}
.on-deep .section-closed-notice{background:var(--linen)}

/* ---------- floating WhatsApp button (bottom-left) ---------- */
.wa-fab{
  position:fixed;left:1.2rem;bottom:1.2rem;z-index:240;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 20px rgba(28,26,24,.28);
  transition:transform .18s ease, box-shadow .18s ease;
}
.wa-fab svg{width:32px;height:32px}
.wa-fab:hover,.wa-fab:focus-visible{transform:scale(1.07);box-shadow:0 10px 26px rgba(28,26,24,.34);color:#fff}
@media (max-width:640px){
  .wa-fab{width:50px;height:50px;left:.9rem;bottom:.9rem}
  .wa-fab svg{width:28px;height:28px}
}
@media print{.wa-fab{display:none}}
