/* =====================================================
   Snowy — Tiệm Bánh Nhà  |  style.css  (Phase 3)
   ===================================================== */

/* ══════════════════════════════════════════════════════
   THEME TOKENS  (override via [data-theme] attribute)
   ══════════════════════════════════════════════════════ */
:root {
  --c-primary: #60A5FA;
  --c-primary-hover: #3B82F6;
  --c-primary-light: #D6E9FF;
  --c-primary-xlight: #F3F8FF;
  --c-secondary: #93C5FD;
  --c-bg: #F8FBFF;
  --c-bg-alt: #E6F0FF;
  --c-card: #FFFFFF;
  --c-text: #1F2A3A;
  --c-muted: #4A5D7A;
  --c-border: rgba(96, 165, 250, 0.2);
  --c-shadow: rgba(96, 165, 250, 0.12);
  --c-blob: rgba(147, 197, 253, 0.18);
  --c-blob-lg: rgba(147, 197, 253, 0.08);

  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 10px;
  --r-xl: 8px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 12px var(--c-shadow);
  --shadow-md: 0 6px 24px var(--c-shadow);
  --shadow-lg: 0 16px 48px var(--c-shadow);

  --font-serif: 'Literata', Georgia, serif;
  --font-sans: 'Roboto', system-ui, sans-serif;
  /* --font-sans: 'Be Vietnam Pro', system-ui, sans-serif; */
  --ease: 0.25s ease;
}

[data-theme="1"] {
  --c-primary: #E88CA8;
  --c-primary-hover: #D97390;
  --c-primary-light: #F9D6E0;
  --c-primary-xlight: #FDF1F5;
  --c-secondary: #F3B7C5;
  --c-bg: #FFF7FA;
  --c-bg-alt: #FDECEF;
  --c-card: #FFFFFF;
  --c-text: #3A2A2E;
  --c-muted: #7A5A62;
  --c-border: rgba(232, 140, 168, 0.18);
  --c-shadow: rgba(232, 140, 168, 0.12);
  --c-blob: rgba(243, 183, 197, 0.15);
  --c-blob-lg: rgba(243, 183, 197, 0.08);
}

[data-theme="2"] {
  --c-primary: #546B41;
  --c-primary-hover: #3F5330;
  --c-primary-light: #DCEACB;
  --c-primary-xlight: #F4F9EE;
  --c-secondary: #9FB587;
  --c-bg: #FFF8EC;
  --c-bg-alt: #E8DCC3;
  --c-card: #FFFFFF;
  --c-text: #2B3424;
  --c-muted: #617154;
  --c-border: rgba(84, 107, 65, 0.16);
  --c-shadow: rgba(84, 107, 65, 0.12);
  --c-blob: rgba(159, 181, 135, 0.14);
  --c-blob-lg: rgba(159, 181, 135, 0.08);
}

[data-theme="3"] {
  --c-primary: #FF9E7A;
  --c-primary-hover: #E88665;
  --c-primary-light: #FFD8C9;
  --c-primary-xlight: #FFF2EC;
  --c-secondary: #FFC3AE;
  --c-bg: #FFFBF8;
  --c-bg-alt: #FFE8DE;
  --c-card: #FFFFFF;
  --c-text: #3A2C28;
  --c-muted: #7A5C54;
  --c-border: rgba(255, 158, 122, 0.2);
  --c-shadow: rgba(255, 158, 122, 0.12);
  --c-blob: rgba(255, 195, 174, 0.16);
  --c-blob-lg: rgba(255, 195, 174, 0.08);
}

[data-theme="4"] {
  --c-primary: #6B3E2E;
  --c-primary-hover: #553024;
  --c-primary-light: #E8D2C7;
  --c-primary-xlight: #F6ECE8;
  --c-secondary: #C49A8A;
  --c-bg: #FFF9F5;
  --c-bg-alt: #EED9CF;
  --c-card: #FFFFFF;
  --c-text: #2E1F1A;
  --c-muted: #6B4A3F;
  --c-border: rgba(107, 62, 46, 0.18);
  --c-shadow: rgba(107, 62, 46, 0.14);
  --c-blob: rgba(196, 154, 138, 0.16);
  --c-blob-lg: rgba(196, 154, 138, 0.08);
}

[data-theme="5"] {
  --c-primary: #A78BFA;
  --c-primary-hover: #8B6DE0;
  --c-primary-light: #E5D9FF;
  --c-primary-xlight: #F6F2FF;
  --c-secondary: #C4B5FD;
  --c-bg: #FCFAFF;
  --c-bg-alt: #EEE7FF;
  --c-card: #FFFFFF;
  --c-text: #2E2A3A;
  --c-muted: #6A6280;
  --c-border: rgba(167, 139, 250, 0.2);
  --c-shadow: rgba(167, 139, 250, 0.12);
  --c-blob: rgba(196, 181, 253, 0.16);
  --c-blob-lg: rgba(196, 181, 253, 0.08);
}

[data-theme="6"] {
  --c-primary: #FF6B81;
  --c-primary-hover: #E0556A;
  --c-primary-light: #FFD1D8;
  --c-primary-xlight: #FFF0F3;
  --c-secondary: #FF9AA8;
  --c-bg: #FFFAFB;
  --c-bg-alt: #FFE7EB;
  --c-card: #FFFFFF;
  --c-text: #3A252A;
  --c-muted: #7A4D55;
  --c-border: rgba(255, 107, 129, 0.2);
  --c-shadow: rgba(255, 107, 129, 0.14);
  --c-blob: rgba(255, 154, 168, 0.18);
  --c-blob-lg: rgba(255, 154, 168, 0.08);
}

[data-theme="7"] {
  --c-primary: #4FD1C5;
  --c-primary-hover: #38B2AC;
  --c-primary-light: #C6F7F2;
  --c-primary-xlight: #ECFEFC;
  --c-secondary: #81E6D9;
  --c-bg: #F7FFFD;
  --c-bg-alt: #DFF7F3;
  --c-card: #FFFFFF;
  --c-text: #1F2E2D;
  --c-muted: #4A6B68;
  --c-border: rgba(79, 209, 197, 0.2);
  --c-shadow: rgba(79, 209, 197, 0.12);
  --c-blob: rgba(129, 230, 217, 0.16);
  --c-blob-lg: rgba(129, 230, 217, 0.08);
}

[data-theme="8"] {
  --c-primary: #C08457;
  --c-primary-hover: #9C6A44;
  --c-primary-light: #F1D8C5;
  --c-primary-xlight: #FBF3EC;
  --c-secondary: #E2B48C;
  --c-bg: #FFFAF5;
  --c-bg-alt: #F4E4D6;
  --c-card: #FFFFFF;
  --c-text: #2E241F;
  --c-muted: #6A564C;
  --c-border: rgba(192, 132, 87, 0.2);
  --c-shadow: rgba(192, 132, 87, 0.14);
  --c-blob: rgba(226, 180, 140, 0.18);
  --c-blob-lg: rgba(226, 180, 140, 0.08);
}

[data-theme="9"] {
  --c-primary: #60A5FA;
  --c-primary-hover: #3B82F6;
  --c-primary-light: #D6E9FF;
  --c-primary-xlight: #F3F8FF;
  --c-secondary: #93C5FD;
  --c-bg: #F8FBFF;
  --c-bg-alt: #E6F0FF;
  --c-card: #FFFFFF;
  --c-text: #1F2A3A;
  --c-muted: #4A5D7A;
  --c-border: rgba(96, 165, 250, 0.2);
  --c-shadow: rgba(96, 165, 250, 0.12);
  --c-blob: rgba(147, 197, 253, 0.18);
  --c-blob-lg: rgba(147, 197, 253, 0.08);
}

[data-theme="10"] {
  --c-primary: #7FB3FF;
  --c-primary-hover: #5A95E6;
  --c-primary-light: #D6E8FF;
  --c-primary-xlight: #F3F8FF;

  --c-secondary: #A9CCFF;

  --c-bg: #FAFCFF;
  --c-bg-alt: #EAF2FF;
  --c-card: #FFFFFF;

  --c-text: #1F2A3A;
  --c-muted: #5A6B85;

  --c-border: rgba(127, 179, 255, 0.2);
  --c-shadow: rgba(127, 179, 255, 0.15);

  --c-blob: rgba(169, 204, 255, 0.18);
  --c-blob-lg: rgba(169, 204, 255, 0.08);
}

/* ══════════════════════════════════════════════════════
   RESET & BASE
   ══════════════════════════════════════════════════════ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--c-text);
  background: var(--c-bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  transition: background var(--ease), color var(--ease);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  line-height: 1.25;
  margin: 0;
}

h2 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
}

h3 {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
}

p {
  margin: 0;
}

em {
  font-style: italic;
  color: var(--c-primary);
}

.container-xl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.text-center {
  text-align: center;
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 12px;
}

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

.section-head h2 {
  margin-top: 6px;
}

.section-head.text-center .section-label,
.section-head.text-center h2 {
  display: block;
}

.section-head:not(.text-center) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* ── Shared buttons ── */
.btn-primary-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  border: none;
  box-shadow: var(--shadow-md);
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.btn-primary-lg:hover {
  background: var(--c-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: #fff;
}

.btn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-primary);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  transition: gap var(--ease), color var(--ease);
}

.btn-text-link:hover {
  gap: 10px;
  color: var(--c-primary-hover);
}

/* ══════════════════════════════════════════════════════
   TOP BAR
   ══════════════════════════════════════════════════════ */
.topbar {
  background: var(--c-text);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  padding: 8px 0;
}

.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.72);
  transition: color var(--ease);
}

.topbar-link:hover {
  color: #fff;
}

.topbar-sep {
  opacity: 0.25;
}

/* ══════════════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--c-border);
  transition: box-shadow var(--ease);
}

.site-header.scrolled {
  box-shadow: var(--shadow-md);
}

.nav-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 68px;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1;
  transition: color var(--ease);
}

.brand-sub {
  font-size: 10px;
  color: var(--c-muted);
  letter-spacing: 0.08em;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-muted);
  position: relative;
  padding-bottom: 2px;
  transition: color var(--ease);
  white-space: nowrap;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--c-primary);
  transition: width 0.3s ease;
}

.nav-links a:hover {
  color: var(--c-primary);
}

.nav-links a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.btn-order {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 9px 18px;
  border-radius: var(--r-pill);
  border: none;
  box-shadow: var(--shadow-sm);
  transition: background var(--ease), transform var(--ease);
  white-space: nowrap;
}

.btn-order:hover {
  background: var(--c-primary-hover);
  transform: translateY(-1px);
  color: #fff;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: 2px;
  transition: transform var(--ease), opacity var(--ease);
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ══════════════════════════════════════════════════════
   HERO — Editorial, asymmetric, emotional
   ══════════════════════════════════════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(140deg, var(--c-primary-xlight) 0%, var(--c-bg) 50%, var(--c-bg-alt) 100%);
  padding-top: 80px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("assets/1.png") center/cover no-repeat; */
  filter: blur(6px);
  transform: scale(1.1);
  /* tránh viền bị lộ */
  z-index: -1;
}

/* Giant ghost background word */
.hero-bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  font-family: var(--font-serif);
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--c-border);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
  opacity: 0.6;
  z-index: 0;
}

/* Two-column hero inner */
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  min-height: 540px;
}

/* ── Copy column ── */
.hero-copy {
  display: flex;
  flex-direction: column;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 24px;
}

.eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background: var(--c-primary);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Staggered headline */
.hero-h1 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 22px;
}

.hero-h1 span {
  display: block;
  font-family: var(--font-serif);
  line-height: 1.25;
}

.h1-solid {
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 700;
  color: var(--c-text);
}

.h1-stroke {
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--c-primary);
  letter-spacing: -0.01em;
}

.h1-italic {
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 400;
  font-style: italic;
  color: var(--c-muted);
}

.h1-italic em {
  color: var(--c-primary);
  font-style: italic;
}

.hero-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--c-muted);
  max-width: 420px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  border: none;
  box-shadow: var(--shadow-md);
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.btn-hero-primary:hover {
  background: var(--c-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: #fff;
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-text);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  transition: border-color var(--ease), color var(--ease), transform var(--ease);
}

.btn-hero-ghost:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  transform: translateY(-2px);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.proof-item {
  display: flex;
  flex-direction: column;
}

.proof-item strong {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1;
}

.proof-item span {
  font-size: 11px;
  color: var(--c-muted);
  margin-top: 3px;
}

.proof-divider {
  width: 1px;
  height: 32px;
  background: var(--c-border);
}

/* ── Imagery column ── */
.hero-imagery {
  position: relative;
  height: 520px;
}

.hero-img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  height: 420px;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-imagery:hover .hero-img-main img {
  transform: scale(1.03);
}

.hero-img-float {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46%;
  height: 240px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 4px solid var(--c-card);
}

.hero-img-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating trust badges */
.hero-badge-delivery,
.hero-badge-stars {
  position: absolute;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--c-border);
  animation: float-badge 4s ease-in-out infinite;
  backdrop-filter: blur(8px);
}

.hero-badge-delivery {
  bottom: 72px;
  right: -10px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation-delay: 0s;
}

.hero-badge-stars {
  top: 20px;
  left: -10px;
  animation-delay: 1.5s;
}

.hb-icon {
  font-size: 22px;
}

.hero-badge-delivery strong {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.2;
}

.hero-badge-delivery span {
  font-size: 11px;
  color: var(--c-muted);
}

.hb-stars {
  color: #F59E0B;
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
}

.hb-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text);
  max-width: 140px;
  line-height: 1.35;
}

@keyframes float-badge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* ── Quick category pills strip ── */
.hero-pills-wrap {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--c-border);
}

.hero-pills-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pills-label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--c-muted);
  white-space: nowrap;
  margin-right: 4px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--c-text);
  background: var(--c-bg);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-border);
  white-space: nowrap;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}

.hero-pill:hover {
  background: var(--c-primary-light);
  color: var(--c-primary);
  border-color: var(--c-primary);
  transform: translateY(-1px);
}

.hero-pill--accent {
  background: var(--c-primary-light);
  color: var(--c-primary);
  border-color: var(--c-primary);
  font-weight: 700;
}

.hero-pill--accent:hover {
  background: var(--c-primary);
  color: #fff;
}

/* ══════════════════════════════════════════════════════
   CATEGORIES — Bento grid
   ══════════════════════════════════════════════════════ */
.section-categories {
  background: var(--c-bg);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.section-categories::before {
  content: '';
  position: absolute;
  width: 440px;
  height: 440px;
  background: var(--c-blob-lg);
  border-radius: 55% 45% 38% 62% / 48% 60% 40% 52%;
  top: -140px;
  right: -80px;
  pointer-events: none;
  z-index: 0;
}

.section-categories::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  background: var(--c-blob-lg);
  border-radius: 40% 60% 62% 38% / 52% 38% 62% 48%;
  bottom: -80px;
  left: -60px;
  pointer-events: none;
  z-index: 0;
}

.section-categories .container-xl {
  position: relative;
  z-index: 1;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 300px 220px;
  gap: 12px;
}

.bento-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  display: block;
  cursor: pointer;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.bento-item:hover img {
  transform: scale(1.07);
}

.bento-tall {
  grid-row: 1 / 3;
}

.bento-wide {
  grid-column: 2 / 4;
}

/* bento-square is default 1x1, no extra rule needed */

.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30, 15, 20, 0.82) 0%, rgba(30, 15, 20, 0.3) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.bento-item:hover .bento-overlay {
  opacity: 1;
}

.bento-tag {
  display: inline-block;
  background: var(--c-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  margin-bottom: 8px;
  width: fit-content;
}

.bento-overlay h3 {
  color: #fff;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 6px;
  line-height: 1.15;
}

.bento-overlay p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.bento-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  width: fit-content;
  transition: gap var(--ease);
}

.bento-item:hover .bento-cta {
  gap: 10px;
}

/* ══════════════════════════════════════════════════════
   BEST SELLERS — Products
   ══════════════════════════════════════════════════════ */
.section-products {
  background: var(--c-card);
  position: relative;
  overflow: hidden;
}

.section-products::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  background: var(--c-blob-lg);
  border-radius: 40% 60% 55% 45% / 50% 42% 58% 50%;
  right: -80px;
  bottom: -100px;
  pointer-events: none;
  z-index: 0;
}

.section-products .container-xl {
  position: relative;
  z-index: 1;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card {
  background: var(--c-card);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease);
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.product-card::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  background: var(--c-blob);
  border-radius: 42% 58% 50% 50% / 40% 44% 56% 60%;
  top: -18px;
  right: -18px;
  pointer-events: none;
  z-index: 0;
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
}

.product-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--c-primary);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: var(--r-pill);
}

.product-badge.badge-fast {
  background: #10B981;
}

.product-badge.badge-new {
  background: #F59E0B;
  color: #fff;
}

.product-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.product-type {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.product-name {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 8px;
  line-height: 1.25;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--c-muted);
  margin-bottom: 12px;
}

.product-stars {
  color: #F59E0B;
  font-size: 12px;
  letter-spacing: 1px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.product-price {
  font-size: 17px;
  font-weight: 700;
  color: var(--c-primary);
}

.product-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  border: none;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}

.product-btn:hover {
  background: var(--c-primary);
  color: #fff;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════
   STORY — Full-bleed dark emotional section
   ══════════════════════════════════════════════════════ */
.section-story {
  background: #1A0E12;
  position: relative;
  overflow: hidden;
}

.story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

/* Image side */
.story-img-col {
  position: relative;
  overflow: hidden;
}

.story-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
  filter: brightness(0.85) saturate(1.1);
}

.section-story:hover .story-img-col img {
  transform: scale(1.03);
}

.story-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, #1A0E12 100%);
  pointer-events: none;
}

/* Text side */
.story-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px 72px 48px;
}

.story-label {
  color: var(--c-primary);
  opacity: 0.85;
}

.story-quote {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  margin: 0 0 24px;
  padding: 0;
  border: none;
}

.story-quote em {
  color: var(--c-primary);
  font-style: italic;
}

.story-body {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
  max-width: 400px;
  margin-bottom: 36px;
}

.story-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.story-stat {
  display: flex;
  flex-direction: column;
}

.story-stat strong {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1;
}

.story-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.btn-story {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: var(--r-pill);
  border: none;
  width: fit-content;
  transition: background var(--ease), transform var(--ease);
}

.btn-story:hover {
  background: var(--c-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/* ══════════════════════════════════════════════════════
   SERVICES — Numbered editorial split
   ══════════════════════════════════════════════════════ */
.section-services {
  background: var(--c-bg);
  position: relative;
  overflow: hidden;
}

.section-services::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--c-blob-lg);
  border-radius: 50% 50% 38% 62% / 60% 40% 60% 40%;
  left: -80px;
  top: -60px;
  pointer-events: none;
  z-index: 0;
}

.section-services .container-xl {
  position: relative;
  z-index: 1;
}

.services-split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.services-heading {
  position: sticky;
  top: 88px;
}

.services-heading h2 {
  margin-bottom: 16px;
  line-height: 1.15;
}

.services-heading p {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.7;
  max-width: 320px;
}

.services-list {
  display: flex;
  flex-direction: column;
}

.service-row {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--c-border);
  transition: transform var(--ease);
  cursor: default;
}

.service-row:first-child {
  padding-top: 0;
}

.service-row:last-child {
  border-bottom: none;
}

.service-row:hover {
  transform: translateX(6px);
}

.service-num {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 700;
  color: var(--c-primary-light);
  line-height: 1;
  flex-shrink: 0;
  width: 52px;
  transition: color var(--ease);
}

.service-row:hover .service-num {
  color: var(--c-primary);
}

.service-body {
  padding-top: 6px;
}

.service-body h3 {
  font-size: 18px;
  color: var(--c-text);
  margin-bottom: 8px;
}

.service-body p {
  font-size: 14px;
  color: var(--c-muted);
  line-height: 1.65;
}

/* ══════════════════════════════════════════════════════
   CUSTOM ORDER
   ══════════════════════════════════════════════════════ */
.section-custom {
  background: var(--c-bg-alt);
}

.custom-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  background: var(--c-card);
  border-radius: var(--r-xl);
  padding: 52px;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.custom-box::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--c-blob);
  border-radius: 60% 40% 38% 62% / 50% 62% 38% 50%;
  bottom: -80px;
  right: -60px;
  pointer-events: none;
  z-index: 0;
}

.custom-box>* {
  position: relative;
  z-index: 1;
}

.custom-content h2 {
  margin-bottom: 14px;
}

.custom-content p {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 26px;
}

.custom-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--c-bg);
  border-radius: var(--r-md);
  padding: 14px 18px;
  border: 1px solid var(--c-border);
  transition: transform var(--ease), border-color var(--ease);
}

.step-item:hover {
  transform: translateX(4px);
  border-color: var(--c-primary);
}

.step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-body strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 2px;
}

.step-body span {
  font-size: 12.5px;
  color: var(--c-muted);
}

/* ══════════════════════════════════════════════════════
   PARTY
   ══════════════════════════════════════════════════════ */
.section-party {
  background: var(--c-card);
}

.party-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.party-images {
  position: relative;
  height: 500px;
}

.party-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 420px;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.party-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.party-images:hover .party-img-main img {
  transform: scale(1.03);
}

.party-img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54%;
  height: 250px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 4px solid var(--c-card);
}

.party-img-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.party-content h2 {
  margin-bottom: 14px;
}

.party-content p {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.party-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.party-tag {
  background: var(--c-primary-light);
  color: var(--c-primary);
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  transition: background var(--ease), color var(--ease);
}

.party-tag:hover {
  background: var(--c-primary);
  color: #fff;
}

/* ══════════════════════════════════════════════════════
   REVIEWS — Staggered grid
   ══════════════════════════════════════════════════════ */
.section-reviews {
  background: var(--c-bg);
  position: relative;
  overflow: hidden;
}

.section-reviews::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  background: var(--c-blob-lg);
  border-radius: 40% 60% 56% 44% / 52% 40% 60% 48%;
  bottom: -100px;
  left: -80px;
  pointer-events: none;
  z-index: 0;
}

.section-reviews .container-xl {
  position: relative;
  z-index: 1;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.review-card {
  background: var(--c-card);
  border-radius: var(--r-xl);
  padding: 28px;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform var(--ease), box-shadow var(--ease);
  position: relative;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.review-card:nth-child(2) {
  margin-top: 40px;
}

.review-card:nth-child(4) {
  margin-top: 40px;
}

/* Blob top-right */
.review-card::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--c-blob);
  border-radius: 50% 50% 38% 62% / 56% 44% 56% 44%;
  top: -30px;
  right: -30px;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.4s ease;
}

.review-card:hover::after {
  transform: scale(1.2);
}

.review-card>* {
  position: relative;
  z-index: 1;
}

.review-stars {
  color: #F59E0B;
  font-size: 14px;
  letter-spacing: 2px;
}

.review-text {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text);
  font-style: italic;
  flex: 1;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--c-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.review-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--c-text);
}

.review-tag {
  font-size: 11.5px;
  color: var(--c-muted);
}

/* ══════════════════════════════════════════════════════
   PROMO BANNER
   ══════════════════════════════════════════════════════ */
.section-promo {
  padding: 60px 0;
  background: var(--c-bg-alt);
}

.promo-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  background: linear-gradient(135deg, var(--c-text) 0%, color-mix(in srgb, var(--c-text) 70%, var(--c-primary) 30%) 100%);
  border-radius: var(--r-xl);
  padding: 52px 56px;
  overflow: hidden;
  position: relative;
}

.promo-box::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  background: var(--c-blob);
  border-radius: 52% 48% 40% 60% / 44% 58% 42% 56%;
  top: -80px;
  right: 300px;
  pointer-events: none;
  z-index: 0;
}

.promo-box>* {
  position: relative;
  z-index: 1;
}

.promo-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 18px;
}

.promo-content h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  margin-bottom: 12px;
}

.promo-content p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  margin-bottom: 26px;
  line-height: 1.65;
}

.promo-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-promo-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: var(--r-pill);
  border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: background var(--ease), transform var(--ease);
}

.btn-promo-primary:hover {
  background: var(--c-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

.btn-promo-outline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 14px;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  border: 2px solid rgba(255, 255, 255, 0.22);
  transition: border-color var(--ease), color var(--ease);
}

.btn-promo-outline:hover {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.promo-image {
  width: 270px;
  height: 270px;
  border-radius: var(--r-xl);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}

.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ══════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════ */
.footer {
  background: #1A0E12;
  color: rgba(255, 255, 255, 0.72);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 48px;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-logo-wrap img {
  /* width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85; */
}

.footer-logo-wrap strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 19px;
  color: #fff;
}

.footer-logo-wrap span {
  font-size: 10.5px;
  opacity: 0.55;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 270px;
  margin-bottom: 18px;
}

.social-links {
  display: flex;
  gap: 9px;
}

.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.social-links a:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.footer-col h4 {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
}

.footer-col ul li {
  margin-bottom: 9px;
}

.footer-col ul a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--ease);
}

.footer-col ul a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom p {
  font-size: 11.5px;
  opacity: 0.4;
  margin: 0;
}

.footer-old-addr {
  font-style: italic;
}

/* ══════════════════════════════════════════════════════
   ZALO FLOAT
   ══════════════════════════════════════════════════════ */
.zalo-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0068FF;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  box-shadow: 0 6px 24px rgba(0, 104, 255, 0.35);
  transition: transform var(--ease), box-shadow var(--ease);
}

.zalo-float .bi {
  font-size: 18px;
}

.zalo-float:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 104, 255, 0.45);
}

.zalo-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: var(--r-pill);
  background: rgba(0, 104, 255, 0.2);
  animation: pulse-ring 2s ease-out infinite;
  z-index: -1;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* ══════════════════════════════════════════════════════
   THEME PANEL
   ══════════════════════════════════════════════════════ */
.theme-panel {
  position: fixed;
  bottom: 148px;
  left: 24px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.theme-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-card);
  color: var(--c-primary);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-md);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}

.theme-toggle-btn:hover {
  background: var(--c-primary);
  color: #fff;
  transform: scale(1.08);
}

.theme-toggle-btn.open {
  background: var(--c-primary);
  color: #fff;
}

.theme-drawer {
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 16px;
  width: 200px;
  animation: drawer-in 0.2s ease;
}

@keyframes drawer-in {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(6px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.theme-drawer[hidden] {
  display: none;
}

.theme-drawer-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 12px;
}

.theme-presets {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.preset-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  border: 1px solid var(--c-border);
  border-radius: var(--r-sm);
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease);
  width: 100%;
  text-align: left;
}

.preset-btn:hover {
  background: var(--c-primary-light);
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.preset-btn.active {
  background: var(--c-primary-light);
  border-color: var(--c-primary);
  color: var(--c-primary);
  font-weight: 700;
}

.preset-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid rgba(0, 0, 0, 0.08);
}

.theme-custom-section {
  border-top: 1px solid var(--c-border);
  padding-top: 12px;
}

.theme-custom-title {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--c-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.custom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.custom-row label {
  font-size: 12.5px;
  color: var(--c-text);
  font-weight: 500;
}

.custom-row input[type="color"] {
  width: 36px;
  height: 28px;
  border-radius: var(--r-xs);
  border: 1px solid var(--c-border);
  cursor: pointer;
  padding: 0;
}

.custom-apply-btn {
  width: 100%;
  background: var(--c-primary);
  color: #fff;
  border: none;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 700;
  padding: 8px;
  cursor: pointer;
  transition: background var(--ease);
}

.custom-apply-btn:hover {
  background: var(--c-primary-hover);
}

/* ══════════════════════════════════════════════════════
   SCROLL ANIMATIONS
   ══════════════════════════════════════════════════════ */
[data-animate] {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate="fade-up"] {
  transform: translateY(28px);
}

[data-animate="fade-left"] {
  transform: translateX(-28px);
}

[data-animate="fade-right"] {
  transform: translateX(28px);
}

[data-animate].in-view {
  opacity: 1;
  transform: translate(0, 0);
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — tablet ≤ 992px
   ══════════════════════════════════════════════════════ */
@media (max-width: 992px) {

  /* Nav */
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    padding: 12px 20px 20px;
    border-bottom: 1px solid var(--c-border);
    gap: 2px;
    z-index: 99;
  }

  .nav-links.open li a {
    display: block;
    padding: 9px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--c-border);
  }
  
  .nav-links.open li.has-dropdown > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-links.open .nav-dropdown {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 12px;
    display: none;
    animation: none;
    min-width: unset;
  }

  .nav-links.open .nav-dropdown.open {
    display: block;
  }

  .nav-links.open .nav-dropdown li a {
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid var(--c-border);
    color: var(--c-muted);
  }

  .nav-links.open .nav-dropdown li a:hover {
    background: transparent;
    color: var(--c-primary);
  }

  /* Hero */
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-imagery {
    order: -1;
    height: 380px;
  }

  .hero-img-main {
    width: 80%;
    height: 320px;
  }

  .hero-img-float {
    width: 42%;
    height: 190px;
  }

  /* Bento */
  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 200px 200px;
  }

  .bento-tall {
    grid-row: 1 / 3;
  }

  .bento-wide {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  /* Story */
  .story-inner {
    grid-template-columns: 1fr;
  }

  .story-img-col {
    height: 300px;
  }

  .story-img-col img {
    height: 300px;
  }

  .story-img-overlay {
    background: linear-gradient(to bottom, transparent 60%, #1A0E12 100%);
  }

  .story-text-col {
    padding: 40px 32px;
  }

  /* Services */
  .services-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-heading {
    position: static;
  }

  /* Products */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .custom-box {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px;
  }

  .party-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .party-images {
    height: 360px;
  }

  .party-img-main {
    width: 72%;
    height: 300px;
  }

  .party-img-secondary {
    width: 50%;
    height: 200px;
  }

  .promo-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 40px 32px;
  }

  .promo-image {
    width: 100%;
    max-width: 280px;
    height: 200px;
    margin: 0 auto;
    transform: rotate(0);
  }

  .promo-cta {
    justify-content: center;
  }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — mobile ≤ 640px
   ══════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .topbar-inner {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .topbar-right {
    flex-wrap: wrap;
    gap: 5px;
  }

  .nav-wrap {
    justify-content: space-between;
  }

  .btn-order span {
    display: none;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-inner {
    padding: 0 18px 48px;
    min-height: auto;
  }

  .hero-bg-word {
    display: none;
  }

  .hero-imagery {
    height: 300px;
  }

  .hero-img-main {
    width: 82%;
    height: 260px;
  }

  .hero-img-float {
    width: 46%;
    height: 160px;
  }

  .hero-badge-delivery {
    bottom: 56px;
    right: -4px;
    padding: 9px 12px;
  }

  .hero-badge-stars {
    top: 12px;
    left: -4px;
  }

  .hero-proof {
    gap: 14px;
  }

  .proof-item strong {
    font-size: 18px;
  }

  .hero-pills-inner {
    gap: 7px;
  }

  .hero-pill {
    font-size: 12px;
    padding: 5px 10px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 200px 200px 200px;
  }

  .bento-tall {
    grid-row: 1;
  }

  .bento-wide {
    grid-column: 1;
  }

  .story-text-col {
    padding: 32px 20px;
  }

  .story-stats {
    gap: 20px;
  }

  .services-split {
    gap: 28px;
  }

  .service-num {
    font-size: 32px;
    width: 42px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card:nth-child(2) {
    margin-top: 0;
  }

  .review-card:nth-child(4) {
    margin-top: 0;
  }

  .custom-box {
    padding: 24px 18px;
  }

  .promo-box {
    padding: 30px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .zalo-float {
    padding: 12px 14px;
  }

  .zalo-float span {
    display: none;
  }

  .theme-panel {
    bottom: 80px;
    right: 16px;
  }
}

/* ══════════════════════════════════════════════════════
   NAV ACTIVE STATE (child pages)
   ══════════════════════════════════════════════════════ */
.nav-links a.nav-active {
  color: var(--c-primary);
  font-weight: 700;
}

.nav-links a.nav-active::after {
  width: 100%;
}

/* ══════════════════════════════════════════════════════
   DROPDOWN NAV
   ══════════════════════════════════════════════════════ */
.nav-links li.has-dropdown {
  position: relative;
}

.nav-arrow {
  font-size: 11px;
  margin-left: 3px;
  display: inline-block;
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.nav-links li.has-dropdown:hover > a .nav-arrow {
  transform: rotate(180deg);
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  min-width: 210px;
  padding: 6px 0;
  padding-top: 14px;
  z-index: 200;
  list-style: none;
  margin: 0;
}

.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
}

.nav-links li.has-dropdown:hover > .nav-dropdown {
  display: block;
  animation: dropFadeIn 0.15s ease;
}

@keyframes dropFadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.nav-dropdown li {
  list-style: none;
}

.nav-dropdown li a {
  display: block;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text);
  white-space: nowrap;
  position: static;
}

.nav-dropdown li a::after {
  display: none;
}

.nav-dropdown li a:hover {
  color: var(--c-primary);
  background: var(--c-primary-xlight);
}

/* ══════════════════════════════════════════════════════
   PAGE HERO — Shared breadcrumb hero for inner pages
   ══════════════════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(140deg, var(--c-primary-xlight) 0%, var(--c-bg) 60%, var(--c-bg-alt) 100%);
  padding: 44px 0 36px;
  border-bottom: 1px solid var(--c-border);
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  background: var(--c-blob-lg);
  border-radius: 55% 45% 38% 62% / 50% 60% 40% 50%;
  top: -120px;
  right: -80px;
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  color: var(--c-muted);
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: var(--c-muted);
  transition: color var(--ease);
}

.breadcrumb a:hover {
  color: var(--c-primary);
}

.breadcrumb-sep {
  opacity: 0.35;
  font-size: 10px;
}

.breadcrumb-cur {
  color: var(--c-primary);
  font-weight: 700;
}

.page-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.2;
  margin-bottom: 10px;
}

.page-hero-sub {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.7;
  max-width: 500px;
}

/* ══════════════════════════════════════════════════════
   MENU PAGE — Category grid
   ══════════════════════════════════════════════════════ */
.section-menu {
  background: var(--c-bg);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.menu-card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  height: 380px;
  display: block;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease);
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  display: block;
}

.menu-card:hover img {
  transform: scale(1.08);
}

.menu-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 10, 15, 0.88) 0%, rgba(20, 10, 15, 0.22) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: background 0.4s ease;
}

.menu-card:hover .menu-card-overlay {
  background: linear-gradient(to top, rgba(20, 10, 15, 0.94) 0%, rgba(20, 10, 15, 0.42) 65%, transparent 100%);
}

.menu-card-tag {
  display: inline-block;
  background: var(--c-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 10px;
  width: fit-content;
}

.menu-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.5vw, 26px);
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.menu-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.menu-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  width: fit-content;
  transition: gap var(--ease), border-color var(--ease);
}

.menu-card:hover .menu-card-cta {
  gap: 11px;
  border-color: var(--c-primary);
}

/* ══════════════════════════════════════════════════════
   CATEGORY PAGE — Sidebar + product grid
   ══════════════════════════════════════════════════════ */
.section-category {
  background: var(--c-bg);
}

.cat-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

.cat-sidebar {
  background: var(--c-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  padding: 22px;
  position: sticky;
  top: 88px;
}

.sidebar-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--c-border);
}

.filter-group {
  margin-bottom: 22px;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-primary);
  display: block;
  margin-bottom: 10px;
}

.filter-chips {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), color var(--ease);
  text-align: left;
  width: 100%;
}

.filter-chip:hover {
  background: var(--c-primary-light);
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.filter-chip.active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
  font-weight: 700;
}

.filter-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-primary);
  flex-shrink: 0;
}

.filter-chip.active .filter-chip-dot {
  background: #fff;
}

.price-range input[type="range"] {
  width: 100%;
  accent-color: var(--c-primary);
  margin-bottom: 6px;
}

.price-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--c-muted);
}

.price-range-value {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-primary);
  margin-top: 6px;
}

.cat-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 12px;
  flex-wrap: wrap;
}

.cat-count {
  font-size: 14px;
  color: var(--c-muted);
}

.cat-count strong {
  color: var(--c-text);
  font-weight: 700;
}

.cat-sort {
  padding: 8px 14px;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-border);
  background: var(--c-card);
  font-size: 13px;
  color: var(--c-text);
  font-family: var(--font-sans);
  cursor: pointer;
  outline: none;
  transition: border-color var(--ease);
}

.cat-sort:focus {
  border-color: var(--c-primary);
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Enhanced product card for category / related products */
.pcard {
  background: var(--c-card);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease);
  display: flex;
  flex-direction: column;
}

.pcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.pcard-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.pcard-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.55s ease;
  display: block;
}

.pcard:hover .pcard-img img {
  transform: scale(1.07);
}

.pcard-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--c-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: var(--r-pill);
}

.pcard-badge.badge-best {
  background: var(--c-primary);
}

.pcard-badge.badge-new {
  background: #F59E0B;
}

.pcard-badge.badge-fast {
  background: #10B981;
}

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

.pcard-type {
  font-size: 10px;
  font-weight: 700;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.pcard-name {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 6px;
  line-height: 1.3;
}

.pcard-name-link {
  color: inherit;
  text-decoration: none;
}

.pcard-code {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-muted);
  margin-bottom: 8px;
}

.pcard-teaser {
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-muted);
  margin-bottom: 14px;
}

.pcard-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: var(--c-muted);
  margin-bottom: 10px;
}

.pcard-stars {
  color: #F59E0B;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.pcard-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-primary);
  margin-bottom: 12px;
}

.pcard-actions {
  display: flex;
  gap: 7px;
  margin-top: auto;
}

.btn-detail {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: var(--r-pill);
  border: none;
  transition: background var(--ease), color var(--ease), transform var(--ease);
  white-space: nowrap;
}

.btn-detail:hover {
  background: var(--c-primary);
  color: #fff;
  transform: translateY(-1px);
}

.btn-quick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--c-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: var(--r-pill);
  border: none;
  transition: background var(--ease), transform var(--ease);
  white-space: nowrap;
}

.btn-quick:hover {
  background: var(--c-primary-hover);
  transform: translateY(-1px);
}

/* Pagination */
.cat-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}

.pg-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--c-border);
  background: var(--c-card);
  color: var(--c-text);
  cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.pg-btn:hover {
  background: var(--c-primary-light);
  border-color: var(--c-primary);
  color: var(--c-primary);
}

.pg-btn.active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.pg-btn.pg-arrow {
  font-size: 16px;
  width: auto;
  padding: 0 14px;
  border-radius: var(--r-pill);
}

/* ══════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE
   ══════════════════════════════════════════════════════ */
.section-pd {
  background: var(--c-bg);
}

.pd-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

/* Gallery */
.pd-gallery {
  position: sticky;
  top: 88px;
}

.pd-main-img {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow-md);
  cursor: zoom-in;
}

.pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.pd-main-img:hover img {
  transform: scale(1.04);
}

.pd-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.pd-thumb {
  width: 72px;
  height: 72px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 2px solid var(--c-border);
  cursor: pointer;
  transition: border-color var(--ease), transform var(--ease);
  flex-shrink: 0;
}

.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-thumb:hover {
  border-color: var(--c-primary);
  transform: translateY(-2px);
}

.pd-thumb.active {
  border-color: var(--c-primary);
}

/* Info */
.pd-category {
  font-size: 11px;
  font-weight: 700;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  display: block;
}

.pd-name {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.2;
  margin-bottom: 8px;
}

.pd-code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--c-primary-xlight);
  border: 1px solid var(--c-border);
  color: var(--c-primary);
  font-size: 12px;
  font-weight: 700;
}

.pd-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--c-muted);
}

.pd-stars {
  color: #F59E0B;
  font-size: 14px;
  letter-spacing: 1px;
}

.pd-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--c-primary);
  margin-bottom: 16px;
  font-family: var(--font-serif);
}

.pd-desc-short {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--c-muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--c-border);
}

/* Options */
.pd-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.option-group>label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 10px;
}

.option-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.option-btn {
  padding: 8px 16px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  background: var(--c-card);
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), color var(--ease);
  font-family: var(--font-sans);
}

.option-btn:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: var(--c-primary-xlight);
}

.option-btn.active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.pd-message label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 8px;
}

.pd-message textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--c-border);
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--c-text);
  background: var(--c-card);
  resize: vertical;
  min-height: 80px;
  transition: border-color var(--ease);
  outline: none;
}

.pd-message textarea:focus {
  border-color: var(--c-primary);
}

/* CTA */
.pd-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn-pd-zalo {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0068FF;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 20px;
  border-radius: var(--r-pill);
  border: none;
  box-shadow: 0 4px 16px rgba(0, 104, 255, 0.3);
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.btn-pd-zalo:hover {
  background: #0055CC;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 104, 255, 0.4);
  color: #fff;
}

.btn-pd-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 20px;
  border-radius: var(--r-pill);
  border: 2px solid var(--c-primary);
  transition: background var(--ease), transform var(--ease), color var(--ease);
}

.btn-pd-cart:hover {
  background: var(--c-primary);
  color: #fff;
  transform: translateY(-2px);
}

.pd-trust {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.pd-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--c-muted);
}

.pd-trust-item i {
  color: var(--c-primary);
  font-size: 14px;
}

/* Detail tabs */
.pd-tabs {
  margin-top: 64px;
}

.pd-tabs-nav {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid var(--c-border);
  margin-bottom: 32px;
}

.pd-tab-btn {
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: color var(--ease), border-color var(--ease);
}

.pd-tab-btn:hover {
  color: var(--c-text);
}

.pd-tab-btn.active {
  color: var(--c-primary);
  border-bottom-color: var(--c-primary);
}

.pd-tab-panel {
  display: none;
}

.pd-tab-panel.active {
  display: block;
}

.pd-tab-panel p {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--c-muted);
  margin-bottom: 14px;
}

.pd-tab-panel ul {
  padding-left: 20px;
}

.pd-tab-panel ul li {
  font-size: 14px;
  color: var(--c-muted);
  margin-bottom: 7px;
  line-height: 1.7;
}

/* Review cards inside product detail */
.pd-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Related products */
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

/* ══════════════════════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════════════════════ */
.section-contact {
  background: var(--c-bg);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: var(--c-card);
  border-radius: var(--r-lg);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease);
  margin-bottom: 12px;
  text-decoration: none;
}

.contact-info-card:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow-md);
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-primary-light);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: background var(--ease), color var(--ease);
}

.contact-info-card:hover .contact-info-icon {
  background: var(--c-primary);
  color: #fff;
}

.contact-info-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 4px;
  display: block;
}

.contact-info-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  display: block;
  line-height: 1.45;
}

.contact-socials {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.contact-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--c-border);
  background: var(--c-card);
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text);
  transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease);
}

.contact-social-btn:hover {
  transform: translateY(-2px);
}

.contact-social-btn.zalo-btn {
  border-color: #0068FF;
  color: #0068FF;
}

.contact-social-btn.zalo-btn:hover {
  background: #0068FF;
  color: #fff;
}

.contact-social-btn.fb-btn {
  border-color: #1877F2;
  color: #1877F2;
}

.contact-social-btn.fb-btn:hover {
  background: #1877F2;
  color: #fff;
}

.contact-social-btn.ig-btn {
  border-color: #E1306C;
  color: #E1306C;
}

.contact-social-btn.ig-btn:hover {
  background: #E1306C;
  color: #fff;
}

.contact-map {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  margin-top: 20px;
}

.contact-map iframe {
  width: 100%;
  height: 280px;
  border: none;
  display: block;
}

.contact-form-wrap {
  background: var(--c-card);
  border-radius: var(--r-xl);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-md);
  padding: 36px 32px;
  position: sticky;
  top: 88px;
}

.contact-form-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 6px;
}

.contact-form-sub {
  font-size: 13.5px;
  color: var(--c-muted);
  margin-bottom: 26px;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 7px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--c-border);
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--c-text);
  background: var(--c-bg);
  outline: none;
  transition: border-color var(--ease), box-shadow var(--ease);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px var(--c-primary-light);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.btn-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px;
  border-radius: var(--r-pill);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  font-family: var(--font-sans);
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.btn-submit:hover {
  background: var(--c-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — Child pages ≤ 992px
   ══════════════════════════════════════════════════════ */
@media (max-width: 992px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-card {
    height: 320px;
  }

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

  .cat-sidebar {
    position: static;
  }

  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pd-gallery {
    position: static;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-channels {
    grid-template-columns: 1fr;
  }

  .contact-address-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 32px 0 26px;
  }

  .menu-grid {
    gap: 14px;
  }

  .menu-card {
    height: 260px;
  }

  .menu-card-overlay {
    padding: 20px;
  }

  .cat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pcard-img img {
    height: 200px;
  }

  .pd-cta {
    flex-direction: column;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-main-inner {
    padding: 40px 18px 32px;
  }

  .contact-main-title {
    font-size: clamp(26px, 7vw, 38px);
  }

  .contact-channels {
    gap: 10px;
  }
}

/* ══════════════════════════════════════════════════════
   CONTACT PAGE — Integrated hero + channel layout
   ══════════════════════════════════════════════════════ */
.contact-main-section {
  background: linear-gradient(145deg, var(--c-primary-xlight) 0%, var(--c-bg) 55%, var(--c-bg-alt) 100%);
  position: relative;
  overflow: hidden;
}

.contact-main-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--c-blob-lg);
  border-radius: 55% 45% 40% 60% / 50% 60% 40% 50%;
  top: -160px;
  right: -100px;
  pointer-events: none;
}

.contact-main-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--c-blob-lg);
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  bottom: -80px;
  left: -60px;
  pointer-events: none;
}

.contact-main-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 56px;
}

.contact-heading-block {
  max-width: 620px;
  margin-bottom: 44px;
}

.contact-main-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.18;
  margin: 10px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-main-title em {
  color: var(--c-primary);
  font-style: italic;
}

.contact-main-sub {
  font-size: 16px;
  color: var(--c-muted);
  line-height: 1.75;
  margin-bottom: 18px;
  max-width: 480px;
}

.contact-hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--c-muted);
  background: var(--c-card);
  border: 1px solid var(--c-border);
  padding: 8px 16px;
  border-radius: var(--r-pill);
}

.contact-hours strong {
  color: var(--c-text);
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--c-card);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 20px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
  text-decoration: none;
}

.contact-channel:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.contact-channel-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: transform var(--ease);
}

.contact-channel:hover .contact-channel-icon {
  transform: scale(1.1);
}

.contact-channel--zalo {
  border-color: rgba(0, 104, 255, 0.22);
}

.contact-channel--zalo:hover {
  border-color: #0068FF;
}

.contact-channel--zalo .contact-channel-icon {
  background: #e8f1ff;
  color: #0068FF;
}

.contact-channel--phone:hover {
  border-color: var(--c-primary);
}

.contact-channel--phone .contact-channel-icon {
  background: var(--c-primary-light);
  color: var(--c-primary);
}

.contact-channel--fb {
  border-color: rgba(24, 119, 242, 0.18);
}

.contact-channel--fb:hover {
  border-color: #1877F2;
}

.contact-channel--fb .contact-channel-icon {
  background: #e7f0fd;
  color: #1877F2;
}

.contact-channel--ig {
  border-color: rgba(225, 48, 108, 0.18);
}

.contact-channel--ig:hover {
  border-color: #E1306C;
}

.contact-channel--ig .contact-channel-icon {
  background: #fde8f0;
  color: #E1306C;
}

.contact-channel-body {
  flex: 1;
}

.contact-channel-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 3px;
}

.contact-channel-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.2;
  margin-bottom: 2px;
}

.contact-channel-val {
  display: block;
  font-size: 13px;
  color: var(--c-muted);
}

.contact-channel-arrow {
  font-size: 22px;
  color: var(--c-border);
  flex-shrink: 0;
  transition: color var(--ease), transform var(--ease);
}

.contact-channel:hover .contact-channel-arrow {
  transform: translateX(3px);
}

.contact-channel--zalo:hover .contact-channel-arrow {
  color: #0068FF;
}

.contact-channel--phone:hover .contact-channel-arrow {
  color: var(--c-primary);
}

.contact-channel--fb:hover .contact-channel-arrow {
  color: #1877F2;
}

.contact-channel--ig:hover .contact-channel-arrow {
  color: #E1306C;
}

.contact-address-section {
  background: var(--c-bg);
  padding: 72px 0;
}

.contact-address-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 52px;
  align-items: start;
}

/* ══════════════════════════════════════════════════════
   PRODUCT DETAIL — single image + GLightbox hint
   ══════════════════════════════════════════════════════ */
a.pd-main-img {
  display: block;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow-md);
  cursor: zoom-in;
  position: relative;
  text-decoration: none;
}

a.pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

a.pd-main-img:hover img {
  transform: scale(1.03);
}

.pd-img-zoom-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

a.pd-main-img:hover .pd-img-zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.btn-pd-call {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 20px;
  border-radius: var(--r-pill);
  border: 2px solid var(--c-primary);
  transition: background var(--ease), transform var(--ease), color var(--ease);
}

.btn-pd-call:hover {
  background: var(--c-primary);
  color: #fff;
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════
   STICKY CONTACTS (desktop right-bottom)
   ══════════════════════════════════════════════════════ */
.sticky-contacts {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 201;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sc-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.sc-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.sc-btn--phone {
  background: var(--c-primary);
  color: #fff;
}

.sc-btn--phone::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(215, 101, 133, 0.22);
  animation: pulse-ring 2s ease-out infinite;
  z-index: -1;
}

.sc-btn--img {
  background: white;
  padding: 0;
  overflow: hidden;
}

.sc-btn--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-btn--img.sc-btn--messenger img {
  width: 46px;
  height: 46px;
  padding: 6px;
}

.sc-btn--img.sc-btn--zalo img {
  width: 50px;
  height: 50px;
  padding: 6px;
}


/* ══════════════════════════════════════════════════════
   MOBILE BOTTOM BAR
   ══════════════════════════════════════════════════════ */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: var(--c-card);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.10);
  padding-top: 6px;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.mbb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  color: var(--c-muted);
  text-decoration: none;
  font-size: 10.5px;
  font-weight: 600;
  padding: 10px 0 12px;
  transition: color 0.2s ease;
}

.mbb-item i {
  font-size: 22px;
}

.mbb-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mbb-item--primary {
  color: var(--c-primary);
  font-weight: 700;
  padding-bottom: 10px;
}

.mbb-item--primary i {
  background: var(--c-primary);
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-top: -24px;
  box-shadow: 0 6px 20px color-mix(in srgb, var(--c-primary) 40%, transparent);
  border: 4px solid var(--c-card);
}

/* Fix anchor wrapping pcard */
a.pcard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* ══════════════════════════════════════════════════════
   SIDEBAR COLLAPSIBLE (mobile)
   ══════════════════════════════════════════════════════ */
.sidebar-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 18px;
  background: var(--c-card);
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-lg);
  cursor: pointer;
  font-family: var(--font-sans);
  text-align: left;
}

.sidebar-toggle .sidebar-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-text);
  margin: 0;
  padding: 0;
  border: none;
}

.sidebar-toggle-icon {
  font-size: 16px;
  color: var(--c-muted);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.sidebar-toggle[aria-expanded="true"] .sidebar-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .cat-sidebar {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .sidebar-toggle {
    display: flex;
  }

  .cat-sidebar>.sidebar-title {
    display: none;
  }

  .sidebar-body {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    background: var(--c-card);
    border: 1.5px solid var(--c-border);
    border-top: none;
    border-radius: 0 0 var(--r-lg) var(--r-lg);
    padding: 0 18px;
  }

  .sidebar-body.open {
    max-height: 1200px;
    opacity: 1;
    padding: 18px;
  }

  .sidebar-toggle[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 640px) {
  .sticky-contacts {
    display: none;
  }

  .mobile-bottom-bar {
    display: flex;
  }

  .theme-panel {
    display: none;
  }

  body {
    padding-bottom: 68px;
  }
}
