
/* Homepage friendly update + footer */
.friendly-home-section{
  width:min(1180px,calc(100% - 32px));
  margin:34px auto;
  padding:42px;
  border-radius:34px;
  background:linear-gradient(180deg,#fffdfa,#f8f2e8);
  border:1px solid rgba(17,17,17,.08);
  box-shadow:0 18px 45px rgba(0,0,0,.055);
}

.friendly-home-section .eyebrow{
  margin:0 0 10px;
  color:#9b7d48;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:13px;
  font-weight:900;
}

.friendly-home-section h2{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(42px,5vw,68px);
  line-height:.95;
  letter-spacing:-.045em;
  color:#111;
}

.friendly-home-section > p{
  max-width:820px;
  margin:18px 0 0;
  color:#5f5a53;
  font-size:18px;
  line-height:1.75;
}

.friendly-steps{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.friendly-steps div{
  padding:22px;
  border-radius:24px;
  background:#fffdfa;
  border:1px solid rgba(17,17,17,.08);
}

.friendly-steps strong{
  display:block;
  font-size:20px;
  color:#111;
}

.friendly-steps span{
  display:block;
  margin-top:8px;
  color:#5f5a53;
  line-height:1.6;
  font-weight:650;
}

.friendly-cta-row{
  margin-top:28px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.friendly-cta-row a{
  min-height:50px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.friendly-cta-row a:first-child{
  background:#111;
  color:#fff;
}

.friendly-cta-row a:last-child{
  background:#fffdfa;
  color:#111;
  border:1px solid rgba(17,17,17,.12);
}

.fashiontiek-footer-v2{
  width:min(1180px,calc(100% - 32px));
  margin:42px auto 34px;
  padding:26px 28px;
  border-radius:30px;
  background:#fffdfa;
  border:1px solid rgba(17,17,17,.08);
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  box-shadow:0 12px 34px rgba(0,0,0,.045);
}

.fashiontiek-footer-v2 strong{
  display:block;
  color:#111;
  font-size:18px;
}

.fashiontiek-footer-v2 span{
  display:block;
  margin-top:6px;
  color:#5f5a53;
  font-size:13px;
  line-height:1.6;
  font-weight:700;
}

.fashiontiek-footer-v2 nav{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}

.fashiontiek-footer-v2 nav a{
  color:#111;
  font-weight:900;
  text-decoration:underline;
}

@media(max-width:780px){
  .friendly-home-section{
    padding:28px 22px;
  }

  .friendly-steps,
  .fashiontiek-footer-v2{
    grid-template-columns:1fr;
  }

  .fashiontiek-footer-v2 nav{
    justify-content:flex-start;
  }
}
