*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.showcase{min-height:100vh;background:radial-gradient(circle at 50% 0%,#fffdf8 0%,#f4f0e7 52%);padding:34px 18px 40px}.showcase-inner{max-width:650px;margin:auto}.brand-card{text-align:center;padding:22px 12px 42px}.brand-logo{width:134px;height:134px;margin:0 auto 13px;background:white;border:1px solid #e4dfd3;border-radius:34px;box-shadow:0 12px 35px #29201510;display:grid;place-items:center;transform:rotate(-3deg)}.brand-logo img{width:112px;height:112px;object-fit:contain;transform:rotate(3deg)}.brand-kicker,.section-top,.product-eyebrow{font-weight:800;letter-spacing:.18em;font-size:.72rem}.brand-kicker{margin:15px 0 13px;color:#73694e}.brand-card h1{font-size:clamp(2.4rem,7vw,3.5rem);line-height:1.02;letter-spacing:-.065em;margin:0;font-weight:900}.brand-intro{font-size:1rem;line-height:1.55;max-width:420px;margin:18px auto 0;color:#5d584d}.section-top{border-top:1px solid #d9d1c3;padding:20px 4px 15px;display:flex;justify-content:space-between;color:#756c5f}.section-top span:last-child{letter-spacing:0;text-transform:none;font-weight:500}.product-list{display:grid;gap:13px}.product-card{display:grid;grid-template-columns:116px 1fr 31px;align-items:center;gap:20px;background:#fffdf8;border:1px solid #e6ded0;border-radius:22px;padding:12px 17px 12px 12px;min-height:142px;box-shadow:0 8px 28px #30271b0b;transition:transform .18s,box-shadow .18s}.product-card:hover,.product-card:focus-visible{transform:translateY(-3px);box-shadow:0 14px 35px #30271b1a;outline-color:#8c6928}.product-photo{height:116px;width:116px;border-radius:15px;background:#e9e2d4;display:grid;place-items:center;overflow:hidden;color:#8b806e;font-size:.68rem;font-weight:900;letter-spacing:.12em}.product-photo img{width:100%;height:100%;object-fit:cover}.product-content{min-width:0}.product-eyebrow{color:#967234;font-size:.62rem}.product-content h2{font-size:1.1rem;line-height:1.28;margin:8px 0 10px;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1rem;font-weight:700}.product-arrow{border:1px solid #ded5c5;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font-size:1.1rem}.empty{text-align:center;border:1px dashed #d0c5b4;padding:36px 22px;border-radius:18px;line-height:1.5;color:#6c6254;background:#fffdf899}footer{display:flex;justify-content:space-between;margin-top:46px;padding:23px 4px;border-top:1px solid #d9d1c3;font-size:.7rem;letter-spacing:.12em;font-weight:800;color:#8b8173}footer span{font-weight:400;letter-spacing:0}.admin{max-width:1000px;margin:auto;padding:30px 18px 80px}.admin-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.admin-head h1{font-size:2rem;letter-spacing:-.05em;margin:0}.admin-head p{margin:6px 0;color:#655e52}.admin a{text-decoration:underline}.admin-panel{background:#fffdf8;border:1px solid #e3dacc;border-radius:22px;padding:24px;margin-bottom:20px}.admin-panel h2{font-size:1.2rem;margin:0 0 16px}.admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.admin-form .wide{grid-column:1/-1}.admin label{display:block;font-weight:700;font-size:.88rem;margin-bottom:7px}.admin input[type=text],.admin input[type=url]{width:100%;border:1px solid #cfc5b5;border-radius:10px;padding:12px;background:white;font-size:1rem}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.admin button{background:#191713;color:white;border:0;border-radius:10px;padding:11px 16px;cursor:pointer;font-weight:700}.admin button.secondary{background:#eae4d8;color:#191713}.admin button.danger{background:#f7dedb;color:#912e25}.admin button:disabled{opacity:.5;cursor:wait}.admin .message{margin:12px 0 0;color:#8d3d26}.admin-list{display:grid;gap:10px}.admin-item{background:#fffdf8;border:1px solid #e3dacc;border-radius:15px;padding:12px;display:flex;gap:14px;align-items:center}.admin-item img{width:70px;height:70px;object-fit:cover;border-radius:9px;background:#e9e3d7}.admin-item-info{flex:1;min-width:0}.admin-item-info strong{display:block}.admin-item-info small{display:block;color:#776d61;margin-top:5px}.admin-item .admin-actions button{font-size:.8rem;padding:8px 10px}.help{color:#6c6459;font-size:.9rem;line-height:1.5}.admin .checkbox{display:flex;align-items:center;gap:8px}.admin .checkbox label{margin:0}@media(max-width:620px){.showcase{padding-top:20px}.brand-card{padding-bottom:30px}.product-card{grid-template-columns:90px 1fr 25px;gap:12px;padding:9px;min-height:112px;border-radius:17px}.product-photo{width:90px;height:90px}.product-content h2{font-size:.98rem;margin:5px 0}.product-price{font-size:.9rem}.product-eyebrow{font-size:.54rem}.admin-form{grid-template-columns:1fr}.admin-head{align-items:flex-start}.admin-item{flex-wrap:wrap}.admin-item .admin-actions{width:100%}}
.admin input[type=password]{width:100%;border:1px solid #cfc5b5;border-radius:10px;padding:12px;background:white;font-size:1rem}.admin input[type=checkbox]{width:20px;height:20px;accent-color:#191713}.admin a{font-weight:700}.admin .message:empty{display:none}

.shop-link{display:flex;justify-content:space-between;align-items:center;gap:15px;background:#191713;color:#fffdf8;border-radius:16px;padding:17px 22px;margin:0 0 30px;font-size:1rem;font-weight:800;box-shadow:0 9px 25px #1b17131c}.shop-link:hover,.shop-link:focus-visible{background:#3b3329;outline:3px solid #e4bb6c;outline-offset:2px}.shop-link span:last-child{font-size:1.35rem;font-weight:400}

.social-links{display:flex;justify-content:center;gap:12px;margin:25px 0 0}.social-links a{display:grid;place-items:center;width:49px;height:49px;border:1px solid #cec5b5;border-radius:50%;background:#fffdf8;color:#191713;transition:transform .18s,background .18s,box-shadow .18s}.social-links a:hover,.social-links a:focus-visible{transform:translateY(-2px);background:#e4bb6c;box-shadow:0 6px 18px #241e171c;outline:2px solid #191713;outline-offset:2px}.social-links svg{width:23px;height:23px}

.admin textarea{width:100%;margin:12px 0;border:1px solid #cfc5b5;border-radius:10px;padding:12px;font:inherit}.wa-grid{display:grid;gap:9px;margin:14px 0}.wa-row{display:flex;gap:12px;align-items:center;padding:10px;border:1px solid #e3dacc;border-radius:10px}.wa-row span{display:block}.wa-row img{float:left;width:48px;height:48px;object-fit:cover;margin-right:12px}.wa-row small{display:block;color:#756c5f;margin-top:4px}.wa-row input{flex-shrink:0}


/* ANIMAÇÃO DE ENTRADA LIBORIU'S LAB */
.lab-intro {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f0e7;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease, visibility .2s ease;
}

.lab-intro-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lab-intro-logo {
  width: min(68vw, 420px);
  max-width: 78vw;
  max-height: 45vh;
  object-fit: contain;
  animation: labLogoIntro 1.2s cubic-bezier(.2,.8,.2,1) forwards;
  will-change: transform, opacity;
}

@keyframes labLogoIntro {
  0%   { transform: translateX(-120vw) scale(.85); opacity: 0; }
  28%  { transform: translateX(0) scale(1); opacity: 1; }
  72%  { transform: translateX(0) scale(1); opacity: 1; }
  88%  { transform: translateX(0) scale(1.18); opacity: 1; }
  100% { transform: translateX(0) scale(1.45); opacity: 0; }
}

@media (max-width: 640px) {
  .lab-intro-logo {
    width: min(78vw, 340px);
    max-height: 38vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lab-intro-logo {
    animation: none;
  }
}


/* LOGO FLUTUANTE DA VITRINE */
.brand-logo.brand-logo-floating {
  width: 160px;
  height: 160px;
  margin: 0 auto 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: liboriusFloat 4s ease-in-out infinite;
}

.brand-logo.brand-logo-floating img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 8px rgba(42, 32, 20, .16));
}

@keyframes liboriusFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 640px) {
  .brand-logo.brand-logo-floating {
    width: 140px;
    height: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo.brand-logo-floating {
    animation: none;
  }
}


/* TAMANHO ATUALIZADO DO LOGO */
.brand-logo.brand-logo-floating {
  width: 220px;
  height: 220px;
}

@media (max-width: 640px) {
  .brand-logo.brand-logo-floating {
    width: 190px;
    height: 190px;
  }
}


/* LOGO FLUTUANTE MAIOR */
.brand-logo.brand-logo-floating {
  width: 300px;
  height: 300px;
}

@media (max-width: 640px) {
  .brand-logo.brand-logo-floating {
    width: 250px;
    height: 250px;
  }
}


/* AJUSTE DE POSIÇÃO DO LOGO E TÍTULO */
.brand-logo.brand-logo-floating {
  width: 300px;
  height: 220px;
  margin: -35px auto -12px;
}

.brand-logo.brand-logo-floating img {
  width: 300px;
  height: 300px;
  max-width: none;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .brand-logo.brand-logo-floating {
    width: 250px;
    height: 190px;
    margin: -25px auto -8px;
  }

  .brand-logo.brand-logo-floating img {
    width: 250px;
    height: 250px;
  }
}
