* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: #3a2e26; background: #fff; }
a { text-decoration: none; color: inherit; transition: all 0.2s ease; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; }

/* Motion */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
.float-anim { animation: floatY 3.5s ease-in-out infinite; }
.float-anim-slow { animation: floatY 5s ease-in-out infinite; }

@keyframes enterUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes enterRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}
.enter-anim { opacity: 0; animation: enterUp 0.7s ease forwards; }
.enter-anim-right { opacity: 0; animation: enterRight 0.8s ease forwards; }

@keyframes pulseBadge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.pulse-anim { animation: enterUp 0.7s ease forwards, pulseBadge 2.2s ease-in-out 0.9s infinite; }

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(226,128,104,0.5); }
  50% { box-shadow: 0 0 0 10px rgba(226,128,104,0); }
}
.glow-anim { animation: enterUp 0.7s ease forwards, glowPulse 2.4s ease-in-out 0.9s infinite; }

/* Navbar scroll state */
.navbar { position: sticky; top: 0; z-index: 50; background: #fff; transition: box-shadow 0.3s ease, padding 0.3s ease; }
.navbar.scrolled { box-shadow: 0 6px 20px rgba(0,0,0,0.08); padding: 10px 0; }

/* Back to top */
.back-to-top {
  position: fixed; bottom: 30px; right: 30px; width: 46px; height: 46px; border-radius: 50%;
  background: #e28068; color: #fff; border: none; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  z-index: 60;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: #d16d54; transform: translateY(-4px); }

/* Rotating ring on featured category icons */
.featured-circle { position: relative; }
.featured-circle::before {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  background: conic-gradient(from 0deg, #f2b23e, #fff, #f2b23e);
  z-index: -1; opacity: 0; transition: opacity 0.3s ease;
  animation: spinRing 3s linear infinite;
}
.featured-item:hover .featured-circle::before { opacity: 1; }
@keyframes spinRing { to { transform: rotate(360deg); } }

.reveal, .why-card, .featured-item, .testimonial-card, .trust-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible, .why-card.is-visible, .featured-item.is-visible, .testimonial-card.is-visible, .trust-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.why-card:nth-child(2).is-visible { transition-delay: 0.1s; }
.why-card:nth-child(3).is-visible { transition-delay: 0.2s; }
.featured-item:nth-child(2).is-visible { transition-delay: 0.08s; }
.featured-item:nth-child(3).is-visible { transition-delay: 0.16s; }
.featured-item:nth-child(4).is-visible { transition-delay: 0.24s; }
.featured-item:nth-child(5).is-visible { transition-delay: 0.32s; }
.testimonial-card:nth-child(2).is-visible { transition-delay: 0.1s; }
.testimonial-card:nth-child(3).is-visible { transition-delay: 0.2s; }

.btn-primary, .btn-cta, .btn-featured {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-primary:hover, .btn-cta:hover, .btn-featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.featured-circle { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.featured-item:hover .featured-circle { transform: scale(1.08); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.testimonial-card { transition: opacity 0.7s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.testimonial-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.why-card { transition: opacity 0.7s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.why-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.nav-links a { position: relative; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px;
  background: #e28068; transition: width 0.25s ease;
}
.nav-links a:hover::after { width: 100%; }

/* Navbar */
.navbar { padding: 16px 0; border-bottom: 1px solid #eee; }
.navbar-inner { max-width: 1240px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.logo-tagline { background: #4a3527; color: #fff; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 11px; padding: 3px 12px; border-radius: 20px; white-space: nowrap; align-self: center; }
.logo-wordmark { font-family: 'Baloo 2', sans-serif; font-weight: 800; font-size: 26px; color: #4a3527; line-height: 1; white-space: nowrap; }
.logo-dotid { color: #e67e35; }
.logo-subtitle { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 2px; color: #4a3527; white-space: nowrap; align-self: center; }
.nav-links { display: flex; gap: 24px; font-weight: 600; font-size: 15px; color: #3a2e26; flex-wrap: wrap; }
.nav-links a.highlight { color: #7c8a5e; }
.nav-links a.active { color: #e28068; }
.nav-links a:hover { color: #e28068; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.icon-btn { font-size: 18px; cursor: pointer; }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: #3a2e26; padding: 4px; line-height: 1; }

/* Buttons */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #e28068; color: #fff; padding: 10px 22px; border-radius: 30px; font-weight: 600; }
.btn-primary:hover { background: #d16d54; }
.btn-large { padding: 16px 32px; font-size: 16px; margin-top: 10px; }

/* Hero */
.hero { background: #f3e9dd; overflow: hidden; }
.hero-inner { max-width: 1240px; margin: 0 auto; padding: 40px 20px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.hero-text { max-width: 500px; }
.hero-text h1 { font-family: 'Baloo 2', sans-serif; font-size: 52px; color: #3a2e26; line-height: 1.3; font-weight: 800; margin-bottom: 30px; }
.highlight-text { background: #a9b48a; padding: 2px 10px; display: inline-block; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-badge { display: inline-block; background: #fff; color: #7c8a5e; font-weight: 700; font-size: 13px; padding: 6px 16px; border-radius: 20px; margin-bottom: 16px; box-shadow: 0 4px 10px rgba(0,0,0,0.06); }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; font-size: 13px; font-weight: 600; color: #7c8a5e; }
.hero-image { position: relative; flex: 1 1 420px; display: flex; align-items: flex-end; justify-content: center; gap: 30px; min-height: 380px; }
.hero-image::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 380px; height: 380px; background: #ecdcc4; border-radius: 50%; z-index: 0; }
.hero-deco { position: absolute; font-size: 30px; opacity: 0.7; z-index: 1; }
.deco-1 { top: 20px; left: 30px; }
.deco-2 { top: 60px; right: 60px; }
.deco-3 { bottom: 70px; left: 10px; }
.product-photo { position: relative; z-index: 2; width: 300px; height: 370px; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.2); border: 6px solid #fff; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.side-pet { position: relative; z-index: 2; width: 110px; height: 90px; object-fit: cover; border-radius: 50% 50% 45% 45%; box-shadow: 0 10px 20px rgba(0,0,0,0.15); border: 4px solid #fff; align-self: flex-end; margin-bottom: 15px; }

/* Trust strip */
.trust-strip { max-width: 1180px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 5; }
.trust-inner { background: #fdf3e7; border-radius: 40px; padding: 20px 40px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 6px 20px; border-right: 1px dashed #e0c9a6; flex: 1; cursor: default; transition: transform 0.25s ease; }
.trust-item:last-child { border-right: none; padding-right: 0; }
.trust-item:hover { transform: translateY(-6px); }
.trust-icon { font-size: 26px; color: #e28068; display: inline-block; transition: transform 0.3s ease; }
.trust-item:hover .trust-icon { animation: trustWiggle 0.5s ease; }
.trust-item strong { display: block; font-size: 13px; color: #3a2e26; letter-spacing: 0.3px; }
.trust-item span { font-size: 12px; color: #8a7d6f; }

@keyframes trustWiggle {
  0%, 100% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(-12deg) scale(1.15); }
  50% { transform: rotate(10deg) scale(1.15); }
  75% { transform: rotate(-6deg) scale(1.1); }
}

.trust-item.is-visible { opacity: 1; transform: translateY(0); }
.trust-item:nth-child(1).is-visible { transition-delay: 0s; }
.trust-item:nth-child(2).is-visible { transition-delay: 0.08s; }
.trust-item:nth-child(3).is-visible { transition-delay: 0.16s; }
.trust-item:nth-child(4).is-visible { transition-delay: 0.24s; }
.trust-item:nth-child(5).is-visible { transition-delay: 0.32s; }

@media (max-width: 900px) {
  .trust-strip { margin-top: 20px; }
  .trust-item { border-right: none; }
}

/* Why section */
.why { max-width: 1240px; margin: 0 auto; padding: 70px 20px 40px; text-align: center; }
.why h2 { font-family: 'Baloo 2', sans-serif; font-size: 32px; color: #7c8a5e; font-weight: 800; margin-bottom: 14px; }
.why-subtitle { color: #7c8a5e; font-size: 18px; font-weight: 600; margin-bottom: 40px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.why-card { background: #f3e0cf; border-radius: 16px; padding: 24px; text-align: left; position: relative; overflow: hidden; min-height: 240px; display: flex; flex-direction: column; }
.why-card p { color: #7c8a5e; font-weight: 700; font-size: 17px; max-width: 65%; position: relative; z-index: 2; }
.why-desc { color: #8a7d6f !important; font-weight: 500 !important; font-size: 13px !important; margin-top: 8px; margin-bottom: 70px; line-height: 1.5; max-width: 55% !important; }
.why-visual { position: absolute; bottom: 0; right: 0; left: 0; height: 130px; }
.why-hill { position: absolute; bottom: 0; left: 15%; right: -10%; height: 100px; background: #8b9a6b; border-radius: 100% 100% 0 0; }
.why-icon { position: absolute; bottom: 25px; right: 40px; font-size: 44px; z-index: 2; }
.why-photo { position: absolute; bottom: 15px; right: 20px; width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 4px solid #fff; z-index: 2; }
.why-illust { position: absolute; bottom: 15px; right: 20px; width: 100px; height: 100px; border-radius: 50%; border: 4px solid #fff; background: #fdf1e0; z-index: 2; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
.why-illust svg { width: 62%; height: 62%; }

/* Categories */
.categories { max-width: 1200px; margin: 0 auto; padding: 70px 20px 40px; text-align: center; }
.categories h2 { font-size: 30px; color: #1c2b4a; margin-bottom: 40px; }
.cat-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.cat-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.cat-circle { width: 110px; height: 110px; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cat-circle img { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; border: 3px solid #fff; }
.bg-peach { background: #fbe3d0; }
.bg-green { background: #d9f0d3; }
.bg-blue { background: #d3e8f5; }
.bg-pink { background: #f5dbe8; }
.bg-cream { background: #f5e6c8; }
.cat-name { font-weight: 600; color: #1c2b4a; margin-top: 6px; }
.cat-count { font-size: 13px; color: #888; }

/* Featured products */
.featured { max-width: 1240px; margin: 0 auto; padding: 70px 20px 80px; text-align: center; background: #fdf1e0; border-radius: 30px; }
.featured h2 { font-family: 'Baloo 2', sans-serif; font-size: 32px; color: #7c8a5e; font-weight: 800; margin-bottom: 40px; }
.featured-grid { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.featured-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.featured-circle { width: 120px; height: 120px; border-radius: 50%; border: 4px solid #e8c084; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #fff; }
.featured-circle img { width: 100%; height: 100%; object-fit: cover; }
.featured-illust { background: #fdf1e0; }
.featured-illust svg { width: 62%; height: 62%; }
.featured-label { background: #4a3527; color: #fff; font-weight: 700; font-size: 13px; padding: 6px 20px; border-radius: 20px; }

/* CTA banner */
.cta-banner { max-width: 1240px; margin: 40px auto 0; padding: 0 20px; }
.cta-inner { background: #fff; border: 1px solid #f0e4d3; border-radius: 24px; display: flex; align-items: stretch; overflow: hidden; box-shadow: 0 15px 40px rgba(122, 94, 58, 0.1); flex-wrap: wrap; }
.cta-image { position: relative; flex: 1 1 380px; background: linear-gradient(135deg, #a9b48a, #8b9a6b); min-height: 300px; display: flex; align-items: center; justify-content: center; gap: 14px; overflow: hidden; padding: 30px; }
.cta-blob { position: absolute; right: -40px; bottom: -40px; width: 180px; height: 180px; background: #fff; opacity: 0.25; border-radius: 50%; }
.cta-pet { position: relative; z-index: 2; width: 150px; height: 220px; object-fit: cover; border-radius: 16px; border: 4px solid #fff; box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.cta-pet-2 { margin-top: 24px; }
.cta-bubble { position: absolute; border-radius: 50%; background: #fff; opacity: 0.18; z-index: 1; }
.cta-bubble-1 { width: 26px; height: 26px; top: 28px; right: 90px; }
.cta-bubble-2 { width: 14px; height: 14px; top: 70px; right: 50px; opacity: 0.3; }
.cta-bubble-3 { width: 40px; height: 40px; bottom: 24px; right: 130px; opacity: 0.15; }
.cta-bubble-4 { width: 18px; height: 18px; top: 40%; right: 20px; opacity: 0.22; }
.cta-bubble-5 { width: 10px; height: 10px; bottom: 60px; right: 70px; opacity: 0.35; }
.cta-bubble-6 { width: 60px; height: 60px; top: -20px; right: -10px; opacity: 0.12; }
.cta-text { flex: 1 1 380px; padding: 50px 40px; display: flex; flex-direction: column; justify-content: center; }
.cta-text h2 { font-family: 'Baloo 2', sans-serif; font-size: 30px; font-weight: 800; color: #3a2e26; margin-bottom: 18px; line-height: 1.3; }
.cta-text p { color: #7a7a7a; margin-bottom: 24px; line-height: 1.5; }
.btn-cta { display: inline-block; background: #f2c14e; color: #3a2e26; padding: 14px 30px; border-radius: 30px; font-weight: 700; align-self: flex-start; }
.btn-cta:hover { background: #e5b23f; }

/* About section */
.about-section { max-width: 1240px; margin: 40px auto 0; padding: 50px 20px; }
.about-inner { display: flex; gap: 60px; flex-wrap: wrap; align-items: flex-start; background: #fdf8f1; border: 1px solid #f0e4d3; border-radius: 24px; padding: 50px 44px; }
.about-inner h2 { font-family: 'Baloo 2', sans-serif; flex: 1 1 400px; font-size: 28px; font-weight: 800; color: #3a2e26; line-height: 1.4; }
.about-right { flex: 1 1 380px; }
.about-right p { color: #7a7a7a; margin-bottom: 24px; line-height: 1.6; }

/* Testimonials */
.testimonials { max-width: 1240px; margin: 0 auto; padding: 90px 20px; text-align: center; }
.testimonials h2 { font-family: 'Baloo 2', sans-serif; font-size: 32px; font-weight: 800; color: #3a2e26; margin-bottom: 8px; }
.testimonials-sub { color: #8a7d6f; font-size: 15px; margin-bottom: 40px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.testimonial-card { background: #fdf8f1; border: 1px solid #f0e4d3; border-radius: 20px; padding: 40px 26px 26px; text-align: left; position: relative; }
.testimonial-card::before { content: '“'; position: absolute; top: 14px; left: 22px; font-family: 'Baloo 2', sans-serif; font-size: 44px; color: #e8c084; line-height: 1; }
.testimonial-card .stars { color: #f2b23e; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; display: block; text-align: right; }
.testimonial-card p { color: #5d5245; line-height: 1.7; margin-bottom: 24px; font-size: 14px; }
.testimonial-author { display: flex; align-items: center; justify-content: flex-start; gap: 10px; text-align: left; }
.testimonial-author img, .author-avatar-placeholder { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid #e8c084; }

.faq { max-width: 800px; margin: 0 auto; padding: 90px 20px; text-align: center; }
.faq h2 { font-family: 'Baloo 2', sans-serif; font-size: 32px; font-weight: 800; color: #3a2e26; margin-bottom: 8px; }
.faq-list { text-align: left; margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fdf8f1; border: 1px solid #f0e4d3; border-radius: 16px; padding: 18px 22px; }
.faq-item summary { cursor: pointer; font-weight: 700; color: #3a2e26; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; float: right; color: #7c8a5e; font-size: 20px; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { color: #5d5245; line-height: 1.7; margin-top: 12px; font-size: 14px; }
.author-avatar-placeholder { background: #f3e9dd; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.author-name { color: #7c8a5e; font-weight: 700; }
.author-city { color: #3a2e26; font-weight: 700; font-size: 13px; }

/* Footer */
.footer { background: #f3e9dd; margin-top: 40px; border-radius: 40px 40px 0 0; overflow: hidden; }
.footer-top { max-width: 1240px; margin: 0 auto; padding: 70px 20px 40px; display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 30px; }
.footer-about { max-width: 560px; }
.footer-col h4 { font-family: 'Baloo 2', sans-serif; font-size: 20px; color: #4a3527; font-weight: 700; margin-bottom: 18px; }
.footer-col a { display: block; color: #8a7d6f; margin-bottom: 12px; font-size: 15px; }
.footer-col a:hover { color: #e28068; }
.footer-about p { color: #6b5d4f; line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 38px; height: 38px; background: #7c8a5e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease, transform 0.2s ease; }
.footer-socials a:hover { background: #e28068; transform: translateY(-3px); }
.footer-socials svg { width: 18px; height: 18px; fill: #fff; }
.footer-info-item { color: #6b5d4f; font-size: 14px; margin-bottom: 14px; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.footer-info-item a { display: inline; margin-bottom: 0; color: #6b5d4f; }
.footer-info-item a:hover { color: #e28068; }
.footer-bottom { position: relative; max-width: 1240px; margin: 0 auto; padding: 20px 20px 30px; border-top: 1px dashed #e0c9a6; display: flex; align-items: center; font-size: 14px; color: #8a7d6f; overflow: hidden; }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .navbar-inner { position: relative; flex-wrap: wrap; }
  .nav-toggle { display: block; order: 3; }
  .nav-actions { gap: 12px; }
  .nav-actions .btn-primary { display: none; }
  .nav-links {
    display: none; width: 100%; order: 4; flex-direction: column; gap: 0;
    background: #fff; margin-top: 14px; border-top: 1px solid #f0ece4;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid #f5f0e8; width: 100%; }
  .nav-links a::after { display: none; }
  .hero-text h1 { font-size: 32px; }
}

/* Products page */
.products-page { max-width: 1240px; margin: 0 auto; padding: 50px 20px 90px; }
.pp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pp-card { border: 1px solid #eee; border-radius: 14px; padding: 14px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pp-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.pp-card-img { height: 130px; border-radius: 10px; background-size: cover; background-position: center; margin-bottom: 12px; }
.pp-name { font-weight: 600; font-size: 14px; color: #3a2e26; margin-bottom: 4px; }
.pp-price { color: #e28068; font-weight: 700; font-size: 15px; margin-bottom: 12px; }
.pp-add { width: 100%; background: #f3e9dd; color: #7c8a5e; border: none; padding: 8px; border-radius: 8px; font-weight: 700; font-size: 13px; cursor: pointer; transition: background 0.2s ease; }
.pp-add:hover { background: #7c8a5e; color: #fff; }

.pp-promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 40px 0 60px; }
.pp-promo { position: relative; border-radius: 16px; padding: 24px; min-height: 130px; overflow: hidden; }
.pp-promo-peach { background: #f6cdb8; }
.pp-promo-teal { background: #b9c49a; }
.pp-promo-yellow { background: #f6dd8a; }
.pp-promo-title { font-weight: 800; font-size: 18px; color: #3a2e26; margin-bottom: 30px; max-width: 65%; }
.pp-promo-tag { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #3a2e26; opacity: 0.7; }
.pp-promo-off { position: absolute; bottom: 16px; right: 16px; background: #fff; border-radius: 50%; width: 60px; height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; color: #3a2e26; text-align: center; line-height: 1.1; }
.pp-promo-off small { font-size: 8px; font-weight: 600; }

.pp-section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.pp-section-head h2 { font-family: 'Baloo 2', sans-serif; font-size: 24px; color: #3a2e26; }
.pp-see-all { font-size: 12px; font-weight: 700; color: #7c8a5e; letter-spacing: 0.5px; }
.pp-see-all:hover { color: #e28068; }
.pp-collection-grid { margin-bottom: 70px; }

.pp-feature { background: linear-gradient(135deg, #a9b48a, #8b9a6b); border-radius: 24px; margin-bottom: 70px; overflow: hidden; }
.pp-feature-inner { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; padding: 50px 40px; }
.pp-feature-text { flex: 1 1 320px; }
.pp-feature-text h2 { font-family: 'Baloo 2', sans-serif; font-size: 30px; color: #fff; margin-bottom: 16px; line-height: 1.3; }
.pp-feature-text p { color: #f3f0e6; margin-bottom: 18px; line-height: 1.6; }
.pp-feature-list { list-style: none; margin-bottom: 24px; color: #fff; font-weight: 600; }
.pp-feature-list li { margin-bottom: 8px; }
.pp-feature-img { flex: 1 1 280px; position: relative; display: flex; align-items: center; justify-content: center; }
.pp-feature-img img { width: 220px; height: 220px; object-fit: cover; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.pp-feature-tag { position: absolute; top: 10px; left: 0; background: #fff; padding: 8px 16px; border-radius: 30px; font-size: 12px; font-weight: 700; color: #5f6d47; box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.pp-feature-tag-2 { top: auto; bottom: 10px; left: auto; right: 0; }

.pp-testi-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; }
.pp-testi-head h2 { font-family: 'Baloo 2', sans-serif; font-size: 26px; color: #3a2e26; }
.pp-testi-rating { font-size: 13px; color: #7c8a5e; font-weight: 600; }
.pp-testi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pp-testi-card { background: #f3e9dd; border-radius: 14px; padding: 20px; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.pp-testi-card.is-visible { opacity: 1; transform: translateY(0); }
.pp-testi-card p { font-size: 13px; color: #4a3f36; line-height: 1.6; margin-bottom: 14px; }
.pp-testi-name { font-size: 12px; font-weight: 700; color: #7c8a5e; }

@media (max-width: 900px) {
  .pp-grid, .pp-promo-grid, .pp-testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pp-grid, .pp-promo-grid, .pp-testi-grid { grid-template-columns: 1fr; }
}

/* Shop catalog (Our Products) */
.shop-layout { max-width: 1240px; margin: 0 auto; padding: 30px 20px 90px; display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }

.shop-sidebar { position: sticky; top: 90px; }
.shop-filter-title { font-family: 'Baloo 2', sans-serif; font-size: 22px; color: #3a2e26; margin-bottom: 18px; }
.filter-group { padding: 16px 0; border-bottom: 1px solid #f0e4d3; }
.filter-label { font-weight: 700; font-size: 14px; color: #3a2e26; margin-bottom: 12px; position: relative; }
.filter-label::after { content: '⌃'; position: absolute; right: 0; top: 0; color: #b0a08f; transform: rotate(180deg); font-size: 12px; }
.filter-collapsed .filter-label { margin-bottom: 0; }
.filter-collapsed .filter-label::after { transform: none; }
.price-range { width: 100%; accent-color: #7c8a5e; margin-bottom: 10px; }
.price-inputs { display: flex; justify-content: space-between; font-size: 12px; color: #8a7d6f; }
.price-inputs strong { color: #3a2e26; }
.filter-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #5d5245; margin-bottom: 10px; cursor: pointer; }
.filter-check input { accent-color: #7c8a5e; width: 15px; height: 15px; }
.filter-check small { color: #b0a08f; }

.shop-breadcrumb { font-size: 12px; color: #b0a08f; margin-bottom: 8px; }
.shop-breadcrumb a { color: #7c8a5e; }
.shop-breadcrumb a:hover { color: #e28068; }
.shop-title { font-family: 'Baloo 2', sans-serif; font-size: 38px; color: #3a2e26; margin-bottom: 14px; }
.shop-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; flex-wrap: wrap; gap: 10px; }
.shop-count { font-size: 13px; color: #8a7d6f; }
.shop-search { flex: 1 1 200px; max-width: 300px; border: 1px solid #eee0cf; border-radius: 30px; padding: 9px 16px; font-family: inherit; font-size: 13px; color: #3a2e26; background: #fff; }
.shop-search:focus { outline: none; border-color: #7c8a5e; }
.shop-sort { font-size: 13px; color: #8a7d6f; display: flex; align-items: center; gap: 8px; }
.shop-sort select { border: 1px solid #eee0cf; border-radius: 8px; padding: 8px 12px; font-family: inherit; font-size: 13px; color: #3a2e26; background: #fff; cursor: pointer; }
.shop-sort select:focus { outline: none; border-color: #7c8a5e; }

.shop-chips { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.shop-chip { background: #f3e9dd; color: #5d5245; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; }
.chip-x { background: none; border: none; cursor: pointer; color: #b0a08f; font-size: 11px; }
.chip-x:hover { color: #e28068; }
.shop-clear { font-size: 12px; color: #8a7d6f; text-decoration: underline; }
.shop-clear:hover { color: #e28068; }

.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sp-card { background: #fff; border: 1px solid #f0e4d3; border-radius: 16px; padding: 18px; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; display: flex; flex-direction: column; }
.sp-card:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(122, 94, 58, 0.1); border-color: #e8c084; }
.sp-featured { border: 1.5px solid #7c8a5e; }
.sp-img-wrap { position: relative; display: flex; justify-content: center; padding: 10px 0 16px; }
.sp-img-wrap img { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; box-shadow: 0 10px 20px rgba(0,0,0,0.12); transition: transform 0.3s ease; }
.sp-card:hover .sp-img-wrap img { transform: scale(1.05); }
.sp-rating { position: absolute; top: 6px; right: 0; font-size: 11px; font-weight: 700; color: #7c8a5e; background: #f3f0e6; padding: 3px 8px; border-radius: 12px; }
.sp-sale { position: absolute; bottom: 8px; left: 0; background: #e25c5c; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 12px; transform: rotate(-8deg); }
.sp-outofstock { position: absolute; top: 6px; left: 0; background: #3a2e26; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 12px; }
.sp-add:disabled { opacity: 0.5; cursor: not-allowed; }
.sp-add:disabled:hover { background: #fff; border-color: #e0d5c3; color: #3a2e26; }
.sp-add:disabled:hover span { color: #b0a08f; }
.sp-name { font-size: 14px; font-weight: 600; color: #3a2e26; margin-bottom: 14px; min-height: 40px; }
.sp-name small { color: #8a7d6f; font-weight: 500; }
.sp-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; }
.sp-add { border: 1.5px solid #e0d5c3; background: #fff; color: #3a2e26; font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s ease; font-family: inherit; }
.sp-add span { color: #b0a08f; font-weight: 600; }
.sp-add:hover { background: #7c8a5e; border-color: #7c8a5e; color: #fff; }
.sp-add:hover span { color: #fff; }
.sp-add-solid { background: #7c8a5e; border-color: #7c8a5e; color: #fff; }
.sp-add-solid span { color: #fff; }
.sp-add-solid:hover { background: #5f6d47; border-color: #5f6d47; }
.sp-price { text-align: right; line-height: 1.3; }
.sp-old { display: block; font-size: 11px; color: #b0a08f; text-decoration: line-through; }
.sp-now { font-size: 15px; font-weight: 800; color: #3a2e26; }
.sp-now.sale { color: #e25c5c; }
.sp-unit { display: block; font-size: 11px; color: #b0a08f; }

@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .shop-grid { grid-template-columns: 1fr; }
}

/* Cart icon + toast */
.cart-icon { position: relative; cursor: pointer; }
.cart-icon sup { position: absolute; top: -8px; right: -12px; background: #e28068; color: #fff; font-size: 10px; font-weight: 700; border-radius: 50%; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; }
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.5); } 100% { transform: scale(1); } }
.cart-icon sup.bump { animation: bump 0.35s ease; }

.add-toast {
  position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: #3a2e26; color: #fff; padding: 12px 22px; border-radius: 30px; font-size: 13px; font-weight: 600;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; z-index: 100;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.add-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Cart drawer */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 90; }
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 380px; max-width: 90vw; background: #fff;
  box-shadow: -10px 0 30px rgba(0,0,0,0.15); z-index: 91; transform: translateX(100%);
  transition: transform 0.35s ease; display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid #eee; }
.cart-drawer-head h3 { font-family: 'Baloo 2', sans-serif; color: #3a2e26; font-size: 18px; }
.cart-drawer-close { background: none; border: none; font-size: 18px; cursor: pointer; color: #7a7a7a; }
.cart-drawer-items { flex: 1; overflow-y: auto; padding: 16px 20px; }
.cart-empty { color: #999; font-size: 14px; text-align: center; margin-top: 30px; }
.cart-drawer-item { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f2f2f2; }
.cdi-name { font-size: 13px; font-weight: 600; color: #3a2e26; }
.cdi-price { font-size: 12px; color: #e28068; font-weight: 700; }
.cdi-qty { display: flex; align-items: center; gap: 10px; }
.cdi-qty button { width: 24px; height: 24px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; font-weight: 700; color: #3a2e26; }
.cdi-qty button:hover { background: #f3e9dd; }
.cart-drawer-footer { padding: 20px; border-top: 1px solid #eee; }
.cart-drawer-total-row { display: flex; justify-content: space-between; font-weight: 700; color: #3a2e26; margin-bottom: 14px; font-size: 15px; }
.cart-checkout-btn { display: block; text-align: center; width: 100%; }

/* Checkout page */
.checkout-page { max-width: 1100px; margin: 0 auto; padding: 50px 20px 90px; }
.checkout-page h1 { font-family: 'Baloo 2', sans-serif; font-size: 30px; color: #3a2e26; margin-bottom: 30px; }
.checkout-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: start; }
.checkout-form { border: 1px solid #eee; border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.checkout-form h3 { font-family: 'Baloo 2', sans-serif; color: #7c8a5e; font-size: 18px; margin-top: 8px; }
.checkout-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: #3a2e26; }
.checkout-form input, .checkout-form textarea {
  border: 1px solid #ddd; border-radius: 8px; padding: 10px 12px; font-family: inherit; font-size: 14px; color: #3a2e26; resize: vertical;
}
.checkout-form input:focus, .checkout-form textarea:focus { outline: none; border-color: #7c8a5e; }
.payment-options { display: flex; flex-direction: column; gap: 10px; }
.payment-option { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 14px; border: 1px solid #eee; border-radius: 8px; padding: 10px 12px; cursor: pointer; }
.payment-option:has(input:checked) { border-color: #7c8a5e; background: #f3e9dd; }

.ewallet-info { background: #fdf3e7; border: 1px dashed #e8c084; border-radius: 10px; padding: 14px 16px; margin-top: -6px; }
.ewallet-info.hidden { display: none; }
.ewallet-info p { font-size: 13px; color: #5d5245; margin: 0 0 6px; }
.ewallet-info p:last-child { margin-bottom: 0; }
.ewallet-number { font-family: 'Baloo 2', sans-serif; font-size: 17px; font-weight: 700; color: #3a2e26; display: flex; align-items: center; gap: 10px; }
.ewallet-copy { background: #7c8a5e; color: #fff; border: none; border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 700; cursor: pointer; font-family: inherit; }
.ewallet-copy:hover { background: #5f6d47; }
.ewallet-note { color: #8a7d6f !important; font-size: 12px !important; }
.checkout-submit { margin-top: 10px; text-align: center; border: none; cursor: pointer; font-family: inherit; }
.checkout-summary { border: 1px solid #eee; border-radius: 16px; padding: 24px; background: #fdf3e7; }
.checkout-summary h3 { font-family: 'Baloo 2', sans-serif; color: #3a2e26; font-size: 18px; margin-bottom: 16px; }
.checkout-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.checkout-item { display: flex; justify-content: space-between; font-size: 13px; color: #3a2e26; }
.checkout-item small { color: #999; }
.checkout-row { display: flex; justify-content: space-between; font-size: 14px; color: #555; padding: 8px 0; border-top: 1px dashed #e0c9a6; }
.checkout-total { font-weight: 800; color: #3a2e26; font-size: 16px; border-top: 1px solid #e0c9a6; }
.checkout-grid-single { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
.checkout-address-label { display: block; font-size: 13px; font-weight: 600; color: #3a2e26; margin: 16px 0 6px; }
.checkout-address { width: 100%; min-height: 70px; border: 1px solid #e0c9a6; border-radius: 10px; padding: 10px 12px; font-family: inherit; font-size: 13px; resize: vertical; }
.checkout-address:focus { outline: none; border-color: #7c8a5e; }
.checkout-wa-note { font-size: 13px; color: #7c6f63; margin: 16px 0; line-height: 1.5; }
.checkout-summary .checkout-submit { width: 100%; }
.checkout-summary .checkout-submit:disabled { opacity: 0.5; cursor: not-allowed; }

/* Success overlay */
.success-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 200; }
.success-overlay.show { opacity: 1; pointer-events: auto; }
.success-card { background: #fff; border-radius: 20px; padding: 40px; text-align: center; max-width: 420px; max-height: 85vh; overflow-y: auto; transform: scale(0.9); transition: transform 0.3s ease; }
.success-overlay.show .success-card { transform: scale(1); }
.success-icon { font-size: 40px; display: block; margin-bottom: 14px; }
.success-card h2 { font-family: 'Baloo 2', sans-serif; color: #3a2e26; font-size: 22px; margin-bottom: 10px; }
.success-card p { color: #666; font-size: 14px; margin-bottom: 24px; line-height: 1.6; }
.success-order-code { background: #f3e9dd; color: #3a2e26 !important; font-weight: 700; border-radius: 10px; padding: 10px; margin-bottom: 16px !important; }
.success-instructions { text-align: left; background: #fdf3e7; border: 1px dashed #e8c084; border-radius: 10px; padding: 14px 16px; margin-bottom: 20px; }
.success-instr-title { font-weight: 700; color: #3a2e26; font-size: 13px; margin-bottom: 8px !important; }
.success-instr-steps { list-style: none; }
.success-instr-steps li { font-size: 12px; color: #5d5245; padding: 4px 0 4px 16px; position: relative; line-height: 1.5; }
.success-instr-steps li::before { content: '→'; position: absolute; left: 0; color: #e28068; }

@media (max-width: 800px) {
  .checkout-grid { grid-template-columns: 1fr; }
}

.pp-card-link { display: block; }

/* Product detail page */
.pd-breadcrumb { max-width: 1140px; margin: 0 auto; padding: 16px 20px 0; font-size: 13px; color: #888; }
.pd-breadcrumb a { color: #7c8a5e; }
.pd-breadcrumb a:hover { color: #e28068; }

.pd-page-bg { background: #f3e9dd; padding: 30px 0 80px; margin-top: 16px; }
.pd-page {
  max-width: 1140px; margin: 0 auto; padding: 32px; background: #fff; border-radius: 28px;
  display: grid; grid-template-columns: 420px 1fr; gap: 44px; box-shadow: 0 20px 50px rgba(122, 94, 58, 0.08);
}
.pd-gallery { display: flex; flex-direction: column; gap: 14px; }
.pd-main-img { position: relative; border-radius: 22px; overflow: hidden; background: #f3e9dd; }
.pd-main-img img { width: 100%; height: 400px; object-fit: cover; display: block; }
.pd-thumbs { display: flex; gap: 10px; }
.pd-thumb { width: 66px; height: 66px; object-fit: cover; border-radius: 14px; cursor: pointer; border: 2px solid transparent; opacity: 0.6; transition: all 0.2s ease; }
.pd-thumb:hover { opacity: 0.9; transform: translateY(-2px); }
.pd-thumb.active { border-color: #7c8a5e; opacity: 1; }

.pd-info { padding-top: 4px; }
.pd-brand-tag { display: inline-block; background: #f3e9dd; color: #7c8a5e; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; margin-bottom: 12px; }
.pd-info h1 { font-family: 'Baloo 2', sans-serif; font-size: 24px; color: #3a2e26; margin-bottom: 10px; line-height: 1.35; }
.pd-rating { font-size: 14px; color: #7c8a5e; margin-bottom: 20px; display: flex; align-items: center; gap: 6px; font-weight: 700; }
.pd-stars { color: #f2b23e; letter-spacing: 1px; }
.pd-price-box { background: linear-gradient(135deg, #fdf1e0, #f3e9dd); border-radius: 18px; padding: 18px 22px; display: flex; align-items: center; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.pd-price { font-family: 'Baloo 2', sans-serif; font-size: 28px; font-weight: 800; color: #e28068; }
.pd-old-price { font-size: 14px; color: #b0a08f; text-decoration: line-through; }
.pd-discount { background: #7c8a5e; color: #fff; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.pd-row { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px dashed #eee0cf; align-items: flex-start; }
.pd-row-icon { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: #f3e9dd; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.pd-row-title { font-size: 12px; color: #b0a08f; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.pd-shipping { font-size: 14px; color: #3a2e26; font-weight: 600; }
.pd-shipping strong { color: #e28068; }
.pd-shipping-sub { font-size: 12px; color: #b0a08f; margin-top: 4px; }
.pd-row-full { flex: 1; }
.pd-variants { display: flex; gap: 10px; flex-wrap: wrap; }
.pd-variant-btn { position: relative; border: 1.5px solid #eee0cf; background: #fff; padding: 9px 18px; border-radius: 30px; font-size: 13px; font-weight: 700; color: #3a2e26; cursor: pointer; transition: all 0.2s ease; }
.pd-variant-btn:hover { border-color: #7c8a5e; }
.pd-variant-btn.active { border-color: #7c8a5e; background: #7c8a5e; color: #fff; }
.pd-variant-btn.disabled { color: #ccc; background: #fafafa; border-color: #f0f0f0; cursor: not-allowed; }
.pd-variant-check { position: absolute; bottom: -2px; right: -2px; background: #e28068; color: #fff; font-size: 9px; width: 15px; height: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.pd-qty { display: flex; align-items: center; gap: 16px; }
.pd-qty button { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid #eee0cf; background: #fff; font-size: 16px; cursor: pointer; color: #7c8a5e; font-weight: 700; }
.pd-qty button:hover { background: #7c8a5e; color: #fff; border-color: #7c8a5e; }
.pd-qty span { font-weight: 700; color: #3a2e26; min-width: 16px; text-align: center; }
.pd-actions { display: flex; gap: 14px; margin: 28px 0; flex-wrap: wrap; }
.pd-btn-outline, .pd-btn-solid { flex: 1 1 200px; text-align: center; padding: 15px; border-radius: 30px; font-weight: 700; cursor: pointer; font-size: 14px; transition: all 0.2s ease; }
.pd-btn-outline { background: #fff; border: 1.5px solid #e28068; color: #e28068; }
.pd-btn-outline:hover { background: #fdf1e8; }
.pd-btn-solid { background: #e28068; border: 1.5px solid #e28068; color: #fff; display: block; }
.pd-btn-solid:hover { background: #d16d54; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.pd-btn-outline:disabled, .pd-btn-disabled { opacity: 0.45; cursor: not-allowed; }
.pd-btn-disabled:hover { background: #e28068; transform: none; box-shadow: none; }
.pd-desc { background: #f3e9dd; border-radius: 18px; padding: 20px 22px; }
.pd-desc h3 { font-family: 'Baloo 2', sans-serif; color: #7c8a5e; font-size: 16px; margin-bottom: 10px; }
.pd-desc p { color: #4a3f36; line-height: 1.7; font-size: 14px; }

@media (max-width: 800px) {
  .pd-page { grid-template-columns: 1fr; padding: 20px; border-radius: 20px; }
}

/* ===== Mobile optimization ===== */
@media (max-width: 900px) {
  .logo-tagline { font-size: 10px; padding: 3px 10px; }
  .logo-wordmark { font-size: 22px; }
  .logo-subtitle { font-size: 10px; }

  .hero-inner { padding: 30px 20px; flex-direction: column-reverse; text-align: center; }
  .hero-text { max-width: 100%; }
  .hero-badge, .hero-trust { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-image { min-height: 300px; }
  .hero-image::before { width: 280px; height: 280px; }
  .product-photo { width: 220px; height: 280px; }
  .side-pet { width: 80px; height: 65px; }
  .btn-large { width: 100%; justify-content: center; }

  .trust-inner { padding: 20px; border-radius: 24px; }
  .trust-item { flex: 1 1 45%; border-right: none !important; padding: 10px; }

  .why { padding: 50px 20px 30px; }
  .why h2 { font-size: 26px; }
  .featured { padding: 50px 20px 60px; border-radius: 20px; }
  .featured-grid { gap: 24px; }
  .featured-circle { width: 90px; height: 90px; }

  .cta-text { padding: 30px 24px; }
  .cta-text h2 { font-size: 24px; }
  .about-inner { gap: 30px; }
  .about-inner h2 { font-size: 22px; }
  .testimonials { padding: 50px 20px; }
  .testimonials h2 { font-size: 24px; }

  .footer-top { padding: 50px 20px 30px; }

  .pp-promo-title { max-width: 100%; font-size: 16px; }
  .pp-feature-inner { padding: 30px 24px; text-align: center; justify-content: center; }
  .pp-feature-img { order: -1; }
  .pp-feature-tag { position: static; display: inline-block; margin: 4px; box-shadow: none; }

  .checkout-page h1 { font-size: 24px; }
}

@media (max-width: 560px) {
  .navbar-inner { padding: 0 16px; }
  .logo-tagline { display: none; }
  .logo-subtitle { display: none; }

  .hero-text h1 { font-size: 28px; }
  .hero-badge { font-size: 12px; }
  .hero-trust { flex-direction: column; align-items: center; gap: 6px; }
  .hero-image::before { width: 220px; height: 220px; }
  .product-photo { width: 180px; height: 230px; }
  .side-pet { width: 60px; height: 50px; }
  .hero-deco { font-size: 20px; }

  .trust-item { flex: 1 1 100%; }
  .trust-item strong { font-size: 12px; }

  .why-card { padding: 18px; min-height: 210px; }
  .why-card p { font-size: 15px; max-width: 70%; }
  .why-desc { max-width: 62% !important; margin-bottom: 55px; }
  .why-photo, .why-illust { width: 80px; height: 80px; }

  .featured-label { font-size: 11px; padding: 5px 14px; }

  .cta-inner { flex-direction: column; }
  .cta-image { min-height: 220px; }
  .cta-pet { width: 110px; height: 160px; }

  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-socials { justify-content: center; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }

  .pp-page-title, .products-page { padding-left: 16px; padding-right: 16px; }
  .pp-testi-head { flex-direction: column; align-items: flex-start; }

  .pd-page-bg { padding: 16px 0 50px; }
  .pd-page { padding: 16px; gap: 24px; }
  .pd-main-img img { height: 280px; }
  .pd-info h1 { font-size: 19px; }
  .pd-price { font-size: 22px; }
  .pd-price-box { padding: 14px 16px; gap: 10px; }
  .pd-actions { flex-direction: column; }
  .pd-actions a, .pd-actions button { flex: 1 1 auto; }

  .checkout-form, .checkout-summary { padding: 20px; }
  .cart-drawer { width: 100%; max-width: 100vw; }

  .success-card { padding: 28px 22px; margin: 0 20px; }
}

/* ===== Motion: reveal halaman statis + pop kartu produk ===== */
.about-story, .about-stat, .about-team h2, .about-team .static-lead, .team-card,
.contact-card, .contact-form {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.about-story.is-visible, .about-stat.is-visible, .about-team h2.is-visible,
.about-team .static-lead.is-visible, .team-card.is-visible,
.contact-card.is-visible, .contact-form.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger: kartu muncul berurutan */
.about-stat:nth-child(2).is-visible { transition-delay: 0.08s; }
.about-stat:nth-child(3).is-visible { transition-delay: 0.16s; }
.about-stat:nth-child(4).is-visible { transition-delay: 0.24s; }
.team-card:nth-child(2).is-visible { transition-delay: 0.1s; }
.team-card:nth-child(3).is-visible { transition-delay: 0.2s; }
.contact-card:nth-child(2).is-visible { transition-delay: 0.08s; }
.contact-card:nth-child(3).is-visible { transition-delay: 0.16s; }
.contact-card:nth-child(4).is-visible { transition-delay: 0.24s; }
.contact-form.is-visible { transition-delay: 0.12s; }

/* Pop kartu produk saat grid selesai dirender / difilter */
@keyframes cardPop {
  from { opacity: 0; transform: translateY(22px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.card-pop { animation: cardPop 0.5s ease both; }

/* Hormati preferensi pengguna yang mengurangi gerakan */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .why-card, .featured-item, .testimonial-card, .trust-item,
  .about-story, .about-stat, .about-team h2, .about-team .static-lead, .team-card,
  .contact-card, .contact-form, .enter-anim, .enter-anim-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== Halaman statis (Tentang / Artikel / Kontak) ===== */
.static-page { background: #fff; }
.static-inner { max-width: 1140px; margin: 0 auto; padding: 40px 20px 80px; }
.static-inner h1 { font-family: 'Baloo 2', sans-serif; font-size: 38px; color: #3a2e26; margin: 6px 0 12px; }
.static-lead { color: #8a7d6f; font-size: 16px; line-height: 1.6; max-width: 640px; margin-bottom: 40px; }

/* --- Tentang: cerita --- */
.about-story { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: center; background: #fdf8f1; border: 1px solid #f0e4d3; border-radius: 24px; padding: 44px; margin-bottom: 40px; }
.about-story-text h2 { font-family: 'Baloo 2', sans-serif; font-size: 26px; color: #7c8a5e; margin-bottom: 16px; }
.about-story-text p { color: #5d5245; line-height: 1.7; font-size: 14px; margin-bottom: 14px; }
.about-values { list-style: none; margin: 6px 0 24px; }
.about-values li { color: #3a2e26; font-weight: 600; font-size: 14px; padding: 6px 0; }
.about-story-img img { width: 100%; height: 340px; object-fit: cover; border-radius: 20px; border: 6px solid #fff; box-shadow: 0 20px 40px rgba(122,94,58,0.15); display: block; }

/* --- Tentang: statistik --- */
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 56px; }
.about-stat { background: #f3e9dd; border-radius: 18px; padding: 26px 18px; text-align: center; }
.about-stat strong { display: block; font-family: 'Baloo 2', sans-serif; font-size: 28px; color: #e28068; margin-bottom: 4px; }
.about-stat span { font-size: 13px; color: #5d5245; font-weight: 600; }

/* --- Tentang: tim --- */
.about-team { text-align: center; }
.about-team h2 { font-family: 'Baloo 2', sans-serif; font-size: 28px; color: #3a2e26; margin-bottom: 8px; }
.about-team .static-lead { margin: 0 auto 32px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { background: #fff; border: 1px solid #f0e4d3; border-radius: 20px; padding: 30px 22px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(122,94,58,0.12); }
.team-avatar { width: 74px; height: 74px; border-radius: 50%; background: #f3e9dd; border: 3px solid #e8c084; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 14px; }
.team-card h3 { font-family: 'Baloo 2', sans-serif; color: #3a2e26; font-size: 19px; margin-bottom: 2px; }
.team-role { color: #7c8a5e; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.team-card p:last-child { color: #8a7d6f; font-size: 13px; line-height: 1.6; }

/* --- Kontak --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; align-items: start; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { background: #fdf8f1; border: 1px solid #f0e4d3; border-radius: 18px; padding: 22px 20px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(122,94,58,0.1); }
.contact-icon { font-size: 26px; display: block; margin-bottom: 10px; }
.contact-card h3 { font-family: 'Baloo 2', sans-serif; font-size: 16px; color: #3a2e26; margin-bottom: 6px; }
.contact-card p { color: #5d5245; font-size: 13px; line-height: 1.6; margin-bottom: 10px; }
.contact-card p a { color: #7c8a5e; font-weight: 600; }
.contact-card p a:hover { color: #e28068; }
.contact-link { font-size: 12px; font-weight: 700; color: #7c8a5e; }
.contact-link:hover { color: #e28068; }
.contact-wa { font-size: 13px; padding: 10px 18px; }
.contact-form { background: #fff; border: 1px solid #f0e4d3; border-radius: 20px; padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 15px 35px rgba(122,94,58,0.08); }
.contact-form h3 { font-family: 'Baloo 2', sans-serif; color: #7c8a5e; font-size: 20px; margin-bottom: 4px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: #3a2e26; }
.contact-form input, .contact-form select, .contact-form textarea { border: 1.5px solid #eee0cf; border-radius: 10px; padding: 11px 14px; font-family: inherit; font-size: 14px; color: #3a2e26; resize: vertical; background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #7c8a5e; }
.contact-form .btn-cta { border: none; cursor: pointer; font-family: inherit; font-size: 14px; text-align: center; align-self: stretch; }

/* --- Responsive halaman statis --- */
@media (max-width: 900px) {
  .static-inner h1 { font-size: 30px; }
  .about-story { grid-template-columns: 1fr; padding: 28px 24px; gap: 24px; }
  .about-story-img { order: -1; }
  .about-story-img img { height: 240px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .contact-info { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
}

/* Admin dashboard */
.admin-body { background: #faf6ef; min-height: 100vh; }
.admin-gate { position: fixed; inset: 0; background: #f3e9dd; z-index: 300; display: flex; align-items: center; justify-content: center; }
.admin-gate.hidden { display: none; }
.admin-gate-card { background: #fff; border-radius: 24px; padding: 44px 40px; text-align: center; box-shadow: 0 20px 50px rgba(122,94,58,0.15); width: 360px; max-width: 90vw; }
.admin-gate-card h2 { font-family: 'Baloo 2', sans-serif; color: #3a2e26; margin: 14px 0 6px; }
.admin-gate-card p { font-size: 13px; color: #8a7d6f; margin-bottom: 20px; }
.admin-gate-card input { width: 100%; border: 1.5px solid #eee0cf; border-radius: 10px; padding: 12px 14px; font-family: inherit; font-size: 14px; margin-bottom: 14px; }
.admin-gate-card input:focus { outline: none; border-color: #7c8a5e; }
.admin-gate-card .btn-primary { width: 100%; justify-content: center; border: none; cursor: pointer; font-family: inherit; font-size: 14px; }
.admin-gate-error { color: #e25c5c !important; font-weight: 600; margin-top: 10px !important; min-height: 18px; }

.admin-navbar { border-bottom: 1px solid #f0e4d3; }
.admin-link { font-size: 13px; font-weight: 600; color: #7c8a5e; background: none; border: none; cursor: pointer; font-family: inherit; }
.admin-link:hover { color: #e28068; }

.admin-main { max-width: 1240px; margin: 0 auto; padding: 36px 20px 90px; }
.admin-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; }
.admin-head h1 { font-family: 'Baloo 2', sans-serif; font-size: 30px; color: #3a2e26; }
.admin-count { font-size: 13px; color: #8a7d6f; }

.admin-bulk-bar { display: flex; align-items: center; gap: 14px; background: #3a2e26; color: #fff; border-radius: 14px; padding: 12px 18px; margin-bottom: 16px; font-size: 13px; font-weight: 600; }
.admin-bulk-bar.hidden { display: none; }
.admin-btn-bulk-del { background: #e25c5c; color: #fff; border: none; border-radius: 8px; padding: 8px 16px; font-weight: 700; font-size: 12px; cursor: pointer; font-family: inherit; transition: background 0.2s ease; }
.admin-btn-bulk-del:hover { background: #c94848; }
.admin-btn-bulk-cancel { background: none; border: 1px solid rgba(255,255,255,0.35); color: #fff; border-radius: 8px; padding: 8px 16px; font-weight: 600; font-size: 12px; cursor: pointer; font-family: inherit; margin-left: auto; }
.admin-btn-bulk-cancel:hover { background: rgba(255,255,255,0.1); }

.admin-table-wrap { background: #fff; border: 1px solid #f0e4d3; border-radius: 18px; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th { text-align: left; padding: 14px 16px; color: #8a7d6f; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #f0e4d3; }
.admin-table td { padding: 12px 16px; border-bottom: 1px solid #f8f1e6; color: #3a2e26; vertical-align: middle; }
.admin-th-check { width: 40px; padding-left: 18px !important; padding-right: 6px !important; }
.admin-th-check input { width: 16px; height: 16px; accent-color: #7c8a5e; cursor: pointer; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: #fdf8f1; }
.admin-thumb { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; background: #f3e9dd; }
.admin-td-name { font-weight: 600; max-width: 260px; }
.admin-old { color: #b0a08f; font-size: 11px; }
.admin-badge { display: inline-block; font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 10px; margin-right: 4px; }
.admin-badge-sale { background: #fbe0d8; color: #e25c5c; }
.admin-badge-feat { background: #eef2e4; color: #7c8a5e; }
.admin-td-actions { white-space: nowrap; }
.admin-btn-edit, .admin-btn-del { border: 1.5px solid #eee0cf; background: #fff; border-radius: 8px; padding: 6px 12px; font-size: 12px; font-weight: 700; cursor: pointer; font-family: inherit; margin-right: 6px; transition: all 0.2s ease; }
.admin-btn-edit { color: #7c8a5e; }
.admin-btn-edit:hover { background: #7c8a5e; border-color: #7c8a5e; color: #fff; }
.admin-btn-del { color: #e25c5c; }
.admin-btn-del:hover { background: #e25c5c; border-color: #e25c5c; color: #fff; }

.admin-panel {
  position: fixed; top: 0; right: 0; height: 100%; width: 520px; max-width: 96vw; background: #fff;
  box-shadow: -10px 0 30px rgba(0,0,0,0.15); z-index: 95; transform: translateX(100%);
  transition: transform 0.35s ease; display: flex; flex-direction: column;
}
.admin-panel.open { transform: translateX(0); }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #f0e4d3; }
.admin-panel-head h3 { font-family: 'Baloo 2', sans-serif; color: #3a2e26; font-size: 20px; }

.admin-form { flex: 1; overflow-y: auto; padding: 20px 24px 30px; display: flex; flex-direction: column; gap: 16px; }
.admin-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 700; color: #5d5245; }
.admin-form input[type="text"], .admin-form input[type="number"], .admin-form input[type="password"], .admin-form select, .admin-form textarea {
  border: 1.5px solid #eee0cf; border-radius: 10px; padding: 10px 12px; font-family: inherit; font-size: 13px; color: #3a2e26; font-weight: 500;
}
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus { outline: none; border-color: #7c8a5e; }
.admin-form-row { display: flex; gap: 12px; }
.admin-form-row > label { flex: 1; }
.admin-form-checks { flex-direction: column; gap: 4px; }
.admin-form-checks .filter-check { font-weight: 600; }

.admin-section { border-top: 1px dashed #eee0cf; padding-top: 16px; }
.admin-section-title { font-size: 13px; font-weight: 800; color: #3a2e26; margin-bottom: 10px; }
.admin-section-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.admin-section-head .admin-section-title { margin-bottom: 0; }
.admin-variant-label { width: 200px; }
.admin-hint { font-size: 11px; color: #b0a08f; margin-top: 8px; }

.admin-image-list { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.admin-image-item { position: relative; width: 82px; height: 82px; border-radius: 12px; overflow: hidden; border: 2px solid #f0e4d3; }
.admin-image-item.is-main { border-color: #7c8a5e; }
.admin-image-item img { width: 100%; height: 100%; object-fit: cover; }
.admin-main-tag { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(124,138,94,0.9); color: #fff; font-size: 9px; font-weight: 800; text-align: center; padding: 2px 0; }
.admin-image-btns { position: absolute; top: 3px; right: 3px; display: flex; gap: 3px; }
.admin-image-btns button { width: 20px; height: 20px; border-radius: 50%; border: none; background: rgba(0,0,0,0.55); color: #fff; font-size: 10px; cursor: pointer; }
.admin-image-btns button:hover { background: #e25c5c; }

.admin-image-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.admin-upload-btn { display: inline-flex !important; flex-direction: row !important; align-items: center; gap: 8px; background: #7c8a5e; color: #fff !important; padding: 10px 18px; border-radius: 10px; font-size: 13px !important; cursor: pointer; transition: background 0.2s ease; }
.admin-upload-btn:hover { background: #5f6d47; }
.admin-url-add { display: flex; gap: 8px; flex: 1; min-width: 220px; }
.admin-url-add input { flex: 1; border: 1.5px solid #eee0cf; border-radius: 10px; padding: 10px 12px; font-family: inherit; font-size: 12px; }
.admin-url-add button { border: 1.5px solid #eee0cf; background: #fff; border-radius: 10px; padding: 0 14px; font-weight: 700; font-size: 12px; cursor: pointer; color: #7c8a5e; font-family: inherit; }
.admin-url-add button:hover { border-color: #7c8a5e; }

.admin-variant-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.admin-variant-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto auto; gap: 8px; align-items: center; }
.admin-variant-row input[type="text"], .admin-variant-row input[type="number"] { border: 1.5px solid #eee0cf; border-radius: 8px; padding: 8px 10px; font-family: inherit; font-size: 12px; width: 100%; }
.admin-variant-avail { display: flex !important; flex-direction: row !important; align-items: center; gap: 5px; font-size: 11px !important; white-space: nowrap; }
.admin-variant-avail input { accent-color: #7c8a5e; }
.admin-variant-del { width: 26px; height: 26px; border-radius: 50%; border: none; background: #fbe0d8; color: #e25c5c; font-size: 11px; cursor: pointer; }
.admin-variant-del:hover { background: #e25c5c; color: #fff; }
.admin-add-variant { border: 1.5px dashed #cdbfa8; background: none; border-radius: 10px; padding: 9px; width: 100%; font-weight: 700; font-size: 12px; color: #7c8a5e; cursor: pointer; font-family: inherit; }
.admin-add-variant:hover { border-color: #7c8a5e; background: #f8f5ec; }

.admin-form-footer { display: flex; gap: 12px; border-top: 1px solid #f0e4d3; padding-top: 16px; margin-top: 4px; }
.admin-btn-cancel { flex: 1; border: 1.5px solid #eee0cf; background: #fff; border-radius: 30px; padding: 13px; font-weight: 700; font-size: 13px; color: #8a7d6f; cursor: pointer; font-family: inherit; }
.admin-btn-cancel:hover { border-color: #b0a08f; }
.admin-btn-save { flex: 2; border: none; cursor: pointer; text-align: center; font-family: inherit; font-size: 14px; }

