body {
  background: linear-gradient(135deg, #eaf7f1 0%, #f4fbf8 40%, #eef9f4 100%);
}


#wc-closure-overlay{
  position:fixed;
  inset:0;
  background:rgba(10,12,16,.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:14px;
}
#wc-closure-modal{
  width:min(640px, 96vw);
  max-height:92vh;
  background:#fff;
  border-radius:22px;
  box-shadow:0 24px 80px rgba(0,0,0,.40);
  border:1px solid rgba(255,255,255,.28);
  overflow:auto;
  transform:translateY(8px) scale(.985);
  opacity:0;
  animation:wcClosureIn .22s ease-out forwards;
}
@keyframes wcClosureIn{
  to{ transform:translateY(0) scale(1); opacity:1; }
}
@media (prefers-reduced-motion: reduce){
  #wc-closure-modal{ animation:none; transform:none; opacity:1; }
}
#wc-closure-modal .wc-closure-head{
  padding:16px 18px;
  background:linear-gradient(135deg, rgba(15,107,61,.10) 0%, rgba(31,168,94,.08) 35%, rgba(61,174,217,.08) 100%);
  border-bottom:1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
}
#wc-closure-modal .wc-closure-head-left{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
#wc-closure-modal .wc-closure-icon{
  width:42px; height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(15,107,61,.12);
  border:1px solid rgba(15,107,61,.18);
  flex:0 0 auto;
}
#wc-closure-modal h2{
  margin:0;
  font-size:1.15rem;
  line-height:1.25;
  letter-spacing:-0.01em;
}
#wc-closure-modal .wc-closure-sub{
  margin:2px 0 0;
  font-size:.95rem;
  opacity:.75;
}
#wc-closure-modal .wc-closure-body{
  padding:16px 18px 8px;
  font-size:1rem;
}
#wc-closure-modal .wc-closure-body p{ margin:0 0 10px; }
#wc-closure-modal .wc-closure-callout{
  background:rgba(15,107,61,.06);
  border:1px solid rgba(15,107,61,.14);
  border-radius:16px;
  padding:12px 12px;
  margin:2px 0 12px;
}
#wc-closure-modal .wc-closure-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
#wc-closure-modal .wc-closure-label{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  font-weight:800;
}
#wc-closure-modal .wc-closure-date{ font-weight:800; }
#wc-closure-modal .wc-closure-sep{ opacity:.6; font-weight:900; }
#wc-closure-modal .wc-closure-muted{ opacity:.7; }
#wc-closure-modal .wc-closure-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:0 0 2px;
}
@media (min-width:560px){
  #wc-closure-modal .wc-closure-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}
#wc-closure-modal .wc-closure-card{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:12px 12px;
  background:#fff;
}
#wc-closure-modal .wc-closure-card-title{
  font-weight:900;
  margin-bottom:2px;
}
#wc-closure-modal .wc-closure-card-text{ opacity:.78; }

#wc-closure-modal .wc-closure-dates{
  display:inline-flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(15,107,61,.06);
  border:1px solid rgba(15,107,61,.14);
  margin:10px 0 12px;
}
#wc-closure-modal .wc-closure-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  font-weight:700;
}
#wc-closure-modal .wc-closure-actions{
  padding:12px 18px 16px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
#wc-closure-modal .wc-closure-btn{
  border:none;
  border-radius:12px;
  padding:11px 14px;
  cursor:pointer;
  font-weight:800;
}
#wc-closure-modal .wc-closure-btn-primary{
  background:#0f6b3d;
  color:#fff;
  box-shadow:0 10px 24px rgba(15,107,61,.22);
}
#wc-closure-modal .wc-closure-btn-primary:hover{ filter:brightness(1.03); }
@media (max-width:520px){
  #wc-closure-modal .wc-closure-head{ padding:14px 14px; }
  #wc-closure-modal .wc-closure-body{ padding:14px 14px 8px; }
  #wc-closure-modal .wc-closure-actions{ padding:12px 14px 14px; }
  #wc-closure-modal .wc-closure-icon{ width:38px; height:38px; border-radius:13px; }
  #wc-closure-modal .wc-closure-btn{ width:100%; }
  #wc-closure-modal .wc-closure-actions{ justify-content:stretch; }
}

/* Locations centre logo (no card box) */
.location-logo-card{
  position:relative;
  display:grid;
  place-items:center;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
  min-height:260px;
}
.location-logo-card::before{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:min(460px, 92vw);
  height:min(460px, 92vw);
  transform:translate(-50%, -50%);
  border-radius:50%;
  background:radial-gradient(circle at 50% 50%, rgba(34,197,94,.45) 0%, rgba(34,197,94,.18) 32%, rgba(34,197,94,0) 68%);
  filter:blur(22px);
  opacity:.95;
  animation:wcGlowPulse 4.8s ease-in-out infinite;
  pointer-events:none;
}
.location-logo-card::after{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:min(520px, 96vw);
  height:min(520px, 96vw);
  transform:translate(-50%, -50%) rotate(0deg);
  border-radius:50%;
  background:conic-gradient(from 0deg,
    rgba(34,197,94,0) 0deg,
    rgba(34,197,94,.34) 35deg,
    rgba(255,255,255,0) 90deg,
    rgba(34,197,94,0) 180deg,
    rgba(34,197,94,.24) 240deg,
    rgba(34,197,94,0) 360deg);
  filter:blur(28px);
  opacity:.55;
  mix-blend-mode:screen;
  animation:wcShimmer 7.2s linear infinite;
  pointer-events:none;
}
.location-logo-inner{
  position:relative;
  z-index:1;
  width:min(240px, 66%);
  display:grid;
  place-items:center;
  padding:0;
}
.location-logo-img{
  width:100%;
  height:auto;
  display:block;
  opacity:.99;
  will-change:transform, filter;
  animation:wcFloat 5.6s ease-in-out infinite, wcLogoBreath 3.6s ease-in-out infinite;
  filter:drop-shadow(0 14px 26px rgba(0,0,0,.20))
         drop-shadow(0 0 22px rgba(34,197,94,.34))
         drop-shadow(0 0 58px rgba(34,197,94,.20));
}
.location-logo-underglow{
  position:absolute;
  left:8%;
  right:8%;
  bottom:-8px;
  height:22px;
  background:radial-gradient(ellipse at center, rgba(34,197,94,.92) 0%, rgba(34,197,94,.34) 46%, rgba(34,197,94,0) 78%);
  filter:blur(12px);
  opacity:.95;
  pointer-events:none;
  animation:wcUnderGlow 2.8s ease-in-out infinite;
}

@keyframes wcGlowPulse{
  0%,100%{ transform:translate(-50%,-50%) scale(1); opacity:.92; }
  50%{ transform:translate(-50%,-50%) scale(1.05); opacity:1; }
}
@keyframes wcShimmer{
  0%{ transform:translate(-50%,-50%) rotate(0deg); }
  100%{ transform:translate(-50%,-50%) rotate(360deg); }
}
@keyframes wcFloat{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-6px); }
}
@keyframes wcLogoBreath{
  0%,100%{
    filter:drop-shadow(0 14px 26px rgba(0,0,0,.20))
           drop-shadow(0 0 20px rgba(34,197,94,.30))
           drop-shadow(0 0 54px rgba(34,197,94,.18));
  }
  50%{
    filter:drop-shadow(0 16px 30px rgba(0,0,0,.22))
           drop-shadow(0 0 28px rgba(34,197,94,.44))
           drop-shadow(0 0 74px rgba(34,197,94,.26));
  }
}
@keyframes wcUnderGlow{
  0%,100%{ opacity:.78; transform:scaleX(.96); }
  50%{ opacity:1; transform:scaleX(1.05); }
}

@media (max-width:960px){
  .location-logo-inner{ width:min(220px, 72%); }
  .location-logo-card{ min-height:240px; }
}
@media (max-width:720px){
  .location-logo-inner{ width:min(250px, 78%); }
  .location-logo-card{ min-height:220px; }
}
@media (prefers-reduced-motion: reduce){
  .location-logo-card::before,
  .location-logo-card::after,
  .location-logo-img,
  .location-logo-underglow{ animation:none !important; }
}


/* Prettier location info cards */
.locations-grid .location-card{
  position:relative;
  overflow:hidden;
  padding:1.55rem 1.5rem;
  border-radius:28px;
  border:1px solid rgba(15,107,61,.16);
  background:linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 62%, rgba(34,197,94,.035) 100%);
  box-shadow:0 22px 70px rgba(2,20,12,.10), 0 6px 20px rgba(0,0,0,.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.locations-grid .location-card::before{
  content:"";
  position:absolute;
  inset:-40% -30%;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 20%, rgba(34,197,94,.18) 0%, rgba(34,197,94,0) 60%),
    radial-gradient(circle at 82% 18%, rgba(61,174,217,.10) 0%, rgba(61,174,217,0) 62%),
    radial-gradient(circle at 50% 78%, rgba(34,197,94,.08) 0%, rgba(34,197,94,0) 66%);
  opacity:.55;
}
.locations-grid .location-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.60) 0%, rgba(255,255,255,0) 46%);
  opacity:.55;
}
.locations-grid .location-card:hover{
  transform:translateY(-3px);
  box-shadow:0 30px 90px rgba(2,20,12,.13), 0 10px 26px rgba(0,0,0,.06);
  border-color:rgba(34,197,94,.28);
}

.location-card-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 12px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(34,197,94,.12) 0%, rgba(255,255,255,.70) 55%, rgba(61,174,217,.10) 100%);
  border:1px solid rgba(34,197,94,.16);
  box-shadow:0 10px 26px rgba(2,20,12,.06);
  margin-bottom:1.05rem;
}
.locations-grid .location-card h3{
  margin:0;
  font-size:1.18rem;
  letter-spacing:-0.02em;
  color:#0b1220;
}
.location-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(34,197,94,.22);
  color:#0f6b3d;
  font-weight:900;
  font-size:.72rem;
  letter-spacing:.03em;
  text-transform:uppercase;
  white-space:nowrap;
}

.loc-row{
  position:relative;
  z-index:1;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 22px rgba(2,20,12,.05);
  margin-bottom:12px;
}
.loc-row:last-child{ margin-bottom:0; }
.loc-ico{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(15,107,61,.06);
  border:1px solid rgba(15,107,61,.12);
  color:#0f6b3d;
  box-shadow:0 10px 22px rgba(2,20,12,.08);
  flex:0 0 auto;
}
.loc-content{ min-width:0; }
.loc-label{
  font-size:.74rem;
  letter-spacing:.07em;
  text-transform:uppercase;
  font-weight:900;
  color:rgba(11,18,32,.60);
  margin:1px 0 6px;
}
.loc-lines{
  display:grid;
  gap:8px;
  color:rgba(11,18,32,.70);
  line-height:1.35;
  font-size:.98rem;
}
.loc-lines > div{
  display:flex;
  align-items:center;
  padding:9px 10px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.62) 100%);
  border:1px solid rgba(0,0,0,.06);
  font-weight:750;
  color:#0b1220;
}
.loc-strong{
  justify-content:center;
  background:rgba(34,197,94,.06);
  border:1px solid rgba(34,197,94,.12);
  color:#064e3b;
  font-weight:950;
  letter-spacing:.08em;
}

.loc-hours{
  display:grid;
  gap:8px;
}
.loc-pill{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 10px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.62) 100%);
  border:1px solid rgba(0,0,0,.06);
  font-size:.98rem;
}
.loc-pill span:first-child{
  font-weight:800;
  color:#0b1220;
}
.loc-pill span:last-child{
  font-weight:900;
  color:#0f6b3d;
}

@media (max-width:960px){
  #locations .locations-grid{ grid-template-columns:1fr; }
}
@media (max-width:520px){
  .locations-grid .location-card{ padding:1.3rem 1.15rem; border-radius:24px; }
  .loc-row{ padding:11px 11px; border-radius:16px; }
  .loc-ico{ width:40px; height:40px; border-radius:15px; }
}
