/* v13 — selling hierarchy and mobile hero cleanup */
@media(max-width:680px){
  .hero-bestseller{display:none!important}
  .hero-lead{max-width:100%!important}
  .real-product-card{margin-top:-22px!important}
}
.feeling-section .section-head h2{max-width:900px}
.feeling-card h3{letter-spacing:-.025em}
.what-is-section{background:linear-gradient(180deg,#fff 0%,#fffaf8 100%)}
.products-section .section-head h2,.reviews-section .section-head h2{max-width:920px}

/* v13.1 — Foellie brand story */
.brand-story-section{background:linear-gradient(180deg,#fffaf8 0%,#f6eaed 100%);padding-block:clamp(76px,8vw,118px)}
.brand-story-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px;border:1px solid rgba(91,35,56,.1);border-radius:36px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(74,28,45,.09)}
.brand-story-copy{align-self:center;padding:clamp(38px,5.5vw,76px)}
.brand-story-copy h2{max-width:720px;margin:10px 0 24px;font-size:clamp(42px,5.2vw,72px);line-height:.98;letter-spacing:-.05em}
.brand-story-copy p{max-width:710px;margin:0 0 17px;color:#69575e;font-size:17px;line-height:1.68}
.brand-story-copy .brand-story-lead{color:#321820;font-size:20px;line-height:1.58}
.brand-story-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px}
.brand-story-points>div{padding:17px 15px;border:1px solid rgba(114,24,56,.11);border-radius:18px;background:#fff8fa}
.brand-story-points strong{display:block;margin-bottom:5px;color:#7b1738;font-size:18px;line-height:1.15}
.brand-story-points span{display:block;color:#705d64;font-size:12px;line-height:1.4}
.brand-story-media{position:relative;min-height:560px;background:#f1e4e8}
.brand-story-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.brand-story-caption{position:absolute;left:24px;right:24px;bottom:24px;padding:16px 18px;border:1px solid rgba(255,255,255,.34);border-radius:18px;background:rgba(42,20,28,.7);color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.brand-story-caption strong{display:block;font-size:18px}
.brand-story-caption span{display:block;margin-top:3px;color:rgba(255,255,255,.82);font-size:12px}
@media(max-width:900px){.brand-story-card{grid-template-columns:1fr}.brand-story-media{min-height:440px}.brand-story-points{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.brand-story-section{padding-block:58px}.brand-story-card{margin-inline:-20px;border-radius:0;box-shadow:none}.brand-story-copy{padding:42px 22px}.brand-story-copy h2{font-size:42px}.brand-story-copy .brand-story-lead{font-size:18px}.brand-story-copy p{font-size:15px}.brand-story-points{grid-template-columns:1fr}.brand-story-points>div{padding:15px}.brand-story-media{min-height:350px}.brand-story-caption{left:14px;right:14px;bottom:14px}}
