
:root{--pc-purple:#664e5b;--pc-dark:#3b2c34;--pc-soft:#fbf8ff;--pc-pink:#e895a6;--pc-blue:#62aee8;--pc-muted:#68606a;--pc-radius:28px;--pc-shadow:0 24px 70px rgba(59,44,52,.14)}
html{scroll-behavior:smooth} body{font-family:Lato,Arial,sans-serif;color:#1b1b1b;background:#fff;line-height:1.7}.glass-nav{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(102,78,91,.12)}.navbar-brand img{width:64px;height:64px;object-fit:contain}.navbar-brand span{font-weight:800;color:var(--pc-dark)}.nav-link,.dropdown-item{font-weight:700}.dropdown-menu{border:0;border-radius:20px;box-shadow:var(--pc-shadow);padding:12px}.dropdown-item{border-radius:12px;padding:10px 14px}.dropdown-item:hover{background:var(--pc-soft);color:var(--pc-purple)}.btn-pc{background:var(--pc-purple);color:#fff;border:1px solid var(--pc-purple);border-radius:999px;padding:.8rem 1.4rem;font-weight:800}.btn-pc:hover{background:#836575;color:#fff;transform:translateY(-1px)}.btn-outline-pc{border:1px solid var(--pc-purple);color:var(--pc-purple);border-radius:999px;padding:.8rem 1.4rem;font-weight:800}.btn-outline-pc:hover{background:var(--pc-purple);color:#fff}.hero,.page-hero{background:radial-gradient(circle at 15% 20%,rgba(232,149,166,.35),transparent 30%),radial-gradient(circle at 80% 10%,rgba(98,174,232,.22),transparent 25%),linear-gradient(120deg,#fff,var(--pc-soft));}.home-hero{min-height:74vh}.page-hero{padding:90px 0 70px;text-align:center}.hero-logo{width:min(260px,55vw)}.lead,.page-hero p,.product-card p{color:var(--pc-muted)}.eyebrow{color:var(--pc-purple);font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}.bg-soft{background:var(--pc-soft)}.shadow-soft{box-shadow:var(--pc-shadow)}.product-card,.gallery-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(102,78,91,.1);border-radius:var(--pc-radius);overflow:hidden;box-shadow:var(--pc-shadow);transition:.25s ease}.product-card:hover,.gallery-card:hover{transform:translateY(-5px);color:inherit}.product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:transparent;border:none;box-shadow:none}.product-card strong{color:var(--pc-purple)}.section-card{border-radius:var(--pc-radius);background:#fff;border:1px solid rgba(102,78,91,.1);box-shadow:var(--pc-shadow);padding:clamp(24px,4vw,42px)}.subscribe-form{max-width:620px;display:flex;gap:12px;flex-wrap:wrap}.subscribe-form input{flex:1;min-width:240px}.psych-logo{width:min(420px,80vw);margin:auto}.gallery-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.gallery-card span{display:block;padding:14px;font-weight:800}.product-detail{min-height:72vh}.detail-img{width:100%;border-radius:0;box-shadow:none;background:transparent;border:none;object-fit:contain}.price-badge{display:inline-flex;background:var(--pc-soft);color:var(--pc-purple);font-weight:900;border-radius:999px;padding:10px 18px}.footer{background:var(--pc-dark);color:rgba(255,255,255,.8)}.footer-logo{width:76px;height:76px;object-fit:contain;margin-bottom:12px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer a{color:#fff;text-decoration:none}.footer a:hover{color:var(--pc-pink)}.form-status{font-weight:800;color:var(--pc-purple)}
@media(max-width:575px){.home-hero{min-height:auto;padding:60px 0}.page-hero{padding:64px 0}.display-3{font-size:2.35rem}.subscribe-form{display:block}.subscribe-form .btn{width:100%;margin-top:12px}.navbar-brand img{width:52px;height:52px}}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  font-size: 1rem;
}

.footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(140, 82, 255, 0.6);
  box-shadow: 0 0 15px rgba(140,82,255,0.5);
}


/* GIF background + floating product cards
   Navigation bar and footer colors are intentionally untouched. */
body {
  background: url('../assets/pink-glow-background.gif') center center / cover fixed no-repeat;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  z-index: -1;
}

.hero,
.page-hero,
.bg-soft,
section,
main {
  background: transparent !important;
}

.menu-page .page-hero,
.menu-page main,
.psychosphere-page .page-hero,
.psychosphere-page main {
  text-align: center;
}

.menu-page .product-card,
.psychosphere-page .product-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  backdrop-filter: none;
}

.menu-page .product-card img,
.psychosphere-page .product-card img {
  background: transparent !important;
  border-radius: 0;
  filter: drop-shadow(0 24px 34px rgba(59,44,52,.24));
  transition: transform .25s ease, filter .25s ease;
}

.menu-page .product-card:hover img,
.psychosphere-page .product-card:hover img {
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0 30px 44px rgba(59,44,52,.32));
}

.menu-page .product-card .p-4,
.psychosphere-page .product-card .p-4 {
  background: transparent !important;
  padding-top: .75rem !important;
}

.menu-page .product-card h3,
.psychosphere-page .product-card h3 {
  display: inline-block;
  margin: 0 auto;
  padding: .35rem .95rem;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(10px);
  text-align: center;
}
