@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --purple-950:#24072f;
  --purple-900:#351145;
  --purple-800:#4b146c;
  --purple-700:#681f88;
  --pink-600:#ef2b86;
  --pink-500:#ff4a9e;
  --pink-200:#ffd7e9;
  --lavender:#f8effb;
  --cream:#fffafc;
  --white:#fff;
  --ink:#27142e;
  --muted:#746878;
  --line:#eadbec;
  --green:#2f8a57;
  --yellow:#a96a00;
  --blue:#5366c9;
  --red:#b7354a;
  --shadow:0 18px 44px rgba(53,17,69,.12);
  --shadow-soft:0 8px 22px rgba(53,17,69,.08);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,sans-serif;color:var(--ink);background:var(--cream)}
img{max-width:100%;display:block}
a{color:inherit}
button,input{font:inherit}
.shell{width:min(1240px,calc(100% - 32px));margin-inline:auto}
.skip-link{position:fixed;top:-60px;left:12px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px}
.skip-link:focus{top:12px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(234,219,236,.8);backdrop-filter:blur(16px)}
.header-inner{min-height:92px;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:30px;align-items:center}
.brand-link img{width:clamp(290px,27vw,430px);max-height:82px;object-fit:contain;object-position:left center}
.header-search input,.catalog-search input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 16px;box-shadow:var(--shadow-soft);outline:none}
.header-search input:focus,.catalog-search input:focus{border-color:var(--purple-700);box-shadow:0 0 0 4px rgba(104,31,136,.1)}
.menu-button{display:none;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-weight:800}
.main-nav{display:flex;gap:22px;align-items:center}
.main-nav a{text-decoration:none;font-weight:800;white-space:nowrap}

.hero{position:relative;overflow:hidden;padding:54px 0 64px;background:radial-gradient(circle at 83% 20%,rgba(255,74,158,.19),transparent 28%),radial-gradient(circle at 9% 82%,rgba(104,31,136,.12),transparent 24%),linear-gradient(135deg,#fffafd 0%,#f7ecfb 55%,#ffe8f2 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr 1.06fr .52fr;gap:34px;align-items:center}
.eyebrow{margin:0 0 10px;color:var(--pink-600);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.76rem}
h1,h2{margin-top:0;font-family:"Playfair Display",Georgia,serif;line-height:1.04}
h1{font-size:clamp(3.2rem,6.7vw,6.3rem);letter-spacing:-.05em;margin-bottom:20px}
h1 span{color:var(--pink-600)}
h2{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.03em}
h3,p{margin-top:0}
.hero-lead{max-width:600px;color:var(--muted);font-size:1.08rem}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 19px;border-radius:999px;text-decoration:none;font-weight:800;transition:transform .18s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--purple-700),var(--pink-600));box-shadow:0 12px 28px rgba(239,43,134,.25)}
.button-secondary,.button-review{color:var(--pink-600);background:#fff;border:1px solid var(--pink-500)}
.button-shop{color:#fff;background:linear-gradient(135deg,var(--pink-600),var(--pink-500))}
.disabled{opacity:.55;pointer-events:none}

.featured-review{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.featured-copy{padding:24px;display:flex;flex-direction:column;justify-content:center}
.featured-copy h2{font-size:1.75rem;margin:12px 0 10px}
.rating-row{display:flex;gap:12px;align-items:center;color:#f0a000;font-weight:800}
.rating-row small{color:var(--muted)}
.featured-copy p{color:var(--muted)}
.featured-price{font-size:1.45rem;font-weight:900;color:var(--pink-600);margin:4px 0 18px}
.featured-actions{display:flex;gap:10px;flex-wrap:wrap}
.featured-image-wrap{position:relative;background:linear-gradient(145deg,#ffe8f3,#eadcf4);min-height:340px}
.featured-image-wrap>img{width:100%;height:100%;object-fit:cover}
.score-card{position:absolute;right:14px;bottom:14px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:15px;padding:11px 14px;box-shadow:var(--shadow-soft)}
.score-card span{display:block;color:var(--muted);font-size:.73rem;font-weight:700}
.score-card strong{font-size:1.9rem;color:var(--purple-800)}
.score-card small{font-size:.8rem}
.status{display:inline-flex;width:max-content;align-items:center;min-height:27px;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:800}
.status-approved{color:var(--green);background:#e8f7ee}
.status-testing{color:var(--yellow);background:#fff4d4}
.status-budget{color:var(--blue);background:#eceeff}
.status-favorite{color:var(--pink-600);background:#ffe5f2}
.status-ordered{color:var(--purple-700);background:#eee8f7}
.status-skip{color:var(--red);background:#fae7ea}

.mascot-panel{text-align:center}
.mascot-panel img{width:min(250px,100%);margin:14px auto 0;filter:drop-shadow(0 18px 24px rgba(53,17,69,.13))}
.speech-bubble{position:relative;background:#fff;border:1px solid var(--line);border-radius:40px;padding:18px 20px;color:var(--pink-600);box-shadow:var(--shadow-soft)}
.speech-bubble strong,.speech-bubble span{display:block}
.speech-bubble:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);border-width:14px 14px 0;border-style:solid;border-color:#fff transparent transparent}

.promise-strip{padding:34px 0;background:#fff}
.promise-title{display:flex;gap:14px;align-items:center;justify-content:center;margin-bottom:22px;color:var(--purple-900)}
.promise-title h2{font-family:"DM Sans",sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.18em;margin:0}
.promise-title span{color:var(--pink-500)}
.promise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.promise-item{display:grid;grid-template-columns:118px 1fr;gap:18px;align-items:center}
.promise-image-box{width:118px;height:118px;display:grid;place-items:center}
.promise-image-box img{width:108px;height:108px;object-fit:contain}
.promise-item:nth-child(3) .promise-image-box img{width:94px;height:94px}
.promise-item h3{margin-bottom:6px}
.promise-item p{margin:0;color:var(--muted);font-size:.88rem}

.value-strip{padding:20px 0;background:linear-gradient(90deg,#f7e8f6,#f8edf8,#ffe9f3)}
.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.value-grid article{display:flex;gap:12px;align-items:center}
.value-icon{width:42px;height:42px;display:grid;place-items:center;border:2px solid var(--pink-500);border-radius:50%;color:var(--pink-600);font-weight:900}
.value-grid p{margin:2px 0 0;color:var(--muted);font-size:.84rem}

.section{padding:62px 0}
.trending-section{background:#fff}
.categories-section{background:var(--lavender)}
.reviews-section{background:linear-gradient(180deg,#fff,#fff8fc)}
.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}
.section-heading h2{margin-bottom:0}
.section-heading>a{color:var(--pink-600);font-weight:800;text-decoration:none}
.section-heading>p{color:var(--muted);max-width:440px}

.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card,.review-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft)}
.product-card img,.review-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--lavender)}
.product-card-content,.review-card-content{padding:16px}
.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}
.product-store{color:var(--muted);font-size:.78rem;font-weight:700}
.product-card h3,.review-card h3{margin-bottom:7px;line-height:1.25}
.product-card p,.review-card p{color:var(--muted);font-size:.88rem}
.price-row,.score-row{display:flex;justify-content:space-between;gap:12px;align-items:center}
.price{font-weight:900;color:var(--pink-600)}
.score{color:var(--purple-800);font-weight:900}

.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.category-card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;padding:17px;text-decoration:none;background:linear-gradient(160deg,#fff,#fcecf5);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}
.category-icon{font-size:1.9rem}
.category-card h3{margin:18px 0 3px}
.category-card p{margin:0;color:var(--muted);font-size:.8rem}

.catalog-search{width:min(420px,100%)}
.filter-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:12px}
.filter-button{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:800}
.filter-button.active{color:#fff;background:linear-gradient(135deg,var(--purple-800),var(--pink-600));border-color:transparent}
.result-count{color:var(--muted);font-size:.86rem}
.review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.review-card{display:flex;flex-direction:column}
.review-card-content{display:flex;flex-direction:column;flex:1}
.review-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:12px}
.review-card-actions .button{min-height:42px;border-radius:11px;padding:9px 11px;font-size:.82rem}
.empty-state{text-align:center;padding:44px 20px;background:#fff;border:1px dashed var(--line);border-radius:20px}

.site-footer{padding:42px 0 20px;color:#fff;background:radial-gradient(circle at 15% 15%,rgba(255,74,158,.14),transparent 20%),linear-gradient(145deg,var(--purple-950),var(--purple-900))}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:34px}
.footer-logo-panel{display:inline-flex;align-items:center;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:0 12px 24px rgba(0,0,0,.14)}
.footer-logo-panel img{width:min(340px,100%);max-height:90px;object-fit:contain}
.footer-brand-block p,.footer-note{color:rgba(255,255,255,.7)}
.site-footer h2{font-family:"DM Sans",sans-serif;font-size:1rem}
.site-footer nav{display:grid;gap:8px}
.site-footer a{text-decoration:none;color:rgba(255,255,255,.78);font-size:.88rem}
.footer-bottom{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.6);font-size:.8rem}

@media(max-width:1050px){
  .header-inner{grid-template-columns:auto 1fr auto}
  .header-search{display:none}
  .menu-button{display:block}
  .main-nav{display:none;position:absolute;top:92px;left:16px;right:16px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
  .main-nav.open{display:grid}
  .hero-grid{grid-template-columns:1fr 1fr}
  .mascot-panel{grid-column:1/-1;display:grid;grid-template-columns:auto 180px;justify-content:center;align-items:center;gap:20px}
  .mascot-panel img{width:180px}
  .speech-bubble{max-width:340px}
  .product-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2/4}
}

@media(max-width:760px){
  .header-inner{min-height:78px}
  .brand-link img{width:240px;max-height:66px}
  .hero{padding-top:38px}
  .hero-grid{grid-template-columns:1fr}
  .featured-review{grid-template-columns:1fr}
  .featured-image-wrap{min-height:260px}
  .mascot-panel{grid-column:auto;grid-template-columns:1fr}
  .mascot-panel img{width:160px}
  .promise-grid{grid-template-columns:1fr}
  .promise-item{grid-template-columns:96px 1fr}
  .promise-image-box{width:96px;height:96px}
  .promise-image-box img{width:88px;height:88px}
  .promise-item:nth-child(3) .promise-image-box img{width:76px;height:76px}
  .value-grid{grid-template-columns:1fr 1fr}
  .section-heading{display:grid}
  .product-grid,.review-grid{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand-block{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
}

@media(max-width:480px){
  .brand-link img{width:205px}
  h1{font-size:clamp(2.7rem,15vw,4.3rem)}
  .value-grid{grid-template-columns:1fr}
  .category-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-logo-panel img{width:260px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important}
}
