/* Aysel Hanım Ev Yemekleri V1.1.13 — tam genişlik sosyal medya yerleşimi */
:root{
  --social-action-width:112px;
  --social-action-height:44px;
  --social-action-gap:12px;
  --footer-social-action-width:220px;
}
.social-follow-section{
  margin-top:34px;
  padding:0 0 6px;
}
.social-follow-section>.container{
  width:min(calc(100% - 24px),1500px)!important;
  max-width:none!important;
  margin-inline:auto!important;
}
.social-follow-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:40px;
  padding:24px 28px;
  border:1px solid var(--border,#eadfd4);
  border-radius:22px;
  background:linear-gradient(135deg,#fffdf9 0%,#fbf1e7 100%);
  box-shadow:0 10px 28px rgba(70,43,24,.06);
}
.social-follow-copy h2{
  margin:0 0 5px;
  font-size:clamp(22px,2.5vw,30px);
  line-height:1.15;
}
.social-follow-copy p{
  margin:0;
  color:var(--muted,#756a60);
  max-width:680px;
}
.social-follow-actions,
.footer-social-actions{
  display:grid;
  grid-template-columns:repeat(3,var(--social-action-width));
  gap:var(--social-action-gap);
  align-items:stretch;
  justify-content:center;
  width:max-content;
  max-width:100%;
}
.social-follow-actions a,
.site-footer .footer-social-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  height:var(--social-action-height);
  min-height:var(--social-action-height);
  margin:0;
  padding:0 14px;
  border:1px solid #d9c5b4;
  border-radius:999px;
  box-sizing:border-box;
  background:#fff;
  color:var(--text,#2e261f);
  font-size:14px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.social-follow-actions a:hover{
  transform:translateY(-1px);
  border-color:var(--accent,#b54b2a);
  box-shadow:0 8px 20px rgba(70,43,24,.08);
}
.footer-social-center{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  text-align:center;
  gap:9px;
  margin-top:26px;
  padding:22px 0 4px;
  border-top:1px solid rgba(255,255,255,.10);
}
.footer-social-center h3{
  align-self:center;
  margin:0;
  font-size:17px;
  color:#f3e9df;
}
.site-footer .footer-social-actions{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px,4vw,72px);
  width:100%;
}
.site-footer .footer-social-actions a{
  width:min(100%,var(--footer-social-action-width));
}
.site-footer .footer-social-actions a:nth-child(1){justify-self:start}
.site-footer .footer-social-actions a:nth-child(2){justify-self:center}
.site-footer .footer-social-actions a:nth-child(3){justify-self:end}
.site-footer .footer-social-actions a{
  border:1px solid rgba(255,255,255,.18);
  color:#f2e8de;
  font-weight:750;
  background:rgba(255,255,255,.035);
}
.site-footer .footer-social-actions a:hover{
  background:rgba(255,255,255,.09);
  border-color:rgba(255,255,255,.30);
}
@media(max-width:760px){
  .social-follow-section{margin-top:24px}
  .social-follow-card{grid-template-columns:1fr;justify-items:center;gap:18px;text-align:center;padding:21px 18px}
  .social-follow-copy p{max-width:520px}
  .social-follow-actions,
  .footer-social-actions{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .social-follow-actions{width:min(100%,360px)}
  .site-footer .footer-social-actions{width:100%;gap:8px}
  .site-footer .footer-social-actions a{
    width:100%;
    justify-self:stretch;
  }
  .social-follow-actions a,
  .site-footer .footer-social-actions a{
    height:42px;
    min-height:42px;
    padding:0 8px;
    font-size:13px;
  }
  .footer-social-center{margin-top:20px;padding-top:18px}
}
