/* =========================================================
   AAAF Moldova Park — Eat & Shop (AAAF Boulevard)
   Loaded only on /{lang}/eat-shop.
   Tokens come from style.css, shared components from pages.css.
   ========================================================= */

/* ---------- Hero badge (park credit) ---------- */
.badge-credit{display:inline-flex;align-items:center;gap:11px;height:44px;padding:0 22px;border-radius:999px;background:var(--sand);color:var(--green-deep);font-size:14.5px;font-weight:800;letter-spacing:-.01em;transition:background .2s}
.badge-credit::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--red)}
.badge-credit:hover{background:#E6D8BD}

/* ---------- Restaurants ---------- */
.venue{display:flex;flex-direction:column}
.venue .card-media{aspect-ratio:4/3.3}
.venue-foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:16px}
.venue-hours{display:grid;grid-template-columns:auto auto;align-items:center;gap:0 11px}
.venue-hours .i{grid-area:1/1/3/2;width:21px;height:21px;color:var(--green)}
.venue-hours em{grid-area:1/2/2/3;font-size:11px;font-weight:700;font-style:normal;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.venue-hours strong{grid-area:2/2/3/3;font-size:15.5px;font-weight:800;font-variant-numeric:tabular-nums}

/* ---------- Cafés & street food ---------- */
.bite{display:flex;flex-direction:column;gap:5px;padding:26px 24px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.bite-ic{display:grid;place-items:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;background:var(--cream);color:var(--green)}
.bite-ic .i{width:22px;height:22px}
.bite strong{font-size:19px;font-weight:800;letter-spacing:-.02em}
.bite>span:last-child{font-size:14px;color:var(--muted)}

/* ---------- Stores ---------- */
.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.store{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:16px;background:#fff;border:1px solid var(--line);transition:border-color .2s}
.store:hover{border-color:rgba(21,24,22,.28)}
.store-ic{display:grid;place-items:center;flex:none;width:46px;height:46px;border-radius:13px;background:var(--green);color:var(--sand)}
.store-ic .i{width:21px;height:21px}
.store-text strong{display:block;font-size:17px;font-weight:800;letter-spacing:-.02em}
.store-text em{display:block;margin-top:2px;font-size:14px;font-style:normal;color:var(--muted)}

/* ---------- Merchandise ---------- */
.mer-layout{display:grid;gap:20px}
.mer-hero{display:grid;grid-template-columns:280px 1fr;align-items:center;gap:26px;padding:28px 38px 28px 18px;overflow:hidden;border-radius:24px;background:var(--ink);color:#fff}
.mer-hero-body{max-width:660px}
.mer-tee svg{display:block;width:100%;height:auto}
.tee-1{font-family:var(--font);font-size:16px;font-weight:900;letter-spacing:-.4px;fill:var(--ink)}
.tee-2{font-family:var(--font);font-size:19px;font-weight:900;letter-spacing:-.5px;fill:var(--red)}
:lang(en) .tee-1{font-size:14px}
.mer-hero h3{margin:9px 0 12px;font-size:25px;font-weight:800;line-height:1.15;letter-spacing:-.03em}
.mer-note{font-size:14.5px;line-height:1.5;color:rgba(255,255,255,.74)}
.mer-sub{margin-top:10px;font-size:13px;color:rgba(255,255,255,.5)}
.mer-buy{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-top:22px}
.mer-hero .price{font-size:30px}
.mer-hero .btn .i{width:18px;height:18px}

.mer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.mer-card{display:flex;flex-direction:column;gap:5px;padding:24px 22px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.mer-ic{display:grid;place-items:center;width:46px;height:46px;margin-bottom:16px;border-radius:14px;background:var(--cream);color:var(--green)}
.mer-ic .i{width:21px;height:21px}
.mer-card strong{font-size:18px;font-weight:800;line-height:1.2;letter-spacing:-.02em}
.mer-card em{font-size:13.5px;font-style:normal;color:var(--muted)}
.mer-card .mer-buy{justify-content:space-between;margin-top:auto;padding-top:20px}
.mer-foot{display:flex;align-items:center;gap:10px;margin-top:28px;font-size:14px;color:var(--muted)}
.mer-foot .i{flex:none;width:17px;height:17px;color:var(--green)}

/* ---------- Park credit strip ---------- */
.credit-strip{padding:var(--section) 0;scroll-margin-top:84px}
.credit-strip+.cta-band{padding-top:var(--section)}
.credit-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.credit-copy .lead{margin-top:20px}
.credit-side .tick-list{margin-bottom:26px}

/* Five cards in a row: the longest names run to two lines, so reserve both in
   every card and the notes and price rows stay on one baseline. */
@media (min-width:1101px){
  .mer-card strong{min-height:2.4em}
}

/* =========================================================
   Responsive
   ========================================================= */
@media (min-width:861px) and (max-width:1100px){
  .venue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1100px){
  .mer-hero{grid-template-columns:230px 1fr;padding:24px 28px 24px 14px}
  .mer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .credit-inner{grid-template-columns:1fr;gap:34px}
}
@media (max-width:860px){
  /* 44px tap targets — shop.css has to carry these itself, home.css is not loaded here */
  .btn-sm{height:44px;min-width:56px}
  .badge-credit{height:auto;min-height:44px;padding:10px 18px;font-size:13.5px;white-space:normal;text-align:center;line-height:1.25}
  .venue-foot{margin-top:14px}
  .store-grid{grid-template-columns:1fr}
  .mer-hero{grid-template-columns:1fr;gap:6px;padding:24px}
  .mer-tee{max-width:210px;margin:0 auto}
  .mer-hero h3{font-size:22px}
  .mer-hero .price{font-size:26px}
  .mer-grid{grid-template-columns:1fr}
  .mer-card .mer-buy{padding-top:16px}
  .mer-foot{margin-top:22px;align-items:flex-start}
  .mer-foot .i{margin-top:3px}
}
