
:root{
  --h20-pink:#ec4d7c;
  --h20-pink2:#f48aa5;
  --h20-blush:#fff1f3;
  --h20-blush2:#fde6e9;
  --h20-cream:#fffaf7;
  --h20-ink:#302326;
  --h20-muted:#786b6f;
  --h20-line:#f0dfe3;
  --h20-white:#fff;
  --h20-shadow:0 18px 50px rgba(93,54,65,.08);
}
.home-v20{background:#fffdfb;color:var(--h20-ink)}
.home20-topbar{
  min-height:36px;padding:7px 4.2vw;
  background:linear-gradient(90deg,#fde7eb,#fce4e7);
  border-bottom:1px solid #f4dce1;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  font-size:11px;color:#6f5e63
}
.home20-header{
  min-height:92px;background:#fff;border-bottom:1px solid #f2e7e9;
  display:grid;grid-template-columns:150px 1fr 150px;align-items:center;
  gap:24px;padding:12px 4.2vw;position:sticky;top:0;z-index:60;
  box-shadow:0 4px 20px rgba(66,40,48,.035)
}
.home20-brand img{width:74px;height:74px;object-fit:cover;border-radius:50%;display:block}
.home20-nav{display:flex;align-items:center;justify-content:center;gap:31px;font-size:11px;font-weight:800;white-space:nowrap}
.home20-nav a{transition:.15s ease}
.home20-nav a:hover,.home20-nav a.active{color:var(--h20-pink)}
.home20-header-actions{display:flex;justify-content:flex-end;gap:11px}
.home20-round{width:39px;height:39px;border-radius:50%;border:1px solid var(--h20-line);background:#fff;display:grid;place-items:center;cursor:pointer;font-size:18px}

.home20-page{width:min(1500px,calc(100% - 44px));margin:20px auto 0}
.home20-intro-grid{display:grid;grid-template-columns:1.75fr .88fr;gap:20px;align-items:stretch}
.home20-categories-panel{padding:22px 14px 18px;text-align:center}
.home20-section-kicker{font-size:10px;letter-spacing:.28em;font-weight:900;color:var(--h20-pink);margin-bottom:6px}
.home20-categories-panel h1{font-family:Georgia,"Times New Roman",serif;font-size:34px;margin:0;color:#33272a}
.home20-ornament{color:#f4a2b7;margin:9px 0 15px;font-size:17px}
.home20-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;align-items:start}
.home20-category{display:block}
.home20-category-photo{
  width:100%;aspect-ratio:1;display:grid;place-items:center;
  border-radius:50%;overflow:hidden;
  background:linear-gradient(145deg,#fde6ea,#fff9f8);
  border:7px solid #fcecee;box-shadow:inset 0 0 0 1px #efced5;
  transition:.18s ease
}
.home20-category:hover .home20-category-photo{transform:translateY(-3px);box-shadow:0 12px 24px rgba(151,78,96,.10)}
.home20-category-photo span{font-size:33px}
.home20-category-photo img{width:100%;height:100%;object-fit:cover}
.home20-category b{display:block;font-size:10px;line-height:1.45;margin-top:10px}
.home20-ghost-btn{
  display:inline-flex;margin-top:17px;border:1px solid #f1a8bb;color:var(--h20-pink);
  border-radius:8px;padding:11px 18px;font-size:11px;font-weight:900;background:#fff8f9
}

.home20-why{
  border:1px solid var(--h20-line);border-radius:18px;background:#fff;
  padding:18px;box-shadow:0 12px 35px rgba(75,45,54,.035)
}
.home20-crown{text-align:center;color:var(--h20-pink);font-size:24px;line-height:1}
.home20-why h2{text-align:center;font-size:13px;margin:5px 0 14px}
.home20-why h2 span{color:var(--h20-pink)}
.home20-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.home20-why-card{
  min-height:116px;border:1px solid #f1e4e7;border-radius:12px;padding:14px 10px;text-align:center;
  display:flex;flex-direction:column;align-items:center;justify-content:center
}
.home20-why-card i{font-style:normal;color:var(--h20-pink);font-size:26px;line-height:1;margin-bottom:6px}
.home20-why-card b{font-size:11px;margin-bottom:5px}
.home20-why-card p{font-size:9px;line-height:1.5;color:var(--h20-muted);margin:0;max-width:150px}

.home20-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}
.home20-feature{
  min-height:480px;border-radius:18px;border:1px solid #f0dfe3;overflow:hidden;position:relative;
  background:linear-gradient(130deg,#fff4f5 0%,#fbe2e7 58%,#f8dadd 100%);
  box-shadow:var(--h20-shadow)
}
.home20-feature-main{display:grid;grid-template-columns:.92fr 1.08fr}
.home20-feature-copy{padding:52px 20px 105px 40px;z-index:3}
.home20-feature-copy h2,.home20-special-copy h2{
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.1vw,49px);line-height:1.06;margin:0 0 18px
}
.home20-feature-copy em,.home20-special-copy em{
  font-family:"Brush Script MT","Segoe Script",cursive;font-weight:400;color:var(--h20-pink)
}
.home20-feature-copy p,.home20-special-copy p{font-size:12px;color:#62565a;line-height:1.65;max-width:320px}
.home20-primary-btn{
  display:inline-flex;margin-top:12px;background:var(--h20-pink);color:#fff;border-radius:7px;
  padding:12px 18px;font-weight:900;font-size:11px;box-shadow:0 8px 20px rgba(236,77,124,.16)
}
.home20-social-proof{display:flex;gap:12px;align-items:center;margin-top:27px}
.home20-avatar-stack{display:flex}
.home20-avatar-stack span{
  width:28px;height:28px;border-radius:50%;background:#f8d4dc;border:2px solid #fff;margin-left:-7px;
  display:grid;place-items:center;font-size:10px;color:#c8466d
}
.home20-avatar-stack span:first-child{margin-left:0}
.home20-social-proof b{display:block;font-size:10px}.home20-social-proof small{display:block;color:var(--h20-pink);letter-spacing:.12em;margin-top:3px}

.home20-feature-image,.home20-special-image{
  position:relative;min-height:390px;background:
  radial-gradient(circle at 50% 20%,rgba(255,255,255,.93),rgba(255,255,255,.18) 52%,transparent 53%),
  linear-gradient(145deg,#f6d6dc,#f9e5e7);
  overflow:hidden
}
.home20-feature-image img,.home20-special-image img{width:100%;height:100%;object-fit:cover;display:block}
.home20-cake-placeholder{position:absolute;inset:0;display:grid;place-items:center;font-size:100px;filter:saturate(.6);opacity:.6}
.home20-feature-image:after,.home20-special-image:after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,243,245,.55),transparent 28%);pointer-events:none
}
.home20-trustbar{
  position:absolute;left:24px;right:24px;bottom:18px;z-index:5;
  display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);border:1px solid rgba(239,218,224,.9);
  border-radius:14px;box-shadow:0 12px 32px rgba(70,44,52,.06)
}
.home20-trustbar>div{padding:12px 11px;display:grid;grid-template-columns:25px 1fr;column-gap:7px;border-right:1px solid #f0e3e6}
.home20-trustbar>div:last-child{border-right:0}
.home20-trustbar i{grid-row:1/3;font-style:normal;color:var(--h20-pink);font-size:18px}
.home20-trustbar b{font-size:8px;align-self:end}.home20-trustbar small{font-size:7px;color:#776a6e;margin-top:3px}

.home20-feature-special{display:grid;grid-template-columns:.7fr 1.3fr}
.home20-special-copy{padding:48px 10px 90px 38px;z-index:3}
.home20-special-image{min-height:390px}
.home20-special-points{
  position:absolute;left:24px;right:24px;bottom:18px;z-index:5;
  display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);border:1px solid #efdfe3;border-radius:14px
}
.home20-special-points div{text-align:center;padding:13px 7px;border-right:1px solid #f0e3e6}
.home20-special-points div:last-child{border-right:0}
.home20-special-points i{display:block;font-style:normal;color:var(--h20-pink);font-size:19px;margin-bottom:5px}
.home20-special-points b{font-size:8px}

.home20-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.home20-instagram-card,.home20-news-card{
  min-height:122px;border:1px solid #f0e1e4;border-radius:16px;background:linear-gradient(105deg,#fff7f8,#fce8eb);
  padding:17px 20px;box-shadow:0 10px 28px rgba(77,46,55,.035)
}
.home20-instagram-card{display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:15px}
.home20-instagram-head{display:flex;gap:10px;align-items:center}
.home20-instagram-icon,.home20-news-icon{
  width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--h20-pink);font-size:25px;border:1px solid #f2dfe4
}
.home20-instagram-head b,.home20-news-copy b{display:block;font-size:10px}
.home20-instagram-head small{display:block;font-size:10px;color:#776a6d;margin-top:4px}
.home20-instagram-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}
.home20-instagram-strip span{
  aspect-ratio:1;border-radius:6px;background:#f9dce2;display:grid;place-items:center;font-size:24px;overflow:hidden
}
.home20-instagram-strip img{width:100%;height:100%;object-fit:cover}
.home20-instagram-card>strong{font-size:9px;color:var(--h20-pink);white-space:nowrap}
.home20-news-card{display:grid;grid-template-columns:50px 1fr 220px;align-items:center;gap:15px}
.home20-news-copy p{font-size:9px;color:#776a6e;line-height:1.5;margin:5px 0 0}
.home20-news-form{display:grid;grid-template-columns:1fr 38px}
.home20-news-form input{height:38px;border:0;background:#fff;padding:0 12px;font-size:10px;border-radius:7px 0 0 7px;outline:none}
.home20-news-form button{border:0;background:var(--h20-pink);color:#fff;border-radius:0 7px 7px 0;font-weight:900;cursor:pointer}

.home20-products-section{padding:55px 0 70px}
.home20-footer{
  min-height:104px;background:linear-gradient(90deg,#fff7f5,#fde9eb,#fff7f5);
  border-top:1px solid #f0dfe3;display:grid;grid-template-columns:1fr 1fr 120px 1fr 1fr;
  align-items:center;gap:18px;padding:13px 5vw
}
.home20-footer-item{display:flex;align-items:center;justify-content:center;gap:12px}
.home20-footer-item i{font-style:normal;color:var(--h20-pink);font-size:23px}
.home20-footer-item b{display:block;font-size:10px}.home20-footer-item span{display:block;font-size:9px;color:#716568;margin-top:3px}
.home20-footer-logo{text-align:center}.home20-footer-logo img{width:82px;height:82px;border-radius:50%;object-fit:cover;border:5px solid rgba(255,255,255,.8)}

.wa-home{position:fixed;right:24px;bottom:24px;z-index:9998}
.wa-home-btn{width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#28d96f,#1fbe5e);border:5px solid #fff;box-shadow:0 14px 34px rgba(37,211,102,.28);display:flex;align-items:center;justify-content:center;text-decoration:none;position:relative}
.wa-home-btn::after{content:"";position:absolute;inset:-7px;border:1.5px solid #25c769;border-radius:50%}
.wa-home-btn svg{width:30px;height:30px;fill:#fff}

.home-v20 .products{max-width:100%}
.home-v20 .product-card{border-radius:16px}
.home-v20 .product-photo{aspect-ratio:1/.98}

@media(max-width:1180px){
  .home20-header{grid-template-columns:100px 1fr 100px}.home20-nav{gap:17px;font-size:10px}
  .home20-intro-grid{grid-template-columns:1fr}.home20-why{max-width:none}
  .home20-feature-copy h2,.home20-special-copy h2{font-size:38px}
}
@media(max-width:900px){
  .home20-header{grid-template-columns:72px 1fr}.home20-header-actions{display:none}
  .home20-nav{overflow:auto;justify-content:flex-start}
  .home20-category-grid{grid-template-columns:repeat(3,1fr)}
  .home20-feature-grid,.home20-lower-grid{grid-template-columns:1fr}
  .home20-feature{min-height:520px}
  .home20-trustbar,.home20-special-points{grid-template-columns:1fr 1fr}
  .home20-instagram-card{grid-template-columns:1fr}.home20-instagram-card>strong{display:none}
  .home20-news-card{grid-template-columns:50px 1fr}.home20-news-form{grid-column:1/-1}
  .home20-footer{grid-template-columns:1fr 1fr}.home20-footer-logo{display:none}
}
@media(max-width:640px){
  .home20-topbar{flex-direction:column;text-align:center;gap:3px}
  .home20-header{min-height:76px;padding:8px 14px;grid-template-columns:58px 1fr}.home20-brand img{width:54px;height:54px}
  .home20-nav{gap:18px;padding-bottom:5px}
  .home20-page{width:min(100% - 20px,1500px);margin-top:10px}
  .home20-categories-panel h1{font-size:28px}.home20-category-grid{grid-template-columns:repeat(2,1fr)}
  .home20-feature-main,.home20-feature-special{grid-template-columns:1fr}
  .home20-feature-copy,.home20-special-copy{padding:32px 24px 20px}
  .home20-feature-image,.home20-special-image{min-height:280px}
  .home20-feature{min-height:auto;padding-bottom:150px}
  .home20-trustbar,.home20-special-points{left:12px;right:12px;bottom:12px}
  .home20-footer{grid-template-columns:1fr;padding:22px}
  .home20-footer-item{justify-content:flex-start}
}


/* V20.1 — category emoji identity */
.home20-category-photo{
  position:relative;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,.96), rgba(255,255,255,.35) 34%, transparent 35%),
    linear-gradient(145deg,#fde7ec,#fff8f7);
}
.home20-category-emoji{
  width:68%;
  height:68%;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:clamp(34px,4vw,58px);
  background:rgba(255,255,255,.74);
  box-shadow:
    inset 0 0 0 1px rgba(236,77,124,.08),
    0 10px 26px rgba(153,83,103,.10);
  filter:drop-shadow(0 5px 6px rgba(86,49,58,.08));
  transition:transform .18s ease;
}
.home20-category:hover .home20-category-emoji{
  transform:scale(1.06) rotate(-2deg);
}


/* V20.2 — premium category icons */
.home20-category-grid{
  gap:18px;
}

.home20-category-photo{
  width:100%;
  aspect-ratio:1;
  border-radius:50%;
  border:8px solid #fce8ed;
  background:
    radial-gradient(circle at 35% 28%,rgba(255,255,255,.98) 0 16%,rgba(255,255,255,.55) 17% 34%,transparent 35%),
    linear-gradient(145deg,#fde2e8 0%,#fff6f5 55%,#f7d7df 100%);
  box-shadow:
    inset 0 0 0 1px rgba(227,145,165,.35),
    0 14px 28px rgba(118,64,80,.10);
  overflow:hidden;
  position:relative;
}

.home20-category-photo::after{
  content:"";
  position:absolute;
  inset:10%;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.62);
  box-shadow:inset 0 10px 24px rgba(255,255,255,.45);
  pointer-events:none;
}

.home20-category-emoji{
  width:82%;
  height:82%;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:clamp(52px,5.3vw,82px);
  line-height:1;
  background:
    radial-gradient(circle at 40% 32%,rgba(255,255,255,.98),rgba(255,255,255,.78) 42%,rgba(255,242,245,.62) 72%,rgba(250,223,230,.56));
  box-shadow:
    inset 0 0 0 1px rgba(236,77,124,.09),
    0 12px 22px rgba(112,58,73,.12);
  filter:
    drop-shadow(0 8px 8px rgba(72,39,48,.10))
    saturate(1.05);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease;
  position:relative;
  z-index:1;
}

.home20-category:hover .home20-category-photo{
  transform:translateY(-5px);
  box-shadow:
    inset 0 0 0 1px rgba(227,145,165,.38),
    0 20px 36px rgba(118,64,80,.15);
}

.home20-category:hover .home20-category-emoji{
  transform:scale(1.08) rotate(-1.5deg);
  filter:
    drop-shadow(0 10px 10px rgba(72,39,48,.12))
    saturate(1.12);
}

.home20-category b{
  margin-top:12px;
  font-size:10.5px;
  line-height:1.45;
  letter-spacing:.01em;
  color:#33272a;
}

@media(max-width:900px){
  .home20-category-emoji{
    font-size:clamp(48px,10vw,72px);
  }
}

@media(max-width:640px){
  .home20-category-photo{
    border-width:7px;
  }
  .home20-category-emoji{
    width:80%;
    height:80%;
    font-size:clamp(48px,16vw,72px);
  }
}
