/* =========================================================
   SlickTools Customer UI Refresh
   Professional • Energetic • Pink + black/grey palette
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap');

body {
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ---- Promo strip ---- */
.topbar {
  background: linear-gradient(90deg, #1b1b1f 0%, #2d2a2e 50%, #1b1b1f 100%);
  border-bottom: none;
  padding: 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-left .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.15); }
}

.topbar-left b { color: #f2f2f4; }

.menu-right .pill {
  font-size: 12px;
  font-weight: 700;
}

.topbar-catalogue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(193, 6, 114, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s, transform 0.2s;
}

.topbar-catalogue:hover {
  background: rgba(193, 6, 114, 0.38);
  color: #fff;
  transform: translateY(-1px);
}

.topbar-catalogue-right {
  margin-left: 0;
}

.menu-link-catalogue {
  color: #c10672 !important;
  font-weight: 800 !important;
}

.menu-link-catalogue:hover {
  background: rgba(193, 6, 114, 0.08) !important;
}

@media (max-width: 768px) {
  .topbar-catalogue-right {
    display: none;
  }

  .topbar-left .topbar-catalogue {
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 11px;
  }
}

/* ---- Header ---- */
.nav-beauty {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 24px rgba(20, 10, 12, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-beauty.is-scrolled {
  box-shadow: 0 8px 32px rgba(20, 10, 12, 0.1);
}

.nav-main {
  position: relative;
  z-index: 30;
}

.nav-menu {
  position: relative;
  z-index: 20;
}

.nav-actions {
  position: relative;
  z-index: 40;
}

.nav-main {
  padding: 16px 0;
}

.brand {
  min-width: 140px;
}

.brand-logo {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}

.brand-fallback {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.brand-fallback .mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ee0088;
  box-shadow: 0 8px 20px rgba(238, 0, 136, 0.28);
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.brand-fallback .brand-slick {
  color: #ee0088;
  -webkit-text-fill-color: #ee0088;
  background: none;
}

.brand-fallback .brand-tools {
  color: #111;
  -webkit-text-fill-color: #111;
}

.searchbar-lg {
  flex: 1;
  max-width: 560px;
  border: 2px solid transparent;
  background: #f8f5f4;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.searchbar-lg:focus-within {
  border-color: rgba(238, 0, 136, 0.25);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(238, 0, 136, 0.08);
}

.s-ico {
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.cart-btn {
  position: relative;
  font-weight: 700;
}

.cart-btn .count {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

.btn.sm {
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 10px;
}

/* ---- Navigation menu ---- */
.nav-menu {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
}

.menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
}

.menu-links {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  padding: 4px 0;
}

.menu-links::-webkit-scrollbar { display: none; }

.menu-link {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
  border-radius: 10px;
  transition: color 0.18s, background 0.18s;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.menu-link:hover,
.menu-link.active {
  color: var(--accent);
  background: rgba(238, 0, 136, 0.06);
}

.menu-link.highlight {
  color: var(--accent);
  background: linear-gradient(135deg, rgba(238, 0, 136, 0.08), rgba(27, 27, 31, 0.1));
}

.menu-shop-cta {
  flex-shrink: 0;
  padding: 8px 0 8px 12px;
}

.mobile-nav-toggle {
  display: none;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

/* ---- Dropdowns ---- */
.dd {
  position: relative;
  z-index: 50;
}

.dd-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 320px;
  z-index: 200;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(20, 10, 12, 0.15);
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
  display: none;
}

.dd.open .dd-menu {
  display: block;
}

.mega-panel {
  z-index: 150;
}

.dd-head {
  padding: 16px;
  background: linear-gradient(135deg, rgba(238, 0, 136, 0.06), rgba(27, 27, 31, 0.08));
  border-bottom: 1px solid var(--line);
}

.dd-title { font-weight: 800; font-size: 15px; }
.dd-links a {
  display: block;
  padding: 12px 16px;
  font-weight: 600;
  transition: background 0.15s, padding-left 0.15s;
}

.dd-links a:hover {
  background: var(--panel2);
  padding-left: 20px;
  color: var(--accent);
}

/* ---- Sections ---- */
.section {
  padding: 48px 0;
}

.section-head {
  margin-bottom: 28px;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1b1b1f;
}

.section-desc {
  font-size: 15px;
  margin-top: 6px;
  color: rgba(27, 27, 31, 0.62);
}

.section-tight { padding: 32px 0; }

/* ---- Hero slider ---- */
.hero-full {
  padding: 0;
  margin-bottom: 0;
}

.hero-full .hero-slider-wrap {
  min-height: 560px;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1b1b1f 0%, #2a1a24 45%, #1b1b1f 100%);
}

.hero-slide {
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: 0.18;
  filter: blur(2px);
  transform: scale(1.05);
}

.hero-slide-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(27, 27, 31, 0.96) 0%, rgba(27, 27, 31, 0.88) 42%, rgba(238, 0, 136, 0.12) 100%);
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  padding: 64px 0;
  width: 100%;
}

.hero-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero-copy .h-eyebrow {
  color: rgba(255, 182, 220, 0.9);
}

.hero-copy .h-title {
  color: #fff;
  font-size: clamp(32px, 4.8vw, 54px);
  font-weight: 800;
  max-width: 16ch;
  line-height: 1.05;
}

.hero-copy .h-sub {
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
}

.hero-visual-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(238, 0, 136, 0.15);
  background: #fff;
  aspect-ratio: 4 / 5;
  max-height: 460px;
  margin-left: auto;
  width: min(100%, 420px);
}

.hero-visual-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(27, 27, 31, 0.08) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-full .hero-chips {
  margin-top: 18px;
}

.hero-full .hero-chips .pill {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}

.hero-full .btn.ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.hero-full .btn.ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 5;
}

.hero-full .hero-dot {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.25);
}

.hero-full .hero-dot.active {
  background: linear-gradient(135deg, #ee0088, #fff);
  border-color: transparent;
}

@media (max-width: 980px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual-frame {
    margin: 0 auto;
    max-height: 320px;
    width: min(100%, 360px);
  }

  .hero-full .hero-slider-wrap,
  .hero-slide {
    min-height: auto;
  }
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* ---- Product cards ---- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  overflow: hidden;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(20, 10, 12, 0.12);
  border-color: rgba(238, 0, 136, 0.15);
}

.product-thumb {
  aspect-ratio: 1;
  background: linear-gradient(180deg, #fff8fa, #fff);
  overflow: hidden;
  display: block;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s var(--ease);
}

.product-card:hover .product-thumb img {
  transform: scale(1.06);
}

.product-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.product-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 4px;
}

.product-title a:hover { color: var(--accent); }

.product-sku {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.price-hidden {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.45;
  padding: 10px 12px;
  background: var(--panel2);
  border-radius: 10px;
  border: 1px dashed rgba(238, 0, 136, 0.2);
}

/* ---- Category cards ---- */
.cat-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}

.cat-card {
  text-align: center;
  padding: 20px 16px;
  border-radius: var(--r2);
  background: #fff;
  border: 1px solid var(--line);
  transition: all 0.22s var(--ease);
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow2);
  border-color: rgba(238, 0, 136, 0.2);
}

.cat-thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--panel2);
  border: 2px solid rgba(238, 0, 136, 0.1);
}

.cat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-name {
  font-weight: 800;
  font-size: 14px;
}

/* ---- Shop layout ---- */
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.shop-filters {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  padding: 24px;
  position: sticky;
  top: 100px;
  box-shadow: var(--shadow3);
}

.filter-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--line);
}

.shop-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.view-toggle {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f4f0ef;
  border-radius: 12px;
}

.view-toggle .btn {
  padding: 8px 14px;
  box-shadow: none;
  border: none;
  background: transparent;
}

.view-toggle .btn.primary {
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow3);
}

.product-grid-list {
  grid-template-columns: 1fr;
}

.product-grid-list .product-card {
  flex-direction: row;
}

.product-grid-list .product-thumb {
  width: 200px;
  flex-shrink: 0;
  aspect-ratio: auto;
  min-height: 180px;
}

/* ---- Account ---- */
.account-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.account-nav a {
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid var(--line);
  background: #fff;
  transition: all 0.18s var(--ease);
}

.account-nav a:hover {
  border-color: rgba(238, 0, 136, 0.25);
  color: var(--accent);
}

.account-nav a.active {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(238, 0, 136, 0.25);
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* ---- Product detail ---- */
.product-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  margin-top: 24px;
}

.gallery-main {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.gallery-main img {
  width: 100%;
  display: block;
}

.add-to-cart-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.add-to-cart-form .input {
  width: 100px;
}

/* ---- Toasts ---- */
.toast {
  margin: 16px 0;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 600;
  animation: slideDown 0.35s var(--ease);
}

.toast.good {
  background: rgba(31, 157, 107, 0.1);
  border: 1px solid rgba(31, 157, 107, 0.25);
  color: #0d6b47;
}

.toast.bad {
  background: rgba(217, 49, 87, 0.08);
  border: 1px solid rgba(217, 49, 87, 0.25);
  color: #a61e3c;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- Footer ---- */
.footer-beauty {
  background: #1b1b1f;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 60px;
  padding-top: 48px;
}

.footer-beauty .foot-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

.footer-beauty .foot-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  font-size: 14px;
}

.footer-beauty .muted {
  color: rgba(255, 255, 255, 0.6);
}

.footer-beauty a {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  padding: 6px 0;
  font-size: 14px;
  transition: color 0.15s;
}

.footer-beauty a:hover {
  color: var(--accent);
}

.footer-beauty .foot-badges .pill {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
}

.footer-beauty .social a {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
}

.footer-beauty .social a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.footer-beauty .copyright {
  color: rgba(255, 255, 255, 0.45);
  border-top-color: rgba(255, 255, 255, 0.08);
}

.foot-cta {
  background: linear-gradient(135deg, rgba(238, 0, 136, 0.2), rgba(27, 27, 31, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r);
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.foot-cta-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.foot-cta-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}

.foot-cta-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.foot-cta-form .input {
  min-width: 260px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.foot-cta-form .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.copyright {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

/* ---- Global text helpers (customer site) ---- */
.muted {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* ---- Contrast fixes: dark sections ---- */
.section-dark .section-title,
.section-dark .section-desc,
.newsletter-box .section-title,
.newsletter-box .section-desc {
  color: #fff;
}

.section-dark .section-desc,
.newsletter-box .section-desc {
  color: rgba(255, 255, 255, 0.78);
}

/* Light cards must always use dark text */
.hero-card,
.info-card,
.form,
.note,
.card,
.testimonial-card,
.product-card,
.shop-filters {
  color: var(--text);
}

.hero-card .h-sub,
.info-card .small,
.note,
.card .meta {
  color: var(--muted);
}

.note b,
.note strong {
  color: var(--text);
}

.note ul,
.note li {
  color: var(--muted);
}

/* Badges & pills on light surfaces */
.badge {
  color: rgba(27, 27, 31, 0.75);
}

.badge b,
.badge strong {
  color: var(--text);
}

/* Topbar pills on dark strip */
.topbar .pill {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.92);
}

.topbar .pill.ok {
  background: rgba(31, 157, 107, 0.2);
  border-color: rgba(31, 157, 107, 0.35);
  color: #b8f0d8;
}

.topbar .pill.warn {
  background: rgba(211, 155, 42, 0.2);
  border-color: rgba(211, 155, 42, 0.35);
  color: #ffe4a8;
}

.topbar .pill.soft {
  background: rgba(238, 0, 136, 0.15);
  border-color: rgba(238, 0, 136, 0.3);
  color: #ffb8dc;
}

/* ---- Newsletter home ---- */
.newsletter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 48px;
  border-radius: var(--r);
  background: linear-gradient(135deg, #1b1b1f, #2a2628);
  color: #fff;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form .input {
  min-width: 280px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.section-dark {
  background: transparent;
  padding-bottom: 60px;
}

/* ---- Testimonials & brands ---- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.testimonial-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  box-shadow: var(--shadow3);
}

.testimonial-card .stars {
  color: var(--accent);
  font-size: 16px;
  margin-bottom: 12px;
}

.brand-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-item {
  padding: 20px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r2);
  min-width: 130px;
  text-align: center;
  font-weight: 800;
  transition: all 0.2s var(--ease);
}

.brand-item:hover {
  transform: translateY(-3px);
  border-color: rgba(238, 0, 136, 0.2);
  box-shadow: var(--shadow2);
}

.brand-item img {
  max-height: 40px;
  margin: 0 auto;
  object-fit: contain;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.banner-card {
  position: relative;
  border-radius: var(--r2);
  overflow: hidden;
  min-height: 200px;
  background: linear-gradient(135deg, var(--panel2), #fff);
  border: 1px solid var(--line);
}

.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0.35;
}

.banner-content {
  position: relative;
  z-index: 1;
  padding: 28px;
}

/* ---- Forms polish ---- */
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  box-shadow: var(--shadow3);
}

.field { margin-bottom: 16px; }
.label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 8px;
}

.input, textarea.input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.input:focus, textarea.input:focus {
  outline: none;
  border-color: rgba(238, 0, 136, 0.35);
  box-shadow: 0 0 0 4px rgba(238, 0, 136, 0.08);
}

/* ---- Pills ---- */
.pill.ok {
  background: rgba(31, 157, 107, 0.12);
  color: #0d6b47;
  border-color: rgba(31, 157, 107, 0.25);
}

.pill.warn {
  background: rgba(211, 155, 42, 0.12);
  color: #9a6b10;
  border-color: rgba(211, 155, 42, 0.25);
}

.pill.soft {
  background: rgba(238, 0, 136, 0.06);
  color: var(--accent);
  border-color: rgba(238, 0, 136, 0.12);
}

/* ---- Reveal animation ---- */
.reveal {
  animation: fadeUp 0.55s var(--ease) both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .nav-main {
    flex-wrap: wrap;
  }

  .searchbar-lg {
    order: 3;
    width: 100%;
    max-width: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .nav-menu .menu-links {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow2);
    padding: 12px;
    z-index: 40;
    max-height: 70vh;
    overflow-y: auto;
  }

  .nav-menu.open .menu-links {
    display: flex;
  }

  .menu-link {
    width: 100%;
    text-align: left;
    padding: 14px 16px;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-filters {
    position: static;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-full .hero-slider-wrap,
  .hero-slide {
    min-height: 380px;
  }

  .product-grid-list .product-card {
    flex-direction: column;
  }

  .product-grid-list .product-thumb {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 22px;
  }

  .hero-full .h-title {
    font-size: 28px;
  }

  .newsletter-box,
  .foot-cta {
    padding: 24px;
  }
}
