/* ═══════════════════════════════════════
   SANLUXE WIGS — Shared brand styles
═══════════════════════════════════════ */

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

:root {
  --pink:       #E8006F;
  --pink-deep:  #C4005E;
  --pink-soft:  #FFF0F6;
  --pink-blush: #FFD6E8;
  --pink-nude:  #F5E6EE;
  --black:      #0A0A0A;
  --dark:       #1A1A1A;
  --mid:        #3A3A3A;
  --muted:      #888888;
  --border:     #E8E8E8;
  --white:      #FFFFFF;
  --gold:       #C9A84C;
  --green:      #2A9D55;
  --cream:      #FAF6F2;
}

* , *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif; background: var(--white); color: var(--black);
  overflow-x: hidden;
}
button, a, input, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ─── ANNOUNCE BAR ─── */
.announce {
  background: var(--black); color: var(--white);
  text-align: center; padding: 10px 20px;
  font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.announce em { color: var(--pink); font-style: normal; }

/* ─── HEADER ─── */
header.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--white); border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 72px; max-width: 1600px; margin: 0 auto;
}
.header-left { display: flex; align-items: center; gap: 38px; }
.logo {
  font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600;
  letter-spacing: 5px; text-transform: uppercase; cursor: pointer; user-select: none;
}
.logo em { color: var(--pink); font-style: normal; }
.logo a { display: block; }
.header-search {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--border); padding: 8px 16px;
  width: 220px; background: var(--white);
}
.header-search input {
  flex: 1; border: none; outline: none; font-size: 12px;
  letter-spacing: 1px; text-transform: uppercase;
  font-family: 'DM Sans', sans-serif; background: transparent;
}
.header-search input::placeholder { color: var(--muted); }
.header-icons { display: flex; align-items: center; gap: 18px; }
.icon-btn {
  background: none; border: none; cursor: pointer; color: var(--black);
  transition: color .2s; padding: 6px; position: relative; display: flex; align-items: center;
}
.icon-btn:hover { color: var(--pink); }
.cart-badge {
  position: absolute; top: -4px; right: -6px;
  background: var(--pink); color: #fff;
  font-size: 9px; font-weight: 700;
  width: 17px; height: 17px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-family: 'DM Sans', sans-serif;
}

/* ─── BUTTONS ─── */
.btn-primary {
  background: var(--pink); color: #fff; border: none;
  padding: 15px 38px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer;
  transition: background .2s, transform .15s; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
}
.btn-primary:hover { background: var(--pink-deep); transform: translateY(-1px); }
.btn-primary:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn-ghost {
  background: transparent; color: var(--black);
  border: 1px solid var(--black);
  padding: 15px 38px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer;
  transition: all .2s; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
}
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }
.btn-dark {
  background: var(--black); color: #fff; border: none;
  padding: 15px 38px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer;
  transition: background .2s; font-family: 'DM Sans', sans-serif;
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
}
.btn-dark:hover { background: var(--pink); }

/* ─── FOOTER ─── */
footer.site-footer {
  background: #0a0a0a; color: #fff; padding: 80px 60px 32px;
}
.footer-inner { max-width: 1600px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 32px;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600;
  letter-spacing: 5px; text-transform: uppercase; color: #fff; margin-bottom: 16px;
}
.footer-logo em { color: var(--pink); font-style: normal; }
.footer-desc {
  font-size: 12.5px; color: rgba(255,255,255,.38); line-height: 1.82;
  max-width: 320px; margin-bottom: 24px;
}
.social-row { display: flex; gap: 10px; }
.social-btn {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.55); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s; background: none;
}
.social-btn:hover { border-color: var(--pink); color: var(--pink); }
.footer-col-head {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #fff; margin-bottom: 18px;
  font-family: 'DM Sans', sans-serif;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 11px; }
.footer-links a {
  font-size: 13px; color: rgba(255,255,255,.4);
  transition: color .2s; cursor: pointer;
}
.footer-links a:hover { color: var(--pink); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; color: rgba(255,255,255,.32); letter-spacing: 1px;
  font-family: 'DM Sans', sans-serif;
}
.footer-bottom-links { display: flex; gap: 22px; }
.footer-bottom-links a { transition: color .2s; }
.footer-bottom-links a:hover { color: var(--pink); }

/* ─── PAGE HEADER (for content pages) ─── */
.page-header {
  background: linear-gradient(155deg, #1a0010 0%, #2d0020 50%, #0a0a0a 100%);
  color: #fff; padding: 70px 60px 80px; text-align: center;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(232,0,111,.18), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(232,0,111,.1), transparent 50%);
  pointer-events: none;
}
.page-eyebrow {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pink); font-weight: 600; margin-bottom: 18px;
  font-family: 'DM Sans', sans-serif; position: relative;
}
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 64px); font-weight: 400;
  letter-spacing: -.5px; line-height: 1.05; margin-bottom: 18px;
  position: relative;
}
.page-title em { font-style: italic; color: var(--pink); }
.page-sub {
  font-size: 14px; color: rgba(255,255,255,.5); max-width: 540px; margin: 0 auto;
  line-height: 1.7; font-family: 'DM Sans', sans-serif; position: relative;
}
.breadcrumb-trail {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 11px; color: rgba(255,255,255,.4); letter-spacing: 1.5px;
  text-transform: uppercase; font-family: 'DM Sans', sans-serif;
  margin-bottom: 24px; position: relative;
}
.breadcrumb-trail a { color: rgba(255,255,255,.55); transition: color .2s; }
.breadcrumb-trail a:hover { color: var(--pink); }
.breadcrumb-trail .sep { opacity: .4; }

/* ─── TOAST ─── */
.toast {
  position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--black); color: #fff; padding: 14px 26px;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600;
  font-family: 'DM Sans', sans-serif; z-index: 3000;
  opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s;
  display: flex; align-items: center; gap: 10px;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-icon { color: var(--pink); font-size: 16px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .header-inner { padding: 0 24px; height: 64px; }
  .header-search { display: none; }
  .logo { font-size: 22px; letter-spacing: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer.site-footer { padding: 56px 32px 28px; }
  .page-header { padding: 56px 24px 64px; }
}
@media (max-width: 640px) {
  .header-inner { padding: 0 16px; height: 58px; }
  .logo { font-size: 18px; letter-spacing: 3px; }
  .header-icons { gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  footer.site-footer { padding: 48px 24px 28px; }
  .page-header { padding: 44px 20px 56px; }
}
