@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #fbf6ec;
  --card: #fffdf8;
  --paper: rgba(255,253,248,.86);
  --green: #0f5f35;
  --green-dark: #073f25;
  --green-2: #178b4d;
  --gold: #d6a544;
  --gold-light: #f0c56d;
  --text: #1e241f;
  --muted: #5d675f;
  --line: rgba(15,95,53,.1);
  --shadow: 0 18px 45px rgba(31,36,27,.1);
  --shadow-soft: 0 10px 28px rgba(31,36,27,.075);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg) url('../assets/images/bg-pattern.png') top center / 720px repeat;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 80% 8%, rgba(214,165,68,.13), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.6), rgba(251,246,236,.82));
  pointer-events: none;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }

h1, h2, h3 { margin: 0; }
.display, .section-title, .food-title, .promo-title { font-family: 'Cormorant Garamond', Georgia, serif; }
.section-title { color: var(--green); font-size: clamp(39px, 5vw, 62px); line-height: .96; font-weight: 700; letter-spacing: -.035em; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.section-line { flex: 1; max-width: 340px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); position: relative; opacity: .9; }
.section-line::before { content: ''; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); position: absolute; left: 0; top: -4px; background: var(--bg); }
.section-link { color: #b1741d; font-weight: 800; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }

.icon svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; display: block; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251,246,236,.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(15,95,53,.06); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { width: 212px; max-width: 48vw; filter: drop-shadow(0 10px 14px rgba(15,95,53,.07)); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.halal { width: 84px; height: 84px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(214,165,68,.5)); animation: pulse 3s ease-in-out infinite; }
.round-button { width: 62px; height: 62px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #a97224; box-shadow: var(--shadow-soft); display: grid; place-items: center; font-size: 24px; }
.nav-desktop { display: none; align-items: center; gap: 22px; color: var(--green-dark); font-weight: 800; }
.nav-desktop a:hover { color: var(--green); }

.hero { padding: 26px 0 34px; }
.hero-card { position: relative; border-radius: var(--radius-xl); background: rgba(255,253,248,.82); box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(255,255,255,.72); padding: clamp(18px, 4vw, 54px); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; padding: 11px 18px; background: #eaf2eb; color: var(--green); font-weight: 800; margin-bottom: 28px; }
.display { color: #171d19; font-size: clamp(46px, 8.8vw, 86px); line-height: .92; letter-spacing: -.05em; font-weight: 700; max-width: 520px; }
.display .green { color: var(--green); }
.hero-text { color: var(--muted); max-width: 520px; font-size: clamp(17px, 2.5vw, 22px); line-height: 1.55; margin: 22px 0 26px; }
.hero-buttons { display: grid; grid-template-columns: 1fr; gap: 14px; width: min(100%, 330px); }
.btn { min-height: 64px; border-radius: 18px; border: 0; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 800; font-size: 20px; position: relative; overflow: hidden; box-shadow: var(--shadow-soft); }
.btn::after, .btn-order::after { content: ''; position: absolute; inset: 0 auto 0 -80%; width: 45%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-18deg); animation: shine 4s ease-in-out infinite; }
.btn-green { background: linear-gradient(135deg, var(--green), var(--green-2)); color: white; }
.btn-gold, .btn-order { background: linear-gradient(135deg, #ce912c, var(--gold-light)); color: #fff; }
.btn-light { background: #fff; color: var(--green); border: 1px solid var(--line); }
.btn:hover, .btn-order:hover { transform: translateY(-2px); }
.hero-art { position: relative; min-height: 340px; order: -1; }
.hero-food { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow-soft); animation: breathe 7s ease-in-out infinite; }
.hero-art::before { content: ''; position: absolute; inset: 0; border-radius: 28px; background: linear-gradient(90deg, rgba(251,246,236,.05), rgba(251,246,236,.23)); z-index: 1; pointer-events: none; }
.hero-leaf { position: absolute; z-index: 2; color: #3d9859; font-size: 24px; opacity: .75; animation: floatLeaf 7s ease-in-out infinite; }
.hero-leaf.one { left: 11%; top: 18%; }
.hero-leaf.two { left: 28%; top: 64%; animation-delay: 1.4s; }
.hero-leaf.three { right: 8%; bottom: 20%; animation-delay: 2.2s; }
.hero-float { position: absolute; z-index: 3; padding: 14px 18px; border-radius: 20px; background: rgba(255,253,248,.88); box-shadow: var(--shadow-soft); color: var(--muted); font-weight: 600; backdrop-filter: blur(12px); }
.hero-float strong { display: block; color: var(--green); font-size: 18px; }
.hero-float.top { top: 22px; right: 22px; }
.hero-float.bottom-left { left: 22px; bottom: 22px; }
.hero-float.bottom-right { right: 22px; bottom: 22px; background: linear-gradient(135deg, rgba(255,253,248,.92), rgba(244,214,151,.9)); }
.offers-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.offer-chip { min-height: 112px; border-radius: 20px; background: rgba(255,255,255,.84); border: 1px solid rgba(15,95,53,.08); box-shadow: var(--shadow-soft); display: flex; gap: 13px; align-items: center; padding: 15px; }
.offer-chip .icon { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: rgba(15,95,53,.08); color: var(--green); font-size: 31px; }
.offer-chip strong { display: block; color: var(--green); font-size: 19px; line-height: 1.05; }
.offer-chip span { display: block; color: var(--muted); line-height: 1.2; margin-top: 4px; }

.promos { padding: 34px 0; }
.promo-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.promo-card { position: relative; border-radius: 24px; overflow: hidden; background: rgba(255,253,248,.85); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow-soft); }
.promo-card img { width: 100%; height: 230px; object-fit: cover; }
.promo-card__icon { position: absolute; top: 16px; left: 16px; z-index: 2; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 30px; box-shadow: 0 10px 24px rgba(15,95,53,.18); }
.promo-card__body { padding: 18px 18px 22px; }
.promo-card h3, .food-title { font-size: clamp(30px, 5vw, 42px); line-height: .96; font-weight: 700; letter-spacing: -.03em; color: #1b1e1a; }
.promo-card p { margin: 8px 0 0; color: var(--green); font-size: 22px; font-weight: 600; font-family: 'Cormorant Garamond', Georgia, serif; }
.promo-card span { display: inline-block; color: #b1741d; margin-top: 8px; font-weight: 800; }
.scroll-cue { text-align: center; color: var(--muted); margin-top: 28px; }
.scroll-cue .chevron { color: #c69237; font-size: 30px; line-height: 1; animation: bounce 1.8s infinite; }

.category-strip { display: flex; gap: 12px; overflow-x: auto; padding: 5px 0 16px; scrollbar-width: none; }
.category-strip::-webkit-scrollbar { display: none; }
.category-pill { border: 1px solid rgba(15,95,53,.09); background: rgba(255,253,248,.9); color: var(--green-dark); border-radius: 18px; min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; white-space: nowrap; box-shadow: var(--shadow-soft); }
.category-pill .icon { color: var(--green); font-size: 23px; }
.category-pill.active { background: linear-gradient(135deg, var(--green), var(--green-2)); color: #fff; box-shadow: 0 0 20px rgba(23,139,77,.32); }
.category-pill.active .icon { color: #fff; }

.products-section { padding: 34px 0; }
.product-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.product-card { border-radius: 24px; background: rgba(255,253,248,.9); box-shadow: var(--shadow-soft); overflow: hidden; border: 1px solid rgba(15,95,53,.08); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__image { position: relative; aspect-ratio: 1.35 / 1; background: #eee; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.product-card__badge { position: absolute; top: 12px; left: 12px; background: rgba(255,253,248,.92); border-radius: 999px; padding: 8px 12px; color: var(--green); font-weight: 800; box-shadow: var(--shadow-soft); }
.product-card__body { padding: 16px; }
.product-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(28px, 5vw, 36px); line-height: .95; color: #1c1f1b; letter-spacing: -.035em; }
.product-card p { color: var(--muted); min-height: 42px; margin: 9px 0 16px; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-card__footer strong { color: var(--green); font-size: 24px; }
.btn-order { min-height: 48px; min-width: 118px; border-radius: 15px; border: 0; padding: 0 18px; font-weight: 800; position: relative; overflow: hidden; box-shadow: 0 10px 22px rgba(214,165,68,.24); }
.btn-order.mini { min-width: auto; font-size: 15px; }

.benefits { padding: 16px 0 34px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-card { background: rgba(255,253,248,.9); border: 1px solid rgba(15,95,53,.08); border-radius: 22px; padding: 22px 14px; text-align: center; box-shadow: var(--shadow-soft); }
.benefit-card .icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--green); font-size: 34px; }
.benefit-card h3 { font-size: 18px; color: var(--green-dark); line-height: 1.15; margin-bottom: 4px; }
.benefit-card p { margin: 0; color: var(--muted); }

.contacts { padding: 18px 0 120px; }
.contact-card { display: grid; gap: 18px; border-radius: 26px; padding: 16px; background: rgba(255,253,248,.9); border: 1px solid rgba(15,95,53,.08); box-shadow: var(--shadow-soft); }
.map-preview { min-height: 190px; border-radius: 22px; overflow: hidden; position: relative; background: linear-gradient(135deg, #efeadd, #fbf7ef); }
.map-preview::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(15,95,53,.08) 1px, transparent 1px), linear-gradient(rgba(15,95,53,.08) 1px, transparent 1px); background-size: 48px 48px; opacity: .5; }
.map-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 92px; height: 92px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-2)); display: grid; place-items: center; box-shadow: 0 15px 32px rgba(15,95,53,.22); }
.map-pin img { width: 72%; }
.contact-info { display: grid; gap: 14px; }
.contact-row { display: flex; align-items: flex-start; gap: 12px; color: var(--green-dark); font-weight: 700; }
.contact-row .icon { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; color: var(--green); background: rgba(15,95,53,.08); font-size: 22px; }
.contact-actions { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 8px; }

.bottom-nav { position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%); z-index: 40; width: min(calc(100% - 28px), 720px); border-radius: 24px; background: rgba(255,253,248,.94); backdrop-filter: blur(18px); border: 1px solid rgba(15,95,53,.08); box-shadow: 0 14px 38px rgba(31,36,27,.13); display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 8px; }
.bottom-nav a, .bottom-nav button { border: 0; background: transparent; display: grid; place-items: center; gap: 5px; color: var(--muted); font-weight: 700; font-size: 12px; }
.bottom-nav .icon { width: 40px; height: 40px; border-radius: 15px; display: grid; place-items: center; font-size: 22px; }
.bottom-nav .main .icon { width: 54px; height: 54px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--green), var(--green-2)); margin-top: -20px; box-shadow: 0 0 0 8px rgba(255,253,248,.95), 0 0 22px rgba(23,139,77,.36); animation: softPulse 2.7s ease-in-out infinite; }
.cart-pill { position: fixed; right: 18px; bottom: 92px; z-index: 39; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--green), var(--green-2)); color: #fff; box-shadow: var(--shadow); padding: 13px 17px; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.cart-pill.is-empty { display: none; }

.page-hero { padding: 28px 0; }
.page-card { border-radius: var(--radius-xl); background: rgba(255,253,248,.86); box-shadow: var(--shadow); padding: clamp(20px, 4vw, 42px); border: 1px solid rgba(255,255,255,.72); }
.page-card h1 { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--green); font-size: clamp(52px, 9vw, 88px); line-height: .9; letter-spacing: -.04em; }
.page-card p { color: var(--muted); font-size: 18px; max-width: 700px; }

.cart-layout { display: grid; gap: 22px; padding-bottom: 120px; }
.cart-list { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 94px 1fr; gap: 14px; border-radius: 20px; background: rgba(255,253,248,.9); border: 1px solid rgba(15,95,53,.08); padding: 12px; box-shadow: var(--shadow-soft); }
.cart-item img { width: 94px; height: 94px; object-fit: cover; border-radius: 16px; }
.cart-item h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; line-height: .95; }
.cart-item p { margin: 6px 0 10px; color: var(--muted); }
.qty-control { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.qty-control button { width: 34px; height: 34px; border: 0; border-radius: 12px; color: var(--green); background: rgba(15,95,53,.08); font-weight: 900; }
.qty-control .remove { width: auto; padding: 0 12px; color: #9b3e27; background: rgba(212,86,56,.1); }
.checkout-card { border-radius: 26px; background: rgba(255,253,248,.9); padding: 18px; border: 1px solid rgba(15,95,53,.08); box-shadow: var(--shadow-soft); display: grid; gap: 12px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--green-dark); font-weight: 800; }
.field input, .field textarea { border: 1px solid rgba(15,95,53,.15); border-radius: 16px; min-height: 54px; padding: 13px 15px; background: #fff; color: var(--text); outline: none; }
.field textarea { min-height: 100px; resize: vertical; }
.total-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(15,95,53,.1); padding-top: 14px; margin-top: 4px; font-weight: 900; color: var(--green); font-size: 22px; }
.empty-cart { text-align: center; border-radius: 26px; background: rgba(255,253,248,.9); padding: 34px 18px; box-shadow: var(--shadow-soft); }

.sheet { position: fixed; inset: 0; z-index: 80; background: rgba(20, 22, 20, .42); display: none; align-items: end; padding: 12px; }
.sheet.open { display: flex; }
.sheet__panel { width: min(100%, 560px); margin: 0 auto; border-radius: 28px 28px 18px 18px; background: #fffdf8; box-shadow: 0 26px 60px rgba(0,0,0,.22); padding: 20px; animation: sheetIn .26s ease-out; }
.sheet__handle { width: 54px; height: 6px; border-radius: 999px; background: rgba(15,95,53,.14); margin: 0 auto 18px; }
.sheet h2 { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--green); font-size: 42px; line-height: .9; }
.sheet p { color: var(--muted); margin: 8px 0 16px; }
.sheet-actions { display: grid; gap: 12px; }
.sheet-actions .disabled { opacity: .45; pointer-events: none; }
.sheet-close { border: 0; background: transparent; color: var(--muted); padding: 14px; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: 160px; transform: translate(-50%, 20px); opacity: 0; visibility: hidden; z-index: 90; background: rgba(7,63,37,.96); color: #fff; border-radius: 999px; padding: 13px 18px; box-shadow: var(--shadow); font-weight: 800; transition: .25s; white-space: nowrap; max-width: calc(100vw - 32px); overflow: hidden; text-overflow: ellipsis; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.045); } }
@keyframes shine { 0%, 48% { left: -80%; } 72%, 100% { left: 135%; } }
@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.015); } }
@keyframes floatLeaf { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-10px) rotate(9deg); } }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes softPulse { 0%,100% { box-shadow: 0 0 0 8px rgba(255,253,248,.95), 0 0 22px rgba(23,139,77,.28); } 50% { box-shadow: 0 0 0 11px rgba(255,253,248,.95), 0 0 32px rgba(23,139,77,.45); } }
@keyframes sheetIn { from { transform: translateY(30px); opacity: .3; } to { transform: translateY(0); opacity: 1; } }

@media (min-width: 560px) {
  .hero-buttons { grid-template-columns: repeat(2, 1fr); width: min(100%, 430px); }
  .promo-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-actions { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-art { order: 0; min-height: 500px; }
  .offers-row { grid-template-columns: repeat(4, 1fr); }
  .offer-chip { min-height: 124px; }
  .benefit-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-card { grid-template-columns: .82fr 1.18fr; align-items: center; }
  .cart-layout { grid-template-columns: 1.1fr .9fr; align-items: start; }
}

@media (min-width: 1100px) {
  .nav-desktop { display: flex; }
  .logo { width: 260px; }
  .header-inner { min-height: 108px; }
  .hero-card { padding: 56px; }
  .display { font-size: 90px; }
  .hero-art { min-height: 540px; }
  .promo-grid, .product-grid { grid-template-columns: repeat(4, 1fr); }
  .product-card__image { aspect-ratio: 1.15 / 1; }
  .bottom-nav { display: none; }
  .contacts { padding-bottom: 70px; }
  .cart-pill { bottom: 24px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { min-height: 76px; }
  .logo { width: 168px; }
  .halal { width: 58px; height: 58px; }
  .round-button { width: 50px; height: 50px; }
  .hero-card { padding: 14px; border-radius: 28px; }
  .hero-art { min-height: 330px; }
  .hero-copy { padding: 6px; }
  .display { font-size: 47px; }
  .hero-text { font-size: 16px; }
  .offers-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .offer-chip { padding: 12px; min-height: 102px; align-items: flex-start; }
  .offer-chip .icon { width: 42px; height: 42px; flex-basis: 42px; font-size: 25px; }
  .offer-chip strong { font-size: 16px; }
  .offer-chip span { font-size: 13px; }
  .promo-card img { height: 160px; }
  .promo-card h3 { font-size: 28px; }
  .section-head { align-items: flex-start; }
  .section-line { display: none; }
  .section-title { font-size: 39px; }
}

/* Final real home corrections: no full-screen PNG mockups, every block is clickable HTML */
.home-proof-note{display:none}
@media (max-width:520px){
  .hero { padding-top: 18px; }
  .hero-grid { gap: 18px; }
  .hero-art { min-height: 300px; }
  .hero-float { font-size: 13px; padding: 10px 12px; border-radius: 16px; }
  .hero-float.top { top: 12px; right: 12px; }
  .hero-float.bottom-left { left: 12px; bottom: 12px; }
  .hero-float.bottom-right { right: 12px; bottom: 72px; }
  .btn { min-height: 58px; font-size: 18px; }
}


/* V2 final polish */
.product-card__footer { justify-content: flex-start; }
.product-card__footer strong { font-size: clamp(24px, 3vw, 30px); }

.steam { position:absolute; left:48%; top:8%; width:120px; height:150px; z-index:4; pointer-events:none; filter: blur(.15px); }
.steam-line { position:absolute; bottom:0; width:28px; height:118px; border-radius:50%; opacity:0; background:linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,.72) 42%, rgba(255,255,255,0)); filter:blur(8px); animation:steamRise 4.8s ease-in-out infinite; }
.steam-line.s1 { left:8px; animation-delay:0s; }
.steam-line.s2 { left:46px; height:138px; animation-delay:1.25s; }
.steam-line.s3 { left:82px; height:108px; animation-delay:2.45s; }
@keyframes steamRise {
  0% { transform:translateY(26px) scaleX(.78) rotate(-3deg); opacity:0; }
  18% { opacity:.42; }
  62% { opacity:.28; }
  100% { transform:translateY(-62px) scaleX(1.22) rotate(7deg); opacity:0; }
}

.contacts-heading { margin-bottom:22px; }
.branches-grid { display:grid; grid-template-columns:1fr; gap:20px; }
.branch-card { overflow:hidden; border-radius:28px; background:rgba(255,253,248,.92); border:1px solid rgba(15,95,53,.08); box-shadow:var(--shadow-soft); }
.branch-map { position:relative; min-height:260px; background:#efeadd; overflow:hidden; }
.branch-map iframe { width:100%; height:100%; min-height:260px; border:0; display:block; filter:saturate(.82) contrast(1.02); }
.map-brand { position:absolute; left:18px; top:18px; width:84px; height:84px; border-radius:22px; display:grid; place-items:center; background:rgba(255,253,248,.94); border:1px solid rgba(15,95,53,.1); box-shadow:0 12px 30px rgba(31,36,27,.16); backdrop-filter:blur(10px); }
.map-brand img { width:68px; max-height:68px; object-fit:contain; }
.branch-body { padding:22px; }
.branch-kicker { display:inline-flex; align-items:center; min-height:34px; padding:0 12px; border-radius:999px; background:rgba(15,95,53,.08); color:var(--green); font-size:13px; font-weight:800; margin-bottom:14px; }
.branch-body h3 { font-family:'Cormorant Garamond',Georgia,serif; font-size:clamp(36px,5vw,50px); line-height:.92; color:var(--green-dark); letter-spacing:-.035em; }
.branch-body p { margin:8px 0 16px; color:var(--muted); font-size:17px; }
.branch-meta { display:flex; gap:12px; align-items:flex-start; margin-bottom:18px; color:var(--green-dark); font-weight:700; }
.branch-meta > span { flex:0 0 40px; width:40px; height:40px; border-radius:14px; display:grid; place-items:center; background:rgba(15,95,53,.08); }
.branch-meta small { color:var(--muted); font-weight:600; }
.branch-actions { display:grid; grid-template-columns:1fr; gap:12px; }
.branch-actions .btn { min-height:56px; font-size:16px; padding:0 16px; }

@media (min-width:700px) {
  .branches-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .branch-actions { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (min-width:1100px) {
  .branch-card { display:grid; grid-template-columns:1.05fr .95fr; min-height:360px; }
  .branch-map, .branch-map iframe { min-height:360px; }
  .branch-body { padding:30px; align-self:center; }
}
@media (max-width:520px) {
  .steam { left:42%; top:4%; transform:scale(.78); transform-origin:top left; }
  .branch-map, .branch-map iframe { min-height:220px; }
  .map-brand { width:70px; height:70px; border-radius:18px; }
  .map-brand img { width:56px; max-height:56px; }
  .branch-body { padding:18px; }
  .branch-actions { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .steam-line, .hero-food, .hero-leaf, .halal, .bottom-nav .main .icon { animation:none !important; }
}
