/* =========================================================
   Kalyani Food Park & Daily Market — Bio / Link Page
   Standalone stylesheet (matches the main site theme)
========================================================= */

:root{
  --paper:#FBF1E0;
  --paper-deep:#F4E6CC;
  --card:#FFFBF2;
  --ink:#2B1D14;
  --ink-soft:#5B4636;
  --maroon:#8C2F2F;
  --maroon-dark:#6B1F1F;
  --marigold:#E9A23B;
  --marigold-dark:#C97F1F;
  --teal:#1E6E6E;
  --teal-dark:#154F4F;
  --line:rgba(43,29,20,0.14);
  --shadow:0 10px 30px rgba(43,29,20,0.12);
  --radius:14px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }

.bio-body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  font-family:'Mukta', sans-serif;
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  background:
    radial-gradient(circle at 85% 8%, rgba(233,162,59,0.35), transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(30,110,110,0.20), transparent 40%),
    var(--paper);
  padding-bottom:110px;
}

h1,h2,h3{ font-family:'Baloo 2', cursive; margin:0 0 .35em; line-height:1.15; font-weight:700; }
p{ margin:0 0 1em; color:var(--ink-soft); }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }

/* ---------- Awning strip ---------- */
.awning{
  height:26px;
  background:repeating-linear-gradient(115deg,
    var(--maroon) 0 42px, var(--marigold) 42px 84px);
  -webkit-mask:radial-gradient(circle at 21px 0, transparent 20px, black 21px) 0 0/42px 100%;
          mask:radial-gradient(circle at 21px 0, transparent 20px, black 21px) 0 0/42px 100%;
}

/* ---------- Layout ---------- */
.bio-wrap{ max-width:560px; margin:0 auto; padding:34px 20px 0; }

.bio-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:32px 26px 26px;
  margin-bottom:26px;
}

/* reveal animation */
.reveal{ opacity:0; transform:translateY(16px); }
.reveal.in{ opacity:1; transform:none; transition:opacity .5s ease, transform .5s ease; }

/* ---------- Header block ---------- */
.bio-head{ text-align:center; margin-bottom:26px; }
.brand-mark{
  width:86px; height:86px; border-radius:50%;
  background:conic-gradient(var(--maroon) 0 25%, var(--marigold) 25% 50%, var(--teal) 50% 75%, var(--maroon) 75% 100%);
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 16px; box-shadow:0 8px 20px rgba(43,29,20,0.18);
}
.brand-mark span{
  width:70px; height:70px; border-radius:50%; background:var(--paper);
  display:flex; align-items:center; justify-content:center;
  font-family:'Baloo 2',cursive; font-weight:700; color:var(--maroon); font-size:1.7rem;
}
.bio-head h1{ font-size:1.75rem; }
.bio-head h1 em{ font-style:normal; color:var(--maroon); display:block; font-size:1.15rem; }
.bio-tag{ font-size:1rem; margin:8px 0 10px; }
.bio-loc{ font-size:.9rem; margin:0; }
.bio-loc i{ color:var(--maroon); margin-right:6px; }

.chip-row{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-top:16px; }
.chip{
  display:inline-flex; align-items:center; gap:7px;
  font-family:'Baloo 2',cursive; font-size:.8rem;
  background:rgba(30,110,110,0.10); color:var(--teal-dark);
  border:1px solid rgba(30,110,110,0.25);
  padding:5px 13px; border-radius:999px;
}
.chip i{ font-size:.78rem; }

/* ---------- Link buttons ---------- */
.link-stack{ display:flex; flex-direction:column; gap:13px; }
.link-stack.compact{ gap:11px; }

.link-btn{
  position:relative; overflow:hidden;
  display:flex; align-items:center; gap:14px;
  background:var(--paper);
  border:1px solid var(--line);
  border-left:5px solid var(--maroon);
  border-radius:14px;
  padding:13px 16px;
  box-shadow:0 4px 12px rgba(43,29,20,0.07);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.link-btn:hover{ transform:translateY(-3px); box-shadow:0 14px 26px rgba(43,29,20,0.16); background:#fff; }
.link-btn:active{ transform:translateY(-1px); }

.link-btn .ic{
  width:44px; height:44px; flex-shrink:0; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  background:var(--maroon); color:#fff; font-size:1.15rem;
}
.link-btn .txt{ display:flex; flex-direction:column; line-height:1.25; flex:1; min-width:0; }
.link-btn .txt strong{ font-family:'Baloo 2',cursive; font-size:1.03rem; font-weight:600; }
.link-btn .txt small{ font-size:.82rem; color:var(--ink-soft); }
.link-btn .go{ color:var(--ink-soft); font-size:.85rem; transition:transform .18s ease; }
.link-btn:hover .go{ transform:translateX(4px); color:var(--maroon); }

/* per-brand accents */
.link-btn.primary{ border-left-color:var(--maroon); }
.link-btn.primary .ic{ background:var(--maroon); }
.link-btn.wa{ border-left-color:#25D366; }
.link-btn.wa .ic{ background:#25D366; }
.link-btn.map{ border-left-color:var(--teal); }
.link-btn.map .ic{ background:var(--teal); }
.link-btn.review{ border-left-color:var(--marigold-dark); }
.link-btn.review .ic{ background:var(--marigold); color:var(--ink); }
.link-btn.fb{ border-left-color:#1877F2; }
.link-btn.fb .ic{ background:#1877F2; }
.link-btn.ig{ border-left-color:#d6249f; }
.link-btn.ig .ic{ background:radial-gradient(circle at 30% 110%,#fdf497,#fd5949 40%,#d6249f 70%,#285AEB); }
.link-btn.yt{ border-left-color:#FF0000; }
.link-btn.yt .ic{ background:#FF0000; }
.link-btn.li{ border-left-color:#0A66C2; }
.link-btn.li .ic{ background:#0A66C2; }

/* ripple */
.ripple{
  position:absolute; border-radius:50%; transform:scale(0);
  background:rgba(140,47,47,0.20); pointer-events:none;
  animation:ripple .55s ease-out forwards;
}
@keyframes ripple{ to{ transform:scale(2.6); opacity:0; } }

/* ---------- Mini actions + toast ---------- */
.card-actions{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-top:20px; }
.mini-btn{
  display:inline-flex; align-items:center; gap:8px; cursor:pointer;
  font-family:'Baloo 2',cursive; font-size:.86rem; color:var(--ink);
  background:transparent; border:1.5px dashed var(--line);
  padding:8px 16px; border-radius:999px;
  transition:background .18s ease, border-color .18s ease, color .18s ease;
}
.mini-btn:hover{ background:var(--maroon); border-color:var(--maroon); color:#fff; }

.toast{
  text-align:center; font-size:.85rem; color:var(--teal-dark);
  margin:12px 0 0; min-height:20px; opacity:0; transition:opacity .25s ease;
}
.toast.show{ opacity:1; }

/* ---------- Shrinkhla Group card ---------- */
.group-card{ background:linear-gradient(150deg,#FFFBF2, var(--paper-deep)); }
.group-head{ display:flex; gap:16px; align-items:flex-start; margin-bottom:20px; }
.group-mark{
  width:54px; height:54px; flex-shrink:0; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  background:var(--teal); color:#fff; font-size:1.3rem;
  box-shadow:0 8px 18px rgba(30,110,110,0.3);
}
.group-head h2{ font-size:1.4rem; margin:6px 0 4px; }
.group-head p{ margin:0; font-size:.92rem; }
.eyebrow{
  display:inline-flex; align-items:center; gap:7px;
  font-family:'Baloo 2',cursive; font-size:.75rem; letter-spacing:.03em;
  color:var(--maroon); background:rgba(140,47,47,0.08);
  border:1px solid rgba(140,47,47,0.25);
  padding:3px 12px; border-radius:999px;
}

/* ---------- Footer ---------- */
.bio-footer{ text-align:center; padding:6px 4px 20px; }
.enterprise{
  font-family:'Baloo 2',cursive; font-size:.95rem; color:var(--ink);
  background:var(--card); border:1px dashed var(--maroon);
  border-radius:14px; padding:14px 18px; margin:0 0 14px;
}
.enterprise i{ color:var(--marigold-dark); margin-right:7px; }
.copy{ font-size:.8rem; color:var(--ink-soft); margin:0; }

/* ---------- WhatsApp float ---------- */
.wa-float{
  position:fixed; right:20px; bottom:20px; z-index:200;
  width:56px; height:56px; border-radius:50%; background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.5rem;
  box-shadow:0 10px 24px rgba(37,211,102,0.5);
  animation:pulse 2.4s infinite;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(37,211,102,0.55); }
  70%{ box-shadow:0 0 0 14px rgba(37,211,102,0); }
  100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Responsive ---------- */
@media (max-width:480px){
  .bio-body{ font-size:16px; }
  .bio-wrap{ padding:24px 14px 0; }
  .bio-card{ padding:26px 18px 22px; border-radius:18px; }
  .bio-head h1{ font-size:1.5rem; }
  .link-btn{ padding:11px 13px; gap:12px; }
  .link-btn .ic{ width:40px; height:40px; font-size:1.05rem; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; }
  .reveal{ opacity:1; transform:none; }
}