
.hero-card{background:#f8eeef url("../images/ui/hero.svg") center/cover no-repeat}
.hero-overlay{background:linear-gradient(90deg,rgba(255,250,250,.97),rgba(255,248,248,.78) 42%,rgba(255,248,248,.08) 74%)}
.hero-content{color:#442f38}
.hero-content .eyebrow{color:#b5768d}
.hero-content p{color:#7d6772}
.hero-floating{color:#8a5366}
.flower-petals,.section-blooms{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.flower-petals .petal,.section-blooms .petal{position:absolute;border-radius:70% 30% 65% 35% / 48% 52% 48% 52%;opacity:.58;filter:blur(.2px)}
.flower-petals .petal{animation:petal-float 12s linear infinite}
.section-blooms .petal{animation:petal-sway 7s ease-in-out infinite}
@keyframes petal-float{0%{transform:translateY(-40px) rotate(0deg)}100%{transform:translateY(720px) rotate(300deg)}}
@keyframes petal-sway{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(10deg)}}
.hero-card::before,.hero-card::after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8),rgba(245,205,219,.28));filter:blur(1px)}
.hero-card::before{width:220px;height:220px;left:-70px;bottom:50px}
.hero-card::after{width:280px;height:280px;right:-90px;top:-90px}
.category-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(251,242,245,.98));}
.category-card:hover{transform:translateY(-7px) scale(1.01)}
.category-card::after{content:"✿";position:absolute;right:24px;bottom:20px;font-size:24px;color:rgba(181,118,141,.35);transition:.3s}
.category-card:hover::after{transform:rotate(16deg) scale(1.15)}
.product-media{background:linear-gradient(180deg,#fffafa,#f8eef2)}
.product-card:hover .product-media{box-shadow:0 24px 50px rgba(181,118,141,.16)}
.product-badge{color:#9d5d70}
.favorite-btn{color:#9d5d70}
.favorite-btn.is-active{color:#c04d73}
.product-title{color:#4b3540}
.custom-order{background:linear-gradient(135deg,#a66478,#8f5666)}
.newsletter{position:relative;padding:34px;border-radius:28px;background:linear-gradient(135deg,#fff7f8,#f7edf1);border:1px solid rgba(157,93,112,.12)}
.benefit-card,.info-card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(252,245,247,.98))}


.hero{padding:34px 0 72px}
.hero-card{
  min-height:630px;border-radius:var(--radius-lg);overflow:hidden;position:relative;display:flex;align-items:center;
  background:#e9e5dc url("../images/ui/hero.svg") center/cover no-repeat;box-shadow:var(--shadow)
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,250,247,.98),rgba(251,250,247,.76) 40%,rgba(251,250,247,.04) 72%)}
.hero-content{position:relative;width:min(650px,90%);padding:74px;color:#243229}
.hero-content p{font-size:18px;color:#59635a;max-width:530px;margin:24px 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-floating{
  position:absolute;right:42px;bottom:36px;background:rgba(255,255,255,.84);backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.7);padding:14px 18px;border-radius:18px;color:#314b39;
  animation:float-card 4.5s ease-in-out infinite
}
@keyframes float-card{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{
  min-height:220px;padding:28px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);
  display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:.3s
}
.category-card::before{
  content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-50px;top:-48px;
  background:linear-gradient(135deg,var(--surface-soft),transparent);transition:.4s
}
.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.category-card:hover::before{transform:scale(1.25)}
.category-card span{color:var(--muted);font-size:14px;margin-top:8px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{position:relative}
.product-media{
  aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:var(--surface-soft);position:relative;border:1px solid var(--line)
}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.product-card:hover .product-media img{transform:scale(1.05)}
.product-badge{
  position:absolute;left:14px;top:14px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.88);
  color:#314b39;font-size:12px;backdrop-filter:blur(10px)
}
.favorite-btn{
  position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.9);
  color:#314b39;font-size:21px;display:grid;place-items:center;transition:.25s
}
.favorite-btn:hover{transform:scale(1.08)}
.favorite-btn.is-active{color:#a84e4e}
.product-info{padding:16px 4px 0}
.product-category{font-size:13px;color:var(--muted)}
.product-title{font-family:Georgia,serif;font-size:21px;margin:5px 0 10px}
.product-meta{display:flex;justify-content:space-between;gap:14px;align-items:center}
.price{font-weight:800;font-size:18px}
.old-price{text-decoration:line-through;color:var(--muted);font-size:14px;margin-left:8px;font-weight:400}
.rating{color:var(--gold);font-size:14px}
.card-actions{display:flex;gap:8px;margin-top:14px}
.card-actions .btn{flex:1;min-height:44px;padding:0 14px;font-size:14px}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}
.benefit-card strong{display:block;font-family:Georgia,serif;font-size:22px;margin-bottom:8px}
.benefit-card p{color:var(--muted)}
.custom-order{
  padding:56px;border-radius:34px;background:var(--green);color:var(--bg);
  display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center;overflow:hidden;position:relative
}
.custom-order::after{
  content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-100px;
  border:1px solid color-mix(in srgb,var(--bg) 24%,transparent)
}
.custom-order p{color:color-mix(in srgb,var(--bg) 72%,transparent);max-width:650px;margin-top:16px}
.custom-order .btn{justify-self:end;border-color:var(--bg);color:var(--bg)}
.newsletter{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center}
.newsletter-form{display:flex;gap:10px;min-width:min(520px,100%)}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}
.info-card p{color:var(--muted);margin-top:10px}
.fly-clone{
  position:fixed;z-index:200;pointer-events:none;border-radius:18px;overflow:hidden;transition:all .75s cubic-bezier(.2,.8,.2,1);
  box-shadow:var(--shadow)
}
@media(max-width:1024px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .newsletter{grid-template-columns:1fr}
  .newsletter-form{min-width:0}
}
@media(max-width:720px){
  .hero{padding-top:18px}
  .hero-card{min-height:600px;align-items:flex-end;border-radius:26px;background-position:63% center}
  .hero-overlay{background:linear-gradient(0deg,rgba(251,250,247,.98),rgba(251,250,247,.84) 48%,rgba(251,250,247,.02) 82%)}
  .hero-content{padding:34px 26px;width:100%}
  .hero-content h1{font-size:48px}
  .hero-content p{font-size:16px}
  .hero-floating{right:18px;bottom:auto;top:18px;font-size:12px}
  .category-grid,.product-grid,.benefits-grid,.info-grid{grid-template-columns:1fr 1fr}
  .product-title{font-size:18px}
  .card-actions{flex-direction:column}
  .custom-order{grid-template-columns:1fr;padding:36px 26px}
  .custom-order .btn{justify-self:start}
  .newsletter-form{flex-direction:column}
}
@media(max-width:480px){
  .category-grid,.product-grid,.benefits-grid,.info-grid{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
}
