/* Luxury theme layer for Họp Nguyễn Boutique.
   Additive by design: remove this stylesheet to return to the previous look. */
:root {
  --pink: #8d214d;
  --pink-light: #f6dce8;
  --cream: #fbf5ec;
  --gold: #c79b52;
  --dark: #160814;
  --text: #2a1724;
  --muted: #76606b;
  --border: #eadcc9;
  --white: #fffdf9;
  --lux-aubergine: #2a0d1f;
  --lux-aubergine-2: #421832;
  --lux-rose: #b96c80;
  --lux-champagne: #f7ead5;
  --lux-ink: #140912;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-sm: 0 10px 30px rgba(42, 13, 31, .08);
  --shadow-md: 0 24px 70px rgba(42, 13, 31, .16);
}

html { background: var(--lux-ink); }

body {
  background:
    linear-gradient(180deg, #fffaf4 0%, #fbf3e9 44%, #fffdf9 100%);
  color: var(--text);
}

.container { max-width: 1240px; }
.section-pad { padding-block: clamp(3.5rem, 7vw, 6rem); }

.section-label {
  color: var(--gold);
  letter-spacing: .22em;
  font-size: .68rem;
}

.section-title {
  color: var(--lux-aubergine);
  letter-spacing: 0;
}

.section-title em,
.hero-title em {
  color: var(--gold);
}

.site-header {
  background: rgba(255, 252, 247, .86);
  border-bottom-color: rgba(199, 155, 82, .24);
  box-shadow: 0 1px 0 rgba(255,255,255,.55) inset;
}

.site-header.scrolled {
  box-shadow: 0 18px 55px rgba(42, 13, 31, .13);
}

.header-top {
  background:
    linear-gradient(90deg, var(--lux-aubergine), #3a172e 45%, #1a0a16);
  color: #f8ead4;
}

.header-phone { color: #f2d89e; }

.header-nav { padding-block: .85rem; }

.site-logo {
  position: relative;
  min-height: 48px;
  padding-left: 58px;
  justify-content: center;
}

.site-logo::before {
  content: "HN";
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f4dca7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  padding-right: .08em;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(145deg, #421832, #210b1c);
  border: 1px solid rgba(247, 222, 167, .72);
  box-shadow:
    0 9px 24px rgba(42, 13, 31, .18),
    inset 0 0 0 3px rgba(199, 155, 82, .15);
}

.logo-name {
  font-size: 1.42rem;
  color: var(--lux-aubergine);
  letter-spacing: .01em;
}

.logo-sub {
  color: var(--gold);
  letter-spacing: .24em;
}

.nav-links a {
  color: #5f4655;
  font-size: .84rem;
  letter-spacing: .02em;
}

.nav-links a::after {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  height: 1px;
}

.nav-links a:hover { color: var(--lux-aubergine); }

.dropdown-menu {
  border: 1px solid rgba(199,155,82,.22);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(42,13,31,.16);
  overflow: hidden;
}

.header-fb-icon,
.btn-primary {
  background: linear-gradient(135deg, var(--lux-aubergine), #7d2047);
  box-shadow: 0 12px 30px rgba(66, 24, 50, .26);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #421832, #9b2858);
}

.btn {
  border-radius: 999px;
  letter-spacing: .01em;
}

.hero-carousel {
  min-height: 100svh;
  background: var(--lux-aubergine);
}

.hero-img {
  min-height: 100svh;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 9, 18, .88) 0%, rgba(31, 13, 27, .66) 31%, rgba(31, 13, 27, .18) 58%, rgba(20, 9, 18, .18) 100%),
    linear-gradient(0deg, rgba(20, 9, 18, .58), transparent 45%);
}

.hero-content {
  max-width: 650px;
  padding-top: clamp(4rem, 9vw, 7rem);
}

.hero-eyebrow {
  color: #f3d89d;
  letter-spacing: .24em;
  font-size: .74rem;
}

.hero-title {
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  letter-spacing: 0;
  line-height: .92;
  color: #fff7eb;
  text-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.hero-desc {
  color: rgba(255, 247, 235, .84);
  max-width: 33rem;
}

.collections {
  background: linear-gradient(180deg, #fffaf4, #f8eddf);
}

.category-grid {
  gap: clamp(.9rem, 2vw, 1.35rem);
}

.cat-card,
.photo-card,
.step-card,
.contact-detail-item,
.owner-card,
.map-card {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.cat-card {
  background: #fffdf9;
  border: 1px solid rgba(199, 155, 82, .20);
  overflow: hidden;
}

.cat-card img {
  transition: transform .7s cubic-bezier(.16,1,.3,1), filter .7s cubic-bezier(.16,1,.3,1);
}

.cat-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.03);
}

.cat-card-label {
  background:
    linear-gradient(0deg, rgba(42, 13, 31, .90), rgba(42, 13, 31, .12));
  color: #fff7eb;
  letter-spacing: .02em;
}

.gallery-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(199,155,82,.13), transparent 34%),
    #fffdf9;
}

.filter-bar {
  background: rgba(255, 250, 244, .72);
  border: 1px solid rgba(199,155,82,.22);
  border-radius: 999px;
  padding: .38rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.filter-pill {
  border-radius: 999px;
  color: #644958;
}

.filter-pill.active,
.filter-pill:hover {
  background: linear-gradient(135deg, var(--lux-aubergine), #7d2047);
  color: #fff7eb;
}

.photo-card {
  background: #fffaf4;
  border: 1px solid rgba(199,155,82,.2);
  overflow: hidden;
}

.photo-card-overlay {
  background: linear-gradient(0deg, rgba(42, 13, 31, .86), transparent);
}

.photo-card-cat {
  background: rgba(255, 247, 235, .93);
  color: var(--lux-aubergine);
}

.how-order {
  background:
    linear-gradient(135deg, #2a0d1f 0%, #421832 50%, #1d0b18 100%);
  color: #fff7eb;
}

.how-order .section-title,
.how-order .step-card h3 {
  color: #fff7eb;
}

.step-card {
  background: rgba(255, 250, 244, .08);
  border: 1px solid rgba(247, 222, 167, .16);
  color: rgba(255,247,235,.80);
  box-shadow: none;
}

.step-num,
.step-icon {
  color: #f3d89d;
}

.trust-bar {
  background: #fff7eb;
  border-block: 1px solid rgba(199,155,82,.20);
  color: var(--lux-aubergine);
}

.contact-section {
  background:
    linear-gradient(180deg, #fffdf9, #f6ead9);
}

.contact-split-title {
  color: var(--lux-aubergine);
}

.contact-detail-item {
  border: 1px solid rgba(199,155,82,.20);
  background: rgba(255,253,249,.86);
}

.contact-detail-item:hover {
  border-color: rgba(199,155,82,.55);
  box-shadow: var(--shadow-md);
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(199,155,82,.18), transparent 35%),
    linear-gradient(135deg, #160814, #2a0d1f 55%, #120711);
  color: rgba(255,247,235,.78);
}

.footer-logo {
  color: #f3d89d;
}

.footer-links h4 {
  color: #fff7eb;
}

.footer-links a:hover,
.footer-address-link:hover {
  color: #f3d89d;
}

.cat-nav-bar {
  background: linear-gradient(90deg, #160814, #2a0d1f);
  border-bottom-color: rgba(199,155,82,.28);
}

.cat-info-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(199,155,82,.16), transparent 42%),
    #fff7eb;
}

.cat-info-section .cat-hero-title {
  color: var(--lux-aubergine);
}

.cat-hero {
  background: var(--lux-aubergine);
}

.cat-hero-img {
  max-height: min(66vh, 680px);
  object-fit: cover;
}

.quality-section,
.other-cats {
  background: #fffdf9;
}

.cat-cta {
  background: linear-gradient(135deg, #2a0d1f, #421832);
}

.cat-cta-box {
  background:
    linear-gradient(135deg, rgba(255,250,244,.10), rgba(199,155,82,.10));
  border: 1px solid rgba(247,222,167,.22);
  color: #fff7eb;
}

.cat-cta-box h2,
.cat-cta-box em {
  color: #fff7eb;
}

@media (max-width: 768px) {
  .site-logo {
    padding-left: 50px;
    min-height: 42px;
  }

  .site-logo::before {
    width: 40px;
    height: 40px;
    font-size: .92rem;
  }

  .hero-carousel,
  .hero-img {
    min-height: 92svh;
  }

  .hero-content {
    padding-inline: 1.25rem;
    padding-top: 0;
    bottom: 6.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: .4rem;
  }

  .hero-eyebrow,
  .hero-title {
    display: block !important;
  }

  .hero-desc { display: none !important; }

  .hero-eyebrow {
    font-size: .62rem;
    letter-spacing: .18em;
    margin-bottom: .45rem;
  }

  .hero-title {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    max-width: 7.5ch;
    margin-bottom: .65rem;
  }

  .filter-bar {
    border-radius: 12px;
  }

  .hero-btns {
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
  }
}
