.social-follow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.4vw, 15px);
  margin: 18px 0 10px;
}

.social-follow a,.social-follow > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(20, 30, 55, .09);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  cursor: pointer;
}

.social-follow svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-follow .fill { fill: currentColor; stroke: none; }
.social-follow .instagram { color: #c13584; }
.social-follow .facebook { color: #1877f2; }
.social-follow .whatsapp { color: #128c7e; }
.social-follow .upi { color: #4b45c6; border-color: #4b45c6; background: linear-gradient(145deg, #f1f0ff, #ffffff); }
.social-follow .more { width: 82px; flex-basis: 82px; gap: 4px; padding: 0 10px; border-radius: 25px; color: #704d11; border-color: #c49a45; background: linear-gradient(145deg,#fff3cf,#fff); animation: more-nudge 2.8s ease-in-out infinite; }
.social-follow .more svg { width: 22px; height: 22px; }
.social-follow .more span { font: 800 .72rem 'DM Sans',sans-serif; letter-spacing: .02em; }
@keyframes more-nudge { 0%,72%,100% { transform: translateY(0); box-shadow:0 5px 14px rgba(20,30,55,.09); } 80% { transform:translateY(-3px); box-shadow:0 9px 20px rgba(138,100,32,.22); } 88% { transform:translateY(0); } }
@media (prefers-reduced-motion: reduce) { .social-follow .more { animation: none; } }
.social-follow .upi-symbol { font-size: 1.65rem; line-height: 1; font-weight: 800; }
.social-follow a:hover,.social-follow > button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(20, 30, 55, .14); }
.social-follow a:active,.social-follow > button:active { transform: scale(.93); }
.social-follow a:focus-visible,.social-follow > button:focus-visible { outline: 3px solid var(--blue-soft); outline-offset: 3px; }
.social-follow .instagram:hover { background: #fff2f8; }
.social-follow .facebook:hover { background: #eef6ff; }
.social-follow .whatsapp:hover { background: #edfff9; }
.social-follow .upi:hover { background: #eeecff; }
.social-follow .more:hover { background: #fff4d8; }

.upi-panel {
  margin: 10px auto 2px;
  padding: 12px;
  border: 1px solid #d9d5f5;
  border-radius: 12px;
  background: #f8f7ff;
  text-align: center;
}

.upi-panel[hidden] { display: none; }
.upi-panel > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.upi-panel b { color: #332d86; font-size: .86rem; }
.upi-panel small { color: #625b72; font-size: .7rem; }
.upi-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 10px 0 7px; }
.upi-actions a,.upi-actions button {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #4b45c6;
  border-radius: 8px;
  background: #fff;
  color: #3f399d;
  font: 700 .7rem 'DM Sans',sans-serif;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.upi-actions a:first-child { background: #4b45c6; color: #fff; }
.upi-actions a:active,.upi-actions button:active { transform: scale(.97); }
.upi-note { display: block; }

body.modal-open { overflow: hidden; }
.more-overlay { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: flex-end; justify-content: center; padding: 14px; background: rgba(17,12,18,.55); backdrop-filter: blur(4px); }
.more-overlay[hidden] { display: none; }
.more-sheet { position: relative; width: min(520px,100%); max-height: 90vh; overflow-y: auto; padding: 12px 18px 18px; border: 1px solid #e4d3ae; border-radius: 24px 24px 18px 18px; background: #fff; box-shadow: 0 24px 70px rgba(20,10,18,.35); }
.more-handle { width: 42px; height: 4px; margin: 0 auto 12px; border-radius: 99px; background: #d9d6dc; }
.more-close { position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f5f2f4; color: #4b0c21; font: 500 1.45rem/1 sans-serif; cursor: pointer; }
.shop-card-feature { padding: 12px; border: 1px solid #d7af54; border-radius: 18px; background: linear-gradient(145deg,#fffdf7,#f8efdd); text-align: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.85),0 8px 24px rgba(91,56,21,.10); }
.shop-card-feature > p { margin: 0; color: #a57620; font-size: .63rem; font-weight: 800; letter-spacing: .18em; }
.shop-card-feature h2 { margin: 4px 0 10px; color: #4b0c21; font: 700 1.15rem 'Playfair Display',serif; }
.shop-card-feature a { color: #725321; text-decoration: none; }
.shop-card-image-wrap { position: relative; width: min(100%,390px); margin: 0 auto; }
.shop-card-feature img { display: block; width: min(100%,390px); aspect-ratio: 1; object-fit: contain; margin: 0 auto; border: 1px solid #d9b86d; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(54,23,22,.14); }
.shop-whatsapp-hotspot { position: absolute; left: 7%; top: 33%; width: 42%; height: 12%; display: block; border: 2px solid transparent; border-radius: 10px; cursor: pointer; }
.shop-whatsapp-hotspot span { position: absolute; right: 5px; bottom: 4px; display: block; padding: 3px 6px; border-radius: 99px; background: #14966f; color: #fff; font-size: .55rem; font-weight: 800; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.shop-whatsapp-hotspot:focus-visible { outline: 3px solid #22b889; outline-offset: 2px; }
.shop-card-view { display: block; margin-top: 8px; font-size: .68rem; font-weight: 700; }
.contact-card { position: relative; overflow: hidden; padding: 19px 16px 14px; border: 1px solid #d7af54; border-radius: 18px; background: linear-gradient(145deg,#fffdf7,#f8efdd); color: #4b0c21; box-shadow: inset 0 0 0 1px rgba(255,255,255,.85),0 8px 24px rgba(91,56,21,.10); }
.contact-card:before { content:''; position:absolute; inset:7px; border:1px solid rgba(183,132,34,.28); border-radius:13px; pointer-events:none; }
.contact-kicker { position:relative; margin:0; color:#a57620; font-size:.63rem; font-weight:800; letter-spacing:.18em; }
.contact-card h2 { position:relative; margin:5px 0 0; color:#4b0c21; font:700 1.45rem 'Playfair Display',serif; }
.contact-company { position:relative; margin:1px 0 12px; color:#8b671f; font-size:.74rem; font-weight:700; letter-spacing:.05em; }
.contact-row { position:relative; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:8px 10px; margin-top:7px; border:1px solid #eadbb8; border-radius:10px; background:rgba(255,255,255,.82); }
.contact-row span { min-width:0; display:flex; flex-direction:column; }
.contact-row small { color:#8b7b70; font-size:.59rem; text-transform:uppercase; letter-spacing:.08em; }
.contact-row a { overflow-wrap:anywhere; color:#4b0c21; font-size:.75rem; font-weight:700; text-decoration:none; }
.contact-row button { flex:0 0 auto; padding:5px 8px; border:1px solid #d9bd7d; border-radius:7px; background:#fffaf0; color:#78561c; font:600 .62rem 'DM Sans',sans-serif; cursor:pointer; }
.contact-row button:active { background:#f4e5c4; }
.contact-whatsapp { position:relative; display:flex; align-items:center; gap:10px; min-height:48px; margin-top:7px; padding:7px 10px; border:1px solid #a8d8c8; border-radius:10px; background:#f0fbf6; color:#116b53; text-decoration:none; }
.contact-whatsapp svg { flex:0 0 30px; width:30px; height:30px; fill:#159c73; }
.contact-whatsapp span { display:flex; flex-direction:column; }
.contact-whatsapp b { font-size:.75rem; }
.contact-whatsapp small { color:#4c7b6d; font-size:.61rem; }
.contact-logo { position:relative; display:block; width:52px; height:52px; margin:12px auto 0; object-fit:contain; border:2px solid #d8af5a; border-radius:50%; background:#fff; }
.contact-downloads { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:9px; }
.contact-downloads a { min-height:40px; display:grid; place-items:center; border:1px solid #4b0c21; border-radius:10px; background:#fff; color:#4b0c21; font-size:.72rem; font-weight:800; text-decoration:none; }
.contact-downloads a:first-child { background:#4b0c21; color:#f4d995; }
.contact-downloads .shop-card-download { border-color:#c79a3a; background:linear-gradient(90deg,#fffaf0,#f7ead0); color:#5b1830; }
.more-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
.more-actions a,.more-actions button { min-width: 0; min-height: 86px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 9px; padding: 11px; border: 1px solid #e1e6ef; border-radius: 13px; background: #fff; color: #172033; text-align: left; text-decoration: none; cursor: pointer; font-family: 'DM Sans',sans-serif; box-shadow: 0 4px 14px rgba(32,40,60,.05); }
.more-actions span { grid-row: 1/3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #f5ead2; color: #6b3a14; font-size: 1.2rem; }
.more-actions span svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.more-actions span .qr-icon { fill:currentColor; stroke:none; }
.more-actions b { align-self: end; overflow-wrap: anywhere; font-size: .77rem; }
.more-actions small { align-self: start; margin-top: 2px; color: #778195; font-size: .65rem; }
.more-actions a:active,.more-actions button:active { transform: scale(.98); background: #fbf8f2; }
.payment-qr-panel { margin-top: 12px; padding: 14px; border: 1px solid #d9b866; border-radius: 16px; background: linear-gradient(145deg,#fffdf8,#f8edd7); box-shadow: 0 8px 24px rgba(78,9,34,.10); }
.payment-qr-panel[hidden] { display: none; }
.payment-qr-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #4e0922; }
.payment-qr-head span { display: grid; gap: 2px; }
.payment-qr-head b { font-size: .9rem; }
.payment-qr-head small { color: #7c6b70; font-size: .68rem; }
.payment-qr-head button { width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid #dec9b0; border-radius: 50%; background: #fff; color: #4e0922; font-size: 1.2rem; cursor: pointer; }
.payment-qr-panel > img { display: block; width: min(260px,100%); max-height: 360px; object-fit: contain; margin: 13px auto; border: 1px solid #e3d8c8; border-radius: 14px; background: #fff; }
.payment-qr-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.payment-qr-actions a,.payment-qr-actions button { min-height: 43px; display: grid; place-items: center; padding: 7px 4px; border: 1px solid #650b2a; border-radius: 10px; background: #fff; color: #650b2a; text-align: center; text-decoration: none; font: 700 .72rem 'DM Sans',sans-serif; cursor: pointer; }
.payment-qr-actions a:nth-child(2) { background: #650b2a; color: #fff; }
.payment-qr-note { display: block; margin-top: 10px; color: #776d70; text-align: center; font-size: .63rem; }
.more-foot { margin: 13px 0 0; text-align: center; color: #8a8390; font-size: .68rem; }

@media (max-width: 520px) {
  .social-follow { gap: clamp(9px, 2.8vw, 13px); margin: 18px 0 10px; }
  .social-follow a,.social-follow > button { width: 46px; height: 46px; flex-basis: 46px; }
  .social-follow .more { width: 78px; flex-basis: 78px; padding: 0 8px; }
  .upi-actions { grid-template-columns: 1fr; }
}

@media (max-width: 340px) { .social-follow { gap: 7px; } .social-follow a,.social-follow > button { width: 42px; height: 42px; flex-basis: 42px; } .social-follow .more { width:70px; flex-basis:70px; padding:0 6px; } .social-follow .more span { font-size:.66rem; } }
@media (max-width: 380px) { .contact-logo { width:45px; height:45px; } .contact-card h2 { font-size:1.3rem; } }

@media (min-width: 760px) { .more-overlay { align-items: center; } .more-sheet { border-radius: 24px; } }
