
/* IAÇÁ Roots V99 — local interaction layer */
.v99-store-review{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;}
.v99-google-note{margin:.7rem 0 0;font-size:.92rem;opacity:.82;}
.v99-review-panel{margin-top:1rem;padding:1rem 1.1rem;border-radius:18px;background:rgba(31,106,74,.07);}
.v99-review-panel strong{display:block;margin-bottom:.2rem;}
.v99-review-panel a{font-weight:700;}
.v85-store-actions,.v85-btn-row{display:flex;flex-wrap:wrap;gap:.55rem;}
@media(max-width:680px){.v85-store-actions,.v85-btn-row{display:grid;grid-template-columns:1fr 1fr}.v85-store-actions a,.v85-btn-row a{width:100%;}.v99-store-review{grid-column:1/-1;}}

/* IAÇÁ Roots V101 — store galleries and platform brand buttons */
.store-gallery-v101{padding:clamp(2.5rem,6vw,5rem) 0;}
.store-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;}
.store-gallery-head h2{margin:.2rem 0 .5rem;}
.store-gallery-head p{margin:0;opacity:.78;max-width:620px;}
.store-gallery-menu{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.15rem;border-radius:999px;background:#1f6a4a;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap;}
.store-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}
.store-gallery-card{margin:0;overflow:hidden;border-radius:22px;background:#f5f2ea;}
.store-gallery-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;}
.store-gallery-card figcaption{padding:.8rem 1rem;font-weight:700;}
.v101-platforms{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.1rem;}
.platform-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.15rem;border-radius:999px;text-decoration:none!important;font-weight:800;border:0;box-shadow:0 5px 16px rgba(0,0,0,.08);transition:transform .18s ease,filter .18s ease;}
.platform-btn:hover{transform:translateY(-1px);filter:brightness(.98);}
.platform-uber{background:#06C167;color:#fff;}
.platform-glovo{background:#FFC244;color:#111;}
.platform-bolt{background:#2F9E44;color:#fff;}
.platform-btn small{margin-left:.45rem;font-size:.72rem;opacity:.9;}
.store-menu-cta{border:1px solid rgba(31,106,74,.25);background:#fff;color:#1f6a4a!important;}
@media(max-width:760px){.store-gallery-head{align-items:flex-start;flex-direction:column;}.store-gallery-grid{grid-template-columns:1fr;}.store-gallery-card img{aspect-ratio:16/10;}.v101-platforms{display:grid;grid-template-columns:1fr;}.platform-btn{width:100%;}.store-gallery-menu{width:100%;}}

/* V102 — store photography galleries */
.store-gallery-v102 .store-gallery-grid{align-items:stretch;}
.store-gallery-v102 .store-gallery-card{min-height:100%;box-shadow:0 10px 30px rgba(13,92,61,.08);}
.store-gallery-v102 .store-gallery-card img{background:#f7f3ea;}
.store-gallery-v102 .store-gallery-card img[src*="logo-circular-hero"]{object-fit:contain;padding:28px;}
@media(min-width:761px){.store-gallery-v102 .store-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.store-gallery-v102 .store-gallery-grid:has(.store-gallery-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr));}}
