:root{
  --bg: #fff7fb;
  --surface: #fff;
  --text: #121316;
  --muted: #5b5f69;
  --primary: #ff4fa3;
  --primary-600: #f53593;
  --primary-700: #e52482;
  --accent: #23c1ff;
  --cream: #fff1d6;
  --shadow: 0 16px 40px rgba(18, 19, 22, 0.12);
  --radius: 20px;
}

html{scroll-behavior:smooth}
body{
  color: var(--text);
  background: radial-gradient(1100px 600px at 15% -10%, rgba(255,79,163,.18), transparent 60%),
              radial-gradient(900px 500px at 85% 0%, rgba(35,193,255,.15), transparent 60%),
              linear-gradient(180deg, var(--bg), #ffffff 45%);
}

.bg-surface{background: rgba(255,255,255,.7)}

.skip-link{
  position:absolute;left:-999px;top:10px;z-index:9999;
  background:#111;color:#fff;padding:10px 14px;border-radius:12px;
}
.skip-link:focus{left:10px}

.brand-dot{
  width: 12px;height: 12px;border-radius:999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 10px 18px rgba(255,79,163,.24);
}
.brand-logo{
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(18,19,22,.08);
  padding: 4px;
}

@keyframes logoWave{
  0%{transform: rotate(0deg)}
  15%{transform: rotate(10deg)}
  30%{transform: rotate(-10deg)}
  45%{transform: rotate(9deg)}
  60%{transform: rotate(-8deg)}
  75%{transform: rotate(6deg)}
  100%{transform: rotate(0deg)}
}
.logo-wave{
  transform-origin: 70% 30%;
  animation: logoWave .9s ease-in-out 0s 3;
}
@media (prefers-reduced-motion: reduce){
  .logo-wave{animation: none !important}
}

.btn-primary{
  background: linear-gradient(135deg, var(--primary), #ff7bc3);
  border: none;
}
.btn-primary:hover{background: linear-gradient(135deg, var(--primary-600), #ff72bd)}
.btn-primary:active{background: linear-gradient(135deg, var(--primary-700), #ff67b6)}

.btn-soft{
  background: rgba(18,19,22,.04);
  border: 1px solid rgba(18,19,22,.08);
}
.btn-soft:hover{background: rgba(18,19,22,.06)}

.navbar .nav-link{
  color: rgba(18,19,22,.78);
}
.navbar .nav-link:hover{
  color: rgba(18,19,22,.92);
}
.navbar .nav-link.active{
  color: rgba(18,19,22,.96);
  font-weight: 600;
}

.navbar .navbar-toggler{
  border-color: rgba(18,19,22,.18);
  border-radius: 14px;
  padding: 8px 10px;
}
.navbar .navbar-toggler:focus{
  box-shadow: 0 0 0 .22rem rgba(255,79,163,.18);
}
.navbar .navbar-toggler-icon{
  width: 1.4em;
  height: 1.4em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(18,19,22,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-collapse{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(18,19,22,.08);
  border-radius: 16px;
  padding: 12px;
  margin-top: 10px;
  box-shadow: 0 16px 30px rgba(18,19,22,.08);
}
.nav-collapsible{width:100%}
@media (max-width: 991.98px){
  .nav-collapsible{display:none}
  .nav-collapsible.show{display:block}
}
@media (min-width: 992px){
  .nav-collapsible{
    display:flex !important;
    flex-basis:auto;
    width:auto;
  }
}
@media (min-width: 992px){
  .navbar .navbar-collapse{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    box-shadow: none;
  }
}

.hero-section{position:relative}
.hero-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(18,19,22,.08);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-art{
  background: linear-gradient(135deg, rgba(255,79,163,.16), rgba(35,193,255,.12));
  padding: 18px;
}
.hero-logo-wrap{
  border-radius: calc(var(--radius) - 6px);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(18,19,22,.08);
  padding: 26px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 240px;
}
.hero-logo{
  width: min(360px, 80%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(18,19,22,.12));
}
@media (max-width: 575.98px){
  .hero-logo-wrap{min-height: 200px; padding: 18px}
  .hero-logo{width: min(300px, 88%)}
}

.text-gradient{
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}

.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-weight: 600;
  color: rgba(18,19,22,.65);
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(18,19,22,.08);
  padding: 8px 12px;
  border-radius: 999px;
}
.eyebrow::before{
  content:"";
  width:10px;height:10px;border-radius:999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(18,19,22,.08);
  background: rgba(255,255,255,.7);
  color: rgba(18,19,22,.78);
  font-size: .92rem;
}

.info-card,.about-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(18,19,22,.08);
  box-shadow: 0 12px 26px rgba(18,19,22,.08);
  padding: 22px;
  height: 100%;
}
.icon-bubble{
  width: 44px;height: 44px;border-radius: 16px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(255,79,163,.16), rgba(35,193,255,.12));
  border: 1px solid rgba(18,19,22,.08);
}
.icon-bubble i{font-size: 1.2rem}

.product-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(18,19,22,.08);
  box-shadow: 0 12px 26px rgba(18,19,22,.07);
  overflow:hidden;
  transition: transform .15s ease, box-shadow .15s ease;
  height: 100%;
}
.add-to-cart-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(18,19,22,.10);
}
.product-img{
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(255,79,163,.18), rgba(35,193,255,.14));
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-img img.product-photo{
  object-fit: contain;
  padding: 18px;
  background: transparent;
}
.category-card .product-img{
  background: rgba(255,255,255,.75);
}
.product-img img.category-img{
  object-fit: contain;
  padding: 18px;
  background: transparent;
}
.product-placeholder{
  font-size: 2.2rem;
  filter: drop-shadow(0 12px 16px rgba(18,19,22,.10));
}
.product-meta{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
}

.cart-fab{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(18,19,22,.12);
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow);
  display:grid;
  place-items:center;
  z-index: 1040;
}
.cart-fab i{font-size: 1.3rem}
.cart-fab-badge{
  position: absolute;
  top: -6px;
  right: -6px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  display:grid;
  place-items:center;
  border: 2px solid rgba(255,255,255,.95);
}

.cart-item{
  border: 1px solid rgba(18,19,22,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  padding: 10px;
}
.qty-btn{
  width: 34px;height: 34px;border-radius: 12px;
  border: 1px solid rgba(18,19,22,.12);
  background: rgba(18,19,22,.04);
}

.reveal{opacity:0; transform: translateY(8px); transition: opacity .45s ease, transform .45s ease}
.reveal.is-visible{opacity:1; transform: translateY(0)}

.admin-login{
  min-height: 100vh;
  display:grid;
  place-items:center;
  padding: 24px;
}
.admin-login-card{
  width: min(480px, 100%);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(18,19,22,.10);
  box-shadow: var(--shadow);
  padding: 22px;
}

.admin-products{
  display:grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 992px){
  .admin-products{grid-template-columns: repeat(2, minmax(0, 1fr))}
}
.admin-product{
  border-radius: var(--radius);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(18,19,22,.08);
  box-shadow: 0 12px 26px rgba(18,19,22,.06);
  overflow:hidden;
}
.admin-product-img{
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow:hidden;
  background: linear-gradient(135deg, rgba(255,79,163,.18), rgba(35,193,255,.14));
  border: 1px solid rgba(18,19,22,.08);
}
.admin-product-img img{
  width:100%;
  height:100%;
  object-fit: contain;
  background: transparent;
}
.preview-card{
  border-radius: var(--radius);
  border: 1px solid rgba(18,19,22,.10);
  overflow:hidden;
  background: rgba(255,255,255,.9);
}
.preview-img{
  height: 180px;
  background: linear-gradient(135deg, rgba(255,79,163,.18), rgba(35,193,255,.14));
  display:flex;align-items:center;justify-content:center;
}
.preview-img img{width:100%;height:100%;object-fit:cover}
